:root {
	--sdh-ink: #3f464d;
	--sdh-blue: #65c2d2;
	--sdh-blue-dark: #14537a;
	--sdh-green: #93c96d;
	--sdh-cream: #f4dda0;
	--sdh-white: #ffffff;
	--sdh-line: #d9eef0;
	--sdh-shadow: 0 18px 45px rgba(20, 83, 122, 0.12);
}

html {
	scroll-behavior: smooth;
}

body.spacedock-header-enabled .wp-site-blocks > header,
body.spacedock-header-enabled header.wp-block-template-part,
body.spacedock-header-enabled .site-header:not(.spacedock-header),
body.spacedock-header-enabled .wp-block-site-title,
body.home.spacedock-header-enabled .wp-site-blocks > footer,
body.home.spacedock-header-enabled footer.wp-block-template-part,
body.home.spacedock-header-enabled .site-footer:not(.spacedock-footer),
body.home.spacedock-header-enabled footer:not(.spacedock-footer) {
	display: none !important;
}

.spacedock-header,
.spacedock-header * {
	box-sizing: border-box;
}

.spacedock-header {
	position: sticky;
	top: 0;
	z-index: 9998;
	border-top: 2px solid transparent;
	border-image: linear-gradient(90deg, var(--sdh-blue), var(--sdh-green), var(--sdh-cream)) 1;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 0 rgba(20, 83, 122, 0.08);
	backdrop-filter: blur(14px);
	font-family: "Manrope", sans-serif;
}

.admin-bar .spacedock-header {
	top: 32px;
}

.spacedock-header__inner {
	width: min(1228px, calc(100% - 48px));
	min-height: 112px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 34px;
}

.spacedock-brand,
.spacedock-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	color: inherit;
	text-decoration: none;
}

.spacedock-logo,
.spacedock-brand .custom-logo {
	display: block;
	width: auto;
	height: 92px;
	max-width: min(255px, 32vw);
	object-fit: contain;
}

body.home.spacedock-header-enabled .page-header .entry-title {
	display: none !important;
}

body.home.spacedock-header-enabled main {
	display: none;
}

.spacedock-campus-hero {
	min-height: clamp(430px, calc(100vh - 114px), 560px);
	padding: 64px;
	background-image:
		linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.02) 46%),
		url("campus-bg.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: "Manrope", sans-serif;
}

.spacedock-campus-card {
	width: min(540px, 100%);
	padding: 42px 48px 48px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 22px 44px rgba(15, 65, 105, 0.18);
}

.spacedock-campus-card h1 {
	margin: 0 0 22px;
	color: #111827;
	font-size: clamp(2.4rem, 3.45vw, 2.95rem);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: 0;
}

.spacedock-campus-card h1 span {
	display: block;
	white-space: nowrap;
}

.spacedock-campus-card p {
	max-width: 330px;
	margin: 0 0 10px;
	color: #4b5563;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.45;
}

.spacedock-campus-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 20px;
}

.spacedock-campus-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 24px;
	border: 1px solid var(--sdh-green);
	border-radius: 7px;
	color: #23ad8b !important;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.78);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.spacedock-campus-button:hover,
.spacedock-campus-button:focus-visible {
	color: #ffffff !important;
	background: linear-gradient(135deg, var(--sdh-blue), var(--sdh-green));
	transform: translateY(-1px);
}

.spacedock-whatsapp-icon {
	width: 23px;
	height: 23px;
	flex: 0 0 auto;
	display: block;
}

.spacedock-growth-section {
	position: relative;
	padding: 76px 48px 82px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(101, 194, 210, 0.11), transparent 34%),
		linear-gradient(315deg, rgba(147, 201, 109, 0.12), transparent 32%),
		#ffffff;
	font-family: "Manrope", sans-serif;
}

.spacedock-growth-section::before {
	position: absolute;
	top: 24px;
	right: 42px;
	width: 180px;
	height: 180px;
	content: "";
	border: 1px solid rgba(101, 194, 210, 0.26);
	border-radius: 999px;
	box-shadow: 0 0 0 38px rgba(147, 201, 109, 0.08);
	pointer-events: none;
}

.spacedock-growth-inner {
	position: relative;
	z-index: 1;
	width: min(1228px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(560px, 0.96fr) minmax(380px, 1fr);
	align-items: center;
	gap: clamp(42px, 6vw, 84px);
}

.spacedock-growth-copy {
	max-width: 680px;
}

.spacedock-section-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0 0 16px;
	padding: 0 14px;
	border: 1px solid rgba(35, 173, 139, 0.28);
	border-radius: 999px;
	color: #16856f;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.72);
}

.spacedock-growth-copy h2 {
	max-width: 680px;
	margin: 0 0 22px;
	color: #111827;
	font-size: clamp(2.8rem, 3.55vw, 3.6rem);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: 0;
}

.spacedock-growth-copy h2 span {
	display: block;
	white-space: nowrap;
}

.spacedock-growth-copy p:last-child {
	margin: 0;
	color: #5c6577;
	font-size: clamp(1.03rem, 1.35vw, 1.22rem);
	font-weight: 600;
	line-height: 1.58;
}

.spacedock-map-card {
	position: relative;
	min-height: 430px;
	padding: 14px;
	border: 1px solid rgba(101, 194, 210, 0.28);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 28px 70px rgba(15, 65, 105, 0.14);
	backdrop-filter: blur(12px);
}

.spacedock-map-card iframe {
	display: block;
	width: 100%;
	height: 430px;
	border: 0;
	border-radius: 18px;
	filter: saturate(0.96) contrast(1.02);
}

.spacedock-map-label {
	position: absolute;
	top: 34px;
	left: 34px;
	z-index: 2;
	display: grid;
	gap: 4px;
	max-width: min(330px, calc(100% - 68px));
	padding: 16px 18px;
	border: 1px solid rgba(101, 194, 210, 0.2);
	border-radius: 14px;
	color: #111827;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 40px rgba(15, 65, 105, 0.14);
}

.spacedock-map-label strong {
	font-size: 1rem;
	font-weight: 800;
}

.spacedock-map-label span {
	color: #5c6577;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
}

.spacedock-workspaces-section {
	scroll-margin-top: 24px;
	padding: 72px 46px 78px;
	background: #ffffff;
	font-family: "Manrope", sans-serif;
}

.spacedock-workspaces-inner {
	width: min(1228px, 100%);
	margin: 0 auto;
}

.spacedock-workspaces-inner h2 {
	margin: 0 0 66px;
	color: #080f1c;
	font-size: clamp(2.7rem, 4.2vw, 3.45rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0;
}

.spacedock-workspaces-inner h2 strong {
	font-weight: 800;
}

.spacedock-workspace-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 38px;
}

.spacedock-workspace-card {
	min-height: 225px;
	padding: 25px 32px 28px;
	border: 1px solid rgba(8, 15, 28, 0.28);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 11px 22px rgba(8, 15, 28, 0.14);
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.spacedock-workspace-card.is-active,
.spacedock-workspace-card:hover,
.spacedock-workspace-card:focus-within {
	border-color: #23ad8b;
	box-shadow: 0 16px 30px rgba(35, 173, 139, 0.14);
	transform: translateY(-2px);
}

.spacedock-workspace-card:focus-visible {
	outline: 3px solid rgba(35, 173, 139, 0.26);
	outline-offset: 4px;
}

.spacedock-workspace-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 30px;
	border-radius: 8px;
	color: #080f1c;
	background: #ffffff;
	box-shadow: 0 6px 15px rgba(8, 15, 28, 0.14);
}

.spacedock-workspace-icon svg {
	display: block;
	width: 36px;
	height: 36px;
}

.spacedock-workspace-card h3 {
	margin: 0 0 12px;
	color: #080f1c;
	font-size: 1.38rem;
	font-weight: 800;
	line-height: 1.15;
}

.spacedock-workspace-card p {
	max-width: 220px;
	margin: 0;
	color: #5c6577;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.45;
}

.spacedock-workspace-details {
	margin-top: 58px;
	border: 2px solid #1f1f1f;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(8, 15, 28, 0.08);
}

.spacedock-detail-set[hidden],
.spacedock-detail-panel[hidden] {
	display: none !important;
}

.spacedock-detail-tabs {
	display: grid;
	grid-template-columns: repeat(var(--spacedock-tab-count, 4), minmax(0, 1fr));
	border-bottom: 2px solid #1f1f1f;
}

.spacedock-detail-tabs[data-tab-count="6"] {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spacedock-detail-tabs[data-tab-count="6"] .spacedock-detail-tab:nth-child(4) {
	border-right: 0;
}

.spacedock-detail-tabs[data-tab-count="6"] .spacedock-detail-tab:nth-child(n + 5) {
	grid-column: span 2;
	border-top: 2px solid #1f1f1f;
}

.spacedock-detail-tab {
	min-height: 72px;
	padding: 0 18px;
	border: 0;
	border-right: 2px solid #1f1f1f;
	color: #080f1c;
	font: inherit;
	font-size: 1.02rem;
	font-weight: 700;
	background: #ffffff;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.spacedock-detail-tab:last-child {
	border-right: 0;
}

.spacedock-detail-tab.is-active,
.spacedock-detail-tab:hover,
.spacedock-detail-tab:focus-visible {
	color: #ffffff;
	background: #1f1f1f;
}

.spacedock-detail-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.9fr);
	align-items: center;
	gap: clamp(42px, 5vw, 64px);
	padding: 52px 40px;
}

.spacedock-detail-image-wrap {
	overflow: hidden;
	min-height: 390px;
	border-radius: 14px;
	background: #111827;
	box-shadow: 0 20px 42px rgba(8, 15, 28, 0.18);
}

.spacedock-detail-image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.spacedock-detail-copy h3 {
	margin: 0 0 30px;
	color: #080f1c;
	font-size: clamp(3rem, 4.2vw, 4.05rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.spacedock-detail-copy p {
	margin: 0 0 26px;
	color: #5c6577;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.52;
}

.spacedock-detail-copy .spacedock-detail-price {
	margin-bottom: 4px;
	color: #23ad8b;
	font-weight: 800;
}

.spacedock-detail-copy .spacedock-detail-capacity {
	margin-bottom: 34px;
}

.spacedock-detail-copy strong {
	color: #5c6577;
	font-weight: 800;
}

.spacedock-detail-features {
	margin-bottom: 0 !important;
}

.spacedock-gallery-section {
	overflow: hidden;
	padding: 124px 0 48px;
	background: #ffffff;
	font-family: "Manrope", sans-serif;
}

.spacedock-gallery-section,
.spacedock-gallery-section * {
	box-sizing: border-box;
}

.spacedock-gallery-inner h2 {
	width: min(1228px, calc(100% - 96px));
	margin: 0 auto 54px;
	color: #080f1c;
	font-size: clamp(2.35rem, 3.35vw, 3rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.spacedock-gallery-inner h2 strong {
	font-weight: 800;
}

.spacedock-gallery-viewport {
	overflow: hidden;
	width: 100%;
	min-height: 480px;
}

.spacedock-gallery-track {
	display: flex;
	align-items: center;
	gap: clamp(54px, 5vw, 72px);
	width: max-content;
	margin-left: clamp(-88px, -6vw, -42px);
	padding-top: 32px;
	will-change: transform;
}

.spacedock-gallery-card {
	position: relative;
	z-index: 1;
	flex: 0 0 clamp(210px, 16vw, 224px);
	height: clamp(310px, 23.8vw, 326px);
	overflow: hidden;
	margin: 0;
	border-radius: 14px;
	background: #111827;
	box-shadow: 0 18px 38px rgba(8, 15, 28, 0.16);
	transform: scale(1);
	transform-origin: top center;
	transition: transform 520ms ease, box-shadow 520ms ease, opacity 520ms ease;
}

.spacedock-gallery-card.is-center {
	z-index: 3;
	box-shadow: 0 24px 52px rgba(8, 15, 28, 0.24);
	transform: scale(1.28);
}

.spacedock-gallery-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spacedock-tour-section {
	padding: 70px 24px 88px;
	background: #fafafa;
	font-family: "Manrope", sans-serif;
}

.spacedock-tour-section,
.spacedock-tour-section * {
	box-sizing: border-box;
}

.spacedock-tour-section h2 {
	margin: 0 0 38px;
	color: #080f1c;
	text-align: center;
	font-size: clamp(2.45rem, 4.1vw, 3.55rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.spacedock-tour-section h2 strong {
	font-weight: 800;
}

.spacedock-tour-card {
	width: min(834px, 100%);
	min-height: 430px;
	margin: 0 auto;
	padding: 76px 52px 34px;
	border: 1px solid rgba(8, 15, 28, 0.08);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(8, 15, 28, 0.08);
	text-align: center;
}

.spacedock-tour-logo {
	display: block;
	width: min(260px, 70%);
	height: auto;
	max-height: 96px;
	margin: 0 auto 34px;
	object-fit: contain;
}

.spacedock-tour-welcome {
	margin: 0 0 36px;
	color: #101828;
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1.35;
}

.spacedock-tour-copy {
	max-width: 560px;
	margin: 0 auto 32px;
	color: #101828;
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1.35;
}

.spacedock-tour-start {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	min-height: 50px;
	padding: 0 26px;
	border-radius: 8px;
	color: #ffffff !important;
	font-size: 1rem;
	font-weight: 800;
	text-decoration: none;
	background: #4fc099;
	transition: transform 180ms ease, background-color 180ms ease;
}

.spacedock-tour-start:hover,
.spacedock-tour-start:focus-visible {
	background: #23ad8b;
	transform: translateY(-1px);
}

.spacedock-tour-time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 12px 0 0;
	color: #3f464d;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
}

.spacedock-footer {
	color: #ffffff;
	background: #202020;
	font-family: "Manrope", sans-serif;
}

.spacedock-footer,
.spacedock-footer * {
	box-sizing: border-box;
}

.spacedock-footer-inner {
	width: min(1228px, calc(100% - 96px));
	margin: 0 auto;
	padding: 36px 0 70px;
}

.spacedock-footer-logo-row {
	display: flex;
	align-items: center;
	padding-bottom: 28px;
	margin-bottom: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.spacedock-footer-main {
	display: grid;
	grid-template-columns: minmax(390px, 0.8fr) minmax(460px, 1fr);
	gap: clamp(56px, 8vw, 132px);
	align-items: start;
}

.spacedock-footer-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.spacedock-footer-logo {
	display: block;
	width: auto;
	height: 82px;
	max-width: 228px;
	object-fit: contain;
}

.spacedock-footer-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(130px, 1fr));
	gap: 62px;
	margin-top: 0;
	max-width: 430px;
}

.spacedock-footer-links ul {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.spacedock-footer-links li {
	margin: 0;
	padding: 0;
}

.spacedock-footer a {
	color: inherit;
	text-decoration: none;
}

.spacedock-footer-links a,
.spacedock-footer-contact a,
.spacedock-footer-press {
	display: inline-flex;
	color: #ffffff !important;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	transition: color 180ms ease;
}

.spacedock-footer-links a:hover,
.spacedock-footer-links a:focus-visible,
.spacedock-footer-contact a:hover,
.spacedock-footer-contact a:focus-visible,
.spacedock-footer-press:hover,
.spacedock-footer-press:focus-visible {
	color: #4fc099 !important;
}

.spacedock-footer-newsletter h2 {
	max-width: 650px;
	margin: 0 0 18px;
	color: #ffffff;
	font-size: clamp(2rem, 3vw, 2.48rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
}

.spacedock-footer-form {
	margin: 0;
}

.spacedock-footer-form label {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 700;
}

.spacedock-footer-form-row {
	display: grid;
	grid-template-columns: minmax(0, 420px) 130px;
	gap: 16px;
	align-items: center;
}

.spacedock-footer-form input {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 7px;
	color: #111827;
	font: inherit;
	font-weight: 600;
	background: #ffffff;
	outline: none;
}

.spacedock-footer-form input:focus-visible {
	border-color: #4fc099;
	box-shadow: 0 0 0 3px rgba(79, 192, 153, 0.24);
}

.spacedock-footer-form button {
	height: 46px;
	border: 1px solid #4fc099;
	border-radius: 7px;
	color: #4fc099;
	font: inherit;
	font-size: 0.98rem;
	font-weight: 800;
	background: transparent;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.spacedock-footer-form button:hover,
.spacedock-footer-form button:focus-visible {
	color: #202020;
	background: #4fc099;
	transform: translateY(-1px);
}

.spacedock-footer-meta {
	display: grid;
	grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.9fr) minmax(210px, 0.62fr);
	gap: 42px;
	align-items: end;
	margin-top: 54px;
}

.spacedock-footer-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.spacedock-footer-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	color: #202020;
	background: #ffffff;
}

.spacedock-footer-social svg {
	display: block;
	width: 18px;
	height: 18px;
}

.spacedock-footer-press {
	margin-left: 6px;
	font-weight: 800;
}

.spacedock-footer-address {
	margin: 0;
	color: #ffffff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.42;
}

.spacedock-footer-contact {
	display: grid;
	gap: 12px;
	justify-items: end;
	color: #ffffff;
}

.spacedock-footer-bottom {
	border-top: 1px solid #4fc099;
	text-align: center;
}

.spacedock-footer-bottom p {
	margin: 0;
	padding: 9px 16px 8px;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
}

.spacedock-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #282d33;
	font-size: 0.98rem;
	font-weight: 700;
}

.spacedock-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 31px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.spacedock-menu li {
	position: relative;
	margin: 0;
	padding: 0;
}

.spacedock-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

.spacedock-menu > li > a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	height: 2px;
	content: "";
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sdh-blue), var(--sdh-green));
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 180ms ease;
}

.spacedock-menu > li > a:hover,
.spacedock-menu > li > a:focus-visible {
	color: var(--sdh-blue-dark);
}

.spacedock-menu > li > a:hover::after,
.spacedock-menu > li > a:focus-visible::after {
	transform: scaleX(1);
}

.spacedock-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	border-radius: 8px;
	color: var(--sdh-white) !important;
	font-weight: 800;
	text-decoration: none;
	background: linear-gradient(135deg, var(--sdh-blue), var(--sdh-green));
	box-shadow: 0 12px 26px rgba(101, 194, 210, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.spacedock-cta:hover,
.spacedock-cta:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 15px 30px rgba(117, 173, 84, 0.25);
}

.spacedock-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--sdh-line);
	border-radius: 8px;
	background: var(--sdh-white);
	cursor: pointer;
}

.spacedock-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	border-radius: 999px;
	background: var(--sdh-ink);
	transition: transform 180ms ease, opacity 180ms ease;
}

.spacedock-menu-toggle.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.spacedock-menu-toggle.is-open span:nth-child(2) {
	opacity: 0;
}

.spacedock-menu-toggle.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 782px) {
	.admin-bar .spacedock-header {
		top: 46px;
	}
}

@media (max-width: 1060px) {
	.spacedock-header__inner {
		width: min(100% - 32px, 1228px);
		min-height: 84px;
		grid-template-columns: auto auto;
		justify-content: space-between;
		gap: 20px;
	}

	.spacedock-logo,
	.spacedock-brand .custom-logo {
		width: auto;
		height: 64px;
		max-width: min(178px, 50vw);
	}

	.spacedock-menu-toggle {
		display: block;
		order: 3;
	}

	.spacedock-nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 16px;
		right: 16px;
		display: grid;
		padding: 18px;
		border: 1px solid var(--sdh-line);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: var(--sdh-shadow);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.spacedock-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.spacedock-menu {
		display: grid;
		justify-content: stretch;
		gap: 4px;
	}

	.spacedock-menu a {
		display: flex;
		min-height: 42px;
		padding: 0 4px;
	}

	.spacedock-menu > li > a::after {
		display: none;
	}

	.spacedock-cta {
		display: none;
	}

	.spacedock-campus-hero {
		min-height: 520px;
		padding: 38px 24px;
	}

	.spacedock-campus-card {
		padding: 34px 30px 36px;
	}

	.spacedock-campus-card h1 {
		font-size: clamp(2.1rem, 7vw, 2.55rem);
	}

	.spacedock-growth-section {
		padding: 58px 24px 64px;
	}

	.spacedock-growth-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.spacedock-growth-copy h2 span {
		white-space: normal;
	}

	.spacedock-map-card,
	.spacedock-map-card iframe {
		min-height: 360px;
		height: 360px;
	}

	.spacedock-workspaces-section {
		padding: 58px 24px 64px;
	}

	.spacedock-workspaces-inner h2 {
		margin-bottom: 38px;
	}

	.spacedock-workspace-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.spacedock-detail-panel {
		grid-template-columns: 1fr;
		padding: 34px 28px 42px;
	}

	.spacedock-detail-image-wrap,
	.spacedock-detail-image-wrap img {
		min-height: 320px;
	}

	.spacedock-gallery-section {
		padding: 88px 0 64px;
	}

	.spacedock-gallery-inner h2 {
		width: min(100% - 48px, 1228px);
		margin-bottom: 50px;
	}

	.spacedock-gallery-viewport {
		min-height: 380px;
	}

	.spacedock-gallery-track {
		gap: 36px;
		margin-left: -42px;
		padding-top: 24px;
	}

	.spacedock-gallery-card {
		flex-basis: clamp(182px, 33vw, 230px);
		height: clamp(260px, 46vw, 322px);
	}

	.spacedock-tour-section {
		padding: 58px 24px 70px;
	}

	.spacedock-tour-card {
		min-height: 390px;
		padding: 58px 34px 30px;
	}

	.spacedock-tour-copy,
	.spacedock-tour-welcome {
		font-size: 1.28rem;
	}

	.spacedock-footer-inner {
		width: min(100% - 48px, 1228px);
		padding: 34px 0 54px;
	}

	.spacedock-footer-main {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.spacedock-footer-newsletter h2 {
		margin-top: 0;
	}

	.spacedock-footer-form-row {
		grid-template-columns: minmax(0, 1fr) 128px;
	}

	.spacedock-footer-meta {
		grid-template-columns: 1fr;
		gap: 28px;
		align-items: start;
		margin-top: 42px;
	}

	.spacedock-footer-contact {
		justify-items: start;
	}
}

@media (max-width: 430px) {
	.spacedock-header__inner {
		width: min(100% - 24px, 1228px);
	}

	.spacedock-logo,
	.spacedock-brand .custom-logo {
		height: 56px;
		max-width: min(155px, 50vw);
	}

	.spacedock-campus-hero {
		padding: 28px 16px;
	}

	.spacedock-campus-card {
		padding: 30px 24px 32px;
		border-radius: 16px;
	}

	.spacedock-campus-card h1 {
		font-size: clamp(1.9rem, 9vw, 2.28rem);
	}

	.spacedock-campus-actions {
		gap: 12px;
	}

	.spacedock-campus-button {
		width: 100%;
	}

	.spacedock-growth-section {
		padding: 46px 16px 52px;
	}

	.spacedock-growth-copy h2 {
		font-size: clamp(2.2rem, 12vw, 3rem);
	}

	.spacedock-growth-copy p:last-child {
		font-size: 1rem;
	}

	.spacedock-map-card {
		padding: 10px;
		border-radius: 18px;
	}

	.spacedock-map-card,
	.spacedock-map-card iframe {
		min-height: 310px;
		height: 310px;
	}

	.spacedock-map-label {
		top: 22px;
		left: 22px;
		max-width: calc(100% - 44px);
		padding: 13px 14px;
	}

	.spacedock-workspaces-section {
		padding: 48px 16px 54px;
	}

	.spacedock-workspaces-inner h2 {
		font-size: clamp(2.2rem, 11vw, 2.75rem);
		margin-bottom: 28px;
	}

	.spacedock-workspace-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.spacedock-workspace-card {
		min-height: 0;
		padding: 24px 28px 26px;
	}

	.spacedock-workspace-details {
		margin-top: 32px;
		border-width: 1px;
	}

	.spacedock-detail-tabs {
		grid-template-columns: 1fr 1fr;
		border-bottom-width: 1px;
	}

	.spacedock-detail-tabs[data-tab-count="6"] {
		grid-template-columns: 1fr 1fr;
	}

	.spacedock-detail-tabs[data-tab-count="6"] .spacedock-detail-tab:nth-child(n + 5) {
		grid-column: auto;
		border-top-width: 1px;
	}

	.spacedock-detail-tabs[data-tab-count="6"] .spacedock-detail-tab:nth-child(4) {
		border-right: 0;
	}

	.spacedock-detail-tab {
		min-height: 54px;
		border-right-width: 1px;
		border-bottom: 1px solid #1f1f1f;
		font-size: 0.92rem;
	}

	.spacedock-detail-tab:nth-child(2n) {
		border-right: 0;
	}

	.spacedock-detail-panel {
		padding: 24px 18px 30px;
		gap: 26px;
	}

	.spacedock-detail-image-wrap,
	.spacedock-detail-image-wrap img {
		min-height: 225px;
	}

	.spacedock-detail-copy h3 {
		font-size: clamp(2.45rem, 12vw, 3.05rem);
		margin-bottom: 20px;
	}

	.spacedock-detail-copy p {
		font-size: 1rem;
	}

	.spacedock-gallery-section {
		padding: 70px 0 58px;
	}

	.spacedock-gallery-inner h2 {
		width: min(100% - 32px, 1228px);
		margin-bottom: 39px;
		font-size: clamp(2.05rem, 10vw, 2.55rem);
	}

	.spacedock-gallery-viewport {
		min-height: 330px;
	}

	.spacedock-gallery-track {
		gap: 26px;
		margin-left: -34px;
		padding-top: 19px;
	}

	.spacedock-gallery-card {
		flex-basis: 176px;
		height: 252px;
	}

	.spacedock-gallery-card.is-center {
		transform: scale(1.16);
	}

	.spacedock-tour-section {
		padding: 46px 16px 58px;
	}

	.spacedock-tour-section h2 {
		margin-bottom: 26px;
		font-size: clamp(2.05rem, 10vw, 2.7rem);
	}

	.spacedock-tour-card {
		min-height: 0;
		padding: 42px 22px 28px;
	}

	.spacedock-tour-logo {
		width: min(218px, 76%);
		margin-bottom: 26px;
	}

	.spacedock-tour-copy,
	.spacedock-tour-welcome {
		font-size: 1.05rem;
	}

	.spacedock-footer-inner {
		width: min(100% - 32px, 1228px);
		padding: 28px 0 46px;
	}

	.spacedock-footer-logo {
		height: 58px;
		max-width: 170px;
	}

	.spacedock-footer-links {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 24px;
	}

	.spacedock-footer-links ul {
		gap: 14px;
	}

	.spacedock-footer-newsletter h2 {
		font-size: clamp(1.72rem, 8vw, 2.05rem);
	}

	.spacedock-footer-form-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.spacedock-footer-form button {
		width: 100%;
	}

	.spacedock-footer-socials {
		gap: 12px;
	}

	.spacedock-footer-press {
		width: 100%;
		margin-left: 0;
		margin-top: 4px;
	}

	.spacedock-footer-bottom p {
		font-size: 0.9rem;
	}
}