/**
 * AirpackIndia — main stylesheet
 * Design source: Figma Air-Pack (1880px canvas)
 * Tokens extracted via Figma MCP get_variable_defs + get_design_context
 */

/* ==========================================================================
   Design tokens (Figma MCP)
   ========================================================================== */
:root {
	/* Colors */
	--color-blue: #253f81;
	--color-yellow: #fbd43f;
	--color-light-blue: #e4e7f0;
	--color-dark: #121c33;
	--color-text: #282828;
	--color-text-muted: #575757;
	--color-white: #ffffff;
	--color-cream: #fdfbf5;
	--color-tag-bg: #eff3fb;
	--color-tag-border: rgba(37, 63, 129, 0.3);
	--color-divider: rgba(0, 0, 0, 0.2);
	--color-footer-divider: rgba(255, 255, 255, 0.2);

	/* Typography — Inter */
	--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--fw-regular: 400;
	--fw-semibold: 600;
	--fw-bold: 700;

	/* Type scale (exact Figma px) */
	--fs-hero-tag: 25px;
	--lh-hero-tag: 30px;
	--fs-hero-title: clamp(32px, 2.66vw, 50px);
	--lh-hero-title: 60px;
	--fs-hero-desc: 16px;
	--lh-hero-desc: 26px;
	--ls-hero-desc: 0.16px;

	--fs-section-title: clamp(28px, 2.13vw, 40px);
	--lh-section-title: 47px;
	--fs-section-label: 16px;
	--fs-nav: 14px;
	--fs-btn: 14px;
	--fs-body: 16px;
	--lh-body: 28px;
	--ls-body: 0.16px;
	--fs-card-title: 19px;
	--lh-card-title: 22px;
	--ls-card-title: 0.19px;
	--fs-tag: 12px;
	--lh-tag: 26px;
	--ls-tag: 0.12px;
	--fs-stat-num: clamp(36px, 2.39vw, 45px);
	--lh-stat-num: 55px;
	--fs-mission: clamp(18px, 1.28vw, 24px);
	--lh-mission: 37px;
	--ls-mission: 0.24px;
	--fs-category: 13px;
	--lh-category: 26px;
	--ls-category: 0.13px;
	--fs-footer-label: 13px;
	--lh-footer-label: 25px;
	--fs-footer-link: 14px;
	--lh-footer-link: 40px;
	--fs-footer-bar: 14px;
	--lh-footer-bar: 25px;
	--fs-why-title: 19px;
	--lh-why-title: 26px;
	--ls-why-title: 0.19px;
	--fs-why-body: 16px;
	--lh-why-body: 24px;
	--ls-why-body: 0.16px;

	/* Spacing (Figma 1:2 — 1880 frame, 1780 content block, 50px viewport gutter, 140px inner inset) */
	--container-max: 1780px;
	--page-gutter: clamp(16px, 2.66vw, 50px);
	--container-pad: clamp(16px, 2.66vw, 50px); /* legacy alias for bleed math */
	--content-inset: clamp(16px, 7.45vw, 140px);
	--showcase-arrow-inset: clamp(16px, 3.62vw, 72px);
	--section-gap: clamp(48px, 4.26vw, 80px);
	--radius-sm: 4px;
	--radius-md: 8px;
	--radius-lg: 20px;
	--radius-pill: 100px;
	--radius-industry-label: 13px;

	/* Components — header Figma 66:941 */
	--header-height: 78px;
	--header-logo-width: 197px;
	--header-logo-nav-gap: 34px;
	--header-nav-cta-gap: 10px;
	--nav-active-h: 37px;
	--nav-active-min-w: 86px;
	--nav-products-min-w: 134px;
	--nav-max-width: 1042px;
	--nav-gap: clamp(24px, 2.55vw, 48px);
	--btn-width: 217px;
	--btn-height: 50px;
	--marker-size: 12px;
	--icon-box: 61px;
	--hero-height: clamp(480px, 37.23vw, 700px);
	--hero-content-offset-top: clamp(72px, 10.74vw, 202px);
	--hero-content-offset-bottom: clamp(40px, 3.83vw, 74px);
	--hero-media-max-height: clamp(220px, calc(var(--hero-height) - var(--hero-content-offset-top) - var(--hero-content-offset-bottom)), 469px);
	--hero-tagline-max: 447px;
	--hero-title-max: 623px;
	--hero-desc-max: 562px;
	--card-width: 355px;
	--showcase-gap: 26px;
	--showcase-cards-per-view: 4;
	--showcase-viewport-width: calc(
		var(--showcase-cards-per-view) * var(--card-width)
		+ (var(--showcase-cards-per-view) - 1) * var(--showcase-gap)
	);
	/* Outer width = card row + space for overlay arrows (Figma ~68px each side) */
	--showcase-slider-width: calc(
		var(--showcase-viewport-width) + 2 * var(--showcase-arrow-inset)
	);
	--page-banner-height: 300px;
	--page-banner-gap-below-title: 9px;
	--product-grid-max: 1498px;
	--product-grid-gap-x: 26px;
	--product-grid-gap-y: 30px;
	--product-card-image-h: 285px;
	--product-card-image-bg: #f4f6fa;
	--detail-gallery-size: 600px;
	--detail-thumb-size: 100px;
	--detail-thumb-gap: 15px;
	--detail-info-max: 660px;
	--detail-column-gap: 66px;
	--fs-detail-title: 40px;
	--lh-detail-title: 50px;
	--ls-detail-title: 0.4px;
	--categories-hub-max: 1500px;
	--categories-hub-media: 375px;
	--categories-hub-row-h: 320px;
	--categories-hub-row-gap: 80px;
	--categories-hub-media-gap: 53px;
	--categories-hub-uses-gap: 51px;
	--categories-hub-uses-width: 484px;
	--fs-category-row-title: 25px;
	--lh-category-row-title: 30px;
	--ls-category-row-title: 0.25px;
	--about-page-max: 1500px;
	--about-intro-copy-max: 750px;
	--about-intro-media-w: 663px;
	--about-intro-media-h: 463px;
	--about-intro-gap: 87px;
	--about-intro-layout-max: calc(var(--about-intro-copy-max) + var(--about-intro-gap) + var(--about-intro-media-w));
	--about-mission-image-w: 713px;
	--about-mission-image-h: 243px;
	--about-mission-quote-max: 658px;
	--fs-about-mission-quote: 30px;
	--lh-about-mission-quote: 45px;
	--ls-about-mission-quote: 0.3px;
	--about-list-lh: 36px;
	--about-text-list-max: 679px;
	--about-text-columns-gap: 71px;
	--about-text-title-max: 1411px;
	--contact-info-max: 1300px;
	--contact-form-w: 623px;
	--contact-form-h: 655px;
	--contact-map-gap: 80px;
	--contact-message-max: calc(var(--contact-form-w) + var(--contact-map-gap) + var(--contact-form-w));
	--contact-icon-size: 53px;
	--contact-form-radius: 20px;
	--contact-field-w: 503px;
	--contact-field-h: 54px;
	--contact-message-field-h: 150px;
	--contact-field-radius: 6px;
	--contact-field-border: rgba(0, 0, 0, 0.5);
	--contact-divider: #c7c7c7;
	--industry-height: 480px;
	--industry-gap: 28px;
	--industry-cards-per-view: 4;
	--industry-viewport-width: calc(
		var(--industry-cards-per-view) * var(--card-width)
		+ (var(--industry-cards-per-view) - 1) * var(--industry-gap)
	);

	--shadow-card: 0 4px 24px rgba(0, 0, 0, 0.06);
	--transition: 0.25s ease;
}

/* ==========================================================================
   Reset & base
   ========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-family);
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-body);
	letter-spacing: var(--ls-body);
	color: var(--color-text);
	background: var(--color-white);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--color-blue);
	text-decoration: none;
	transition: color var(--transition), opacity var(--transition);
}

a:hover,
a:focus-visible {
	opacity: 0.85;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, p {
	margin: 0;
}

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

.skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 12px 20px;
	background: var(--color-yellow);
	color: var(--color-text);
	clip: auto;
}

.text-blue {
	color: var(--color-blue);
}

/* ==========================================================================
   Layout
   ========================================================================== */
.container {
	width: 100%;
	max-width: var(--container-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

/* Full 1780px band (hero slider, dark panels) — no inner inset on the wrapper */
.container--bleed {
	padding-left: 0;
	padding-right: 0;
}

.container--narrow {
	max-width: 900px;
}

.section {
	padding-top: var(--section-gap);
	padding-bottom: var(--section-gap);
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--btn-width);
	height: var(--btn-height);
	padding: 0 24px;
	font-family: var(--font-family);
	font-size: var(--fs-btn);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: var(--color-text);
	background: var(--color-yellow);
	border: none;
	border-radius: var(--radius-sm);
	cursor: pointer;
	transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}

.btn:hover,
.btn:focus-visible {
	background: #e8c838;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(251, 212, 63, 0.4);
}

.btn--outline {
	background: transparent;
	border: 2px solid var(--color-blue);
	color: var(--color-blue);
}

.btn--outline:hover {
	background: var(--color-blue);
	color: var(--color-white);
}

/* ==========================================================================
   Section header components
   ========================================================================== */
.section__label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.section__marker {
	flex-shrink: 0;
	width: var(--marker-size);
	height: var(--marker-size);
	background: var(--color-yellow);
}

.section__label-text {
	font-size: var(--fs-section-label);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-blue);
}

.section__label--light .section__label-text {
	color: var(--color-white);
}

.section__title {
	font-size: var(--fs-section-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-section-title);
	text-transform: uppercase;
	color: var(--color-text);
}

.section__title--light {
	color: var(--color-white);
}

.section__header--row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 24px;
	margin-bottom: 40px;
}

.section__header--row .section__title {
	margin-top: 4px;
}

/* Stacked label + title (Figma 27:212, 12:6627) */
.section__label--stacked {
	margin-bottom: 13px;
}

.section__nav {
	display: flex;
	gap: 8px;
}

.section__nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	background: transparent;
	border: none;
	color: var(--color-text);
	opacity: 0.3;
	cursor: pointer;
	transition: opacity var(--transition);
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

.section__nav-btn:hover,
.section__nav-btn:focus-visible {
	opacity: 1;
}

/* ==========================================================================
   Header (Figma 66:941 — logo 197×44 @ y32, nav 1042×37 @ y35, CTA 217×50 @ y29)
   ========================================================================== */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--color-white);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.site-header__inner {
	display: grid;
	grid-template-columns:
		var(--header-logo-width)
		var(--header-logo-nav-gap)
		minmax(0, 1fr)
		var(--header-nav-cta-gap)
		var(--btn-width);
	align-items: center;
	column-gap: 0;
	min-height: var(--header-height);
	padding-top: 0;
	padding-bottom: 0;
}

.site-header__brand {
	grid-column: 1;
}

.site-header__nav-wrap {
	grid-column: 3;
}

.site-header__cta {
	grid-column: 5;
}

.site-header__logo,
.custom-logo-link img {
	width: var(--header-logo-width);
	height: 44px;
	object-fit: contain;
}

.site-header__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	width: 44px;
	height: 44px;
	padding: 8px;
	background: transparent;
	border: none;
	cursor: pointer;
	grid-column: 2;
	justify-self: end;
}

.site-header__toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--color-blue);
	transition: transform var(--transition), opacity var(--transition);
}

/* Nav group 66:942 — 1042×37; Products pill 66:943 — 134×37 #E4E7F0 */
.site-header__nav-wrap {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.site-nav {
	width: 100%;
	max-width: var(--nav-max-width);
	margin: 0 auto;
}

.site-nav__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--nav-gap);
	width: 100%;
	max-width: var(--nav-max-width);
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__list > li {
	flex-shrink: 0;
}

.site-nav__list > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: var(--nav-active-h);
	padding: 0 16px;
	font-family: var(--font-family);
	font-size: var(--fs-nav);
	font-weight: var(--fw-bold);
	line-height: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--color-text);
	border-radius: var(--radius-sm);
	transition: color var(--transition), background-color var(--transition);
}

/* Active link — blue text (66:945); pill only on homepage (1:274 — 86×37) */
.site-nav__list > .current-menu-item > a,
.site-nav__list > .current-menu-ancestor > a,
.site-nav__list > .current_page_item > a {
	color: var(--color-blue);
	background-color: transparent;
}

.airpack-home .site-nav__list > .current-menu-item:not(.menu-item-has-children) > a,
.airpack-home .site-nav__list > .current_page_item:not(.menu-item-has-children) > a,
.airpack-about-us .site-nav__list > .current-menu-item:not(.menu-item-has-children) > a,
.airpack-contact-us .site-nav__list > .current-menu-item:not(.menu-item-has-children) > a {
	min-width: var(--nav-active-min-w);
	padding-left: 20px;
	padding-right: 20px;
	background-color: var(--color-light-blue);
}

.site-nav__list > li:not(.current-menu-item):not(.current-menu-ancestor):not(.current_page_item) > a:hover,
.site-nav__list > li:not(.current-menu-item):not(.current-menu-ancestor):not(.current_page_item) > a:focus-visible {
	color: var(--color-blue);
	background-color: transparent;
}

/* Products dropdown — Figma 66:943/66:944, pill 134×37 */
.site-nav__list > .menu-item-has-children > a {
	min-width: var(--nav-products-min-w);
	gap: 8px;
	padding-left: 20px;
	padding-right: 36px;
	color: var(--color-text);
	background-color: var(--color-light-blue);
}

.site-nav__list > .menu-item-has-children.current-menu-ancestor > a,
.site-nav__list > .menu-item-has-children.current-menu-item > a {
	color: var(--color-text);
	background-color: var(--color-light-blue);
}

.site-nav__list > .menu-item-has-children > a::after {
	content: '';
	flex-shrink: 0;
	width: 6px;
	height: 10px;
	background: url('../images/icon-chevron-down.svg') center / contain no-repeat;
	transform: rotate(90deg);
}

.site-nav__list > .menu-item-has-children {
	position: relative;
}

.site-nav__submenu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 120;
	min-width: 240px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: var(--color-white);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-sm);
	box-shadow: 0 12px 32px rgba(37, 63, 129, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.site-nav__list > .menu-item-has-children:hover > .site-nav__submenu,
.site-nav__list > .menu-item-has-children:focus-within > .site-nav__submenu,
.site-nav__list > .menu-item-has-children.is-open > .site-nav__submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-nav__submenu a {
	display: block;
	padding: 12px 20px;
	font-size: var(--fs-nav);
	font-weight: var(--fw-bold);
	line-height: 20px;
	text-transform: uppercase;
	color: var(--color-text);
	background: transparent;
	border-radius: 0;
	white-space: nowrap;
}

.site-nav__submenu a:hover,
.site-nav__submenu a:focus-visible {
	color: var(--color-blue);
	background: var(--color-tag-bg);
}

.site-header__cta {
	justify-self: end;
	align-self: center;
}

.site-header__cta .btn--header {
	min-width: var(--btn-width);
	width: var(--btn-width);
	height: var(--btn-height);
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: var(--btn-height);
}

/* ==========================================================================
   Hero (Figma: 1780×700, radius 8px, #253F81)
   ========================================================================== */
.hero {
	padding-top: 27px;
	padding-bottom: var(--section-gap);
}

.hero__inner {
	position: relative;
}

.hero__slider {
	position: relative;
	background: var(--color-blue);
	border-radius: var(--radius-md);
	min-height: var(--hero-height);
	overflow: hidden;
}

/* Figma 1:249 + mask group 1:252 — blue panel, masked halftone + ellipses */
.hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--color-blue);
	border-radius: inherit;
}

.hero__decor {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

/* Figma Vector 10:6612 — 2204×1095 at banner x=1814 y=-392, -scale-x-100 */
.hero__pattern-stage {
	position: absolute;
	left: -18.09%;
	top: -56%;
	width: 123.82%;
	height: 156.43%;
	overflow: hidden;
}

.hero__halftone {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 21.88% 35.8%;
	opacity: 0.5;
	transform: scaleX(-1);
}

.hero__glow-img {
	position: absolute;
	display: block;
	max-width: none;
	pointer-events: none;
}

/* Ellipse positions inside 1780×700 banner (Figma 1:252) */
.hero__glow-img--1 {
	left: 45.5056%;
	top: 51.7143%;
	width: 54.2135%;
	height: 38%;
}

.hero__glow-img--2 {
	left: 50.7865%;
	top: 55.4286%;
	width: 43.6517%;
	height: 30.5714%;
}

.hero__glow-img--3 {
	left: 47.9213%;
	top: 56%;
	width: 24.8876%;
	height: 17.4286%;
}

.hero__glow-img--4 {
	left: 65.6179%;
	top: 76.4286%;
	width: 17.7528%;
	height: 11.1429%;
}

.hero__glow-img--5 {
	left: 73.764%;
	top: 75.7143%;
	width: 17.7528%;
	height: 11.1429%;
}

.hero__glow-img--6 {
	left: 76.9101%;
	top: 63.4286%;
	width: 17.7528%;
	height: 11.1429%;
}

.hero__track {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: nowrap;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

.hero__slide {
	flex: 0 0 auto;
	width: 100%;
	min-width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 623px) minmax(0, 1fr);
	align-items: stretch;
	gap: clamp(24px, 3.19vw, 60px);
	padding: var(--hero-content-offset-top) var(--content-inset) var(--hero-content-offset-bottom);
	min-height: var(--hero-height);
	box-sizing: border-box;
}

@media (min-width: 993px) {
	.hero__slider {
		height: var(--hero-height);
	}

	.hero__track {
		height: 100%;
	}

	.hero__slide {
		height: var(--hero-height);
		max-height: var(--hero-height);
		overflow: hidden;
	}
}

.hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: center;
	max-width: var(--hero-title-max);
	z-index: 2;
}

.hero__dots {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 11;
}

.hero__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.hero__dot.is-active,
.hero__dot:hover,
.hero__dot:focus-visible {
	background: var(--color-yellow);
	border-color: var(--color-yellow);
	transform: scale(1.1);
}

/* Figma 1:265 — tagline 1:270, title 1:299, desc 1:269, CTA 1:295 */
.hero__tagline {
	font-size: var(--fs-hero-tag);
	font-weight: var(--fw-bold);
	line-height: var(--lh-hero-tag);
	text-transform: uppercase;
	color: var(--color-yellow);
	max-width: var(--hero-tagline-max);
	margin: 0 0 19px;
}

.hero__title {
	font-size: var(--fs-hero-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-hero-title);
	text-transform: uppercase;
	color: var(--color-cream);
	max-width: var(--hero-title-max);
	min-height: 131px;
	margin: 0 0 4px;
}

.hero__desc {
	font-size: var(--fs-hero-desc);
	font-weight: var(--fw-regular);
	line-height: var(--lh-hero-desc);
	letter-spacing: var(--ls-hero-desc);
	text-transform: capitalize;
	color: var(--color-white);
	max-width: var(--hero-desc-max);
	margin: 0 0 31px;
}

.hero__content .btn--hero-cta {
	flex-shrink: 0;
	width: var(--btn-width);
	min-width: var(--btn-width);
	height: var(--btn-height);
	margin: 0;
	padding: 0 16px;
	font-size: var(--fs-btn);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-text);
	background: var(--color-yellow);
	border-radius: var(--radius-sm);
}

.hero__media {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	align-self: stretch;
	width: 100%;
	min-height: 0;
	height: 100%;
	max-height: none;
	overflow: visible;
}

.hero__image--main {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	max-width: min(100%, 777px);
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: bottom right;
}

.hero__image--side {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: min(345px, 44.4%);
	max-height: min(341px, 72.7%);
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: bottom right;
	z-index: 3;
	pointer-events: none;
}

/* Single composite image per slide (no separate side overlay) */
.hero__media--single {
	align-self: center;
	height: auto;
	justify-content: flex-end;
	align-items: center;
}

.hero__media--single .hero__image--main {
	max-width: min(100%, 777px);
	max-height: min(469px, calc(var(--hero-height) - 130px));
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center right;
}

@media (min-width: 993px) {
	.hero__media--single {
		max-height: calc(var(--hero-height) - 100px);
	}
}

/* Figma 1:257 — carousel arrows vertically centered, ~26px inset */
.hero__arrows {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 12;
}

.hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity var(--transition), transform var(--transition);
	pointer-events: auto;
}

.hero__arrow img {
	display: block;
	width: 46px;
	height: 51px;
	max-width: none;
}

.hero__arrow--prev img {
	transform: none;
}

.hero__arrow--next img {
	transform: scaleX(-1);
}

.hero__arrow:hover,
.hero__arrow:focus-visible {
	opacity: 1;
}

.hero__arrow--prev:hover,
.hero__arrow--prev:focus-visible {
	transform: translateY(-50%) scale(1.05);
}

.hero__arrow--next:hover,
.hero__arrow--next:focus-visible {
	transform: translateY(-50%) scale(1.05);
}

.hero__arrow--prev {
	left: 26px;
}

.hero__arrow--next {
	right: 26px;
}

.hero__arrow:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

/* ==========================================================================
   Product categories (Figma 27:137 — header, nav 27:260, track 27:220, rule 27:277)
   ========================================================================== */
.product-categories.section {
	padding-bottom: 0;
}

.product-categories__container {
	padding-bottom: 63px;
}

.product-categories__header {
	margin-bottom: 27px;
}

.product-categories__heading {
	max-width: 100%;
}

.product-categories__label {
	margin-bottom: 13px;
}

.product-categories__label .section__marker {
	margin-top: 3px;
}

.product-categories__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 47px;
}

.product-categories__title {
	margin: 0;
	max-width: 654px;
	color: #000000;
}

.product-categories__nav {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 25px;
	height: 14px;
}

.product-categories__nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	opacity: 0.3;
	cursor: pointer;
	transition: opacity var(--transition);
	position: relative;
	z-index: 2;
}

.product-categories__nav-btn img {
	width: 14px;
	height: 8px;
}

.product-categories__nav-btn:hover,
.product-categories__nav-btn:focus-visible {
	opacity: 1;
}

.product-categories__nav-btn.is-disabled,
.product-categories__nav-btn:disabled {
	opacity: 0.15;
	cursor: default;
	pointer-events: none;
}

.product-categories__nav-btn img {
	display: block;
	width: 14px;
	height: 8px;
	max-width: none;
}

.product-categories__nav-btn--prev img {
	transform: rotate(-90deg) scaleY(-1);
}

.product-categories__nav-btn--next img {
	transform: rotate(-90deg);
}

.product-categories__container {
	min-width: 0;
}

.product-categories__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 64px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: visible;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
	touch-action: pan-x;
	user-select: none;
}

.product-categories__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.product-categories__track::-webkit-scrollbar {
	display: none;
}

.product-categories__item {
	flex: 0 0 196px;
	scroll-snap-align: start;
	text-align: center;
}

.product-categories__item--linked {
	color: inherit;
	display: block;
	text-decoration: none;
}

.product-categories__circle {
	position: relative;
	width: 196px;
	height: 196px;
	margin: 0 auto 8px;
	border-radius: 50%;
	background: #ffffff url('../images/cat-circle-ring.svg') center / 196px 196px no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-categories__photo {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product-categories__item--air-column-rolls .product-categories__photo {
	width: 130px;
	height: 118px;
}

.product-categories__item--air-column-bags .product-categories__photo {
	width: 120px;
	height: 127px;
}

.product-categories__item--container-dunnage-bags .product-categories__photo {
	width: 117px;
	height: 107px;
}

.product-categories__item--gap-filler-pouch .product-categories__photo {
	width: 133px;
	height: 89px;
}

.product-categories__item--air-cushion-rolls .product-categories__photo {
	width: 106px;
	height: 89px;
}

.product-categories__item--honeycomb-sleeves .product-categories__photo {
	width: 93px;
	height: 118px;
}

.product-categories__name {
	max-width: 188px;
	min-height: 39px;
	margin: 0 auto;
	font-size: var(--fs-category);
	font-weight: var(--fw-semibold);
	line-height: var(--lh-category);
	letter-spacing: var(--ls-category);
	text-transform: uppercase;
	color: #000000;
}

.product-categories__divider {
	display: block;
	width: 100%;
	max-width: 1500px;
	height: 1px;
	margin: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   About (Figma 1:68 — 944px main, 72+1+107 rail, 375px mission)
   ========================================================================== */
.about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 72px;
	align-items: start;
}

.about__main {
	max-width: 944px;
}

.about__label {
	margin-bottom: 13px;
}

.about__label .section__marker {
	margin-top: 3px;
}

.about__title {
	max-width: 944px;
	margin: 0 0 20px;
	font-size: var(--fs-section-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-section-title);
	text-transform: uppercase;
	color: #000000;
}

.about__title-accent {
	color: var(--color-blue);
}

.about__text {
	font-size: var(--fs-body);
	line-height: var(--lh-body);
	letter-spacing: var(--ls-body);
	text-transform: capitalize;
	color: #000000;
	max-width: 925px;
	margin: 0 0 15px;
}

.about__stats {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	max-width: 964px;
}

.about__stat {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex: 0 0 auto;
}

.about__stat--experience {
	padding-right: 27px;
	margin-right: 27px;
}

.about__stat--customers {
	padding-right: 37px;
	margin-right: 37px;
}

.about__stat:not(.about__stat--shipped)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;
	width: 1px;
	height: 61px;
	background: rgba(0, 0, 0, 0.2);
}

.about__stat-copy {
	min-width: 0;
	padding-top: 0;
}

.about__stat-icon {
	flex-shrink: 0;
	width: var(--icon-box);
	height: var(--icon-box);
	margin-top: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-blue);
	border-radius: var(--radius-lg);
}

.about__stat-icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.about__stat--experience .about__stat-icon img {
	width: 28px;
	height: 29px;
}

.about__stat--customers .about__stat-icon img {
	width: 26px;
	height: 30px;
}

.about__stat--shipped .about__stat-icon img {
	width: 31px;
	height: 31px;
}

.about__stat-number {
	margin: 0;
	font-size: var(--fs-stat-num);
	font-weight: var(--fw-bold);
	line-height: var(--lh-stat-num);
	text-transform: capitalize;
	color: #000000;
}

.about__stat-label {
	margin: 0;
	font-size: var(--fs-body);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: #000000;
}

.about__stat--experience .about__stat-label {
	margin-top: 1px;
}

.about__stat--customers .about__stat-label,
.about__stat--shipped .about__stat-label {
	margin-top: 4px;
}

.about__rail {
	display: grid;
	grid-template-columns: 1px 375px;
	gap: 107px;
	align-items: start;
	min-height: 411px;
}

.about__divider {
	width: 1px;
	min-height: 411px;
	background: rgba(0, 0, 0, 0.2);
}

.about__mission {
	width: 375px;
	max-width: 375px;
}

.about__mission-label {
	margin: 0 0 27px;
	font-size: var(--fs-section-label);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-blue);
}

.about__mission-image {
	border-radius: var(--radius-md);
	overflow: hidden;
	margin: 0 0 66px;
	background: #000000;
}

.about__mission-image img {
	display: block;
	width: 375px;
	max-width: 100%;
	height: 128px;
	object-fit: cover;
	object-position: center 22%;
}

.about__mission-text {
	margin: 0;
	max-width: 375px;
	font-size: var(--fs-mission);
	line-height: var(--lh-mission);
	letter-spacing: var(--ls-mission);
	text-transform: capitalize;
	color: #000000;
}

/* Showcase viewport: Figma shows 4 cards on 1780px; scale down on smaller screens */
@media (max-width: 1599px) {
	:root {
		--showcase-cards-per-view: 3;
	}
}

@media (max-width: 1199px) {
	:root {
		--showcase-cards-per-view: 2;
	}
}

@media (max-width: 767px) {
	:root {
		--showcase-cards-per-view: 1;
	}
}

/* Industries carousel: 4 desktop / 2 tablet / 1 mobile */
@media (max-width: 1199px) {
	:root {
		--industry-cards-per-view: 2;
	}
}

@media (max-width: 767px) {
	:root {
		--industry-cards-per-view: 1;
	}
}

/* ==========================================================================
   Product showcase (Figma 12:6675 — 1780×827 panel, cards 355×557)
   ========================================================================== */
.showcase.section {
	padding-top: var(--section-gap);
	padding-bottom: var(--section-gap);
}

.showcase__wrap {
	background: var(--color-dark);
	border-radius: var(--radius-md);
	margin-left: auto;
	margin-right: auto;
	max-width: var(--container-max);
	width: 100%;
	padding: clamp(48px, 4.26vw, 80px) var(--content-inset);
}

.showcase__header {
	margin-bottom: 25px;
}

.showcase__label {
	margin-bottom: 13px;
}

.showcase__label .section__marker {
	margin-top: 3px;
}

.showcase__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 47px;
}

.showcase__title {
	margin: 0;
	max-width: 654px;
	color: var(--color-white);
}

.btn--showcase-cta {
	flex-shrink: 0;
	min-width: var(--btn-width);
	width: var(--btn-width);
	height: var(--btn-height);
	padding: 0 16px;
	font-size: var(--fs-btn);
}

/* Figma 23:6842 — 4×355 + 3×26 = 1498px card row; arrow gutters on wrap, not on track */
.showcase__slider-wrap {
	position: relative;
	overflow: hidden;
	min-width: 0;
	width: var(--showcase-slider-width);
	max-width: calc(100% + 2 * (var(--content-inset) - var(--showcase-arrow-inset)));
	margin-left: calc(var(--showcase-arrow-inset) - var(--content-inset));
	margin-right: calc(var(--showcase-arrow-inset) - var(--content-inset));
	box-sizing: border-box;
	padding: 0 var(--showcase-arrow-inset);
}

.showcase__track {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	gap: var(--showcase-gap);
	width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: none;
	scroll-behavior: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	scrollbar-width: none;
	cursor: grab;
	touch-action: pan-x;
	user-select: none;
}

.showcase__track.is-dragging {
	cursor: grabbing;
}

.showcase__track .product-card {
	scroll-snap-align: none;
}

.showcase__track::-webkit-scrollbar {
	display: none;
}

.showcase__arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	transform: translateY(-50%);
	opacity: 1;
	transition: opacity var(--transition);
	pointer-events: auto;
}

.showcase__arrow:hover,
.showcase__arrow:focus-visible {
	opacity: 0.85;
}

.showcase__arrow img {
	display: block;
	width: 46px;
	height: 51px;
	max-width: none;
}

.showcase__arrow--prev {
	left: 0;
}

.showcase__arrow--prev img {
	transform: scaleX(-1);
}

.showcase__arrow--next {
	right: 0;
}

.showcase__arrow--next img {
	transform: none;
}

.product-card {
	flex: 0 0 var(--card-width);
	scroll-snap-align: start;
	box-sizing: border-box;
	background: var(--color-white);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 557px;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.product-card:hover {
	border-color: var(--color-blue);
}

.product-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-height: 259px;
	padding: 26px 31px;
	background: var(--product-card-image-bg);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-card__image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 240px;
	object-fit: contain;
}

.product-card__body {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 30px 31px 37px;
	min-height: 0;
}

.product-card__title {
	margin: 0 0 11px;
	font-size: var(--fs-card-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-card-title);
	letter-spacing: var(--ls-card-title);
	color: #000000;
}

.product-card--featured {
	border: 2px solid var(--color-blue);
}

.product-card--featured:hover {
	border-color: var(--color-blue);
}

.product-card--featured .product-card__title {
	color: var(--color-blue);
}

.product-card--featured .product-card__link img {
	content: none;
}

.product-card__desc {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.14px;
	text-transform: capitalize;
	color: var(--color-text-muted);
}

.product-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	row-gap: 10px;
	margin-bottom: 44px;
}

.product-card__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	padding: 0 14px;
	font-size: var(--fs-tag);
	font-weight: var(--fw-regular);
	line-height: var(--lh-tag);
	letter-spacing: var(--ls-tag);
	text-transform: uppercase;
	color: #000000;
	background: var(--color-tag-bg);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-pill);
	white-space: nowrap;
}

.product-card__link {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
	transition: transform var(--transition);
}

.product-card__link img {
	display: block;
	width: 37px;
	height: 37px;
}

.product-card__link:hover,
.product-card__link:focus-visible {
	transform: scale(1.05);
}

.product-card:hover .product-card__title {
	color: var(--color-blue);
}

.product-card:hover .product-card__link img {
	content: url('../images/showcase-link-yellow.svg');
}

/* ==========================================================================
   Why choose us (Figma 23:6857 — 3×2 grid, 460px cols, 61px icons)
   ========================================================================== */
.why-us__header {
	margin-bottom: 25px;
}

.why-us__header .section__label {
	margin-bottom: 32px;
}

.why-us__title {
	margin: 0;
	max-width: 654px;
}

.why-us__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 460px));
	column-gap: 60px;
	row-gap: 50px;
}

.why-us__card {
	max-width: 460px;
	padding-bottom: 0;
	border-bottom: 1px solid var(--color-blue);
}

.why-us__card-head {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 29px;
}

.why-us__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--icon-box);
	height: var(--icon-box);
	background: var(--color-blue);
	border-radius: var(--radius-lg);
}

.why-us__icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: 33px;
	max-height: 29px;
}

.why-us__card-title {
	margin: 5px 0 0;
	font-size: var(--fs-why-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-why-title);
	letter-spacing: var(--ls-why-title);
	color: #000000;
}

.why-us__list {
	padding: 0;
	margin: 0 0 24px;
	list-style: none;
}

.why-us__list li {
	position: relative;
	padding-left: 21px;
	margin-bottom: 10px;
	font-size: var(--fs-why-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-why-body);
	letter-spacing: var(--ls-why-body);
	text-transform: capitalize;
	color: #000000;
}

.why-us__list li:last-child {
	margin-bottom: 0;
}

.why-us__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	background: url('../images/why-us/bullet.svg') no-repeat center / contain;
}

.why-us__list-item--quote {
	text-transform: capitalize;
}

/* ==========================================================================
   Industries (Figma 27:89 — 355×480 cards, 28px gap, symmetric gutters)
   ========================================================================== */
.industries__header {
	margin-bottom: 15px;
}

.industries__label {
	margin-bottom: 32px;
}

.industries__label .section__marker {
	margin-top: 3px;
}

.industries__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 47px;
}

.industries__title {
	margin: 0;
	max-width: 654px;
	color: #000000;
}

.industries__nav {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 34px;
	height: 14px;
}

.industries__nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	opacity: 0.3;
	cursor: pointer;
	transition: opacity var(--transition);
}

.industries__nav-btn img {
	display: block;
	width: 14px;
	height: 8px;
	max-width: none;
}

.industries__nav-btn:hover,
.industries__nav-btn:focus-visible {
	opacity: 1;
}

.industries__nav-btn.is-disabled,
.industries__nav-btn:disabled {
	opacity: 0.15;
	cursor: default;
	pointer-events: none;
}

.showcase__arrow.is-disabled,
.showcase__arrow:disabled {
	opacity: 0.25;
	cursor: default;
	pointer-events: none;
}

.industries__nav-btn--prev img {
	transform: rotate(-90deg) scaleY(-1);
}

.industries__nav-btn--next img {
	transform: rotate(-90deg);
}

.industries__container {
	min-width: 0;
}

.industries__slider {
	overflow: hidden;
	min-width: 0;
	box-sizing: border-box;
	/* Bleed to panel edges; inset lives on slider so track viewport = exact card row */
	margin-left: calc(-1 * var(--content-inset));
	margin-right: calc(-1 * var(--content-inset));
	width: calc(100% + (var(--content-inset) * 2));
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.industries__track {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--industry-gap);
	width: 100%;
	max-width: 100%;
	min-width: 0;
	--industry-card-size: calc(
		(100% - var(--industry-gap) * (var(--industry-cards-per-view) - 1))
		/ var(--industry-cards-per-view)
	);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
	touch-action: pan-x;
	user-select: none;
	padding: 0;
	scroll-padding-inline: 0;
}

.industries__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.industries__track::-webkit-scrollbar {
	display: none;
}

.industry-card {
	flex: 0 0 var(--industry-card-size);
	width: var(--industry-card-size);
	min-width: 0;
	flex-shrink: 0;
	scroll-snap-align: start;
	position: relative;
	height: auto;
	aspect-ratio: 355 / 480;
	max-height: var(--industry-height);
	border-radius: var(--radius-lg);
	overflow: hidden;
	background: #d9d9d9;
}

.industry-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.industry-card__label {
	position: absolute;
	left: 19px;
	right: 19px;
	bottom: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: var(--radius-industry-label);
}

.industry-card__label span {
	font-size: var(--fs-card-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-card-title);
	letter-spacing: var(--ls-card-title);
	text-align: center;
	color: #000000;
}

/* ==========================================================================
   Footer (Figma 1:3 — #253F81 636px, CTA 1:50, links 27:465, contact 27:468, bar 1:4)
   ========================================================================== */
.site-footer {
	margin-top: var(--section-gap);
	max-width: var(--container-max);
	margin-left: auto;
	margin-right: auto;
}

.site-footer__main {
	background: var(--color-blue);
	border-radius: var(--radius-md) var(--radius-md) 0 0;
	min-height: 636px;
	padding: clamp(48px, 4.79vw, 88px) 0 0;
	color: var(--color-white);
}

.site-footer__container {
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(743px, 743px);
	gap: 40px 60px;
	padding-bottom: 45px;
}

.site-footer__logo-link img,
.site-footer__logo img {
	display: block;
	width: 184px;
	height: 40px;
	object-fit: contain;
}

.site-footer__cta-block {
	margin-top: 48px;
}

.site-footer__heading {
	margin: 0 0 24px;
	font-size: var(--fs-section-title);
	font-weight: var(--fw-bold);
	line-height: 42px;
	text-transform: uppercase;
	color: var(--color-white);
	max-width: 516px;
}

.btn--footer-cta {
	width: var(--btn-width);
	min-width: var(--btn-width);
	height: var(--btn-height);
	padding: 0 16px;
	font-size: 14px;
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: #000000;
	background: var(--color-yellow);
	border-radius: var(--radius-sm);
}

.site-footer__columns {
	display: grid;
	grid-template-columns: 1px 190px 478px;
	gap: 0 32px;
	align-items: start;
}

.site-footer__links-col,
.site-footer__products-col {
	min-width: 0;
}

.site-footer__divider {
	width: 1px;
	min-height: 231px;
	background: rgba(255, 255, 255, 0.2);
	justify-self: center;
}

.site-footer__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 33px;
	font-size: var(--fs-body);
	font-weight: var(--fw-semibold);
	line-height: 20px;
	text-transform: uppercase;
	color: var(--color-white);
}

.site-footer__title-marker {
	flex-shrink: 0;
	width: var(--marker-size);
	height: var(--marker-size);
	border: 2px solid var(--color-yellow);
	background: transparent;
}

.footer-links {
	margin: 0;
	padding-left: 21px;
	list-style: disc;
}

.footer-links li {
	margin: 0;
}

.footer-links a {
	font-size: var(--fs-footer-link);
	font-weight: var(--fw-regular);
	line-height: var(--lh-footer-link);
	text-transform: capitalize;
	color: var(--color-white);
	text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: var(--color-yellow);
}

.footer-products {
	display: block;
}

.footer-products > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-products > ul:only-of-type {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-auto-flow: column;
	grid-template-rows: repeat(12, auto);
	gap: 0 32px;
}

.footer-products > ul:only-of-type > li {
	margin: 0;
	padding-left: 21px;
	list-style: disc;
	list-style-position: outside;
}

.footer-products > ul:not(:only-of-type) {
	padding-left: 21px;
	list-style: disc;
}

.footer-products:has(> ul:nth-child(2)) {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px;
}

.footer-links--products a {
	display: inline;
	white-space: normal;
}

.site-footer__contact-wrap {
	padding-bottom: 40px;
}

.site-footer__contact-rule {
	margin: 0 auto 45px;
	max-width: 1500px;
	height: 1px;
	border: 0;
	background: rgba(255, 255, 255, 0.2);
}

.site-footer__contact {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 32px;
}

.site-footer__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.site-footer__contact-icon {
	position: relative;
	flex-shrink: 0;
	width: 41px;
	height: 41px;
}

.site-footer__contact-icon > img:first-child {
	display: block;
	width: 41px;
	height: 41px;
}

.site-footer__contact-glyph {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	max-width: 23px;
	max-height: 23px;
	width: auto;
	height: auto;
}

.site-footer__contact-label {
	display: block;
	margin-bottom: 2px;
	font-size: var(--fs-footer-label);
	font-weight: var(--fw-regular);
	line-height: var(--lh-footer-label);
	text-transform: uppercase;
	color: var(--color-white);
}

.site-footer__contact-item strong,
.site-footer__contact-item a {
	font-size: var(--fs-body);
	font-weight: var(--fw-bold);
	line-height: var(--lh-footer-label);
	color: var(--color-white);
}

.site-footer__contact-item a:hover,
.site-footer__contact-item a:focus-visible {
	color: var(--color-yellow);
}

.site-footer__bar {
	background: var(--color-dark);
	border-radius: 0 0 var(--radius-md) var(--radius-md);
	min-height: 62px;
	box-shadow: inset 0 2px 0 var(--color-yellow);
}

.site-footer__bar-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 62px;
	gap: 16px;
	padding: 0 var(--content-inset);
}

.site-footer__copyright,
.site-footer__credit {
	margin: 0;
	font-size: var(--fs-footer-bar);
	font-weight: var(--fw-regular);
	line-height: var(--lh-footer-bar);
	color: var(--color-white);
}

.site-footer__credit {
	text-align: right;
}

.site-footer__credit a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
	color: var(--color-yellow, #f5c518);
}

.site-footer__social {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__social a {
	display: flex;
	transition: opacity var(--transition);
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
	opacity: 0.75;
}

.site-footer__social img {
	display: block;
	width: 33px;
	height: 33px;
}

/* ==========================================================================
   Product category page (Figma 66:680 / banner 66:932)
   ========================================================================== */
.airpack-product-category .site-main {
	padding-top: 27px;
	padding-bottom: var(--section-gap);
}

.page-banner {
	margin: 0;
	padding: 0 var(--page-gutter);
}

.page-banner__panel {
	position: relative;
	width: 100%;
	max-width: var(--container-max);
	height: var(--page-banner-height);
	margin: 0 auto;
	border-radius: var(--radius-md);
	overflow: hidden;
}

.page-banner__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--color-blue);
	border-radius: inherit;
}

.page-banner__pattern-wrap {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
	overflow: hidden;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}

.page-banner__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 24px;
	text-align: center;
}

.page-banner__label {
	margin: 0;
	max-width: 447px;
	font-size: var(--fs-section-label);
	font-weight: var(--fw-bold);
	line-height: 30px;
	text-transform: uppercase;
	color: var(--color-yellow);
}

.page-banner__title {
	margin: 0 0 var(--page-banner-gap-below-title);
	max-width: 793px;
	font-size: 50px;
	font-weight: var(--fw-bold);
	line-height: var(--lh-hero-title);
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--color-cream);
}

.page-banner__breadcrumb {
	margin: 0;
	max-width: 562px;
	font-size: var(--fs-hero-desc);
	font-weight: var(--fw-regular);
	line-height: var(--lh-hero-desc);
	letter-spacing: var(--ls-hero-desc);
	text-transform: capitalize;
	color: var(--color-white);
}

.page-banner__breadcrumb a,
.page-banner__breadcrumb-muted {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color var(--transition);
}

.page-banner__breadcrumb a:hover,
.page-banner__breadcrumb a:focus-visible {
	color: var(--color-white);
}

.page-banner__breadcrumb-sep {
	color: rgba(255, 255, 255, 0.5);
}

.page-banner__breadcrumb-current {
	color: var(--color-white);
}

.product-grid {
	padding-top: 80px;
	padding-bottom: var(--section-gap);
}

.product-grid__container {
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.product-grid__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, var(--card-width)));
	gap: var(--product-grid-gap-y) var(--product-grid-gap-x);
	justify-content: center;
	max-width: var(--product-grid-max);
	margin: 0 auto;
}

.product-grid__empty {
	margin: 0 auto;
	padding: 40px 20px 80px;
	max-width: var(--product-grid-max);
	font-size: var(--fs-body);
	line-height: var(--lh-body);
	text-align: center;
	color: var(--color-text-muted);
}

.product-grid .product-card {
	flex: none;
	width: 100%;
	max-width: var(--card-width);
	justify-self: stretch;
}

.product-grid .product-card__image-wrap {
	min-height: var(--product-card-image-h);
	max-height: var(--product-card-image-h);
	padding: 37px 31px;
}

.product-grid .product-card__image {
	max-height: 211px;
	object-fit: contain;
}

.product-grid .product-card__title {
	margin-bottom: 12px;
}

.product-grid .product-card__image-wrap--dual {
	position: relative;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 20px;
}

.product-grid .product-card__image-wrap--dual .product-card__image--primary {
	margin-left: 44px;
	margin-bottom: 4px;
	max-width: 203px;
	max-height: 165px;
}

.product-grid .product-card__image-wrap--dual .product-card__image--secondary {
	position: absolute;
	right: 45px;
	bottom: 22px;
	max-width: 182px;
	max-height: 183px;
}

.product-grid .product-card__body {
	padding: 30px 31px 37px;
}

.product-grid .product-card__tags {
	margin-bottom: 0;
	min-height: 62px;
}

.product-grid .product-card__link {
	right: 0;
	bottom: 0;
}

.product-grid .product-card--featured {
	border-width: 2px;
	border-color: var(--color-blue);
}

.product-grid .product-card--featured .product-card__title {
	color: var(--color-blue);
}

.product-grid .product-card:hover .product-card__title {
	color: var(--color-blue);
}

.product-grid .product-card:hover:not(.product-card--featured) .product-card__link img {
	content: url('../images/showcase-link-yellow.svg');
}

/* ==========================================================================
   Product detail (Figma 66:1397)
   ========================================================================== */
.airpack-product-detail .site-main {
	padding-top: 27px;
	padding-bottom: var(--section-gap);
}

.product-detail__container {
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.product-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, var(--detail-gallery-size)) minmax(0, 1fr);
	gap: var(--detail-column-gap);
	align-items: start;
	max-width: calc(var(--detail-gallery-size) + var(--detail-column-gap) + var(--detail-info-max));
	margin: 0 auto;
}

.product-detail__main-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: var(--detail-gallery-size);
	aspect-ratio: 1;
	background: var(--color-white);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-md);
	overflow: hidden;
}

.product-detail__main-image {
	width: auto;
	height: auto;
	max-width: 65%;
	max-height: 82.5%;
	object-fit: contain;
}

.product-detail__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--detail-thumb-gap);
	margin-top: 28px;
	max-width: calc(var(--detail-thumb-size) * 4 + var(--detail-thumb-gap) * 3);
}

.product-detail__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--detail-thumb-size);
	height: var(--detail-thumb-size);
	padding: 14px;
	box-sizing: border-box;
	background: var(--color-white);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-md);
	cursor: pointer;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.product-detail__thumb.is-active {
	border: 2px solid var(--color-blue);
}

.product-detail__thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product-detail__info {
	max-width: var(--detail-info-max);
}

.product-detail__title {
	margin: 0 0 44px;
	font-size: var(--fs-detail-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-detail-title);
	letter-spacing: var(--ls-detail-title);
	color: #000000;
}

.product-detail__block + .product-detail__block {
	margin-top: 33px;
}

.product-detail__block--applications {
	margin-top: 23px;
}

.product-detail__label {
	margin: 0 0 7px;
	font-size: 14px;
	font-weight: var(--fw-semibold);
	line-height: 26px;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	color: #000000;
}

.product-detail__text {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.14px;
	text-transform: capitalize;
	color: var(--color-text-muted);
}

.product-detail__list {
	margin: 7px 0 0;
	padding: 0 0 0 21px;
	list-style: disc;
}

.product-detail__list li {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.14px;
	text-transform: capitalize;
	color: var(--color-text-muted);
}

.product-detail__list li + li {
	margin-top: 0;
}

.product-detail__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.product-detail__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	padding: 0 14px;
	font-size: var(--fs-tag);
	font-weight: var(--fw-regular);
	line-height: var(--lh-tag);
	letter-spacing: var(--ls-tag);
	text-transform: uppercase;
	color: #000000;
	background: var(--color-tag-bg);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-pill);
	white-space: nowrap;
}

.product-detail__cta {
	margin-top: 40px;
}

.product-detail__cta-btn {
	min-width: var(--btn-width);
	width: auto;
	height: var(--btn-height);
	white-space: nowrap;
}

/* ==========================================================================
   Product categories hub (Figma 62:2)
   ========================================================================== */
.airpack-product-categories .site-main {
	padding-top: 27px;
	padding-bottom: var(--section-gap);
}

.categories-hub.section {
	padding-top: 80px;
}

.categories-hub__container {
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.categories-hub__list {
	display: flex;
	flex-direction: column;
	gap: var(--categories-hub-row-gap);
	max-width: var(--categories-hub-max);
	margin: 0 auto;
}

.categories-hub__row {
	display: grid;
	grid-template-columns: var(--categories-hub-media) minmax(0, 1fr) var(--categories-hub-uses-width);
	gap: var(--categories-hub-media-gap) var(--categories-hub-uses-gap);
	align-items: start;
	min-height: var(--categories-hub-row-h);
}

.categories-hub__image-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--categories-hub-row-h);
	background: var(--color-white);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-md);
	overflow: hidden;
	position: relative;
}

.categories-hub__image {
	width: auto;
	height: auto;
	max-width: 85%;
	max-height: 85%;
	object-fit: contain;
}

.categories-hub__image-frame .categories-hub__image--primary {
	position: absolute;
	left: 34px;
	bottom: 28px;
	max-width: 230px;
	max-height: 58%;
}

.categories-hub__image-frame .categories-hub__image--secondary {
	position: absolute;
	right: 28px;
	bottom: 22px;
	max-width: 206px;
	max-height: 64%;
}

.categories-hub__heading {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin-bottom: 12px;
}

.categories-hub__title {
	margin: 0;
	font-size: var(--fs-category-row-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-category-row-title);
	letter-spacing: var(--ls-category-row-title);
	color: #000000;
}

.categories-hub__count {
	margin: 0;
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-category-row-title);
	letter-spacing: var(--ls-body);
	color: rgba(0, 0, 0, 0.5);
}

.categories-hub__desc {
	margin: 0 0 24px;
	max-width: 537px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.14px;
	text-transform: capitalize;
	color: var(--color-text-muted);
}

.categories-hub__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--btn-width);
	min-height: var(--btn-height);
	padding: 0 24px;
	font-size: var(--fs-btn);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-white);
	background: var(--color-blue);
	border: none;
	border-radius: var(--radius-sm);
	transition: background var(--transition), transform var(--transition);
}

.categories-hub__btn:hover,
.categories-hub__btn:focus-visible {
	background: #1e3470;
	transform: translateY(-1px);
}

.categories-hub__uses {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: var(--categories-hub-uses-width);
	padding-left: 41px;
	border-left: 1px solid var(--color-tag-border);
	min-width: 0;
}

.categories-hub__uses-label {
	margin: 0 0 30px;
	font-size: 14px;
	font-weight: var(--fw-semibold);
	line-height: 26px;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	color: #000000;
}

.categories-hub__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	max-width: var(--categories-hub-uses-width);
	min-height: 26px;
}

.categories-hub__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	padding: 0 14px;
	font-size: var(--fs-tag);
	font-weight: var(--fw-regular);
	line-height: var(--lh-tag);
	letter-spacing: var(--ls-tag);
	text-transform: uppercase;
	color: #000000;
	background: var(--color-tag-bg);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-pill);
	white-space: nowrap;
}

/* ==========================================================================
   About Us page (Figma 72:2)
   ========================================================================== */
.airpack-about-us .site-main {
	padding-top: 27px;
	padding-bottom: var(--section-gap);
}

.about-page__container {
	max-width: var(--container-max);
}

.about-page__intro {
	display: grid;
	grid-template-columns: var(--about-intro-copy-max) var(--about-intro-media-w);
	gap: var(--about-intro-gap);
	align-items: start;
	padding-top: 80px;
	width: 100%;
	max-width: var(--about-intro-layout-max);
}

.about-page__intro-copy {
	width: var(--about-intro-copy-max);
	max-width: 100%;
	min-width: 0;
}

.about-page__label {
	margin-bottom: 13px;
}

.about-page__label .section__marker {
	margin-top: 3px;
}

.about-page__intro .about-page__title {
	margin: 0;
	max-width: 751px;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: 0;
}

.about-page__intro .about-page__title-accent {
	display: inline;
	color: var(--color-blue);
}

.about-page__title {
	margin: 0 0 20px;
	max-width: var(--about-intro-copy-max);
	font-size: var(--fs-section-title);
	font-weight: var(--fw-bold);
	line-height: var(--lh-section-title);
	text-transform: uppercase;
	color: #000000;
}

.about-page__title--wide {
	max-width: var(--about-text-title-max);
}

.about-page__title-accent {
	color: var(--color-blue);
}

.about-page__intro .about-page__text {
	margin-top: 0;
	max-width: 750px;
}

.about-page__text {
	font-size: var(--fs-body);
	line-height: var(--lh-body);
	letter-spacing: var(--ls-body);
	text-transform: capitalize;
	color: #000000;
}

.about-page__text p {
	margin: 30px 0px 0px 0px;
}

.about-page__intro .about-page__text p + p {
	margin-top: 28px;
}

.about-page__intro-media {
	flex-shrink: 0;
	margin-top: 3px;
}

.about-page__intro-image-frame {
	width: var(--about-intro-media-w);
	height: var(--about-intro-media-h);
	border-radius: var(--radius-md);
	overflow: hidden;
	background: #000000;
}

.about-page__intro-image-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.about-page__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px 0;
	margin-top: 48px;
	padding-bottom: 74px;
}

.about-page__stat {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex: 1 1 220px;
	min-width: 200px;
	padding-right: 27px;
	margin-right: 27px;
}

.about-page__stat:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;
	width: 1px;
	height: 61px;
	background: var(--color-divider);
}

.about-page__stat-icon {
	flex-shrink: 0;
	width: var(--icon-box);
	height: var(--icon-box);
	margin-top: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-blue);
	border-radius: var(--radius-lg);
}

.about-page__stat-icon img {
	display: block;
}

.about-page__stat--experience .about-page__stat-icon img {
	width: 28px;
	height: 29px;
}

.about-page__stat--customers .about-page__stat-icon img {
	width: 26px;
	height: 30px;
}

.about-page__stat--shipped .about-page__stat-icon img {
	width: 31px;
	height: 31px;
}

.about-page__stat--return .about-page__stat-icon img {
	width: 29px;
	height: 29px;
}

.about-page__stat-number {
	margin: 0;
	font-size: var(--fs-stat-num);
	font-weight: var(--fw-bold);
	line-height: var(--lh-stat-num);
	text-transform: capitalize;
	color: #000000;
}

.about-page__stat-label {
	margin: 4px 0 0;
	font-size: var(--fs-body);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: #000000;
}

.about-page__stat--experience .about-page__stat-label {
	margin-top: 1px;
}

.about-page__mission-band {
	margin-bottom: 80px;
}

.about-page__mission-band .about-page__container {
	max-width: var(--container-max);
	padding-top: 80px;
	padding-bottom: 80px;
	background: var(--color-tag-bg);
	border-radius: var(--radius-md);
}

.about-page__mission-grid {
	display: grid;
	grid-template-columns: minmax(0, var(--about-mission-image-w)) minmax(0, 1fr);
	gap: clamp(32px, 5.64vw, 106px);
	align-items: center;
	max-width: var(--about-page-max);
	margin: 0 auto;
}

.about-page__mission-image-frame {
	width: 100%;
	max-width: var(--about-mission-image-w);
	height: var(--about-mission-image-h);
	border-radius: var(--radius-md);
	overflow: hidden;
	background: #000000;
}

.about-page__mission-image-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
}

.about-page__mission-label {
	margin: 0 0 34px;
	font-size: var(--fs-section-label);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-blue);
}

.about-page__mission-quote {
	margin: 0;
	max-width: var(--about-mission-quote-max);
	font-size: var(--fs-about-mission-quote);
	font-weight: var(--fw-regular);
	line-height: var(--lh-about-mission-quote);
	letter-spacing: var(--ls-about-mission-quote);
	text-transform: capitalize;
	color: #000000;
}

.about-page__text-block {
	padding-top: 80px;
	padding-bottom: var(--section-gap);
	width: 100%;
	max-width: var(--about-intro-layout-max);
}

.about-page__text-block .about-page__label {
	margin-bottom: 13px;
}

.about-page__text-block .about-page__label .section__marker {
	margin-top: 3px;
}

.about-page__text-block .about-page__title--wide {
	margin: 0;
	max-width: var(--about-text-title-max);
	width: 100%;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: 0;
	font-weight: var(--fw-bold);
	text-transform: uppercase;
	color: #000000;
}

.about-page__text-block .about-page__title-accent {
	display: inline;
	color: var(--color-blue);
}

.about-page__text-columns {
	display: grid;
	grid-template-columns: var(--about-intro-copy-max) var(--about-text-list-max);
	gap: var(--about-text-columns-gap);
	align-items: start;
	width: 100%;
	max-width: var(--about-intro-layout-max);
	margin-top: 0;
}

.about-page__text-block .about-page__text {
	width: var(--about-intro-copy-max);
	max-width: 100%;
	min-width: 0;
}

.about-page__text-block .about-page__text p + p {
	margin-top: 28px;
}

.about-page__text-block .about-page__list {
	margin: 30px 0px 0px 0px;
	padding: 0 0 0 24px;
	list-style: disc;
	list-style-position: outside;
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--about-list-lh);
	letter-spacing: var(--ls-body);
	text-transform: capitalize;
	color: #000000;
	width: var(--about-text-list-max);
	max-width: 100%;
	min-width: 0;
}

.about-page__text-block .about-page__list li {
	margin: 0;
	padding: 0;
	line-height: var(--about-list-lh);
}

.about-page__text-block .about-page__list li::marker {
	color: #000000;
}

/* ==========================================================================
   Contact Us page (Figma 83:205)
   ========================================================================== */
.airpack-contact-us .site-main {
	padding-top: 27px;
	padding-bottom: var(--section-gap);
}

.contact-page__container {
	max-width: var(--container-max);
}

.contact-page__info {
	padding-top: 73px;
	padding-bottom: 80px;
}

.contact-page__info-title {
	margin: 0 auto 15px;
	max-width: 751px;
	font-size: 40px;
	font-weight: var(--fw-bold);
	line-height: 47px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.contact-page__info-grid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: var(--contact-info-max);
	margin: 0 auto;
}

.contact-page__info-item {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	justify-content: center;
}

.contact-page__info-item + .contact-page__info-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 1px;
	height: 108px;
	background: var(--contact-divider);
}

.contact-page__info-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 238px;
	padding: 0 12px;
}

.contact-page__info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--contact-icon-size);
	height: var(--contact-icon-size);
	margin-bottom: 18px;
	background: var(--color-blue);
	border-radius: 50%;
}

.contact-page__info-icon img {
	display: block;
}

.contact-page__info-label {
	margin: 0 0 4px;
	font-size: var(--fs-footer-label);
	font-weight: var(--fw-regular);
	line-height: var(--lh-footer-label);
	text-transform: uppercase;
	color: #000000;
}

.contact-page__info-value {
	margin: 0;
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-footer-label);
	color: #000000;
	text-decoration: none;
}

a.contact-page__info-value:hover,
a.contact-page__info-value:focus-visible {
	color: var(--color-blue);
}

.contact-page__message {
	width: 100%;
}

.contact-page__notice {
	max-width: var(--contact-message-max);
	margin: 0 auto 24px;
	padding: 14px 20px;
	font-size: var(--fs-body);
	border-radius: var(--radius-sm);
}

.contact-page__notice--success {
	color: #0d4d2a;
	background: #e8f5ec;
}

.contact-page__notice--error {
	color: #6b1a1a;
	background: #fdecec;
}

.contact-page__message-grid {
	display: grid;
	grid-template-columns: var(--contact-form-w) var(--contact-form-w);
	gap: var(--contact-map-gap);
	max-width: var(--contact-message-max);
	margin: 0 auto;
}

.contact-page__form-panel {
	display: flex;
	flex-direction: column;
	min-height: var(--contact-form-h);
	padding: 52px 60px 40px;
	background: var(--color-tag-bg);
	border-radius: var(--contact-form-radius);
}

.contact-page__form-title {
	margin: 0 0 32px;
	font-size: 40px;
	font-weight: var(--fw-bold);
	line-height: 47px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.contact-page__form {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 0;
}

.contact-page__fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.contact-page__field {
	margin: 0;
}

.contact-page__field-label {
	display: block;
	margin-bottom: 8px;
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-body);
	letter-spacing: var(--ls-body);
	color: #000000;
}

.contact-page__input,
.contact-page__textarea {
	display: block;
	width: 100%;
	max-width: var(--contact-field-w);
	padding: 14px 19px;
	font-family: var(--font-family);
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-body);
	letter-spacing: var(--ls-body);
	color: #000000;
	background: var(--color-white);
	border: 1px solid var(--contact-field-border);
	border-radius: var(--contact-field-radius);
	transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-page__input {
	min-height: var(--contact-field-h);
}

.contact-page__textarea {
	min-height: var(--contact-message-field-h);
	resize: vertical;
}

.contact-page__input:focus,
.contact-page__textarea:focus {
	outline: none;
	border-color: var(--color-blue);
	box-shadow: 0 0 0 2px rgba(37, 63, 129, 0.15);
}

.contact-page__form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
	padding-top: 8px;
}

.contact-page__captcha {
	flex-shrink: 0;
	min-width: 0;
	max-width: 100%;
}

.contact-page__captcha-notice {
	flex: 1 1 auto;
	margin: 0;
	max-width: 320px;
	font-size: var(--fs-small, 14px);
	line-height: 1.5;
	color: var(--color-text-muted, #666);
}

.contact-page__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 162px;
	min-height: var(--btn-height);
	padding: 0 28px;
	font-family: var(--font-family);
	font-size: var(--fs-btn);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-white);
	background: var(--color-blue);
	border: none;
	border-radius: var(--radius-sm);
	cursor: pointer;
	transition: background var(--transition), transform var(--transition);
}

.contact-page__submit:hover,
.contact-page__submit:focus-visible {
	background: #1e3470;
	transform: translateY(-1px);
}

.contact-page__map-panel {
	min-height: var(--contact-form-h);
}

.contact-page__map-frame {
	width: var(--contact-form-w);
	height: var(--contact-form-h);
	border-radius: var(--contact-form-radius);
	overflow: hidden;
	background: #e5e5e5;
}

.contact-page__map-frame img,
.contact-page__map-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.contact-page__map-frame img {
	object-fit: cover;
}

/* ==========================================================================
   Inner pages
   ========================================================================== */
.page-content {
	padding-top: 40px;
	padding-bottom: 60px;
}

.entry-content {
	max-width: 800px;
}

.entry-content > * + * {
	margin-top: 1.25em;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 32px;
	margin-top: 32px;
}

.post-card {
	background: var(--color-white);
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-card);
	padding: 24px;
}

.post-card__thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: var(--radius-sm);
	margin-bottom: 16px;
}

.post-card__title {
	font-size: var(--fs-card-title);
	margin-bottom: 12px;
}

.post-card__title a {
	color: var(--color-text);
}

/* ==========================================================================
   Blog listing & single post
   ========================================================================== */
.airpack-blog .site-main,
.airpack-blog-single .site-main {
	padding-top: 0;
}

.blog-list.section {
	padding-top: 64px;
	padding-bottom: var(--section-gap);
	background: var(--color-tag-bg);
}

.blog-list__container {
	width: 100%;
	max-width: var(--container-max);
	margin: 0 auto;
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.blog-list__intro {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	margin-bottom: 28px;
}

.blog-list__count {
	margin: 0;
	font-size: var(--fs-body);
	font-weight: var(--fw-semibold);
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--color-blue);
}

.blog-list__page-note {
	margin: 0;
	font-size: var(--fs-small, 14px);
	color: var(--color-text-muted);
}

.blog-list__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.blog-list__empty-wrap {
	padding: 56px 32px;
	text-align: center;
	background: var(--color-white);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
}

.blog-list__empty {
	margin: 0;
	font-size: var(--fs-body);
	color: var(--color-text-muted);
}

.blog-list__pagination {
	display: flex;
	justify-content: center;
	margin-top: 48px;
	padding: 20px 24px;
	background: var(--color-white);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
}

.blog-list__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	margin: 0 4px;
	padding: 0 12px;
	font-size: var(--fs-body);
	font-weight: var(--fw-semibold);
	color: var(--color-blue);
	background: var(--color-tag-bg);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-sm);
	text-decoration: none;
	transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.blog-list__pagination .page-numbers.current,
.blog-list__pagination .page-numbers:hover,
.blog-list__pagination .page-numbers:focus-visible {
	color: var(--color-white);
	background: var(--color-blue);
	border-color: var(--color-blue);
}

.blog-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	overflow: hidden;
	background: var(--color-white);
	border: 1px solid transparent;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.blog-card:hover,
.blog-card:focus-within {
	border-color: var(--color-tag-border);
	box-shadow: 0 14px 40px rgba(37, 63, 129, 0.12);
	transform: translateY(-2px);
}

.blog-card__media {
	position: relative;
	display: block;
	flex: 0 0 38%;
	max-width: 420px;
	min-height: 220px;
	align-self: stretch;
	overflow: hidden;
	background: var(--color-tag-bg);
}

.blog-card__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	min-height: 220px;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center;
	transition: transform 0.45s ease;
}

.blog-card:hover .blog-card__image,
.blog-card:focus-within .blog-card__image {
	transform: scale(1.05);
}

.blog-card__image--placeholder {
	min-height: 100%;
	background: linear-gradient(135deg, #e8ebf4 0%, #f7f8fc 100%);
}

.blog-card__category {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	font-size: 12px;
	font-weight: var(--fw-semibold);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--color-blue);
	background: rgba(255, 255, 255, 0.95);
	border-radius: var(--radius-pill);
}

.blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 32px 36px;
}

.blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.blog-card__meta-item {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	font-size: 12px;
	font-weight: var(--fw-semibold);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--color-blue);
	background: var(--color-tag-bg);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-pill);
}

.blog-card__title {
	margin: 0 0 12px;
	font-size: clamp(22px, 2vw, 28px);
	font-weight: var(--fw-bold);
	line-height: 1.3;
}

.blog-card__title a {
	color: #000000;
	text-decoration: none;
	transition: color var(--transition);
}

.blog-card__title a:hover,
.blog-card__title a:focus-visible {
	color: var(--color-blue);
}

.blog-card__excerpt {
	flex: 0 1 auto;
	margin: 0 0 20px;
	font-size: var(--fs-body);
	line-height: 1.75;
	color: var(--color-text-muted);
}

.blog-card__link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	min-height: var(--btn-height);
	padding: 0 24px;
	font-size: var(--fs-btn);
	font-weight: var(--fw-bold);
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-white);
	background: var(--color-blue);
	border-radius: var(--radius-sm);
	transition: background var(--transition), transform var(--transition);
}

.blog-card__link:hover,
.blog-card__link:focus-visible {
	background: #1e3470;
	transform: translateY(-1px);
}

.blog-single {
	padding-top: 64px;
	padding-bottom: var(--section-gap);
	background: var(--color-tag-bg);
}

.blog-single__container {
	width: 100%;
	max-width: var(--container-max);
	margin: 0 auto;
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.blog-single__meta-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.blog-single__meta-item {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 16px;
	font-size: var(--fs-small, 14px);
	font-weight: var(--fw-semibold);
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--color-blue);
	background: var(--color-white);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-pill);
}

.blog-single__figure {
	position: relative;
	width: 100%;
	margin: 0 0 32px;
	overflow: hidden;
	aspect-ratio: 2 / 1;
	min-height: 280px;
	max-height: 560px;
	background: var(--color-white);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
}

.blog-single__figure .blog-single__image,
.blog-single__figure img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-single__main {
	padding: 48px 56px;
	background: var(--color-white);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
}

.blog-single__content {
	max-width: none;
	margin-bottom: 40px;
	font-size: var(--fs-body);
	line-height: 1.8;
	color: var(--color-text);
}

.blog-single__content > * + * {
	margin-top: 1.35em;
}

.blog-single__content h2,
.blog-single__content h3,
.blog-single__content h4 {
	margin-top: 1.75em;
	margin-bottom: 0.65em;
	font-weight: var(--fw-bold);
	line-height: 1.3;
	color: #000000;
}

.blog-single__content h2 {
	font-size: clamp(24px, 2.2vw, 32px);
}

.blog-single__content h3 {
	font-size: clamp(20px, 1.8vw, 26px);
}

.blog-single__content p {
	margin: 0;
}

.blog-single__content ul,
.blog-single__content ol {
	padding-left: 1.4em;
}

.blog-single__content li + li {
	margin-top: 0.5em;
}

.blog-single__content blockquote {
	margin: 1.5em 0;
	padding: 20px 24px;
	border-left: 4px solid var(--color-blue);
	background: var(--color-tag-bg);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.blog-single__content img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--radius-sm);
}

.blog-single__content a {
	color: var(--color-blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.blog-single__content a:hover,
.blog-single__content a:focus-visible {
	color: #1e3470;
}

.blog-single__footer {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	padding-top: 32px;
	border-top: 1px solid var(--color-tag-border);
}

.blog-single__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.blog-single__nav .nav-links {
	display: contents;
}

.blog-single__nav .nav-previous,
.blog-single__nav .nav-next {
	padding: 20px 22px;
	background: var(--color-tag-bg);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-sm);
	transition: border-color var(--transition), transform var(--transition);
}

.blog-single__nav .nav-previous:hover,
.blog-single__nav .nav-next:hover,
.blog-single__nav .nav-previous:focus-within,
.blog-single__nav .nav-next:focus-within {
	border-color: var(--color-blue);
	transform: translateY(-1px);
}

.blog-single__nav .nav-next {
	text-align: right;
}

.blog-single__nav a {
	color: inherit;
	text-decoration: none;
}

.blog-single__nav-label {
	display: block;
	margin-bottom: 8px;
	font-size: var(--fs-small, 14px);
	color: var(--color-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.blog-single__nav-title {
	display: block;
	font-size: var(--fs-body);
	font-weight: var(--fw-semibold);
	line-height: 1.4;
	color: var(--color-blue);
}

.blog-single__back {
	align-self: start;
	white-space: nowrap;
}

.blog-single__comments-wrap {
	margin-top: 32px;
	padding: 48px 56px;
	background: var(--color-white);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
}

.blog-comments {
	padding-top: 0;
	border-top: none;
}

.blog-comments__title {
	margin: 0 0 28px;
	font-size: clamp(24px, 2vw, 32px);
	font-weight: var(--fw-bold);
	line-height: 1.2;
	color: #000000;
}

.blog-comments__list {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.blog-comment__body {
	display: flex;
	gap: 16px;
	padding: 24px 0;
	border-bottom: 1px solid var(--color-tag-border);
}

.blog-comment__body:first-child {
	padding-top: 0;
}

.blog-comment__avatar img {
	border-radius: 50%;
}

.blog-comment__header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 10px;
}

.blog-comment__author {
	font-size: var(--fs-body);
	color: #000000;
}

.blog-comment__date {
	font-size: var(--fs-small, 14px);
	color: var(--color-text-muted);
}

.blog-comment__text {
	font-size: var(--fs-body);
	line-height: var(--lh-body);
	color: var(--color-text);
}

.blog-comment__reply a {
	font-size: var(--fs-small, 14px);
	font-weight: var(--fw-semibold);
	color: var(--color-blue);
	text-decoration: none;
}

.blog-comments__closed {
	color: var(--color-text-muted);
}

.blog-comments__form label {
	display: block;
	margin-bottom: 8px;
	font-size: var(--fs-body);
}

.blog-comments__form input[type="text"],
.blog-comments__form input[type="email"],
.blog-comments__form input[type="url"],
.blog-comments__form textarea {
	display: block;
	width: 100%;
	padding: 14px 19px;
	font-family: var(--font-family);
	font-size: var(--fs-body);
	background: var(--color-white);
	border: 1px solid var(--contact-field-border, #d9d9d9);
	border-radius: var(--contact-field-radius, 8px);
	transition: border-color var(--transition), box-shadow var(--transition);
}

.blog-comments__form input:focus,
.blog-comments__form textarea:focus {
	outline: none;
	border-color: var(--color-blue);
	box-shadow: 0 0 0 2px rgba(37, 63, 129, 0.15);
}

.blog-comments__form .comment-reply-title {
	margin: 0 0 20px;
	font-size: clamp(22px, 1.8vw, 28px);
	font-weight: var(--fw-bold);
	color: #000000;
}

.blog-comments__form p {
	margin: 0 0 16px;
}

.blog-comments__submit {
	margin-top: 8px;
}

/* ==========================================================================
   Responsive — mobile-first breakpoints
   Figma targets: 375, 768, 1200, 1440+
   ========================================================================== */
@media (max-width: 1549px) {
	.about-page__intro {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.about-page__intro-copy {
		width: 100%;
		max-width: var(--about-intro-copy-max);
	}

	.about-page__intro-image-frame {
		width: 100%;
		max-width: var(--about-intro-media-w);
	}

	.about-page__text-columns {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.about-page__text-block .about-page__text,
	.about-page__text-block .about-page__list {
		width: 100%;
		max-width: var(--about-intro-copy-max);
	}

	.about-page__text-block .about-page__list {
		max-width: none;
	}

	.contact-page__message-grid {
		grid-template-columns: 1fr;
		max-width: var(--contact-form-w);
	}

	.contact-page__map-frame {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.about__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about__rail {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: 0;
	}

	.about__divider {
		display: none;
	}

	.about__mission {
		width: 100%;
		max-width: none;
		border-top: 1px solid var(--color-divider);
		padding-top: 40px;
	}

	.about__mission-image img {
		width: 100%;
	}

	.why-us__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 40px;
	}

	.why-us__card {
		max-width: none;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__columns {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.site-footer__divider {
		display: none;
	}

	.site-footer__contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-grid__inner {
		grid-template-columns: repeat(3, minmax(0, var(--card-width)));
		max-width: calc(var(--card-width) * 3 + var(--product-grid-gap-x) * 2);
	}

	.categories-hub__row {
		grid-template-columns: var(--categories-hub-media) minmax(0, 1fr);
	}

	.categories-hub__uses {
		grid-column: 1 / -1;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid var(--color-tag-border);
		padding-top: 32px;
		margin-top: 8px;
	}

	.categories-hub__tags {
		max-width: none;
	}

	.about-page__intro,
	.about-page__text-columns {
		grid-template-columns: 1fr;
		gap: 40px;
		max-width: none;
	}

	.about-page__intro-copy {
		width: 100%;
	}

	.about-page__intro-image-frame {
		width: 100%;
		max-width: var(--about-intro-media-w);
	}

	.about-page__intro-media {
		justify-self: start;
		margin-top: 0;
	}

	.about-page__mission-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1200px) {
	:root {
		--nav-gap: 28px;
	}

	.site-header__inner {
		grid-template-columns:
			var(--header-logo-width)
			var(--header-logo-nav-gap)
			minmax(0, 1fr)
			var(--header-nav-cta-gap)
			auto;
	}

	.site-nav__list {
		justify-content: center;
	}

	.site-nav__list > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}

	.site-nav__list > .current-menu-item > a {
		min-width: 72px;
	}

	.product-detail__layout {
		grid-template-columns: 1fr;
		max-width: var(--detail-info-max);
	}

	.product-detail__main-frame {
		max-width: 100%;
	}

	.product-detail__info {
		max-width: none;
	}
}

@media (max-width: 992px) {
	.site-header__inner {
		grid-template-columns: 1fr auto auto;
		grid-template-rows: auto;
		column-gap: 16px;
		min-height: 64px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.site-header__brand {
		margin-left: 0;
		grid-column: 1;
		grid-row: 1;
	}

	.site-header__nav-wrap {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.site-header__cta {
		display: block;
		grid-column: 2;
		grid-row: 1;
		align-self: center;
	}

	.site-header__cta .btn--header {
		min-width: 0;
		width: auto;
		height: 44px;
		padding: 0 14px;
		font-size: 11px;
	}

	.site-header__toggle {
		display: flex;
		grid-column: 3;
		grid-row: 1;
	}

	.site-nav {
		position: fixed;
		top: calc(var(--header-height) + 8px);
		left: var(--container-pad);
		right: var(--container-pad);
		max-width: none;
		background: var(--color-white);
		padding: 20px;
		border-radius: var(--radius-md);
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
		transform: translateY(-16px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
	}

	.site-nav.is-open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.site-nav__list {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		max-width: none;
		gap: 4px;
	}

	.site-nav__list > li > a {
		justify-content: flex-start;
		width: 100%;
	}

	.site-nav__list > .menu-item-has-children > a::after {
		margin-left: auto;
	}

	.site-nav__submenu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0 0 8px;
		padding: 0;
		border: none;
		box-shadow: none;
		background: transparent;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.site-nav__list > .menu-item-has-children.is-open > .site-nav__submenu {
		display: block;
	}

	.site-nav__submenu a {
		padding: 10px 20px 10px 36px;
		font-size: 13px;
	}

	.hero__slide {
		grid-template-columns: 1fr;
		padding-top: clamp(48px, 8vw, 100px);
		padding-bottom: 48px;
		text-align: left;
	}

	.hero__content {
		align-items: flex-start;
		max-width: 100%;
	}

	.hero__tagline,
	.hero__title,
	.hero__desc {
		max-width: 100%;
		min-height: 0;
	}

	.hero__title {
		line-height: 1.15;
		margin-bottom: 16px;
	}

	.hero__desc {
		margin-bottom: 24px;
	}

	.hero__media {
		align-self: auto;
		height: auto;
		max-height: var(--hero-media-max-height);
		justify-content: center;
		overflow: hidden;
	}

	.hero__media--single {
		align-self: center;
		justify-content: center;
		max-height: none;
	}

	.hero__image--main {
		max-height: var(--hero-media-max-height);
		object-position: center;
	}

	.hero__media--single .hero__image--main {
		max-height: min(469px, var(--hero-media-max-height));
		object-position: center;
	}

	.hero__image--side {
		max-width: min(345px, 55%);
		max-height: min(341px, 85%);
	}

	.about__stats {
		flex-wrap: wrap;
		row-gap: 24px;
	}

	/*.about__stat {
		padding-right: 0;
		margin-right: 0;
	}*/

	.about__stat::after {
		display: none;
	}

	.why-us__grid {
		grid-template-columns: 1fr;
	}

	.showcase__title-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-card {
		height: auto;
		min-height: 520px;
	}

	.site-footer__bar-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.site-footer__credit {
		text-align: center;
	}
}

@media (max-width: 768px) {
	:root {
		--lh-hero-title: 1.15;
		--lh-section-title: 1.2;
	}

	.blog-card {
		flex-direction: column;
	}

	.blog-card__media {
		flex: none;
		width: 100%;
		max-width: none;
		min-height: 0;
	}

	.blog-card__image {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.blog-card__body {
		padding: 24px;
	}

	.hero__arrow {
		width: 40px;
		height: 40px;
	}

	.hero__arrow--prev { left: 8px; }
	.hero__arrow--next { right: 8px; }

	.showcase__slider-wrap {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.showcase__track {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.product-card {
		flex: 0 0 min(355px, 85vw);
	}

	.industries__slider {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer__contact {
		grid-template-columns: 1fr;
	}

	.footer-products:has(> ul:nth-child(2)) {
		grid-template-columns: 1fr;
	}

	.footer-products > ul:only-of-type {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		grid-template-rows: none;
	}

	.product-grid {
		padding-top: 48px;
	}

	.product-grid__inner {
		grid-template-columns: repeat(2, minmax(0, var(--card-width)));
		max-width: calc(var(--card-width) * 2 + var(--product-grid-gap-x));
	}

	.blog-card__media {
		flex-basis: 42%;
		max-width: 360px;
	}

	.blog-single__nav {
		grid-template-columns: 1fr;
	}

	.blog-single__footer {
		grid-template-columns: 1fr;
	}

	.blog-single__main,
	.blog-single__comments-wrap {
		padding: 32px 24px;
	}

	.blog-single__figure {
		aspect-ratio: 16 / 10;
		min-height: 220px;
		max-height: 420px;
	}

	.categories-hub__list {
		gap: 48px;
	}

	.categories-hub__row {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
	}

	.categories-hub__image-frame {
		height: min(320px, 70vw);
	}

	.categories-hub__desc {
		max-width: none;
	}

	.categories-hub__btn {
		width: 100%;
		max-width: var(--btn-width);
	}

	.about-page__intro {
		padding-top: 48px;
		gap: 32px;
	}

	.about-page__intro .about-page__title,
	.about-page__text-block .about-page__title--wide {
		font-size: clamp(28px, 6vw, 40px);
		line-height: 1.175;
	}

	.about-page__text-columns {
		gap: 32px;
	}

	.about-page__stats {
		padding-bottom: 48px;
	}

	.contact-page__info {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.contact-page__info-title,
	.contact-page__form-title {
		font-size: clamp(28px, 6vw, 40px);
		line-height: 1.175;
	}

	.contact-page__info-grid {
		flex-wrap: wrap;
		gap: 32px 0;
	}

	.contact-page__info-item {
		flex: 1 1 50%;
	}

	.contact-page__info-item + .contact-page__info-item::before {
		display: none;
	}

	.contact-page__form-panel {
		padding: 40px 24px 32px;
	}

	.contact-page__form-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.contact-page__submit {
		width: 100%;
	}

	.about-page__stat {
		flex: 1 1 100%;
		padding-right: 0;
		margin-right: 0;
	}

	.about-page__stat::after {
		display: none;
	}

	.about-page__mission-band .about-page__container {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.about-page__mission-quote {
		font-size: clamp(22px, 5vw, 30px);
		line-height: 1.5;
		max-width: none;
	}

	.page-banner__title {
		line-height: 1.15;
	}

	.product-detail__title {
		font-size: clamp(28px, 6vw, 40px);
		line-height: 1.25;
		margin-bottom: 32px;
	}

	.product-detail__thumbs {
		max-width: none;
	}
}

@media (max-width: 520px) {
	.product-grid__inner {
		grid-template-columns: minmax(0, var(--card-width));
		max-width: var(--card-width);
	}
}

@media (max-width: 375px) {
	.btn {
		min-width: 100%;
	}
}

/* Nav open state body lock */
body.nav-open {
	overflow: hidden;
}

/* Sticky header scrolled */
.site-header.is-scrolled {
	box-shadow: 0 2px 16px rgba(37, 63, 129, 0.12);
}

@import "custom.css";