:root {
	--navy: #052b4f;
	--navy-dark: #031b33;
	--text: #0b2344;
	--gold: #b7853a;
	--gold-dark: #9e7030;
	--kraft: #c8914d;
	--light: #f6f8fa;
	--border: #e2e7ee;
	--white: #fff;
	--muted: #2f3b4c;
	--shell: 1320px;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--text);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.55;
	overflow-x: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--gold);
}

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

.site-shell {
	width: min(var(--shell), calc(100% - 40px));
	margin: 0 auto;
}

.site-topbar {
	height: 34px;
	background: var(--white);
	border-bottom: 1px solid var(--border);
	color: var(--text);
	font-size: 13px;
}

.site-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 34px;
	gap: 20px;
}

.site-topbar__contact {
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
}

.site-topbar__contact a,
.site-topbar__contact span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.site-topbar__contact > span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-topbar__contact span span,
.site-topbar__contact a span {
	color: var(--gold);
	font-size: 13px;
}

.site-topbar__hours {
	flex: 0 0 auto;
	font-weight: 700;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--white);
}

.site-header-main {
	height: 86px;
	background: var(--white);
	border-bottom: 1px solid var(--border);
}

.site-header-main__inner {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr) auto;
	align-items: center;
	height: 86px;
	gap: 28px;
}

.site-logo img {
	width: 220px;
	max-height: 68px;
	object-fit: contain;
}

.primary-navigation {
	justify-self: center;
}

.primary-menu,
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 86px;
	color: var(--text);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 3px;
	background: var(--gold);
	content: "";
}

.primary-menu .menu-item-has-children > a::before {
	margin-left: 7px;
	order: 2;
	color: var(--gold);
	content: "▾";
	font-size: 10px;
}

.mobile-menu-toggle {
	display: none;
}

.button,
.quote-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.button-primary,
.quote-button {
	background: var(--gold);
	color: var(--white);
}

.button-primary:hover,
.button-primary:focus,
.quote-button:hover,
.quote-button:focus {
	background: var(--gold-dark);
	color: var(--white);
}

.quote-button {
	min-height: 50px;
	padding: 17px 28px;
	white-space: nowrap;
}

.button {
	min-height: 50px;
	padding: 0 26px;
}

.button-outline {
	border: 1px solid rgba(255, 255, 255, 0.86);
	background: transparent;
	color: var(--white);
}

.button-outline:hover,
.button-outline:focus {
	background: var(--white);
	color: var(--text);
}

.hero-section {
	position: relative;
	min-height: 440px;
	background:
		linear-gradient(90deg, rgba(3, 27, 51, 0.96) 0%, rgba(5, 43, 79, 0.9) 34%, rgba(5, 43, 79, 0.35) 63%, rgba(5, 43, 79, 0.05) 100%),
		url("../images/hero-packaging-factory.jpg");
	background-position: center right;
	background-size: cover;
	color: var(--white);
	overflow: hidden;
}

.hero-layout {
	display: grid;
	grid-template-columns: 44% 56%;
	align-items: center;
	min-height: 440px;
}

.hero-copy {
	position: relative;
	z-index: 2;
	padding: 34px 0;
}

.hero-eyebrow {
	margin: 0 0 10px;
	color: var(--white);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.hero-title {
	max-width: 460px;
	margin: 0;
	color: var(--white);
	font-size: 56px;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 0.96;
	text-transform: uppercase;
}

.hero-text {
	max-width: 470px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.95);
	font-size: 17px;
	line-height: 1.6;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.hero-actions .button-primary {
	width: 210px;
}

.hero-actions .button-outline {
	width: 190px;
}

.hero-product {
	position: relative;
	align-self: end;
	min-height: 420px;
}

.hero-product img {
	position: absolute;
	right: 0;
	bottom: -8px;
	width: min(560px, 92%);
	filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.32));
}

.trust-strip {
	background: var(--white);
	border-bottom: 1px solid var(--border);
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 120px;
}

.trust-item {
	display: grid;
	grid-template-columns: 58px 1fr;
	align-items: center;
	gap: 16px;
	padding: 30px 20px;
	border-right: 1px solid var(--border);
}

.trust-item:last-child {
	border-right: 0;
}

.trust-item img {
	width: 58px;
	height: 58px;
}

.trust-item h2 {
	margin: 0 0 5px;
	color: var(--text);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.trust-item p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.45;
}

.section-label {
	margin: 0 0 9px;
	color: var(--gold);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.gold-rule {
	display: block;
	width: 42px;
	height: 4px;
	margin-top: 14px;
	background: var(--gold);
}

.product-home {
	padding: 58px 0;
	background: var(--white);
}

.product-layout {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 38px;
}

.product-intro h2,
.industry-intro h2,
.home-cta h2 {
	margin: 0;
	color: var(--text);
	font-weight: 900;
	line-height: 1.1;
}

.product-intro h2 {
	font-size: 40px;
}

.section-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	margin-top: 28px;
	padding: 0 28px;
	border-radius: 3px;
	background: var(--navy);
	color: var(--white);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.section-link:hover,
.section-link:focus {
	background: var(--navy-dark);
	color: var(--white);
}

.product-card-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.product-card {
	display: grid;
	align-content: start;
	min-height: 230px;
	padding: 20px;
	border: 1px solid var(--border);
	border-radius: 5px;
	background: var(--white);
	box-shadow: 0 8px 22px rgba(5, 43, 79, 0.05);
	text-align: center;
}

.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 112px;
	margin-bottom: 14px;
}

.product-image img {
	max-height: 112px;
	object-fit: contain;
}

.product-card h3 {
	margin: 0;
	color: var(--text);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.product-card a {
	margin-top: 10px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.industries-home {
	padding: 46px 0 50px;
	background: var(--light);
}

.industry-layout {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 35px;
	align-items: center;
}

.industry-intro h2 {
	max-width: 230px;
	font-size: 34px;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	background: var(--white);
	border: 1px solid var(--border);
}

.industry-item {
	display: grid;
	place-items: center;
	min-height: 156px;
	padding: 20px 14px;
	border-right: 1px solid var(--border);
	text-align: center;
}

.industry-item:last-child {
	border-right: 0;
}

.industry-item img {
	width: 52px;
	height: 52px;
	margin-bottom: 14px;
}

.industry-item h3 {
	margin: 0;
	color: var(--text);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.home-cta {
	padding: 46px 0;
	background: var(--white);
}

.home-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 28px;
	padding: 34px 38px;
	border-left: 5px solid var(--gold);
	background: var(--navy-dark);
}

.home-cta h2 {
	max-width: 760px;
	color: var(--white);
	font-size: 32px;
}

.home-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.page-hero {
	padding: 46px 0;
	background: var(--navy);
	color: var(--white);
}

.page-hero h1 {
	margin: 0;
	font-size: clamp(30px, 7vw, 52px);
	line-height: 1.08;
}

.content-section {
	padding: 52px 0;
}

.page-content {
	max-width: 920px;
}

.page-content h2,
.page-content h3 {
	color: var(--text);
}

.page-content img {
	border-radius: 5px;
}

.site-footer {
	background: var(--navy-dark);
	color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 0.8fr;
	gap: 42px;
	padding: 46px 0 34px;
}

.footer-brand img {
	width: 190px;
	margin-bottom: 18px;
	padding: 8px;
	border-radius: 3px;
	background: var(--white);
}

.site-footer h2 {
	position: relative;
	margin: 0 0 18px;
	padding-bottom: 12px;
	color: var(--white);
	font-size: 17px;
	text-transform: uppercase;
}

.site-footer h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 3px;
	background: var(--gold);
	content: "";
}

.footer-menu a {
	display: block;
	padding: 4px 0;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 16px 0;
	text-align: center;
	font-size: 13px;
}

.footer-bottom p {
	margin: 0;
}

.mobile-contact-bar {
	display: none;
}

.about-hero {
	position: relative;
	min-height: 360px;
	background:
		linear-gradient(90deg, rgba(3, 27, 51, 0.96) 0%, rgba(5, 43, 79, 0.88) 42%, rgba(5, 43, 79, 0.28) 100%),
		url("../images/hero-packaging-factory.jpg");
	background-position: center right;
	background-size: cover;
	color: var(--white);
}

.about-hero__inner {
	display: grid;
	align-content: center;
	min-height: 360px;
	padding: 42px 0;
}

.about-hero h1 {
	max-width: 780px;
	margin: 0;
	color: var(--white);
	font-size: clamp(38px, 5vw, 60px);
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1;
}

.about-hero p:not(.section-label) {
	max-width: 690px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.55;
}

.about-section {
	padding: 64px 0;
}

.about-overview,
.about-services,
.about-iso {
	background: var(--white);
}

.about-timeline-section,
.about-strengths,
.about-industries {
	background: var(--light);
}

.about-split,
.about-timeline-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 48px;
	align-items: center;
}

.about-split--reverse {
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.about-copy h2,
.about-section-heading h2,
.about-timeline-layout h2,
.vision-mission-grid h2,
.about-final-cta h2 {
	margin: 0;
	color: var(--text);
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 900;
	line-height: 1.1;
}

.about-copy p,
.about-section-heading p,
.timeline-item p,
.vision-mission-grid p,
.about-final-cta p {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

.about-copy p:last-child,
.about-section-heading p:last-child {
	margin-bottom: 0;
}

.about-image-card {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 5px;
	background: var(--white);
	box-shadow: 0 18px 38px rgba(5, 43, 79, 0.08);
}

.about-image-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.about-image-card div {
	display: grid;
	gap: 4px;
	padding: 18px 20px;
	border-left: 5px solid var(--gold);
}

.about-image-card strong {
	color: var(--text);
	font-size: 20px;
	text-transform: uppercase;
}

.about-image-card span {
	color: var(--muted);
}

.about-timeline {
	position: relative;
	display: grid;
	gap: 18px;
}

.timeline-item {
	position: relative;
	padding: 24px 26px 24px 82px;
	border: 1px solid var(--border);
	border-radius: 5px;
	background: var(--white);
	box-shadow: 0 10px 24px rgba(5, 43, 79, 0.05);
}

.timeline-item span {
	position: absolute;
	top: 24px;
	left: 24px;
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--gold);
	color: var(--white);
	font-size: 12px;
	font-weight: 900;
}

.timeline-item p {
	margin: 0;
}

.about-section-heading {
	max-width: 780px;
	margin-bottom: 28px;
}

.about-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.about-strength-card,
.vision-mission-grid article,
.iso-card-grid article {
	border: 1px solid var(--border);
	border-radius: 5px;
	background: var(--white);
	box-shadow: 0 10px 24px rgba(5, 43, 79, 0.05);
}

.about-strength-card {
	padding: 24px 22px;
}

.about-strength-card img {
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
}

.about-strength-card h3,
.about-industry-item h3,
.iso-card-grid h3 {
	margin: 0;
	color: var(--text);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.about-strength-card p {
	margin: 12px 0 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.65;
}

.about-vision-mission {
	background: var(--white);
}

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

.vision-mission-grid article {
	padding: 32px;
	border-top: 5px solid var(--gold);
}

.vision-mission-grid h2 {
	font-size: 30px;
}

.about-industry-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid var(--border);
	background: var(--white);
}

.about-industry-item {
	display: grid;
	place-items: center;
	min-height: 150px;
	padding: 20px 12px;
	border-right: 1px solid var(--border);
	text-align: center;
}

.about-industry-item:last-child {
	border-right: 0;
}

.about-industry-item img {
	width: 52px;
	height: 52px;
	margin-bottom: 14px;
}

.about-industry-item h3 {
	font-size: 13px;
}

.iso-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.iso-card-grid article {
	padding: 18px;
	text-align: center;
}

.iso-card-grid img {
	width: min(212px, 100%);
	margin: 0 auto 16px;
	border: 1px solid var(--border);
}

.about-final-cta {
	padding: 58px 0;
	background: var(--white);
}

.about-final-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: 38px;
	border-left: 5px solid var(--gold);
	background: var(--navy-dark);
}

.about-final-cta h2,
.about-final-cta p {
	color: var(--white);
}

.about-final-cta p:not(.section-label) {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.82);
}

.services-hero {
	position: relative;
	min-height: 420px;
	background:
		linear-gradient(90deg, rgba(3, 27, 51, 0.96) 0%, rgba(5, 43, 79, 0.9) 42%, rgba(5, 43, 79, 0.28) 100%),
		url("../images/hero-packaging-factory.jpg");
	background-position: center right;
	background-size: cover;
	color: var(--white);
	overflow: hidden;
}

.services-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.48fr) minmax(320px, 0.52fr);
	align-items: center;
	min-height: 420px;
}

.services-hero__copy {
	position: relative;
	z-index: 2;
	padding: 44px 0;
}

.services-hero h1 {
	margin: 0;
	color: var(--white);
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
}

.services-hero p:not(.section-label) {
	max-width: 630px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.93);
	font-size: 18px;
	line-height: 1.6;
}

.services-hero__image {
	position: relative;
	align-self: end;
	min-height: 390px;
}

.services-hero__image img {
	position: absolute;
	right: 0;
	bottom: -8px;
	width: min(520px, 92%);
	filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.32));
}

.services-overview,
.product-range,
.process-flow,
.services-industries,
.services-cta,
.services-faq {
	padding: 64px 0;
}

.services-overview,
.process-flow,
.services-faq {
	background: var(--white);
}

.product-range,
.services-industries {
	background: var(--light);
}

.services-overview__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
	gap: 44px;
	align-items: start;
}

.services-overview__copy h2,
.services-section-heading h2,
.services-faq h2,
.services-cta h2 {
	margin: 0;
	color: var(--text);
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 900;
	line-height: 1.1;
}

.services-overview__copy p,
.services-section-heading p,
.services-cta p,
.services-faq p {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.72;
}

.services-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.services-cards article,
.services-product-card,
.process-flow__grid article,
.services-industry-card,
.services-faq details {
	border: 1px solid var(--border);
	border-radius: 6px;
	background: var(--white);
	box-shadow: 0 10px 24px rgba(5, 43, 79, 0.05);
}

.services-cards article {
	padding: 24px;
}

.services-cards img {
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
}

.services-cards h3,
.services-product-card h3,
.process-flow__grid h3,
.services-industry-card h3 {
	margin: 0;
	color: var(--text);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.services-cards p,
.services-product-card p,
.process-flow__grid p {
	margin: 10px 0 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.62;
}

.services-section-heading {
	max-width: 820px;
	margin-bottom: 30px;
}

.product-range__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.services-product-card {
	overflow: hidden;
}

.services-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	padding: 18px;
	background: var(--white);
	border-bottom: 1px solid var(--border);
}

.services-product-card__image img {
	max-height: 135px;
	object-fit: contain;
}

.services-product-card__body {
	display: grid;
	padding: 20px;
}

.product-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.process-flow__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--border);
	background: var(--white);
}

.process-flow__grid article {
	position: relative;
	min-height: 210px;
	padding: 28px 22px;
	border: 0;
	border-right: 1px solid var(--border);
	border-radius: 0;
	box-shadow: none;
}

.process-flow__grid article:last-child {
	border-right: 0;
}

.process-flow__grid span {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--gold);
	color: var(--white);
	font-weight: 900;
}

.services-industry-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid var(--border);
	background: var(--white);
}

.services-industry-card {
	display: grid;
	place-items: center;
	min-height: 150px;
	padding: 20px 12px;
	border: 0;
	border-right: 1px solid var(--border);
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

.services-industry-card:last-child {
	border-right: 0;
}

.services-industry-card img {
	width: 52px;
	height: 52px;
	margin-bottom: 14px;
}

.services-industry-card h3 {
	font-size: 13px;
}

.services-cta {
	background:
		linear-gradient(90deg, rgba(3, 27, 51, 0.97), rgba(5, 43, 79, 0.9)),
		url("../images/hero-packaging-factory.jpg");
	background-position: center;
	background-size: cover;
	color: var(--white);
}

.services-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
}

.services-cta h2,
.services-cta p {
	color: var(--white);
}

.services-cta p:not(.section-label) {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.84);
}

.services-faq__layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 42px;
}

.services-faq__items {
	display: grid;
	gap: 12px;
}

.services-faq details {
	padding: 0;
}

.services-faq summary {
	cursor: pointer;
	padding: 18px 22px;
	color: var(--text);
	font-weight: 900;
	list-style-position: outside;
}

.services-faq details p {
	margin: 0;
	padding: 0 22px 20px;
}

@media (max-width: 1180px) {
	.primary-menu {
		gap: 22px;
	}

	.site-header-main__inner {
		grid-template-columns: 220px minmax(0, 1fr) auto;
		gap: 20px;
	}

	.product-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.industry-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.industry-item:nth-child(3n) {
		border-right: 0;
	}

	.industry-item:nth-child(n + 4) {
		border-top: 1px solid var(--border);
	}

	.about-card-grid,
	.about-industry-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.about-industry-item:nth-child(3n) {
		border-right: 0;
	}

	.about-industry-item:nth-child(n + 4) {
		border-top: 1px solid var(--border);
	}

	.product-range__grid,
	.process-flow__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-flow__grid article:nth-child(2n),
	.services-industry-card:nth-child(3n) {
		border-right: 0;
	}

	.process-flow__grid article:nth-child(n + 3),
	.services-industry-card:nth-child(n + 4) {
		border-top: 1px solid var(--border);
	}

	.services-industry-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	body {
		padding-bottom: 64px;
	}

	.site-shell {
		width: min(100% - 36px, var(--shell));
	}

	.site-topbar {
		display: none;
	}

	.site-header-main {
		height: 76px;
	}

	.site-header-main__inner {
		display: flex;
		justify-content: space-between;
		height: 76px;
		gap: 16px;
	}

	.site-logo img {
		width: 170px;
		max-height: 58px;
	}

	.mobile-menu-toggle {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.mobile-menu-toggle span:not(.screen-reader-text) {
		display: block;
		width: 25px;
		height: 2px;
		margin: 0 auto;
		background: var(--navy);
	}

	.primary-navigation {
		position: absolute;
		top: 76px;
		left: 0;
		right: 0;
		display: none;
		background: var(--white);
		border-bottom: 1px solid var(--border);
		box-shadow: 0 16px 28px rgba(5, 43, 79, 0.14);
	}

	.primary-navigation.is-open,
	.menu-open .primary-navigation {
		display: block;
	}

	.primary-menu {
		display: block;
		width: min(100% - 36px, var(--shell));
		margin: 0 auto;
	}

	.primary-menu a {
		min-height: 48px;
		border-bottom: 1px solid var(--border);
		font-size: 13px;
	}

	.primary-menu .current-menu-item > a::after,
	.primary-menu .current_page_item > a::after {
		right: auto;
		bottom: 11px;
		width: 34px;
	}

	.quote-button {
		display: none;
	}

	.hero-section {
		min-height: 470px;
		background:
			linear-gradient(90deg, rgba(3, 27, 51, 0.98) 0%, rgba(5, 43, 79, 0.92) 54%, rgba(5, 43, 79, 0.42) 100%),
			url("../images/hero-packaging-factory.jpg");
		background-position: center right;
		background-size: cover;
	}

	.hero-layout {
		display: block;
		min-height: 470px;
	}

	.hero-copy {
		padding-top: 44px;
	}

	.hero-eyebrow {
		font-size: 16px;
	}

	.hero-title {
		max-width: 320px;
		font-size: 36px;
		line-height: 0.98;
	}

	.hero-text {
		max-width: 330px;
		font-size: 14px;
		line-height: 1.55;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 230px;
		gap: 10px;
		margin-top: 20px;
	}

	.hero-actions .button-primary,
	.hero-actions .button-outline {
		width: 100%;
	}

	.hero-product {
		position: absolute;
		right: -22px;
		bottom: -8px;
		width: 58%;
		min-height: 0;
		pointer-events: none;
	}

	.hero-product img {
		position: static;
		width: 100%;
	}

	.trust-grid {
		grid-template-columns: repeat(2, 1fr);
		min-height: 112px;
	}

	.trust-item {
		grid-template-columns: 34px 1fr;
		gap: 10px;
		min-height: 96px;
		padding: 18px 14px;
		border-right: 1px solid var(--border);
		border-bottom: 1px solid var(--border);
	}

	.trust-item:nth-child(2n) {
		border-right: 0;
	}

	.trust-item:nth-child(n + 3) {
		border-bottom: 0;
	}

	.trust-item img {
		width: 34px;
		height: 34px;
	}

	.trust-item h2 {
		margin: 0;
		font-size: 12px;
	}

	.trust-item p {
		display: none;
	}

	.product-home {
		padding: 28px 0;
	}

	.product-layout {
		display: block;
	}

	.product-intro {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 18px;
	}

	.product-intro h2 {
		font-size: 32px;
	}

	.gold-rule {
		margin-top: 10px;
	}

	.section-link {
		min-height: auto;
		margin-top: 0;
		padding: 0;
		background: transparent;
		color: var(--text);
		font-size: 11px;
	}

	.section-link:hover,
	.section-link:focus {
		background: transparent;
		color: var(--gold);
	}

	.product-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.product-card {
		min-height: 190px;
		padding: 14px;
	}

	.product-image {
		height: 110px;
		margin-bottom: 12px;
	}

	.product-image img {
		max-height: 110px;
	}

	.product-card h3 {
		font-size: 12px;
	}

	.product-card a {
		font-size: 11px;
	}

	.industries-home {
		padding: 34px 0 38px;
	}

	.industry-layout {
		display: block;
	}

	.industry-intro {
		margin-bottom: 20px;
	}

	.industry-intro h2 {
		max-width: 300px;
		font-size: 30px;
	}

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

	.industry-item {
		min-height: 132px;
		padding: 18px 12px;
		border-top: 0;
	}

	.industry-item:nth-child(3n) {
		border-right: 1px solid var(--border);
	}

	.industry-item:nth-child(2n) {
		border-right: 0;
	}

	.industry-item:nth-child(n + 3) {
		border-top: 1px solid var(--border);
	}

	.industry-item img {
		width: 42px;
		height: 42px;
	}

	.industry-item h3 {
		font-size: 12px;
	}

	.home-cta {
		padding: 34px 0;
	}

	.home-cta__inner {
		display: block;
		padding: 28px 22px;
	}

	.home-cta h2 {
		font-size: 26px;
	}

	.home-cta__actions {
		display: grid;
		margin-top: 18px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 0 24px;
	}

	.about-hero,
	.about-hero__inner {
		min-height: 360px;
	}

	.about-hero h1 {
		font-size: 36px;
	}

	.about-hero p:not(.section-label) {
		font-size: 15px;
	}

	.about-section {
		padding: 40px 0;
	}

	.about-split,
	.about-split--reverse,
	.about-timeline-layout,
	.vision-mission-grid,
	.about-final-cta__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.about-copy h2,
	.about-section-heading h2,
	.about-timeline-layout h2,
	.about-final-cta h2 {
		font-size: 30px;
	}

	.about-card-grid,
	.about-industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-strength-card {
		padding: 20px 16px;
	}

	.about-strength-card img {
		width: 42px;
		height: 42px;
	}

	.timeline-item {
		padding: 74px 20px 20px;
	}

	.timeline-item span {
		top: 20px;
	}

	.vision-mission-grid article,
	.about-final-cta__inner {
		padding: 24px;
	}

	.about-industry-item {
		min-height: 128px;
		border-top: 0;
	}

	.about-industry-item:nth-child(3n) {
		border-right: 1px solid var(--border);
	}

	.about-industry-item:nth-child(2n) {
		border-right: 0;
	}

	.about-industry-item:nth-child(n + 3) {
		border-top: 1px solid var(--border);
	}

	.iso-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.services-hero,
	.services-hero__inner {
		min-height: 420px;
	}

	.services-hero__inner,
	.services-overview__layout,
	.services-cta__inner,
	.services-faq__layout {
		display: block;
	}

	.services-hero__copy {
		padding-top: 42px;
	}

	.services-hero h1 {
		font-size: 38px;
	}

	.services-hero p:not(.section-label) {
		max-width: 340px;
		font-size: 14px;
	}

	.services-hero__image {
		position: absolute;
		right: -18px;
		bottom: -8px;
		width: 58%;
		min-height: 0;
		pointer-events: none;
	}

	.services-hero__image img {
		position: static;
		width: 100%;
	}

	.services-overview,
	.product-range,
	.process-flow,
	.services-industries,
	.services-cta,
	.services-faq {
		padding: 40px 0;
	}

	.services-cards {
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.product-range__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.services-product-card__image {
		height: 130px;
		padding: 14px;
	}

	.services-product-card__image img {
		max-height: 104px;
	}

	.services-product-card__body {
		padding: 15px;
	}

	.services-product-card h3 {
		font-size: 13px;
	}

	.services-product-card p {
		font-size: 13px;
	}

	.process-flow__grid {
		grid-template-columns: 1fr;
	}

	.process-flow__grid article {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--border);
	}

	.process-flow__grid article:last-child {
		border-bottom: 0;
	}

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

	.services-industry-card {
		min-height: 128px;
	}

	.services-industry-card:nth-child(3n) {
		border-right: 1px solid var(--border);
	}

	.services-industry-card:nth-child(2n) {
		border-right: 0;
	}

	.services-industry-card:nth-child(n + 3) {
		border-top: 1px solid var(--border);
	}

	.services-cta .home-cta__actions {
		display: grid;
		margin-top: 20px;
	}

	.services-faq__items {
		margin-top: 22px;
	}

	.footer-brand img {
		width: 170px;
	}

	.mobile-contact-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		height: 64px;
		background: var(--gold);
		box-shadow: 0 -8px 22px rgba(3, 27, 51, 0.18);
	}

	.mobile-contact-bar a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		border-right: 1px solid rgba(255, 255, 255, 0.24);
		color: var(--white);
		font-size: 11px;
		font-weight: 900;
		line-height: 1;
		text-transform: uppercase;
	}

	.mobile-contact-bar a:last-child {
		border-right: 0;
	}

	.mobile-contact-bar span {
		font-size: 18px;
		line-height: 1;
	}
}

@media (max-width: 430px) {
	.site-shell {
		width: calc(100% - 30px);
	}

	.hero-title {
		font-size: 34px;
	}

	.hero-product {
		width: 62%;
	}
}

.contact-hero {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	background:
		linear-gradient(90deg, rgba(3, 27, 51, 0.97) 0%, rgba(5, 43, 79, 0.88) 45%, rgba(5, 43, 79, 0.28) 100%),
		url("../images/hero-packaging-factory.jpg") center right / cover no-repeat;
	color: var(--white);
}

.contact-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
	align-items: center;
	min-height: 390px;
}

.contact-hero h1 {
	margin: 0;
	max-width: 520px;
	color: var(--white);
	font-size: 54px;
	font-weight: 900;
	line-height: 0.98;
}

.contact-hero p:not(.section-label) {
	max-width: 540px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 17px;
	line-height: 1.6;
}

.contact-hero__image {
	position: relative;
	min-height: 330px;
}

.contact-hero__image img {
	position: absolute;
	right: 0;
	bottom: -12px;
	max-width: 520px;
	width: 86%;
}

.contact-info-section {
	padding: 58px 0;
	background: var(--white);
}

.contact-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.contact-card {
	padding: 30px;
	border: 1px solid var(--border);
	border-radius: 6px;
	background: var(--white);
	box-shadow: 0 16px 36px rgba(3, 27, 51, 0.06);
}

.contact-card img {
	width: 58px;
	height: 58px;
	margin-bottom: 20px;
}

.contact-card h2 {
	margin: 0 0 12px;
	color: var(--text);
	font-size: 22px;
	font-weight: 900;
}

.contact-card p {
	min-height: 76px;
	margin: 0 0 22px;
	color: #334155;
	font-size: 15px;
	line-height: 1.65;
}

.contact-card a {
	color: var(--text);
}

.contact-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 3px;
	background: var(--navy);
	color: var(--white) !important;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.contact-form-section {
	padding: 58px 0;
	background: var(--light);
}

.contact-form-section__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 38px;
	align-items: start;
}

.contact-form-panel,
.contact-guide-panel {
	border: 1px solid var(--border);
	border-radius: 6px;
	background: var(--white);
	box-shadow: 0 16px 36px rgba(3, 27, 51, 0.06);
}

.contact-form-panel {
	padding: 34px;
}

.contact-guide-panel {
	padding: 34px 34px 38px;
}

.contact-form-panel h2,
.contact-guide-panel h2,
.contact-section-heading h2,
.contact-final-cta h2 {
	margin: 0;
	color: var(--text);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.08;
}

.contact-form-panel > p:not(.section-label),
.contact-guide-panel > p:not(.section-label),
.contact-final-cta p:not(.section-label) {
	margin: 14px 0 0;
	color: #334155;
	font-size: 16px;
	line-height: 1.65;
}

.contact-fallback-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 26px;
}

.contact-form-status {
	margin-top: 22px;
	padding: 14px 16px;
	border-radius: 4px;
	background: #eef7f0;
	color: #174a27;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.contact-form-status--error,
.contact-form-status--limited {
	background: #fff2f0;
	color: #7a2018;
}

.alfapac-hp-field {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.contact-fallback-form label {
	display: grid;
	gap: 8px;
	color: var(--text);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.contact-fallback-form input,
.contact-fallback-form textarea {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 4px;
	background: var(--white);
	color: var(--text);
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
}

.contact-fallback-form input {
	height: 48px;
	padding: 0 14px;
}

.contact-fallback-form textarea {
	min-height: 130px;
	padding: 13px 14px;
	resize: vertical;
}

.contact-fallback-form input[type="file"] {
	height: auto;
	padding: 12px 14px;
	background: var(--light);
	font-size: 13px;
}

.contact-fallback-form__wide,
.contact-fallback-form .button {
	grid-column: 1 / -1;
}

.contact-fallback-form .button {
	width: fit-content;
	border: 0;
	cursor: pointer;
}

.contact-checklist {
	display: grid;
	gap: 13px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.contact-checklist li {
	position: relative;
	padding-left: 30px;
	color: #263445;
	font-size: 15px;
	line-height: 1.55;
}

.contact-checklist li::before {
	position: absolute;
	top: 3px;
	left: 0;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--gold);
	color: var(--white);
	content: "✓";
	font-size: 12px;
	font-weight: 900;
}

.contact-guide-panel__note {
	margin: 24px 0 0;
	padding: 18px;
	border-left: 4px solid var(--gold);
	background: var(--light);
	color: var(--text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.contact-map-section {
	padding: 58px 0;
	background: var(--white);
}

.contact-section-heading {
	max-width: 660px;
	margin-bottom: 24px;
}

.contact-map-card {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.5fr);
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 6px;
	background: var(--white);
	box-shadow: 0 16px 36px rgba(3, 27, 51, 0.06);
}

.contact-map-card iframe {
	display: block;
	width: 100%;
	min-height: 390px;
	border: 0;
}

.contact-map-card__details {
	padding: 34px;
	background: var(--navy);
	color: var(--white);
}

.contact-map-card__details h3 {
	margin: 0 0 16px;
	color: var(--white);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.contact-map-card__details p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.7;
}

.contact-final-cta {
	padding: 58px 0;
	background:
		linear-gradient(90deg, rgba(3, 27, 51, 0.98), rgba(5, 43, 79, 0.92)),
		url("../images/hero-packaging-factory.jpg") center / cover no-repeat;
	color: var(--white);
}

.contact-final-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	background: rgba(3, 27, 51, 0.42);
}

.contact-final-cta h2,
.contact-final-cta p:not(.section-label) {
	color: var(--white);
}

.contact-final-cta p:not(.section-label) {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.86);
}

.answer-section {
	padding: 58px 0;
	background: var(--light);
}

.answer-section__layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
	gap: 38px;
	align-items: start;
}

.answer-section h2 {
	margin: 0;
	color: var(--text);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.08;
}

.answer-list {
	display: grid;
	gap: 14px;
}

.answer-list article {
	padding: 22px 24px;
	border: 1px solid var(--border);
	border-radius: 6px;
	background: var(--white);
	box-shadow: 0 12px 28px rgba(3, 27, 51, 0.05);
}

.answer-list h3 {
	margin: 0 0 8px;
	color: var(--text);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
}

.answer-list p {
	margin: 0;
	color: #334155;
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.contact-card-grid {
		grid-template-columns: 1fr;
	}

	.contact-card p {
		min-height: 0;
	}

	.contact-form-section__layout,
	.contact-map-card,
	.contact-final-cta__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.contact-hero,
	.contact-hero__inner {
		min-height: 420px;
	}

	.contact-hero__inner {
		display: block;
	}

	.contact-hero__copy {
		position: relative;
		z-index: 2;
		padding-top: 42px;
	}

	.contact-hero h1 {
		font-size: 38px;
	}

	.contact-hero p:not(.section-label) {
		max-width: 340px;
		font-size: 14px;
	}

	.contact-hero__image {
		position: absolute;
		right: -22px;
		bottom: -8px;
		width: 56%;
		min-height: 0;
		pointer-events: none;
	}

	.contact-hero__image img {
		position: static;
		width: 100%;
	}

	.contact-info-section,
	.contact-form-section,
	.contact-map-section,
	.contact-final-cta,
	.answer-section {
		padding: 40px 0;
	}

	.contact-card,
	.contact-form-panel,
	.contact-guide-panel,
	.contact-map-card__details,
	.contact-final-cta__inner {
		padding: 24px;
	}

	.contact-form-panel h2,
	.contact-guide-panel h2,
	.contact-section-heading h2,
	.contact-final-cta h2 {
		font-size: 30px;
	}

	.contact-fallback-form {
		grid-template-columns: 1fr;
	}

	.contact-fallback-form .button {
		width: 100%;
	}

	.contact-map-card iframe {
		min-height: 300px;
	}

	.contact-final-cta .home-cta__actions {
		display: grid;
	}

	.answer-section__layout {
		display: block;
	}

	.answer-section h2 {
		font-size: 30px;
	}

	.answer-list {
		margin-top: 22px;
	}
}
