/* Kea bespoke homepage and editorial components */

.kea-shell {
	width: min(1240px, calc(100% - 56px));
	margin-inline: auto;
}

.kea-eyebrow {
	margin: 0 0 18px;
	color: var(--kea-orange) !important;
	font-family: var(--kea-body);
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: .17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.kea-eyebrow--light { color: #eca16f !important; }

.kea-hero {
	position: relative;
	isolation: isolate;
	min-height: calc(100vh - 95px);
	display: grid;
	align-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 79% 28%, rgba(213,107,49,.2), transparent 24rem),
		linear-gradient(135deg, #081820 0%, var(--kea-ink) 48%, #173843 100%);
}

.kea-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 78px 78px;
	mask-image: linear-gradient(90deg, transparent 2%, #000 42%, #000);
}

.kea-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
	gap: 6vw;
	align-items: center;
	padding-block: 105px;
}

.kea-hero h1 {
	max-width: 860px;
	margin: 0 0 35px;
	color: #fff;
	font-size: clamp(4.4rem, 8.5vw, 9.2rem);
	line-height: .84;
	text-wrap: balance;
}

.kea-hero__lead {
	max-width: 750px;
	margin: 0;
	color: rgba(255,255,255,.79) !important;
	font-family: var(--kea-display);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.43;
}

.kea-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	margin-top: 38px;
}

.kea-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border: 1px solid transparent;
	border-radius: 1px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.kea-button:hover { transform: translateY(-2px); }

.kea-button--orange {
	border-color: var(--kea-orange);
	background: var(--kea-orange);
	color: #fff !important;
}

.kea-button--orange:hover {
	border-color: #ed8246;
	background: #ed8246;
}

.kea-button--ink {
	border-color: var(--kea-ink);
	background: var(--kea-ink);
	color: #fff !important;
}

.kea-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--kea-ink);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none !important;
}

.kea-text-link span { color: var(--kea-orange); transition: transform .2s ease; }
.kea-text-link:hover span { transform: translate(3px, -3px); }
.kea-text-link--light { color: #fff; }

.kea-signal {
	position: relative;
	aspect-ratio: 1;
	max-width: 440px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
}

.kea-signal__orbit {
	position: absolute;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 50%;
}

.kea-signal__orbit--one { inset: 13%; }
.kea-signal__orbit--two { inset: 30%; }

.kea-signal__axis {
	position: absolute;
	top: 50%;
	right: -12%;
	left: -12%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
	transform: rotate(-24deg);
}

.kea-signal__node {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--kea-orange);
	box-shadow: 0 0 0 9px rgba(213,107,49,.12), 0 0 36px rgba(213,107,49,.7);
	animation: kea-pulse 3.4s ease-in-out infinite;
}

.kea-signal__node--a { top: 20%; right: 25%; }
.kea-signal__node--b { right: 8%; bottom: 35%; animation-delay: .8s; }
.kea-signal__node--c { bottom: 18%; left: 28%; animation-delay: 1.6s; }

.kea-signal p {
	position: absolute;
	right: 14%;
	bottom: 10%;
	left: 14%;
	margin: 0;
	color: rgba(255,255,255,.66) !important;
	font-size: 13px;
	letter-spacing: .04em;
	line-height: 1.5;
	text-align: center;
}

@keyframes kea-pulse {
	0%, 100% { opacity: .62; transform: scale(.82); }
	50% { opacity: 1; transform: scale(1.13); }
}

.kea-proof {
	border-bottom: 1px solid var(--kea-line);
	background: var(--kea-paper);
}

.kea-proof__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.kea-proof__grid > div {
	padding: 34px 20px;
	border-right: 1px solid var(--kea-line);
}

.kea-proof__grid > div:first-child { border-left: 1px solid var(--kea-line); }

.kea-proof strong {
	display: block;
	margin-bottom: 5px;
	color: var(--kea-ink);
	font-family: var(--kea-display);
	font-size: clamp(2.3rem, 3.8vw, 4rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
}

.kea-proof span {
	color: var(--kea-slate);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.kea-section { padding-block: 120px; }
.kea-section--paper { background: var(--kea-paper); }
.kea-section--ink { background: var(--kea-ink); color: #fff; }
.kea-section--proof { background: #e9e1d3; }

.kea-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10vw;
	align-items: start;
}

.kea-split h2,
.kea-section-heading h2 {
	max-width: 850px;
	margin: 0;
	font-size: clamp(3rem, 5.8vw, 6.2rem);
	line-height: .94;
}

.kea-large-copy p {
	margin-top: 36px;
	color: var(--kea-ink);
	font-family: var(--kea-display);
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
	line-height: 1.38;
}

.kea-section-heading { margin-bottom: 60px; }

.kea-section-heading--row {
	display: flex;
	gap: 48px;
	align-items: end;
	justify-content: space-between;
}

.kea-section-heading--row > p {
	max-width: 500px;
	margin: 0;
	color: rgba(255,255,255,.68);
}

.kea-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--kea-line);
	border-left: 1px solid var(--kea-line);
}

.kea-service-card {
	position: relative;
	min-height: 470px;
	padding: 38px;
	border-right: 1px solid var(--kea-line);
	border-bottom: 1px solid var(--kea-line);
	background: var(--kea-white);
	color: var(--kea-ink);
	text-decoration: none !important;
	transition: background .28s ease, color .28s ease, transform .28s ease;
}

.kea-service-card::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background: var(--kea-orange);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .28s ease;
}

.kea-service-card:hover {
	z-index: 2;
	background: var(--kea-ink);
	color: #fff;
	transform: translateY(-8px);
}

.kea-service-card:hover::after { transform: scaleX(1); }
.kea-service-card:hover h3,
.kea-service-card:hover p,
.kea-service-card:hover .kea-card-link { color: #fff; }

.kea-card-number {
	display: block;
	margin-bottom: 120px;
	color: var(--kea-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .15em;
}

.kea-service-card h3 { margin: 0 0 18px; font-size: 2.25rem; }
.kea-service-card p { font-size: 16px; line-height: 1.65; }

.kea-card-link {
	position: absolute;
	right: 38px;
	bottom: 34px;
	left: 38px;
	display: flex;
	justify-content: space-between;
	color: var(--kea-ink);
	font-size: 13px;
	font-weight: 650;
}

.kea-card-link b { color: var(--kea-orange); }

.kea-authority-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 10vw;
}

.kea-authority-grid h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.4rem, 6vw, 6.6rem);
	line-height: .93;
}

.kea-authority-list { border-top: 1px solid rgba(255,255,255,.2); }

.kea-authority-list article {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 20px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.kea-authority-list article > span {
	color: var(--kea-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

.kea-authority-list h3 {
	margin: 0 0 6px;
	color: #fff;
	font-family: var(--kea-body);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}

.kea-authority-list p {
	margin: 0;
	color: rgba(255,255,255,.65);
	font-size: 15px;
}

.kea-g2 {
	display: grid;
	grid-template-columns: minmax(220px, .48fr) minmax(0, 1.52fr);
	gap: clamp(52px, 8vw, 116px);
	align-items: center;
}

.kea-g2__native-widget {
	display: flex;
	justify-content: center;
}

.kea-g2__native-widget > div {
	box-shadow: 14px 14px 0 rgba(11,29,38,.06);
}

.kea-g2__content > p:not(.kea-eyebrow) {
	max-width: 660px;
	margin-bottom: 30px;
	font-size: 18px;
}

.kea-g2__score {
	padding: 70px 30px;
	border: 1px solid rgba(11,29,38,.24);
	text-align: center;
}

.kea-g2__score span {
	display: block;
	color: var(--kea-orange-dark);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .2em;
}

.kea-g2__score strong {
	display: block;
	color: var(--kea-ink);
	font-family: var(--kea-display);
	font-size: clamp(5rem, 10vw, 9rem);
	font-weight: 500;
	letter-spacing: -.07em;
	line-height: .95;
}

.kea-g2__score small {
	color: var(--kea-slate);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.kea-g2 h2 {
	max-width: 780px;
	margin: 0 0 25px;
	font-size: clamp(2.8rem, 5vw, 5.2rem);
	line-height: .96;
}

.kea-g2 > div:last-child > p:not(.kea-eyebrow) {
	max-width: 660px;
	margin-bottom: 30px;
	font-size: 18px;
}

.kea-featured-insight {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: 0;
	border: 1px solid var(--kea-line);
	background: var(--kea-paper);
}

.kea-featured-insight__image { min-height: 470px; overflow: hidden; }
.kea-featured-insight__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.kea-featured-insight:hover img { transform: scale(1.025); }

.kea-featured-insight__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 55px;
}

.kea-featured-insight__content h3 {
	margin: 0 0 24px;
	font-size: clamp(2.5rem, 3.6vw, 4.15rem);
	line-height: .98;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.kea-featured-insight__content h3 a { color: var(--kea-ink); text-decoration: none; }
.kea-featured-insight__content > p:not(.kea-eyebrow) { font-size: 16px; }

.kea-section--leadership { background: #17313a; color: #fff; }

.kea-section--leadership h2 { color: #fff; }
.kea-people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.kea-people-grid article { border-top: 1px solid rgba(255,255,255,.22); padding-top: 18px; }
.kea-people-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.86); }
.kea-people-grid h3 { margin: 20px 0 4px; color: #fff; font-size: 1.65rem; }
.kea-people-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

.kea-final-cta {
	position: relative;
	overflow: hidden;
	padding-block: 125px;
	background: #07141a;
	text-align: center;
}

.kea-final-cta::before {
	content: "";
	position: absolute;
	top: -260px;
	left: 50%;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	transform: translateX(-50%);
}

.kea-final-cta h2 {
	position: relative;
	max-width: 950px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: clamp(3rem, 6vw, 6.4rem);
	line-height: .94;
}

/* Visual agency layer */
.kea-signal::before {
	content: "";
	position: absolute;
	inset: 30%;
	border-radius: 50%;
	background: radial-gradient(circle at 38% 32%, rgba(251,182,56,.26), rgba(213,107,49,.08) 48%, transparent 70%);
}

.kea-signal__core {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: #fff;
	font-family: var(--kea-display);
	font-size: 22px;
	line-height: .9;
	text-align: center;
	transform: translate(-50%, -50%);
}

.kea-signal__label {
	position: absolute;
	z-index: 2;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(8,24,32,.68);
	color: rgba(255,255,255,.78);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: .11em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.kea-signal__label--a { top: 13%; left: 7%; }
.kea-signal__label--b { top: 41%; right: -5%; }
.kea-signal__label--c { bottom: 21%; left: 2%; }
.kea-signal__node--a { background: #fbb638; }
.kea-signal__node--b { background: #f36a22; }
.kea-signal__node--c { background: #ef233c; }

.kea-visual-story {
	padding-block: 88px;
	overflow: hidden;
	background: #ebe5da;
}

.kea-visual-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
	gap: 22px;
	align-items: stretch;
}

.kea-visual-story__image {
	position: relative;
	min-height: 650px;
	margin: 0;
	overflow: hidden;
	background: #0c2029;
}

.kea-visual-story__image::after {
	content: "";
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(transparent, rgba(5,17,23,.92));
	pointer-events: none;
}

.kea-visual-story__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.88) contrast(1.04);
	transition: transform .8s cubic-bezier(.2,.75,.25,1);
}

.kea-visual-story__image:hover img { transform: scale(1.035); }

.kea-visual-story figcaption {
	position: absolute;
	z-index: 2;
	right: 42px;
	bottom: 38px;
	left: 42px;
	max-width: 600px;
	color: #fff;
	font-family: var(--kea-display);
	font-size: clamp(1.55rem, 2.8vw, 2.7rem);
	line-height: 1.16;
}

.kea-visual-story figcaption span {
	display: block;
	margin-bottom: 11px;
	color: #f6a263;
	font-family: var(--kea-body);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.kea-global-card {
	position: relative;
	isolation: isolate;
	min-height: 650px;
	padding: 54px;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 84%, rgba(251,182,56,.58), transparent 30%),
		linear-gradient(145deg, #c84f22, #e8752f 56%, #ef962f);
	color: #fff;
}

.kea-global-card::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -18%;
	right: -26%;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
}

.kea-global-card h2 {
	max-width: 530px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.8rem, 4.5vw, 5rem);
	line-height: .95;
}

.kea-global-card > p:not(.kea-eyebrow) {
	max-width: 520px;
	margin: 24px 0 0;
	color: rgba(255,255,255,.82);
	font-size: 16px;
}

.kea-globe {
	position: absolute;
	right: -50px;
	bottom: -78px;
	width: 340px;
	aspect-ratio: 1;
	border: 1px solid rgba(255,255,255,.38);
	border-radius: 50%;
	background:
		linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.2) 50%, transparent 50.3%),
		linear-gradient(transparent 49.7%, rgba(255,255,255,.2) 50%, transparent 50.3%);
}

.kea-globe__ring {
	position: absolute;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
}

.kea-globe__ring--one { inset: 0 24%; }
.kea-globe__ring--two { inset: 24% 0; }

.kea-globe__pin {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255,255,255,.88);
	border-radius: 50%;
	background: #ef233c;
	box-shadow: 0 0 0 7px rgba(255,255,255,.12);
}

.kea-globe__pin--one { top: 23%; left: 31%; }
.kea-globe__pin--two { top: 34%; right: 29%; background: #fbb638; }
.kea-globe__pin--three { right: 19%; bottom: 31%; }
.kea-globe__pin--four { bottom: 25%; left: 24%; background: #fbb638; }

.kea-region-list {
	position: absolute;
	right: 50%;
	bottom: 42px;
	left: 54px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
}

.kea-region-list span {
	color: rgba(255,255,255,.78);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.kea-market-path {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0 30px;
}

.kea-market-path span {
	padding: 8px 12px;
	border: 1px solid rgba(11,29,38,.18);
	background: rgba(255,255,255,.48);
	color: var(--kea-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.kea-service-card { isolation: isolate; overflow: hidden; }

.kea-service-card::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 190px;
	height: 190px;
	opacity: .75;
	transition: transform .45s ease, opacity .3s ease;
}

.kea-service-card:nth-child(1)::before {
	top: 34px;
	right: -48px;
	border: 1px solid rgba(213,107,49,.35);
	border-radius: 50%;
	box-shadow: inset 0 0 0 28px rgba(213,107,49,.05), inset 0 0 0 56px rgba(213,107,49,.04);
}

.kea-service-card:nth-child(2)::before {
	top: 25px;
	right: -44px;
	background: linear-gradient(135deg, rgba(251,182,56,.25) 0 33%, rgba(240,90,26,.18) 33% 66%, rgba(239,35,60,.14) 66%);
	transform: rotate(18deg);
	clip-path: polygon(50% 0, 100% 30%, 82% 100%, 10% 83%, 0 22%);
}

.kea-service-card:nth-child(3)::before {
	top: 28px;
	right: -30px;
	border: 1px solid rgba(11,29,38,.2);
	background:
		linear-gradient(90deg, transparent 49.5%, rgba(213,107,49,.25) 50%, transparent 50.5%),
		linear-gradient(transparent 49.5%, rgba(213,107,49,.25) 50%, transparent 50.5%);
	border-radius: 50%;
}

.kea-service-card:hover::before { opacity: 1; transform: rotate(10deg) scale(1.12); }

.kea-g2__stars {
	margin: 7px 0 10px;
	color: #e05f28;
	font-size: 18px;
	letter-spacing: .15em;
}

@media (max-width: 980px) {
	.kea-visual-story__grid { grid-template-columns: 1fr; }
	.kea-visual-story__image,
	.kea-global-card { min-height: 560px; }
}

@media (max-width: 680px) {
	.kea-visual-story { padding-block: 50px; }
	.kea-visual-story__image { min-height: 410px; }
	.kea-visual-story figcaption { right: 25px; bottom: 24px; left: 25px; }
	.kea-global-card { min-height: 590px; padding: 34px 28px; }
	.kea-globe { right: -105px; width: 320px; }
	.kea-region-list { right: 42%; bottom: 30px; left: 28px; grid-template-columns: 1fr; }
}

/* Bespoke single insight */
.kea-article-hero {
	position: relative;
	isolation: isolate;
	min-height: 660px;
	display: grid;
	align-items: end;
	overflow: hidden;
	background: var(--kea-ink);
}

.kea-article-hero__image,
.kea-article-hero__veil { position: absolute; inset: 0; }

.kea-article-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.72) contrast(1.02);
}

.kea-article-hero__veil {
	z-index: 1;
	background: linear-gradient(90deg, rgba(6,20,27,.94), rgba(6,20,27,.7) 58%, rgba(6,20,27,.32));
}

.kea-article-hero__content {
	position: relative;
	z-index: 2;
	max-width: 1050px;
	padding-block: 100px 82px;
}

.kea-article-hero h1 {
	max-width: 980px;
	margin: 0 0 28px;
	color: #fff;
	font-size: clamp(4rem, 8vw, 8rem);
	line-height: .88;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.kea-article-byline {
	margin: 0;
	color: rgba(255,255,255,.74) !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.kea-article {
	width: min(790px, calc(100% - 40px));
	margin: 78px auto 110px;
}

.kea-article > p:first-child {
	color: var(--kea-ink);
	font-family: var(--kea-display);
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	line-height: 1.42;
}

.kea-article p { margin-bottom: 1.45em; }
.kea-article h2 { margin-top: 1.35em; font-size: clamp(2.5rem, 4.5vw, 4.1rem); }
.kea-article a:not(.wp-element-button) { color: var(--kea-orange-dark); }
.kea-article > .wp-block-group { margin: 72px -70px 45px; padding: 46px !important; border-left: 5px solid var(--kea-orange); background: var(--kea-paper); }

.kea-article-taxonomy {
	width: min(790px, calc(100% - 40px));
	margin: -55px auto 72px;
}

.kea-article-taxonomy .kea-eyebrow {
	margin-bottom: 14px;
}

.kea-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.kea-tag-list a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid var(--kea-line);
	background: var(--kea-paper);
	color: var(--kea-orange-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.kea-tag-list a:hover,
.kea-tag-list a:focus-visible {
	border-color: var(--kea-orange);
	background: var(--kea-orange);
	color: #fff;
}

.kea-article-exit {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 15px;
	border: 1px solid rgba(255,255,255,.2);
	background: var(--kea-ink);
	box-shadow: 0 10px 28px rgba(6,27,36,.2);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
}

.kea-article-exit:hover,
.kea-article-exit:focus-visible {
	background: var(--kea-orange);
	color: #fff !important;
}

.kea-article-more {
	width: min(930px, calc(100% - 40px));
	margin: 0 auto 72px;
	padding: 30px;
	border-left: 5px solid var(--kea-orange);
	background: var(--kea-paper);
}

.kea-article-more .kea-eyebrow {
	margin-bottom: 15px;
}

.kea-article-more__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.kea-article-more__links a {
	display: flex;
	flex: 1 1 230px;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 16px;
	border: 1px solid var(--kea-line);
	background: #fff;
	color: var(--kea-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.kea-article-more__links a:hover,
.kea-article-more__links a:focus-visible {
	border-color: var(--kea-orange);
	color: var(--kea-orange-dark);
}

.kea-article-more__links .kea-article-more__all {
	background: var(--kea-ink);
	color: #fff;
}

.kea-article-more__links .kea-article-more__all:hover,
.kea-article-more__links .kea-article-more__all:focus-visible {
	background: var(--kea-orange);
	color: #fff;
}

.kea-article-footer {
	width: min(930px, calc(100% - 40px));
	margin: 0 auto 110px;
	padding-top: 34px;
	border-top: 1px solid var(--kea-line);
}

.kea-author-card {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 26px;
	align-items: center;
	margin-top: 70px;
	padding: 30px;
	background: var(--kea-paper);
}

.kea-author-card img {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border-radius: 50%;
}

.kea-author-card h3 { margin: 0 0 4px; }
.kea-author-card p { margin: 0; font-size: 14px; }

@media (max-width: 980px) {
	.kea-hero__grid { grid-template-columns: 1fr; }
	.kea-signal { display: none; }
	.kea-proof__grid { grid-template-columns: repeat(2, 1fr); }
	.kea-proof__grid > div:last-child { grid-column: 1 / -1; }
	.kea-split,
	.kea-authority-grid,
	.kea-g2,
	.kea-featured-insight { grid-template-columns: 1fr; }
	.kea-service-grid { grid-template-columns: 1fr; }
	.kea-service-card { min-height: 390px; }
	.kea-card-number { margin-bottom: 70px; }
	.kea-people-grid { grid-template-columns: repeat(2, 1fr); }
	.kea-featured-insight__image { min-height: 400px; }
}

@media (max-width: 680px) {
	.kea-shell { width: min(100% - 32px, 1240px); }
	.kea-hero { min-height: 720px; }
	.kea-hero__grid { padding-block: 86px 74px; }
	.kea-hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
	.kea-proof__grid { grid-template-columns: 1fr 1fr; }
	.kea-proof__grid > div { padding: 26px 17px; }
	.kea-section { padding-block: 82px; }
	.kea-section-heading--row { display: block; }
	.kea-section-heading--row > p { margin-top: 25px; }
	.kea-service-card { min-height: 375px; padding: 28px; }
	.kea-card-link { right: 28px; left: 28px; }
	.kea-featured-insight__content { padding: 32px; }
	.kea-people-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.kea-people-grid h3 { font-size: 1.25rem; }
	.kea-article-hero { min-height: 560px; }
	.kea-article-hero__content { padding-block: 78px 58px; }
	.kea-article-hero h1 {
		font-size: clamp(2.85rem, 13.5vw, 3.5rem);
		line-height: .9;
	}
	.kea-article > .wp-block-group { margin-right: 0; margin-left: 0; padding: 28px !important; }
}

/* Insights card reading rhythm */
.kea-insights-grid .wp-block-post-terms {
	margin: 0 0 26px !important;
}

.kea-insights-grid .wp-block-post-title {
	margin: 0 0 34px !important;
}

.kea-insights-grid .wp-block-post-title + .wp-block-post-excerpt {
	margin-block-start: 0 !important;
}

.kea-insights-grid .wp-block-post-excerpt__excerpt {
	margin-top: 0 !important;
}

@media (max-width: 680px) {
	.kea-insights-grid .wp-block-post-terms { margin-bottom: 20px !important; }
	.kea-insights-grid .wp-block-post-title { margin-bottom: 26px !important; }
}

/* Article reading progress */
.kea-reading-progress {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 3px;
	overflow: hidden;
	background: rgba(184, 96, 38, .14);
	pointer-events: none;
	transition: top 160ms ease;
}

.kea-reading-progress__value {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--kea-orange, #e66a2c);
	box-shadow: 0 0 8px rgba(230, 106, 44, .32);
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
	.kea-reading-progress { transition: none; }
}
