/* -------------------------------------------------------------------------- */
/* Depolama — full-viewport 2-column hero (Tranzport warehousing)             */
/* -------------------------------------------------------------------------- */

.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;
}

body.page-template-page-depolama-php {
	background: #05051e;
}

body.page-template-page-depolama-php .site-footer {
	background: #05051e;
}

.warehouse-page {
	background: #05051e;
	color: #05051e;
	overflow: visible;
}

.wh-hero {
	--wh-hero-steps: 5;
	--wh-gap: 12px;
	--wh-radius: 32px;
	position: relative;
	z-index: 1;
	height: calc(100vh * (0.85 * var(--wh-hero-steps)));
	height: calc(100dvh * (0.85 * var(--wh-hero-steps)));
	min-height: 2800px;
	background: #05051e;
	overflow: visible;
}

.wh-hero__pin {
	position: sticky;
	top: 0;
	height: 100vh;
	height: 100dvh;
	box-sizing: border-box;
	padding-top: 70px;
	background: #05051e;
	overflow: hidden;
}

.wh-hero__frame {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: var(--wh-gap);
	height: 100%;
	min-height: 0;
	background: #05051e;
}

.wh-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px) clamp(28px, 4vw, 40px);
	background: #f4f4f4;
	color: #05051e;
	text-align: center;
	border-radius: 0 var(--wh-radius) var(--wh-radius) 0;
}

.wh-hero__eyebrow {
	margin: 0;
	font-family: var(--ykg-font);
	font-size: 0.95rem;
	font-weight: 500;
	color: rgba(5, 5, 30, 0.42);
}

.wh-hero__titles {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	flex: 1;
	justify-content: center;
	width: 100%;
	max-width: 36rem;
}

.wh-hero__title-btn {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--ykg-font);
	font-size: clamp(1.85rem, 3.6vw, 3.35rem);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-align: center;
	color: rgba(5, 5, 30, 0.22);
	cursor: pointer;
	transition: color 0.25s ease;
}

.wh-hero__title-btn:hover,
.wh-hero__title-btn:focus-visible {
	color: rgba(5, 5, 30, 0.55);
}

.wh-hero__title-btn.is-active {
	color: #05051e;
	font-weight: 600;
}

.wh-hero__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 22px;
}

.wh-hero__tab {
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--ykg-font);
	font-size: 0.95rem;
	font-weight: 500;
	color: rgba(5, 5, 30, 0.38);
	cursor: pointer;
	transition: color 0.2s ease;
}

.wh-hero__tab:hover,
.wh-hero__tab:focus-visible {
	color: rgba(5, 5, 30, 0.7);
}

.wh-hero__tab.is-active {
	color: #05051e;
}

.wh-hero__ledge {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 3;
	width: calc(var(--wh-gap) + 28px);
	height: min(42vh, 270px);
	transform: translate(100%, -50%);
	pointer-events: none;
	line-height: 0;
}

.wh-hero__ledge svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wh-hero__media {
	position: relative;
	z-index: 1;
	min-height: 0;
	background: #121222;
	overflow: hidden;
	border-radius: var(--wh-radius) 0 0 var(--wh-radius);
}

.wh-hero__slides {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.wh-hero__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	z-index: 0;
	background-color: #1a1a2a;
	background-image: var(--wh-slide-image);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate3d(0, 100%, 0);
	transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
	pointer-events: none;
}

.wh-hero__slide.is-active {
	z-index: 2;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.wh-hero__slide.is-exit-up {
	z-index: 1;
	transform: translate3d(0, -100%, 0);
}

.wh-hero__slide.is-exit-down {
	z-index: 1;
	transform: translate3d(0, 100%, 0);
}

.wh-hero__slide.is-prep-up {
	transition: none;
	transform: translate3d(0, 100%, 0);
}

.wh-hero__slide.is-prep-down {
	transition: none;
	transform: translate3d(0, -100%, 0);
}

.wh-hero__panel {
	position: absolute;
	right: clamp(18px, 3vw, 36px);
	bottom: clamp(18px, 3vw, 36px);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: min(100% - 36px, 340px);
	padding: 22px 20px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(10, 10, 24, 0.42);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	color: #fff;
	box-sizing: border-box;
}

.wh-hero__panel-icon {
	display: inline-flex;
	color: #f9f9ff;
}

.wh-hero__panel-text {
	margin: 0;
	font-family: var(--ykg-font);
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 960px) {
	.wh-hero {
		height: calc(100vh * (0.9 * var(--wh-hero-steps)));
		height: calc(100dvh * (0.9 * var(--wh-hero-steps)));
		min-height: 0;
	}

	.wh-hero__pin {
		position: sticky;
		top: 0;
		height: 100vh;
		height: 100dvh;
		padding: 72px 12px 14px;
		overflow: hidden;
		box-sizing: border-box;
	}

	.wh-hero__frame {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, 0.4fr) minmax(0, 0.6fr);
		gap: 16px;
		min-height: 0;
		height: 100%;
	}

	.wh-hero__copy {
		order: 2;
		min-height: 0;
		height: 100%;
		padding: 32px 22px 28px;
		gap: 28px;
		border-radius: var(--wh-radius);
	}

	.wh-hero__eyebrow {
		font-size: 1rem;
	}

	.wh-hero__titles {
		gap: 18px;
	}

	.wh-hero__ledge {
		display: none;
	}

	.wh-hero__media {
		order: 1;
		min-height: 0;
		height: 100%;
		border-radius: var(--wh-radius);
	}

	.wh-hero__title-btn {
		font-size: clamp(1.4rem, 5.8vw, 1.95rem);
	}

	.wh-hero__tabs {
		gap: 12px 20px;
	}

	.wh-hero__panel {
		width: min(100% - 24px, 100%);
		right: 12px;
		bottom: 12px;
		padding: 16px 18px;
	}

	.wh-hero__panel-text {
		font-size: 0.9rem;
		line-height: 1.45;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wh-hero__title-btn,
	.wh-hero__tab,
	.wh-hero__slide {
		transition: none;
	}

	.wh-hero__slide:not(.is-active) {
		transform: translate3d(0, 100%, 0);
	}

	.wh-hero__slide.is-active {
		transform: translate3d(0, 0, 0);
	}
}

/* -------------------------------------------------------------------------- */
/* Depo ağı — centered world map (#070730 + top tongue)                       */
/* -------------------------------------------------------------------------- */

.wh-network {
	position: relative;
	margin-top: clamp(48px, 7vw, 96px);
	padding: clamp(72px, 10vw, 120px) var(--ykg-gutter) clamp(80px, 10vw, 140px);
	background: #070730;
	color: #fff;
	overflow: visible;
}

/* Tranzport .icon.is-section-topborder-inner.is-dark */
.wh-network__top-join {
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	z-index: 5;
	width: min(527px, 92vw);
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	color: #05051e;
	pointer-events: none;
	line-height: 0;
	transform: rotateX(180deg);
	transform-style: preserve-3d;
}

.wh-network__top-join svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wh-network__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, calc(var(--ykg-container-max) + 80px));
	margin: 0 auto;
}

.wh-network__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto clamp(36px, 5vw, 56px);
}

.wh-network__title {
	margin: 0 0 14px;
	text-align: center;
}

@media (min-width: 640px) {
	.wh-network__title {
		white-space: nowrap;
	}
}

.wh-network__subtitle {
	margin: 0 auto;
	max-width: 520px;
	font-family: var(--ykg-font);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.58);
}

.wh-network__map {
	width: min(100%, 920px);
	max-width: 100%;
	margin: 0 auto;
	min-height: clamp(280px, 42vw, 520px);
}

.wh-network__map.footprint-section__map {
	width: min(100%, 920px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.wh-network__bottom-join {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	z-index: 6;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 29px;
	color: #f4f4f4;
	pointer-events: none;
	line-height: 0;
}

.wh-network__bottom-join::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #f4f4f4;
	z-index: -1;
}

.wh-network__bottom-join svg {
	display: block;
	position: relative;
	z-index: 1;
	width: min(527px, 92vw);
	height: auto;
	aspect-ratio: 527 / 29;
	overflow: visible;
	flex-shrink: 0;
}
