:root {
	--ink: #242a2c;
	--muted: #667174;
	--line: #dce2e3;
	--paper: #ffffff;
	--soft: #f5f7f4;
	--mist: #e8edf1;
	--sage: #6f809e;
	--sage-dark: #4f617e;
	--moss: #6d947d;
	--shadow: 0 22px 55px rgba(36, 42, 44, 0.15);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.7;
	overflow-x: hidden;
}

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

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

a:focus-visible,
button:focus-visible {
	outline: 3px solid rgba(111, 128, 158, 0.45);
	outline-offset: 4px;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(36, 42, 44, 0.08);
	backdrop-filter: blur(16px);
}

.brand {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	min-width: 0;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.brand span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand img {
	width: 34px;
	height: 34px;
	margin-right: 10px;
	flex: 0 0 auto;
}

.menu-toggle {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	padding: 10px;
	flex-direction: column;
	justify-content: space-around;
	background: var(--paper);
	border: 1px solid rgba(36, 42, 44, 0.15);
	border-radius: 50%;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--ink);
	border-radius: 999px;
}

.site-nav {
	position: fixed;
	top: 72px;
	left: 14px;
	right: 14px;
	display: none;
	flex-direction: column;
	padding: 8px;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(36, 42, 44, 0.1);
	border-radius: 8px;
	box-shadow: var(--shadow);
}

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

.site-nav a {
	padding: 14px 16px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
}

.site-nav a:hover,
.site-nav a:focus {
	background: rgba(111, 128, 158, 0.12);
}

.hero {
	min-height: 92svh;
	display: grid;
	align-items: end;
	padding: 118px 20px 42px;
	background:
		linear-gradient(0deg, rgba(20, 25, 27, 0.32), rgba(20, 25, 27, 0.08)),
		url("../images/8bc03ebe-a485-457a-a457-77d2419513c5.jpeg") center / cover no-repeat;
}

.hero-content {
	width: 100%;
	max-width: 620px;
	color: #fff;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.3);
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--sage-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero .eyebrow {
	color: rgba(255, 255, 255, 0.88);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	margin-bottom: 14px;
	font-size: 44px;
	line-height: 1.05;
}

h2 {
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 1.18;
}

h3 {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1.25;
}

p {
	color: var(--muted);
	font-size: 16px;
}

.hero p {
	width: min(100%, 480px);
	max-width: 480px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	overflow-wrap: anywhere;
}

.primary-btn,
.secondary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid var(--sage);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-align: center;
	text-transform: uppercase;
}

.primary-btn {
	color: #fff;
	background: var(--sage);
	box-shadow: 0 12px 24px rgba(79, 97, 126, 0.24);
}

.primary-btn:hover,
.primary-btn:focus {
	background: var(--sage-dark);
	border-color: var(--sage-dark);
}

.secondary-btn {
	color: var(--sage-dark);
	background: transparent;
}

.secondary-btn:hover,
.secondary-btn:focus {
	color: #fff;
	background: var(--sage-dark);
	border-color: var(--sage-dark);
}

.intro-section,
.location-section {
	display: grid;
	gap: 0;
	background: var(--soft);
}

.section-copy,
.location-copy,
.section-heading {
	padding: 54px 20px;
}

.section-copy,
.location-copy {
	max-width: 640px;
	margin: 0 auto;
}

.image-panel {
	min-height: 300px;
	display: grid;
	place-items: center;
	padding: 28px;
	color: #fff;
	background:
		linear-gradient(0deg, rgba(20, 25, 27, 0.45), rgba(20, 25, 27, 0.1)),
		url("../images/IMG_12252.jpeg") center / cover no-repeat;
}

.image-panel span {
	padding: 13px 18px;
	background: rgba(36, 42, 44, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.professionals-section,
.art-section {
	padding: 54px 20px;
}

.section-heading {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.people-grid,
.art-grid {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.people-grid {
	display: grid;
	gap: 16px;
}

.person-card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(36, 42, 44, 0.08);
}

.person-visual {
	width: 100%;
	height: 100%;
	min-height: 156px;
	background: var(--mist);
}

.person-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person-logo {
	display: grid;
	place-items: center;
	padding: 14px;
	background: #f6f2ef;
}

.person-logo img {
	height: auto;
	object-fit: contain;
}

.person-initials {
	display: grid;
	place-items: center;
	color: var(--sage-dark);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.person-content {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 22px;
}

.person-card p {
	margin-bottom: 14px;
	font-size: 14px;
}

.person-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.person-actions a {
	display: inline-flex;
	padding: 7px 10px;
	color: var(--sage-dark);
	border: 1px solid rgba(111, 128, 158, 0.22);
	border-radius: 999px;
	font-size: 14px;
}

.person-actions a:hover,
.person-actions a:focus {
	background: rgba(111, 128, 158, 0.12);
}

.art-section {
	background: var(--mist);
	text-align: center;
}

.art-grid {
	display: grid;
	gap: 16px;
	margin-bottom: 28px;
}

.art-grid a {
	display: grid;
	gap: 14px;
	padding: 12px 12px 18px;
	background: var(--paper);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(36, 42, 44, 0.09);
}

.art-grid img {
	width: 100%;
	aspect-ratio: 1 / 0.78;
	object-fit: cover;
	border-radius: 6px;
}

.art-grid span {
	font-weight: 800;
}

.location-section {
	background: var(--paper);
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.map-panel {
	min-height: 360px;
	background: var(--mist);
}

.map-panel iframe {
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
}

.site-footer {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 32px 20px;
	background: var(--ink);
	color: #fff;
	text-align: center;
}

.site-footer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

@media (min-width: 700px) {
	.site-header {
		padding: 16px 30px;
	}

	.hero {
		padding-inline: 44px;
	}

	h1 {
		font-size: 64px;
	}

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

	.person-card {
		grid-template-columns: 118px minmax(0, 1fr);
	}
}

@media (min-width: 980px) {
	.menu-toggle {
		display: none;
	}

	.site-nav {
		position: static;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 8px;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.site-nav a {
		padding: 10px 12px;
	}

	.hero {
		min-height: 760px;
		background-position: center 46%;
	}

	.intro-section,
	.location-section {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: stretch;
	}

	.section-copy,
	.location-copy {
		padding: 84px 64px;
	}

	.image-panel {
		min-height: 430px;
	}

	.professionals-section,
	.art-section {
		padding: 78px 32px;
	}

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

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

	.map-panel,
	.map-panel iframe {
		min-height: 520px;
	}
}
