body {
	min-width: 320px;
	background: var(--surface-soft);
}

.site-shell {
	min-width: 320px;
}

.content-width {
	width: min(100%, 1176px);
	margin: 0 auto;
	padding-right: 28px;
	padding-left: 28px;
}

.hero-band {
	position: relative;
	overflow: hidden;
	color: #eef4f6;
	background: linear-gradient(160deg, #1a2124 0%, #1e282d 55%, #1d3038 100%);
}

.site-header-wrap {
	position: sticky;
	top: 0;
	z-index: 100;
	color: #eef4f6;
	background: rgba(26, 33, 36, 0.97);
	box-shadow: 0 1px 0 rgba(238, 244, 246, 0.1);
	backdrop-filter: blur(12px);
}

.site-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.menu-toggle {
	display: none;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #eef4f6;
	font-family: var(--font-display);
	font-size: 21px;
	font-weight: 700;
}

.brand:hover {
	color: #eef4f6;
}

.brand-mark,
.footer-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #ffffff;
	overflow: hidden;
}

.brand-mark {
	width: 42px;
	height: 42px;
	border-radius: 8px;
}

.brand-mark img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.site-nav,
.footer-nav,
.button-row,
.tag-list {
	display: flex;
	flex-wrap: wrap;
}

.site-nav {
	align-items: center;
	gap: 26px;
	flex-wrap: nowrap;
	font-size: 15px;
	font-weight: 500;
}

.site-nav a {
	color: #b8c6cb;
}

.site-nav a:hover {
	color: var(--accent-bright);
}

.site-nav a[aria-current="location"] {
	color: var(--accent-bright);
}

.site-nav a[aria-current="location"]::after {
	display: block;
	height: 2px;
	margin-top: 5px;
	background: var(--accent-bright);
	content: '';
}

.site-nav .nav-contact[aria-current="location"]::after {
	display: none;
}

.site-nav .nav-contact[aria-current="location"] {
	color: #10181b;
	background: #6fdaf3;
	box-shadow: 0 0 0 2px rgba(143, 217, 236, 0.45);
}

.site-nav .nav-contact,
.button-primary {
	color: #10181b;
	background: var(--accent-bright);
	font-weight: 600;
}

.site-nav .nav-contact {
	padding: 9px 18px;
	border-radius: 8px;
}

.site-nav .nav-contact:hover,
.button-primary:hover {
	color: #10181b;
	background: #6fdaf3;
}

.hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 56px;
	padding-top: 72px;
	padding-bottom: 88px;
	flex-wrap: wrap;
}

.hero-copy {
	min-width: 300px;
	flex: 1 1 520px;
	animation: rise 0.7s ease both;
}

.availability {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 28px;
	padding: 7px 15px;
	color: #8fd9ec;
	border: 1px solid rgba(63, 204, 237, 0.35);
	border-radius: 999px;
	font-family: var(--font-mono);
	font-size: 12.5px;
}

.availability-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent-bright);
	box-shadow: 0 0 10px rgba(63, 204, 237, 0.8);
}

.hero h1 {
	margin: 0 0 22px;
	font-family: var(--font-display);
	font-size: clamp(38px, 5.4vw, 62px);
	font-weight: 800;
	line-height: 1.05;
}

.hero h1 span {
	color: var(--accent-bright);
}

.hero-intro {
	max-width: 560px;
	margin: 0 0 34px;
	color: #b8c6cb;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.65;
	text-wrap: pretty;
}

.button-row {
	gap: 14px;
}

.button {
	display: inline-block;
	padding: 14px 26px;
	border-radius: 8px;
	font-size: 16px;
}

.button-secondary {
	color: #eef4f6;
	border: 1px solid rgba(238, 244, 246, 0.28);
	font-weight: 500;
}

.button-secondary:hover {
	color: var(--accent-bright);
	border-color: var(--accent-bright);
}

.hero-facts {
	display: grid;
	min-width: 240px;
	gap: 14px;
	flex: 0 1 280px;
	animation: rise 0.7s 0.15s ease both;
}

.hero-fact {
	padding: 20px 22px;
	border: 1px solid rgba(238, 244, 246, 0.14);
	border-radius: 8px;
}

.hero-fact strong {
	display: block;
	color: var(--accent-bright);
	font-family: var(--font-display);
	font-size: 34px;
}

.hero-fact span {
	display: block;
	margin-top: 4px;
	color: #b8c6cb;
	font-size: 14px;
}

.page-section {
	padding-top: 72px;
	padding-bottom: 32px;
}

.page-section:first-of-type {
	padding-top: 88px;
}

.section-label,
.group-label,
.card-index,
.rate-label,
.status-label {
	font-family: var(--font-mono);
}

.section-label {
	margin-bottom: 14px;
	color: var(--accent);
	font-size: 13px;
	letter-spacing: 0.14em;
}

.section-heading {
	margin: 0 0 14px;
	font-family: var(--font-display);
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 700;
}

.section-intro {
	max-width: 680px;
	margin: 0 0 46px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.65;
	text-wrap: pretty;
}

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

.engagement-paths {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.service-card,
.ownership-panel,
.work-card,
.engagement-card,
.contact-form {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 8px;
}

.service-card {
	padding: 30px 28px;
}

.service-card:hover {
	border-color: var(--accent-bright);
	box-shadow: 0 8px 30px rgba(73, 80, 83, 0.08);
}

.card-index {
	margin-bottom: 14px;
	color: var(--accent);
	font-size: 12px;
}

.service-card h3,
.ownership-panel h3 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-size: 21px;
}

.service-card p,
.ownership-panel p,
.engagement-card p,
.guidance-copy p {
	color: var(--muted);
	font-size: 15.5px;
	line-height: 1.65;
	text-wrap: pretty;
}

.service-card p {
	margin: 0 0 18px;
}

.tag-list {
	gap: 8px;
}

.tag {
	padding: 5px 10px;
	color: #3d707e;
	background: #eef5f7;
	border-radius: 6px;
	font-family: var(--font-mono);
	font-size: 12px;
}

.ownership-panel {
	margin-top: 22px;
	padding: 32px 30px;
}

.ownership-panel > p {
	max-width: 720px;
	margin: 0 0 22px;
}

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

.ownership-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.6;
}

.ownership-item::before {
	width: 8px;
	height: 8px;
	margin-top: 7px;
	background: var(--accent-bright);
	border-radius: 50%;
	content: '';
	flex-shrink: 0;
}

.ownership-item strong {
	color: var(--ink);
}

.work-list {
	display: grid;
	gap: 18px;
}

.group-label {
	margin-top: 4px;
	color: var(--quiet);
	font-size: 12px;
	letter-spacing: 0.12em;
}

.group-label.past-work {
	margin-top: 22px;
}

.work-card {
	display: flex;
	align-items: baseline;
	gap: 20px 48px;
	padding: 32px;
	flex-wrap: wrap;
}

.work-card:hover {
	border-color: var(--accent-bright);
}

.work-title {
	flex: 0 0 220px;
}

.work-title h3 {
	margin: 0 0 6px;
	font-family: var(--font-display);
	font-size: 23px;
}

.work-title a,
.work-title span,
.work-meta {
	font-family: var(--font-mono);
}

.work-title a,
.work-title span {
	font-size: 13px;
}

.work-title span,
.work-meta {
	color: var(--quiet);
}

.work-copy {
	flex: 1 1 380px;
}

.work-copy p {
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.65;
	text-wrap: pretty;
}

.work-meta {
	margin-top: 14px;
	font-size: 12.5px;
}

.guidance-card {
	display: flex;
	align-items: flex-start;
	gap: 18px 42px;
	padding: 28px 30px;
	background: #eef7f9;
	border: 1px solid #b9d6de;
	border-radius: 8px;
	flex-wrap: wrap;
}

.guidance-copy {
	flex: 1 1 520px;
}

.guidance-copy h3,
.engagement-card h3 {
	margin: 0 0 10px;
	font-family: var(--font-display);
	font-weight: 700;
}

.guidance-copy h3 {
	font-size: 22px;
}

.guidance-copy p,
.engagement-card p {
	margin: 0;
}

.engagement-card p {
	margin-bottom: 22px;
}

.guidance-rate {
	flex: 0 0 150px;
}

.status-label {
	margin-bottom: 8px;
	color: var(--accent);
	font-size: 11px;
	letter-spacing: 0.12em;
}

.rate-label {
	color: #6d7d83;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.rate-value {
	margin-top: 5px;
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 700;
}

.guidance-rate .rate-value {
	font-size: 30px;
}

.rate-value span {
	color: var(--quiet);
	font-size: 14px;
	font-weight: 500;
}

.guidance-rate .rate-value span {
	font-size: 15px;
}

.engagement-connector {
	position: relative;
	width: 75%;
	height: 72px;
	margin: 0 auto;
}

.engagement-path-label {
	display: none;
}

.engagement-connector::before,
.engagement-connector::after,
.engagement-connector span {
	position: absolute;
	background: #b9cbd1;
	content: '';
}

.engagement-connector::before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 33px;
}

.engagement-connector::after {
	top: 32px;
	right: 0;
	left: 0;
	height: 1px;
}

.engagement-connector span {
	top: 32px;
	width: 1px;
	height: 25px;
}

.engagement-connector span::after {
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 7px;
	height: 7px;
	border-right: 1px solid var(--accent);
	border-bottom: 1px solid var(--accent);
	content: '';
	transform: rotate(45deg);
}

.engagement-connector span:nth-child(1) {
	left: 0;
}

.engagement-connector span:nth-child(2) {
	left: 33.333%;
}

.engagement-connector span:nth-child(3) {
	left: 66.666%;
}

.engagement-connector span:nth-child(4) {
	right: 0;
}

.engagement-card {
	display: flex;
	min-height: 290px;
	padding: 28px;
	flex-direction: column;
}

.engagement-card h3 {
	font-size: 18px;
	white-space: nowrap;
}

.engagement-rate {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid #edf1f2;
}

.rate-note {
	margin: 20px 0 0;
	color: #7b898e;
	font-size: 13.5px;
	line-height: 1.6;
}

.maestro-section {
	padding-top: 72px;
	padding-bottom: 32px;
	scroll-margin-top: 86px;
}

.maestro-section .section-intro {
	margin-bottom: 32px;
}

.maestro-panel {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(320px, 420px);
	align-items: center;
	gap: 40px;
	padding: 40px;
	color: #eef4f6;
	background: linear-gradient(150deg, #1e282d 0%, #1d3038 100%);
	border-radius: 8px;
}

.maestro-panel h2 {
	margin: 0 0 14px;
	font-family: var(--font-display);
	font-size: clamp(26px, 3vw, 34px);
}

.maestro-panel p {
	max-width: 720px;
	margin: 0 0 24px;
	color: #b8c6cb;
	font-size: 16.5px;
	line-height: 1.65;
	text-wrap: pretty;
}

.maestro-status {
	display: inline-block;
	margin-bottom: 18px;
	padding: 5px 12px;
	color: #8fd9ec;
	border: 1px solid rgba(63, 204, 237, 0.4);
	border-radius: 999px;
	font-family: var(--font-mono);
	font-size: 11.5px;
}

.maestro-preview {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: #090b0c;
	border: 1px solid #526067;
	border-radius: 6px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
	cursor: zoom-in;
}

.maestro-preview img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 180ms ease, opacity 180ms ease;
}

.maestro-preview-action {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 8px 11px;
	color: #10181b;
	background: rgba(143, 217, 236, 0.94);
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.maestro-preview:hover img,
.maestro-preview:focus-visible img {
	opacity: 0.82;
	transform: scale(1.015);
}

.maestro-preview:hover .maestro-preview-action,
.maestro-preview:focus-visible .maestro-preview-action {
	opacity: 1;
	transform: translateY(0);
}

.maestro-dialog {
	display: none;
	width: min(94vw, 1360px);
	max-width: none;
	max-height: 92vh;
	padding: 0;
	overflow: hidden;
	color: #eef4f6;
	background: #161d20;
	border: 1px solid #46555b;
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.maestro-dialog[open] {
	display: flex;
	flex-direction: column;
}

.maestro-dialog::backdrop {
	background: rgba(8, 12, 14, 0.86);
	backdrop-filter: blur(4px);
}

.maestro-dialog-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 26px;
	border-bottom: 1px solid #344248;
}

.maestro-dialog-header h2 {
	margin: 6px 0 0;
	font-family: var(--font-display);
	font-size: 28px;
}

.maestro-dialog-header .maestro-status {
	margin: 0;
}

.dialog-close {
	width: 42px;
	height: 42px;
	padding: 0;
	color: #d9e3e6;
	background: transparent;
	border: 1px solid #526168;
	border-radius: 6px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.dialog-close:hover,
.dialog-close:focus-visible {
	color: #10181b;
	background: var(--accent-bright);
}

.maestro-detail {
	display: grid;
	grid-template-columns: minmax(0, 800px) minmax(260px, 1fr);
	height: min(760px, calc(92vh - 98px));
	min-height: 0;
	gap: 32px;
	padding: 26px;
}

.maestro-annotated-image {
	position: relative;
	width: min(100%, calc((92vh - 150px) * 800 / 676));
	max-height: 100%;
	margin: auto;
	aspect-ratio: 800 / 676;
}

.maestro-annotated-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 1px solid #46555b;
}

.image-marker {
	position: absolute;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	color: #10181b;
	background: var(--accent-bright);
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	font-family: var(--font-mono);
	font-size: 13px;
	font-weight: 600;
	cursor: default;
	transform: translate(-50%, -50%);
	transition: color 140ms ease, background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
	user-select: none;
}

.image-marker::after {
	position: absolute;
	left: 27px;
	width: 34px;
	height: 2px;
	background: var(--accent-bright);
	content: '';
}

.image-marker:hover,
.image-marker:focus-visible,
.image-marker.is-active {
	color: #ffffff;
	background: #167f99;
	box-shadow: 0 0 0 5px rgba(63, 204, 237, 0.3), 0 3px 14px rgba(0, 0, 0, 0.7);
	outline: none;
	transform: translate(-50%, -50%) scale(1.12);
}

.marker-navigation { top: 10.8%; left: 12.25%; }
.marker-overview { top: 25.4%; left: 36%; }
.marker-configuration { top: 10.4%; left: 58%; }
.marker-volumes { top: 10.4%; left: 85%; }
.marker-logs { top: 75%; left: 53%; }
.marker-metrics { top: 85%; left: 25%; }
.marker-servers { top: 3.8%; left: 41.4%; }

@media (hover: none), (pointer: coarse) {
	.image-marker,
	.maestro-callouts li {
		cursor: pointer;
	}
}

.maestro-callouts {
	position: relative;
	display: grid;
	min-height: 0;
	align-content: start;
	gap: 16px;
	margin: 0;
	padding: 0 10px 0 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	list-style: none;
	counter-reset: maestro-callout;
	scrollbar-color: #59727b #202a2e;
	scrollbar-width: thin;
}

.maestro-callouts::-webkit-scrollbar { width: 8px; }
.maestro-callouts::-webkit-scrollbar-track { background: #202a2e; }
.maestro-callouts::-webkit-scrollbar-thumb { background: #59727b; border-radius: 4px; }
.maestro-callouts::-webkit-scrollbar-thumb:hover { background: #75919b; }

.maestro-callouts li {
	position: relative;
	padding: 15px 15px 15px 52px;
	background: #202a2e;
	border-left: 2px solid var(--accent-bright);
	counter-increment: maestro-callout;
	transition: color 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.maestro-callouts li.is-active {
	background: #29383e;
	border-color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(63, 204, 237, 0.5);
}

.maestro-callouts li:focus-visible {
	outline: 2px solid var(--accent-bright);
	outline-offset: -2px;
}

.maestro-callouts li::before {
	position: absolute;
	top: 15px;
	left: 16px;
	color: var(--accent-bright);
	font-family: var(--font-mono);
	font-weight: 600;
	content: counter(maestro-callout, decimal-leading-zero);
}

.maestro-callouts strong,
.maestro-callouts span {
	display: block;
}

.maestro-callouts strong {
	margin-bottom: 4px;
	font-size: 15px;
}

.maestro-callouts span {
	color: #b8c6cb;
	font-size: 13.5px;
	line-height: 1.5;
}

.contact-section {
	padding-top: 72px;
	padding-bottom: 96px;
	scroll-margin-top: 86px;
}

#services,
#work,
#engagement {
	scroll-margin-top: 86px;
}

.contact-layout {
	display: flex;
	gap: 40px 72px;
	flex-wrap: wrap;
}

.contact-copy {
	flex: 1 1 360px;
}

.contact-copy .section-intro {
	max-width: 460px;
	margin-bottom: 28px;
}

.contact-links {
	display: flex;
	align-items: center;
	gap: 12px 24px;
	flex-wrap: wrap;
}

.contact-links a {
	font-weight: 600;
}

.contact-form {
	display: grid;
	gap: 18px;
	padding: 34px 32px;
	flex: 1 1 400px;
}

.form-field {
	display: grid;
	gap: 7px;
}

.form-field label {
	color: var(--ink-soft);
	font-size: 14px;
	font-weight: 600;
}

.form-field input,
.form-field textarea {
	width: 100%;
	padding: 12px 14px;
	color: var(--ink);
	background: #f7fafb;
	border: 1px solid #d4dde1;
	border-radius: 8px;
	font-size: 15.5px;
	outline: none;
}

.form-field textarea {
	resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: var(--accent-bright);
}

.form-status {
	padding: 14px 18px;
	border-radius: 8px;
	font-size: 15px;
	text-align: center;
}

.form-status.success {
	color: #23606f;
	background: #e8f7fb;
	border: 1px solid var(--accent-bright);
}

.form-status.error {
	color: #8b2f25;
	background: #fff2f0;
	border: 1px solid #c94a3a;
}

.submit-button {
	padding: 14px 22px;
	color: #ffffff;
	background: var(--ink);
	border: 0;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.submit-button:hover:not(:disabled) {
	color: #10181b;
	background: var(--accent-bright);
}

.submit-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.site-footer {
	color: var(--quiet);
	background: var(--dark);
}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 32px;
	padding-top: 34px;
	padding-bottom: 34px;
	font-size: 14px;
	flex-wrap: wrap;
}

.footer-mark {
	width: 30px;
	height: 30px;
	border-radius: 7px;
}

.footer-mark img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.footer-nav {
	gap: 24px;
}

.footer-nav a {
	color: var(--quiet);
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #dfe7e9;
	font-family: var(--font-display);
	font-weight: 600;
}

.footer-brand:hover,
.footer-nav a:hover {
	color: var(--accent-bright);
}

@keyframes rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1100px) {
	.engagement-paths {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.engagement-connector {
		display: none;
	}

	.engagement-path-label {
		display: flex;
		align-items: center;
		gap: 14px;
		margin: 30px 0 18px;
		color: #6d7d83;
		font-family: var(--font-mono);
		font-size: 11px;
		letter-spacing: 0.12em;
	}

	.engagement-path-label::after {
		height: 1px;
		background: #cbd8dc;
		content: '';
		flex: 1;
	}
}

@media (min-width: 901px) {
	.marker-overview::after,
	.marker-logs::after {
		top: auto;
		bottom: 27px;
		left: 12px;
		width: 2px;
		height: 34px;
	}

	.marker-navigation::after {
		top: 27px;
		left: 12px;
		width: 2px;
		height: 48px;
	}

	.marker-configuration::after,
	.marker-volumes::after {
		top: 27px;
		left: 12px;
		width: 2px;
		height: 9px;
	}

	.marker-metrics::after {
		right: 27px;
		left: auto;
	}

	.marker-servers::after {
		right: 27px;
		left: auto;
		width: 65px;
	}
}

@media (max-width: 900px) {
	.site-header {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.menu-toggle {
		display: grid;
		width: 44px;
		height: 44px;
		padding: 0;
		place-items: center;
		color: #eef4f6;
		background: transparent;
		border: 1px solid #526168;
		border-radius: 6px;
		cursor: pointer;
	}

	.menu-toggle-icon,
	.menu-toggle-icon::before,
	.menu-toggle-icon::after {
		display: block;
		width: 20px;
		height: 2px;
		background: currentColor;
		content: '';
		transition: transform 160ms ease;
	}

	.menu-toggle-icon::before { transform: translateY(-6px); }
	.menu-toggle-icon::after { transform: translateY(4px); }
	.menu-toggle[aria-expanded="true"] .menu-toggle-icon { background: transparent; }
	.menu-toggle[aria-expanded="true"] .menu-toggle-icon::before { transform: translateY(1px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] .menu-toggle-icon::after { transform: translateY(-1px) rotate(-45deg); }

	.site-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		gap: 0;
		padding: 8px 20px 18px;
		background: rgba(26, 33, 36, 0.99);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
		flex-direction: column;
	}

	.menu-toggle[aria-expanded="true"] + .site-nav {
		display: flex;
	}

	.site-nav a,
	.site-nav .nav-contact {
		padding: 12px 10px;
		border-radius: 4px;
	}

	.site-nav a[aria-current="location"]::after {
		display: none;
	}

	.maestro-panel {
		grid-template-columns: 1fr;
	}

	.maestro-copy p {
		max-width: none;
	}

	.maestro-detail {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, auto) minmax(160px, 1fr);
	}

	.card-grid,
	.ownership-list,
	.engagement-paths {
		grid-template-columns: 1fr;
	}

	.engagement-connector {
		display: none;
	}

}

@media (max-width: 620px) {
	.content-width {
		padding-right: 20px;
		padding-left: 20px;
	}

	.site-nav {
		gap: 14px;
	}

	.hero {
		padding-top: 48px;
		padding-bottom: 64px;
	}

	.hero-copy {
		min-width: 0;
	}

	.page-section,
	.maestro-section,
	.contact-section {
		padding-top: 56px;
	}

	.work-card,
	.service-card,
	.ownership-panel,
	.guidance-card,
	.engagement-card,
	.contact-form,
	.maestro-panel {
		padding: 24px 22px;
	}

	.maestro-dialog {
		width: 100vw;
		height: 100dvh;
		max-height: 100dvh;
		margin: auto 0 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 8px 8px 0 0;
	}

	.maestro-dialog-header,
	.maestro-detail {
		padding: 18px;
	}

	.maestro-detail {
		height: auto;
		flex: 1;
		gap: 18px;
	}

	.maestro-annotated-image {
		width: min(100%, calc(42dvh * 800 / 676));
	}

	.maestro-callouts {
		align-content: start;
	}

	.image-marker {
		width: 27px;
		height: 27px;
		font-size: 11px;
	}

	.image-marker::after {
		display: none;
	}

	.footer-content {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		gap: 12px 24px;
		padding: 22px 0;
		border-top: 1px solid #334047;
		border-bottom: 1px solid #334047;
	}
}
