/*
Theme Name: Anik Mahmud
Theme URI: https://anikmahmud.com/
Author: Anik Mahmud
Author URI: https://anikmahmud.com/
Description: Premium documentary portfolio and personal brand theme for Anik Mahmud.
Version: 7.2.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.2
Text Domain: anik-mahmud
*/

:root {
	--ink: #0b1220;
	--navy: #081a33;
	--navy-2: #102744;
	--muted: #667085;
	--line: #e4e7ec;
	--paper: #f7f3ea;
	--soft: #f7f8fa;
	--white: #fff;
	--gold: #c8a45d;
	--gold-dark: #936b18;
	--gold-soft: #f4e6bd;
	--success: #0e6f45;
	--error: #a12626;
	--radius: 22px;
	--shadow: 0 18px 55px rgba(8, 26, 51, 0.1);
	--max: 1180px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

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

button,
input,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

h1,
h2,
h3,
p,
blockquote,
figure {
	margin-top: 0;
}

h1,
h2,
h3 {
	line-height: 1.13;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(2.7rem, 4.4vw, 4.25rem);
}

h2 {
	font-size: clamp(1.8rem, 2.6vw, 2.55rem);
}

h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
}

.container {
	width: min(calc(100% - 40px), var(--max));
	margin-inline: auto;
}

.section {
	padding: 68px 0;
}

.section[id] {
	scroll-margin-top: 96px;
}

.section-soft {
	background: var(--soft);
}

.section-dark {
	color: var(--white);
	background:
		radial-gradient(circle at 88% 12%, rgba(200, 164, 93, 0.18), transparent 26%),
		linear-gradient(145deg, #061428, #102744);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--gold-dark);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	flex: 0 0 30px;
	width: 30px;
	height: 2px;
	background: var(--gold);
}

.lead {
	max-width: 750px;
	color: var(--muted);
	font-size: clamp(1.02rem, 1.55vw, 1.22rem);
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 40px;
}

.section-head > div {
	flex: 0 1 620px;
}

.section-head h2 {
	margin-bottom: 0;
}

.section-head .lead {
	flex: 0 1 560px;
	margin-bottom: 0;
}

.section-head-light .eyebrow {
	color: #f0cf84;
}

.section-head-light .lead {
	color: #b9c4d3;
}

.skip-link {
	position: fixed;
	top: -100px;
	left: 16px;
	z-index: 1000;
	padding: 11px 16px;
	border-radius: 10px;
	color: #fff;
	background: var(--ink);
}

.skip-link:focus {
	top: 16px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--gold);
	outline-offset: 3px;
}

/* Header */
.am-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(228, 231, 236, 0.9);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(18px);
}

body.admin-bar .am-header {
	top: 32px;
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 78px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.brand-mark,
.brand-logo {
	display: grid;
	flex: 0 0 43px;
	place-items: center;
	width: 43px;
	height: 43px;
	overflow: hidden;
	border-radius: 13px;
	color: var(--navy);
	background: linear-gradient(135deg, #f5d778, var(--gold));
	font-size: 0.82rem;
	letter-spacing: -0.04em;
}

.brand-logo {
	background: var(--white);
}

.brand-logo .brand-logo-image,
.brand-logo img {
	display: block !important;
	width: 43px !important;
	min-width: 43px !important;
	max-width: 43px !important;
	height: 43px !important;
	min-height: 43px !important;
	max-height: 43px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 13px;
	object-fit: contain;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 21px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.83rem;
	font-weight: 750;
}

.nav-links a {
	position: relative;
	display: block;
	padding: 11px 0;
}

.nav-links a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 2px;
	background: var(--gold);
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a.is-active::after {
	transform: scaleX(1);
}

.nav-links .nav-contact {
	padding: 9px 14px;
	border-radius: 10px;
	color: var(--navy);
	background: var(--gold-soft);
}

.nav-links .nav-contact::after {
	display: none;
}

.nav-parent {
	position: relative;
}

.nav-group-toggle {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 11px 0;
	border: 0;
	color: inherit;
	background: transparent;
	font-size: inherit;
	font-weight: inherit;
	cursor: pointer;
}

.nav-group-toggle span {
	color: var(--gold-dark);
	font-size: 0.9rem;
	transition: transform 180ms ease;
}

.nav-group-toggle[aria-expanded="true"] span {
	transform: rotate(180deg);
}

.nav-submenu {
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	z-index: 30;
	display: none;
	width: 230px;
	margin: 0;
	padding: 9px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--white);
	box-shadow: var(--shadow);
	list-style: none;
	transform: translateX(-50%);
}

.nav-group-toggle[aria-expanded="true"] + .nav-submenu,
.nav-parent:hover .nav-submenu,
.nav-parent:focus-within .nav-submenu {
	display: block;
}

.nav-submenu a {
	padding: 10px 11px;
	border-radius: 8px;
	line-height: 1.35;
}

.nav-submenu a::after {
	display: none;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
	background: var(--soft);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	width: 23px;
	height: 2px;
	margin: 5px auto;
	background: var(--ink);
	transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn-primary {
	color: var(--navy);
	background: linear-gradient(135deg, #f6dc88, var(--gold));
	box-shadow: 0 12px 30px rgba(200, 164, 93, 0.25);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(200, 164, 93, 0.32);
}

.btn-secondary {
	border-color: #c8ced8;
	background: var(--white);
}

.btn-secondary:hover {
	border-color: var(--ink);
}

.text-link {
	color: var(--gold-dark);
	font-weight: 850;
}

.section-dark .text-link {
	color: #f0cf84;
}

.section-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 34px;
}

.section-actions-light .btn-secondary {
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.32);
	background: transparent;
}

/* Multi-page documentary shell */
.page-hero {
	padding: 86px 0 78px;
	background:
		radial-gradient(circle at 86% 12%, rgba(200, 164, 93, 0.2), transparent 28%),
		linear-gradient(180deg, #fff, var(--paper));
}

.page-hero-dark {
	color: var(--white);
	background:
		radial-gradient(circle at 86% 12%, rgba(200, 164, 93, 0.22), transparent 28%),
		linear-gradient(145deg, #061428, #102744);
}

.page-hero h1 {
	max-width: 880px;
	margin-bottom: 22px;
}

.page-hero-dark .lead {
	color: #bcc8d7;
}

.page-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.7fr);
	align-items: center;
	gap: 58px;
}

.page-portrait {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: var(--shadow);
}

.page-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 34%;
}

.page-hero-note,
.editorial-aside {
	padding: 30px;
	border: 1px solid rgba(200, 164, 93, 0.32);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 16px 50px rgba(8, 26, 51, 0.07);
}

.page-hero-dark .page-hero-note {
	background: rgba(255, 255, 255, 0.07);
}

.page-hero-note strong {
	display: block;
	margin-bottom: 8px;
	color: var(--gold-dark);
}

.page-hero-dark .page-hero-note strong {
	color: #f0cf84;
}

.page-hero-note p,
.editorial-aside p {
	margin-bottom: 0;
	color: var(--muted);
}

.page-hero-dark .page-hero-note p {
	color: #c0cad8;
}

.editorial-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	align-items: start;
	gap: 58px;
}

.editorial-main > p:not(.eyebrow) {
	color: #4f5969;
	font-size: 1.05rem;
}

.editorial-aside blockquote {
	margin-bottom: 28px;
	font-size: 1.28rem;
	font-weight: 750;
	line-height: 1.5;
}

.editorial-aside dl {
	margin: 0;
}

.editorial-aside dl div {
	display: grid;
	grid-template-columns: 105px 1fr;
	gap: 16px;
	padding: 11px 0;
	border-top: 1px solid var(--line);
}

.editorial-aside dt {
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.editorial-aside dd {
	margin: 0;
	font-weight: 750;
}

.capability-grid,
.service-preview-grid,
.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.capability-grid article,
.service-preview-grid article {
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--white);
}

.capability-grid article p,
.service-preview-grid article p {
	margin-bottom: 0;
	color: var(--muted);
}

.service-preview-grid article > span,
.service-detail > span,
.venture-detail-grid article > span,
.case-study-flow span {
	display: inline-flex;
	margin-bottom: 20px;
	color: var(--gold-dark);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.page-cta {
	text-align: center;
	background: var(--paper);
}

.page-cta h2 {
	max-width: 780px;
	margin-inline: auto;
}

/* Full Journey */
.editorial-timeline {
	display: grid;
	gap: 28px;
}

.journey-chapter {
	padding: 36px;
	border: 1px solid var(--line);
	border-radius: 26px;
	background: var(--white);
	box-shadow: 0 10px 34px rgba(8, 26, 51, 0.05);
}

.journey-chapter-head {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 30px;
	margin-bottom: 28px;
}

.journey-chapter-head > span {
	color: var(--gold-dark);
	font-size: 1.5rem;
	font-weight: 900;
}

.journey-chapter-head h2 {
	margin-bottom: 10px;
}

.journey-chapter-head p {
	max-width: 880px;
	margin-bottom: 0;
	color: var(--muted);
}

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

.documentary-grid-1 {
	grid-template-columns: minmax(0, 1fr);
}

.documentary-grid figure {
	display: flex;
	min-width: 0;
	margin: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #eef1f4;
}

.documentary-grid img {
	width: 100%;
	height: clamp(280px, 31vw, 450px);
	object-fit: contain;
	background: #edf0f3;
}

.documentary-grid-1 img {
	max-height: 650px;
}

.documentary-grid figcaption {
	min-height: 72px;
	padding: 13px 16px;
	color: #566276;
	background: var(--white);
	font-size: 0.8rem;
}

.single-story-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	gap: 18px;
}

.single-story-grid .documentary-grid,
.single-story-grid .documentary-grid figure {
	height: 100%;
}

.single-story-grid .documentary-grid img {
	height: clamp(390px, 42vw, 610px);
	object-fit: cover;
}

.story-facts {
	display: flex;
	padding: clamp(28px, 4vw, 52px);
	border-radius: 16px;
	color: var(--white);
	background: var(--navy);
	flex-direction: column;
	justify-content: center;
}

.story-facts h3 {
	font-size: clamp(1.5rem, 2.7vw, 2.35rem);
}

.story-facts > p:not(.eyebrow) {
	color: #c2ccda;
}

.story-facts ul {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.story-facts li {
	padding: 11px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-weight: 750;
}

.fact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.fact-grid li {
	padding: 13px 15px;
	border-left: 3px solid var(--gold);
	border-radius: 0 10px 10px 0;
	background: var(--paper);
	font-size: 0.88rem;
	font-weight: 700;
}

.chapter-note {
	margin-top: 22px;
	padding: clamp(22px, 3vw, 34px);
	border-left: 4px solid var(--gold);
	border-radius: 0 16px 16px 0;
	background: var(--paper);
}

.chapter-note h3 {
	margin-bottom: 8px;
}

.chapter-note p:last-child {
	margin-bottom: 0;
	color: var(--muted);
}

.journey-local-video {
	margin-top: 24px;
}

.editorial-note {
	margin: 20px 0 0;
	padding: 15px 17px;
	border: 1px dashed #c7ad76;
	border-radius: 12px;
	color: #5e543f;
	background: #fffaf0;
	font-size: 0.83rem;
}

/* Services, portfolio and products */
.service-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.service-detail {
	padding: 34px;
	border: 1px solid var(--line);
	border-radius: 22px;
}

.service-detail p,
.service-detail li {
	color: var(--muted);
}

.service-detail ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px 20px;
	margin: 20px 0 0;
	padding-left: 20px;
}

.process-list {
	display: grid;
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.process-list li {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 18px;
	padding: 16px 0;
	border-top: 1px solid var(--line);
}

.process-list span {
	color: var(--muted);
}

.case-study-stack,
.award-detail-stack {
	display: grid;
	gap: 28px;
}

.portfolio-case {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 26px;
	background: var(--white);
}

.portfolio-case figure {
	margin: 0;
	background: var(--navy);
}

.portfolio-case figure img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: contain;
}

.portfolio-case > div {
	display: flex;
	padding: 38px;
	flex-direction: column;
	justify-content: center;
}

.portfolio-case p,
.portfolio-case li {
	color: var(--muted);
}

.portfolio-case-dark {
	color: var(--white);
	background: var(--navy);
}

.portfolio-case-dark p,
.portfolio-case-dark li {
	color: #bdc8d7;
}

.product-screen {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.product-screen img {
	width: 100%;
	height: auto;
}

.product-screen figcaption {
	padding: 10px 14px;
	color: var(--muted);
	font-size: 0.75rem;
}

.venture-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.venture-detail-grid article {
	min-height: 350px;
	padding: 32px;
	border: 1px solid var(--line);
	border-radius: 22px;
}

.venture-detail-grid article p:not(.eyebrow) {
	color: var(--muted);
}

.venture-detail-grid .featured {
	color: var(--white);
	background: var(--navy);
}

.venture-detail-grid .featured p:not(.eyebrow) {
	color: #bdc8d7;
}

.feature-grid article {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
}

.feature-grid article span {
	color: #f0cf84;
}

.feature-grid article h3 {
	margin: 0;
	font-size: 1rem;
}

.case-study-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.case-study-flow > div {
	padding: 24px;
	border-top: 3px solid var(--gold);
	background: var(--soft);
}

.case-study-flow p {
	margin-bottom: 0;
	color: var(--muted);
}

/* Recognition, media and impact */
.award-detail {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: center;
	gap: 42px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: var(--white);
}

.award-detail figure {
	margin: 0;
}

.award-detail figure img {
	width: 100%;
	height: 340px;
	object-fit: contain;
}

.award-detail > div > span,
.speaking-grid article > div > span {
	color: var(--gold-dark);
	font-weight: 900;
}

.award-classification {
	font-weight: 800;
}

.editorial-note-block {
	max-width: 850px;
	padding: 34px;
	border-left: 4px solid var(--gold);
	background: var(--paper);
}

.media-archive-grid,
.video-register {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.media-archive-grid .media-card img {
	height: 420px;
	object-fit: contain;
}

.video-register article {
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--white);
}

.video-register article p:last-child {
	margin-bottom: 0;
	color: var(--muted);
}

.media-status {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.media-status-ready {
	color: #075d39;
	background: #dff5e9;
}

.media-status-pending {
	color: #76520a;
	background: #fff0c9;
}

.media-status-hold {
	color: #8e2525;
	background: #fae0e0;
}

.featured-video {
	display: grid;
	grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: var(--navy);
	box-shadow: var(--shadow);
}

.featured-video video {
	width: 100%;
	height: 540px;
	object-fit: contain;
	background: #030a13;
}

.featured-video > div {
	display: flex;
	padding: clamp(32px, 5vw, 64px);
	color: var(--white);
	flex-direction: column;
	justify-content: center;
}

.featured-video span {
	color: var(--gold);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.featured-video h3 {
	font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.featured-video p {
	color: #c2ccda;
}

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

.speaking-grid article {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 20px;
}

.speaking-grid figure {
	margin: 0;
	background: #eef1f4;
}

.speaking-grid figure img {
	width: 100%;
	height: 340px;
	object-fit: contain;
}

.speaking-grid article > div {
	padding: 24px;
}

.speaking-grid article p {
	margin-bottom: 0;
	color: var(--muted);
}

.student-results-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.student-results-grid > article,
.student-results-grid > figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: var(--white);
}

.student-quote-large {
	display: flex;
	padding: 34px;
	flex-direction: column;
	justify-content: center;
	color: var(--white);
	background: var(--navy) !important;
}

.student-quote-large blockquote {
	font-size: 1.25rem;
	line-height: 1.5;
}

.student-quote-large > p:last-child {
	color: #bdc8d7;
	font-size: 0.82rem;
}

.student-results-grid figure img {
	width: 100%;
	height: 300px;
	object-fit: contain;
	background: #eef1f4;
}

.student-results-grid figcaption {
	padding: 22px;
}

.student-results-grid figcaption p {
	margin-bottom: 0;
	color: var(--muted);
}

.outcome-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--white);
}

.outcome-strip > div {
	display: grid;
	padding: 22px;
	text-align: center;
}

.outcome-strip > div + div {
	border-left: 1px solid var(--line);
}

.outcome-strip strong {
	color: var(--gold-dark);
	font-size: 1.5rem;
}

.outcome-strip span {
	color: var(--muted);
	font-size: 0.76rem;
}

.home-contact-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	padding: 48px;
	border-radius: 26px;
	color: var(--white);
	background:
		radial-gradient(circle at 90% 10%, rgba(200, 164, 93, 0.3), transparent 30%),
		var(--navy);
}

.home-contact-panel p:not(.eyebrow) {
	max-width: 760px;
	margin-bottom: 0;
	color: #bdc8d7;
}

/* Hero */
.hero {
	position: relative;
	overflow: hidden;
	padding: 82px 0 74px;
	background:
		radial-gradient(circle at 82% 22%, rgba(200, 164, 93, 0.22), transparent 25%),
		linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

.hero::after {
	content: "";
	position: absolute;
	right: -180px;
	bottom: -260px;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(200, 164, 93, 0.3);
	border-radius: 50%;
	pointer-events: none;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 58px;
	align-items: center;
}

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

.hero-content .eyebrow {
	max-width: 720px;
}

.hero h1 {
	margin-bottom: 22px;
}

.hero h1 span {
	display: block;
	margin-top: 10px;
	color: var(--gold-dark);
	font-size: 0.58em;
	line-height: 1.14;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px 0 34px;
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.trust-chip {
	padding: 8px 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: #495364;
	background: rgba(255, 255, 255, 0.88);
	font-size: 0.78rem;
	font-weight: 750;
}

.portrait-card {
	position: relative;
	z-index: 1;
	aspect-ratio: 3 / 4;
	margin: 0;
	overflow: hidden;
	border-radius: 30px;
	background: var(--navy);
	box-shadow: var(--shadow);
}

.hero-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Metrics */
.metrics {
	position: relative;
	z-index: 5;
	margin-top: -28px;
}

.metrics-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.metric {
	padding: 23px 12px;
	text-align: center;
}

.metric + .metric {
	border-left: 1px solid var(--line);
}

.metric strong,
.metric span {
	display: block;
}

.metric strong {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	letter-spacing: -0.04em;
}

.metric span {
	margin-top: 2px;
	color: var(--muted);
	font-size: 0.75rem;
}

/* About */
.about-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: 56px;
}

.quote-card {
	position: sticky;
	top: 102px;
	height: max-content;
	padding: 36px;
	border-radius: var(--radius);
	color: var(--white);
	background:
		radial-gradient(circle at 0 0, rgba(200, 164, 93, 0.24), transparent 35%),
		var(--navy);
}

.quote-card blockquote {
	margin-bottom: 24px;
	font-size: 1.28rem;
	line-height: 1.5;
}

.quote-card cite {
	color: #c4cedc;
	font-size: 0.9rem;
	font-style: normal;
}

.about-copy p {
	color: #4f5969;
	font-size: 1.04rem;
}

.skill-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.skill-cloud span {
	padding: 9px 13px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: var(--soft);
	font-size: 0.82rem;
	font-weight: 750;
}

/* Journey */
.journey-preview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.journey-preview-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: var(--white);
	box-shadow: 0 9px 28px rgba(8, 26, 51, 0.055);
}

.journey-preview-media {
	display: grid;
	height: 220px;
	background: #eef1f4;
}

.journey-preview-card-double .journey-preview-media {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px;
}

.journey-preview-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.journey-preview-card-double .journey-preview-media img:first-child {
	object-position: center 25%;
}

.journey-preview-card > div:last-child {
	padding: 24px;
}

.journey-preview-card span {
	color: var(--gold-dark);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.journey-preview-card h3 {
	margin: 7px 0;
}

.journey-preview-card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.9rem;
}

.timeline {
	position: relative;
	display: grid;
	gap: 16px;
}

.timeline::before {
	content: "";
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 117px;
	width: 1px;
	background: #d7dce4;
}

.timeline-item {
	position: relative;
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 52px;
}

.timeline-item::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 111px;
	width: 13px;
	height: 13px;
	border: 4px solid var(--soft);
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 0 1px var(--gold);
}

.year {
	padding-top: 15px;
	color: var(--gold-dark);
	font-size: 1.08rem;
	font-weight: 900;
}

.am-timeline-card {
	position: relative;
	display: block;
	min-width: 0;
	padding: 27px 30px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: var(--white);
	transition: transform 180ms ease, box-shadow 180ms ease;
	isolation: isolate;
}

.am-timeline-card--media {
	padding: 14px;
}

.am-timeline-card:hover {
	transform: translateX(4px);
	box-shadow: 0 12px 32px rgba(8, 26, 51, 0.07);
}

.am-timeline-gallery {
	display: grid;
	min-width: 0;
	margin-bottom: 0;
	overflow: hidden;
	border: 1px solid #e8ebf0;
	border-radius: 16px;
	background: #f0f2f5;
}

.am-timeline-gallery--multiple {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
}

.am-timeline-figure {
	display: flex;
	min-width: 0;
	margin: 0;
	flex-direction: column;
	background: var(--white);
}

.am-timeline-figure img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	object-position: center;
	background: #eef1f4;
}

.am-timeline-gallery--multiple .am-timeline-figure img {
	height: clamp(250px, 25vw, 365px);
	object-fit: cover;
}

.am-timeline-gallery--count-2 .am-timeline-figure img {
	object-position: center 28%;
}

.am-timeline-gallery--count-4 .am-timeline-figure img {
	height: clamp(225px, 20vw, 310px);
}

.am-timeline-figure figcaption {
	min-height: 58px;
	padding: 10px 13px 12px;
	color: #596579;
	background: var(--white);
	font-size: 0.74rem;
	line-height: 1.45;
}

.am-timeline-copy {
	min-width: 0;
	padding: 24px 16px 15px;
}

.am-timeline-copy h3 {
	margin-bottom: 8px;
	font-size: clamp(1.2rem, 1.75vw, 1.52rem);
}

.am-timeline-copy p {
	margin-bottom: 0;
	color: var(--muted);
}

.am-timeline-copy blockquote {
	margin: 14px 0 0;
	padding-left: 16px;
	border-left: 3px solid var(--gold);
	color: var(--gold-dark);
	font-weight: 800;
}

.am-timeline-details {
	display: grid;
	gap: 10px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}

.am-timeline-details p:last-child {
	padding: 14px 16px;
	border-left: 3px solid var(--gold);
	border-radius: 0 10px 10px 0;
	color: #3e4858;
	background: #faf7ef;
}

/* Portfolio */
.portfolio-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 20px;
}

.portfolio-card,
.portfolio-summary {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.portfolio-card-wide {
	grid-column: 1 / -1;
}

.portfolio-card img {
	width: 100%;
	aspect-ratio: 2 / 1;
	height: auto;
	object-fit: cover;
	background: var(--navy);
}

.portfolio-card-premium {
	background: var(--navy);
	box-shadow: 0 22px 60px rgba(8, 26, 51, 0.16);
}

.portfolio-card-premium .portfolio-copy {
	color: var(--white);
	background: linear-gradient(135deg, var(--navy), #102744);
}

.portfolio-card-premium .portfolio-copy p {
	color: #bdc8d7;
}

.portfolio-copy,
.portfolio-summary {
	padding: 27px;
}

.portfolio-copy h3,
.portfolio-summary h3 {
	margin: 8px 0 10px;
}

.portfolio-copy p,
.portfolio-summary p {
	color: var(--muted);
}

.tag {
	display: inline-flex;
	margin: 0;
	color: var(--gold-dark);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portfolio-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--white);
	background:
		radial-gradient(circle at 100% 0, rgba(200, 164, 93, 0.3), transparent 35%),
		var(--navy);
}

.portfolio-summary .eyebrow {
	color: #f0cf84;
}

.portfolio-summary p {
	color: #bcc7d6;
}

.portfolio-summary .text-link {
	margin-top: 8px;
	color: #f0cf84;
}

.marketplace-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: var(--soft);
}

.marketplace-row > div {
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.marketplace-row > div + div {
	border-left: 1px solid var(--line);
}

.marketplace-row strong,
.marketplace-row span,
.marketplace-row a {
	display: block;
}

.marketplace-row span {
	margin-top: 3px;
	color: var(--muted);
	font-size: 0.82rem;
}

.marketplace-row a {
	margin-top: 8px;
	color: var(--gold-dark);
	font-size: 0.78rem;
	font-weight: 800;
}

/* Ventures */
.venture-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.venture-card {
	position: relative;
	display: flex;
	min-height: 340px;
	flex-direction: column;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.055);
}

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

.venture-card .tag {
	margin-top: 22px;
	color: #f0cf84;
}

.venture-card h3 {
	margin: 14px 0 12px;
	font-size: 1.55rem;
}

.venture-card p:not(.tag) {
	color: #bdc8d7;
}

.venture-card .text-link {
	margin-top: auto;
}

.venture-index {
	position: absolute;
	top: 20px;
	right: 22px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 2.25rem;
	font-weight: 900;
}

.venture-featured {
	background:
		radial-gradient(circle at 80% 15%, rgba(200, 164, 93, 0.23), transparent 34%),
		rgba(255, 255, 255, 0.075);
}

.business-results {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, 1fr);
	align-items: center;
	gap: 20px;
	margin-top: 28px;
	padding: 24px 28px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.12);
}

.business-results p {
	margin-bottom: 0;
	color: #b9c4d3;
	font-size: 0.82rem;
}

.business-results strong,
.business-results span {
	display: block;
}

.business-results strong {
	color: #f0cf84;
	font-size: 1.18rem;
}

.business-results span {
	color: #b9c4d3;
	font-size: 0.75rem;
}

/* Awards */
.awards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.award-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.award-card > img {
	width: 100%;
	height: 285px;
	object-fit: contain;
	border-bottom: 1px solid var(--line);
	background: var(--soft);
}

.award-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 27px;
}

.award-copy > span {
	color: var(--gold-dark);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.award-copy h3 {
	margin: 9px 0 12px;
}

.award-copy p {
	color: var(--muted);
}

.award-copy a {
	margin-top: auto;
	color: var(--gold-dark);
	font-size: 0.82rem;
	font-weight: 850;
}

/* Training impact */
.impact-head {
	margin-bottom: 26px;
}

.impact-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 28px;
}

.impact-stats > div {
	padding: 19px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--white);
}

.impact-stats strong,
.impact-stats span {
	display: block;
}

.impact-stats strong {
	font-size: 1.28rem;
}

.impact-stats span {
	color: var(--muted);
	font-size: 0.76rem;
}

.student-stories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 20px;
}

.student-story {
	display: grid;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 14px 40px rgba(8, 26, 51, 0.07);
}

.student-story img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: top center;
	background: #eef1f4;
}

.student-story figcaption {
	padding: 22px 24px 24px;
}

.student-story h3 {
	margin: 7px 0 8px;
}

.student-story p {
	margin: 0;
	color: var(--muted);
}

.student-story-quote {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 48px);
	color: var(--white);
	background:
		radial-gradient(circle at 100% 0, rgba(200, 164, 93, 0.28), transparent 40%),
		var(--navy);
}

.student-story-quote blockquote {
	margin: 18px 0 22px;
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	line-height: 1.55;
}

.student-story-quote p {
	color: #c7d1df;
}

.story-kicker {
	color: var(--gold-dark);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.student-story-quote .story-kicker {
	color: #f0cf84;
}

/* Media */
.media-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.media-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 0;
	margin: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.media-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	object-position: center;
	background: #eef1f4;
}

.media-card figcaption {
	padding: 23px;
}

.media-card figcaption > span {
	color: var(--gold-dark);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.media-card h3 {
	margin: 7px 0 9px;
}

.media-card p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 0.88rem;
}

.media-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 22px;
	padding: 25px 28px;
	border-radius: 17px;
	color: var(--white);
	background: var(--navy);
}

.media-cta p {
	margin-bottom: 0;
	color: #bdc8d7;
}

/* Contact */
.contact-section {
	color: var(--white);
	background:
		radial-gradient(circle at 10% 0, rgba(200, 164, 93, 0.25), transparent 30%),
		linear-gradient(145deg, #061428, #102744);
}

.contact-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 64px;
	align-items: start;
}

.contact-copy .eyebrow {
	color: #f0cf84;
}

.contact-copy p {
	color: #bdc8d7;
}

.contact-copy ul {
	display: grid;
	gap: 8px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	color: #d3dbe6;
}

.contact-copy li::before {
	content: "✓";
	margin-right: 9px;
	color: #f0cf84;
	font-weight: 900;
}

.contact-form-wrap {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.07);
}

.contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.form-row {
	display: grid;
	gap: 7px;
}

.form-row.full {
	grid-column: 1 / -1;
}

.form-row label {
	color: #dce3ec;
	font-size: 0.82rem;
	font-weight: 750;
}

.form-row input,
.form-row textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 11px;
	color: var(--white);
	background: rgba(255, 255, 255, 0.08);
}

.form-row input {
	height: 48px;
	padding: 0 13px;
}

.form-row textarea {
	min-height: 150px;
	padding: 12px 13px;
	resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
	border-color: #f0cf84;
	background: rgba(255, 255, 255, 0.11);
}

.honeypot {
	position: absolute;
	left: -9999px;
}

.form-notice {
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 0.86rem;
}

.form-notice.success {
	color: #d9ffec;
	background: rgba(14, 111, 69, 0.4);
}

.form-notice.error {
	color: #ffe0e0;
	background: rgba(161, 38, 38, 0.4);
}

/* Footer */
.am-footer {
	padding: 52px 0 26px;
	color: var(--white);
	background: #040e1d;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 0.75fr;
	gap: 48px;
}

.footer-brand p {
	max-width: 430px;
	margin: 18px 0 0;
	color: #9fadc0;
}

.footer-nav,
.footer-social {
	display: grid;
	align-content: start;
	gap: 11px;
	font-size: 0.86rem;
	font-weight: 700;
}

.footer-nav a,
.footer-social a {
	color: #c4cedc;
}

.footer-nav a:hover,
.footer-social a:hover {
	color: #f0cf84;
}

.copyright {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 38px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	color: #8391a5;
	font-size: 0.76rem;
}

/* WordPress content fallback */
.content-shell {
	min-height: 55vh;
	padding: 80px 0;
}

.content-shell article {
	max-width: 820px;
	margin-inline: auto;
}

/* Accessible documentary carousels */
.am-carousel {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 26px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.am-carousel-viewport {
	outline: 0;
}

.am-carousel-viewport:focus-visible {
	box-shadow: inset 0 0 0 3px var(--gold);
}

.am-carousel-slide {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
	min-height: 610px;
	animation: am-carousel-enter 380ms ease both;
}

.am-carousel-image {
	position: relative;
	display: grid;
	width: 100%;
	min-width: 0;
	min-height: 610px;
	place-items: center;
	padding: 28px;
	border: 0;
	color: var(--ink);
	background:
		radial-gradient(circle at 18% 12%, rgba(200, 164, 93, 0.15), transparent 28%),
		linear-gradient(145deg, #eef1f5, #f8f9fb);
	cursor: zoom-in;
}

.am-carousel-image img {
	width: 100%;
	height: 554px;
	object-fit: contain;
	filter: drop-shadow(0 16px 28px rgba(8, 26, 51, 0.12));
}

.am-carousel-placeholder {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	color: var(--navy);
	text-align: center;
}

.am-carousel-placeholder strong {
	font-size: clamp(3.2rem, 8vw, 7rem);
	line-height: 1;
}

.am-carousel-placeholder span {
	color: var(--muted);
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.am-carousel-zoom,
.recognition-feature-image > span {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 8px 11px;
	border-radius: 999px;
	color: var(--white);
	background: rgba(8, 26, 51, 0.88);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.am-carousel-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(30px, 5vw, 62px);
	background: var(--navy);
}

.am-carousel-copy > span,
.recognition-feature > div > span {
	color: #f0cf84;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.am-carousel-copy h3 {
	margin: 14px 0 16px;
	color: var(--white);
	font-size: clamp(1.55rem, 2.3vw, 2.35rem);
}

.am-carousel-copy p {
	margin: 0;
	color: #cbd5e1;
}

.am-carousel-copy a {
	align-self: flex-start;
	margin-top: 22px;
	color: #f0cf84;
	font-weight: 800;
}

.am-carousel-controls {
	display: grid;
	grid-template-columns: auto auto minmax(100px, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 14px 18px;
	border-top: 1px solid var(--line);
	background: var(--white);
}

.am-carousel-arrow {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid #d7dce3;
	border-radius: 50%;
	color: var(--navy);
	background: var(--white);
	font-size: 1.15rem;
	font-weight: 800;
	cursor: pointer;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.am-carousel-arrow:hover,
.am-carousel-arrow:focus-visible {
	color: var(--white);
	background: var(--navy);
	transform: translateY(-1px);
}

.am-carousel-status {
	display: flex;
	gap: 5px;
	margin: 0;
	color: var(--muted);
	font-size: 0.79rem;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
}

.am-carousel-progress {
	overflow: hidden;
	height: 3px;
	border-radius: 999px;
	background: #e7e9ed;
}

.am-carousel-progress span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: var(--gold);
	transition: width 320ms ease;
}

.am-carousel--evidence {
	margin-bottom: 30px;
}

.am-carousel--evidence .am-carousel-image {
	background: #f2f4f7;
}

.am-carousel--feature .am-carousel-image img {
	max-width: 850px;
}

.am-carousel--journey .am-carousel-slide,
.am-video-carousel .am-carousel-slide {
	min-height: 520px;
}

.am-local-video-carousel .am-carousel-slide {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
	background: var(--navy);
	color: #fff;
}

.am-local-video-frame {
	min-height: 430px;
	background: #02060d;
}

.am-local-video-frame video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: contain;
	background: #02060d;
}

.am-local-video-carousel .am-carousel-copy {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--navy);
	color: #fff;
}

.am-local-video-carousel .am-carousel-copy h3,
.am-local-video-carousel .am-carousel-copy p {
	color: #fff;
}

.am-carousel--journey .am-carousel-image,
.am-video-carousel .am-video-frame {
	min-height: 520px;
}

.am-carousel--journey .am-carousel-image img {
	height: 470px;
}

.am-carousel--journey-chapter {
	margin-top: 4px;
}

.am-video-frame {
	position: relative;
	display: grid;
	min-width: 0;
	place-items: center;
	overflow: hidden;
	background: #020817;
}

.am-video-frame img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	opacity: 0.72;
}

.am-video-frame iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
}

.am-video-play {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	color: var(--navy);
	background: var(--white);
	font: inherit;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.am-video-play span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	color: var(--white);
	background: #d61f26;
	font-size: 0.75rem;
}

.am-video-play:hover,
.am-video-play:focus-visible {
	transform: translateY(-2px);
}

.home-video-preview {
	margin-top: clamp(44px, 7vw, 78px);
}

.home-video-preview > h3 {
	margin: 8px 0 26px;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.evidence-note {
	max-width: 920px;
	margin: 20px auto 0;
	color: var(--muted);
	font-size: 0.88rem;
	text-align: center;
}

.recognition-feature {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 26px;
	background: var(--navy);
	box-shadow: var(--shadow);
}

.recognition-feature-image {
	position: relative;
	display: grid;
	min-height: 520px;
	place-items: center;
	padding: 26px;
	border: 0;
	background: #f2f4f7;
	cursor: zoom-in;
}

.recognition-feature-image img {
	width: 100%;
	height: 468px;
	object-fit: contain;
}

.recognition-feature > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 6vw, 76px);
}

.recognition-feature h2 {
	margin: 14px 0 18px;
	color: var(--white);
}

.recognition-feature p {
	margin: 0;
	color: #cbd5e1;
}

.am-lightbox {
	width: min(94vw, 1500px);
	height: min(92vh, 1050px);
	padding: 56px 18px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	background: #050b14;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
}

.am-lightbox::backdrop {
	background: rgba(2, 7, 14, 0.86);
	backdrop-filter: blur(6px);
}

.am-lightbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.am-lightbox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	color: var(--white);
	background: rgba(255, 255, 255, 0.1);
	font-size: 1.35rem;
	cursor: pointer;
}

@keyframes am-carousel-enter {
	from { opacity: 0; transform: translateX(14px); }
	to { opacity: 1; transform: translateX(0); }
}

/* Recruiter-focused homepage · v7.2.0 */
.hero-career {
	min-height: 710px;
	display: grid;
	align-items: center;
}

.portrait-card-career::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(180deg, transparent, rgba(8, 26, 51, 0.88));
	pointer-events: none;
}

.portrait-card-career figcaption {
	position: absolute;
	right: 24px;
	bottom: 22px;
	left: 24px;
	z-index: 2;
	color: var(--white);
}

.portrait-card-career figcaption strong,
.portrait-card-career figcaption span {
	display: block;
}

.portrait-card-career figcaption strong {
	font-size: 0.95rem;
}

.portrait-card-career figcaption span {
	margin-top: 3px;
	color: #d8e0ea;
	font-size: 0.73rem;
}

.section-head-compact {
	margin-bottom: 32px;
}

.career-value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.career-value-grid article {
	position: relative;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 30px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 14px 42px rgba(8, 26, 51, 0.06);
}

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

.career-value-grid article > span {
	color: var(--gold-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.career-value-grid h3 {
	margin: 28px 0 12px;
	font-size: 1.42rem;
}

.career-value-grid p {
	color: var(--muted);
}

.career-value-grid strong {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	color: var(--navy);
	font-size: 0.82rem;
}

.home-work-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.home-work-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 14px 42px rgba(8, 26, 51, 0.07);
}

.home-work-card > img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: var(--navy);
}

.home-work-card-product > img {
	object-fit: contain;
	background: #eef1f4;
}

.home-work-card > div {
	padding: 24px;
}

.home-work-card h3 {
	margin: 8px 0 10px;
}

.home-work-card p:not(.tag) {
	color: var(--muted);
}

.home-work-card .text-link {
	margin-top: 4px;
}

.professional-proof-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: var(--white);
}

.professional-proof-row > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 21px 22px;
}

.professional-proof-row > div + div {
	border-left: 1px solid var(--line);
}

.professional-proof-row strong,
.professional-proof-row span,
.professional-proof-row a {
	display: block;
}

.professional-proof-row span {
	margin-top: 3px;
	color: var(--muted);
	font-size: 0.8rem;
}

.professional-proof-row a {
	margin-top: 7px;
	color: var(--gold-dark);
	font-size: 0.76rem;
	font-weight: 850;
}

.career-signal-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.career-signal-grid article {
	min-height: 220px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: var(--white);
}

.career-signal-grid span {
	color: var(--gold-dark);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.career-signal-grid h3 {
	margin: 24px 0 10px;
	font-size: 1.08rem;
}

.career-signal-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 0.86rem;
}

.home-ventures .venture-card {
	min-height: 315px;
}

.credibility-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.credibility-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 14px 42px rgba(8, 26, 51, 0.07);
}

.credibility-card > img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: top center;
	background: #eef1f4;
}

.credibility-card:first-child > img {
	object-fit: contain;
	padding: 12px;
}

.credibility-card > div {
	padding: 24px;
}

.credibility-card h3 {
	margin: 8px 0 10px;
}

.credibility-card p:not(.tag) {
	color: var(--muted);
}

.archive-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: var(--soft);
}

.archive-links a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 20px 22px;
	transition: background-color 0.2s ease;
}

.archive-links a + a {
	border-left: 1px solid var(--line);
}

.archive-links a:hover {
	background: var(--white);
}

.archive-links strong,
.archive-links span {
	display: block;
}

.archive-links span {
	margin-top: 3px;
	color: var(--muted);
	font-size: 0.78rem;
}

.home-contact-panel-career h2 {
	max-width: 760px;
}

/* Responsive */
@media (max-width: 1080px) {
	.nav-links {
		gap: 14px;
		font-size: 0.78rem;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
		gap: 42px;
	}

	.metrics-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.metric:nth-child(4) {
		border-left: 0;
	}

	.metric:nth-child(n + 4) {
		border-top: 1px solid var(--line);
	}

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

	.capability-grid,
	.service-preview-grid,
	.feature-grid,
	.case-study-flow,
	.journey-preview-grid,
	.career-value-grid,
	.home-work-grid,
	.credibility-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.career-signal-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.admin-bar .am-header {
		top: 46px;
	}

	.nav-toggle {
		display: block;
	}

	.site-navigation {
		position: absolute;
		top: 78px;
		right: 20px;
		left: 20px;
		display: none;
		padding: 14px;
		border: 1px solid var(--line);
		border-radius: 16px;
		background: var(--white);
		box-shadow: var(--shadow);
	}

	.site-navigation.is-open {
		display: block;
	}

	.nav-links {
		display: grid;
		gap: 2px;
		font-size: 0.9rem;
	}

	.nav-group-toggle {
		width: 100%;
		justify-content: space-between;
		padding: 11px 12px;
		border-radius: 9px;
	}

	.nav-submenu {
		position: static;
		width: auto;
		margin: 0 0 5px 12px;
		padding: 3px 0 3px 10px;
		border: 0;
		border-left: 2px solid var(--gold-soft);
		border-radius: 0;
		box-shadow: none;
		transform: none;
	}

	.nav-links a {
		padding: 11px 12px;
		border-radius: 9px;
	}

	.nav-links a::after {
		display: none;
	}

	.nav-links a:hover,
	.nav-links a.is-active {
		background: var(--soft);
	}

	.nav-links .nav-contact {
		margin-top: 4px;
	}

	.hero-grid,
	.about-grid,
	.contact-grid,
	.page-hero-grid,
	.editorial-layout,
	.featured-video,
	.am-carousel-slide,
	.recognition-feature {
		grid-template-columns: 1fr;
	}

	.am-carousel-slide {
		min-height: 0;
	}

	.am-carousel--journey .am-carousel-slide,
	.am-video-carousel .am-carousel-slide,
	.am-local-video-carousel .am-carousel-slide {
		min-height: 0;
	}

	.am-carousel-image,
	.am-video-frame,
	.am-local-video-frame,
	.recognition-feature-image {
		min-height: 500px;
	}

	.am-carousel-image img,
	.am-video-frame img,
	.am-video-frame iframe,
	.am-local-video-frame video,
	.recognition-feature-image img {
		height: 448px;
		min-height: 448px;
	}

	.am-carousel-copy {
		min-height: 260px;
	}

	.featured-video video {
		height: 460px;
	}

	.hero-grid {
		gap: 42px;
	}

	.portrait-card {
		width: min(100%, 560px);
		margin-inline: auto;
	}

	.quote-card {
		position: static;
	}

	.section-head {
		display: block;
	}

	.section-head .lead {
		margin-top: 18px;
	}

	.portfolio-grid,
	.venture-grid,
	.awards-grid,
	.venture-detail-grid,
	.portfolio-case {
		grid-template-columns: 1fr;
	}

	.portfolio-case figure img {
		min-height: 0;
	}

	.portfolio-card-wide {
		grid-column: auto;
	}

	.marketplace-row {
		grid-template-columns: 1fr;
	}

	.professional-proof-row,
	.archive-links {
		grid-template-columns: 1fr;
	}

	.marketplace-row > div + div,
	.professional-proof-row > div + div,
	.archive-links a + a {
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.venture-card {
		min-height: 285px;
	}

	.business-results {
		grid-template-columns: repeat(3, 1fr);
	}

	.business-results p {
		grid-column: 1 / -1;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.home-contact-panel {
		display: grid;
	}
}

@media (max-width: 680px) {
	html {
		scroll-padding-top: 82px;
	}

	.container {
		width: min(calc(100% - 28px), var(--max));
	}

	.section {
		padding: 54px 0;
	}

	.page-hero {
		padding: 60px 0 54px;
	}

	.am-carousel {
		border-radius: 18px;
	}

	.am-carousel-image,
	.am-video-frame,
	.am-local-video-frame,
	.recognition-feature-image {
		min-height: 390px;
		padding: 14px;
	}

	.am-video-frame,
	.am-local-video-frame {
		padding: 0;
		min-height: 356px;
	}

	.am-carousel-image img,
	.am-video-frame img,
	.am-video-frame iframe,
	.am-local-video-frame video,
	.recognition-feature-image img {
		height: 356px;
		min-height: 356px;
	}

	.am-carousel-copy {
		min-height: 230px;
		padding: 28px 22px;
	}

	.am-carousel-controls {
		grid-template-columns: auto auto minmax(50px, 1fr) auto;
		gap: 10px;
		padding: 12px;
	}

	.am-carousel-arrow {
		width: 38px;
		height: 38px;
	}

	.am-carousel-zoom,
	.recognition-feature-image > span {
		right: 10px;
		bottom: 10px;
	}

	.journey-chapter {
		padding: 20px;
	}

	.journey-chapter-head {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.documentary-grid,
	.fact-grid,
	.single-story-grid,
	.service-detail-grid,
	.media-archive-grid,
	.video-register,
	.speaking-grid,
	.student-results-grid,
	.capability-grid,
	.service-preview-grid,
	.feature-grid,
	.case-study-flow,
	.career-value-grid,
	.home-work-grid,
	.credibility-grid,
	.career-signal-grid {
		grid-template-columns: 1fr;
	}

	.hero-career {
		min-height: 0;
	}

	.career-value-grid article,
	.career-signal-grid article {
		min-height: 0;
	}

	.journey-preview-grid {
		grid-template-columns: 1fr;
	}

	.journey-preview-media {
		height: 250px;
	}

	.featured-video video {
		height: 420px;
	}

	.documentary-grid img,
	.speaking-grid figure img,
	.media-archive-grid .media-card img {
		height: auto;
		max-height: 520px;
	}

	.documentary-grid figcaption {
		min-height: 0;
	}

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

	.outcome-strip > div + div {
		border-left: 0;
		border-top: 1px solid var(--line);
	}

	.service-detail {
		padding: 24px;
	}

	.service-detail ul {
		grid-template-columns: 1fr;
	}

	.award-detail {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.award-detail figure img {
		height: 280px;
	}

	.home-contact-panel {
		padding: 30px;
	}

	.home-contact-panel .btn {
		width: 100%;
	}

	.section[id] {
		scroll-margin-top: 82px;
	}

	h1 {
		font-size: clamp(2.35rem, 11vw, 3rem);
	}

	h2 {
		font-size: clamp(1.75rem, 8vw, 2.15rem);
	}

	.nav-wrap {
		height: 68px;
	}

	.site-navigation {
		top: 68px;
	}

	.hero {
		padding: 56px 0 58px;
	}

	.hero h1 span {
		font-size: 0.66em;
	}

	.hero-actions {
		margin: 26px 0 30px;
	}

	.hero-actions .btn {
		width: 100%;
	}

	.metrics {
		margin-top: -18px;
	}

	.metrics-grid {
		grid-template-columns: 1fr 1fr;
	}

	.metric:nth-child(odd) {
		border-left: 0;
	}

	.metric:nth-child(even) {
		border-left: 1px solid var(--line);
	}

	.metric:nth-child(n + 3) {
		border-top: 1px solid var(--line);
	}

	.metric {
		padding: 18px 10px;
	}

	.timeline::before {
		left: 15px;
	}

	.timeline-item {
		grid-template-columns: 1fr;
		gap: 8px;
		padding-left: 38px;
	}

	.timeline-item::before {
		top: 20px;
		left: 9px;
	}

	.year {
		padding-top: 0;
	}

	.am-timeline-card,
	.am-timeline-card--media {
		padding: 10px;
	}

	.am-timeline-gallery--multiple {
		grid-template-columns: 1fr;
	}

	.am-timeline-gallery--multiple .am-timeline-figure img {
		height: clamp(245px, 74vw, 420px);
		object-fit: cover;
	}

	.am-timeline-figure figcaption {
		min-height: 0;
	}

	.am-timeline-copy {
		padding: 19px 10px 10px;
	}

	.business-results,
	.impact-stats {
		grid-template-columns: 1fr;
	}

	.student-stories,
	.media-grid {
		grid-template-columns: 1fr;
	}

	.business-results p {
		grid-column: auto;
	}

	.award-card > img {
		height: 245px;
	}

	.media-card img {
		aspect-ratio: 16 / 10;
	}

	.media-cta {
		display: block;
	}

	.media-cta .btn {
		width: 100%;
		margin-top: 18px;
	}

	.contact-form {
		grid-template-columns: 1fr;
	}

	.form-row.full {
		grid-column: auto;
	}

	.contact-form-wrap {
		padding: 22px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-brand {
		grid-column: auto;
	}

	.copyright {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Keep the native theme layout isolated from legacy Elementor output. */
body.home main#main > .section {
	min-height: 0 !important;
	margin: 0 !important;
}
