/*
Theme Name: Anthru
Theme URI: https://anthru.com
Author: Anthru
Author URI: https://anthru.com
Description: Custom theme for Anthru, a parent company that builds and operates independent ventures. Bilingual (English/Arabic, RTL-ready), built around the Crossing identity.
Version: 1.9.1
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anthru
Domain Path: /languages
*/

/* ==========================================================================
   1. Design tokens
   Source of truth: Anthru-Brand-Package/04-Digital/brand-tokens.json
   Do not introduce new colors outside this palette without updating the
   brand guidelines first.
   ========================================================================== */

:root {
	--anthru-charcoal: #0C0D0F;
	--anthru-white: #EDEEF0;
	--anthru-gold: #B49A6A;
	--anthru-canvas: #F8F9FA;
	--anthru-text: #1A1A1A;
	--anthru-gray: #686B71;

	--anthru-gold-soft: rgba(180, 154, 106, 0.14);
	--anthru-charcoal-soft: rgba(12, 13, 15, 0.06);
	--anthru-border: rgba(12, 13, 15, 0.12);
	--anthru-error: #8A3B2E;
	--anthru-error-soft: rgba(138, 59, 46, 0.06);

	--font-latin: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--font-arabic: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;

	--text-xs: 0.8125rem;
	--text-sm: 0.9375rem;
	--text-base: 1rem;
	--text-md: 1.125rem;
	--text-lg: 1.375rem;
	--text-xl: 1.75rem;
	--text-2xl: 2.25rem;
	--text-3xl: 3rem;
	--text-4xl: 3.75rem;

	--space-3xs: 0.25rem;
	--space-2xs: 0.5rem;
	--space-xs: 0.75rem;
	--space-sm: 1rem;
	--space-md: 1.5rem;
	--space-lg: 2.5rem;
	--space-xl: 4rem;
	--space-2xl: 6rem;
	--space-3xl: 9rem;

	--container-max: 1200px;
	--container-pad: clamp(1.25rem, 4vw, 3rem);
	--header-height: 77px;

	--radius-sm: 2px;
	--radius-md: 4px;

	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--duration: 480ms;
}

/* html[dir="rtl"] gets Arabic type; see style-rtl.css for layout mirroring. */
html[lang="ar"],
[dir="rtl"] {
	--font-active: var(--font-arabic);
}

html {
	--font-active: var(--font-latin);
}

/* ==========================================================================
   2. Reset & base elements
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
	background-color: var(--anthru-canvas);
	color: var(--anthru-text);
	font-family: var(--font-active), var(--font-latin);
	font-size: var(--text-base);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
p,
figure {
	margin: 0;
}

h1,
h2,
h3,
h4 {
	font-family: var(--font-active), var(--font-latin);
	font-weight: 600;
	color: var(--anthru-charcoal);
	line-height: 1.15;
	letter-spacing: -0.01em;
}

button {
	font-family: inherit;
	cursor: pointer;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}

/* Visible only to assistive technology. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	word-wrap: normal;
}

.skip-link {
	position: absolute;
	top: -100px;
	inset-inline-start: var(--space-sm);
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	padding: var(--space-xs) var(--space-md);
	z-index: 1000;
	border-radius: var(--radius-sm);
	transition: top 200ms var(--ease);
}

.skip-link:focus {
	top: var(--space-sm);
}

:focus-visible {
	outline: 2px solid var(--anthru-charcoal);
	outline-offset: 3px;
}

.home-hero :focus-visible,
.home .site-header.is-scrolled :focus-visible,
.section--cta :focus-visible,
.site-footer :focus-visible {
	outline-color: var(--anthru-gold);
}

/* ==========================================================================
   3. Layout primitives
   ========================================================================== */

.container {
	max-width: var(--container-max);
	margin-inline: auto;
	padding-inline: var(--container-pad);
}

.container--narrow {
	max-width: 760px;
}

.section {
	padding-block: var(--space-2xl);
}

.section--404 {
	padding-block: var(--space-3xl);
	text-align: center;
}

.section--404 .btn {
	margin-top: var(--space-md);
}

.section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--space-md);
	margin-block-end: var(--space-lg);
}

.section__title {
	font-size: var(--text-2xl);
	max-width: 22ch;
}

.section__title--sm {
	font-size: var(--text-lg);
}

/* Eyebrow labels use a gold tick mark, never gold text - Crossing Gold
   falls below body-text contrast requirements on light backgrounds. */
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2xs);
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--anthru-gray);
	margin-block-end: var(--space-sm);
}

.eyebrow::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 2px;
	background: var(--anthru-gold);
}

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2xs);
	font-weight: 600;
	color: var(--anthru-charcoal);
	border-bottom: 1px solid var(--anthru-border);
	padding-block-end: 2px;
	transition: border-color var(--duration) var(--ease), gap var(--duration) var(--ease);
}

.link-arrow::after {
	content: "\2192";
	transition: transform var(--duration) var(--ease);
}

.link-arrow:hover {
	border-color: var(--anthru-gold);
}

.link-arrow:hover::after {
	transform: translateX(4px);
}

/* Scroll-reveal: progressively enhanced by main.js; content is fully
   visible by default so nothing depends on JavaScript running. */
.reveal {
	opacity: 1;
	transform: none;
}

.js-reveal-ready .reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.js-reveal-ready .reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   4. Buttons
   ========================================================================== */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2xs);
	padding: 0.85em 1.6em;
	font-size: var(--text-sm);
	font-weight: 600;
	letter-spacing: 0.01em;
	border-radius: var(--radius-sm);
	border: 1px solid transparent;
	transition: background-color var(--duration) var(--ease), color var(--duration) var(--ease), border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.btn--primary {
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	border-color: var(--anthru-charcoal);
	box-shadow: inset 0 -2px 0 0 transparent;
}

.btn--primary:hover {
	box-shadow: inset 0 -2px 0 0 var(--anthru-gold);
	transform: translateY(-1px);
}

.btn--ghost {
	background: transparent;
	color: var(--anthru-charcoal);
	border-color: var(--anthru-border);
}

.btn--ghost:hover {
	border-color: var(--anthru-charcoal);
	background: var(--anthru-charcoal-soft);
}

/* ==========================================================================
   5. Site header
   ========================================================================== */

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(248, 249, 250, 0.70);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-block-end: 1px solid var(--anthru-border);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
	padding-block: var(--space-sm);
}

.site-header__logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	line-height: 0;
}

.site-header__logo img {
	display: block;
	height: 44px;
	width: auto;
	max-width: min(190px, 38vw);
	object-fit: contain;
}

.site-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	background: none;
	border: 0;
	padding: var(--space-2xs);
}

.site-header__toggle-bar,
.site-header__toggle-bar::before,
.site-header__toggle-bar::after {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--anthru-charcoal);
	transition: transform var(--duration) var(--ease), opacity var(--duration) var(--ease);
}

.site-header__toggle-bar::before,
.site-header__toggle-bar::after {
	content: "";
	position: relative;
}

.site-header__toggle-bar::before {
	top: -6px;
}

.site-header__toggle-bar::after {
	top: 4px;
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar {
	background: transparent;
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar::before {
	top: 0;
	transform: rotate(45deg);
	background: var(--anthru-charcoal);
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar::after {
	top: -2px;
	transform: rotate(-45deg);
	background: var(--anthru-charcoal);
}

.site-nav {
	display: flex;
	align-items: center;
	gap: var(--space-lg);
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: var(--space-md);
	font-size: var(--text-sm);
	font-weight: 500;
}

.site-nav__list a {
	padding-block: var(--space-3xs);
	border-bottom: 1px solid transparent;
	transition: border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a {
	border-color: var(--anthru-gold);
}

.site-nav__cta {
	padding: 0;
	border-radius: 999px;
}

.site-nav__list .site-nav__cta > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.58em 1.2em;
	border: 1px solid var(--anthru-charcoal);
	border-radius: inherit;
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	line-height: 1;
	transition: background-color var(--duration) var(--ease), color var(--duration) var(--ease), border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.site-nav__list .site-nav__cta > a:hover,
.site-nav__list .site-nav__cta.current-menu-item > a,
.site-nav__list .site-nav__cta.current_page_item > a {
	border-color: var(--anthru-charcoal);
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	transform: translateY(-1px);
}

.lang-switcher {
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.04em;
}

.lang-switcher__item a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	color: var(--anthru-gray);
	padding-inline: 0.55rem;
	border-radius: 999px;
}

.lang-switcher__item.is-current a {
	color: var(--anthru-charcoal);
	background: var(--anthru-gold-soft);
	box-shadow: inset 0 -2px 0 var(--anthru-gold);
}

.lang-switcher__item a[lang="en"] {
	font-family: var(--font-latin);
}

.lang-switcher__item a[lang="ar"] {
	font-family: var(--font-arabic);
	letter-spacing: 0;
}

/* Homepage state model: a crisp light bar at the top, followed by a dark
   translucent glass bar as soon as the visitor scrolls. main.js owns only
   the .is-scrolled state; every visual detail remains in CSS. */
.home .site-header {
	background: rgba(248, 249, 250, 0.94);
	-webkit-backdrop-filter: blur(18px) saturate(120%);
	backdrop-filter: blur(18px) saturate(120%);
	border-block-end: 1px solid var(--anthru-border);
	box-shadow: 0 1px 0 rgba(12, 13, 15, 0.02);
	color: var(--anthru-text);
	transition: background-color var(--duration) var(--ease), border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease), color var(--duration) var(--ease);
}

.admin-bar .site-header {
	inset-block-start: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		inset-block-start: 46px;
	}
}

.home .site-header__logo {
	display: grid;
	align-items: center;
}

.home .site-header__brand-image {
	grid-area: 1 / 1;
	display: block;
	transition: opacity 320ms var(--ease);
}

.home .site-header__brand-image--overlay {
	opacity: 0;
}

.home .site-header__brand-image--solid {
	opacity: 1;
}

.home .site-nav__list a,
.home .lang-switcher__item a {
	color: var(--anthru-gray);
}

.home .site-nav__list a:hover,
.home .lang-switcher__item.is-current a {
	color: var(--anthru-charcoal);
}

.home .site-nav__list .site-nav__cta > a,
.home .site-nav__list .site-nav__cta > a:hover,
.home .site-nav__list .site-nav__cta.current-menu-item > a,
.home .site-nav__list .site-nav__cta.current_page_item > a {
	background: var(--anthru-charcoal);
	border-color: var(--anthru-charcoal);
	color: var(--anthru-white);
}

.home .site-header__toggle-bar,
.home .site-header__toggle-bar::before,
.home .site-header__toggle-bar::after,
.home .site-header__toggle[aria-expanded="true"] .site-header__toggle-bar::before,
.home .site-header__toggle[aria-expanded="true"] .site-header__toggle-bar::after {
	background: var(--anthru-charcoal);
}

.home .site-header__toggle[aria-expanded="true"] .site-header__toggle-bar {
	background: transparent;
}

.home .site-header.is-scrolled {
	background: rgba(12, 13, 15, 0.84);
	-webkit-backdrop-filter: blur(18px) saturate(120%);
	backdrop-filter: blur(18px) saturate(120%);
	border-block-end: 1px solid rgba(237, 238, 240, 0.14);
	box-shadow: 0 12px 32px rgba(12, 13, 15, 0.16);
	color: var(--anthru-white);
}

.home .site-header.is-scrolled .site-header__brand-image--overlay {
	opacity: 1;
}

.home .site-header.is-scrolled .site-header__brand-image--solid {
	opacity: 0;
}

.home .site-header.is-scrolled .site-nav__list a,
.home .site-header.is-scrolled .lang-switcher__item a {
	color: rgba(237, 238, 240, 0.8);
}

.home .site-header.is-scrolled .site-nav__list a:hover,
.home .site-header.is-scrolled .lang-switcher__item.is-current a {
	color: var(--anthru-white);
}

.home .site-header.is-scrolled .site-nav__list .site-nav__cta > a,
.home .site-header.is-scrolled .site-nav__list .site-nav__cta > a:hover,
.home .site-header.is-scrolled .site-nav__list .site-nav__cta.current-menu-item > a,
.home .site-header.is-scrolled .site-nav__list .site-nav__cta.current_page_item > a {
	background: var(--anthru-white);
	border-color: var(--anthru-white);
	color: var(--anthru-charcoal);
}

.home .site-header.is-scrolled .site-header__toggle-bar,
.home .site-header.is-scrolled .site-header__toggle-bar::before,
.home .site-header.is-scrolled .site-header__toggle-bar::after,
.home .site-header.is-scrolled .site-header__toggle[aria-expanded="true"] .site-header__toggle-bar::before,
.home .site-header.is-scrolled .site-header__toggle[aria-expanded="true"] .site-header__toggle-bar::after {
	background: var(--anthru-white);
}

@media (max-width: 860px) {
	.site-header__logo img {
		height: 38px;
		max-width: min(150px, 48vw);
	}

	.home .site-header {
		background: rgba(248, 249, 250, 0.97);
		border-block-end: 1px solid var(--anthru-border);
	}

	.home .site-header.is-scrolled {
		background: rgba(12, 13, 15, 0.9);
		border-block-end: 1px solid rgba(237, 238, 240, 0.14);
	}

	.site-header__toggle {
		display: inline-flex;
	}

	.site-nav {
		position: absolute;
		inset-inline: 0;
		top: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: var(--anthru-canvas);
		border-block-end: 1px solid var(--anthru-border);
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		pointer-events: none;
		transition: max-height var(--duration) var(--ease), visibility 0s linear var(--duration);
	}

	.home .site-nav {
		background: rgba(248, 249, 250, 0.99);
		border-block-end-color: var(--anthru-border);
	}

	.home .site-header.is-scrolled .site-nav {
		background: rgba(12, 13, 15, 0.98);
		border-block-end-color: rgba(237, 238, 240, 0.14);
	}

	.site-nav.is-open {
		max-height: calc(100vh - 76px);
		max-height: calc(100dvh - 76px);
		overflow-y: auto;
		overscroll-behavior: contain;
		visibility: visible;
		pointer-events: auto;
		transition-delay: 0s;
	}

	.site-nav__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: var(--space-sm) var(--container-pad);
	}

	.site-nav__list a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding-block: var(--space-xs);
	}

	.site-nav__cta {
		width: 100%;
		margin-block-start: var(--space-sm);
	}

	.site-nav__list .site-nav__cta > a {
		display: flex;
		min-height: 44px;
		width: 100%;
	}

	.lang-switcher {
		padding-inline: var(--container-pad);
	}

	.lang-switcher__item a {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}
}

/* ==========================================================================
   6. Homepage hero - "The Architectural Monument"
   ========================================================================== */

.home-hero {
	position: relative;
	min-height: clamp(620px, calc(100svh - var(--header-height)), 980px);
	overflow: hidden;
	isolation: isolate;
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
}

.home-hero__media,
.home-hero__image,
.home-hero__wash {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-hero__media {
	z-index: 0;
}

.home-hero__image {
	max-width: none;
	object-fit: cover;
	object-position: center 48%;
	filter: contrast(1.06) brightness(0.9) saturate(1.06);
	transform: scale(1.025);
	animation: home-hero-zoom 14s ease-in-out infinite alternate;
}

.home-hero__wash {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(12, 13, 15, 0.94) 0%, rgba(12, 13, 15, 0.78) 31%, rgba(12, 13, 15, 0.2) 68%, rgba(12, 13, 15, 0.46) 100%),
		linear-gradient(180deg, rgba(12, 13, 15, 0.4), transparent 34%, rgba(12, 13, 15, 0.48));
}

.home-hero__inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	min-height: clamp(620px, calc(100svh - var(--header-height)), 980px);
	padding-block: clamp(10rem, 20vh, 13rem) clamp(3.5rem, 9vh, 6.5rem);
}

.home-hero__copy {
	display: grid;
	justify-items: start;
	gap: var(--space-sm);
	width: min(64%, 780px);
}

.home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--space-xs);
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(237, 238, 240, 0.78);
	animation: home-hero-rise 900ms 100ms var(--ease) both;
}

.home-hero__eyebrow::before {
	content: "";
	inline-size: 28px;
	block-size: 2px;
	background: var(--anthru-gold);
}

.home-hero__heading {
	max-inline-size: 9.2ch;
	font-size: clamp(3.25rem, min(7vw, 10svh), 6rem);
	font-weight: 600;
	line-height: 0.86;
	letter-spacing: -0.065em;
	text-transform: uppercase;
	text-wrap: balance;
	color: var(--anthru-white);
	animation: home-hero-rise 1000ms 180ms var(--ease) both;
}

.home-hero__heading span {
	display: block;
}

.home-hero__subheading {
	max-width: 48ch;
	font-size: clamp(var(--text-base), 1.5vw, var(--text-md));
	line-height: 1.5;
	color: rgba(237, 238, 240, 0.78);
	animation: home-hero-rise 1000ms 260ms var(--ease) both;
}

.home-hero__action {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2xs);
	width: fit-content;
	margin-block-start: var(--space-xs);
	padding: 0.8em 1.2em;
	border-radius: 999px;
	background: var(--anthru-white);
	color: var(--anthru-charcoal);
	font-size: var(--text-sm);
	font-weight: 600;
	transition: transform var(--duration) var(--ease), background-color var(--duration) var(--ease);
	animation: home-hero-rise 1000ms 340ms var(--ease) both;
}

.home-hero__action::after {
	content: "\2192";
	transition: transform var(--duration) var(--ease);
}

.home-hero__action:hover {
	transform: translateY(-2px);
}

.home-hero__action:hover::after {
	transform: translateX(4px);
}

@keyframes home-hero-zoom {
	from { transform: scale(1.025) translate3d(0, 0, 0); }
	to { transform: scale(1.105) translate3d(0, -1.2%, 0); }
}

@keyframes home-hero-rise {
	from { opacity: 0; transform: translateY(28px); }
	to { opacity: 1; transform: none; }
}

@media (max-width: 640px) {
	.home-hero {
		min-height: max(620px, calc(100svh - var(--header-height)));
	}

	.home-hero__image {
		object-position: center 44%;
	}

	.home-hero__wash {
		background:
			linear-gradient(90deg, rgba(12, 13, 15, 0.8), rgba(12, 13, 15, 0.18) 78%),
			linear-gradient(180deg, rgba(12, 13, 15, 0.42), transparent 30%, rgba(12, 13, 15, 0.92) 82%);
	}

	.home-hero__inner {
		min-height: max(620px, calc(100svh - var(--header-height)));
		padding-block: 8.5rem 2.25rem;
	}

	.home-hero__copy {
		width: 100%;
		gap: var(--space-xs);
	}

	.home-hero__heading {
		max-inline-size: 8.8ch;
		font-size: clamp(2.5rem, 11vw, 3.5rem);
		line-height: 0.9;
	}

	.home-hero__subheading {
		max-width: 34ch;
		font-size: var(--text-sm);
		line-height: 1.45;
	}

}

@media (prefers-reduced-motion: reduce) {
	.home-hero__image,
	.home-hero__eyebrow,
	.home-hero__heading,
	.home-hero__subheading,
	.home-hero__action {
		animation: none !important;
	}

	.home-hero__image {
		transform: none;
	}
}

/* ==========================================================================
   7. Page hero (About / Projects / Contact / 404)
   ========================================================================== */

.page-hero {
	padding-block: var(--space-xl) var(--space-lg);
	border-block-end: 1px solid var(--anthru-border);
}

.page-hero__title {
	font-size: clamp(var(--text-2xl), 4vw, var(--text-3xl));
	max-width: 18ch;
}

.page-hero__lede {
	margin-block-start: var(--space-sm);
	font-size: var(--text-md);
	color: var(--anthru-text);
	max-width: 60ch;
}

/* ==========================================================================
   8. About summary (homepage)
   ========================================================================== */

.section--about__inner {
	display: flex;
	justify-content: center;
}

.section--about__text {
	max-width: 640px;
	text-align: center;
}

.section--about__text .section__title {
	max-width: none;
	margin-block-end: var(--space-sm);
}

.section--about__text p {
	color: var(--anthru-text);
	font-size: var(--text-md);
}

.section--about__text .link-arrow {
	margin-block-start: var(--space-md);
}

.section--about__text .eyebrow {
	justify-content: center;
}

/* ==========================================================================
   9. Project grid & cards
   ========================================================================== */

.project-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-lg);
}

.project-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: var(--anthru-canvas);
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-md);
	transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.project-card:hover,
.project-card:focus-within {
	border-color: rgba(180, 154, 106, 0.64);
	transform: translateY(-5px);
	box-shadow: 0 22px 48px rgba(12, 13, 15, 0.12);
}

.project-card__media {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 270px;
	padding: var(--space-md);
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(180, 154, 106, 0.1), transparent 52%),
		var(--anthru-charcoal);
	color: var(--anthru-white);
}

.project-card__media-meta {
	display: flex;
	justify-content: space-between;
	gap: var(--space-sm);
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(237, 238, 240, 0.68);
}

.project-card__identity {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: min(68%, 250px);
	min-height: 126px;
	padding: var(--space-md);
	background: var(--anthru-white);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
}

.project-card__media-line {
	position: absolute;
	width: 2px;
	height: 150%;
	top: -25%;
	inset-inline-end: 15%;
	background: var(--anthru-gold);
	transform: rotate(34deg);
	transform-origin: center;
	opacity: 0.75;
	transition: transform 900ms var(--ease), opacity var(--duration) var(--ease);
}

.project-card:hover .project-card__media-line,
.project-card:focus-within .project-card__media-line {
	transform: rotate(34deg) translateX(-28px);
	opacity: 1;
}

/* Flex container so __desc's flex-grow can push __actions to the
   bottom, keeping the footer row aligned across cards of uneven
   description length in the same grid row. */
.project-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: var(--space-lg);
}

.project-card__logo {
	max-height: 72px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.project-card__logo--placeholder {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	max-height: none;
	border: 0;
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	font-family: var(--font-latin);
	font-weight: 700;
	font-size: var(--text-lg);
	overflow: hidden;
}

.project-card__logo--placeholder::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 92px;
	background: var(--anthru-gold);
	transform: rotate(42deg);
	inset-inline-end: 10px;
	top: -14px;
}

.project-card__title {
	margin-block-start: var(--space-sm);
	font-size: var(--text-xl);
	line-height: 1.1;
}

.project-card__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
}

.project-card__desc {
	margin-block-start: var(--space-2xs);
	color: var(--anthru-text);
	font-size: var(--text-sm);
	flex-grow: 1;
}

.project-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-3xs);
	margin-block-start: 0;
}

.project-card__tags li {
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--anthru-charcoal);
	background: var(--anthru-gold-soft);
	padding: 0.3em 0.7em;
	border-radius: 999px;
}

.project-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: var(--space-sm);
	margin-block-start: var(--space-md);
	padding-block-start: var(--space-md);
	border-block-start: 1px solid var(--anthru-border);
	font-size: var(--text-sm);
	font-weight: 600;
}

.project-card__link {
	display: inline-flex;
	gap: var(--space-3xs);
	align-items: center;
	transition: color var(--duration) var(--ease), gap var(--duration) var(--ease);
}

.project-card:hover .project-card__link,
.project-card:focus-within .project-card__link {
	gap: var(--space-2xs);
	color: var(--anthru-gold);
}

@media (max-width: 760px) {
	.project-grid {
		grid-template-columns: 1fr;
	}

	.project-card__media {
		min-height: 240px;
	}
}

.empty-state {
	padding: var(--space-2xl) var(--space-lg);
	text-align: center;
	border: 1px dashed var(--anthru-border);
	border-radius: var(--radius-md);
	color: var(--anthru-gray);
	font-size: var(--text-md);
}

.empty-state > * + * {
	margin-block-start: var(--space-sm);
}

/* ==========================================================================
   10. Project filter (archive)
   ========================================================================== */

.project-filter {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin-block-end: var(--space-lg);
}

.project-filter__btn {
	min-height: 44px;
	background: transparent;
	border: 1px solid var(--anthru-border);
	border-radius: 999px;
	padding: 0.5em 1.1em;
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--anthru-text);
	transition: background-color var(--duration) var(--ease), color var(--duration) var(--ease), border-color var(--duration) var(--ease);
}

.project-filter__btn:hover {
	border-color: var(--anthru-charcoal);
}

.project-filter__btn.is-active {
	background: var(--anthru-charcoal);
	border-color: var(--anthru-charcoal);
	color: var(--anthru-white);
}

.project-card.is-hidden {
	display: none;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin-block-start: var(--space-xl);
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding-inline: 0.5em;
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-sm);
	font-size: var(--text-sm);
}

.pagination .page-numbers.current {
	background: var(--anthru-charcoal);
	border-color: var(--anthru-charcoal);
	color: var(--anthru-white);
}

/* ==========================================================================
   11. Credibility strip
   ========================================================================== */

.credibility-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-xl);
}

.credibility-strip__item {
	position: relative;
	text-align: center;
	padding-inline: var(--space-lg);
}

.credibility-strip__item + .credibility-strip__item::before {
	content: "";
	position: absolute;
	inset-inline-start: calc(-1 * var(--space-lg) / 2);
	top: 10%;
	height: 80%;
	width: 1px;
	background: var(--anthru-border);
}

.credibility-strip__value {
	display: block;
	font-family: var(--font-latin);
	font-size: var(--text-3xl);
	font-weight: 700;
	color: var(--anthru-charcoal);
}

.credibility-strip__label {
	display: block;
	margin-block-start: var(--space-3xs);
	font-size: var(--text-xs);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--anthru-gray);
}

/* ==========================================================================
   12. Contact CTA (homepage)
   ========================================================================== */

.section--cta {
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
}

.cta-box {
	text-align: center;
	max-width: 640px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section--cta .section__title {
	color: var(--anthru-white);
	max-width: 20ch;
}

.section--cta p {
	max-width: 60ch;
	margin-block-start: var(--space-sm);
	color: rgba(237, 238, 240, 0.78);
	font-size: var(--text-md);
}

.section--cta .btn--primary {
	margin-block-start: var(--space-lg);
	background: var(--anthru-white);
	color: var(--anthru-charcoal);
	border-color: var(--anthru-white);
}

.section--cta .btn--primary:hover {
	box-shadow: inset 0 -2px 0 0 var(--anthru-gold);
}

.section--cta .contact-direct a {
	color: var(--anthru-white);
}

/* ==========================================================================
   13. Contact page
   ========================================================================== */

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: var(--space-lg);
}

.contact-card {
	padding: var(--space-lg);
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-md);
	background: var(--anthru-white);
}

.contact-card > p {
	color: var(--anthru-gray);
	font-size: var(--text-sm);
	margin-block-start: var(--space-3xs);
}

.contact-card__form {
	margin-block-start: var(--space-md);
}

.contact-card__form > .btn {
	margin-block-start: var(--space-xs);
}

.form-placeholder-note {
	font-size: var(--text-sm);
	color: var(--anthru-gray);
	border: 1px dashed var(--anthru-border);
	border-radius: var(--radius-sm);
	padding: var(--space-sm);
}

.contact-direct {
	margin-block-start: var(--space-lg);
	font-size: var(--text-sm);
	color: var(--anthru-gray);
}

.contact-direct a {
	color: var(--anthru-charcoal);
	font-weight: 600;
	border-bottom: 1px solid var(--anthru-gold);
}

/* Contact Form 7 default markup */
.wpcf7-form p {
	margin-block-end: var(--space-sm);
}

.wpcf7-form label {
	display: block;
	font-size: var(--text-sm);
	font-weight: 600;
	margin-block-end: var(--space-3xs);
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%;
	padding: 0.75em 0.9em;
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-sm);
	background: var(--anthru-canvas);
	color: var(--anthru-text);
	transition: border-color var(--duration) var(--ease);
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	border-color: var(--anthru-gold);
	outline: 2px solid var(--anthru-gold);
	outline-offset: 2px;
}

.wpcf7-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em;
	font-size: var(--text-sm);
	font-weight: 600;
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	border: 1px solid var(--anthru-charcoal);
	border-radius: var(--radius-sm);
	transition: box-shadow var(--duration) var(--ease);
}

.wpcf7-form .wpcf7-submit:hover {
	box-shadow: inset 0 -2px 0 0 var(--anthru-gold);
}

.wpcf7-not-valid-tip {
	color: var(--anthru-error);
	font-size: var(--text-xs);
	margin-block-start: var(--space-3xs);
}

.wpcf7-response-output {
	margin-block-start: var(--space-md) !important;
	border-radius: var(--radius-sm);
	font-size: var(--text-sm);
	padding: var(--space-sm) !important;
}

.wpcf7-mail-sent-ok {
	border: 1px solid var(--anthru-gold) !important;
	color: var(--anthru-charcoal) !important;
	background: var(--anthru-gold-soft);
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
	border: 1px solid var(--anthru-error) !important;
	color: var(--anthru-error) !important;
	background: var(--anthru-error-soft);
}

/* ==========================================================================
   14. Single project
   ========================================================================== */

.project-single__header {
	position: relative;
	overflow: hidden;
	padding-block: clamp(var(--space-xl), 8vw, var(--space-2xl));
	background: linear-gradient(120deg, rgba(180, 154, 106, 0.1), transparent 48%), var(--anthru-charcoal);
	border-block-end: 0;
	color: var(--anthru-white);
}

.project-single__header::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 160%;
	top: -30%;
	inset-inline-end: 18%;
	background: var(--anthru-gold);
	transform: rotate(28deg);
	opacity: 0.7;
}

.project-single__header-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	align-items: center;
	gap: var(--space-xl);
}

.project-single__hero-copy,
.project-single__identity {
	position: relative;
	z-index: 1;
}

.project-single__header .eyebrow,
.project-single__header .page-hero__title {
	color: var(--anthru-white);
}

.project-single__header .page-hero__title {
	margin-block-start: var(--space-sm);
	font-size: clamp(var(--text-3xl), 7vw, 5.5rem);
	line-height: 0.95;
}

.project-single__header .page-hero__lede {
	color: rgba(237, 238, 240, 0.76);
	font-size: clamp(var(--text-md), 2vw, var(--text-lg));
}

.project-single__header .project-card__tags {
	margin-block-start: var(--space-md);
}

.project-single__header .project-card__tags li {
	color: var(--anthru-white);
	background: rgba(237, 238, 240, 0.1);
	border: 1px solid rgba(237, 238, 240, 0.16);
}

.project-single__identity {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 330px;
	padding: var(--space-lg);
	background: var(--anthru-white);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.project-single__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 190px;
	padding: var(--space-md);
}

.project-single__logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 110px;
	object-fit: contain;
}

.project-single__logo .project-card__logo--placeholder {
	width: 112px;
	height: 112px;
	font-size: var(--text-3xl);
}

.project-single__identity-tagline {
	padding-block-start: var(--space-md);
	border-block-start: 1px solid var(--anthru-border);
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--anthru-gray);
}

.project-single__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-md);
	margin-block-start: var(--space-md);
}

.project-single__actions .btn--primary {
	background: var(--anthru-white);
	border-color: var(--anthru-white);
	color: var(--anthru-charcoal);
}

.status-pill {
	display: inline-flex;
	align-items: center;
	gap: var(--space-3xs);
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 0.4em 0.9em;
	border-radius: 999px;
	color: var(--anthru-charcoal);
}

.status-pill::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
}

.status-pill--active {
	background: var(--anthru-gold-soft);
}

.project-single__header .status-pill--active {
	color: var(--anthru-white);
	background: rgba(180, 154, 106, 0.18);
}

.status-pill--archived {
	background: var(--anthru-charcoal-soft);
	color: var(--anthru-gray);
}

.project-facts {
	background: var(--anthru-white);
	border-block-end: 1px solid var(--anthru-border);
}

.project-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-fact {
	min-width: 0;
	padding: var(--space-lg) var(--space-md);
	border-inline-end: 1px solid var(--anthru-border);
}

.project-fact:first-child {
	padding-inline-start: 0;
}

.project-fact:last-child {
	border-inline-end: 0;
}

.project-fact span,
.project-fact strong {
	display: block;
}

.project-fact span {
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--anthru-gray);
}

.project-fact strong {
	margin-block-start: var(--space-2xs);
	font-size: var(--text-md);
	font-weight: 600;
	overflow-wrap: anywhere;
}

.project-single__content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
	align-items: start;
	gap: var(--space-xl);
}

.project-single__overview .section__title {
	margin-block-start: var(--space-xs);
}

.project-single__overview .entry-content {
	margin-block-start: var(--space-lg);
}

.project-website-card {
	position: sticky;
	top: calc(var(--space-lg) + 80px);
	padding: var(--space-lg);
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
}

.project-website-card .eyebrow,
.project-website-card h2 {
	color: var(--anthru-white);
}

.project-website-card h2 {
	margin-block-start: var(--space-sm);
	font-size: var(--text-xl);
}

.project-website-card > p:not(.eyebrow) {
	margin-block-start: var(--space-sm);
	color: rgba(237, 238, 240, 0.7);
}

.project-website-card .btn {
	margin-block-start: var(--space-lg);
	background: var(--anthru-white);
	border-color: var(--anthru-white);
	color: var(--anthru-charcoal);
}

.project-single__back {
	padding-block: var(--space-lg);
	border-block-start: 1px solid var(--anthru-border);
}

@media (max-width: 860px) {
	.project-single__header-inner,
	.project-single__content-grid {
		grid-template-columns: 1fr;
	}

	.project-single__identity {
		min-height: 250px;
	}

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

	.project-fact:nth-child(2) {
		border-inline-end: 0;
	}

	.project-fact:nth-child(n + 3) {
		border-block-start: 1px solid var(--anthru-border);
	}

	.project-website-card {
		position: static;
	}
}

@media (max-width: 520px) {
	.project-facts__grid {
		grid-template-columns: 1fr;
	}

	.project-fact,
	.project-fact:first-child {
		padding-inline: 0;
		border-inline-end: 0;
		border-block-start: 1px solid var(--anthru-border);
	}

	.project-fact:first-child {
		border-block-start: 0;
	}
}

/* ==========================================================================
   15. Entry content (About / single project body copy)
   ========================================================================== */

.entry-content {
	font-size: var(--text-md);
	color: var(--anthru-text);
}

.entry-content > * + * {
	margin-block-start: var(--space-md);
}

.entry-content h2 {
	font-size: var(--text-2xl);
	margin-block-start: var(--space-xl);
}

.entry-content h3 {
	font-size: var(--text-lg);
	margin-block-start: var(--space-lg);
}

.entry-content a {
	color: var(--anthru-charcoal);
	border-bottom: 1px solid var(--anthru-gold);
}

.entry-content ul,
.entry-content ol {
	list-style: disc;
	padding-inline-start: 1.4em;
}

/* ==========================================================================
   16. Site footer
   ========================================================================== */

.site-footer {
	background: var(--anthru-charcoal);
	color: rgba(237, 238, 240, 0.7);
	padding-block: var(--space-xl);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: var(--space-lg);
	align-items: start;
}

.site-footer__brand img {
	height: 28px;
	width: auto;
}

.site-footer__tagline {
	margin-block-start: var(--space-sm);
	font-size: var(--text-sm);
}

.site-footer__list {
	display: flex;
	flex-direction: column;
	gap: var(--space-2xs);
	font-size: var(--text-sm);
}

.site-footer__list a:hover {
	color: var(--anthru-gold);
}

.site-footer__social {
	display: flex;
	flex-direction: column;
	gap: var(--space-2xs);
	font-size: var(--text-sm);
}

.site-footer__social a:hover {
	color: var(--anthru-gold);
}

.site-footer__legal {
	grid-column: 1 / -1;
	margin-block-start: var(--space-lg);
	padding-block-start: var(--space-md);
	border-block-start: 1px solid rgba(237, 238, 240, 0.12);
	font-size: var(--text-xs);
}

.site-footer__legal a {
	color: var(--anthru-white);
	text-decoration: underline;
	text-decoration-color: var(--anthru-gold);
	text-underline-offset: 3px;
}

@media (max-width: 760px) {
	.site-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.site-footer__inner {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   17. Extended pages (methodology, about detail, insights, careers, founders)
   Added in 1.7.0 - reusable building blocks based on the design tokens.
   ========================================================================== */

.split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: var(--space-xl);
	align-items: start;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: var(--space-lg);
}

.feature-card {
	padding: var(--space-lg);
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-md);
	background: var(--anthru-canvas);
}

.feature-card__num {
	font-family: var(--font-latin);
	font-size: var(--text-xl);
	font-weight: 700;
	color: var(--anthru-gold);
}

.feature-card h3 {
	font-size: var(--text-lg);
	margin-block-start: var(--space-xs);
}

.feature-card p {
	margin-block-start: var(--space-2xs);
	color: var(--anthru-text);
	font-size: var(--text-sm);
}

.method-steps {
	display: grid;
	gap: var(--space-md);
}

.method-step {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: var(--space-md);
	align-items: start;
	padding: var(--space-lg);
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-md);
	background: var(--anthru-canvas);
}

.method-step__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	font-family: var(--font-latin);
	font-weight: 700;
	font-size: var(--text-lg);
}

.method-step h3 {
	font-size: var(--text-lg);
}

.method-step p {
	margin-block-start: var(--space-2xs);
	font-size: var(--text-sm);
	color: var(--anthru-text);
}

.method-step__gate {
	display: inline-block;
	margin-block-start: var(--space-xs);
	font-size: var(--text-xs);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--anthru-charcoal);
	background: var(--anthru-gold-soft);
	padding: 0.3em 0.7em;
	border-radius: 999px;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: var(--space-lg);
}

.team-member {
	text-align: center;
}

.team-member__avatar {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	margin: 0 auto var(--space-sm);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--anthru-charcoal);
	color: var(--anthru-white);
	font-family: var(--font-latin);
	font-weight: 700;
	font-size: var(--text-xl);
}

.team-member__name {
	font-weight: 600;
}

.team-member__role {
	font-size: var(--text-sm);
	color: var(--anthru-gray);
	margin-block-start: var(--space-3xs);
}

.timeline__item {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: var(--space-md);
	padding-block: var(--space-md);
	border-block-start: 1px solid var(--anthru-border);
}

.timeline__year {
	font-family: var(--font-latin);
	font-weight: 700;
	font-size: var(--text-lg);
	color: var(--anthru-charcoal);
}

.timeline__item p {
	font-size: var(--text-sm);
	color: var(--anthru-text);
}

.article-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: var(--space-lg);
}

.article-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-md);
	overflow: hidden;
	background: var(--anthru-canvas);
	transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.article-card:hover {
	border-color: rgba(180, 154, 106, 0.64);
	transform: translateY(-4px);
}

.article-card__cover {
	min-height: 150px;
	background:
		linear-gradient(135deg, rgba(180, 154, 106, 0.12), transparent 55%),
		var(--anthru-charcoal);
}

.article-card__body {
	padding: var(--space-lg);
	display: flex;
	flex-direction: column;
	flex: 1;
}

.article-card__meta {
	font-size: var(--text-xs);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--anthru-gray);
}

.article-card h3 {
	font-size: var(--text-lg);
	margin-block-start: var(--space-2xs);
}

.article-card p {
	font-size: var(--text-sm);
	color: var(--anthru-text);
	margin-block-start: var(--space-2xs);
	flex: 1;
}

.job-list {
	display: grid;
	gap: var(--space-sm);
}

.job-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-sm);
	padding: var(--space-md) var(--space-lg);
	border: 1px solid var(--anthru-border);
	border-radius: var(--radius-md);
	background: var(--anthru-canvas);
	transition: border-color var(--duration) var(--ease);
}

.job-row:hover {
	border-color: var(--anthru-charcoal);
}

.job-row__title {
	font-weight: 600;
	font-size: var(--text-md);
}

.job-row__meta {
	font-size: var(--text-sm);
	color: var(--anthru-gray);
}

@media (max-width: 760px) {
	.split {
		grid-template-columns: 1fr;
		gap: var(--space-lg);
	}
	.timeline__item {
		grid-template-columns: 72px 1fr;
	}
}
