@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue-Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular_0.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Heavy.ttf') format('truetype');
	font-weight: 800;
	font-display: swap;
}

:root {
	--msk-black: #101012;
	--msk-graphite: #2c2c2f;
	--msk-gold: #c5a070;
	--msk-violet: #8d0066;
	--msk-cream: #f7f4ee;
	--msk-muted: #777b83;
	--msk-border: rgba(16, 16, 18, 0.14);
	--msk-shadow: 0 28px 80px rgba(16, 16, 18, 0.12);
}

html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	color: var(--msk-graphite);
	font-family: Lato, Arial, sans-serif;
	overflow-x: hidden;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: min(1120px, calc(100vw - 40px));
}

body .alignwide {
	max-width: min(1600px, calc(100vw - 40px));
}

a {
	transition: color 180ms ease, opacity 180ms ease;
}

.msk-shell {
	max-width: min(1600px, calc(100vw - 40px));
	margin-inline: auto;
}

.msk-site-header {
	position: absolute;
	top: clamp(1.4rem, 3vw, 2.4rem);
	left: 0;
	right: 0;
	z-index: 20;
	background: transparent;
	border-bottom: 0;
}

.msk-service-bar {
	background: var(--msk-black);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.82rem;
}

.msk-service-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 38px;
}

.msk-service-bar p {
	margin: 0;
}

.msk-service-bar div div {
	display: flex;
	gap: 1.2rem;
}

.msk-service-bar a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.msk-site-header__inner {
	display: grid;
	grid-template-columns: minmax(210px, 0.6fr) minmax(0, 1.4fr) auto;
	align-items: center;
	gap: clamp(1rem, 3vw, 3rem);
	min-height: 70px;
	padding-inline: clamp(0.8rem, 2vw, 2rem);
}

.msk-logo img {
	display: block;
	width: clamp(180px, 14vw, 250px);
	height: auto;
}

.msk-nav {
	display: flex;
	justify-content: center;
	gap: clamp(1.25rem, 2.5vw, 3rem);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	text-transform: uppercase;
}

.msk-nav a,
.msk-footer a {
	color: inherit;
	text-decoration: none;
}

.msk-nav-item {
	position: static;
}

.msk-nav-item > a {
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	opacity: 0.9;
	transition: opacity 180ms ease, transform 180ms ease;
}

.msk-nav-item > a:hover,
.msk-nav-item:focus-within > a {
	opacity: 1;
	transform: translateY(-1px);
}

.msk-header-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.8rem 1.05rem;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 20px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	backdrop-filter: blur(14px);
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.msk-header-login:hover {
	background: #fff;
	color: var(--msk-black);
	transform: translateY(-2px);
}

.msk-mega-menu {
	position: absolute;
	top: calc(100% + 0.75rem);
	left: 50%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	width: min(1180px, calc(100vw - 80px));
	padding: 1rem;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	box-shadow: 0 28px 80px rgba(16, 16, 18, 0.18);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
	backdrop-filter: blur(18px);
}

.msk-nav-item:hover .msk-mega-menu,
.msk-nav-item:focus-within .msk-mega-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.msk-mega-card {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 1.25rem;
	min-height: 250px;
	padding: 0.35rem 0.35rem 0.6rem;
	border-left: 1px solid rgba(16, 16, 18, 0.12);
	color: #333;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease;
}

.msk-mega-card:hover {
	background: #f6f3ee;
	border-radius: 20px;
	transform: translateY(-3px);
}

.msk-mega-card span {
	display: block;
	padding: 0.3rem 0.5rem;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: none;
}

.msk-mega-card img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 12px;
	filter: grayscale(100%);
}

.msk-header-search label {
	display: block;
	position: relative;
}

.msk-header-search span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.msk-header-search input {
	width: 100%;
	min-height: 42px;
	padding: 0.55rem 0.85rem;
	border: 1px solid var(--msk-border);
	border-radius: 0;
	font: inherit;
}

.msk-header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.msk-button,
.msk-header-actions a,
.wp-block-button__link,
.msk-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.9rem 1.2rem;
	background: var(--msk-violet);
	color: #fff !important;
	border: 0;
	border-radius: 20px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.msk-button:hover,
.msk-header-actions a:hover,
.wp-block-button__link:hover,
.msk-form button:hover {
	background: #6f004f;
	box-shadow: 0 18px 40px rgba(141, 0, 102, 0.22);
	transform: translateY(-2px);
}

.msk-button--ghost,
.msk-header-actions a:first-child {
	background: transparent;
	color: var(--msk-black) !important;
	border: 1px solid var(--msk-border);
}

.msk-button--gold {
	background: var(--msk-gold);
	color: #fff !important;
	border: 1px solid var(--msk-gold);
}

.msk-button--gold:hover {
	background: #fff;
	color: var(--msk-gold) !important;
	box-shadow: 0 18px 36px rgba(197, 160, 112, 0.2);
}

.msk-button--soft {
	background: #8a8d91;
	color: #fff !important;
	border: 1px solid #8a8d91;
}

.msk-button--soft:hover {
	background: #fff;
	color: #8a8d91 !important;
	box-shadow: 0 18px 36px rgba(16, 16, 18, 0.12);
}

.msk-button--on-dark {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.3);
}

.msk-home-hero {
	padding: clamp(1rem, 2vw, 2rem) 0 clamp(3rem, 6vw, 6rem);
	background: #fff;
	overflow: hidden;
}

.msk-hero-stage {
	position: relative;
	min-height: min(760px, calc(100vh - 150px));
	border-radius: 20px;
	overflow: hidden;
	background: var(--msk-black);
	color: #fff;
	isolation: isolate;
}

.msk-hero-stage__media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -2;
}

.msk-hero-stage__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(16, 16, 18, 0.68), rgba(16, 16, 18, 0.22) 60%, rgba(16, 16, 18, 0.12)),
		linear-gradient(180deg, rgba(16, 16, 18, 0.05), rgba(16, 16, 18, 0.42));
	z-index: -1;
}

.msk-hero-stage__content {
	display: grid;
	align-content: center;
	min-height: min(760px, calc(100vh - 150px));
	max-width: 650px;
	padding: clamp(8rem, 12vw, 11rem) clamp(2rem, 6vw, 5rem) clamp(5rem, 8vw, 7rem);
}

.msk-home-hero h1 {
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-family: Lato, Arial, sans-serif;
	font-size: 4.35rem;
	font-weight: 800;
	line-height: 1.02;
	text-transform: none;
}

.msk-home-hero .msk-eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.msk-hero-stage__content > p:not(.msk-eyebrow) {
	max-width: 560px;
	font-size: 1.22rem;
	color: rgba(255, 255, 255, 0.84);
}

.msk-hero-actions {
	display: grid;
	gap: 0.75rem;
	width: min(100%, 320px);
	margin-top: 2rem;
}

.msk-hero-actions .msk-button {
	min-height: 56px;
	border-radius: 20px;
	justify-content: space-between;
	padding-inline: 1.35rem;
}

.msk-hero-actions .msk-button::after {
	content: '↗';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.36);
}

.msk-hero-panel {
	position: absolute;
	right: clamp(1rem, 3vw, 3rem);
	bottom: clamp(1rem, 3vw, 3rem);
	max-width: 330px;
	padding: 1.25rem;
	background: rgba(16, 16, 18, 0.86);
	color: #fff;
	backdrop-filter: blur(16px);
}

.msk-hero-panel span,
.msk-world-card span,
.msk-proof-row span {
	display: block;
	color: var(--msk-gold);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.msk-hero-panel strong {
	display: block;
	margin-top: 0.45rem;
	font-size: 1.15rem;
	line-height: 1.35;
}

.msk-hero-tabs {
	position: absolute;
	left: clamp(1rem, 4vw, 3rem);
	right: clamp(1rem, 4vw, 3rem);
	bottom: clamp(1rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.msk-hero-tabs a {
	padding: 1.15rem 1.35rem;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 20px;
	color: var(--msk-black);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	backdrop-filter: blur(16px);
	transition: transform 220ms ease, background 220ms ease;
}

.msk-hero-tabs a:hover {
	background: #fff;
	transform: translateY(-3px);
}

.msk-proof-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0;
	background: var(--msk-black);
	color: #fff;
}

.msk-proof-row > div {
	padding: 1.35rem;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.msk-proof-row strong {
	display: block;
	margin: 0.45rem 0 0.2rem;
	font-family: 'Bebas Neue', Impact, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.msk-proof-row p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
}

.msk-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: min(820px, calc(100vh - 86px));
	padding: clamp(5rem, 9vw, 9rem) 0 clamp(3rem, 6vw, 6rem);
	background: #151518;
	color: #fff;
	overflow: hidden;
}

.msk-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(16, 16, 18, 0.85), rgba(16, 16, 18, 0.52) 48%, rgba(16, 16, 18, 0.2));
	z-index: 1;
}

.msk-hero--home {
	background-image: url('../images/Schließfächer hintergrund.jpg');
	background-size: cover;
	background-position: center;
}

.msk-hero--gold {
	background-image: url('../images/Goldbarren Meine Schatzkammer.jpg');
	background-size: cover;
	background-position: center 38%;
}

.msk-hero--safe {
	background-image: url('../images/Schließfächer Nahe.jpg');
	background-size: cover;
	background-position: center;
}

.msk-hero--about {
	background-image: url('../images/header_überuns.jpg');
	background-size: cover;
	background-position: center;
}

.msk-hero--contact {
	background-image: url('../images/Meine schatzkammer Tresorraum.jpg');
	background-size: cover;
	background-position: center;
}

.msk-hero__content {
	position: relative;
	z-index: 2;
	max-width: 860px;
}

.msk-hero h1,
.msk-hero h2,
.msk-section h2,
.msk-card h3 {
	margin-top: 0;
	text-transform: uppercase;
}

.msk-hero p {
	max-width: 660px;
	font-size: 1.25rem;
}

.msk-eyebrow {
	color: var(--msk-gold);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.msk-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.msk-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.18);
	position: relative;
	z-index: 3;
	margin-top: 4rem;
}

.msk-trust-strip > div {
	padding: clamp(1rem, 2vw, 1.5rem);
	background: rgba(255, 255, 255, 0.09);
}

.msk-trust-strip strong {
	display: block;
	font-family: 'Bebas Neue', Impact, sans-serif;
	font-size: 3.75rem;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
}

.msk-section {
	padding-block: clamp(4rem, 8vw, 9rem);
}

.msk-section--tight {
	padding-block: clamp(3.5rem, 6vw, 6rem);
}

.msk-section-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: end;
	gap: 2rem;
	margin-bottom: 2rem;
}

.msk-section-intro .msk-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -1rem;
}

.msk-section-intro h2,
.msk-section-intro p {
	margin: 0;
}

.msk-section-intro p:not(.msk-eyebrow) {
	color: #626770;
}

.msk-home-section-head {
	max-width: 780px;
	margin-bottom: 2rem;
}

.msk-home-section-head h2 {
	margin: 0;
	color: #18362f;
	font-family: Lato, Arial, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.12;
	text-transform: none;
}

.msk-home-section-head p:not(.msk-eyebrow) {
	max-width: 680px;
	color: #5e6763;
	font-size: 1.08rem;
}

.msk-section--cream {
	background: var(--msk-cream);
}

.msk-section--dark {
	background: var(--msk-black);
	color: #fff;
}

.msk-grid {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 2.5rem);
}

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

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

.msk-world-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(280px, auto);
	gap: 1rem;
}

.msk-world-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 280px;
	padding: 1.35rem;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	isolation: isolate;
}

.msk-world-card--large {
	grid-column: span 2;
	grid-row: span 2;
}

.msk-world-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 16, 18, 0.08), rgba(16, 16, 18, 0.78));
	z-index: -1;
}

.msk-world-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	transition: transform 700ms ease;
}

.msk-world-card:hover img {
	transform: scale(1.05);
}

.msk-world-card strong {
	display: block;
	max-width: 430px;
	margin-top: 0.45rem;
	font-family: 'Bebas Neue', Impact, sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.msk-feature-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.msk-feature-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 1.5rem;
	background: #f4f1ed;
	border-radius: 20px;
	color: #18362f;
	overflow: hidden;
	text-decoration: none;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.msk-feature-tile:hover {
	box-shadow: 0 26px 70px rgba(16, 16, 18, 0.12);
	transform: translateY(-6px);
}

.msk-feature-tile--text {
	justify-content: space-between;
}

.msk-feature-tile--text h3 {
	max-width: 360px;
	margin: 0;
	font-family: Lato, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.15;
	text-transform: none;
}

.msk-feature-tile--text p {
	max-width: 340px;
	color: #5e6763;
}

.msk-feature-tile--image {
	justify-content: flex-end;
	color: #fff;
	isolation: isolate;
}

.msk-feature-tile--image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 16, 18, 0.04), rgba(16, 16, 18, 0.75));
	z-index: -1;
}

.msk-feature-tile--image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	transition: transform 700ms ease;
}

.msk-feature-tile--image:hover img {
	transform: scale(1.05);
}

.msk-feature-tile strong {
	max-width: 360px;
	font-size: 1.25rem;
	line-height: 1.25;
}

.msk-pill {
	align-self: flex-start;
	padding: 0.55rem 0.85rem;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(16, 16, 18, 0.08);
	border-radius: 999px;
	color: #18362f;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.msk-arrow {
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
	color: var(--msk-black);
	font-weight: 800;
	transition: transform 220ms ease, background 220ms ease;
}

.msk-feature-tile:hover .msk-arrow {
	background: var(--msk-gold);
	transform: rotate(8deg) scale(1.05);
}

.msk-card {
	background: #fff;
	border: 1px solid var(--msk-border);
	border-radius: 8px;
	color: var(--msk-graphite);
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.msk-card:hover {
	box-shadow: var(--msk-shadow);
	transform: translateY(-5px);
}

.msk-card__body {
	padding: clamp(1.3rem, 2.2vw, 2rem);
}

.msk-card img,
.msk-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.msk-card img {
	aspect-ratio: 4 / 3;
}

.msk-media {
	min-height: 460px;
	border-radius: 8px;
	overflow: hidden;
}

.msk-feature-list {
	display: grid;
	gap: 1rem;
	padding: 0;
	list-style: none;
}

.msk-feature-list li {
	display: grid;
	grid-template-columns: 2.2rem 1fr;
	align-items: start;
	gap: 0.75rem;
}

.msk-feature-list li::before {
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	margin-top: 0.15rem;
	background: url('../images/grün.png') center / contain no-repeat;
}

.msk-price-card {
	padding: clamp(1.5rem, 4vw, 3rem);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
}

.msk-price-card__value {
	font-family: 'Bebas Neue', Impact, sans-serif;
	font-size: 7rem;
	line-height: 0.9;
	color: var(--msk-gold);
}

.msk-form {
	padding: clamp(1.5rem, 4vw, 3.25rem);
	background: #fff;
	border: 1px solid rgba(16, 16, 18, 0.16);
	border-radius: 8px;
	box-shadow: var(--msk-shadow);
}

.msk-form h2 {
	margin: 0 0 1rem;
	color: var(--msk-gold);
}

.msk-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem 1.5rem;
}

.msk-form label {
	display: grid;
	gap: 0.45rem;
	color: #8a8f98;
	font-size: 0.98rem;
}

.msk-form input,
.msk-form select,
.msk-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 0.8rem 1rem;
	background: #fff;
	border: 2px solid #858b94;
	border-radius: 0;
	color: var(--msk-black);
	font: inherit;
}

.msk-form textarea {
	resize: vertical;
}

.msk-form__wide,
.msk-form__check {
	grid-column: 1 / -1;
}

.msk-form__check {
	display: flex !important;
	grid-template-columns: none !important;
	align-items: flex-start;
	gap: 0.75rem !important;
	margin: 1.2rem 0;
}

.msk-form__check input {
	width: 22px;
	min-width: 22px;
	height: 22px;
	min-height: 22px;
	padding: 0;
}

.msk-form__actions {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
}

.msk-trust-badge,
.msk-offer-bubble {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	min-height: 74px;
	padding: 0.8rem;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
}

.msk-trust-badge {
	border: 2px solid #858b94;
	color: #858b94;
}

.msk-offer-bubble {
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--msk-gold);
	color: #fff;
}

.msk-form__note {
	color: var(--msk-muted);
	font-size: 0.9rem;
}

.msk-market-section {
	background:
		linear-gradient(90deg, rgba(16, 16, 18, 0.96), rgba(16, 16, 18, 0.84)),
		url('../images/Münzen hintergrund.jpg') center / cover;
}

.msk-split-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.msk-split-feature__image {
	min-height: 560px;
	overflow: hidden;
}

.msk-split-feature__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
}

.msk-split-feature__copy {
	max-width: 620px;
}

.msk-safe-home__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 1.25rem;
	align-items: stretch;
}

.msk-safe-home__copy,
.msk-safe-home__media {
	border-radius: 20px;
	overflow: hidden;
}

.msk-safe-home__copy {
	display: grid;
	align-content: center;
	padding: clamp(1.5rem, 4vw, 3rem);
	background: #fff;
}

.msk-safe-home__copy h2 {
	margin: 0;
	color: #18362f;
	font-family: Lato, Arial, sans-serif;
	font-size: 2.7rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: none;
}

.msk-safe-home__copy p:not(.msk-eyebrow) {
	color: #5e6763;
}

.msk-safe-home__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.msk-mini-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
}

.msk-mini-proof div {
	padding: 1rem;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 20px;
}

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

.msk-mini-proof strong {
	color: #18362f;
}

.msk-mini-proof span {
	color: #6b716e;
	font-size: 0.9rem;
}

.msk-depot-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: clamp(2rem, 5vw, 4rem);
	background: var(--msk-cream);
	border-left: 8px solid var(--msk-gold);
}

.msk-depot-band h2,
.msk-depot-band p {
	margin-top: 0;
}

.msk-depot-actions {
	display: grid;
	gap: 0.8rem;
	min-width: 260px;
}

.msk-advice-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr) auto;
	align-items: center;
	gap: 2rem;
}

.msk-advice-strip h2,
.msk-advice-strip p {
	margin: 0;
}

.msk-footer {
	padding: clamp(3rem, 6vw, 5rem) 0 2rem;
	background: var(--msk-black);
	color: #fff;
}

.msk-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 2rem;
}

.msk-footer img {
	width: 220px;
	max-width: 100%;
}

.msk-footer__bottom {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.86rem;
}

.msk-reveal,
.msk-section,
.msk-card,
.msk-hero__content {
	opacity: 1;
	transform: none;
	transition: none;
}

.msk-reveal.is-visible,
.msk-section.is-visible,
.msk-card.is-visible,
.msk-hero__content.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1100px) {
	.msk-site-header__inner {
		grid-template-columns: 1fr;
		padding-block: 1rem;
	}

	.msk-nav,
	.msk-header-actions,
	.msk-header-search {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 0.35rem;
	}

	.msk-header-login {
		justify-self: start;
	}

	.msk-mega-menu {
		display: none;
	}

	.msk-home-hero__grid,
	.msk-hero-tabs,
	.msk-section-intro,
	.msk-feature-card-grid,
	.msk-safe-home__grid,
	.msk-mini-proof,
	.msk-split-feature,
	.msk-advice-strip,
	.msk-depot-band {
		grid-template-columns: 1fr;
	}

	.msk-home-hero h1 {
		font-size: 3.35rem;
	}

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

@media (max-width: 760px) {
	h1 {
		font-size: 4.25rem !important;
	}

	h2 {
		font-size: 3rem !important;
	}

	h3 {
		font-size: 2.1rem !important;
	}

	.msk-hero p {
		font-size: 1.06rem;
	}

	.msk-home-hero {
		padding-top: 1rem;
	}

	.msk-home-hero h1 {
		font-size: 2.45rem !important;
		line-height: 1.06;
	}

	.msk-hero-stage__content > p:not(.msk-eyebrow) {
		font-size: 1.04rem;
	}

	.msk-hero-stage,
	.msk-hero-stage__content {
		min-height: 720px;
	}

	.msk-hero-stage__content {
		align-content: start;
		padding: 8.5rem 1.2rem 2rem;
	}

	.msk-hero-actions {
		width: 100%;
	}

	.msk-hero-actions .msk-button {
		height: 58px;
		min-height: 58px;
		padding-block: 0.75rem;
		line-height: 1;
		box-sizing: border-box;
	}

	.msk-hero-tabs {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		gap: 0.65rem;
	}

	.msk-hero-tabs a {
		padding: 0.9rem 1rem;
		font-size: 0.72rem;
	}

	.msk-service-bar__inner,
	.msk-service-bar div div {
		align-items: center;
		flex-direction: row;
		gap: 0.85rem;
		padding-block: 0.35rem;
	}

	.msk-service-bar__inner p,
	.msk-header-search {
		display: none;
	}

	.msk-site-header {
		top: 1rem;
	}

	.msk-site-header__inner {
		gap: 0.75rem;
		min-height: 0;
		padding-block: 0.75rem;
	}

	.msk-logo img {
		width: 170px;
	}

	.msk-nav {
		font-size: 0.76rem;
		gap: 1rem;
	}

	.msk-trust-strip strong {
		font-size: 2.3rem;
	}

	.msk-price-card__value {
		font-size: 4.2rem;
	}

	body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
	body .alignwide,
	.msk-shell {
		max-width: min(100vw - 28px, 1600px);
	}

	.msk-hero {
		min-height: 720px;
		align-items: end;
	}

	.msk-hero::before {
		background: linear-gradient(180deg, rgba(16, 16, 18, 0.38), rgba(16, 16, 18, 0.9));
	}

	.msk-trust-strip,
	.msk-proof-row,
	.msk-world-grid,
	.msk-feature-card-grid,
	.msk-mini-proof,
	.msk-grid--2,
	.msk-grid--3,
	.msk-form__grid,
	.msk-form__actions,
	.msk-footer__grid {
		grid-template-columns: 1fr;
	}

	.msk-world-card--large {
		grid-column: auto;
		grid-row: auto;
	}

	.msk-world-card strong {
		font-size: 2rem;
	}

	.msk-feature-tile {
		min-height: 320px;
	}

	.msk-home-section-head h2,
	.msk-safe-home__copy h2 {
		font-size: 2.2rem;
	}

	.msk-split-feature__image,
	.msk-split-feature__image img {
		min-height: 330px;
	}

	.msk-safe-home__media img {
		min-height: 320px;
	}

	.msk-depot-actions {
		min-width: 0;
	}

	.msk-media {
		min-height: 300px;
	}

	.msk-form__actions {
		align-items: stretch;
	}

	.msk-trust-badge,
	.msk-offer-bubble {
		width: 100%;
		aspect-ratio: auto;
		border-radius: 0;
	}
}
