/**
 * Global Header — shrink to ~50% height on scroll.
 * Works for interior Image logo and homepage animated SVG logo.
 */

.airia-global-header.et_pb_section_0_tb_header {
	transition:
		min-height 0.3s ease,
		padding-top 0.3s ease,
		padding-bottom 0.3s ease;
}

.airia-global-header .et_pb_row_0_tb_header.et_pb_row {
	transition: padding-bottom 0.3s ease;
}

/* Interior: Divi Image logo */
.airia-global-header .et_pb_image_0_tb_header .et_pb_image_wrap img {
	transition:
		height 0.3s ease,
		max-width 0.3s ease;
	height: 82px;
	width: auto;
	max-width: 316px;
}

/* Homepage: animated SVG logo */
.airia-global-header .airia-logo {
	transition:
		height 0.3s ease,
		max-width 0.3s ease;
}

/* Scrolled: ~50% vertical height, compact padding */
.airia-global-header.airia-header--scrolled.et_pb_section_0_tb_header {
	min-height: 0 !important;
}

.airia-global-header.airia-header--scrolled.et_pb_section_0_tb_header.et_pb_section {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.airia-global-header.airia-header--scrolled .et_pb_row_0_tb_header.et_pb_row {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.airia-global-header.airia-header--scrolled .et_pb_image_0_tb_header .et_pb_image_wrap img,
.airia-global-header.airia-header--scrolled .airia-logo {
	height: 41px !important;
	width: auto !important;
	max-width: 158px !important;
}

@media (max-width: 980px) {
	.airia-global-header .et_pb_image_0_tb_header .et_pb_image_wrap img {
		height: 64px;
		max-width: 248px;
	}

	.airia-global-header.airia-header--scrolled.et_pb_section_0_tb_header {
		min-height: 0 !important;
	}

	.airia-global-header.airia-header--scrolled.et_pb_section_0_tb_header.et_pb_section {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.airia-global-header.airia-header--scrolled .et_pb_row_0_tb_header.et_pb_row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.airia-global-header.airia-header--scrolled .et_pb_image_0_tb_header .et_pb_image_wrap img,
	.airia-global-header.airia-header--scrolled .airia-logo {
		height: 32px !important;
		max-width: 124px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.airia-global-header.et_pb_section_0_tb_header,
	.airia-global-header .et_pb_row_0_tb_header.et_pb_row,
	.airia-global-header .et_pb_image_0_tb_header .et_pb_image_wrap img,
	.airia-global-header .airia-logo {
		transition: none;
	}
}
