:root {
	--navy: #203068;
	--navy-deep: #151f48;
	--magenta: #b82860;
	--magenta-deep: #8e1c48;
	--paper: #e8e8e4;
	--paper-2: #ddddd8;
	--ink: #1a1c28;
	--muted: #5c6173;
	--white: #fff;
	--line: rgba(32, 48, 104, 0.14);
	--font-display: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", serif;
	--font-body: "IBM Plex Sans", "Helvetica Neue", system-ui, sans-serif;
	--header-h: 4.5rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--font-body);
	font-size: 1.05rem;
	line-height: 1.55;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
}

h1,
h2,
h3,
.display {
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.12;
	margin: 0;
}

p {
	margin: 0 0 1rem;
}

.skip {
	position: absolute;
	left: 1rem;
	top: -4rem;
	background: var(--navy);
	color: var(--white);
	padding: 0.5rem 0.8rem;
	z-index: 80;
}

.skip:focus {
	top: 0.6rem;
}

.wrap {
	width: min(1180px, calc(100% - 2.4rem));
	margin-inline: auto;
}

.kicker {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--magenta);
	margin-bottom: 0.7rem;
}

.swoosh {
	display: block;
	width: 7.5rem;
	height: 10px;
	margin: 0.85rem 0 1.4rem;
}

.eyebrow {
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

/* Top bar */
.topbar {
	background: var(--navy-deep);
	color: #d5d9ea;
	font-size: 0.82rem;
}

.topbar .wrap {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.45rem 0;
}

.topbar a {
	color: var(--white);
	text-decoration: none;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: color-mix(in srgb, var(--paper) 94%, white);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(8px);
}

.site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--header-h);
	gap: 1rem;
}

.brand img {
	height: 52px;
	width: auto;
}

.nav {
	display: flex;
	align-items: center;
	gap: 1.35rem;
}

.nav a {
	text-decoration: none;
	font-size: 0.92rem;
	color: var(--navy);
}

.nav a:hover {
	color: var(--magenta);
}

.nav .btn,
.nav .btn:hover {
	color: #fff;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.72rem 1.15rem;
	border: 0;
	background: var(--magenta);
	color: var(--white);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.92rem;
	cursor: pointer;
}

.btn:hover {
	background: var(--magenta-deep);
}

.btn-navy {
	background: var(--navy);
}

.btn-navy:hover {
	background: var(--navy-deep);
}

.btn-ghost {
	background: transparent;
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
	background: var(--white);
	color: var(--navy);
}

.nav-toggle {
	display: none;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid var(--line);
	background: var(--white);
	color: var(--navy);
	font-size: 1.2rem;
}

/* Hero */
.hero {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	min-height: calc(100vh - 7rem);
	background: var(--paper);
}

.hero-copy {
	padding: clamp(2.2rem, 6vw, 5.5rem) clamp(1.4rem, 5vw, 4.5rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero h1 {
	font-size: clamp(2.6rem, 5.4vw, 4.7rem);
	color: var(--navy);
	max-width: 12ch;
}

.hero h1 em {
	font-style: italic;
	color: var(--magenta);
	font-weight: 600;
}

.hero-copy p {
	max-width: 38rem;
	color: var(--muted);
	font-size: 1.12rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 0.4rem;
}

.hero-photo {
	position: relative;
	min-height: 28rem;
}

.hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.18) contrast(1.05);
}

.hero-photo figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	background: var(--navy);
	color: var(--white);
	padding: 0.55rem 0.8rem;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
}

/* Doors */
.doors {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.door {
	position: relative;
	min-height: 28rem;
	color: var(--white);
	overflow: hidden;
	text-decoration: none;
}

.door img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	filter: grayscale(0.25);
}

.door::after {
	content: "";
	position: absolute;
	inset: 0;
}

.door.exec::after {
	background: linear-gradient(180deg, rgba(32, 48, 104, 0.28), rgba(21, 31, 72, 0.88));
}

.door.uni::after {
	background: linear-gradient(180deg, rgba(184, 40, 96, 0.25), rgba(142, 28, 72, 0.9));
}

.door-body {
	position: relative;
	z-index: 1;
	padding: 2.4rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.door h2 {
	font-size: clamp(2rem, 3.5vw, 3rem);
	margin: 0.35rem 0 0.6rem;
}

.door p {
	max-width: 28rem;
	color: rgba(255, 255, 255, 0.88);
}

.door span {
	font-weight: 600;
	font-size: 0.92rem;
}

/* Sections */
section {
	padding: clamp(3.5rem, 7vw, 5.8rem) 0;
}

.section-head {
	max-width: 40rem;
	margin-bottom: 2.2rem;
}

.section-head h2 {
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	color: var(--navy);
}

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

.band-navy {
	background: var(--navy);
	color: var(--white);
}

.band-navy .section-head h2,
.band-navy .section-head p {
	color: var(--white);
}

.band-navy .kicker {
	color: #f0a0bc;
}

.band-navy .eyebrow {
	color: #f0a0bc;
}

.band-paper-2 {
	background: var(--paper-2);
}

/* Services */
.services {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--line);
}

.service {
	display: grid;
	grid-template-columns: 5.5rem 1fr auto;
	gap: 1.2rem;
	align-items: start;
	padding: 1.55rem 0;
	border-bottom: 1px solid var(--line);
	text-decoration: none;
}

.service:hover h3 {
	color: var(--magenta);
}

.service .num {
	font-family: var(--font-display);
	font-size: 1.5rem;
	color: var(--magenta);
}

.service h3 {
	font-size: 1.45rem;
	color: var(--navy);
	margin-bottom: 0.25rem;
}

.service p {
	margin: 0;
	color: var(--muted);
	max-width: 46rem;
}

.service small {
	color: var(--navy);
	font-weight: 600;
	padding-top: 0.35rem;
}

/* Bulletin */
.bulletin {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.1rem;
}

.card {
	background: var(--white);
	border: 1px solid var(--line);
	padding: 1.3rem 1.35rem 1.2rem;
}

.card .tag {
	display: inline-block;
	background: var(--navy);
	color: var(--white);
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.22rem 0.5rem;
	margin-bottom: 0.7rem;
}

.card h3 {
	font-size: 1.45rem;
	color: var(--navy);
	margin-bottom: 0.4rem;
}

.card .meta {
	font-size: 0.88rem;
	color: var(--magenta);
	font-weight: 600;
	margin-bottom: 0.55rem;
}

.card p {
	color: var(--muted);
	margin-bottom: 0.9rem;
}

.empty-note {
	grid-column: 1 / -1;
	color: var(--muted);
	font-style: italic;
}

/* Split */
.split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2.4rem;
	align-items: center;
}

.split img {
	width: 100%;
	height: 100%;
	min-height: 22rem;
	object-fit: cover;
	filter: grayscale(0.12);
}

.quote {
	font-family: var(--font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	color: var(--navy);
	line-height: 1.3;
	margin: 1rem 0 1.2rem;
}

.reasons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.9rem 1.4rem;
	margin-top: 1.4rem;
}

.reasons dt {
	font-weight: 650;
	color: var(--navy);
}

.reasons dd {
	margin: 0.15rem 0 0;
	color: var(--muted);
	font-size: 0.95rem;
}

/* Quotes */
.quotes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.quotes figure {
	margin: 0;
	padding: 1.3rem;
	background: var(--white);
	border-top: 3px solid var(--magenta);
}

.quotes blockquote {
	margin: 0 0 1rem;
	font-family: var(--font-display);
	font-size: 1.22rem;
	color: var(--navy);
	line-height: 1.35;
}

.quotes figcaption {
	font-size: 0.88rem;
	color: var(--muted);
}

/* Contact */
.contact-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2rem;
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1.1rem 0 1.4rem;
}

.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

.contact-list li {
	margin: 0 0 0.45rem;
}

.contact-list a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.map-note {
	background: var(--navy);
	color: var(--white);
	min-height: 18rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.map-note strong {
	font-family: var(--font-display);
	font-size: 1.8rem;
	font-weight: 600;
}

/* Footer */
.site-footer {
	background: var(--navy-deep);
	color: #c9cedf;
	padding: 2rem 0;
	font-size: 0.9rem;
}

.site-footer .wrap {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}

.site-footer img {
	height: 46px;
	width: auto;
}

.site-footer a {
	color: var(--white);
}

/* Float */
.floaters {
	z-index: 60;
}

.floater {
	width: 3.3rem;
	height: 3.3rem;
	border: 0;
	padding: 0;
	border-radius: 50%;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 22px rgba(21, 31, 72, 0.28);
	cursor: pointer;
}

.floater svg {
	width: 1.45rem;
	height: 1.45rem;
	fill: var(--white);
}

.floater.wa {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 61;
	background: #128c4b;
}

.floater.ms {
	background: #0084ff;
}

.ms-chat {
	position: fixed;
	right: 1rem;
	bottom: 4.85rem;
	z-index: 62;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.55rem;
}

.ms-panel {
	width: min(18.5rem, calc(100vw - 2.4rem));
	background: #fff;
	color: var(--ink);
	padding: 0.9rem 1rem 1rem;
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(21, 31, 72, 0.22);
}

.ms-panel[hidden] {
	display: none;
}

.ms-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	margin-bottom: 0.45rem;
}

.ms-panel-head strong {
	font-family: var(--font-display);
	font-size: 1.15rem;
	color: var(--navy);
}

.ms-panel p {
	color: var(--muted);
	font-size: 0.92rem;
	margin-bottom: 0.85rem;
}

.ms-close {
	width: 1.8rem;
	height: 1.8rem;
	border: 0;
	background: transparent;
	color: var(--navy);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

/* Mobile */
@media (max-width: 860px) {
	.nav-toggle {
		display: grid;
		place-items: center;
	}

	.nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: var(--paper);
		border-bottom: 1px solid var(--line);
		flex-direction: column;
		align-items: stretch;
		padding: 0.8rem 1.2rem 1.1rem;
		gap: 0.7rem;
	}

	.nav.is-open {
		display: flex;
	}

	.hero,
	.doors,
	.split,
	.bulletin,
	.quotes,
	.contact-grid,
	.reasons {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: unset;
	}

	.hero-photo {
		min-height: 18rem;
	}

	.service {
		grid-template-columns: 3.2rem 1fr;
	}

	.service small {
		grid-column: 2;
		padding-top: 0;
	}

	.site-footer .wrap,
	.topbar .wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.door {
		min-height: 22rem;
	}
}
