:root {
	--km4-navy: #161f2c;
	--km4-navy-deep: #0d141e;
	--km4-navy-soft: #202d3e;
	--km4-orange: #ff9300;
	--km4-orange-deep: #ff8400;
	--km4-orange-text: #9f4c00;
	--km4-paper: #f4f2ed;
	--km4-white: #ffffff;
	--km4-ink: #161f2c;
	--km4-muted: #657080;
	--km4-line: rgba(22, 31, 44, 0.14);
	--km4-line-dark: rgba(255, 255, 255, 0.14);
	--km4-shell: min(1240px, calc(100% - 72px));
	--km4-radius: 28px;
	--km4-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-behavior: smooth;
}

body.kmv-showcase-page {
	background: var(--km4-navy-deep);
	color: var(--km4-ink);
	overflow-x: clip;
}

body.kmv-showcase-page .site-content,
body.kmv-showcase-page .site-content .ast-container,
body.kmv-showcase-page #primary,
body.kmv-showcase-page .site-main,
body.kmv-showcase-page .entry-content,
body.kmv-showcase-page .hentry {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.kmv-showcase-page .entry-header,
body.kmv-showcase-page .entry-footer {
	display: none;
}

body.kmv-showcase-page .entry-content > .wp-block-html,
body.kmv-showcase-page .entry-content > .wp-block-html > div,
body.kmv-showcase-page .entry-content > .wp-block-shortcode {
	margin: 0;
}

.km4-page,
.km4-page *,
.km4-page *::before,
.km4-page *::after,
.km-region-strip,
.km-region-strip *,
.km-region-strip *::before,
.km-region-strip *::after {
	box-sizing: border-box;
}

.km4-page {
	position: relative;
	background: var(--km4-paper);
	color: var(--km4-ink);
	overflow: clip;
}

.km4-page h1,
.km4-page h2,
.km4-page h3,
.km4-page p,
.km4-page ul,
.km4-page ol,
.km4-page figure,
.km-region-strip h2,
.km-region-strip p,
.km-region-strip ul {
	margin: 0;
}

.km4-page h1,
.km4-page h2,
.km4-page h3,
.km-region-strip h2 {
	color: inherit;
	font-family: var(--km-global-font);
	font-weight: 700;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.km4-page p,
.km-region-strip p {
	font-size: 1rem;
	line-height: 1.7;
}

.km4-page a,
.km-region-strip a {
	color: inherit;
	text-decoration: none !important;
}

.km4-page a:focus-visible,
.km-region-strip a:focus-visible,
body.kmv-showcase-page .site-header a:focus-visible,
body.kmv-showcase-page .site-header button:focus-visible {
	outline: 3px solid var(--km4-orange);
	outline-offset: 4px;
}

.km4-shell {
	position: relative;
	z-index: 2;
	width: var(--km4-shell);
	margin-inline: auto;
}

.km4-page [id],
.km-region-strip[id] {
	scroll-margin-top: 104px;
}

/* Same fixed, dark header language as the homepage. */
body.kmv-showcase-page .site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	background: rgba(13, 20, 30, 0.74) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	backdrop-filter: blur(18px) saturate(140%);
	transition: background 300ms ease, box-shadow 300ms ease;
}

body.kmv-showcase-page.km4-scrolled .site-header {
	background: rgba(13, 20, 30, 0.95) !important;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

body.admin-bar.kmv-showcase-page .site-header {
	top: 32px;
}

body.kmv-showcase-page .site-header .main-header-bar,
body.kmv-showcase-page .site-header .ast-primary-header-bar,
body.kmv-showcase-page .site-header .ast-builder-grid-row-container,
body.kmv-showcase-page .site-header .ast-builder-menu,
body.kmv-showcase-page .site-header .main-navigation,
body.kmv-showcase-page .site-header .main-header-menu,
body.kmv-showcase-page .site-header .menu-item,
body.kmv-showcase-page .site-header .menu-link {
	background: transparent !important;
}

body.kmv-showcase-page .site-header .ast-primary-header-bar {
	min-height: 78px;
}

body.kmv-showcase-page .site-header .menu-link {
	position: relative;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 0.84rem;
	font-weight: 650;
	letter-spacing: 0.025em;
	transition: color 200ms ease;
}

body.kmv-showcase-page .site-header .menu-link::after {
	position: absolute;
	right: 1em;
	bottom: 20px;
	left: 1em;
	height: 2px;
	background: var(--km4-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 300ms var(--km4-ease);
}

body.kmv-showcase-page .site-header .menu-link:hover,
body.kmv-showcase-page .site-header .menu-link:focus-visible,
body.kmv-showcase-page .site-header .current-menu-item > .menu-link {
	color: #fff !important;
}

body.kmv-showcase-page .site-header .menu-link:hover::after,
body.kmv-showcase-page .site-header .menu-link:focus-visible::after,
body.kmv-showcase-page .site-header .current-menu-item > .menu-link::after {
	transform: scaleX(1);
	transform-origin: left;
}

.km4-hero {
	position: relative;
	min-height: 720px;
	padding: 154px 0 92px;
	background: linear-gradient(132deg, var(--km4-navy-deep) 0%, var(--km4-navy) 60%, var(--km4-navy-soft) 100%);
	color: var(--km4-white);
}

.km4-hero-grid {
	display: grid;
	min-height: 475px;
	align-items: center;
	gap: clamp(42px, 7vw, 100px);
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.km4-hero-copy {
	max-width: 720px;
}

.km4-hero--compact {
	min-height: auto;
	padding: 146px 0 72px;
}

.km4-hero-compact {
	max-width: 920px;
}

.km4-hero--compact .km4-hero-copy {
	max-width: 900px;
}

.km4-hero--compact h1 {
	max-width: 900px;
	font-size: clamp(3rem, 5vw, 4.45rem);
}

.km4-hero--compact .km4-hero-copy > p {
	max-width: 720px;
}

.km4-page--references .km4-hero--compact {
	padding: 132px 0 62px;
}

.km4-page--references .km4-hero--compact h1 {
	font-size: clamp(2.55rem, 4vw, 3.55rem);
	line-height: 1.04;
}

.km4-hero h1 {
	max-width: 760px;
	font-size: clamp(3.35rem, 5.3vw, 5.1rem);
	line-height: 0.98;
}

.km4-hero h1 span {
	color: var(--km4-orange);
}

.km4-hero-copy > p {
	max-width: 650px;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.05rem, 1.45vw, 1.2rem);
	line-height: 1.7;
}

.km4-actions {
	display: flex;
	margin-top: 36px;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.km4-button {
	display: inline-flex;
	min-height: 54px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-size: 0.94rem;
	font-weight: 750;
	transition: color 250ms ease, background 250ms ease, border-color 250ms ease, transform 300ms var(--km4-ease), box-shadow 300ms ease;
}

.km4-button b {
	font-size: 1.1em;
	transition: transform 300ms var(--km4-ease);
}

.km4-button:hover,
.km4-button:focus-visible {
	transform: translateY(-3px);
}

.km4-button:hover b,
.km4-button:focus-visible b {
	transform: translate(3px, -3px);
}

.km4-button--primary {
	background: var(--km4-orange);
	color: var(--km4-navy-deep) !important;
	box-shadow: 0 14px 36px rgba(255, 147, 0, 0.2);
}

.km4-button--primary:hover,
.km4-button--primary:focus-visible {
	background: var(--km4-orange-deep);
}

.km4-button--ghost {
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff !important;
}

.km4-button--ghost:hover,
.km4-button--ghost:focus-visible {
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.08);
}

.km4-hero-card {
	position: relative;
	min-height: 430px;
	border: 1px solid var(--km4-line-dark);
	border-radius: var(--km4-radius);
	background: var(--km4-navy-soft);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.km4-hero-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.82) contrast(1.04);
	transition: transform 900ms var(--km4-ease), filter 500ms ease;
}

.km4-hero-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 38%, rgba(8, 13, 20, 0.9) 100%);
	content: "";
}

.km4-hero-card:hover img {
	filter: saturate(1) contrast(1.04);
	transform: scale(1.035);
}

.km4-hero-card figcaption {
	position: absolute;
	right: 26px;
	bottom: 24px;
	left: 26px;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.km4-hero-card figcaption strong {
	display: block;
	max-width: 300px;
	color: #fff;
	font-size: 1.42rem;
	line-height: 1.15;
}

.km4-hero-card figcaption span {
	display: inline-grid;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--km4-orange);
	color: var(--km4-navy-deep);
	font-weight: 800;
	place-items: center;
}

.km4-facts {
	display: grid;
	margin-top: 38px !important;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.km4-facts li {
	padding: 0 18px;
	border-left: 1px solid var(--km4-line-dark);
}

.km4-facts li:first-child {
	padding-left: 0;
	border-left: 0;
}

.km4-facts strong,
.km4-facts span {
	display: block;
}

.km4-facts strong {
	color: #fff;
	font-size: 0.95rem;
}

.km4-facts span {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.78rem;
	line-height: 1.35;
}

.km4-jump {
	position: relative;
	z-index: 3;
	margin-top: -34px;
}

.km4-jump-inner {
	display: flex;
	min-height: 68px;
	padding: 10px 12px 10px 24px;
	border: 1px solid var(--km4-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(17, 27, 40, 0.12);
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.km4-jump strong {
	font-size: 0.88rem;
}

.km4-jump-links {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.km4-jump a {
	padding: 10px 13px;
	border-radius: 10px;
	color: var(--km4-muted) !important;
	font-size: 0.83rem;
	font-weight: 700;
	transition: color 200ms ease, background 200ms ease;
}

.km4-jump a:hover,
.km4-jump a:focus-visible {
	background: var(--km4-paper);
	color: var(--km4-orange-deep) !important;
}

.km4-section {
	padding: 112px 0;
	background: var(--km4-paper);
}

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

.km4-section--dark {
	background: var(--km4-navy-deep);
	color: #fff;
}

.km4-section-head {
	display: grid;
	margin-bottom: 46px;
	align-items: end;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
}

.km4-section-head--single {
	grid-template-columns: 1fr;
}

.km4-section-head h2 {
	max-width: 780px;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	line-height: 1.02;
}

.km4-section-head p {
	color: var(--km4-muted);
}

.km4-section--dark .km4-section-head p {
	color: rgba(255, 255, 255, 0.62);
}

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

.km4-service {
	position: relative;
	display: grid;
	min-height: 315px;
	padding: 34px;
	border: 1px solid var(--km4-line-dark);
	border-radius: var(--km4-radius);
	background: var(--km4-navy);
	color: #fff !important;
	grid-template-rows: auto 1fr auto;
	overflow: hidden;
	transition: transform 450ms var(--km4-ease), background 250ms ease, box-shadow 450ms var(--km4-ease);
}

.km4-service::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: var(--km4-orange);
	content: "";
	transform: scaleX(0.14);
	transform-origin: left;
	transition: transform 450ms var(--km4-ease);
}

.km4-service:hover,
.km4-service:focus-visible {
	background: var(--km4-navy-soft);
	box-shadow: 0 28px 60px rgba(9, 16, 24, 0.24);
	transform: translateY(-7px);
}

.km4-service:hover::after,
.km4-service:focus-visible::after {
	transform: scaleX(1);
}

.km4-service-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.km4-service-top span:first-child {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.82rem;
	font-weight: 750;
}

.km4-service-top span:last-child {
	color: var(--km4-orange);
	font-size: 1.55rem;
}

.km4-service h3 {
	margin-top: 46px;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1.02;
}

.km4-service p {
	max-width: 510px;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.68);
}

.km4-service > strong {
	display: flex;
	margin-top: 32px;
	align-items: center;
	justify-content: space-between;
	font-size: 0.9rem;
}

.km4-service > strong b {
	color: var(--km4-orange);
	font-size: 1.15rem;
	transition: transform 300ms var(--km4-ease);
}

.km4-service:hover > strong b,
.km4-service:focus-visible > strong b {
	transform: translate(3px, -3px);
}

.km4-secondary-service {
	display: grid;
	margin-top: 16px;
	padding: 28px 32px;
	border: 1px solid var(--km4-line);
	border-radius: 20px;
	background: #fff;
	align-items: center;
	gap: 22px;
	grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr) auto;
}

.km4-secondary-service h3 {
	font-size: 1.35rem;
}

.km4-secondary-service p {
	color: var(--km4-muted);
}

.km4-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--km4-navy) !important;
	font-size: 0.9rem;
	font-weight: 750;
	transition: color 200ms ease, gap 300ms var(--km4-ease);
}

.km4-arrow-link:hover,
.km4-arrow-link:focus-visible {
	color: var(--km4-orange-deep) !important;
	gap: 15px;
}

.km4-process {
	display: grid;
	align-items: start;
	gap: clamp(44px, 8vw, 110px);
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.km4-process-copy {
	position: sticky;
	top: 130px;
}

.km4-process-copy h2 {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	line-height: 1.02;
}

.km4-process-copy p {
	max-width: 430px;
	margin-top: 22px;
	color: var(--km4-muted);
}

.km4-process-list {
	padding: 0;
	list-style: none;
}

.km4-process-list li {
	display: grid;
	padding: 26px 0;
	border-top: 1px solid var(--km4-line);
	align-items: start;
	gap: 22px;
	grid-template-columns: 48px minmax(0, 1fr);
}

.km4-process-list li:last-child {
	border-bottom: 1px solid var(--km4-line);
}

.km4-process-list > li > span {
	display: grid;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--km4-orange);
	color: var(--km4-navy-deep);
	font-size: 0.78rem;
	font-weight: 800;
	place-items: center;
}

.km4-process-list h3 {
	font-size: 1.35rem;
}

.km4-process-list p {
	margin-top: 8px;
	color: var(--km4-muted);
}

.km4-reference-showcase {
	display: grid;
	gap: 16px;
	grid-template-columns: 1.3fr 0.7fr;
}

.km4-reference-showcase figure {
	position: relative;
	min-height: 550px;
	border-radius: var(--km4-radius);
	background: var(--km4-navy);
	overflow: hidden;
}

.km4-reference-showcase figure:nth-child(2),
.km4-reference-showcase figure:nth-child(3) {
	min-height: 267px;
}

.km4-reference-showcase figure:first-child {
	grid-row: span 2;
}

.km4-reference-showcase img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 900ms var(--km4-ease), filter 600ms ease;
}

.km4-reference-showcase figure::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(8, 13, 20, 0.9) 100%);
	content: "";
}

.km4-reference-showcase figure:hover img {
	filter: saturate(1.08);
	transform: scale(1.035);
}

.km4-reference-showcase figcaption {
	position: absolute;
	right: 28px;
	bottom: 26px;
	left: 28px;
	z-index: 2;
	color: #fff;
}

.km4-reference-showcase figcaption span {
	color: var(--km4-orange);
	font-size: 0.78rem;
	font-weight: 800;
}

.km4-reference-showcase figcaption strong {
	display: block;
	margin-top: 5px;
	font-size: 1.45rem;
	line-height: 1.15;
}

.km4-name-groups {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.km4-name-group {
	padding: 30px;
	border: 1px solid var(--km4-line);
	border-radius: 22px;
	background: #fff;
}

.km4-name-group h3 {
	padding-bottom: 18px;
	border-bottom: 2px solid var(--km4-orange);
	font-size: 1.22rem;
}

.km4-name-group ul {
	padding: 20px 0 0;
	list-style: none;
}

.km4-name-group li {
	border-bottom: 1px solid rgba(22, 31, 44, 0.08);
	color: #4f5b6a;
	font-size: 0.9rem;
	line-height: 1.45;
}

.km4-name-group li a {
	display: flex;
	min-height: 40px;
	padding: 8px 0;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	transition: color 200ms ease;
}

.km4-name-group li > span {
	display: flex;
	min-height: 40px;
	padding: 8px 0;
	align-items: center;
}

.km4-name-group li a span {
	color: var(--km4-orange-deep);
	font-weight: 800;
	transition: transform 250ms var(--km4-ease);
}

.km4-name-group li a:hover,
.km4-name-group li a:focus-visible {
	color: var(--km4-navy-deep) !important;
}

.km4-name-group li a:hover span,
.km4-name-group li a:focus-visible span {
	transform: translate(3px, -3px);
}

.km4-name-group li:last-child {
	border-bottom: 0;
}

.km4-note {
	max-width: 900px;
	margin-top: 22px !important;
	color: var(--km4-muted);
	font-size: 0.82rem !important;
}

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

.km4-trust-card {
	padding: 30px;
	border: 1px solid var(--km4-line);
	border-radius: 22px;
	background: #fff;
}

.km4-trust-card span {
	display: grid;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--km4-orange);
	color: var(--km4-navy-deep);
	font-size: 0.8rem;
	font-weight: 800;
	place-items: center;
}

.km4-trust-card h3 {
	margin-top: 30px;
	font-size: 1.35rem;
}

.km4-trust-card p {
	margin-top: 10px;
	color: var(--km4-muted);
}

.km4-contact-grid {
	display: grid;
	align-items: start;
	gap: clamp(40px, 7vw, 96px);
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.km4-contact-copy {
	position: sticky;
	top: 124px;
}

.km4-contact-copy h2 {
	font-size: clamp(2.25rem, 4vw, 3.8rem);
	line-height: 1.02;
}

.km4-contact-main {
	padding-top: 142px;
}

.km4-contact-copy h1 {
	font-size: clamp(2.35rem, 3.7vw, 3.45rem);
	line-height: 1.05;
}

.km4-contact-copy > p {
	max-width: 440px;
	margin-top: 20px;
	color: var(--km4-muted);
}

.km4-contact-links {
	display: grid;
	margin-top: 32px;
	gap: 10px;
}

.km4-contact-link {
	display: grid;
	min-height: 72px;
	padding: 14px 18px;
	border: 1px solid var(--km4-line);
	border-radius: 16px;
	background: #fff;
	align-items: center;
	gap: 14px;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	transition: border-color 200ms ease, transform 300ms var(--km4-ease), box-shadow 300ms ease;
}

.km4-contact-link:hover,
.km4-contact-link:focus-visible {
	border-color: rgba(255, 147, 0, 0.65);
	box-shadow: 0 16px 40px rgba(22, 31, 44, 0.08);
	transform: translateY(-3px);
}

.km4-contact-link > span:first-child {
	display: grid;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--km4-orange);
	color: var(--km4-navy-deep);
	font-weight: 800;
	place-items: center;
}

.km4-contact-link strong,
.km4-contact-link small {
	display: block;
}

.km4-contact-link strong {
	font-size: 0.94rem;
}

.km4-contact-link small {
	margin-top: 2px;
	color: var(--km4-muted);
	font-size: 0.76rem;
}

.km4-contact-link > span:last-child {
	color: var(--km4-orange-deep);
	font-weight: 800;
}

.km4-form-panel {
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid var(--km4-line);
	border-radius: var(--km4-radius);
	background: #fff;
	box-shadow: 0 28px 70px rgba(22, 31, 44, 0.1);
}

.km4-form-panel > h2 {
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1.08;
}

.km4-form-panel > p {
	margin-top: 12px;
	color: var(--km4-muted);
}

.km4-form-panel .km-contact-form {
	margin-top: 30px;
}

.km4-cta {
	padding: 74px 0;
	background: var(--km4-orange);
	color: var(--km4-navy-deep);
}

.km4-cta-inner {
	display: grid;
	align-items: center;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.km4-cta h2 {
	font-size: clamp(2.3rem, 4.8vw, 4.5rem);
	line-height: 0.98;
}

.km4-cta p {
	max-width: 620px;
	margin-top: 14px;
	color: rgba(13, 20, 30, 0.72);
}

.km4-button--dark {
	background: var(--km4-navy-deep);
	color: #fff !important;
}

.km4-button--dark:hover,
.km4-button--dark:focus-visible {
	background: var(--km4-navy);
}

/* Contextual regional links on key service pages. */
.km-region-strip {
	width: min(1240px, calc(100% - 72px));
	margin: 86px auto;
	padding: clamp(30px, 4vw, 52px);
	border-radius: var(--km4-radius);
	background: var(--km4-navy);
	color: #fff;
}

.km-region-strip__head {
	display: grid;
	align-items: end;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
}

.km-region-strip h2 {
	font-size: clamp(1.9rem, 3.4vw, 3.1rem);
	line-height: 1.05;
}

.km-region-strip p {
	color: rgba(255, 255, 255, 0.65);
}

.km-region-strip ul {
	display: flex;
	margin-top: 30px;
	padding: 0;
	flex-wrap: wrap;
	gap: 9px;
	list-style: none;
}

.km-region-strip a {
	display: inline-flex;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff !important;
	align-items: center;
	font-size: 0.86rem;
	font-weight: 700;
	transition: color 200ms ease, background 200ms ease, border-color 200ms ease, transform 280ms var(--km4-ease);
}

.km-region-strip a:hover,
.km-region-strip a:focus-visible {
	border-color: var(--km4-orange);
	background: var(--km4-orange);
	color: var(--km4-navy-deep) !important;
	transform: translateY(-2px);
}

.km4-motion .km4-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 750ms var(--km4-ease) var(--km4-delay, 0ms), transform 850ms var(--km4-ease) var(--km4-delay, 0ms);
}

.km4-motion .km4-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.km4-motion .km4-hero h1,
.km4-motion .km4-hero-copy > p,
.km4-motion .km4-actions,
.km4-motion .km4-facts,
.km4-motion .km4-hero-card {
	opacity: 0;
	transform: translateY(25px);
}

.km4-motion.km4-ready .km4-hero h1,
.km4-motion.km4-ready .km4-hero-copy > p,
.km4-motion.km4-ready .km4-actions,
.km4-motion.km4-ready .km4-facts,
.km4-motion.km4-ready .km4-hero-card {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 800ms var(--km4-ease), transform 900ms var(--km4-ease);
}

.km4-motion.km4-ready .km4-hero-copy > p { transition-delay: 80ms; }
.km4-motion.km4-ready .km4-actions { transition-delay: 150ms; }
.km4-motion.km4-ready .km4-facts { transition-delay: 220ms; }
.km4-motion.km4-ready .km4-hero-card { transition-delay: 110ms; }

@media (max-width: 1040px) {
	:root {
		--km4-shell: min(100% - 52px, 1040px);
	}

	.km4-hero-grid {
		gap: 48px;
		grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	}

	.km4-hero h1 {
		font-size: clamp(3rem, 5.4vw, 4.4rem);
	}

	.km-region-strip {
		width: min(100% - 52px, 1040px);
	}
}

@media (max-width: 922px) {
	:root {
		--km4-shell: calc(100% - 40px);
	}

	body.kmv-showcase-page .site-header {
		position: fixed;
		background: var(--km4-navy-deep) !important;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	body.kmv-showcase-page .site-header .ast-primary-header-bar {
		min-height: 68px;
	}

	body.kmv-showcase-page .site-header .menu-link::after {
		display: none;
	}

	.km4-page [id],
	.km-region-strip[id] {
		scroll-margin-top: 82px;
	}

	.km4-hero {
		min-height: auto;
		padding: 124px 0 76px;
	}

	.km4-hero--compact {
		padding: 118px 0 64px;
	}

	.km4-hero-grid {
		min-height: auto;
		gap: 54px;
		grid-template-columns: 1fr;
	}

	.km4-hero-copy {
		max-width: 760px;
	}

	.km4-hero-card {
		min-height: 480px;
	}

	.km4-section-head,
	.km4-process,
	.km4-contact-grid,
	.km-region-strip__head {
		grid-template-columns: 1fr;
	}

	.km4-section-head {
		gap: 18px;
	}

	.km4-process-copy,
	.km4-contact-copy {
		position: static;
	}

	.km4-reference-showcase {
		grid-template-columns: 1fr 1fr;
	}

	.km4-reference-showcase figure:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	.km4-name-groups,
	.km4-trust-grid {
		grid-template-columns: 1fr 1fr;
	}

	.km4-cta-inner {
		grid-template-columns: 1fr;
	}

	.km-region-strip {
		width: calc(100% - 40px);
	}
}

@media (max-width: 640px) {
	:root {
		--km4-shell: calc(100% - 28px);
		--km4-radius: 22px;
	}

	body.admin-bar.kmv-showcase-page .site-header {
		top: 46px;
	}

	.km4-hero {
		padding: 108px 0 62px;
	}

	.km4-hero--compact {
		padding: 104px 0 50px;
	}

	.km4-hero--compact h1 {
		font-size: clamp(2.45rem, 11.5vw, 3.25rem);
	}

	.km4-page--references .km4-hero--compact {
		padding: 96px 0 42px;
	}

	.km4-page--references .km4-hero--compact h1 {
		font-size: clamp(2.1rem, 9.5vw, 2.7rem);
	}

	.km4-hero h1 {
		font-size: clamp(2.55rem, 12.2vw, 3.5rem);
		line-height: 0.98;
	}

	.km4-hero-copy > p {
		margin-top: 22px;
		font-size: 1rem;
	}

	.km4-actions {
		margin-top: 28px;
	}

	.km4-button {
		width: 100%;
	}

	.km4-facts {
		margin-top: 34px !important;
		grid-template-columns: 1fr;
	}

	.km4-facts li,
	.km4-facts li:first-child {
		padding: 13px 0;
		border-top: 1px solid var(--km4-line-dark);
		border-left: 0;
	}

	.km4-hero-card {
		min-height: 360px;
	}

	.km4-hero-card figcaption {
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.km4-jump {
		margin-top: -22px;
	}

	.km4-jump-inner {
		padding: 16px;
		align-items: flex-start;
		flex-direction: column;
	}

	.km4-section {
		padding: 78px 0;
	}

	.km4-page--contact .km4-section,
	.km4-page--references .km4-section {
		padding: 64px 0;
	}

	.km4-page--contact .km4-contact-main {
		padding-top: 112px;
	}

	.km4-section-head {
		margin-bottom: 34px;
	}

	.km4-section-head h2,
	.km4-process-copy h2,
	.km4-contact-copy h2,
	.km4-contact-copy h1 {
		font-size: clamp(2.05rem, 10vw, 2.9rem);
	}

	.km4-service-grid,
	.km4-reference-showcase,
	.km4-name-groups,
	.km4-trust-grid {
		grid-template-columns: 1fr;
	}

	.km4-service {
		min-height: 285px;
		padding: 26px;
	}

	.km4-secondary-service {
		padding: 24px;
		grid-template-columns: 1fr;
	}

	.km4-reference-showcase figure:first-child {
		grid-column: auto;
	}

	.km4-reference-showcase figure,
	.km4-reference-showcase figure:nth-child(2),
	.km4-reference-showcase figure:nth-child(3) {
		min-height: 340px;
	}

	.km4-contact-link {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.km4-contact-link > span:last-child {
		display: none;
	}

	.km4-form-panel {
		padding: 24px 18px;
	}

	.km-region-strip {
		width: calc(100% - 28px);
		margin: 68px auto;
		padding: 28px 20px;
	}

	.km4-cta {
		padding: 62px 0;
	}
}

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

	.km4-page *,
	.km4-page *::before,
	.km4-page *::after,
	.km-region-strip *,
	.km-region-strip *::before,
	.km-region-strip *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.km4-motion .km4-reveal,
	.km4-motion .km4-hero h1,
	.km4-motion .km4-hero-copy > p,
	.km4-motion .km4-actions,
	.km4-motion .km4-facts,
	.km4-motion .km4-hero-card {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Service pages: DJ-Service and Foto & Video. */
.km5-page,
.km5-page *,
.km5-page *::before,
.km5-page *::after {
	box-sizing: border-box;
}

.km5-page {
	position: relative;
	background: #f5f3ee;
	color: var(--km4-navy);
	overflow: clip;
}

.km5-page h1,
.km5-page h2,
.km5-page h3,
.km5-page p,
.km5-page ul,
.km5-page ol,
.km5-page figure {
	margin: 0;
}

.km5-page h1,
.km5-page h2,
.km5-page h3 {
	color: inherit;
	font-family: var(--km-global-font);
	font-weight: 720;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.km5-page p,
.km5-page li {
	font-size: 1rem;
	line-height: 1.7;
}

.km5-page a {
	color: inherit;
	text-decoration: none !important;
}

.km5-page a:focus-visible {
	border-radius: 6px;
	outline: 3px solid var(--km4-orange);
	outline-offset: 4px;
}

.km5-shell {
	position: relative;
	z-index: 2;
	width: min(1240px, calc(100% - 72px));
	margin-inline: auto;
}

.km5-page [id] {
	scroll-margin-top: 104px;
}

.km5-breadcrumbs,
.km4-breadcrumbs {
	display: flex;
	gap: 9px;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 6px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.76rem;
	font-weight: 650;
	line-height: 1.4;
}

.km5-breadcrumbs a,
.km4-breadcrumbs a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none !important;
}

.km5-breadcrumbs a:hover,
.km4-breadcrumbs a:hover {
	color: #fff;
}

.km5-hero {
	position: relative;
	padding: 150px 0 94px;
	background:
		radial-gradient(circle at 86% 16%, rgba(255, 147, 0, 0.2), transparent 26%),
		linear-gradient(135deg, #0d141e 0%, #161f2c 58%, #202d3e 100%);
	color: #fff;
}

.km5-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 147, 0, 0.75), transparent);
	content: "";
}

.km5-hero__grid {
	display: grid;
	min-height: 510px;
	align-items: center;
	gap: clamp(52px, 7vw, 104px);
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
}

.km5-hero__copy {
	max-width: 690px;
}

.km5-hero h1 {
	max-width: 780px;
	font-size: clamp(3rem, 5.1vw, 4.65rem);
	line-height: 1.01;
}

.km5-hero__copy > p {
	max-width: 640px;
	margin-top: 27px;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 1.72;
}

.km5-actions {
	display: flex;
	gap: 13px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 34px;
}

.km5-button {
	display: inline-flex;
	min-height: 52px;
	padding: 0 22px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 12px;
	background: var(--km4-orange);
	color: var(--km4-navy) !important;
	font-size: 0.92rem;
	font-weight: 750;
	transition: transform 220ms var(--km4-ease), background 220ms ease, border-color 220ms ease;
}

.km5-button:hover {
	background: #ffab38;
	transform: translateY(-3px);
}

.km5-button--ghost {
	border-color: rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.05);
	color: #fff !important;
}

.km5-button--ghost:hover {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.1);
}

.km5-facts {
	display: grid;
	max-width: 660px;
	margin-top: 46px !important;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
}

.km5-facts li {
	min-width: 0;
	padding: 0 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.76rem;
	font-weight: 650;
	line-height: 1.4;
}

.km5-facts li:first-child {
	padding-left: 0;
	border-left: 0;
}

.km5-facts strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 1.03rem;
	font-weight: 750;
}

.km5-hero__visual {
	position: relative;
	min-width: 0;
}

.km5-hero__visual::before {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 112px;
	height: 112px;
	border-top: 4px solid var(--km4-orange);
	border-right: 4px solid var(--km4-orange);
	border-radius: 0 26px 0 0;
	content: "";
}

.km5-hero__image {
	position: relative;
	min-height: 520px;
	margin: 0;
	border-radius: 30px 8px 30px 30px;
	background: #111923;
	box-shadow: 0 34px 85px rgba(0, 0, 0, 0.34);
	overflow: hidden;
}

.km5-hero__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(7, 11, 17, 0.78) 100%);
	content: "";
	pointer-events: none;
}

.km5-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	transition: transform 900ms var(--km4-ease);
}

.km5-hero__visual:hover .km5-hero__image img {
	transform: scale(1.035);
}

.km5-hero__caption {
	position: absolute;
	right: 26px;
	bottom: 24px;
	left: 26px;
	z-index: 2;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
}

.km5-hero__caption strong {
	color: #fff;
	font-size: 0.92rem;
}

.km5-section {
	position: relative;
	padding: 104px 0;
}

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

.km5-section--dark {
	background: var(--km4-navy);
	color: #fff;
}

.km5-section__head {
	display: grid;
	gap: 32px;
	align-items: end;
	margin-bottom: 50px;
	grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.68fr);
}

.km5-section__head h2,
.km5-feature__copy h2,
.km5-cta h2 {
	font-size: clamp(2.25rem, 4.1vw, 3.55rem);
	line-height: 1.04;
}

.km5-section__head p {
	max-width: 560px;
	color: var(--km4-muted);
}

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

.km5-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.km5-card {
	position: relative;
	min-height: 278px;
	padding: 30px;
	border: 1px solid rgba(22, 31, 44, 0.11);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 46px rgba(22, 31, 44, 0.055);
	overflow: hidden;
	transition: transform 320ms var(--km4-ease), box-shadow 320ms ease, border-color 320ms ease;
}

.km5-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: var(--km4-orange);
	content: "";
	transform: scaleX(0.22);
	transform-origin: left;
	transition: transform 340ms var(--km4-ease);
}

.km5-card:hover {
	border-color: rgba(255, 147, 0, 0.4);
	box-shadow: 0 24px 60px rgba(22, 31, 44, 0.1);
	transform: translateY(-7px);
}

.km5-card:hover::before {
	transform: scaleX(1);
}

.km5-card__number {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 147, 0, 0.13);
	color: #a95f00;
	font-size: 0.74rem;
	font-weight: 800;
}

.km5-card h3 {
	margin-top: 30px;
	font-size: 1.36rem;
	line-height: 1.18;
}

.km5-page--photo .km5-card h3 {
	font-size: clamp(1.08rem, 1.45vw, 1.24rem);
	letter-spacing: -0.025em;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: normal;
}

.km5-card p {
	margin-top: 14px;
	color: var(--km4-muted);
	font-size: 0.94rem;
}

.km5-card a {
	display: inline-flex;
	margin-top: 22px;
	color: var(--km4-navy);
	font-size: 0.87rem;
	font-weight: 750;
}

.km5-card a::after {
	margin-left: 8px;
	color: var(--km4-orange-deep);
	content: "→";
	transition: transform 180ms ease;
}

.km5-card a:hover::after {
	transform: translateX(4px);
}

.km5-qr {
	background:
		radial-gradient(circle at 86% 18%, rgba(255, 147, 0, 0.13), transparent 28%),
		#fff;
	overflow: hidden;
}

.km5-qr__grid {
	display: grid;
	gap: clamp(50px, 8vw, 112px);
	align-items: center;
	grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
}

.km5-qr__copy h2 {
	max-width: 680px;
	font-size: clamp(2.25rem, 4.1vw, 3.55rem);
	line-height: 1.04;
}

.km5-qr__copy > p {
	max-width: 650px;
	margin-top: 22px;
	color: var(--km4-muted);
}

.km5-qr__list {
	display: grid;
	gap: 0;
	margin-top: 32px !important;
	padding: 0;
	list-style: none;
}

.km5-qr__list li {
	display: grid;
	gap: 4px;
	padding: 17px 0 17px 31px;
	border-top: 1px solid var(--km4-line);
	position: relative;
}

.km5-qr__list li::before {
	position: absolute;
	top: 23px;
	left: 2px;
	width: 10px;
	height: 10px;
	border: 3px solid var(--km4-orange);
	border-radius: 50%;
	content: "";
}

.km5-qr__list strong {
	font-size: 0.94rem;
}

.km5-qr__list span {
	color: var(--km4-muted);
	font-size: 0.9rem;
	line-height: 1.58;
}

.km5-qr__copy .km5-qr__note {
	display: inline-flex;
	margin-top: 25px;
	padding: 11px 15px;
	border: 1px solid rgba(22, 31, 44, 0.1);
	border-radius: 10px;
	background: #f5f3ee;
	color: var(--km4-navy);
	font-size: 0.82rem;
	font-weight: 650;
}

.km5-qr__meta {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	padding: 14px 16px;
	border: 1px solid rgba(22, 31, 44, 0.1);
	border-radius: 12px;
	background: #f5f3ee;
}

.km5-qr__meta p {
	color: var(--km4-navy);
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.5;
}

.km5-qr__meta a {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 7px;
	align-items: center;
	color: var(--km4-orange-deep);
	font-size: 0.8rem;
	font-weight: 800;
}

.km5-qr__meta a span {
	transition: transform 180ms ease;
}

.km5-qr__meta a:hover span {
	transform: translate(2px, -2px);
}

.km5-connectivity {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	margin-top: 12px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 147, 0, 0.28);
	border-radius: 12px;
	background: var(--km4-navy);
	color: #fff;
}

.km5-connectivity__icon {
	display: grid;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 147, 0, 0.13);
	color: var(--km4-orange);
	font-size: 1.15rem;
	place-items: center;
}

.km5-connectivity strong {
	display: block;
	font-size: 0.88rem;
}

.km5-connectivity p {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.76rem;
	line-height: 1.45;
}

.km5-connectivity a {
	color: var(--km4-orange) !important;
	font-size: 0.76rem;
	font-weight: 800;
	white-space: nowrap;
}

.km5-qr__visual {
	position: relative;
	min-height: 560px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 18% 19%, rgba(255, 147, 0, 0.22), transparent 29%),
		linear-gradient(145deg, #202d3e 0%, #161f2c 70%);
	box-shadow: 0 30px 78px rgba(22, 31, 44, 0.21);
	overflow: hidden;
}

.km5-qr__visual::after {
	position: absolute;
	right: -70px;
	bottom: -70px;
	width: 230px;
	height: 230px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.035), 0 0 0 68px rgba(255, 255, 255, 0.02);
	content: "";
}

.km5-qr__shot {
	position: absolute;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #17191d;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	transition: transform 420ms var(--km4-ease), box-shadow 420ms ease;
}

.km5-qr__shot img {
	display: block;
	width: 100%;
	height: auto;
}

.km5-qr__shot figcaption {
	position: absolute;
	right: 10px;
	bottom: 9px;
	padding: 5px 8px;
	border-radius: 6px;
	background: rgba(12, 15, 20, 0.84);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.62rem;
	font-weight: 750;
	line-height: 1.2;
}

.km5-qr__shot--phone {
	top: 9%;
	left: 5%;
	z-index: 4;
	width: 31%;
	border-radius: 27px;
	transform: rotate(-2.5deg);
}

.km5-qr__shot--live {
	top: 9%;
	right: 4%;
	z-index: 2;
	width: 64%;
	border-radius: 16px;
}

.km5-qr__shot--chat {
	right: 4%;
	bottom: 8%;
	z-index: 2;
	width: 64%;
	border-radius: 16px;
}

.km5-qr__visual:hover .km5-qr__shot--phone {
	box-shadow: 0 28px 58px rgba(0, 0, 0, 0.4);
	transform: translateY(-5px) rotate(-1deg);
}

.km5-qr__visual:hover .km5-qr__shot--live {
	transform: translateY(-3px);
}

.km5-qr__visual:hover .km5-qr__shot--chat {
	transform: translateY(3px);
}

.km5-feature {
	display: grid;
	gap: clamp(42px, 7vw, 88px);
	align-items: center;
	grid-template-columns: minmax(380px, 1fr) minmax(0, 0.84fr);
}

.km5-feature--reverse {
	grid-template-columns: minmax(0, 0.84fr) minmax(380px, 1fr);
}

.km5-feature__media {
	position: relative;
	min-height: 520px;
	border-radius: 28px;
	overflow: hidden;
}

.km5-feature__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	transition: transform 800ms var(--km4-ease);
}

.km5-feature__media:hover img {
	transform: scale(1.035);
}

.km5-feature__copy > p {
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.7);
}

.km5-section--white .km5-feature__copy > p,
.km5-section:not(.km5-section--dark) .km5-feature__copy > p {
	color: var(--km4-muted);
}

.km5-feature__copy > p a,
.km5-detail-grid a {
	font-weight: 750;
	text-decoration: underline !important;
	text-decoration-color: rgba(255, 147, 0, 0.58) !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 4px;
}

.km5-detail-grid {
	display: grid;
	gap: clamp(34px, 6vw, 76px);
	align-items: start;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.km5-note {
	padding: 28px;
	border: 1px solid rgba(22, 31, 44, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 44px rgba(22, 31, 44, 0.06);
}

.km5-note strong {
	display: block;
	font-size: 1.06rem;
}

.km5-note p {
	margin-top: 12px;
	color: var(--km4-muted);
	font-size: 0.92rem;
}

.km5-note > a {
	display: inline-flex;
	margin-top: 18px;
	color: var(--km4-navy);
	font-size: 0.84rem;
	font-weight: 800;
}

.km5-section--dark .km5-note {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.km5-section--dark .km5-note p {
	color: rgba(255, 255, 255, 0.7);
}

.km5-section--dark .km5-note > a {
	color: var(--km4-orange);
}

.km5-checklist {
	display: grid;
	gap: 0;
	margin-top: 34px !important;
	padding: 0;
	list-style: none;
}

.km5-checklist li {
	position: relative;
	padding: 17px 0 17px 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.82);
}

.km5-checklist li::before {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 12px;
	height: 12px;
	border: 3px solid var(--km4-orange);
	border-radius: 50%;
	content: "";
}

.km5-process {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.km5-step {
	padding: 26px 26px 30px;
	border-top: 1px solid var(--km4-line);
}

.km5-step span {
	color: var(--km4-orange-deep);
	font-size: 0.78rem;
	font-weight: 800;
}

.km5-step h3 {
	margin-top: 19px;
	font-size: 1.15rem;
}

.km5-step p {
	margin-top: 10px;
	color: var(--km4-muted);
	font-size: 0.91rem;
}

.km5-faq-layout {
	display: grid;
	gap: clamp(36px, 7vw, 90px);
	align-items: start;
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
}

.km5-faq-layout .km5-section__head {
	display: block;
	margin: 0;
}

.km5-faq {
	border-top: 1px solid var(--km4-line);
}

.km5-faq details {
	border-bottom: 1px solid var(--km4-line);
}

.km5-faq summary {
	position: relative;
	padding: 24px 50px 24px 0;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 750;
	list-style: none;
}

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

.km5-faq summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	color: var(--km4-orange-deep);
	font-size: 1.4rem;
	font-weight: 500;
	content: "+";
	transform: translateY(-50%);
}

.km5-faq details[open] summary::after {
	content: "−";
}

.km5-faq details > div {
	padding: 0 50px 24px 0;
}

.km5-faq details p {
	color: var(--km4-muted);
	font-size: 0.94rem;
}

.km5-photo-stack {
	position: relative;
	min-height: 540px;
}

.km5-photo-stack__main,
.km5-photo-stack__detail {
	position: absolute;
	margin: 0;
	overflow: hidden;
}

.km5-photo-stack__main {
	inset: 0 52px 72px 0;
	border-radius: 30px 8px 30px 30px;
	box-shadow: 0 32px 78px rgba(0, 0, 0, 0.3);
}

.km5-photo-stack__detail {
	right: 0;
	bottom: 0;
	width: 45%;
	height: 44%;
	border: 7px solid var(--km4-navy);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.km5-photo-stack img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.km5-photo-stack__main img {
	transition: transform 900ms var(--km4-ease);
}

.km5-photo-stack:hover .km5-photo-stack__main img {
	transform: scale(1.035);
}

.km5-region {
	padding: 72px 0;
	background: #ebe8e1;
}

.km5-region__inner {
	display: grid;
	gap: 28px;
	align-items: center;
	grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
}

.km5-region h2 {
	font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

.km5-region ul {
	display: flex;
	gap: 9px;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.km5-region a {
	display: inline-flex;
	min-height: 40px;
	padding: 0 14px;
	align-items: center;
	border: 1px solid rgba(22, 31, 44, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.58);
	font-size: 0.78rem;
	font-weight: 700;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.km5-region a:hover {
	border-color: var(--km4-orange);
	background: #fff;
	transform: translateY(-2px);
}

.km5-cta {
	position: relative;
	padding: 88px 0;
	background: #fff;
}

.km5-cta__inner {
	display: grid;
	gap: 38px;
	align-items: center;
	padding: clamp(34px, 5vw, 58px);
	border-radius: 28px;
	background: var(--km4-navy);
	color: #fff;
	grid-template-columns: minmax(0, 1fr) auto;
	box-shadow: 0 28px 72px rgba(22, 31, 44, 0.18);
}

.km5-cta p {
	max-width: 690px;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.km5-contact-list {
	display: flex;
	gap: 10px 20px;
	margin-top: 20px !important;
	padding: 0;
	flex-wrap: wrap;
	list-style: none;
}

.km5-contact-list a {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: underline !important;
	text-decoration-color: rgba(255, 147, 0, 0.75) !important;
	text-underline-offset: 4px;
}

.km5-cta small {
	display: block;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.76rem;
}

.km5-motion .km5-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 700ms var(--km4-ease), transform 700ms var(--km4-ease);
}

.km5-motion .km5-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.km5-motion .km5-hero__copy,
.km5-motion .km5-hero__visual {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 780ms var(--km4-ease), transform 780ms var(--km4-ease);
}

.km5-motion.km5-ready .km5-hero__copy,
.km5-motion.km5-ready .km5-hero__visual {
	opacity: 1;
	transform: none;
}

.km5-motion.km5-ready .km5-hero__visual {
	transition-delay: 100ms;
}

@media (max-width: 1060px) {
	.km5-hero__grid,
	.km5-feature,
	.km5-feature--reverse,
	.km5-qr__grid,
	.km5-detail-grid,
	.km5-faq-layout {
		grid-template-columns: 1fr;
	}

	.km5-hero__grid {
		min-height: 0;
	}

	.km5-hero__copy {
		max-width: 780px;
	}

	.km5-hero__visual,
	.km5-photo-stack,
	.km5-qr__visual {
		width: min(760px, 100%);
	}

	.km5-feature--reverse .km5-feature__copy {
		order: 2;
	}

	.km5-feature--reverse .km5-feature__media {
		order: 1;
	}

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

@media (min-width: 1061px) and (max-width: 1199px) {
	.km5-page--final .km5-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.km5-shell {
		width: calc(100% - 40px);
	}

	.km5-page [id] {
		scroll-margin-top: 84px;
	}

	.km5-hero {
		padding: 116px 0 72px;
	}

	.km5-hero__grid {
		gap: 46px;
	}

	.km5-hero h1 {
		font-size: clamp(2.45rem, 11vw, 3.4rem);
		line-height: 1.02;
	}

	/* The text carries the mobile LCP: keep it immediately readable while the
	 * supporting image and all below-the-fold sections retain their motion. */
	.km5-motion .km5-hero__copy {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.km5-facts {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.km5-facts li,
	.km5-facts li:first-child {
		padding: 12px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-left: 0;
	}

	.km5-hero__image,
	.km5-hero__image img {
		min-height: 430px;
	}

	.km5-photo-stack {
		min-height: 460px;
	}

	.km5-section {
		padding: 78px 0;
	}

	.km5-section__head,
	.km5-region__inner,
	.km5-cta__inner {
		grid-template-columns: 1fr;
	}

	.km5-section__head {
		gap: 16px;
		margin-bottom: 34px;
	}

	.km5-card-grid,
	.km5-card-grid--four,
	.km5-process {
		grid-template-columns: 1fr;
	}

	.km5-card {
		min-height: 0;
	}

	.km5-feature__media,
	.km5-feature__media img {
		min-height: 400px;
	}

	.km5-qr__visual {
		min-height: 510px;
	}

	.km5-region ul {
		justify-content: flex-start;
	}

	.km5-cta {
		padding: 68px 0;
	}

	.km5-cta .km5-button {
		justify-self: start;
	}
}

@media (max-width: 460px) {
	.km5-shell {
		width: calc(100% - 28px);
	}

	.km5-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.km5-button {
		width: 100%;
	}

	.km5-hero__image,
	.km5-hero__image img {
		min-height: 360px;
	}

	.km5-hero__visual::before {
		top: -9px;
		right: -4px;
		width: 74px;
		height: 74px;
	}

	.km5-photo-stack {
		min-height: 390px;
	}

	.km5-photo-stack__main {
		inset: 0 24px 54px 0;
	}

	.km5-photo-stack__detail {
		width: 49%;
		height: 42%;
		border-width: 5px;
	}

	.km5-feature__media,
	.km5-feature__media img {
		min-height: 330px;
	}

	.km5-qr__visual {
		min-height: 440px;
		border-radius: 22px;
	}

	.km5-qr__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.km5-connectivity {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.km5-connectivity__icon {
		width: 38px;
		height: 38px;
	}

	.km5-connectivity a {
		grid-column: 2;
	}

	.km5-qr__shot figcaption {
		display: none;
	}

	.km5-qr__shot--phone {
		top: 8%;
		left: 4%;
		width: 39%;
	}

	.km5-qr__shot--live,
	.km5-qr__shot--chat {
		right: 3%;
		width: 63%;
	}

	.km5-qr__shot--live {
		top: 10%;
	}

	.km5-qr__shot--chat {
		bottom: 8%;
	}

	.km5-card,
	.km5-step {
		padding-right: 22px;
		padding-left: 22px;
	}

	.km5-page--photo .km5-card h3 {
		font-size: clamp(1rem, 5vw, 1.22rem);
		letter-spacing: -0.025em;
		overflow-wrap: normal;
		white-space: nowrap;
		word-break: normal;
	}

	.km5-cta__inner {
		padding: 30px 22px;
		border-radius: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.km5-page *,
	.km5-page *::before,
	.km5-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.km5-motion .km5-reveal,
	.km5-motion .km5-hero__copy,
	.km5-motion .km5-hero__visual {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Final 2026 inner-page direction: direct answers, calmer heroes and cleaner evidence. */
.km5-page--final .km5-hero {
	padding: 140px 0 84px;
	background: var(--km4-navy-deep);
}

.km5-page--final .km5-hero::after,
.km5-page--final .km5-hero__visual::before {
	display: none;
}

.km5-page--final .km5-hero__grid {
	min-height: 470px;
	grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.82fr);
	gap: clamp(48px, 7vw, 96px);
}

.km5-page--final .km5-hero--text .km5-hero__grid {
	min-height: 410px;
}

.km5-page--final .km5-feature--text {
	grid-template-columns: minmax(0, 820px);
	justify-content: center;
}

.km5-page--final .km5-hero--single {
	min-height: min(690px, 82svh);
}

.km5-page--final .km5-hero--single .km5-shell {
	display: flex;
	min-height: 440px;
	align-items: center;
}

.km5-page--final .km5-hero h1 {
	max-width: 780px;
	font-size: clamp(3.15rem, 4.7vw, 4.5rem);
	line-height: 1.02;
	overflow-wrap: normal;
}

.km5-kicker,
.km4-card-label {
	margin-bottom: 17px !important;
	color: var(--km4-orange) !important;
	font-size: 0.71rem !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.km5-page--final .km5-answer .km5-kicker,
.km5-page--final .km5-section:not(.km5-section--dark) .km5-kicker,
.km4-page--final .km4-section .km4-card-label {
	color: var(--km4-orange-text) !important;
}

.km5-page--final .km5-button:hover,
.km5-page--final .km5-button:focus-visible {
	transform: translateY(-1px);
}

.km5-page--final .km5-hero__image {
	min-height: 470px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
}

.km5-page--final .km5-hero__image img {
	min-height: 470px;
	transition: none;
}

.km5-page--final .km5-hero__visual:hover .km5-hero__image img {
	transform: none;
}

.km5-hero-summary {
	align-self: center;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.045);
}

.km5-hero-summary > p:not(.km5-kicker) {
	color: rgba(255, 255, 255, 0.7);
}

.km5-summary-list {
	display: grid;
	gap: 0;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.km5-summary-list li {
	padding: 14px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
}

.km5-answer {
	padding: clamp(76px, 8vw, 108px) 0;
	border-bottom: 1px solid var(--km4-line);
	background: #fff;
}

.km5-answer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(44px, 8vw, 112px);
	align-items: start;
}

.km5-answer h2 {
	font-size: clamp(2.2rem, 3.7vw, 3.6rem);
	line-height: 1.04;
}

.km5-answer__grid > div:last-child > p {
	max-width: 720px;
	color: var(--km4-muted);
	font-size: 1.04rem;
}

.km5-quick-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	margin: 38px 0 0;
}

.km5-quick-facts > div {
	padding: 18px 0;
	border-top: 1px solid var(--km4-line);
}

.km5-quick-facts dt {
	color: #596473;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.km5-quick-facts dd {
	margin: 7px 0 0;
	color: var(--km4-navy);
	font-size: 0.93rem;
	font-weight: 680;
	line-height: 1.5;
}

.km5-page--final .km5-section {
	padding: clamp(82px, 9vw, 116px) 0;
}

.km5-page--final .km5-section__head h2,
.km5-page--final .km5-feature__copy h2,
.km5-page--final .km5-cta h2,
.km5-page--final .km5-qr__copy h2 {
	font-size: clamp(2.25rem, 3.75vw, 3.6rem);
}

.km5-page--final .km5-card {
	min-height: 260px;
	padding: 30px 28px;
	border-radius: 14px;
	box-shadow: none;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.km5-page--final .km5-card::before {
	height: 2px;
	transform: scaleX(0.16);
}

.km5-page--final .km5-card:hover {
	border-color: rgba(255, 147, 0, 0.34);
	box-shadow: none;
	transform: none;
}

.km5-page--final.km5-page--photo .km5-card h3 {
	font-size: clamp(1.04rem, 1.2vw, 1.15rem);
	letter-spacing: -0.02em;
	overflow-wrap: normal;
	word-break: normal;
	white-space: normal;
}

.km5-page--final .km5-feature__media,
.km5-page--final .km5-feature__media img {
	min-height: 470px;
	border-radius: 16px;
}

.km5-page--final .km5-feature__media:hover img {
	transform: none;
}

.km5-page--final .km5-note {
	border-radius: 14px;
	box-shadow: none;
}

.km5-page--final .km5-qr {
	background: #fff;
}

.km5-page--final .km5-qr__visual {
	border-radius: 18px;
	background: var(--km4-navy);
	box-shadow: 0 24px 62px rgba(22, 31, 44, 0.16);
}

.km5-page--final .km5-qr__visual::after {
	display: none;
}

.km5-inline-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-top: 26px;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	font-size: 0.9rem;
	font-weight: 750;
}

.km5-page--final .km5-cta__inner {
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(22, 31, 44, 0.14);
}

.km4-page--final a:focus-visible,
.km5-page--final a:focus-visible,
.km4-page--final :where(button, input, select, textarea, summary):focus-visible,
.km5-page--final :where(button, input, select, textarea, summary):focus-visible {
	outline-color: var(--km4-navy);
}

.km4-page--final .km4-hero a:focus-visible,
.km5-page--final :where(.km5-hero, .km5-section--dark, .km5-cta__inner) a:focus-visible,
.km5-page--final :where(.km5-hero, .km5-section--dark, .km5-cta__inner) :where(button, input, select, textarea, summary):focus-visible {
	outline-color: var(--km4-orange);
}

.km4-page--final .km4-hero .km4-button--primary:focus-visible,
.km5-page--final .km5-hero .km5-button:not(.km5-button--ghost):focus-visible {
	outline-color: var(--km4-navy);
	outline-offset: 1px;
	box-shadow: 0 0 0 5px #fff;
}

.km5-cta--quiet .km5-cta__inner {
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

body.kmv-showcase-page .site-header .menu-link::after {
	display: none !important;
}

/* Final service overview. */
.km4-page--final .km4-hero {
	min-height: auto;
	padding: 140px 0 86px;
	background: var(--km4-navy-deep);
}

.km4-page--final .km4-hero::before,
.km4-page--final .km4-hero::after {
	display: none;
}

.km4-page--final .km4-hero-grid {
	min-height: 450px;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
	gap: clamp(46px, 7vw, 96px);
}

.km4-page--services .km4-hero-grid--single {
	min-height: 380px;
	grid-template-columns: minmax(0, 900px);
}

.km4-page--services .km4-hero-grid--single .km4-hero-copy {
	max-width: 900px;
}

.km4-page--final .km4-hero h1 {
	max-width: 800px;
	font-size: clamp(3.15rem, 4.7vw, 4.55rem);
	line-height: 1.02;
}

.km4-page--final .km4-hero h1 span {
	color: inherit;
}

.km4-hero-summary {
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.045);
}

.km4-hero-summary ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.km4-hero-summary li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.km4-hero-summary a {
	display: grid;
	min-height: 54px;
	align-items: center;
	grid-template-columns: 36px 1fr;
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 700;
}

.km4-hero-summary a span {
	color: var(--km4-orange);
	font-size: 0.7rem;
}

.km4-page--final .km4-section {
	padding: clamp(86px, 9vw, 122px) 0;
}

.km4-page--final .km4-service-grid--priority {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.km4-page--final .km4-service-grid--priority .km4-service {
	min-height: 285px;
	border-radius: 14px;
	box-shadow: none;
}

.km4-region-summary .km4-section-head {
	margin-bottom: 38px;
}

.km4-region-actions {
	display: flex;
	gap: 16px 34px;
	flex-wrap: wrap;
}

/* Compact, conversion-focused contact page. */
.km4-page--contact.km4-page--final .km4-contact-main {
	padding-top: 132px;
	padding-bottom: clamp(82px, 9vw, 118px);
	background: var(--km4-paper);
}

.km4-contact-breadcrumbs {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 22px;
	color: #596473;
	font-size: 0.76rem;
	font-weight: 650;
}

.km4-contact-breadcrumbs a {
	color: var(--km4-navy) !important;
}

.km4-page--contact.km4-page--final .km4-contact-copy h1 {
	font-size: clamp(2.65rem, 4.5vw, 4.15rem);
}

.km4-page--contact.km4-page--final .km4-form-panel {
	border-radius: 16px;
	box-shadow: 0 22px 54px rgba(22, 31, 44, 0.1);
}

.km4-page--contact.km4-page--final .km4-form-privacy {
	margin-top: 18px;
	font-size: 0.78rem;
	line-height: 1.55;
}

.km4-page--contact.km4-page--final .km4-form-privacy a {
	color: var(--km4-navy) !important;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(239, 112, 37, 0.55);
	text-underline-offset: 0.18em;
}

.km4-contact-note {
	margin-top: 28px !important;
	padding-top: 22px;
	border-top: 1px solid var(--km4-line);
	color: var(--km4-muted);
	font-size: 0.86rem !important;
}

@media (max-width: 1060px) {
	.km5-page--final .km5-hero__grid,
	.km4-page--final .km4-hero-grid,
	.km5-answer__grid {
		grid-template-columns: 1fr;
	}

	.km5-page--final .km5-hero__grid,
	.km4-page--final .km4-hero-grid {
		min-height: 0;
	}

	.km5-hero-summary,
	.km4-hero-summary {
		max-width: 760px;
	}

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

	.km5-cta__inner,
	.km4-cta-inner {
		grid-template-columns: 1fr;
	}

	.km5-cta__inner > .km5-actions,
	.km4-cta-inner > .km4-actions {
		max-width: 100%;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 760px) {
	.km5-page--final .km5-hero,
	.km4-page--final .km4-hero {
		padding: 112px 0 70px;
	}

	.km5-page--final .km5-hero--single {
		min-height: 620px;
	}

	.km5-page--final .km5-hero h1,
	.km4-page--final .km4-hero h1 {
		font-size: clamp(2.45rem, 10.5vw, 3.35rem);
		hyphens: auto;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.km5-answer__grid {
		gap: 30px;
	}

	.km5-quick-facts,
	.km4-page--final .km4-service-grid--priority {
		grid-template-columns: 1fr;
	}

	.km5-page--final .km5-card-grid {
		grid-template-columns: 1fr;
	}

	.km5-page--final .km5-card,
	.km4-page--services .km4-service-grid--priority .km4-service {
		min-height: 0;
	}

	.km5-page--final .km5-hero__image,
	.km5-page--final .km5-hero__image img {
		min-height: 390px;
	}
}

@media (max-width: 480px) {
	.km5-page--final .km5-card-grid--four {
		grid-template-columns: 1fr;
	}

	.km5-page--final .km5-card h3,
	.km5-page--final.km5-page--photo .km5-card h3 {
		font-size: 1.22rem;
		hyphens: auto;
		overflow-wrap: break-word;
		word-break: normal;
		white-space: normal;
	}

	.km5-hero-summary,
	.km4-hero-summary {
		padding: 24px 20px;
	}

	.km4-page--contact.km4-page--final .km4-contact-main {
		padding-top: 104px;
	}
}

@media (min-width: 481px) and (max-width: 600px) {
	.km5-page--final .km5-card-grid--four {
		grid-template-columns: 1fr;
	}

	.km5-page--final .km5-card h3,
	.km5-page--final.km5-page--photo .km5-card h3 {
		overflow-wrap: normal;
		white-space: normal;
		word-break: normal;
	}
}
