/*
Theme Name: Meyzer Capital Teaser
Theme URI: https://meyzercapital.com/
Author: Meyzer Capital Management
Description: A premium, compliance-conscious teaser website for Meyzer Capital Management.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: meyzer-capital-teaser
*/

:root {
	--ink: #071824;
	--ink-soft: #0c2636;
	--cream: #f4f0e7;
	--paper: #fbfaf6;
	--gold: #c9974b;
	--gold-light: #e2bd7f;
	--line: rgba(7, 24, 36, 0.18);
	--muted: #5f6d74;
	--serif: Georgia, "Times New Roman", serif;
	--sans: Arial, Helvetica, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
}

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

body.menu-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

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

.skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	color: white;
	background: var(--ink);
}

.shell {
	width: min(1180px, calc(100% - 80px));
	margin-inline: auto;
}

.section {
	padding-block: 138px;
}

.site-header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	width: min(1300px, calc(100% - 64px));
	height: 112px;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand {
	display: grid;
	grid-template-columns: 8px auto;
	grid-template-rows: auto auto;
	width: max-content;
	column-gap: 9px;
	align-items: center;
}

.brand-mark {
	grid-row: 1 / span 2;
	width: 5px;
	height: 36px;
	background: linear-gradient(180deg, #f1b24f 0 48%, white 48% 56%, #c7212b 56% 100%);
}

.brand-name {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.brand-sub {
	font-size: 7px;
	letter-spacing: 0.24em;
	line-height: 1;
	opacity: 0.72;
}

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

.desktop-nav {
	font-size: 12px;
	letter-spacing: 0.03em;
}

.desktop-nav a,
.footer-nav a {
	position: relative;
}

.desktop-nav a::after,
.footer-nav a::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: var(--gold-light);
	transition: width 200ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
	width: 100%;
}

.header-cta {
	justify-self: end;
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 13px 16px;
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	transition: color 200ms ease, background 200ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
	color: var(--ink);
	background: white;
}

.menu-toggle,
.mobile-nav {
	display: none;
}

.hero {
	position: relative;
	isolation: isolate;
	min-height: 820px;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: white;
	background:
		linear-gradient(90deg, rgba(2, 15, 24, 0.96) 0%, rgba(2, 15, 24, 0.75) 47%, rgba(2, 15, 24, 0.34) 100%),
		linear-gradient(180deg, rgba(2, 15, 24, 0.12), rgba(2, 15, 24, 0.68)),
		url("assets/images/media/meyzer-office.webp") center / cover;
}

.hero::after {
	position: absolute;
	z-index: -1;
	inset: auto 0 0;
	height: 210px;
	content: "";
	background: linear-gradient(0deg, rgba(2, 15, 24, 0.78), transparent);
}

.hero-grid {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 84px 84px;
	mask-image: linear-gradient(90deg, black, transparent 78%);
}

.hero-content {
	padding-top: 92px;
}

.eyebrow {
	margin: 0 0 26px;
	color: #8b6a36;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.eyebrow.light {
	color: var(--gold-light);
}

.hero h1,
.section h2,
.contact h2,
.generic-page h1 {
	margin: 0;
	font-family: var(--serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.hero h1 {
	max-width: 980px;
	font-size: clamp(68px, 7.2vw, 104px);
	line-height: 0.88;
}

em {
	color: var(--gold-light);
	font-style: italic;
	font-weight: 400;
}

.hero-copy {
	max-width: 620px;
	margin: 38px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	gap: 34px;
	align-items: center;
	margin-top: 38px;
}

.button {
	display: inline-flex;
	min-width: 220px;
	gap: 34px;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.02em;
	border: 0;
	transition: transform 200ms ease, background 200ms ease;
}

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

.button-gold {
	color: #17202a;
	background: var(--gold-light);
}

.button-gold:hover,
.button-gold:focus-visible {
	background: #f0cc92;
}

.button-dark {
	color: white;
	background: var(--ink);
}

.text-link {
	padding-bottom: 7px;
	font-size: 12px;
	border-bottom: 1px solid currentColor;
}

.light-link {
	color: rgba(255, 255, 255, 0.78);
}

.hero-index {
	position: absolute;
	right: 32px;
	bottom: 38px;
	display: flex;
	gap: 22px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 9px;
	letter-spacing: 0.14em;
	writing-mode: vertical-rl;
}

.licence-strip {
	color: #c8d3d9;
	background: #071824;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.licence-inner {
	min-height: 88px;
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr;
	gap: 28px;
	align-items: center;
}

.licence-inner div {
	display: flex;
	gap: 12px;
	align-items: center;
}

.status-dot {
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #7ab69b;
	box-shadow: 0 0 0 5px rgba(122, 182, 155, 0.12);
}

.licence-inner strong,
.licence-inner p {
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.licence-inner p {
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.section-label {
	display: flex;
	gap: 14px;
	align-items: center;
	color: #66747b;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.section-label span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: 50%;
}

.section-label p {
	margin: 0;
}

.section-label.inverse {
	color: rgba(255, 255, 255, 0.55);
}

.section-label.inverse span {
	border-color: rgba(255, 255, 255, 0.22);
}

.intro,
.page-intro-split {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 70px;
}

.intro h2,
.page-intro-split h2 {
	color: var(--ink);
	font-size: clamp(48px, 5.1vw, 76px);
	line-height: 1.03;
}

.intro h2 em,
.page-intro-split h2 em {
	color: #9a7138;
}

.intro-copy-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 88px;
	margin-top: 64px;
	padding-top: 38px;
	border-top: 1px solid var(--line);
}

.intro-copy-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.9;
}

.intro-copy-grid .lead {
	color: var(--ink);
	font-family: var(--serif);
	font-size: 25px;
	line-height: 1.55;
}

.mission-band {
	color: white;
	background: #0d293a;
}

.mission-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
}

.mission-grid article {
	min-height: 300px;
	padding: 58px 44px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.mission-grid article:first-child {
	padding-left: 0;
}

.mission-grid article:last-child {
	padding-right: 0;
	border-right: 0;
}

.mission-grid span {
	color: var(--gold-light);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mission-grid h2,
.mission-grid p {
	margin: 82px 0 0;
	font-family: var(--serif);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.55;
}

.mission-grid article:first-child h2 {
	margin-top: 56px;
	font-size: 30px;
	line-height: 1.35;
}

.office-feature {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	color: white;
	background: #0b2433;
}

.office-image {
	min-height: 650px;
	background:
		linear-gradient(90deg, rgba(7, 24, 36, 0.04), rgba(7, 24, 36, 0.54)),
		url("assets/images/media/meyzer-office.webp") center / cover;
}

.office-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px 7vw;
}

.office-copy h2 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(42px, 4.2vw, 62px);
	font-weight: 400;
	line-height: 1.08;
}

.office-copy > p:last-child {
	margin: 34px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	line-height: 1.8;
}

.leadership,
.capabilities,
.impact-teaser {
	color: white;
	background: var(--ink);
}

.section-heading-row {
	display: grid;
	grid-template-columns: 250px 1fr;
}

.leadership h2,
.capabilities h2,
.why-heading h2 {
	color: white;
	font-size: clamp(48px, 5.1vw, 76px);
	line-height: 1.03;
}

.leader-grid {
	max-width: 900px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 78px auto 0;
}

.leader-card {
	overflow: hidden;
	background: #0c2636;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.leader-photo {
	height: 390px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 20%, rgba(226, 189, 127, 0.22), transparent 52%),
		#112f40;
}

.leader-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 18%;
}

.leader-copy {
	min-height: 230px;
	padding: 32px;
}

.leader-copy > span,
.why-grid span,
.area-card > span,
.area-card small,
.fund-subareas span,
.reason-grid span,
.impact-photo-grid figcaption span,
.impact-pillars span {
	color: var(--gold-light);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.leader-copy h3 {
	margin: 12px 0 18px;
	font-family: var(--serif);
	font-size: 31px;
	font-weight: 400;
}

.leader-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.65;
}

.restricted-note {
	max-width: 720px;
	margin: 44px auto 0;
	padding-top: 24px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	line-height: 1.8;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-hero {
	position: relative;
	isolation: isolate;
	min-height: 650px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	color: white;
	background: url("assets/images/media/meyzer-office.webp") center / cover;
}

.page-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(2, 15, 24, 0.96), rgba(2, 15, 24, 0.54) 65%, rgba(2, 15, 24, 0.75));
}

.page-hero-social {
	background-image: url("assets/images/impact/children-in-need.webp");
	background-position: center 36%;
}

.page-hero-content {
	padding: 220px 0 92px;
}

.page-hero h1 {
	max-width: 960px;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(62px, 7vw, 98px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.page-hero-content > p:last-child {
	max-width: 690px;
	margin: 36px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.7;
}

.reason-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 64px;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.reason-grid article {
	min-height: 245px;
	padding: 28px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.reason-grid span {
	color: #9a7138;
}

.reason-grid h3 {
	margin: 56px 0 14px;
	font-family: var(--serif);
	font-size: 25px;
	font-weight: 400;
}

.reason-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.75;
}

.private-briefing {
	color: white;
	background: #0b2433;
}

.private-briefing-light {
	color: var(--ink);
	background: #eee8dd;
}

.private-briefing-layout {
	display: grid;
	grid-template-columns: 1fr 0.75fr;
	gap: 110px;
	align-items: end;
}

.private-briefing h2 {
	max-width: 720px;
	color: inherit;
	font-size: clamp(48px, 5.1vw, 76px);
	line-height: 1.03;
}

.private-briefing-layout > div:last-child > p {
	margin: 0 0 36px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 1.9;
}

.private-briefing-light .private-briefing-layout > div:last-child > p {
	color: var(--muted);
}

.why-meyzer {
	color: white;
	background:
		linear-gradient(110deg, rgba(7, 24, 36, 0.98), rgba(7, 24, 36, 0.88)),
		url("assets/images/media/meyzer-office.webp") center / cover;
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 78px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.why-grid article {
	min-height: 310px;
	padding: 28px 28px 20px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.why-grid article + article {
	padding-left: 28px;
}

.why-grid article:last-child {
	border-right: 0;
}

.why-grid h3 {
	margin: 90px 0 16px;
	font-family: var(--serif);
	font-size: 24px;
	font-weight: 400;
}

.why-grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	line-height: 1.75;
}

.business-area-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 78px;
}

.area-card {
	min-width: 0;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	padding: 36px;
	background: #0c2636;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.area-card h3 {
	margin: 106px 0 22px;
	font-family: var(--serif);
	font-size: clamp(32px, 2.45vw, 40px);
	font-weight: 400;
	line-height: 1.13;
}

.area-card > p {
	max-width: 490px;
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.8;
}

.area-card small {
	margin-top: auto;
	padding-top: 32px;
	color: rgba(226, 189, 127, 0.78);
	line-height: 1.7;
}

.fund-subareas {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: auto;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.fund-subareas h4 {
	margin: 12px 0 7px;
	font-family: var(--serif);
	font-size: 18px;
	font-weight: 400;
}

.fund-subareas p {
	margin: 0;
	color: rgba(255, 255, 255, 0.46);
	font-size: 9px;
	line-height: 1.55;
}

.product-teaser-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 60px;
	align-items: center;
	margin-top: 36px;
	padding: 30px 0;
	border-block: 1px solid rgba(255, 255, 255, 0.16);
}

.product-teaser-cta p {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	line-height: 1.8;
}

.impact-photo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}

.impact-photo-grid figure {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #0b2230;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.impact-photo {
	height: 350px;
	overflow: hidden;
	background: #06142e;
}

.impact-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.82) contrast(1.03);
	transition: transform 600ms ease, filter 600ms ease;
}

.impact-photo-feature .impact-photo img {
	object-fit: contain;
}

.impact-photo-grid figure:hover img {
	transform: scale(1.018);
	filter: saturate(0.98) contrast(1.03);
}

.impact-photo-grid figcaption {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 18px 20px 20px;
}

.impact-photo-grid figcaption strong {
	font-family: var(--serif);
	font-size: 17px;
	font-weight: 400;
	text-align: right;
}

.impact-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.impact-pillars article {
	min-height: 300px;
	padding: 34px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.impact-pillars h3 {
	margin: 82px 0 18px;
	font-family: var(--serif);
	font-size: 28px;
	font-weight: 400;
}

.impact-pillars p,
.context-line {
	margin: 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 11px;
	line-height: 1.8;
}

.context-line {
	max-width: 760px;
	margin-top: 28px;
}

.contact {
	position: relative;
	overflow: hidden;
	color: white;
	background: #0a1d29;
}

.contact-glow {
	position: absolute;
	top: -180px;
	right: -80px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(226, 189, 127, 0.2);
	border-radius: 50%;
	box-shadow:
		0 0 0 110px rgba(226, 189, 127, 0.035),
		0 0 0 220px rgba(226, 189, 127, 0.025);
}

.contact-layout {
	position: relative;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 90px;
}

.contact h2 {
	color: white;
	font-size: clamp(48px, 5.1vw, 76px);
	line-height: 1.03;
}

.contact-intro {
	max-width: 470px;
	margin: 38px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	line-height: 1.8;
}

.contact-details {
	display: grid;
	gap: 24px;
	margin-top: 48px;
}

.contact-details > div {
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-details span {
	display: block;
	margin-bottom: 10px;
	color: var(--gold-light);
	font-size: 9px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-details p,
.contact-details a {
	margin: 2px 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.6;
}

.enquiry-panel {
	padding: 40px;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
}

.enquiry-form {
	display: grid;
	gap: 18px;
}

.enquiry-form label {
	display: grid;
	gap: 8px;
}

.enquiry-form label > span {
	color: rgba(255, 255, 255, 0.64);
	font-size: 9px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
	width: 100%;
	padding: 13px 0;
	color: white;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0;
	outline: none;
}

.enquiry-form select {
	color-scheme: dark;
}

.enquiry-form textarea {
	resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
	border-color: var(--gold-light);
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.consent-row {
	grid-template-columns: auto 1fr !important;
	gap: 12px !important;
	align-items: start;
}

.consent-row input {
	width: auto;
	margin-top: 2px;
}

.consent-row span {
	letter-spacing: 0 !important;
	line-height: 1.6;
	text-transform: none !important;
}

.consent-row a {
	color: var(--gold-light);
	text-decoration: underline;
}

.honeypot {
	position: absolute;
	left: -9999px;
}

.form-message {
	margin-bottom: 22px;
	padding: 14px 16px;
	font-size: 12px;
	line-height: 1.6;
	border-left: 3px solid;
}

.form-success {
	color: #d3efe1;
	background: rgba(58, 137, 99, 0.2);
	border-color: #6bc393;
}

.form-error {
	color: #ffe0d9;
	background: rgba(170, 69, 48, 0.2);
	border-color: #d77c65;
}

.site-footer {
	color: #b9c3c8;
	background: #06131c;
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 62px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
	color: white;
}

.footer-nav {
	font-size: 11px;
}

.legal {
	padding-block: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legal h2 {
	margin: 0 0 20px;
	color: white;
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 400;
}

.legal p {
	max-width: 1040px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.4);
	font-size: 10px;
	line-height: 1.75;
}

.footer-bottom {
	min-height: 84px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	color: rgba(255, 255, 255, 0.42);
	font-size: 9px;
	letter-spacing: 0.06em;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a {
	justify-self: end;
}

.notice-backdrop {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(2, 12, 18, 0.86);
	backdrop-filter: blur(10px);
}

.notice-backdrop[hidden] {
	display: none;
}

.notice-panel {
	width: min(610px, 100%);
	padding: 46px;
	background: var(--paper);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.notice-kicker {
	margin: 0 0 22px;
	color: #8b6a36;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.notice-panel h2 {
	max-width: 480px;
	margin: 0;
	font-family: var(--serif);
	font-size: 39px;
	font-weight: 400;
	line-height: 1.12;
}

.notice-panel > p:not(.notice-kicker),
.notice-panel details {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.75;
}

.notice-panel > p:not(.notice-kicker) {
	margin: 24px 0 0;
}

.notice-panel details {
	margin-top: 24px;
	padding-block: 16px;
	font-size: 11px;
	border-block: 1px solid var(--line);
}

.notice-panel summary {
	cursor: pointer;
	color: var(--ink);
	font-weight: 650;
}

.notice-actions {
	display: flex;
	gap: 12px;
	margin-top: 26px;
}

.notice-actions button,
.notice-actions a {
	min-height: 50px;
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	cursor: pointer;
	font-size: 11px;
	border: 1px solid var(--ink);
}

.notice-actions button {
	color: white;
	background: var(--ink);
}

.notice-actions a {
	background: transparent;
}

.generic-page {
	min-height: 70vh;
	padding-top: 190px;
}

.generic-page h1 {
	font-size: clamp(48px, 6vw, 80px);
}

.entry-content {
	max-width: 820px;
	margin-top: 50px;
	color: var(--muted);
	line-height: 1.8;
}

:focus-visible {
	outline: 2px solid var(--gold-light);
	outline-offset: 4px;
}

@media (max-width: 1100px) {
	.desktop-nav .mcm-menu {
		gap: 18px;
	}
}

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

	.shell {
		width: min(100% - 48px, 760px);
	}

	.site-header {
		width: calc(100% - 40px);
		grid-template-columns: 1fr auto auto;
	}

	.desktop-nav {
		display: none;
	}

	.menu-toggle {
		width: 43px;
		height: 43px;
		display: grid;
		gap: 6px;
		place-content: center;
		margin-left: 14px;
		color: white;
		background: transparent;
		border: 1px solid rgba(255, 255, 255, 0.38);
	}

	.menu-toggle > span:not(.screen-reader-text) {
		width: 18px;
		height: 1px;
		display: block;
		background: currentColor;
	}

	.mobile-nav {
		position: fixed;
		z-index: 19;
		inset: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 120px 30px 50px;
		color: white;
		background: #071824;
	}

	.mobile-nav[hidden] {
		display: none;
	}

	.mobile-nav .mcm-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		font-family: var(--serif);
		font-size: 28px;
	}

	.mobile-nav .button {
		margin-top: 44px;
		color: var(--ink);
		font-family: var(--sans);
	}

	.licence-inner {
		grid-template-columns: 1fr 1fr;
		padding-block: 24px;
	}

	.licence-inner p {
		padding-left: 0;
		border-left: 0;
	}

	.intro,
	.page-intro-split,
	.section-heading-row {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.intro-copy-grid {
		gap: 42px;
	}

	.mission-grid {
		grid-template-columns: 1fr;
	}

	.mission-grid article,
	.mission-grid article:first-child,
	.mission-grid article:last-child {
		min-height: 0;
		padding: 42px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.mission-grid article:last-child {
		border-bottom: 0;
	}

	.mission-grid h2,
	.mission-grid p,
	.mission-grid article:first-child h2 {
		margin-top: 24px;
	}

	.office-feature {
		grid-template-columns: 1fr;
	}

	.office-image {
		min-height: 480px;
	}

	.leader-grid,
	.business-area-grid {
		grid-template-columns: 1fr;
	}

	.leader-card {
		display: grid;
		grid-template-columns: 0.8fr 1.2fr;
	}

	.leader-copy {
		min-height: 0;
	}

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

	.why-grid article:nth-child(2) {
		border-right: 0;
	}

	.why-grid article:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}

	.area-card {
		min-height: 410px;
	}

	.private-briefing-layout,
	.product-teaser-cta,
	.contact-layout {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.impact-pillars {
		grid-template-columns: 1fr;
	}

	.impact-pillars article {
		min-height: 230px;
	}
}

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

	.site-header {
		height: 86px;
	}

	.brand-name {
		font-size: 19px;
	}

	.brand-mark {
		height: 31px;
	}

	.header-cta {
		padding: 11px;
		font-size: 0;
	}

	.header-cta span {
		font-size: 14px;
	}

	.hero {
		min-height: 700px;
		align-items: flex-end;
		padding-bottom: 90px;
	}

	.hero-content {
		padding-top: 0;
	}

	.hero h1 {
		font-size: clamp(58px, 20vw, 82px);
	}

	.hero-copy {
		font-size: 16px;
	}

	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.hero-index {
		display: none;
	}

	.licence-inner {
		grid-template-columns: 1fr;
		gap: 15px;
	}

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

	.page-hero-content {
		padding: 180px 0 72px;
	}

	.page-hero h1 {
		font-size: 52px;
	}

	.page-hero-content > p:last-child {
		font-size: 15px;
	}

	.section {
		padding-block: 92px;
	}

	.intro h2,
	.page-intro-split h2,
	.leadership h2,
	.capabilities h2,
	.contact h2,
	.private-briefing h2 {
		font-size: 44px;
	}

	.intro-copy-grid,
	.reason-grid,
	.impact-photo-grid {
		grid-template-columns: 1fr;
	}

	.intro-copy-grid {
		gap: 30px;
		margin-top: 44px;
	}

	.intro-copy-grid .lead {
		font-size: 22px;
	}

	.office-image {
		min-height: 360px;
	}

	.office-copy {
		padding: 72px 20px;
	}

	.leader-card {
		display: block;
	}

	.leader-photo {
		height: 420px;
	}

	.leader-copy {
		padding: 26px;
	}

	.reason-grid article {
		min-height: 220px;
	}

	.why-grid {
		grid-template-columns: 1fr;
	}

	.why-grid article,
	.why-grid article + article {
		min-height: 0;
		padding: 26px 0 38px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.why-grid h3 {
		margin-top: 44px;
	}

	.area-card {
		min-height: 350px;
		padding: 28px;
	}

	.area-card h3 {
		margin-top: 64px;
		font-size: 31px;
	}

	.impact-photo {
		height: 250px;
	}

	.impact-photo-grid figcaption {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.impact-photo-grid figcaption strong {
		text-align: left;
	}

	.impact-pillars h3 {
		margin-top: 54px;
	}

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

	.enquiry-panel {
		padding: 28px 22px;
	}

	.footer-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}

	.footer-nav .mcm-menu {
		flex-wrap: wrap;
		gap: 22px;
	}

	.footer-bottom {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-block: 30px;
	}

	.footer-bottom a {
		justify-self: start;
	}

	.notice-panel {
		padding: 30px 24px;
	}

	.notice-panel h2 {
		font-size: 31px;
	}

	.notice-actions {
		flex-direction: column;
	}
}

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

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

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
	}
}
