/*
Theme Name: Alok Portfolio
Theme URI: https://alokblog.com/
Author: Alok Kumar
Author URI: https://alokblog.com/
Description: A fast, accessible classic WordPress theme for Alok Kumar's SEO and AI search insights.
Version: 1.3.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: alok-portfolio
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("assets/fonts/manrope-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/inter-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/inter-latin-variable-italic.woff2") format("woff2");
}

:root {
	--alok-navy-950: #07101e;
	--alok-navy-900: #0b1220;
	--alok-navy-800: #14213a;
	--alok-slate-700: #334155;
	--alok-slate-600: #475569;
	--alok-slate-400: #94a3b8;
	--alok-slate-200: #dbe3ed;
	--alok-slate-100: #e9eef5;
	--alok-paper: #f7f8fc;
	--alok-white: #ffffff;
	--alok-cyan-600: #0794b8;
	--alok-cyan-500: #1fb6d9;
	--alok-cyan-300: #70d8ef;
	--alok-green: #20b486;
	--alok-orange: #f59e0b;
	--alok-danger: #c24141;
	--alok-shadow: 0 24px 70px rgba(7, 16, 30, 0.12);
	--alok-shadow-soft: 0 14px 45px rgba(7, 16, 30, 0.08);
	--alok-radius-lg: 28px;
	--alok-radius-md: 18px;
	--alok-radius-sm: 10px;
	--alok-container: 1180px;
	--alok-reading: 760px;
	--alok-header-height: 78px;
	--alok-font-heading: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
	--alok-font-body: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--alok-header-height) + 20px);
}

body {
	margin: 0;
	background: var(--alok-paper);
	color: var(--alok-slate-700);
	font-family: var(--alok-font-body);
	font-size: 17px;
	line-height: 1.72;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

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

figure {
	margin: 0;
}

a {
	color: var(--alok-cyan-600);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

a:hover {
	color: var(--alok-navy-900);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid var(--alok-cyan-500);
	outline-offset: 4px;
}

::selection {
	background: var(--alok-cyan-300);
	color: var(--alok-navy-950);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.72em;
	color: var(--alok-navy-900);
	font-family: var(--alok-font-heading);
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(2.8rem, 7vw, 5.75rem);
}

h2 {
	font-size: clamp(2rem, 4.5vw, 3.7rem);
}

h3 {
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
}

p,
ul,
ol {
	margin: 0 0 1.4em;
}

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

.reading-width {
	width: min(100%, var(--alok-reading));
}

.section {
	padding-block: clamp(72px, 10vw, 132px);
}

.section--compact {
	padding-block: clamp(52px, 7vw, 88px);
}

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

.section--dark {
	background: var(--alok-navy-900);
	color: var(--alok-slate-200);
}

.section--dark h2,
.section--dark h3,
.section--dark a {
	color: var(--alok-white);
}

.section--dark a:hover {
	color: var(--alok-cyan-300);
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	gap: 48px;
	align-items: end;
	margin-bottom: clamp(40px, 6vw, 72px);
}

.section-heading h2,
.section-heading p {
	margin-bottom: 0;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--alok-cyan-600);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 26px;
	height: 2px;
	background: currentColor;
	content: "";
}

.section--dark .eyebrow {
	color: var(--alok-cyan-300);
}

.lead {
	color: var(--alok-slate-600);
	font-size: clamp(1.08rem, 1.9vw, 1.28rem);
	line-height: 1.65;
}

.section--dark .lead {
	color: var(--alok-slate-200);
}

.skip-link {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 12px;
	padding: 12px 16px;
	transform: translateY(-160%);
	background: var(--alok-white);
	color: var(--alok-navy-900);
	border-radius: var(--alok-radius-sm);
	font-weight: 700;
}

.skip-link:focus {
	transform: translateY(0);
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	height: var(--alok-header-height);
	background: rgba(11, 18, 32, 0.94);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
}

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

.site-header__inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-branding {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--alok-white);
	text-decoration: none;
}

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

.site-branding__mark {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 13px;
	background: linear-gradient(145deg, rgba(31, 182, 217, 0.2), rgba(31, 182, 217, 0.04));
	color: var(--alok-cyan-300);
	font-family: var(--alok-font-heading);
	font-size: 0.88rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.site-branding__name {
	font-family: var(--alok-font-heading);
	font-size: 1.03rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.custom-logo-link img {
	width: auto;
	max-height: 46px;
}

.primary-menu,
.footer-menu {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: 30px;
	list-style: none;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--alok-slate-200);
	font-size: 0.92rem;
	font-weight: 650;
	text-decoration: none;
}

.primary-menu a::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 2px;
	transform: scaleX(0);
	transform-origin: right;
	background: var(--alok-cyan-500);
	content: "";
	transition: transform 180ms ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	color: var(--alok-white);
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 14px;
	background: transparent;
	color: var(--alok-white);
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
	display: block;
	width: 22px;
	height: 2px;
	margin-inline: auto;
	background: currentColor;
	content: "";
	transition: transform 180ms ease;
}

.menu-toggle__lines::before {
	transform: translateY(-7px);
}

.menu-toggle__lines::after {
	transform: translateY(5px);
}

.nav-open .menu-toggle__lines {
	background: transparent;
}

.nav-open .menu-toggle__lines::before {
	transform: translateY(1px) rotate(45deg);
	background: var(--alok-white);
}

.nav-open .menu-toggle__lines::after {
	transform: translateY(-1px) rotate(-45deg);
	background: var(--alok-white);
}

.button {
	display: inline-flex;
	min-height: 52px;
	padding: 13px 22px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--alok-cyan-500);
	color: var(--alok-navy-950);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
	background: var(--alok-cyan-300);
	box-shadow: 0 14px 35px rgba(31, 182, 217, 0.2);
	color: var(--alok-navy-950);
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.28);
	background: transparent;
	color: var(--alok-white);
}

.button--ghost:hover {
	border-color: var(--alok-cyan-300);
	background: rgba(31, 182, 217, 0.1);
	color: var(--alok-white);
}

.button--dark {
	background: var(--alok-navy-900);
	color: var(--alok-white);
}

.button--dark:hover {
	background: var(--alok-navy-800);
	color: var(--alok-white);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(76px, 10vw, 132px);
	background:
		radial-gradient(circle at 84% 20%, rgba(31, 182, 217, 0.2), transparent 28%),
		linear-gradient(145deg, var(--alok-navy-950), var(--alok-navy-900) 55%, #122746);
	color: var(--alok-slate-200);
}

.hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 56px 56px;
	content: "";
	mask-image: linear-gradient(to bottom, black, transparent 85%);
	pointer-events: none;
}

.hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	gap: clamp(48px, 8vw, 100px);
	align-items: center;
}

.hero h1 {
	max-width: 850px;
	margin-bottom: 28px;
	color: var(--alok-white);
}

.hero h1 span {
	color: var(--alok-cyan-300);
}

.hero__copy {
	max-width: 680px;
	margin-bottom: 34px;
	color: var(--alok-slate-200);
	font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero__visual {
	position: relative;
	min-height: 470px;
}

.search-map {
	position: absolute;
	inset: 30px 0 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--alok-radius-lg);
	background: rgba(11, 18, 32, 0.72);
	box-shadow: var(--alok-shadow);
	backdrop-filter: blur(18px);
}

.search-map__header {
	display: flex;
	padding: 20px 22px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--alok-slate-200);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.search-map__status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.search-map__status::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--alok-green);
	box-shadow: 0 0 0 5px rgba(32, 180, 134, 0.12);
	content: "";
}

.search-map__body {
	position: relative;
	height: 350px;
}

.search-map__line {
	position: absolute;
	height: 1px;
	transform-origin: left;
	background: linear-gradient(90deg, rgba(31, 182, 217, 0.18), rgba(112, 216, 239, 0.8));
}

.search-map__line--one {
	top: 104px;
	left: 112px;
	width: 160px;
	transform: rotate(11deg);
}

.search-map__line--two {
	top: 207px;
	left: 102px;
	width: 176px;
	transform: rotate(-16deg);
}

.search-map__line--three {
	top: 123px;
	left: 286px;
	width: 90px;
	transform: rotate(75deg);
}

.search-node {
	position: absolute;
	display: grid;
	min-width: 86px;
	min-height: 86px;
	padding: 12px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 22px;
	background: #111f35;
	color: var(--alok-white);
	font-family: var(--alok-font-heading);
	font-size: 0.76rem;
	font-weight: 800;
	text-align: center;
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
}

.search-node--brand {
	top: 126px;
	left: 40%;
	min-width: 112px;
	min-height: 112px;
	transform: translateX(-50%);
	border-color: rgba(112, 216, 239, 0.7);
	background: linear-gradient(145deg, #15344d, #0d263b);
	color: var(--alok-cyan-300);
	font-size: 0.9rem;
}

.search-node--google {
	top: 42px;
	left: 28px;
}

.search-node--answers {
	right: 24px;
	bottom: 34px;
}

.search-node--authority {
	bottom: 26px;
	left: 26px;
}

.search-map__tag {
	position: absolute;
	right: -18px;
	top: 5px;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--alok-cyan-500);
	color: var(--alok-navy-950);
	font-size: 0.76rem;
	font-weight: 850;
	box-shadow: 0 12px 30px rgba(31, 182, 217, 0.24);
}

.proof-strip {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	background: var(--alok-white);
	border-bottom: 1px solid var(--alok-slate-100);
}

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

.proof-item {
	padding: 30px 28px;
	border-right: 1px solid var(--alok-slate-100);
}

.proof-item:last-child {
	border-right: 0;
}

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

.proof-item strong {
	margin-bottom: 3px;
	color: var(--alok-navy-900);
	font-family: var(--alok-font-heading);
	font-size: 1rem;
}

.proof-item span {
	color: var(--alok-slate-600);
	font-size: 0.84rem;
}

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

.card {
	position: relative;
	padding: 32px;
	overflow: hidden;
	border: 1px solid var(--alok-slate-100);
	border-radius: var(--alok-radius-md);
	background: var(--alok-white);
	box-shadow: var(--alok-shadow-soft);
}

.card--flat {
	box-shadow: none;
}

.card__index {
	display: inline-flex;
	width: 44px;
	height: 44px;
	margin-bottom: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(31, 182, 217, 0.12);
	color: var(--alok-cyan-600);
	font-size: 0.78rem;
	font-weight: 850;
}

.card h3 {
	margin-bottom: 15px;
}

.card p:last-child {
	margin-bottom: 0;
}

.card__link {
	display: inline-flex;
	margin-top: 10px;
	align-items: center;
	gap: 8px;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
}

.card__link::after {
	content: "→";
	transition: transform 180ms ease;
}

.card__link:hover::after {
	transform: translateX(4px);
}

.method-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--alok-radius-md);
	background: rgba(255, 255, 255, 0.12);
}

.method-step {
	padding: 36px 28px;
	background: var(--alok-navy-900);
}

.method-step__number {
	display: block;
	margin-bottom: 50px;
	color: var(--alok-cyan-300);
	font-family: var(--alok-font-heading);
	font-size: 0.78rem;
	font-weight: 850;
}

.method-step h3 {
	color: var(--alok-white);
	font-size: 1.18rem;
}

.method-step p {
	margin-bottom: 0;
	color: var(--alok-slate-200);
	font-size: 0.94rem;
}

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

.post-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--alok-slate-100);
	border-radius: var(--alok-radius-md);
	background: var(--alok-white);
	box-shadow: var(--alok-shadow-soft);
}

.post-card__visual {
	position: relative;
	display: grid;
	min-height: 210px;
	padding: 28px;
	place-items: end start;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(7, 16, 30, 0.12), rgba(7, 16, 30, 0.8)),
		linear-gradient(135deg, #17375a, #0b1220);
	color: var(--alok-white);
}

.post-card__visual::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
}

.post-card__visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__visual span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(11, 18, 32, 0.78);
	color: var(--alok-cyan-300);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.post-card__body {
	display: flex;
	padding: 28px;
	flex: 1;
	flex-direction: column;
}

.post-card__meta,
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 14px;
	color: var(--alok-slate-600);
	font-size: 0.8rem;
	font-weight: 650;
}

.post-card h3 {
	font-size: 1.38rem;
}

.post-card h3 a {
	color: var(--alok-navy-900);
	text-decoration: none;
}

.post-card h3 a:hover {
	color: var(--alok-cyan-600);
}

.post-card__excerpt {
	font-size: 0.95rem;
}

.post-card .card__link {
	margin-top: auto;
}

.experience-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(44px, 8vw, 100px);
}

.profile-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.72fr);
	gap: clamp(48px, 8vw, 100px);
	align-items: center;
}

.profile-visual {
	position: relative;
}

.profile-portrait,
.portrait-placeholder {
	width: 100%;
	aspect-ratio: 5 / 6;
	border-radius: var(--alok-radius-lg);
	box-shadow: var(--alok-shadow);
}

.profile-portrait {
	object-fit: cover;
}

.portrait-placeholder {
	display: grid;
	padding: 30px;
	place-items: center;
	align-content: center;
	gap: 12px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		var(--alok-navy-900);
	background-size: 36px 36px;
	color: var(--alok-cyan-300);
}

.portrait-placeholder span {
	font-family: var(--alok-font-heading);
	font-size: clamp(4rem, 11vw, 7rem);
	font-weight: 850;
	letter-spacing: -0.06em;
}

.portrait-placeholder small {
	color: var(--alok-slate-400);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.experience-summary {
	position: sticky;
	top: calc(var(--alok-header-height) + 28px);
	align-self: start;
}

.experience-list {
	position: relative;
	padding-left: 34px;
}

.experience-list::before {
	position: absolute;
	top: 9px;
	bottom: 10px;
	left: 6px;
	width: 1px;
	background: var(--alok-slate-200);
	content: "";
}

.experience-item {
	position: relative;
	padding-bottom: 42px;
}

.experience-item:last-child {
	padding-bottom: 0;
}

.experience-item::before {
	position: absolute;
	top: 8px;
	left: -34px;
	width: 13px;
	height: 13px;
	border: 3px solid var(--alok-paper);
	border-radius: 50%;
	background: var(--alok-cyan-500);
	box-shadow: 0 0 0 1px var(--alok-cyan-500);
	content: "";
}

.section--white .experience-item::before {
	border-color: var(--alok-white);
}

.experience-item__date {
	display: block;
	margin-bottom: 7px;
	color: var(--alok-cyan-600);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.experience-item h3 {
	margin-bottom: 6px;
	font-size: 1.22rem;
}

.experience-item p {
	margin-bottom: 0;
}

.newsletter-panel,
.cta-panel {
	position: relative;
	padding: clamp(38px, 6vw, 72px);
	overflow: hidden;
	border-radius: var(--alok-radius-lg);
	background:
		radial-gradient(circle at 88% 30%, rgba(31, 182, 217, 0.2), transparent 30%),
		var(--alok-navy-900);
	color: var(--alok-slate-200);
	box-shadow: var(--alok-shadow);
}

.newsletter-panel h2,
.cta-panel h2 {
	max-width: 780px;
	color: var(--alok-white);
}

.newsletter-panel > p,
.cta-panel > p {
	max-width: 680px;
}

.newsletter-form {
	display: grid;
	max-width: 720px;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-top: 28px;
}

.newsletter-form .form-field--consent,
.newsletter-form .form-message {
	grid-column: 1 / -1;
}

.newsletter-form input[type="email"] {
	min-height: 54px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--alok-white);
}

.newsletter-form input::placeholder {
	color: var(--alok-slate-400);
}

.page-hero {
	position: relative;
	padding-block: clamp(72px, 9vw, 118px);
	overflow: hidden;
	background:
		radial-gradient(circle at 75% 20%, rgba(31, 182, 217, 0.18), transparent 30%),
		var(--alok-navy-900);
	color: var(--alok-slate-200);
}

.page-hero h1 {
	max-width: 900px;
	margin-bottom: 25px;
	color: var(--alok-white);
	font-size: clamp(2.7rem, 6vw, 5rem);
}

.page-hero p {
	max-width: 720px;
	margin-bottom: 0;
	font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.breadcrumbs {
	margin-bottom: 28px;
	color: var(--alok-slate-400);
	font-size: 0.8rem;
	font-weight: 700;
}

.breadcrumbs a {
	color: inherit;
}

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 270px;
	gap: clamp(44px, 7vw, 86px);
	align-items: start;
}

.content-layout > * {
	min-width: 0;
}

.entry-content {
	color: #263449;
}

.entry-content > * {
	max-width: var(--alok-reading);
	margin-right: auto;
	margin-left: auto;
}

.entry-content > .alignwide {
	max-width: 1040px;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content h2 {
	margin-top: 2em;
	font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}

.entry-content h3 {
	margin-top: 1.8em;
}

.entry-content a {
	font-weight: 650;
}

.entry-content blockquote,
.answer-summary {
	margin-top: 38px;
	margin-bottom: 38px;
	padding: 26px 28px;
	border-left: 4px solid var(--alok-cyan-500);
	border-radius: 0 var(--alok-radius-sm) var(--alok-radius-sm) 0;
	background: var(--alok-white);
	box-shadow: var(--alok-shadow-soft);
}

.answer-summary h2,
.answer-summary h3 {
	margin-top: 0;
	font-size: 1.25rem;
}

.answer-summary p:last-child,
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content table {
	width: 100%;
	margin-block: 36px;
	border-collapse: collapse;
	border-radius: var(--alok-radius-sm);
	background: var(--alok-white);
	font-size: 0.92rem;
	box-shadow: var(--alok-shadow-soft);
}

.entry-content th,
.entry-content td {
	padding: 15px 17px;
	border: 1px solid var(--alok-slate-200);
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	background: var(--alok-navy-900);
	color: var(--alok-white);
}

.table-scroll {
	overflow-x: auto;
}

.entry-content pre {
	padding: 24px;
	overflow-x: auto;
	border-radius: var(--alok-radius-sm);
	background: var(--alok-navy-900);
	color: var(--alok-slate-100);
	font-size: 0.85rem;
}

.article-header {
	padding-block: clamp(64px, 8vw, 104px);
	background: var(--alok-white);
}

.article-header h1 {
	max-width: 950px;
	margin-bottom: 24px;
	font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.article-header__excerpt {
	max-width: 780px;
	color: var(--alok-slate-600);
	font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.article-aside {
	position: sticky;
	top: calc(var(--alok-header-height) + 28px);
	padding: 24px;
	border: 1px solid var(--alok-slate-100);
	border-radius: var(--alok-radius-md);
	background: var(--alok-white);
	font-size: 0.88rem;
}

.article-aside h2 {
	font-size: 1.02rem;
}

.article-aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.feature-list li {
	position: relative;
	padding: 14px 16px 14px 48px;
	border: 1px solid var(--alok-slate-100);
	border-radius: var(--alok-radius-sm);
	background: var(--alok-white);
}

.feature-list li::before {
	position: absolute;
	top: 17px;
	left: 17px;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 50%;
	background: rgba(31, 182, 217, 0.14);
	color: var(--alok-cyan-600);
	content: "✓";
	font-size: 0.72rem;
	font-weight: 900;
}

.topic-nav {
	display: flex;
	margin-bottom: 42px;
	flex-wrap: wrap;
	gap: 10px;
}

.topic-nav a {
	display: inline-flex;
	min-height: 44px;
	padding: 9px 15px;
	align-items: center;
	border: 1px solid var(--alok-slate-200);
	border-radius: 999px;
	background: var(--alok-white);
	color: var(--alok-slate-700);
	font-size: 0.84rem;
	font-weight: 750;
	text-decoration: none;
}

.topic-nav a:hover {
	border-color: var(--alok-cyan-500);
	color: var(--alok-navy-900);
}

.spaced-top {
	margin-top: 40px;
}

.spaced-top--small {
	margin-top: 24px;
}

.article-aside li + li {
	margin-top: 10px;
}

.article-aside a {
	color: var(--alok-slate-700);
	font-weight: 650;
}

.author-box {
	display: grid;
	margin-top: 64px;
	padding: 28px;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 20px;
	border: 1px solid var(--alok-slate-100);
	border-radius: var(--alok-radius-md);
	background: var(--alok-white);
}

.author-box__mark {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border-radius: 20px;
	background: var(--alok-navy-900);
	color: var(--alok-cyan-300);
	font-family: var(--alok-font-heading);
	font-weight: 850;
}

.author-box h2 {
	margin-bottom: 6px;
	font-size: 1.16rem;
}

.author-box p {
	margin-bottom: 0;
	font-size: 0.92rem;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(44px, 8vw, 96px);
}

.contact-card {
	padding: clamp(28px, 5vw, 44px);
	border: 1px solid var(--alok-slate-100);
	border-radius: var(--alok-radius-lg);
	background: var(--alok-white);
	box-shadow: var(--alok-shadow-soft);
}

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

.form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-field--full,
.form-field--consent,
.form-message,
.turnstile-wrap {
	grid-column: 1 / -1;
}

.form-field label {
	color: var(--alok-navy-900);
	font-size: 0.88rem;
	font-weight: 750;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #cbd5e1;
	border-radius: var(--alok-radius-sm);
	background: var(--alok-white);
	color: var(--alok-navy-900);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field textarea {
	min-height: 170px;
	resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--alok-cyan-600);
	box-shadow: 0 0 0 4px rgba(31, 182, 217, 0.12);
	outline: 0;
}

.form-field--consent {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.form-field--consent input {
	width: 18px;
	height: 18px;
	margin-top: 4px;
}

.form-field--consent label {
	color: inherit;
	font-weight: 500;
	line-height: 1.5;
}

.form-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-message {
	padding: 13px 16px;
	border-radius: var(--alok-radius-sm);
	font-size: 0.9rem;
	font-weight: 650;
}

.form-message--success {
	background: rgba(32, 180, 134, 0.12);
	color: #08745a;
}

.form-message--error {
	background: rgba(194, 65, 65, 0.1);
	color: var(--alok-danger);
}

.site-footer {
	padding-top: 72px;
	background: var(--alok-navy-950);
	color: var(--alok-slate-400);
}

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

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.35fr);
	gap: 60px;
	align-items: start;
}

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

.site-footer__intro h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
}

.site-footer .footer-menu {
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.site-footer .footer-menu a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--alok-slate-200);
	font-weight: 650;
	text-decoration: none;
}

.site-footer .footer-menu a:hover {
	color: var(--alok-cyan-300);
}

.site-footer__bottom {
	display: flex;
	margin-top: 64px;
	padding-block: 24px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.8rem;
}

.social-links {
	display: flex;
	gap: 18px;
}

.social-links a {
	color: var(--alok-slate-200);
}

.pagination,
.nav-links {
	display: flex;
	margin-top: 48px;
	flex-wrap: wrap;
	gap: 10px;
}

.page-numbers {
	display: inline-grid;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 12px;
	place-items: center;
	border: 1px solid var(--alok-slate-200);
	border-radius: 10px;
	background: var(--alok-white);
	color: var(--alok-navy-900);
	font-weight: 750;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--alok-navy-900);
	background: var(--alok-navy-900);
	color: var(--alok-white);
}

.empty-state {
	padding: 48px;
	border: 1px solid var(--alok-slate-100);
	border-radius: var(--alok-radius-md);
	background: var(--alok-white);
	text-align: center;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--alok-white);
	color: var(--alok-navy-900);
}

@media (max-width: 980px) {
	.section-heading,
	.hero__inner,
	.experience-layout,
	.profile-layout,
	.contact-layout,
	.content-layout {
		grid-template-columns: 1fr;
	}

	.hero__visual {
		min-height: 420px;
	}

	.search-map {
		inset: 0;
	}

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

	.card-grid > :last-child:nth-child(odd),
	.post-grid > :last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

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

	.experience-summary,
	.article-aside {
		position: static;
	}

	.article-aside {
		order: -1;
	}
}

@media (max-width: 820px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.menu-toggle {
		display: block;
	}

	.site-navigation {
		position: fixed;
		inset: var(--alok-header-height) 0 auto;
		display: none;
		padding: 20px;
		background: var(--alok-navy-950);
		box-shadow: var(--alok-shadow);
	}

	.admin-bar .site-navigation {
		top: calc(var(--alok-header-height) + 46px);
	}

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

	.primary-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.primary-menu a {
		min-height: 52px;
		padding-inline: 8px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

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

	.proof-item:nth-child(2) {
		border-right: 0;
	}

	.proof-item:nth-child(-n+2) {
		border-bottom: 1px solid var(--alok-slate-100);
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	body {
		font-size: 16px;
	}

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

	.section {
		padding-block: 66px;
	}

	.section-heading {
		gap: 20px;
	}

	.hero {
		padding-block: 68px;
	}

	.hero__visual {
		min-height: 360px;
	}

	.search-map__body {
		height: 280px;
	}

	.search-node {
		min-width: 74px;
		min-height: 74px;
		font-size: 0.66rem;
	}

	.search-node--brand {
		min-width: 96px;
		min-height: 96px;
	}

	.search-map__line {
		display: none;
	}

	.card-grid,
	.post-grid,
	.method-grid,
	.contact-form {
		grid-template-columns: 1fr;
	}

	.card-grid > :last-child:nth-child(odd),
	.post-grid > :last-child:nth-child(odd) {
		grid-column: auto;
	}

	.method-step__number {
		margin-bottom: 26px;
	}

	.proof-strip__inner {
		grid-template-columns: 1fr;
	}

	.proof-item {
		border-right: 0;
		border-bottom: 1px solid var(--alok-slate-100);
	}

	.proof-item:last-child {
		border-bottom: 0;
	}

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

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

	.author-box {
		grid-template-columns: 1fr;
	}

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

	.entry-content table {
		min-width: 620px;
	}
}

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

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