:root {
	--alok-brand-red: #eb174f;
	--alok-brand-coral: #ff6948;
	--alok-brand-gradient: linear-gradient(110deg, #e91250 0%, #ff6f47 100%);
	--alok-editorial-ink: #101925;
	--alok-editorial-copy: #3f4855;
	--alok-editorial-muted: #69727f;
	--alok-editorial-warm: #fbfaf7;
	--alok-editorial-soft: #f6f3ed;
	--alok-editorial-line: #e4e2dd;
	--alok-editorial-white: #ffffff;
	--alok-editorial-shadow: 0 22px 60px rgba(35, 30, 30, .08);
}

html {
	scroll-padding-top: 92px;
}

body {
	background: var(--alok-editorial-warm);
	color: var(--alok-editorial-copy);
}

h1,
h2,
h3,
h4,
.site-branding__name {
	color: var(--alok-editorial-ink);
	letter-spacing: -.045em;
}

.container {
	width: min(100% - 48px, 1320px);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(16, 25, 37, .09);
	background: rgba(255, 255, 255, .94);
	color: var(--alok-editorial-ink);
	backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 10px 35px rgba(16, 25, 37, .07);
}

.site-header__inner {
	min-height: 88px;
	gap: 34px;
}

.site-branding,
.site-branding-wrap {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	color: var(--alok-editorial-ink);
	text-decoration: none;
}

.site-branding:hover {
	color: var(--alok-editorial-ink);
}

.site-branding__logo,
.custom-logo {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.site-branding__logo {
	transform: scale(1.38);
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-branding__name {
	color: var(--alok-editorial-ink);
	font-size: 1.12rem;
	font-weight: 780;
	letter-spacing: -.025em;
	white-space: nowrap;
}

.site-navigation {
	margin-left: auto;
}

.primary-menu {
	gap: 4px;
}

.primary-menu a {
	min-height: 48px;
	padding: 12px 17px;
	color: #303744;
	font-size: .94rem;
	font-weight: 620;
}

.primary-menu a::after {
	right: 17px;
	bottom: 7px;
	left: 17px;
	height: 2px;
	background: var(--alok-brand-red);
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu a[aria-current] {
	color: var(--alok-brand-red);
}

.header-cta,
.button--brand {
	border: 0;
	background: var(--alok-brand-gradient);
	color: #fff;
	box-shadow: 0 12px 28px rgba(235, 23, 79, .17);
}

.header-cta {
	min-height: 48px;
	padding-inline: 22px;
	font-size: .9rem;
	white-space: nowrap;
}

.header-cta:hover,
.button--brand:hover {
	background: linear-gradient(110deg, #cc0e43 0%, #ef5637 100%);
	color: #fff;
	box-shadow: 0 16px 34px rgba(235, 23, 79, .23);
	transform: translateY(-2px);
}

.menu-toggle {
	align-items: center;
	border-color: rgba(16, 25, 37, .14);
	background: #fff;
	justify-content: center;
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
	background: var(--alok-editorial-ink);
}

.nav-open .menu-toggle__lines::before,
.nav-open .menu-toggle__lines::after {
	background: var(--alok-editorial-ink);
}

.editorial-hero {
	position: relative;
	min-height: 690px;
	overflow: hidden;
	border-bottom: 1px solid var(--alok-editorial-line);
	background:
		radial-gradient(circle at 78% 55%, rgba(255, 105, 72, .12), transparent 32%),
		linear-gradient(135deg, #fff 0%, #fcfbf8 54%, #f8f4ef 100%);
	isolation: isolate;
}

.editorial-hero__inner {
	position: relative;
	z-index: 3;
	display: flex;
	min-height: 690px;
	padding-top: clamp(72px, 8vw, 112px);
	padding-bottom: 0;
	flex-direction: column;
}

.editorial-hero__portrait {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 58%;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .3) 5%, #000 18%, #000 100%);
}

.editorial-hero__portrait::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(251, 250, 247, .55) 0%, rgba(251, 250, 247, .08) 22%, transparent 42%),
		linear-gradient(0deg, rgba(251, 250, 247, .4) 0%, transparent 30%);
	content: "";
}

.editorial-hero__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 25% center;
	filter: saturate(.78) contrast(.97);
	transform: translate3d(var(--portrait-shift-x, 0), var(--portrait-shift-y, 0), 0) scale(1.035);
	transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.editorial-hero__signal {
	position: absolute;
	z-index: 2;
	top: 57%;
	right: -2%;
	left: 42%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(235, 23, 79, .5), rgba(255, 105, 72, .12));
	transform: rotate(-5deg);
	transform-origin: center;
}

.editorial-hero__signal::before {
	position: absolute;
	top: -5px;
	left: 48%;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--alok-brand-coral);
	box-shadow: 0 0 0 7px rgba(255, 105, 72, .12);
	content: "";
}

.editorial-hero__signal span {
	position: absolute;
	inset: -1px auto auto 0;
	width: 34%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--alok-brand-red), transparent);
	animation: editorialSignal 4.8s ease-in-out infinite;
}

.editorial-hero__eyebrow {
	display: flex;
	margin: 0 0 32px;
	align-items: center;
	gap: 12px;
	color: var(--alok-editorial-ink);
	font-family: var(--alok-font-heading);
	font-size: .72rem;
	font-weight: 760;
	letter-spacing: .17em;
	line-height: 1.5;
	text-transform: uppercase;
}

.editorial-hero__eyebrow i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--alok-brand-red);
}

.editorial-hero__upper {
	position: relative;
	width: min(54%, 690px);
}

.editorial-hero h1 {
	margin: 0;
	color: var(--alok-editorial-ink);
	font-size: clamp(3.45rem, 5vw, 4.75rem);
	line-height: 1.04;
	text-wrap: balance;
}

.editorial-hero__lower {
	position: relative;
	width: min(50%, 640px);
	margin-top: 24px;
}

.editorial-hero__copy > p {
	max-width: 600px;
	margin: 0;
	color: #454d59;
	font-size: clamp(1.02rem, 1.45vw, 1.16rem);
	line-height: 1.72;
}

.editorial-hero__actions {
	display: flex;
	margin-top: 30px;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

.button--brand {
	min-height: 54px;
	padding-inline: 28px;
}

.editorial-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	border-bottom: 1px solid rgba(235, 23, 79, .55);
	color: var(--alok-editorial-ink);
	font-family: var(--alok-font-heading);
	font-size: .94rem;
	font-weight: 720;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease;
}

.editorial-link span {
	color: var(--alok-brand-red);
	font-size: 1.35em;
	transition: transform .2s ease;
}

.editorial-link:hover {
	border-color: var(--alok-brand-red);
	color: var(--alok-brand-red);
}

.editorial-link:hover span {
	transform: translateX(3px);
}

.editorial-proof {
	position: relative;
	z-index: 4;
	display: grid;
	width: 100%;
	margin-top: auto;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(16, 25, 37, .13);
	background: rgba(255, 255, 255, .66);
	backdrop-filter: blur(10px);
}

.editorial-proof > div {
	min-width: 0;
	padding: 22px 22px 24px;
}

.editorial-proof > div:first-child {
	padding-left: 0;
}

.editorial-proof > div + div {
	border-left: 1px solid rgba(16, 25, 37, .11);
}

.editorial-proof strong,
.editorial-proof span {
	display: block;
}

.editorial-proof strong {
	color: var(--alok-editorial-ink);
	font-family: var(--alok-font-heading);
	font-size: .88rem;
	font-weight: 760;
	line-height: 1.35;
}

.editorial-proof span {
	margin-top: 5px;
	color: var(--alok-editorial-muted);
	font-size: .72rem;
	line-height: 1.45;
}

.section {
	padding-block: clamp(84px, 8.5vw, 128px);
}

.editorial-expertise,
.editorial-experience,
.editorial-insights {
	background: #fff;
}

.editorial-intro {
	display: grid;
	margin-bottom: clamp(48px, 7vw, 84px);
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
	gap: clamp(36px, 9vw, 130px);
	align-items: end;
}

.eyebrow,
.editorial-intro .eyebrow {
	display: flex;
	margin: 0 0 20px;
	align-items: center;
	gap: 10px;
	color: var(--alok-brand-red);
	font-family: var(--alok-font-heading);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: "";
}

.editorial-intro h2 {
	grid-column: 1;
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.65rem, 4.4vw, 4.5rem);
	line-height: 1.03;
	text-wrap: balance;
}

.editorial-intro > p:last-child {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	color: var(--alok-editorial-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.service-list {
	border-top: 1px solid var(--alok-editorial-line);
}

.service-row {
	display: grid;
	min-height: 160px;
	padding: 34px 0;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
	border-bottom: 1px solid var(--alok-editorial-line);
	transition: padding .25s ease, background .25s ease;
}

.service-row:hover {
	padding-inline: 18px;
	background: linear-gradient(90deg, rgba(235, 23, 79, .035), transparent 72%);
}

.service-row__number {
	color: var(--alok-brand-red);
	font-family: var(--alok-font-heading);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.service-row h3 {
	margin: 0 0 8px;
	font-size: clamp(1.55rem, 2.35vw, 2.25rem);
}

.service-row p {
	max-width: 780px;
	margin: 0;
	color: var(--alok-editorial-muted);
	line-height: 1.65;
}

.service-row > a {
	display: inline-flex;
	min-width: 88px;
	min-height: 44px;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	color: var(--alok-editorial-ink);
	font-family: var(--alok-font-heading);
	font-weight: 720;
	text-decoration: none;
}

.service-row > a span {
	color: var(--alok-brand-red);
	font-size: 1.45rem;
	transition: transform .2s ease;
}

.service-row > a:hover {
	color: var(--alok-brand-red);
}

.service-row > a:hover span {
	transform: translateX(4px);
}

.editorial-approach {
	background:
		radial-gradient(circle at 92% 12%, rgba(255, 105, 72, .09), transparent 28%),
		var(--alok-editorial-soft);
}

.editorial-approach__grid {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
	gap: clamp(64px, 10vw, 150px);
	align-items: start;
}

.editorial-approach__statement {
	position: sticky;
	top: 136px;
}

.editorial-approach__statement h2 {
	margin: 0 0 26px;
	font-size: clamp(2.55rem, 4vw, 4.1rem);
	line-height: 1.04;
	text-wrap: balance;
}

.editorial-approach__statement > p:not(.eyebrow) {
	margin-bottom: 28px;
	color: var(--alok-editorial-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.approach-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--alok-editorial-line);
}

.approach-steps li {
	display: grid;
	min-height: 154px;
	padding: 30px 0;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 22px;
	border-bottom: 1px solid var(--alok-editorial-line);
}

.approach-steps li > span {
	color: var(--alok-brand-red);
	font-family: var(--alok-font-heading);
	font-size: .72rem;
	font-weight: 800;
}

.approach-steps h3 {
	margin: 0 0 10px;
	font-size: 1.45rem;
}

.approach-steps p {
	margin: 0;
	color: var(--alok-editorial-muted);
	line-height: 1.7;
}

.editorial-experience__grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, .8fr);
	gap: clamp(54px, 11vw, 165px);
	align-items: start;
}

.editorial-experience h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.7rem, 4.5vw, 4.6rem);
	line-height: 1.03;
	text-wrap: balance;
}

.editorial-experience__copy {
	padding-top: 44px;
}

.editorial-experience__copy p {
	margin: 0 0 18px;
	color: var(--alok-editorial-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.button--outline {
	margin-top: 14px;
	border-color: var(--alok-editorial-ink);
	background: transparent;
	color: var(--alok-editorial-ink);
}

.button--outline:hover {
	border-color: var(--alok-editorial-ink);
	background: var(--alok-editorial-ink);
	color: #fff;
}

.about-closing__actions .button--outline:hover {
	border-color: var(--alok-brand-red);
	background: linear-gradient(135deg, var(--alok-brand-red), var(--alok-brand-coral));
	color: #fff;
}

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

.insight-list article {
	padding: 28px;
	border: 1px solid var(--alok-editorial-line);
	border-radius: 8px;
	background: #fff;
}

.insight-list article > span {
	color: var(--alok-brand-red);
	font-size: .72rem;
	font-weight: 760;
	text-transform: uppercase;
}

.insight-list h3 {
	margin: 24px 0 12px;
	font-size: 1.55rem;
}

.insight-list h3 a {
	color: inherit;
	text-decoration: none;
}

.insight-list p {
	color: var(--alok-editorial-muted);
	line-height: 1.7;
}

.editorial-contact {
	padding-top: 0;
	background: #fff;
}

.editorial-contact__inner {
	position: relative;
	padding: clamp(52px, 7vw, 88px);
	overflow: hidden;
	border: 1px solid rgba(235, 23, 79, .14);
	border-radius: 14px;
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 105, 72, .15), transparent 30%),
		linear-gradient(135deg, #fff8f5, #fff 72%);
}

.editorial-contact__inner::after {
	position: absolute;
	right: -50px;
	bottom: -130px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(235, 23, 79, .14);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(235, 23, 79, .035), 0 0 0 84px rgba(235, 23, 79, .02);
	content: "";
}

.editorial-contact h2 {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0 0 20px;
	font-size: clamp(2.65rem, 4.6vw, 4.5rem);
	line-height: 1.03;
}

.editorial-contact p:not(.eyebrow) {
	position: relative;
	z-index: 1;
	max-width: 680px;
	color: var(--alok-editorial-muted);
	font-size: 1.04rem;
	line-height: 1.7;
}

.editorial-contact .button {
	position: relative;
	z-index: 1;
	margin-top: 16px;
}

/* Internal pages */
.page-hero,
.article-hero {
	padding-block: clamp(64px, 6vw, 88px);
	border-bottom: 1px solid var(--alok-editorial-line);
	background:
		radial-gradient(circle at 88% 30%, rgba(255, 105, 72, .12), transparent 28%),
		linear-gradient(135deg, #fff, var(--alok-editorial-warm));
	color: var(--alok-editorial-copy);
}

.page-hero::after,
.article-hero::after {
	position: absolute;
	right: -3%;
	bottom: 27%;
	left: 47%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(235, 23, 79, .35), transparent);
	content: "";
	transform: rotate(-4deg);
}

.page-hero .container,
.article-hero .container {
	position: relative;
	z-index: 1;
}

.page-hero h1,
.article-hero h1,
.article-header h1 {
	max-width: 980px;
	color: var(--alok-editorial-ink);
	font-size: clamp(2.8rem, 4.1vw, 4.25rem);
	line-height: 1.03;
	text-wrap: balance;
}

.page-hero p,
.article-hero p {
	max-width: 760px;
	color: var(--alok-editorial-muted);
	font-size: 1.08rem;
	line-height: 1.75;
}

.breadcrumbs {
	color: var(--alok-editorial-muted);
}

.breadcrumbs a {
	color: var(--alok-editorial-muted);
}

.section--white {
	background: #fff;
}

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

.answer-summary {
	border-left: 3px solid var(--alok-brand-red);
	border-radius: 0 8px 8px 0;
	background: #fff5f3;
	box-shadow: none;
}

.answer-summary h2 {
	font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.entry-content h2 {
	color: var(--alok-editorial-ink);
}

.entry-content,
.entry-content p,
.entry-content li {
	color: var(--alok-editorial-copy);
}

.article-aside {
	border-top: 3px solid var(--alok-brand-red);
	border-radius: 8px;
	background: var(--alok-editorial-soft);
}

.feature-list li {
	border-color: var(--alok-editorial-line);
	border-radius: 6px;
	background: #fff;
}

.feature-list li::before {
	background: #ffe7e2;
	color: var(--alok-brand-red);
}

.expertise-section-grid {
	gap: 0;
	border-top: 1px solid var(--alok-editorial-line);
}

.expertise-topic {
	min-height: 170px;
	padding: 30px;
	border: 0;
	border-right: 1px solid var(--alok-editorial-line);
	border-bottom: 1px solid var(--alok-editorial-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.expertise-topic:nth-child(2n) {
	border-right: 0;
}

.expertise-topic h3 {
	font-size: 1.3rem;
}

.capability-grid {
	gap: 12px;
}

.capability-card,
.capability-card--accent,
.capability-card--dark,
.card,
.card--flat {
	border: 1px solid var(--alok-editorial-line);
	border-radius: 8px;
	background: #fff;
	color: var(--alok-editorial-copy);
	box-shadow: none;
}

.capability-card--accent {
	background: #fff7f4;
}

.capability-card--dark h3,
.capability-card--dark p,
.capability-card--dark .text-link--light {
	color: var(--alok-editorial-ink);
}

.capability-card__index,
.card__index,
.section-number,
.experience-item__date {
	color: var(--alok-brand-red);
}

.text-link,
.text-link--light {
	color: var(--alok-brand-red);
}

.profile-layout {
	align-items: start;
}

.profile-visual {
	position: sticky;
	top: 124px;
}

.profile-portrait,
.preview-portrait {
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 10px;
	object-fit: cover;
	object-position: 45% center;
	filter: saturate(.84);
}

.profile-caption {
	border-color: var(--alok-editorial-line);
	background: #fff;
}

.experience-item {
	border-color: var(--alok-editorial-line);
}

.ai-visibility {
	background: var(--alok-editorial-ink);
}

.ai-visibility h2,
.ai-visibility h3 {
	color: #fff;
}

.method-step {
	border-color: rgba(255, 255, 255, .15);
	background: rgba(255, 255, 255, .04);
}

.contact-card {
	border: 1px solid var(--alok-editorial-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: var(--alok-editorial-shadow);
}

.form-field input,
.form-field select,
.form-field textarea,
.newsletter-form input {
	border-color: #d8d9dc;
	background: #f7f7f6;
	color: var(--alok-editorial-ink);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.newsletter-form input:focus {
	border-color: var(--alok-brand-red);
	box-shadow: 0 0 0 3px rgba(235, 23, 79, .1);
}

.button--ink,
.button--dark {
	border-color: var(--alok-editorial-ink);
	background: var(--alok-editorial-ink);
	color: #fff;
}

.button--ink:hover,
.button--dark:hover {
	border-color: var(--alok-brand-red);
	background: var(--alok-brand-red);
	color: #fff;
}

.site-footer {
	padding-top: 72px;
	border-top: 1px solid var(--alok-editorial-line);
	background: #fff;
	color: var(--alok-editorial-muted);
}

.site-footer h2,
.site-footer h3 {
	color: var(--alok-editorial-ink);
}

.site-footer .eyebrow {
	color: var(--alok-brand-red);
}

.site-footer .footer-menu a,
.social-links a {
	color: var(--alok-editorial-ink);
}

.site-footer .footer-menu a:hover,
.social-links a:hover {
	color: var(--alok-brand-red);
}

.site-footer__bottom {
	border-color: var(--alok-editorial-line);
}

.site-footer .newsletter-form .button {
	background: var(--alok-brand-gradient);
	color: #fff;
}

@keyframes editorialSignal {
	0%,
	100% {
		left: -4%;
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	90% {
		left: 72%;
		opacity: 0;
	}
}

@media (max-width: 1050px) {
	.site-header__inner {
		gap: 18px;
	}

	.primary-menu a {
		padding-inline: 12px;
	}

	.editorial-hero__portrait {
		width: 54%;
	}

	.editorial-hero__upper,
	.editorial-hero__lower {
		width: min(58%, 650px);
	}

	.editorial-hero h1 {
		font-size: clamp(3.15rem, 5.5vw, 4.2rem);
	}
}

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

	.container {
		width: min(100% - 32px, 1320px);
	}

	.site-header__inner {
		min-height: 74px;
	}

	.site-branding__logo,
	.custom-logo {
		width: 44px;
		height: 44px;
	}

	.site-branding__name {
		font-size: 1rem;
	}

	.menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.header-cta {
		display: none;
	}

	.site-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		margin: 0;
		padding: 14px 16px 22px;
		border-top: 1px solid var(--alok-editorial-line);
		border-bottom: 1px solid var(--alok-editorial-line);
		background: rgba(255, 255, 255, .99);
		box-shadow: 0 22px 50px rgba(16, 25, 37, .09);
	}

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

	.primary-menu {
		display: block;
	}

	.primary-menu a {
		min-height: 50px;
		padding: 14px 8px;
		color: var(--alok-editorial-ink);
	}

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

	.editorial-hero__inner {
		min-height: 0;
		padding-top: 46px;
	}

	.editorial-hero__eyebrow {
		margin-bottom: 24px;
		font-size: .64rem;
		gap: 8px;
		letter-spacing: .13em;
	}

	.editorial-hero__portrait {
		top: 100px;
		right: -3%;
		bottom: auto;
		width: 44%;
		height: 310px;
		mask-image:
			linear-gradient(90deg, transparent 0%, #000 23%, #000 100%),
			linear-gradient(0deg, transparent 0%, #000 20%, #000 100%);
		mask-composite: intersect;
	}

	.editorial-hero__portrait::after {
		background:
			linear-gradient(90deg, rgba(251, 250, 247, .32) 0%, transparent 32%),
			linear-gradient(0deg, rgba(251, 250, 247, .42) 0%, transparent 26%);
	}

	.editorial-hero__portrait img {
		object-position: 30% center;
	}

	.editorial-hero__upper {
		width: 64%;
		min-height: 250px;
	}

	.editorial-hero h1 {
		font-size: clamp(2.2rem, 7.2vw, 3.45rem);
		line-height: 1.06;
	}

	.editorial-hero__signal {
		top: 300px;
		right: -10%;
		left: 18%;
	}

	.editorial-hero__lower {
		width: 100%;
		margin-top: 0;
	}

	.editorial-hero__copy > p {
		max-width: 650px;
		font-size: 1rem;
	}

	.editorial-proof {
		margin-top: 44px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		background: transparent;
		backdrop-filter: none;
	}

	.editorial-proof > div {
		padding: 20px;
		border-bottom: 1px solid rgba(16, 25, 37, .11);
	}

	.editorial-proof > div:first-child {
		padding-left: 20px;
	}

	.editorial-proof > div:nth-child(3) {
		border-left: 0;
	}

	.editorial-intro,
	.editorial-approach__grid,
	.editorial-experience__grid {
		grid-template-columns: 1fr;
	}

	.editorial-intro {
		gap: 20px;
	}

	.editorial-intro > p:last-child {
		grid-column: 1;
		grid-row: auto;
	}

	.editorial-approach__statement {
		position: static;
	}

	.editorial-experience__copy {
		padding-top: 0;
	}

	.insight-list {
		grid-template-columns: 1fr;
	}

	.profile-visual {
		position: static;
	}
}

@media (max-width: 620px) {
	.container {
		width: min(100% - 28px, 1320px);
	}

	.site-branding,
	.site-branding-wrap {
		min-height: 44px;
	}

	.editorial-hero__inner {
		padding-top: 38px;
	}

	.editorial-hero__eyebrow {
		max-width: 88%;
		flex-wrap: wrap;
		margin-bottom: 26px;
		gap: 5px 8px;
		line-height: 1.3;
	}

	.editorial-hero__portrait {
		top: 108px;
		right: -12%;
		width: 53%;
		height: 270px;
	}

	.editorial-hero__upper {
		width: 64%;
		min-height: 238px;
	}

	.editorial-hero h1 {
		font-size: clamp(2rem, 9.2vw, 2.5rem);
		line-height: 1.05;
	}

	.editorial-hero__signal {
		top: 302px;
		left: 5%;
	}

	.editorial-hero__copy > p {
		line-height: 1.65;
	}

	.editorial-hero__actions {
		margin-top: 24px;
		gap: 12px 20px;
	}

	.button--brand {
		min-height: 50px;
		padding-inline: 20px;
	}

	.editorial-link {
		font-size: .88rem;
	}

	.editorial-proof {
		margin-top: 34px;
	}

	.editorial-proof > div {
		padding: 18px 12px;
	}

	.editorial-proof > div:first-child {
		padding-left: 12px;
	}

	.editorial-proof strong {
		font-size: .76rem;
	}

	.editorial-proof span {
		font-size: .66rem;
	}

	.section {
		padding-block: 76px;
	}

	.editorial-intro {
		margin-bottom: 44px;
	}

	.editorial-intro h2,
	.editorial-approach__statement h2,
	.editorial-experience h2,
	.editorial-contact h2 {
		font-size: clamp(2.15rem, 10vw, 3rem);
	}

	.service-row {
		min-height: 0;
		padding: 26px 0;
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 14px;
	}

	.service-row:hover {
		padding-inline: 0;
	}

	.service-row > a {
		grid-column: 2;
		justify-content: flex-start;
	}

	.approach-steps li {
		min-height: 0;
		padding: 25px 0;
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 12px;
	}

	.editorial-contact__inner {
		padding: 42px 24px;
	}

	.page-hero,
	.article-hero {
		padding-block: 58px;
	}

	.page-hero h1,
	.article-hero h1,
	.article-header h1 {
		font-size: clamp(2.35rem, 11vw, 3.2rem);
	}

	.expertise-section-grid {
		grid-template-columns: 1fr;
	}

	.expertise-topic,
	.expertise-topic:nth-child(2n) {
		min-height: 0;
		padding: 26px 0;
		border-right: 0;
	}

	.site-footer {
		padding-top: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.editorial-hero__signal span {
		animation: none;
	}

	.editorial-hero__portrait img {
		transform: none;
	}
}

/* Content-rich internal page refinements */
.profile-layout {
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .82fr);
	gap: clamp(44px, 6vw, 86px);
}

.profile-visual {
	top: 112px;
}

.profile-image-frame {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border: 1px solid var(--alok-editorial-line);
	border-radius: 12px;
	background: var(--alok-editorial-soft);
	box-shadow: 0 24px 60px rgba(16, 25, 37, .12);
}

.profile-image-frame::after {
	position: absolute;
	inset: auto 0 0;
	height: 28%;
	background: linear-gradient(180deg, transparent, rgba(16, 25, 37, .16));
	content: "";
	pointer-events: none;
}

.profile-image-frame .profile-portrait {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	border-radius: 0;
	object-fit: cover;
	object-position: 38% 46%;
	filter: none;
	box-shadow: none;
	transform: scale(1.01);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.profile-visual:hover .profile-image-frame .profile-portrait {
	transform: scale(1.035);
}

.profile-caption {
	display: grid;
	padding: 20px 2px 18px;
	gap: 5px;
	border-bottom: 1px solid var(--alok-editorial-line);
}

.profile-caption strong {
	display: block;
	color: var(--alok-editorial-ink);
	font-family: var(--alok-font-heading);
	font-size: 1.4rem;
	line-height: 1.2;
}

.profile-caption span {
	display: block;
	color: var(--alok-editorial-muted);
	font-size: .92rem;
	line-height: 1.5;
}

.profile-facts {
	display: grid;
	margin: 0;
	padding: 4px 0;
}

.profile-facts div {
	display: grid;
	padding: 13px 0;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 18px;
	border-bottom: 1px solid var(--alok-editorial-line);
}

.profile-facts dt {
	color: var(--alok-editorial-muted);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.profile-facts dd {
	margin: 0;
	color: var(--alok-editorial-ink);
	font-size: .88rem;
	font-weight: 650;
}

.linkedin-profile-link,
.linkedin-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 10px;
	color: var(--alok-editorial-ink);
	font-weight: 750;
	text-decoration: none;
}

.linkedin-profile-link {
	margin-top: 14px;
}

.linkedin-profile-link img,
.linkedin-link img {
	flex: 0 0 auto;
}

.linkedin-profile-link span,
.linkedin-link span {
	border-bottom: 1px solid currentColor;
}

.linkedin-profile-link:hover,
.linkedin-link:hover {
	color: #0a66c2;
}

.editorial-heading,
.growth-system__heading,
.research-desk__heading {
	grid-template-columns: minmax(150px, .42fr) minmax(0, 1.25fr) minmax(250px, .72fr);
	gap: clamp(24px, 3vw, 46px);
	margin-bottom: clamp(36px, 5vw, 58px);
}

.editorial-heading h2,
.growth-system__heading h2,
.research-desk__heading h2 {
	font-size: clamp(2.2rem, 3.7vw, 3.7rem);
}

.expertise-topic {
	min-height: 218px;
	padding: clamp(26px, 3vw, 38px);
}

.expertise-topic p {
	max-width: 660px;
	margin-bottom: 0;
	color: var(--alok-editorial-muted);
	line-height: 1.72;
}

.faq-heading {
	max-width: 780px;
	margin-bottom: 38px;
}

.faq-heading h2 {
	margin-bottom: 14px;
	color: var(--alok-editorial-ink);
	font-size: clamp(2.4rem, 4.7vw, 4.25rem);
	line-height: 1.04;
}

.faq-heading > p:last-child {
	max-width: 650px;
	color: var(--alok-editorial-muted);
	line-height: 1.7;
}

.faq-list {
	border-top: 1px solid var(--alok-editorial-line);
}

.faq-item {
	padding: 30px 0 34px;
	border-bottom: 1px solid var(--alok-editorial-line);
}

.faq-item h3 {
	margin-bottom: 13px;
	color: var(--alok-editorial-ink);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.faq-item p {
	max-width: 850px;
	margin: 0;
	color: var(--alok-editorial-muted);
	font-size: 1rem;
	line-height: 1.78;
}

.about-closing {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
	gap: clamp(44px, 8vw, 110px);
}

.about-closing__lead h2 {
	margin: 0;
	color: var(--alok-editorial-ink);
	font-size: clamp(2.3rem, 4.2vw, 4rem);
	line-height: 1.04;
}

.about-closing__actions {
	display: flex;
	margin-top: 28px;
	flex-wrap: wrap;
	gap: 12px;
}

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

.site-footer__intro {
	max-width: 840px;
}

.site-footer__intro > p {
	max-width: 690px;
}

.site-footer .newsletter-form {
	max-width: 720px;
}

.social-links {
	align-items: center;
}

.social-links .linkedin-link {
	color: var(--alok-editorial-ink);
}

.insights-intro {
	display: grid;
	margin-bottom: 44px;
	grid-template-columns: minmax(140px, .4fr) minmax(0, 1.2fr) minmax(250px, .7fr);
	gap: clamp(24px, 3vw, 44px);
	align-items: start;
}

.insights-intro h2 {
	margin: 0;
	color: var(--alok-editorial-ink);
	font-size: clamp(2.2rem, 3.8vw, 3.65rem);
	line-height: 1.04;
}

.insights-intro > p {
	margin-top: 4px;
	color: var(--alok-editorial-muted);
	line-height: 1.75;
}

.preview-post-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.preview-insight-card {
	border-color: var(--alok-editorial-line);
	border-radius: 10px;
	box-shadow: none;
}

.preview-insight-card .post-card__visual {
	position: relative;
	min-height: 190px;
	align-content: space-between;
	background:
		radial-gradient(circle at 86% 22%, rgba(255, 105, 72, .46), transparent 27%),
		linear-gradient(135deg, #101925, #222d3b);
}

.preview-insight-card .post-card__visual::after {
	position: absolute;
	right: -12%;
	bottom: 23%;
	width: 74%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #ff6948, transparent);
	content: "";
	transform: rotate(-8deg);
}

.preview-insight-card .post-card__visual strong {
	position: relative;
	z-index: 1;
	max-width: 82%;
	color: #fff;
	font-family: var(--alok-font-heading);
	font-size: clamp(1.55rem, 3vw, 2.5rem);
	line-height: 1;
	letter-spacing: -.04em;
}

.preview-insight-card .post-card__visual span {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.preview-insight-card .post-card__body {
	padding: 28px;
}

.preview-insight-card h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.22;
}

.preview-insight-card h3 a:hover {
	color: var(--alok-brand-red);
}

.preview-insight-card .card__link {
	color: var(--alok-brand-red);
}

.article-header {
	border-bottom: 1px solid var(--alok-editorial-line);
	background:
		radial-gradient(circle at 86% 28%, rgba(255, 105, 72, .14), transparent 25%),
		linear-gradient(135deg, #fff, var(--alok-editorial-warm));
}

.preview-article {
	max-width: 780px;
}

.preview-article h2 {
	margin-top: 2.7rem;
	margin-bottom: 1rem;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.preview-article h3 {
	margin-top: 2rem;
}

.preview-article p,
.preview-article li {
	font-size: 1.02rem;
	line-height: 1.82;
}

.preview-article li + li {
	margin-top: .55rem;
}

.table-wrap {
	margin: 1.5rem 0 2rem;
	overflow-x: auto;
	border: 1px solid var(--alok-editorial-line);
	border-radius: 8px;
}

.table-wrap table {
	width: 100%;
	min-width: 640px;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
}

.table-wrap th,
.table-wrap td {
	padding: 15px 17px;
	border-bottom: 1px solid var(--alok-editorial-line);
	text-align: left;
	vertical-align: top;
}

.table-wrap th {
	background: var(--alok-editorial-soft);
	color: var(--alok-editorial-ink);
	font-size: .78rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.table-wrap tr:last-child td {
	border-bottom: 0;
}

.author-box__portrait {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	object-position: 38% center;
}

.linkedin-profile-link--compact {
	margin-top: 7px;
	font-size: .85rem;
}

@media (max-width: 1050px) {
	.profile-layout {
		grid-template-columns: 1fr;
	}

	.profile-visual {
		position: static;
		max-width: 700px;
	}

	.editorial-heading,
	.growth-system__heading,
	.research-desk__heading,
	.insights-intro {
		grid-template-columns: minmax(130px, .4fr) minmax(0, 1.4fr);
	}

	.editorial-heading > p,
	.growth-system__heading > p,
	.research-desk__heading > p,
	.insights-intro > p {
		grid-column: 2;
	}
}

@media (max-width: 720px) {
	.profile-image-frame {
		aspect-ratio: 16 / 10;
	}

	.profile-image-frame .profile-portrait {
		object-position: 38% 44%;
	}

	.editorial-heading,
	.growth-system__heading,
	.research-desk__heading,
	.insights-intro,
	.about-closing {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.editorial-heading > p,
	.growth-system__heading > p,
	.research-desk__heading > p,
	.insights-intro > p {
		grid-column: auto;
	}

	.editorial-heading h2,
	.growth-system__heading h2,
	.research-desk__heading h2,
	.insights-intro h2 {
		font-size: clamp(2.15rem, 10vw, 3rem);
	}

	.expertise-topic {
		min-height: 0;
	}

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

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.social-links {
		flex-wrap: wrap;
	}
}

@media (max-width: 460px) {
	.profile-facts div {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 12px;
	}

	.faq-item {
		padding-block: 25px 29px;
	}

	.preview-insight-card .post-card__visual {
		min-height: 165px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.profile-image-frame .profile-portrait {
		transition: none;
		transform: none;
	}
}

/* Final interaction and layout refinements. */

.about-principles {
	background: #fff;
}

.about-principles .method-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	overflow: visible;
	border: 0;
	background: transparent;
}

.about-principles .method-step {
	min-height: 220px;
	padding: clamp(28px, 3vw, 38px);
	border: 1px solid var(--alok-editorial-line);
	border-radius: 12px;
	background: var(--alok-editorial-warm);
}

.about-principles .method-step__number {
	margin-bottom: 32px;
	color: var(--alok-brand-red);
}

.about-principles .method-step h3 {
	color: var(--alok-editorial-ink);
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.about-principles .method-step p {
	color: var(--alok-editorial-muted);
	font-size: 1rem;
	line-height: 1.72;
}

.faq-list {
	border-top: 1px solid var(--alok-editorial-line);
}

.faq-item {
	padding: 0;
	border-bottom: 1px solid var(--alok-editorial-line);
}

.faq-item summary {
	display: grid;
	min-height: 78px;
	padding: 24px 0;
	grid-template-columns: minmax(0, 1fr) 38px;
	align-items: center;
	gap: 24px;
	color: var(--alok-editorial-ink);
	cursor: pointer;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary > span:first-child {
	font-family: var(--alok-font-heading);
	font-size: clamp(1.12rem, 2vw, 1.36rem);
	font-weight: 780;
	line-height: 1.35;
	letter-spacing: -.025em;
}

.faq-item__icon {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid var(--alok-editorial-line);
	border-radius: 50%;
	background: #fff;
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 2px;
	border-radius: 2px;
	background: var(--alok-editorial-ink);
	content: "";
	transform: translate(-50%, -50%);
	transition: opacity 180ms ease, transform 180ms ease;
}

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

.faq-item summary:hover .faq-item__icon,
.faq-item summary:focus-visible .faq-item__icon {
	border-color: var(--alok-brand-red);
	background: rgba(235, 23, 79, .06);
}

.faq-item[open] .faq-item__icon {
	border-color: var(--alok-brand-red);
	transform: rotate(180deg);
}

.faq-item[open] .faq-item__icon::after {
	opacity: 0;
}

.faq-item__answer {
	max-width: 900px;
	padding: 0 62px 30px 0;
	animation: faqReveal 220ms ease both;
}

.faq-item__answer p {
	max-width: none;
	margin: 0;
	color: var(--alok-editorial-muted);
	font-size: 1rem;
	line-height: 1.8;
}

@keyframes faqReveal {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.expertise-next {
	padding-block: clamp(48px, 6vw, 72px);
	border-block: 1px solid var(--alok-editorial-line);
	background: #fff;
}

.expertise-next__inner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
	gap: clamp(40px, 7vw, 96px);
	align-items: center;
}

.expertise-next h2 {
	max-width: 680px;
	margin: 12px 0 0;
	color: var(--alok-editorial-ink);
	font-size: clamp(2.3rem, 4.5vw, 4rem);
	line-height: 1.04;
}

.expertise-next__inner > div:last-child {
	min-width: 0;
}

.expertise-next__inner > div:last-child p {
	max-width: 600px;
	margin: 0;
	color: var(--alok-editorial-muted);
	line-height: 1.75;
}

.expertise-next .button {
	display: inline-flex;
	margin-top: 24px;
	position: static;
}

.direct-contact {
	display: flex;
	margin: 28px 0 18px;
	padding: 18px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	border-block: 1px solid var(--alok-editorial-line);
}

.direct-contact span {
	color: var(--alok-editorial-muted);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.direct-contact a {
	color: var(--alok-editorial-ink);
	font-family: var(--alok-font-heading);
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 760;
	overflow-wrap: anywhere;
	text-decoration-color: rgba(235, 23, 79, .35);
	text-underline-offset: 4px;
}

.direct-contact a:hover {
	color: var(--alok-brand-red);
}

.contact-socials {
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid var(--alok-editorial-line);
}

.contact-socials h3 {
	margin: 8px 0 8px;
}

.contact-socials > p {
	margin: 0;
	max-width: 600px;
}

.contact-socials__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.contact-socials__links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	border: 1px solid var(--alok-editorial-line);
	border-radius: 999px;
	background: #fff;
	color: var(--alok-editorial-ink);
	font-weight: 800;
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.contact-socials__links a:hover {
	border-color: var(--alok-brand-red);
	color: var(--alok-brand-red);
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
}

.contact-socials__links img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.site-footer {
	padding-top: clamp(42px, 5vw, 58px);
	background: #fff;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(250px, .78fr) minmax(420px, 1.22fr);
	gap: clamp(44px, 8vw, 110px);
	align-items: start;
}

.site-footer__brand > a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--alok-editorial-ink);
	text-decoration: none;
}

.site-footer__brand > a img {
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.site-footer__brand > a span {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.site-footer__brand > a strong {
	font-family: var(--alok-font-heading);
	font-size: 1.08rem;
	line-height: 1.1;
	letter-spacing: -.02em;
}

.site-footer__brand > a small {
	color: var(--alok-editorial-muted);
	font-size: .78rem;
	line-height: 1.4;
}

.site-footer__brand > p {
	max-width: 390px;
	margin: 18px 0 0;
	font-size: .9rem;
	line-height: 1.68;
}

.site-footer__newsletter .eyebrow {
	margin-bottom: 10px;
}

.site-footer__newsletter h2 {
	max-width: 650px;
	margin-bottom: 10px;
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	line-height: 1.08;
}

.site-footer__newsletter > p {
	max-width: 620px;
	margin-bottom: 0;
	font-size: .92rem;
	line-height: 1.65;
}

.site-footer .newsletter-form {
	max-width: 620px;
	margin-top: 20px;
}

.site-footer .newsletter-form input[type="email"] {
	min-height: 50px;
	border-color: var(--alok-editorial-line);
	background: var(--alok-editorial-warm);
	color: var(--alok-editorial-ink);
}

.site-footer .newsletter-form input::placeholder {
	color: #8a929d;
}

.site-footer .newsletter-form .button {
	min-height: 50px;
	padding-inline: 26px;
}

.site-footer .newsletter-form .form-field--consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: var(--alok-editorial-muted);
	font-size: .74rem;
	line-height: 1.45;
}

.site-footer__bottom {
	display: flex;
	margin-top: 34px;
	padding-block: 19px 24px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	border-top: 1px solid var(--alok-editorial-line);
	color: var(--alok-editorial-muted);
	font-size: .78rem;
}

.footer-links,
.social-links,
.legal-links {
	display: flex;
	align-items: center;
}

.footer-links {
	gap: 24px;
}

.social-links {
	gap: 8px;
}

.social-links a {
	display: grid;
	width: 40px;
	height: 40px;
	padding: 9px;
	place-items: center;
	border: 1px solid var(--alok-editorial-line);
	border-radius: 50%;
	background: #fff;
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.social-links a:hover {
	border-color: var(--alok-brand-red);
	background: rgba(235, 23, 79, .06);
	transform: translateY(-2px);
}

.social-links img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.legal-links {
	gap: 18px;
}

.legal-links a {
	color: var(--alok-editorial-ink);
	font-weight: 700;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
}

.legal-links a:hover {
	color: var(--alok-brand-red);
	text-decoration-color: currentColor;
}

@media (max-width: 900px) {
	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.site-footer__brand > p {
		max-width: 580px;
	}

	.expertise-next__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 720px) {
	.about-principles .method-grid {
		grid-template-columns: 1fr;
	}

	.about-principles .method-step {
		min-height: 0;
	}

	.faq-item summary {
		gap: 16px;
	}

	.faq-item__answer {
		padding-right: 0;
	}

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

	.site-footer .newsletter-form .button {
		width: 100%;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-links {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}
}

@media (max-width: 460px) {
	.faq-item {
		padding: 0;
	}

	.site-footer__brand > a small {
		max-width: 210px;
	}

	.expertise-next h2 {
		font-size: clamp(2.1rem, 11vw, 3rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.faq-item__answer,
	.faq-item__icon,
	.faq-item__icon::before,
	.faq-item__icon::after,
	.social-links a {
		animation: none;
		transition: none;
	}
}

.article-featured {
	padding: clamp(24px, 3vw, 38px) 0 clamp(10px, 2vw, 22px);
	background: #fff;
}

.article-featured .container {
	width: min(calc(100% - 40px), 1080px);
}

.article-featured figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--alok-editorial-line);
	border-radius: 18px;
	background: var(--alok-editorial-warm);
	box-shadow: 0 18px 48px rgba(16, 25, 37, .08);
}

.article-featured img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.article-featured + .section {
	padding-top: clamp(38px, 5vw, 68px);
}

.article-header__tools {
	display: flex;
	align-items: center;
	max-width: 950px;
	margin-top: 26px;
	gap: 18px 28px;
	flex-wrap: wrap;
}

.article-header__tools .entry-meta {
	margin-bottom: 0;
}

.article-share {
	position: relative;
	z-index: 30;
	margin-left: auto;
}

.article-share__trigger {
	display: inline-flex;
	min-height: 44px;
	padding: 10px 16px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid rgba(16, 25, 37, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 8px 24px rgba(16, 25, 37, .07);
	color: var(--alok-editorial-ink);
	font-family: var(--alok-font-heading);
	font-size: .84rem;
	font-weight: 780;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.article-share__trigger svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.article-share__trigger:hover,
.article-share__trigger[aria-expanded="true"] {
	border-color: rgba(197, 22, 70, .46);
	box-shadow: 0 10px 28px rgba(197, 22, 70, .12);
	transform: translateY(-1px);
}

.article-share__trigger:focus-visible {
	outline: 3px solid rgba(197, 22, 70, .22);
	outline-offset: 3px;
}

.article-share__menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	display: grid;
	width: min(300px, calc(100vw - 40px));
	padding: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px;
	border: 1px solid rgba(16, 25, 37, .13);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(16, 25, 37, .16);
}

.article-share__menu[hidden] {
	display: none;
}

.article-share__menu a,
.article-share__menu button {
	display: flex;
	min-height: 42px;
	padding: 10px 12px;
	align-items: center;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--alok-editorial-ink);
	font: inherit;
	font-size: .82rem;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.article-share__menu a:hover,
.article-share__menu button:hover {
	background: var(--alok-editorial-soft);
	color: #c51646;
}

.article-share__menu a:focus-visible,
.article-share__menu button:focus-visible {
	outline: 2px solid rgba(197, 22, 70, .3);
	outline-offset: -2px;
}

.article-share__status {
	min-height: 18px;
	grid-column: 1 / -1;
	color: #5b6674;
	font-size: .72rem;
	text-align: center;
}

.entry-content a,
.preview-article a {
	color: #c51646;
	font-weight: 720;
	text-decoration-color: rgba(197, 22, 70, .48);
	text-decoration-line: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.entry-content a:visited,
.preview-article a:visited {
	color: #8b2750;
}

.entry-content a:hover,
.preview-article a:hover {
	color: var(--alok-editorial-ink);
	text-decoration-color: var(--alok-editorial-ink);
}

.entry-content a:focus-visible,
.preview-article a:focus-visible {
	border-radius: 2px;
	outline: 3px solid rgba(235, 23, 79, .22);
	outline-offset: 3px;
}

@media (max-width: 620px) {
	.article-featured {
		padding: 16px 0 8px;
	}

	.article-featured .container {
		width: min(calc(100% - 24px), 1080px);
	}

	.article-featured figure {
		border-radius: 12px;
	}

	.article-featured + .section {
		padding-top: 30px;
	}

	.article-header__tools {
		align-items: flex-start;
		flex-direction: column;
	}

	.article-share {
		margin-left: 0;
	}

	.article-share__menu {
		right: auto;
		left: 0;
	}
}
