/* ARAZAS Campus / Dreamaplex — offices page */

.offices-page {
	--op-gold: #fbbf24;
	--op-gold-2: #f59e0b;
	--op-ink: #0b1220;
	--op-muted: #94a3b8;
	--op-text: #e2e8f0;
	--op-surface: #0f172a;
	--op-surface-2: #111827;
	--op-card: #ffffff;
	--op-border: rgba(148, 163, 184, 0.2);
	--op-border-light: #e2e8f0;
}

/* ================= HERO ================= */

.offices-hero {
	position: relative;
	min-height: clamp(640px, 92vh, 900px);
	padding: clamp(120px, 18vh, 200px) clamp(20px, 4vw, 48px) clamp(80px, 12vh, 140px);
	text-align: center;
	overflow: hidden;
	background: #020617;
	color: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offices-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	z-index: 0;
	pointer-events: none;
	user-select: none;
}

.offices-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 95% 70% at 50% 50%, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0.25) 45%, rgba(2, 6, 23, 0.78) 100%),
		linear-gradient(180deg, rgba(2, 6, 23, 0.55) 0%, rgba(2, 6, 23, 0.25) 30%, rgba(2, 6, 23, 0.35) 65%, rgba(2, 6, 23, 0.88) 100%);
}

.offices-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 860px;
	margin: 0 auto;
}

.offices-hero h1 {
	text-shadow: 0 2px 40px rgba(0, 0, 0, 0.55), 0 0 2px rgba(0, 0, 0, 0.35);
}

.offices-hero__lead {
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.65);
}

.offices-hero__eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--op-gold);
	background: rgba(251, 191, 36, 0.14);
	border: 1px solid rgba(251, 191, 36, 0.38);
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 18px;
}

.offices-hero h1 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: clamp(36px, 5.2vw, 60px);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 18px;
	color: #fff;
	letter-spacing: -0.01em;
}

.offices-hero h1 .gold {
	background: linear-gradient(135deg, #fde68a 0%, #fbbf24 45%, #f59e0b 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.offices-hero__lead {
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.65;
	color: #cbd5e1;
	max-width: 620px;
	margin: 0 auto 26px;
}

.offices-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 48px;
}

.offices-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 999px;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	letter-spacing: 0.02em;
}

.offices-btn--primary {
	background: linear-gradient(135deg, #fbbf24, #f59e0b);
	color: #0f172a;
	box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

.offices-btn--primary:hover {
	color: #0f172a;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(245, 158, 11, 0.5);
}

.offices-btn--ghost {
	background: rgba(15, 23, 42, 0.45);
	color: #e2e8f0;
	border: 1px solid rgba(148, 163, 184, 0.45);
	backdrop-filter: blur(8px);
}

.offices-btn--ghost:hover {
	border-color: rgba(251, 191, 36, 0.6);
	color: #fff;
}

/* ================= DREAMAPLEX SCENE ================= */

.dreamaplex-scene {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	pointer-events: none;
	user-select: none;
}

.dreamaplex-scene__skyline {
	position: absolute;
	inset: 0;
	filter: drop-shadow(0 30px 60px rgba(251, 191, 36, 0.18));
}

.dreamaplex-scene__moon {
	position: absolute;
	top: 8%;
	right: 14%;
	width: clamp(44px, 5.5vw, 72px);
	height: clamp(44px, 5.5vw, 72px);
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fef3c7, #fbbf24 55%, #b45309 100%);
	box-shadow:
		0 0 40px rgba(251, 191, 36, 0.6),
		0 0 120px rgba(245, 158, 11, 0.25);
	opacity: 0.9;
}

/* Pulsing beacon on top of the tower */
.dreamaplex-scene__beacon {
	position: absolute;
	left: 50%;
	top: 3%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fbbf24;
	box-shadow: 0 0 18px rgba(251, 191, 36, 0.95), 0 0 60px rgba(251, 191, 36, 0.55);
	animation: offices-pulse 1.6s ease-in-out infinite;
}

@keyframes offices-pulse {
	0%, 100% { opacity: 0.7; box-shadow: 0 0 14px rgba(251, 191, 36, 0.85), 0 0 40px rgba(251, 191, 36, 0.4); }
	50%       { opacity: 1; box-shadow: 0 0 26px rgba(251, 191, 36, 1), 0 0 80px rgba(251, 191, 36, 0.6); }
}

.dreamaplex-scene__label {
	position: absolute;
	left: 50%;
	bottom: 6%;
	transform: translateX(-50%);
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #fbbf24;
	padding: 6px 12px;
	background: rgba(11, 18, 32, 0.78);
	border: 1px solid rgba(251, 191, 36, 0.4);
	border-radius: 999px;
	white-space: nowrap;
}

/* ================= STATS BAND ================= */

.offices-statband {
	position: relative;
	z-index: 2;
	margin-top: -70px;
	padding: 0 clamp(16px, 4vw, 40px);
}

.offices-statband__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(148, 163, 184, 0.22);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(8, 12, 24, 0.55);
}

.offices-statband__item {
	background: #fff;
	padding: 22px 18px;
	text-align: center;
}

.offices-statband__value {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 4px;
	letter-spacing: -0.01em;
}

.offices-statband__value .gold {
	background: linear-gradient(135deg, #f59e0b, #b45309);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.offices-statband__label {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #64748b;
}

/* ================= BODY ================= */

.offices-body {
	background: #f8fafc;
	padding: clamp(64px, 9vw, 110px) clamp(20px, 4vw, 40px) 80px;
}

.offices-section {
	max-width: 1200px;
	margin: 0 auto 72px;
}

.offices-section:last-of-type {
	margin-bottom: 0;
}

.offices-section__head {
	margin-bottom: 34px;
	max-width: 780px;
}

.offices-section__head.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.offices-section__kicker {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b45309;
	margin: 0 0 10px;
}

.offices-section h2 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: clamp(26px, 2.8vw, 34px);
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 10px;
	line-height: 1.18;
	letter-spacing: -0.01em;
}

.offices-section__sub {
	font-size: 16px;
	line-height: 1.65;
	color: #475569;
	margin: 0;
	max-width: 720px;
}

.offices-section__head.center .offices-section__sub {
	margin-left: auto;
	margin-right: auto;
}

/* ================= SIGNATURE (Dreamaplex spotlight) ================= */

.offices-signature {
	background: linear-gradient(135deg, #111827 0%, #1e293b 55%, #0b1220 100%);
	color: #e2e8f0;
	border-radius: 22px;
	overflow: hidden;
	padding: clamp(32px, 5vw, 56px);
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 28px 70px rgba(8, 12, 24, 0.18);
}

.offices-signature__copy h3 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: clamp(26px, 2.8vw, 36px);
	font-weight: 700;
	color: #fff;
	margin: 0 0 14px;
	line-height: 1.18;
	letter-spacing: -0.01em;
}

.offices-signature__copy h3 .gold {
	background: linear-gradient(135deg, #fde68a, #f59e0b);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.offices-signature__lead {
	font-size: 16px;
	line-height: 1.68;
	color: #cbd5e1;
	margin: 0 0 22px;
}

.offices-signature__meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 20px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.offices-signature__meta li {
	padding-left: 22px;
	position: relative;
	color: #e2e8f0;
	font-size: 14px;
	line-height: 1.5;
}

.offices-signature__meta li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	background: linear-gradient(135deg, #fbbf24, #b45309);
	border-radius: 2px;
	transform: rotate(45deg);
	box-shadow: 0 0 12px rgba(251, 191, 36, 0.55);
}

.offices-signature__meta strong {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--op-gold);
	margin-bottom: 2px;
}

.offices-signature__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* Tower render (compact, for signature column) */

.offices-signature__render {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 18px;
	overflow: hidden;
	background: #020617;
	border: 1px solid rgba(251, 191, 36, 0.22);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.offices-signature__render img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* ================= CAMPUS BUILDINGS GRID ================= */

.campus-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
}

.campus-tile {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--op-border-light);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.campus-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
	border-color: rgba(251, 191, 36, 0.55);
}

.campus-tile__visual {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(180deg, #0b1220 0%, #1e293b 100%);
}

.campus-tile__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

.campus-tile:hover .campus-tile__visual img {
	transform: scale(1.04);
}

.campus-tile__body {
	padding: 20px 20px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.campus-tile__badge {
	align-self: flex-start;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f172a;
	background: linear-gradient(135deg, #fef3c7, #fde68a);
	border: 1px solid rgba(251, 191, 36, 0.5);
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 10px;
}

.campus-tile h3 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 6px;
	line-height: 1.25;
}

.campus-tile__sub {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
	margin: 0 0 10px;
}

.campus-tile p {
	font-size: 14px;
	line-height: 1.6;
	color: #475569;
	margin: 0 0 0;
	flex: 1;
}

.campus-tile__flag {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(11, 18, 32, 0.72);
	border: 1px solid rgba(251, 191, 36, 0.45);
	padding: 4px 9px;
	border-radius: 999px;
	backdrop-filter: blur(6px);
}

/* ================= AMENITIES ================= */

.amenities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
}

.amenity {
	background: #fff;
	border: 1px solid var(--op-border-light);
	border-radius: 14px;
	padding: 18px 18px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.amenity:hover {
	border-color: rgba(251, 191, 36, 0.55);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.amenity__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	color: #0f172a;
	background: linear-gradient(135deg, #fef3c7, #fde68a);
	border: 1px solid rgba(251, 191, 36, 0.5);
	font-size: 16px;
}

.amenity h4 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 4px;
	letter-spacing: -0.005em;
}

.amenity p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #64748b;
}

/* ================= LOCATION ================= */

.offices-location {
	background: #fff;
	border: 1px solid var(--op-border-light);
	border-radius: 18px;
	padding: clamp(28px, 4vw, 44px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 4vw, 40px);
	align-items: center;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.offices-location h3 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 10px;
	line-height: 1.2;
}

.offices-location p {
	font-size: 15px;
	line-height: 1.65;
	color: #475569;
	margin: 0 0 16px;
}

.offices-location__list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.offices-location__list li {
	padding: 12px 14px;
	background: #f8fafc;
	border: 1px solid var(--op-border-light);
	border-radius: 10px;
	font-size: 13px;
	color: #334155;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.offices-location__list li strong {
	color: #0f172a;
	font-weight: 700;
}

.offices-location__list li span {
	color: #64748b;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.offices-location__map {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(180deg, #0b1220 0%, #1e293b 55%, #334155 100%);
	border: 1px solid rgba(148, 163, 184, 0.3);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.offices-location__map svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* ================= CTA FOOTER ================= */

.offices-cta {
	max-width: 1200px;
	margin: 64px auto 0;
	padding: clamp(32px, 5vw, 52px) clamp(24px, 4vw, 44px);
	background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 55%, #111827 100%);
	border-radius: 20px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
	color: #e2e8f0;
	text-align: center;
}

.offices-cta h2 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

.offices-cta p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	color: #cbd5e1;
}

.offices-cta__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.offices-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 999px;
	text-decoration: none;
	color: #e2e8f0;
	border: 1px solid rgba(148, 163, 184, 0.4);
	background: rgba(15, 23, 42, 0.4);
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.offices-cta__btn:hover {
	border-color: rgba(251, 191, 36, 0.6);
	color: #fff;
}

.offices-cta__btn--accent {
	background: linear-gradient(135deg, #fbbf24, #f59e0b);
	border-color: transparent;
	color: #0f172a;
}

.offices-cta__btn--accent:hover {
	color: #0f172a;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 960px) {
	.offices-signature {
		grid-template-columns: 1fr;
	}

	.offices-signature__render {
		aspect-ratio: 16 / 10;
		max-width: 520px;
		margin: 0 auto;
	}

	.offices-location {
		grid-template-columns: 1fr;
	}

	.offices-statband__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.offices-hero {
		padding-bottom: clamp(100px, 18vh, 160px);
	}

	.offices-statband {
		margin-top: -56px;
	}

	.offices-statband__inner {
		grid-template-columns: 1fr 1fr;
	}

	.offices-signature__meta {
		grid-template-columns: 1fr;
	}

	.offices-location__list {
		grid-template-columns: 1fr;
	}

	.offices-cta__row {
		flex-direction: column;
	}
}
