/* -----------------------------------------------------------------------
   מומחי AI — the expert directory (archive-ai_experts.php) and the profile
   page (single-ai_experts.php). A people-first surface: portraits, names and
   the shortest possible line about what each person does.
   ----------------------------------------------------------------------- */

/* --- Shared -------------------------------------------------------------- */
/* The soft brand field both headers sit on: light, wide, and quiet enough
   that photographs of people stay the focus. */
.experts-hero,
.expert-head {
	position: relative;
	margin-block-start: calc(-1 * var(--shivuk-space));
	overflow: hidden;
	background:
		radial-gradient(80% 120% at 88% -20%, var(--shivuk-color-accent-soft), transparent 62%),
		radial-gradient(70% 110% at 8% 110%, color-mix(in srgb, var(--shivuk-color-accent) 9%, transparent), transparent 60%),
		var(--shivuk-color-surface);
	border-block-end: 1px solid var(--shivuk-color-border);
}

/* A monogram stands in for a missing portrait — on a directory of people an
   initial reads as a deliberate avatar, a photo icon reads as a bug. */
.expert-monogram {
	display: grid;
	place-items: center;
	inline-size: 100%;
	block-size: 100%;
	background: linear-gradient(150deg, color-mix(in srgb, var(--shivuk-color-accent) 22%, #ffffff), var(--shivuk-color-accent-soft));
	color: var(--shivuk-color-accent);
	font-size: 2.4em;
	font-weight: 800;
	line-height: 1;
}

/* Expertise chip, shared by the cards, the profile header and the aside. */
.expert-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.3em 0.85em;
	border: 1px solid var(--shivuk-color-border);
	border-radius: 999px;
	background: var(--shivuk-color-bg);
	color: var(--shivuk-color-muted);
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: none;
	transition:
		color 0.25s var(--shivuk-ease),
		border-color 0.25s var(--shivuk-ease),
		background-color 0.25s var(--shivuk-ease);
}

.expert-chip:hover,
.expert-chip:focus-visible {
	color: var(--shivuk-color-accent);
	border-color: color-mix(in srgb, var(--shivuk-color-accent) 45%, var(--shivuk-color-border));
	background: var(--shivuk-color-accent-soft);
}

/* --- Directory header ---------------------------------------------------- */
.experts-hero__inner {
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.experts-hero__kicker {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--shivuk-color-accent);
}

.experts-hero__title {
	margin: 0.35em 0 0;
	font-size: clamp(2rem, 1.1rem + 3.4vw, 3.4rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.experts-hero__desc {
	margin: 1rem 0 0;
	max-inline-size: 58ch;
	font-size: clamp(1rem, 0.95rem + 0.4vw, 1.18rem);
	line-height: 1.65;
	color: var(--shivuk-color-muted);
	text-wrap: pretty;
}

.experts-hero__count {
	margin-block-start: clamp(1.1rem, 2.5vw, 1.6rem);
	padding: 0.4em 1.1em;
	border: 1px solid var(--shivuk-color-border);
	border-radius: 999px;
	background: var(--shivuk-color-bg);
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--shivuk-color-muted);
}

/* --- Filters ------------------------------------------------------------- */
/* One scrollable line of expertise chips — a directory is browsed by subject
   before it's browsed by name. */
.experts-archive__body {
	padding-block: clamp(2rem, 4vw, 3rem);
}

.experts-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-block-end: clamp(1.75rem, 3.5vw, 2.5rem);
}

.experts-filters__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45em 1em;
	border: 1px solid var(--shivuk-color-border);
	border-radius: 999px;
	background: var(--shivuk-color-bg);
	color: var(--shivuk-color-text);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition:
		color 0.25s var(--shivuk-ease),
		border-color 0.25s var(--shivuk-ease),
		background-color 0.25s var(--shivuk-ease);
}

.experts-filters__chip:hover,
.experts-filters__chip:focus-visible {
	border-color: color-mix(in srgb, var(--shivuk-color-accent) 45%, var(--shivuk-color-border));
	color: var(--shivuk-color-accent);
}

.experts-filters__chip.is-active {
	border-color: var(--shivuk-color-accent);
	background: var(--shivuk-color-accent);
	color: var(--shivuk-color-accent-contrast);
}

.experts-filters__count {
	font-size: 0.75rem;
	font-weight: 700;
	opacity: 0.7;
}

/* --- The cards ----------------------------------------------------------- */
/* Auto-fit rather than a fixed column count: the directory grows, and the row
   should reflow with it instead of being re-tuned per breakpoint. */
.experts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr));
	gap: clamp(1.25rem, 2.5vw, 1.85rem);
	align-items: stretch;
}

/* .post-card is inherited so navigation.js can lift the cards out of the
   fetched next page; its horizontal layout is unwound here.

   The card is built like a profile: a brand-tinted cover band across the top,
   the portrait straddling its lower edge, then the name block, and a footer
   rail carrying the links. Everything below the portrait is on a plain white
   field, so the only colour competing with a photograph of a person is the
   band above it. */
.expert-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0 clamp(1.15rem, 2.2vw, 1.5rem) clamp(1rem, 2vw, 1.25rem);
	border: 1px solid var(--shivuk-color-border);
	border-radius: 22px;
	background: var(--shivuk-color-bg);
	box-shadow: var(--shivuk-shadow-sm);
	text-align: center;
	overflow: hidden;
	/* Own stacking context, so the negative-z cover band paints above the
	   card's background but can never slip behind the grid. */
	isolation: isolate;
	transition:
		transform 0.35s var(--shivuk-ease),
		box-shadow 0.35s var(--shivuk-ease),
		border-color 0.35s var(--shivuk-ease);
}

/* The cover band. Cut on a diagonal rather than left square: a straight edge
   under a circular portrait reads as a stock template, and the slant gives the
   card a direction to be read in. The dot texture is a single repeating
   gradient — no image request for something this quiet. */
.expert-card::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	z-index: -1;
	block-size: 104px;
	background:
		radial-gradient(circle at center, color-mix(in srgb, var(--shivuk-color-accent) 22%, transparent) 1px, transparent 1.2px) 0 0 / 14px 14px,
		radial-gradient(120% 150% at 12% -10%, color-mix(in srgb, var(--shivuk-color-accent) 34%, #ffffff), transparent 62%),
		linear-gradient(135deg, var(--shivuk-color-accent-soft), color-mix(in srgb, var(--shivuk-color-accent) 14%, #ffffff));
	clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
	transition: filter 0.35s var(--shivuk-ease);
}

.experts-grid .post-card + .post-card {
	margin-block-start: 0;
}

.expert-card:hover,
.expert-card:focus-within {
	transform: translateY(-6px);
	border-color: color-mix(in srgb, var(--shivuk-color-accent) 45%, var(--shivuk-color-border));
	box-shadow: var(--shivuk-shadow-lg);
}

.expert-card:hover::before,
.expert-card:focus-within::before {
	filter: saturate(1.15) brightness(1.03);
}

/* The whole upper half of the card is one link — portrait through summary —
   so the click target is the person, not a word at the bottom. */
.expert-card__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
	/* The link fills the card's flexible middle, so the footer rail sits on
	   the same line across every card in a row however short a summary is. */
	flex: 1 1 auto;
}

.expert-card__link:focus-visible {
	outline: 2px solid var(--shivuk-color-accent);
	outline-offset: 4px;
	border-radius: 14px;
}

/* Straddles the band's lower edge: the portrait is what the eye lands on, and
   overlapping two fields is what lifts it off the card. */
.expert-card__portrait {
	display: block;
	inline-size: clamp(92px, 22vw, 110px);
	block-size: clamp(92px, 22vw, 110px);
	margin-block-start: 52px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--shivuk-color-surface);
	box-shadow:
		0 0 0 4px var(--shivuk-color-bg),
		0 0 0 6px color-mix(in srgb, var(--shivuk-color-accent) 25%, transparent),
		0 14px 26px rgba(20, 20, 25, 0.16);
	transition: box-shadow 0.35s var(--shivuk-ease);
}

.expert-card:hover .expert-card__portrait,
.expert-card:focus-within .expert-card__portrait {
	box-shadow:
		0 0 0 4px var(--shivuk-color-bg),
		0 0 0 6px var(--shivuk-color-accent),
		0 18px 32px rgba(20, 20, 25, 0.2);
}

.expert-card__portrait img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s var(--shivuk-ease);
}

.expert-card:hover .expert-card__portrait img {
	transform: scale(1.06);
}

.expert-card__name {
	margin-block-start: 0.95rem;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.22;
	color: var(--shivuk-color-text);
	transition: color 0.3s var(--shivuk-ease);
}

.expert-card:hover .expert-card__name {
	color: var(--shivuk-color-accent);
}

.expert-card__role {
	margin-block-start: 0.25rem;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--shivuk-color-accent);
	text-wrap: balance;
}

/* A quiet chip rather than a line of text — it is metadata, and at this size
   plain grey text under a coloured role line just looks like a third heading. */
.expert-card__place {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-block-start: 0.55rem;
	padding: 0.22em 0.7em;
	border-radius: 999px;
	background: var(--shivuk-color-surface);
	font-size: 0.76rem;
	font-weight: 600;
	color: var(--shivuk-color-muted);
}

.expert-card__place svg {
	inline-size: 13px;
	block-size: 13px;
	opacity: 0.75;
}

.expert-card__summary {
	margin-block-start: 0.75rem;
	font-size: 0.9rem;
	line-height: 1.65;
	color: var(--shivuk-color-muted);
	text-wrap: pretty;
	/* Three lines, so one wordy summary can't set the height of the row. */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.expert-card__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
	margin-block-start: 0.95rem;
}

/* The footer rail: links on one side, the profile cue on the other, on a
   hairline that reads as the card's floor. */
.expert-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-block-start: 1rem;
	padding-block-start: 0.85rem;
	border-block-start: 1px solid var(--shivuk-color-border);
}

/* No social links on this profile — the cue still belongs at the far end of
   the rail, not floated back to the start of it. */
.expert-card__foot > .expert-card__cta:only-child {
	margin-inline-start: auto;
}

.expert-card__social {
	display: flex;
	gap: 0.35rem;
}

.expert-card__social-link {
	display: grid;
	place-items: center;
	inline-size: 32px;
	block-size: 32px;
	border: 1px solid var(--shivuk-color-border);
	border-radius: 50%;
	background: transparent;
	color: var(--shivuk-color-muted);
	transition:
		color 0.25s var(--shivuk-ease),
		border-color 0.25s var(--shivuk-ease),
		background-color 0.25s var(--shivuk-ease),
		transform 0.25s var(--shivuk-ease);
}

.expert-card__social-link svg {
	inline-size: 15px;
	block-size: 15px;
}

.expert-card__social-link:hover,
.expert-card__social-link:focus-visible {
	background: var(--shivuk-color-accent);
	border-color: var(--shivuk-color-accent);
	color: var(--shivuk-color-accent-contrast);
	transform: translateY(-2px);
}

/* The "to the profile" cue. Decorative: the whole upper card is already one
   link to the same place, so this is hidden from assistive tech rather than
   read out a second time. */
.expert-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--shivuk-color-muted);
	text-decoration: none;
	transition: color 0.25s var(--shivuk-ease);
}

.expert-card__cta svg {
	inline-size: 14px;
	block-size: 14px;
	transition: transform 0.3s var(--shivuk-ease);
}

.expert-card:hover .expert-card__cta,
.expert-card:focus-within .expert-card__cta {
	color: var(--shivuk-color-accent);
}

/* RTL: "forward" is leftward. */
.expert-card:hover .expert-card__cta svg,
.expert-card:focus-within .expert-card__cta svg {
	transform: translateX(-4px);
}

.experts-grid .load-more {
	grid-column: 1 / -1;
}

.experts-archive__empty {
	padding-block: clamp(2rem, 5vw, 3.5rem);
	text-align: center;
	color: var(--shivuk-color-muted);
}

/* --- Profile header ------------------------------------------------------ */
.expert-head__inner {
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-block: clamp(2.5rem, 5.5vw, 4rem);
}

.expert-head__portrait {
	flex: none;
	inline-size: clamp(130px, 22vw, 210px);
	block-size: clamp(130px, 22vw, 210px);
	border-radius: 50%;
	overflow: hidden;
	background: var(--shivuk-color-surface);
	box-shadow: 0 0 0 4px var(--shivuk-color-bg), 0 0 0 7px var(--shivuk-color-accent-soft), var(--shivuk-shadow-md);
}

.expert-head__portrait img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	display: block;
}

.expert-head__identity {
	min-inline-size: 0;
}

.expert-head__back {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--shivuk-color-muted);
	text-decoration: none;
}

.expert-head__back svg {
	inline-size: 15px;
	block-size: 15px;
}

.expert-head__back:hover,
.expert-head__back:focus-visible {
	color: var(--shivuk-color-accent);
}

.expert-head__name {
	margin: 0.4rem 0 0;
	font-size: clamp(1.9rem, 1.1rem + 3vw, 3.2rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.expert-head__role {
	margin: 0.35rem 0 0;
	font-size: clamp(1rem, 0.95rem + 0.5vw, 1.25rem);
	font-weight: 600;
	line-height: 1.45;
	color: var(--shivuk-color-accent);
}

.expert-head__place {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0.4rem 0 0;
	font-size: 0.88rem;
	color: var(--shivuk-color-muted);
}

.expert-head__place svg {
	inline-size: 15px;
	block-size: 15px;
}

.expert-head__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-block-start: 1rem;
}

.expert-head__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-block-start: 1.1rem;
}

.expert-head__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5em 1.1em;
	border-radius: 999px;
	background: var(--shivuk-color-accent);
	color: var(--shivuk-color-accent-contrast);
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.25s var(--shivuk-ease), background-color 0.25s var(--shivuk-ease);
}

.expert-head__link svg {
	inline-size: 15px;
	block-size: 15px;
}

/* Only the first link is the primary action; the rest are outlined, so the
   header never turns into a row of competing buttons. */
.expert-head__link:not(:first-child) {
	background: var(--shivuk-color-bg);
	color: var(--shivuk-color-text);
	box-shadow: inset 0 0 0 1px var(--shivuk-color-border);
}

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

@media (max-width: 720px) {
	.expert-head__inner {
		flex-direction: column;
		text-align: center;
	}

	.expert-head__place,
	.expert-head__chips,
	.expert-head__links {
		justify-content: center;
	}

	.expert-head__place {
		justify-content: center;
	}
}

/* --- Profile body -------------------------------------------------------- */
.expert-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: var(--shivuk-space) clamp(2.5rem, 4.5vw, 4.5rem);
	align-items: start;
	padding-block: clamp(2rem, 4.5vw, 3.25rem);
}

@media (max-width: 900px) {
	.expert-body {
		grid-template-columns: minmax(0, 1fr);
	}
}

.expert-body__main {
	min-inline-size: 0;
}

/* The excerpt, promoted to the opening summary of the profile. */
.expert-body__lead {
	margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
	padding-inline-start: 1rem;
	border-inline-start: 3px solid var(--shivuk-color-accent);
	font-size: clamp(1.05rem, 1rem + 0.5vw, 1.28rem);
	line-height: 1.65;
	color: var(--shivuk-color-text);
	text-wrap: pretty;
}

.expert-profile .entry-content {
	font-size: 1.05rem;
}

.expert-profile .entry-content > p {
	line-height: 1.9;
}

/* The profile's galleries sit between the prose and the share row, separated
   from the text by the same hairline the share row uses below them. */
.expert-body__galleries {
	margin-block-start: clamp(1.75rem, 3.5vw, 2.5rem);
	padding-block-start: clamp(1.25rem, 2.5vw, 1.75rem);
	border-block-start: 1px solid var(--shivuk-color-border);
}

.expert-body__galleries .shivuk-gallery:first-child {
	margin-block-start: 0;
}

.expert-body__share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-block-start: clamp(1.75rem, 3.5vw, 2.5rem);
	padding-block-start: clamp(1rem, 2vw, 1.4rem);
	border-block-start: 1px solid var(--shivuk-color-border);
}

.expert-body__share-label {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--shivuk-color-muted);
}

/* --- Sticky identity card ------------------------------------------------ */
.expert-aside__card {
	position: sticky;
	inset-block-start: calc(var(--shivuk-space) + 4.5rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: clamp(1.25rem, 2.5vw, 1.6rem);
	border: 1px solid var(--shivuk-color-border);
	border-radius: var(--shivuk-radius-lg);
	background: var(--shivuk-color-bg);
	box-shadow: var(--shivuk-shadow-sm);
	text-align: center;
}

.expert-aside__portrait {
	inline-size: 84px;
	block-size: 84px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--shivuk-color-surface);
	box-shadow: 0 0 0 3px var(--shivuk-color-bg), 0 0 0 5px var(--shivuk-color-accent-soft);
}

.expert-aside__portrait img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	display: block;
}

.expert-aside__name {
	margin-block-start: 0.8rem;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
}

.expert-aside__role {
	margin-block-start: 0.2rem;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--shivuk-color-muted);
}

.expert-aside__links {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	inline-size: 100%;
	margin-block-start: 1rem;
}

.expert-aside__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.55em 1em;
	border-radius: 999px;
	background: var(--shivuk-color-surface);
	color: var(--shivuk-color-text);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
	transition:
		color 0.25s var(--shivuk-ease),
		background-color 0.25s var(--shivuk-ease);
}

.expert-aside__link svg {
	inline-size: 15px;
	block-size: 15px;
}

.expert-aside__link:hover,
.expert-aside__link:focus-visible {
	background: var(--shivuk-color-accent);
	color: var(--shivuk-color-accent-contrast);
}

.expert-aside__chips {
	inline-size: 100%;
	margin-block-start: 1.1rem;
	padding-block-start: 1rem;
	border-block-start: 1px solid var(--shivuk-color-border);
}

.expert-aside__chips-label {
	display: block;
	margin-block-end: 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--shivuk-color-muted);
}

.expert-aside__chips-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
}

/* --- More of the directory ----------------------------------------------- */
.expert-more {
	padding-block: clamp(2rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem);
	border-block-start: 1px solid var(--shivuk-color-border);
}

.expert-more__title {
	margin: 0 0 clamp(1.1rem, 2.5vw, 1.6rem);
	font-size: clamp(1.3rem, 1.1rem + 1vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.expert-more__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
	gap: clamp(0.85rem, 2vw, 1.25rem);
}

.expert-more__item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--shivuk-color-border);
	border-radius: var(--shivuk-radius-lg);
	background: var(--shivuk-color-bg);
	text-decoration: none;
	color: inherit;
	transition:
		transform 0.3s var(--shivuk-ease),
		border-color 0.3s var(--shivuk-ease),
		box-shadow 0.3s var(--shivuk-ease);
}

.expert-more__item:hover,
.expert-more__item:focus-visible {
	transform: translateY(-3px);
	border-color: color-mix(in srgb, var(--shivuk-color-accent) 35%, var(--shivuk-color-border));
	box-shadow: var(--shivuk-shadow-sm);
}

.expert-more__portrait {
	flex: none;
	inline-size: 52px;
	block-size: 52px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--shivuk-color-surface);
}

.expert-more__portrait img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	display: block;
}

.expert-more__body {
	min-inline-size: 0;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.expert-more__name {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
}

.expert-more__role {
	font-size: 0.8rem;
	line-height: 1.4;
	color: var(--shivuk-color-muted);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.expert-more__all {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-block-start: clamp(1.1rem, 2.5vw, 1.5rem);
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--shivuk-color-accent);
	text-decoration: none;
}

.expert-more__all svg {
	inline-size: 16px;
	block-size: 16px;
	transition: transform 0.3s var(--shivuk-ease);
}

.expert-more__all:hover svg,
.expert-more__all:focus-visible svg {
	transform: translateX(-3px);
}

/* --- Motion preferences --------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.expert-card,
	.expert-card__portrait,
	.expert-card__portrait img,
	.expert-card__social-link,
	.expert-card__cta svg,
	.expert-more__item,
	.expert-head__link,
	.expert-more__all svg {
		transition: none;
	}

	.expert-card__social-link:hover,
	.expert-card__social-link:focus-visible,
	.expert-card:hover .expert-card__cta svg,
	.expert-card:focus-within .expert-card__cta svg {
		transform: none;
	}

	.expert-card:hover,
	.expert-card:focus-within,
	.expert-more__item:hover,
	.expert-more__item:focus-visible,
	.expert-head__link:hover,
	.expert-head__link:focus-visible {
		transform: none;
	}

	.expert-card:hover .expert-card__portrait img,
	.expert-more__all:hover svg {
		transform: none;
	}
}
