:root {
	--zks-navy: #1b2b49;
	--zks-navy-deep: #101d34;
	--zks-navy-soft: #263b5f;
	--zks-accent: #ffbd3b;
	--zks-accent-dark: #d99000;
	--zks-ink: #17233c;
	--zks-body: #5f6879;
	--zks-line: #e3e7ed;
	--zks-soft: #f4f6f9;
	--zks-white: #fff;
	--zks-shadow: 0 24px 60px rgba(16, 29, 52, 0.12);
	--zks-radius: 2px;
	--zks-shell: 1220px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--zks-white);
	color: var(--zks-body);
	font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--zks-accent);
	outline-offset: 3px;
}

h1, h2, h3, h4 {
	margin: 0 0 18px;
	color: var(--zks-ink);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
}

h1 { font-size: clamp(3.1rem, 6.6vw, 6.9rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
h3 { font-size: clamp(1.18rem, 1.5vw, 1.48rem); }
p { margin: 0 0 22px; }
ul { margin-top: 0; }

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 99999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 16px;
	background: #fff;
	color: #111;
}

.site-shell {
	width: min(calc(100% - 48px), var(--zks-shell));
	margin-inline: auto;
}

.site-main { overflow: hidden; }
.section { padding: 112px 0; }
.section--soft { background: var(--zks-soft); }

.icon {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
	vertical-align: -0.18em;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: var(--zks-radius);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button--accent { background: var(--zks-accent); color: var(--zks-ink); }
.button--accent:hover { background: #ffc957; }
.button--dark { background: var(--zks-navy); color: #fff; }
.button--dark:hover { background: var(--zks-navy-deep); }
.button--outline { border-color: rgba(255,255,255,.72); color: #fff; background: transparent; }
.button--outline:hover { background: #fff; color: var(--zks-ink); }
.button-group { display: flex; flex-wrap: wrap; gap: 18px; }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--zks-ink);
	font-weight: 700;
}
.text-link .icon { transition: transform 180ms ease; }
.text-link:hover .icon { transform: translateX(4px); }
.text-link--strong { text-transform: uppercase; font-size: .86rem; letter-spacing: .04em; }

.section-kicker,
.hero-eyebrow {
	margin: 0 0 18px;
	color: var(--zks-accent-dark);
	font-size: .93rem;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}
.section-kicker--dark { color: var(--zks-ink); }

.section-heading { max-width: 740px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading > p:last-child { max-width: 660px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }
.section-heading--split {
	max-width: none;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 48px;
}
.section-heading--split > p { max-width: 470px; margin-bottom: 12px; }

/* Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	min-height: 64px;
	display: flex;
	align-items: center;
	gap: 22px;
	padding-inline: max(24px, calc((100vw - var(--zks-shell)) / 2));
	color: #fff;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.site-header:not(.is-scrolled) {
	background: transparent;
}

.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled {
	position: fixed;
	background: rgba(16, 29, 52, .75);
	box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.site-header.is-scrolled { min-height: 64px; }
.site-header.is-scrolled .header-topline { display: contents; }

.header-topline { display: contents; }
.header-topline__inner {
	display: contents;
}
.site-branding { order: 1; flex: 0 0 auto; display: flex; align-items: center; }
.default-logo, .custom-logo-link { display: inline-flex; align-items: center; }
.default-logo img, .custom-logo { width: 42px; height: 42px; object-fit: contain; border-radius: 50%; filter: brightness(1.16) contrast(1.08); }
.header-phone { order: 3; margin-left: auto; display: inline-flex; align-items: baseline; gap: 9px; color: var(--zks-accent); font-weight: 700; }
.header-phone span { color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 600; }
.header-phone strong { color: var(--zks-accent); font-size: 1rem; font-weight: 750; }
.header-quicklinks { display: none; }
.header-quicklink { width: 38px; height: 38px; display: grid; place-items: center; color: var(--zks-accent); border: 1px solid transparent; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.header-quicklink:hover, .header-quicklink:focus-visible { color: #fff; background: rgba(255,189,59,.14); border-color: rgba(255,189,59,.45); transform: translateY(-2px); }
.header-quicklink .icon { width: 23px; height: 23px; stroke-width: 2; }

.header-main { display: contents; }
.primary-navigation { order: 2; flex: 0 1 auto; margin-left: 34px; }
.primary-menu, .footer-menu { list-style: none; padding: 0; margin: 0; }
.primary-menu { display: flex; align-items: center; gap: 40px; }
.primary-menu a { display: block; padding: 10px 0; color: #fff; font-size: 1rem; font-weight: 650; line-height: 1; white-space: nowrap; }
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a { color: var(--zks-accent); }
.menu-toggle { order: 2; display: none; background: none; border: 0; color: #fff; padding: 8px; }
.menu-toggle .icon { width: 28px; height: 28px; }
.menu-toggle__close { display: none; }
.header-cta { order: 4; min-width: 156px; min-height: 40px; padding-inline: 22px; font-size: .8rem; text-shadow: none; box-shadow: none; filter: none; }
.header-cta:hover,
.header-cta:focus-visible { text-shadow: none; box-shadow: none; filter: none; }

/* Hero */
.home-hero,
.page-hero {
	position: relative;
	overflow: hidden;
	background: var(--zks-navy);
	color: #fff;
}
.hero-background { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-animated-background { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: var(--zks-navy-deep) center / cover no-repeat url("../images/home-background.jpg"); pointer-events: none; }
.home-hero__animated-image { position: absolute; inset: -10%; width: 120%; max-width: none; height: 120%; object-fit: cover; object-position: center; animation: home-hero-image-drift 18s ease-in-out infinite alternate; }
.home-hero::before,
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.home-hero::before { background: rgba(16,29,52,.8); }
.page-hero::before { background: rgba(16,29,52,.58); }
.home-hero::after,
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(9,19,36,.08), rgba(9,19,36,.3)); pointer-events: none; }
.home-hero::after { background: transparent; }
.home-hero { min-height: 920px; display: flex; align-items: center; padding-top: 160px; }
.home-hero__inner, .page-hero__content { position: relative; z-index: 3; }
.home-hero__content { width: min(1080px, 88%); padding-top: 80px; }
.home-hero h1 { max-width: 1100px; color: #fff; font-size: clamp(3rem, 5vw, 5.5rem); }
.home-hero h1 span { display: block; white-space: nowrap; }
.home-hero .hero-eyebrow { color: var(--zks-accent); font-size: 1.12rem; }
.hero-lead { max-width: 780px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.45vw, 1.26rem); font-weight: 600; }
.home-hero .button-group { margin-top: 34px; }

@keyframes home-hero-image-drift {
	from { transform: scale(1.01) translate3d(-.7%, -.25%, 0); }
	to { transform: scale(1.055) translate3d(.7%, .4%, 0); }
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__animated-image { animation: none; transform: scale(1.04); }
}

@media (max-width: 720px) {
	.home-hero__animated-image { animation: none; transform: scale(1.04); }
}

.page-hero { min-height: 590px; display: flex; align-items: flex-end; padding: 245px 0 112px; text-align: center; }
.page-hero__content { display: flex; flex-direction: column; align-items: center; }
.page-hero h1 { color: #fff; font-size: clamp(3.5rem, 6vw, 6.5rem); margin: 0; }
.page-hero .hero-eyebrow { display: none; }

/* About image collage */
.zks-about-page .site-header:not(.is-scrolled) { background: transparent; text-shadow: 0 1px 16px rgba(9,19,36,.58); }
.about-collage-hero { position: relative; min-height: min(760px, calc(100vh - 16px)); display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; background: var(--zks-navy); }
.about-collage-panel { position: relative; min-width: 0; min-height: 100%; overflow: hidden; }
.about-collage-panel::after { content: ""; position: absolute; inset: 0; background: rgba(16,29,52,.7); pointer-events: none; }
.about-collage-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.about-collage-panel > div { position: absolute; left: clamp(24px,3vw,54px); right: clamp(24px,3vw,54px); bottom: clamp(34px,5vw,72px); z-index: 1; color: #fff; }
.about-collage-panel h2 { margin: 0; color: #fff; font-size: clamp(1.55rem,2.2vw,2.6rem); line-height: 1.08; }
.about-collage-panel p { margin: 10px 0 0; color: rgba(255,255,255,.88); font-size: 1rem; }
.about-collage-panel:hover img { transform: scale(1.035); }

/* Home overview */
.overview-overlap { position: relative; z-index: 3; margin-top: -150px; padding: 0 0 90px; }
.overview-panel { position: relative; display: grid; grid-template-columns: 1.06fr 1fr; box-shadow: var(--zks-shadow); }
.overview-card--accent { background: var(--zks-accent); padding: clamp(42px, 5vw, 76px); }
.overview-card h2 { font-size: clamp(2.25rem, 3.5vw, 3.65rem); }
.overview-card .button { margin-top: 12px; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); background: #fff; }
.stat-card { min-height: 220px; padding: 48px 42px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--zks-line); margin: -1px 0 0 -1px; }
.stat-card strong { color: var(--zks-ink); font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1; font-variant-numeric: tabular-nums; }
.stat-card span { margin-top: 18px; color: var(--zks-ink); font-weight: 700; }

/* Cards */
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; }
.service-card { min-width: 0; background: #fff; }
.service-card__image { display: block; overflow: hidden; aspect-ratio: 1.48; background: var(--zks-soft); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.service-card:hover .service-card__image img { transform: scale(1.045); }
.service-card__body { padding-top: 22px; }
.service-card__eyebrow { color: var(--zks-accent-dark); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { margin-bottom: 16px; }
.service-card .text-link { font-size: .9rem; }

.practice-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.practice-panel { position: relative; min-height: 515px; display: flex; align-items: center; overflow: hidden; }
.practice-panel::before { content: ""; position: absolute; inset: 0; background-image: var(--panel-image); background-size: cover; background-position: center; opacity: .22; }
.practice-panel--dark { background: var(--zks-navy); color: rgba(255,255,255,.82); }
.practice-panel--dark::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,29,52,.86), rgba(16,29,52,.62)); }
.practice-panel--accent { background: var(--zks-accent); color: var(--zks-ink); }
.practice-panel--accent::before { opacity: .16; background-position: 85% center; background-size: contain; background-repeat: no-repeat; }
.practice-panel__content { position: relative; z-index: 1; width: min(610px, calc(100% - 80px)); margin-inline: auto; }
.practice-panel h2 { color: inherit; max-width: 530px; }
.practice-panel--dark h2 { color: #fff; }
.feature-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; color: inherit; font-weight: 650; }
.feature-list .icon { margin-top: .3em; }

.reach-section { background: #fff; }
.reach-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.reach-card { padding: 38px; border: 1px solid var(--zks-line); background: #fff; transition: box-shadow 180ms ease, transform 180ms ease; }
.reach-card:hover { transform: translateY(-5px); box-shadow: var(--zks-shadow); }
.reach-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 28px; border-radius: 50%; background: var(--zks-accent); color: var(--zks-ink); }
.reach-card__icon .icon { width: 24px; height: 24px; }

.team-section { background: var(--zks-soft); }
.team-section--soft { background: #fff; }
.team-table-wrap { overflow: hidden; border-top: 4px solid var(--zks-accent); background: #fff; box-shadow: 0 16px 42px rgba(16,29,52,.08); }
.team-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.team-table th, .team-table td { padding: 18px 24px; border-bottom: 1px solid var(--zks-line); text-align: left; vertical-align: middle; }
.team-table thead th { background: var(--zks-navy-deep); color: #fff; font-size: .78rem; font-weight: 750; letter-spacing: .04em; }
.team-table thead th:nth-child(1) { width: 14%; }
.team-table thead th:nth-child(2) { width: 24%; }
.team-table thead th:nth-child(3) { width: 44%; }
.team-table thead th:nth-child(4) { width: 18%; }
.team-table tbody tr { transition: background-color 180ms ease; }
.team-table tbody tr:nth-child(even) { background: #f8f9fb; }
.team-table tbody tr:hover { background: #fff9e8; }
.team-table tbody th { color: var(--zks-ink); font-size: 1rem; font-weight: 800; }
.team-table tbody td { color: var(--zks-body); }
.team-table tbody td:last-child { color: var(--zks-accent-dark); font-weight: 750; }
.team-table tbody tr:last-child th, .team-table tbody tr:last-child td { border-bottom: 0; }
.center-action { text-align: center; margin: 48px 0 0; }

.projects-preview { padding-bottom: 0; }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.project-card { min-width: 0; }
.project-card.reveal { transform: none; transition: opacity 400ms ease; }
.project-card a { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: var(--zks-navy); }
.project-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none; transition: none; backface-visibility: visible; }
.project-card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; color: #fff; background: linear-gradient(180deg, transparent 48%, rgba(16,29,52,.82)); transition: background 240ms ease; }
.project-card__overlay strong { font-size: 1.35rem; line-height: 1.2; }
.project-card__overlay small { margin-top: 6px; color: rgba(255,255,255,.82); }
.project-card:hover img { transform: none; }
.project-card:hover .project-card__overlay { background: linear-gradient(180deg, transparent 54%, rgba(16,29,52,.78)); }

.field-gallery-section { background: var(--zks-navy); color: rgba(255,255,255,.8); }
.field-gallery__intro { padding-top: 92px; padding-bottom: 42px; }
.field-gallery__intro .section-heading { margin-bottom: 0; }
.field-gallery__intro h2 { color: #fff; }
.field-gallery__intro .section-kicker { color: var(--zks-accent); }
.field-gallery__intro .section-heading > p:last-child { color: rgba(255,255,255,.72); }
.field-photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.field-photo { position: relative; min-height: clamp(340px,34vw,540px); margin: 0; overflow: hidden; background: var(--zks-navy-deep); }
.field-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,19,36,.04) 28%, rgba(9,19,36,.88)); pointer-events: none; }
.field-photo.reveal { transform: none; transition: opacity 400ms ease; }
.field-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: none; transition: none; backface-visibility: visible; }
.field-photo figcaption { position: absolute; left: clamp(26px,4vw,58px); right: clamp(26px,4vw,58px); bottom: clamp(26px,4vw,52px); z-index: 1; color: #fff; }
.field-photo strong { display: block; font-size: clamp(1.55rem,2.5vw,2.45rem); line-height: 1.15; }
.field-photo span { display: block; margin-top: 8px; color: rgba(255,255,255,.76); }
.field-photo:hover img { transform: none; }

.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.value-card { padding: 34px 30px; background: var(--zks-navy); color: rgba(255,255,255,.78); }
.value-card > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 50%; background: var(--zks-accent); color: var(--zks-ink); }
.value-card h3 { color: #fff; }
.value-card p { margin: 0; }

.clients-section { border: 0; }
.client-logo-track { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: clamp(24px,3vw,38px) clamp(14px,1.8vw,26px); align-items: center; }
.client-logo { min-height: 104px; display: grid; place-items: center; padding: 8px; border: 0; background: transparent; opacity: 1; }
.client-logo img { width: min(100%,220px); max-height: 82px; object-fit: contain; filter: none; opacity: 1; transition: transform 220ms ease; }
.client-logo:hover img { transform: translateY(-3px) scale(1.025); }

.quote-section { scroll-margin-top: 118px; background: var(--zks-soft); }
.quote-layout, .contact-form-page-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.contact-form-panel { padding: clamp(38px, 5vw, 64px); background: var(--zks-navy); color: rgba(255,255,255,.78); }
.contact-form-panel h2 { color: #fff; }
.contact-form { display: grid; gap: 18px; margin-top: 32px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: #fff; font-size: .86rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 1px; background: rgba(255,255,255,.06); color: #fff; padding: 13px 14px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--zks-accent); box-shadow: 0 0 0 2px rgba(255,189,59,.2); }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.contact-form .button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-delivery-note { margin: 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.55; }
.form-delivery-note a { color: var(--zks-accent); font-weight: 750; overflow-wrap: anywhere; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-notice { padding: 12px 14px; margin: 18px 0; font-weight: 700; }
.form-notice--success { background: #d9f4df; color: #145c27; }
.form-notice--error { background: #ffe1e1; color: #8b1f1f; }
.form-notice--preview { border-left: 3px solid var(--zks-accent); background: rgba(255,189,59,.14); color: #fff4d6; }
.faq-panel, .contact-assurance { padding: clamp(38px, 5vw, 68px); background: #fff; }
.faq-list { margin-top: 30px; border-top: 1px solid var(--zks-line); }
.faq-item { border-bottom: 1px solid var(--zks-line); }
.faq-question { margin: 0; padding: 21px 0 11px; color: var(--zks-ink); font-size: 1rem; line-height: 1.45; font-weight: 750; }
.faq-answer { padding: 0 0 21px; }
.faq-answer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: 0.01ms !important; } }

/* About */
.about-intro__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.lead-copy { color: var(--zks-ink); font-size: 1.13rem; font-weight: 650; }
.about-copy .button { margin-top: 12px; }
.about-highlights__image { width: 100%; aspect-ratio: 1.55; object-fit: cover; margin-bottom: 34px; }
.highlight-list { display: grid; gap: 25px; }
.highlight-list article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; }
.highlight-list article > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--zks-accent); color: var(--zks-ink); }
.highlight-list h3 { margin: 0 0 5px; }
.highlight-list p { margin: 0; }

.stats-band { position: relative; padding: 72px 0; color: #fff; background-image: linear-gradient(rgba(16,29,52,.6),rgba(16,29,52,.6)),url('../images/about-stats-sunset.jpg'); background-size: cover; background-position: center 58%; }
.stats-band__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.stats-band__grid > div { padding: 12px 36px; text-align: center; border-right: 1px solid rgba(255,255,255,.2); }
.stats-band__grid > div:last-child { border: 0; }
.stats-band strong { display: block; color: #fff; font-size: clamp(2.25rem,4vw,3.65rem); line-height: 1; }
.stats-band span { display: block; margin-top: 13px; color: rgba(255,255,255,.8); }

.timeline { position: relative; max-width: 920px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; left: 115px; top: 10px; bottom: 10px; width: 2px; background: var(--zks-line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 95px 1fr; gap: 50px; padding: 0 0 45px; }
.timeline-item::before { content: ""; position: absolute; left: 108px; top: 10px; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--zks-accent); box-shadow: 0 0 0 1px var(--zks-accent); }
.timeline-item time { color: var(--zks-ink); font-weight: 850; font-size: 1.12rem; }
.timeline-item h3 { margin-bottom: 8px; }
.timeline-item p { margin: 0; }

.culture-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.culture-panel { min-height: 500px; display: grid; place-items: center; padding: 70px; }
.culture-panel > div { width: min(540px,100%); }
.culture-panel--navy { color: rgba(255,255,255,.9); background: linear-gradient(rgba(16,29,52,.65), rgba(16,29,52,.65)), url('../images/field-liquid-rack.jpg') center/cover; }
.culture-panel--navy h2 { color: #fff; }
.culture-panel--accent { color: var(--zks-ink); background: linear-gradient(rgba(255,189,59,.65), rgba(255,189,59,.65)), url('../images/hero-about-ppt.jpg') center/cover; }
.culture-panel--accent h2 { color: var(--zks-ink); }

/* Services */
.services-page { padding-bottom: 95px; }
.product-lines-section { background: var(--zks-soft); }
.product-line-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.product-line-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 330px; background: #fff; box-shadow: 0 12px 32px rgba(16,29,52,.06); }
.product-line-card img { width: 100%; height: 100%; object-fit: contain; background: #f5f7fa; }
.product-line-card > div { padding: 38px 34px; align-self: center; }
.product-line-card h3 { margin-bottom: 12px; }
.product-line-card p:last-child { margin-bottom: 0; }
.process-band { background: var(--zks-navy); color: rgba(255,255,255,.76); }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.process-grid > div { min-height: 250px; padding: 52px 36px; border-right: 1px solid rgba(255,255,255,.15); }
.process-grid > div:last-child { border-right: 0; }
.process-grid span { color: var(--zks-accent); font-weight: 850; font-size: 1.35rem; }
.process-grid h3 { color: #fff; margin-top: 22px; }
.process-grid p { margin: 0; }

/* Projects */
.projects-page { padding-bottom: 0; }
.projects-page .project-grid { margin-top: 60px; }
.project-capabilities { background: var(--zks-soft); }
.capability-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,7vw,100px); align-items: center; }
.capability-copy .button { margin-top: 12px; }
.capability-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); background: #fff; box-shadow: var(--zks-shadow); }
.capability-metrics > div { min-height: 190px; padding: 42px 35px; border: 1px solid var(--zks-line); margin: -1px 0 0 -1px; display: flex; flex-direction: column; justify-content: center; }
.capability-metrics strong { color: var(--zks-ink); font-size: clamp(2rem,3.2vw,3.25rem); line-height: 1; }
.capability-metrics span { margin-top: 14px; font-weight: 700; }

/* Contact */
.contact-details-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: stretch; }
.contact-details-card { padding: 44px 42px; border: 1px solid var(--zks-line); background: #fff; }
.contact-details-card h3 { margin-bottom: 34px; }
.contact-detail { display: grid; grid-template-columns: 48px 1fr; gap: 16px; margin-bottom: 26px; }
.contact-detail > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--zks-accent); color: var(--zks-ink); }
.contact-detail strong { display: block; color: var(--zks-ink); }
.contact-detail p { margin: 3px 0 0; }
.contact-detail a, .footer-contact-list a { overflow-wrap: anywhere; }
.contact-details-card .button { margin-top: 12px; }
.location-map { position: relative; min-height: 520px; overflow: hidden; border-top: 8px solid var(--zks-navy-deep); background: #dce8ef; }
.location-map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.contact-details-section--secondary { padding-top: 0; }
.location-map--clean-google::after { content: none; }
.location-map__open { position: absolute; right: 8px; bottom: 8px; z-index: 3; display: inline-flex; align-items: center; min-height: 30px; padding: 6px 10px; border-radius: 3px; color: #fff; background: rgba(16,29,52,.94); box-shadow: 0 4px 14px rgba(16,29,52,.24); font-size: .72rem; line-height: 1; font-weight: 750; text-decoration: none; }
.location-map__open:hover, .location-map__open:focus-visible { color: var(--zks-navy); background: var(--zks-accent); }
.location-map__marker { position: absolute; z-index: 1; left: 50%; top: 50%; display: flex; align-items: center; gap: 12px; max-width: calc(100% - 40px); padding: 14px 19px; border: 2px solid var(--zks-navy); border-radius: 4px; color: #fff; background: rgba(16,29,52,.94); box-shadow: 0 12px 30px rgba(16,29,52,.3); transform: translate(-50%,-50%); }
.location-map__marker i { position: relative; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50% 50% 50% 0; background: var(--zks-accent); transform: rotate(-45deg); }
.location-map__marker i::after { content: ""; position: absolute; left: 7px; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--zks-navy); }
.location-map__marker strong { min-width: 0; font-size: .95rem; line-height: 1.35; }
.contact-form-section { scroll-margin-top: 118px; background: var(--zks-soft); }
.contact-assurance .feature-list { margin-top: 34px; }
.contact-assurance .feature-list li { color: var(--zks-ink); padding: 14px 0; border-bottom: 1px solid var(--zks-line); }

/* Generic content */
.prose-content { max-width: 920px; }
.prose-content > * + * { margin-top: 1.2em; }
.prose-content h2, .prose-content h3 { margin-top: 1.5em; }
.prose-content a { color: var(--zks-accent-dark); text-decoration: underline; }
.prose-content blockquote { margin: 35px 0; padding: 24px 30px; border-left: 5px solid var(--zks-accent); background: var(--zks-soft); color: var(--zks-ink); }
.single-entry__image { margin: 0 0 45px; }
.single-entry__image img { width: 100%; }
.posts-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.post-card { border: 1px solid var(--zks-line); background: #fff; }
.post-card__image { display: block; aspect-ratio: 1.5; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 30px; }
.post-card__body h2 { font-size: 1.5rem; }
.error-section { text-align: center; }
.error-section .button-group { justify-content: center; margin-top: 32px; }

/* Footer */
.site-footer { background: var(--zks-navy); color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.2fr 1.2fr .8fr; gap: 70px; padding-top: 95px; padding-bottom: 88px; }
.footer-column h2 { color: #fff; font-size: 1.18rem; margin-bottom: 34px; }
.footer-column p, .footer-column li, .footer-column address { font-size: .92rem; }
.footer-column address { font-style: normal; }
.footer-hours { margin-top: 34px; }
.footer-links, .footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 7px; }
.footer-links a:hover { color: var(--zks-accent); }
.footer-contact-list { margin-top: 28px; display: grid; gap: 13px; }
.footer-contact-list li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact-list .icon { color: var(--zks-accent); margin-top: .3em; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom__inner { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-bottom p { margin: 0; font-size: .88rem; }
.footer-menu { display: flex; flex-wrap: wrap; gap: 22px; font-size: .82rem; }
.footer-menu a:hover { color: var(--zks-accent); }

.language-switcher { position: fixed; right: 14px; bottom: 14px; z-index: 1200; width: 116px; filter: drop-shadow(0 5px 12px rgba(16,29,52,.16)); }
.language-trigger,
.language-option { width: 100%; min-height: 36px; padding: 0 8px; border: 0; background: #fff; color: #2b3340; display: flex; align-items: center; gap: 7px; font-weight: 800; font-size: .72rem; text-align: left; text-decoration: none; cursor: pointer; }
.language-trigger { border-radius: 2px; box-shadow: 0 4px 20px rgba(16,29,52,.12); }
.language-option:hover,
.language-option.is-active { background: #f3f5f8; }
.language-flag { position: relative; display: inline-grid; place-items: center; width: 24px; height: 16px; flex: 0 0 24px; overflow: hidden; border-radius: 1px; box-shadow: inset 0 0 0 1px rgba(16,29,52,.08); }
.flag-cn { background: #ee1c25 url('../images/flag-cn.png') center / cover no-repeat; }
.flag-cn::before,
.flag-cn::after { content: none; }
.flag-vi { background: #ee2828; color: #ffd34e; }
.flag-vi::before { content: "★"; font-size: 8px; line-height: 1; }
.flag-gb { background: linear-gradient(34deg, transparent 43%, #fff 43% 57%, transparent 57%), linear-gradient(-34deg, transparent 43%, #fff 43% 57%, transparent 57%), linear-gradient(90deg, transparent 40%, #d92334 40% 60%, transparent 60%), linear-gradient(transparent 36%, #d92334 36% 64%, transparent 64%), #24458c; }
.language-chevron { margin-left: auto; width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 180ms ease; }
.language-switcher.is-open .language-chevron { transform: rotate(225deg) translate(-2px,-2px); }
.language-menu { position: absolute; right: 0; bottom: calc(100% + 5px); width: 116px; padding: 0; overflow: hidden; border-radius: 2px; background: #fff; color: var(--zks-ink); box-shadow: 0 7px 20px rgba(16,29,52,.14); }

/* WordPress */
.alignwide { width: min(1120px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--zks-body); font-size: .86rem; }
.sticky { position: relative; }
.bypostauthor { outline: 0; }

/* Responsive */
@media (max-width: 1100px) {
	.header-phone { display: none; }
	.primary-menu { gap: 24px; }
	.header-cta { min-width: 155px; }
	.overview-panel { grid-template-columns: .95fr 1.05fr; }
	.service-grid { gap: 34px 22px; }
	.value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.client-logo-track { grid-template-columns: repeat(8,minmax(0,1fr)); }
	.footer-grid { gap: 38px; }
	.product-line-card { grid-template-columns: 1fr; }
	.product-line-card img { height: 260px; }
}

@media (max-width: 900px) {
	.site-shell { width: min(calc(100% - 36px), var(--zks-shell)); }
	.admin-bar .site-header { top: 46px; }
	.site-header,
	.site-header.is-scrolled { min-height: 74px; gap: 12px; padding-inline: 18px; }
	.default-logo img, .custom-logo { width: 46px; height: 46px; }
	.menu-toggle { display: inline-flex; position: relative; z-index: 2; }
	.menu-open .menu-toggle__open { display: none; }
	.menu-open .menu-toggle__close { display: inline-flex; }
	.primary-navigation { position: fixed; inset: 0; margin-left: 0; padding: 150px 32px 50px; background: rgba(16,29,52,.985); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: 180ms ease; }
	.menu-open .primary-navigation { opacity: 1; visibility: visible; transform: none; }
	.primary-menu { flex-direction: column; align-items: flex-start; gap: 8px; }
	.primary-menu > li { width: 100%; flex-basis: auto; text-align: left; }
	.primary-menu a { font-size: 1.55rem; }
	.header-cta { margin-left: auto; min-width: auto; min-height: 48px; padding-inline: 18px; }
	.about-collage-hero { min-height: 760px; grid-template-columns: repeat(2,minmax(0,1fr)); }
	.about-collage-panel { min-height: 380px; }
	.home-hero { min-height: 850px; }
	.home-hero__content { width: 100%; }
	.overview-panel, .about-intro__grid, .capability-layout, .contact-details-layout { grid-template-columns: 1fr; }
	.overview-overlap { margin-top: -90px; padding: 0 0 70px; }
	.service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.practice-split, .culture-split { grid-template-columns: 1fr; }
	.reach-grid { grid-template-columns: 1fr; }
	.project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.quote-layout, .contact-form-page-layout { grid-template-columns: 1fr; }
	.client-logo-track { grid-template-columns: repeat(4,minmax(0,1fr)); }
	.stats-band__grid, .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.stats-band__grid > div:nth-child(2) { border-right: 0; }
	.process-grid > div:nth-child(2) { border-right: 0; }
	.process-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
	.product-line-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
	body { font-size: 15px; }
	.site-shell { width: min(calc(100% - 28px), var(--zks-shell)); }
	.section { padding: 78px 0; }
	.site-header,
	.site-header.is-scrolled { min-height: 68px; padding-inline: 14px; }
	.default-logo img, .custom-logo { width: 44px; height: 44px; }
	.header-topline { display: contents; }
	.header-main { min-height: 74px; }
	.site-header.is-scrolled .header-main { min-height: 68px; }
	.header-cta { font-size: .73rem; min-height: 44px; padding-inline: 14px; }
	.home-hero { min-height: 760px; padding-top: 95px; background-position: 58% center; }
	.home-hero__content { padding-top: 60px; }
	.home-hero h1 { font-size: 1.9rem; }
	.hero-lead { font-size: .98rem; }
	.button-group { flex-direction: column; align-items: stretch; }
	.button-group .button { width: 100%; }
	.page-hero { min-height: 450px; padding: 170px 0 78px; }
	.page-hero h1 { font-size: clamp(2.8rem,14vw,4.7rem); }
	.about-collage-hero { min-height: auto; grid-template-columns: 1fr; }
	.about-collage-panel { min-height: 360px; }
	.overview-overlap { margin-top: -48px; padding: 0 0 50px; }
	.overview-panel { width: min(calc(100% - 20px), var(--zks-shell)); }
	.overview-card--accent { padding: 38px 28px; }
	.stats-grid { grid-template-columns: 1fr; }
	.stat-card { min-height: 150px; padding: 30px 28px; }
	.section-heading--split { display: block; }
	.section-heading--split .text-link, .section-heading--split .button { margin-top: 18px; }
	.service-grid, .value-grid, .product-line-grid, .posts-grid { grid-template-columns: 1fr; }
	.practice-panel { min-height: 460px; }
	.practice-panel__content { width: calc(100% - 46px); }
	.project-grid { grid-template-columns: 1fr; }
	.project-card a { aspect-ratio: 1.16; }
	.project-card__overlay { padding: 25px; }
	.field-photo-grid { grid-template-columns: 1fr; }
	.field-photo { min-height: 360px; }
	.client-logo-track { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.client-logo { min-height: 86px; padding: 12px; }
	.form-row { grid-template-columns: 1fr; }
	.contact-form-panel, .faq-panel, .contact-assurance { padding: 35px 24px; }
	.stats-band__grid, .process-grid { grid-template-columns: 1fr; }
	.stats-band__grid > div { padding: 28px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
	.stats-band__grid > div:last-child { border-bottom: 0; }
	.timeline::before { left: 10px; }
	.timeline-item { grid-template-columns: 1fr; gap: 8px; padding-left: 42px; }
	.timeline-item::before { left: 3px; }
	.culture-panel { min-height: 430px; padding: 48px 25px; }
	.product-line-card > div { padding: 30px 24px; }
	.process-grid > div { min-height: auto; padding: 38px 26px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
	.process-grid > div:last-child { border-bottom: 0; }
	.capability-metrics { grid-template-columns: 1fr; }
	.contact-details-card { padding: 34px 24px; }
	.location-map { min-height: 380px; }
	.location-map__marker { width: calc(100% - 28px); justify-content: center; padding: 12px 14px; }
	.footer-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 62px; }
	.footer-bottom__inner { padding: 28px 0; flex-direction: column; align-items: flex-start; }
	.footer-menu { display: none; }
	.language-switcher { right: 10px; bottom: 10px; width: 112px; }
	.language-trigger, .language-option { min-height: 34px; padding-inline: 7px; }
	.language-menu { width: 112px; }
}

@media (max-width: 360px) {
	.home-hero h1 { font-size: 1.6rem; }
}

/* Home template fidelity */
.home { --zks-shell: 1220px; }
.home .site-main .site-shell,
.home .site-footer .site-shell { width: min(calc(100% - 48px), var(--zks-shell)); }
.home .section { padding: 88px 0; }
.home .section-heading { margin-bottom: 42px; }
.home .section-heading h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.home .section-kicker,
.home .hero-eyebrow { margin-bottom: 12px; font-size: .78rem; letter-spacing: .04em; }

.home .home-hero { min-height: 830px; align-items: flex-end; padding: 116px 0 140px; }
.home .home-hero__content { width: min(1290px, 100%); padding-top: 0; }
.home .home-hero .hero-eyebrow { margin-bottom: 26px; }
.home .home-hero h1 { max-width: 1290px; margin-bottom: 30px; font-size: clamp(4rem, 7vw, 5.5rem); line-height: 1.03; }
.home .hero-lead { max-width: 950px; margin-bottom: 0; font-size: 1rem; line-height: 1.75; }
.home .home-hero .button-group { margin-top: 44px; gap: 21px; }
.home .home-hero .button { min-width: 178px; min-height: 65px; padding-inline: 24px; font-size: .9rem; }
.home .home-hero .button:first-child,
.home .home-hero .button:last-child { min-width: 178px; }

.home .overview-overlap { margin-top: -60px; padding-bottom: 82px; }
.home .overview-panel { grid-template-columns: 1.02fr 1fr; box-shadow: 0 18px 48px rgba(16,29,52,.13); }
.home .overview-card--accent { padding: 54px 55px; }
.home .overview-card .section-kicker { font-size: 1rem; }
.home .overview-card h2 { margin-bottom: 16px; font-size: clamp(2.8rem, 4vw, 3.55rem); line-height: 1.06; }
.home .overview-card p { margin-bottom: 20px; font-size: .92rem; line-height: 1.65; }
.home .overview-card .button { min-height: 42px; margin-top: 2px; padding-inline: 20px; font-size: .72rem; }
.home .stat-card { min-height: 216px; padding: 40px 42px; }
.home .stats-grid .stat-card:nth-child(-n+2) { margin-top: 0; border-top: 0; }
.home .stat-card strong { font-size: clamp(2.8rem, 4vw, 3.55rem); }
.home .stat-card span { margin-top: 12px; font-size: .92rem; }

.home .services-preview { padding-top: 34px; }
.home .services-preview .section-heading { align-items: flex-end; }
.home .service-grid { gap: 34px 20px; }
.home .service-card__image { aspect-ratio: 1.5; }
.home .service-card__body { padding-top: 14px; }
.home .service-card__eyebrow,
.home .service-card .text-link { display: none; }
.home .service-card h3 { margin-bottom: 7px; font-size: 1.08rem; }
.home .service-card p { margin: 0; font-size: .86rem; line-height: 1.62; }

.home .practice-panel { min-height: 440px; }
.home .practice-panel__content { width: min(520px, calc(100% - 72px)); }
.home .practice-panel h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.2vw, 2.8rem); }
.home .practice-panel p { font-size: .9rem; }
.home .practice-panel .button { min-height: 44px; font-size: .72rem; }
.home .feature-list { gap: 10px; margin-top: 20px; }
.home .feature-list li { font-size: .88rem; }

.home .reach-section { padding-top: 92px; }
.home .global-map-section + .reach-section { padding-top: 0; }
.home .reach-section .section-heading { align-items: flex-start; }
.home .reach-section .section-heading > p { font-size: .9rem; line-height: 1.7; }
.home .reach-grid { gap: 18px; }
.home .reach-card { min-height: 190px; padding: 28px 30px; box-shadow: none; }
.home .reach-card__icon { display: none; }
.home .reach-card h3 { margin-bottom: 8px; font-size: 1rem; }
.home .reach-card p { margin-bottom: 18px; font-size: .84rem; }
.home .reach-card .text-link { font-size: .76rem; }
.home .reach-section .center-action { margin-top: 36px; }
.home .reach-section .center-action .button { min-height: 42px; font-size: .72rem; }

.home .global-map-section { padding: 112px 0; background: #fff; }
.home .global-map-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.45fr); align-items: center; gap: clamp(48px,6vw,96px); }
.home .global-map-copy { max-width: 430px; }
.home .global-map-copy .section-kicker { margin-bottom: 24px; }
.home .global-map-copy h2 { margin-bottom: 28px; font-size: clamp(3rem,5vw,5rem); line-height: 1.04; }
.home .global-map-copy p:last-child { margin: 0; color: var(--zks-body); font-size: 1rem; font-weight: 650; line-height: 1.85; }
.home .global-map-visual { position: relative; min-width: 0; aspect-ratio: 1.969; margin: 0; overflow: hidden; background: #fff; }
.home .global-map-visual img { width: 100%; height: 100%; object-fit: contain; }
.home .global-map-point { position: absolute; left: var(--x); top: var(--y); width: 10px; height: 10px; transform: translate(-50%,-50%); pointer-events: none; }
.home .global-map-point::before,
.home .global-map-point::after { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(255,189,59,.72); border-radius: 50%; animation: global-map-pulse 2.4s ease-out infinite; }
.home .global-map-point::after { animation-delay: 1.2s; }
.home .global-map-point i { position: absolute; z-index: 1; inset: 0; border-radius: 50%; background: var(--zks-accent); }

@keyframes global-map-pulse {
  0% { opacity: .85; transform: scale(.55); }
  80%, 100% { opacity: 0; transform: scale(1.8); }
}

@media (prefers-reduced-motion: reduce) {
  .home .global-map-point::before,
  .home .global-map-point::after { animation: none; opacity: 0; }
}

.home .team-section { background: #f4f5f7; }
.home .team-section .section-heading { max-width: 610px; margin-bottom: 48px; }
.home .team-section .center-action { margin-top: 34px; }
.home .team-section .center-action .button { min-height: 42px; font-size: .72rem; }

.home .projects-preview { padding-top: 88px; }
.home .projects-preview .section-heading { margin-bottom: 30px; }
.home .projects-preview .button { min-height: 42px; font-size: .72rem; }
.home .project-card a { aspect-ratio: .9; }
.home .project-card__overlay { padding: 25px; }
.home .project-card__overlay strong { font-size: 1rem; }
.home .project-card__overlay small { font-size: .72rem; }

.home .solution-focus-section { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0; }
.home .solution-focus-panel { position: relative; min-height: clamp(720px,62vw,1180px); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.home .solution-focus-panel::before,
.home .solution-focus-panel::after { content: ""; position: absolute; inset: 0; }
.home .solution-focus-panel::before { z-index: -2; background-position: center; background-repeat: no-repeat; background-size: cover; transform: scale(1.001); transition: transform 760ms cubic-bezier(.2,.65,.25,1); }
.home .solution-focus-panel::after { z-index: -1; transition: background-color 520ms ease; }
.home .solution-focus-panel--delivery { background-color: var(--zks-navy-deep); }
.home .solution-focus-panel--delivery::before { background-image: url('../images/solution-delivery-machine.png'); }
.home .solution-focus-panel--delivery::after { background-color: rgba(16,29,52,.5); }
.home .solution-focus-panel--automation { background-color: var(--zks-accent); }
.home .solution-focus-panel--automation::before { background-image: url('../images/project-cdu-module.jpg'); }
.home .solution-focus-panel--automation::after { background-color: rgba(255,189,59,.88); }
.home .solution-focus-content { width: 100%; max-width: 860px; padding: clamp(64px,5.5vw,105px); }
.home .solution-focus-label { margin: 0 0 26px; color: var(--zks-accent); font-size: clamp(1rem,1.05vw,1.18rem); font-weight: 850; }
.home .solution-focus-content h2 { max-width: 620px; margin: 0 0 24px; font-size: clamp(2.4rem,3.35vw,4rem); line-height: 1.14; }
.home .solution-focus-content > p:not(.solution-focus-label) { max-width: 650px; margin: 0; font-size: clamp(.96rem,1vw,1.1rem); font-weight: 650; line-height: 1.8; }
.home .solution-focus-panel--delivery .solution-focus-content { margin-left: auto; }
.home .solution-focus-panel--delivery h2 { color: #fff; }
.home .solution-focus-panel--delivery .solution-focus-content > p:not(.solution-focus-label) { color: rgba(255,255,255,.86); }
.home .solution-focus-panel--delivery .button { margin-top: 38px; min-width: 178px; min-height: 64px; }
.home .solution-focus-panel--automation .solution-focus-label { color: rgba(16,29,52,.65); }
.home .solution-focus-panel--automation h2,
.home .solution-focus-panel--automation .solution-focus-content > p:not(.solution-focus-label) { color: var(--zks-ink); }
.home .solution-focus-list { margin: 46px 0 0; padding: 0; display: grid; gap: 18px; list-style: none; color: var(--zks-ink); font-size: 1rem; font-weight: 850; }
.home .solution-focus-list li { position: relative; padding-left: 44px; }
.home .solution-focus-list li::before { content: "+"; position: absolute; left: 0; top: 50%; width: 24px; height: 24px; display: grid; place-items: center; transform: translateY(-50%); font-size: 1.35rem; font-weight: 500; }

@media (hover: hover) and (pointer: fine) {
	.home .solution-focus-panel:hover::before { transform: scale(1.055); }
	.home .solution-focus-panel--automation:hover::after { background-color: rgba(255,189,59,.82); }
}

@media (prefers-reduced-motion: reduce) {
	.home .solution-focus-panel::before,
	.home .solution-focus-panel::after { transition: none; }
}

.home .clients-section { padding-top: 76px; padding-bottom: 76px; background: var(--zks-soft); }
.home .clients-section .section-heading { margin-bottom: 30px; }
.home .client-logo-track { gap: 22px 18px; }
.home .client-logo { min-height: 78px; padding: 6px; }
.home .client-logo img { max-height: 62px; }

.home .quote-section { padding: 82px 0; }
.home .contact-form-panel,
.home .faq-panel { padding: 48px; }
.home .contact-form-panel h2,
.home .faq-panel h2 { font-size: clamp(2rem, 3vw, 2.7rem); }
.home .contact-form { margin-top: 24px; gap: 14px; }
.home .contact-form input,
.home .contact-form textarea { padding: 11px 12px; }
.home .faq-list { margin-top: 22px; }
.home .faq-question { padding: 17px 0 9px; font-size: .84rem; }
.home .faq-answer { font-size: .82rem; }

.home .footer-grid { padding-top: 72px; padding-bottom: 66px; gap: 48px; }
.home .footer-column h2 { margin-bottom: 24px; font-size: 1rem; }
.home .footer-column p,
.home .footer-column li,
.home .footer-column address { font-size: .8rem; }
.home .footer-bottom__inner { min-height: 82px; }
.home .language-switcher { right: 14px; bottom: 14px; width: 116px; }
.home .language-trigger,
.home .language-option { min-height: 36px; padding-inline: 8px; gap: 7px; font-size: .72rem; }
.home .language-menu { width: 116px; }
.home .language-flag { width: 24px; height: 16px; flex-basis: 24px; }

@media (max-width: 1100px) {
	.home .overview-card--accent { padding: 42px 44px; }
	.home .overview-card h2 { font-size: 2.65rem; }
	.home .stat-card { min-height: 160px; padding: 30px 32px; }
	.home .stat-card strong { font-size: 2.5rem; }
}

@media (max-width: 900px) {
	.home .site-main .site-shell,
	.home .site-footer .site-shell { width: min(calc(100% - 36px), var(--zks-shell)); }
	.home .home-hero { min-height: 720px; padding: 100px 0 140px; }
	.home .home-hero__content { padding-top: 0; }
	.home .home-hero h1 { font-size: 3.5rem; }
	.home .overview-overlap { margin-top: -60px; }
	.home .overview-panel { grid-template-columns: 1fr; }
	.home .solution-focus-section { grid-template-columns: 1fr; }
	.home .solution-focus-panel { min-height: 620px; }
	.home .solution-focus-content { width: min(100%,760px); padding: 72px max(36px,calc((100vw - 720px)/2)); }
	.home .solution-focus-panel--delivery .solution-focus-content { margin-left: 0; }
	.home .global-map-layout { grid-template-columns: 1fr; gap: 38px; }
	.home .global-map-copy { max-width: 680px; }
	.home .global-map-copy h2 { max-width: 620px; }
}

@media (max-width: 620px) {
	.home .site-main .site-shell,
	.home .site-footer .site-shell { width: min(calc(100% - 28px), var(--zks-shell)); }
	.home .section { padding: 70px 0; }
	.home .home-hero { min-height: 680px; padding: 82px 0 100px; }
	.home .home-hero__content { padding-top: 0; }
	.home .home-hero h1 { margin-bottom: 18px; font-size: 1.9rem; }
	.home .hero-lead { font-size: .9rem; line-height: 1.65; }
	.home .home-hero .button-group { align-items: flex-start; }
	.home .home-hero .button { width: auto; }
	.home .overview-overlap { margin-top: -40px; padding-bottom: 58px; }
	.home .overview-card--accent { padding: 34px 26px; }
	.home .overview-card h2 { font-size: 2rem; }
	.home .stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.home .stat-card { min-height: 112px; padding: 22px 18px; }
	.home .stat-card strong { font-size: 1.75rem; }
	.home .services-preview { padding-top: 18px; }
	.home .practice-panel { min-height: 410px; }
	.home .practice-panel__content { width: calc(100% - 42px); }
	.home .reach-card { min-height: 0; }
	.home .project-card a { aspect-ratio: 1.18; }
	.home .solution-focus-section { padding: 0; }
	.home .solution-focus-panel { min-height: 540px; }
	.home .solution-focus-content { padding: 58px 28px; }
	.home .solution-focus-content h2 { font-size: 2.15rem; }
	.home .solution-focus-content > p:not(.solution-focus-label) { font-size: .9rem; }
	.home .solution-focus-panel--delivery .button { min-width: 156px; min-height: 56px; }
	.home .solution-focus-list { margin-top: 34px; gap: 14px; }
	.home .global-map-section { padding: 76px 0; }
	.home .global-map-copy h2 { margin-bottom: 20px; font-size: 2.55rem; }
	.home .global-map-copy p:last-child { font-size: .92rem; }
	.home .clients-section { padding-top: 66px; padding-bottom: 66px; }
	.home .contact-form-panel,
	.home .faq-panel { padding: 34px 24px; }
	.home .footer-grid { gap: 36px; padding-top: 60px; padding-bottom: 54px; }
	.home .language-switcher { width: 112px; }
	.home .language-menu { width: 112px; }
	.team-table-wrap { overflow: visible; border-top-width: 3px; box-shadow: none; background: transparent; }
	.team-table, .team-table tbody, .team-table tr, .team-table th, .team-table td { display: block; width: 100%; }
	.team-table { table-layout: auto; }
	.team-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
	.team-table tbody { display: grid; gap: 12px; padding-top: 12px; }
	.team-table tbody tr { display: grid; grid-template-columns: 1fr 1fr; padding: 18px 20px; border: 1px solid var(--zks-line); background: #fff !important; box-shadow: 0 8px 24px rgba(16,29,52,.05); }
	.team-table tbody th { grid-column: 1 / -1; padding: 0 0 12px; border-bottom: 1px solid var(--zks-line); font-size: 1.08rem; }
	.team-table tbody td { padding: 10px 0 0; border: 0; font-size: .88rem; }
	.team-table tbody td::before { content: attr(data-label); display: block; margin-bottom: 2px; color: var(--zks-muted); font-size: .68rem; font-weight: 700; }
	.team-table tbody td:nth-child(2) { grid-column: 1; grid-row: 2; padding-right: 12px; }
	.team-table tbody td:nth-child(4) { grid-column: 2; grid-row: 2; }
	.team-table tbody td:nth-child(3) { grid-column: 1 / -1; grid-row: 3; }
}

@media (max-width: 360px) {
	.home .home-hero h1 { font-size: 1.6rem; }
}

/* Longer translated copy needs its own type scale and wrapping rules. */
html[lang="en"] .home-hero h1 span,
html[lang="vi"] .home-hero h1 span { white-space: normal; }
html[lang="en"] .home .home-hero h1,
html[lang="vi"] .home .home-hero h1 { max-width: 1180px; font-size: 4rem; line-height: 1.08; overflow-wrap: anywhere; }
html[lang="en"] .primary-menu { gap: 30px; }
html[lang="vi"] .primary-menu { gap: 22px; }
html[lang="en"] .page-hero h1,
html[lang="vi"] .page-hero h1 { max-width: 100%; font-size: clamp(3rem, 5vw, 5.5rem); overflow-wrap: anywhere; }
html[lang="en"] .about-collage-panel h2,
html[lang="vi"] .about-collage-panel h2,
html[lang="en"] .team-table th,
html[lang="en"] .team-table td,
html[lang="vi"] .team-table th,
html[lang="vi"] .team-table td,
html[lang="en"] .project-card__overlay,
html[lang="vi"] .project-card__overlay,
html[lang="en"] .capability-metrics,
html[lang="vi"] .capability-metrics,
html[lang="en"] .button,
html[lang="vi"] .button { overflow-wrap: anywhere; }

@media (max-width: 900px) {
	html[lang="en"] .home .home-hero h1,
	html[lang="vi"] .home .home-hero h1 { font-size: 3rem; }
}

@media (max-width: 620px) {
	html[lang="en"] .home .home-hero h1,
	html[lang="vi"] .home .home-hero h1 { font-size: 2rem; line-height: 1.12; }
	html[lang="en"] .page-hero h1,
	html[lang="vi"] .page-hero h1 { font-size: clamp(2.2rem, 10vw, 3.4rem); line-height: 1.08; }
}
