.articles-page {
	--articles-ink: #171717;
	--articles-copy: #4a4a4a;
	--articles-cream: #f7f7f5;
	--articles-gold: #f5c16c;
	--articles-gold-strong: #b58a20;
	--articles-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
	background: var(--articles-cream);
	color: var(--articles-ink);
	overflow: hidden;
}

.articles-page .sc-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.articles-page .sc-kicker,
.articles-page .sc-eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	color: #8a6a13;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.articles-page .sc-kicker::before,
.articles-page .sc-kicker::after,
.articles-page .sc-eyebrow::before,
.articles-page .sc-eyebrow::after {
	display: none;
	content: none;
}

.articles-page h1,
.articles-page h2,
.articles-page h3 {
	color: var(--articles-ink);
	font-weight: 900;
	letter-spacing: 0;
	text-wrap: balance;
}

.articles-page h1 {
	max-width: 880px;
	margin-bottom: 1.1rem;
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 0.98;
}

.articles-page h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.04;
}

.articles-page h3 {
	margin-bottom: 0.72rem;
	font-size: clamp(1.22rem, 2vw, 1.55rem);
	line-height: 1.15;
}

.articles-page p {
	color: var(--articles-copy);
	line-height: 1.7;
}

.articles-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(92px, 10vw, 132px) 0;
	background:
		linear-gradient(120deg, rgba(3, 5, 7, 0.88) 0%, rgba(7, 17, 29, 0.76) 54%, rgba(7, 17, 29, 0.42) 100%),
		url("../images/web-pictures/supplier-meeting.jpg") center / cover;
}

.articles-hero h1,
.articles-hero p,
.articles-hero .sc-kicker {
	color: #fffaf0;
}

.articles-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: end;
}

.articles-hero__lead {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.articles-hero__panel {
	position: relative;
	overflow: hidden;
	padding: clamp(1.3rem, 2.5vw, 2rem);
	border: 1px solid rgba(245, 193, 108, 0.28);
	border-radius: 26px;
	background: rgba(3, 5, 7, 0.66);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.articles-hero__panel span {
	display: block;
	margin-bottom: 0.8rem;
	color: var(--articles-gold);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.articles-hero__panel strong {
	display: block;
	color: #fff;
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1.22;
}

.articles-index-section {
	padding: clamp(72px, 8vw, 108px) 0;
	background: linear-gradient(180deg, #fffdf7 0%, #f4eddf 100%);
}

.articles-page .sc-section-head {
	max-width: 820px;
	margin-bottom: 34px;
}

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

.articles-horizontal-section {
	position: relative;
	width: 100vw;
	max-width: none;
	min-height: 100vh;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 0;
	overflow: visible;
	background:
		radial-gradient(circle at 14% 12%, rgba(245, 193, 108, 0.18), transparent 28rem),
		radial-gradient(circle at 86% 58%, rgba(7, 17, 29, 0.08), transparent 30rem),
		linear-gradient(180deg, #fffdf7 0%, #f4eddf 100%);
}

.articles-horizontal-stage {
	position: relative;
	z-index: 3;
	display: flex;
	width: 100vw;
	height: 100vh;
	min-height: 720px;
	flex-direction: column;
	justify-content: center;
	gap: clamp(28px, 4vh, 48px);
	overflow: hidden;
	padding: clamp(60px, 7vh, 92px) 0 clamp(56px, 7vh, 88px);
	background: linear-gradient(180deg, rgba(255, 253, 247, 0.94) 0%, rgba(244, 237, 223, 0.96) 100%);
}

.articles-horizontal-stage::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 42%, rgba(181, 138, 32, 0.10) 100%),
		radial-gradient(circle at 18% 16%, rgba(245, 193, 108, 0.18), transparent 28rem);
	pointer-events: none;
}

.articles-horizontal-stage > * {
	position: relative;
	z-index: 1;
}

.articles-horizontal-stage .sc-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.55fr);
	gap: clamp(24px, 5vw, 76px);
	align-items: end;
	max-width: none;
	margin-bottom: 0;
}

.articles-horizontal-stage .sc-section-head .sc-eyebrow,
.articles-horizontal-stage .sc-section-head h2 {
	grid-column: 1;
}

.articles-horizontal-viewport {
	width: 100vw;
	overflow: visible;
}

.articles-horizontal-section .articles-horizontal-rail {
	display: flex;
	width: max-content;
	max-width: none;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: clamp(26px, 2.7vw, 40px);
	margin: 0;
	padding: 0 max(32px, calc((100vw - 1180px) / 2));
	will-change: transform;
}

.articles-horizontal-section .article-card {
	flex: 0 0 clamp(360px, 31vw, 440px);
	width: clamp(360px, 31vw, 440px);
	min-height: 340px;
}

.articles-horizontal-section .article-card:nth-child(1),
.articles-horizontal-section .article-card:nth-child(4) {
	flex-basis: clamp(420px, 36vw, 520px);
	width: clamp(420px, 36vw, 520px);
}

.article-card {
	position: relative;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 28px 24px;
	overflow: hidden;
	border: 1px solid rgba(23, 23, 23, 0.10);
	border-radius: 26px;
	background: #fff;
	box-shadow: var(--articles-shadow);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.article-card::before {
	position: absolute;
	inset: 0;
	content: "";
	background: radial-gradient(circle at 90% 0%, rgba(181, 138, 32, 0.14), transparent 14rem);
	pointer-events: none;
}

.article-card > * {
	position: relative;
	z-index: 1;
}

.article-card:hover {
	transform: translateY(-4px);
	border-color: rgba(181, 138, 32, 0.30);
	box-shadow: 0 30px 72px rgba(23, 23, 23, 0.12);
}

.article-card__meta {
	margin-bottom: 1.1rem;
	color: #8a6a13;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.article-card p {
	margin-bottom: 1.2rem;
}

.article-card__link {
	margin-top: auto;
	color: #7b5b0f;
	font-weight: 850;
}

.article-card--link-card {
	cursor: pointer;
}

.article-card--link-card:focus-visible {
	outline: 3px solid rgba(181, 138, 32, 0.58);
	outline-offset: 5px;
}

.articles-page .sc-cta {
	position: relative;
	isolation: isolate;
	padding: 110px 0;
	background-image:
		linear-gradient(120deg, rgba(14, 14, 14, 0.8) 0%, rgba(14, 14, 14, 0.62) 100%),
		url("../images/web-pictures/container-port.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.articles-page .sc-parallax {
	background-attachment: fixed;
}

.articles-page .sc-cta__inner {
	max-width: 760px;
}

.articles-page .sc-cta__inner h2,
.articles-page .sc-cta__inner p,
.articles-page .sc-cta__inner .sc-eyebrow {
	color: #fffaf0;
}

.articles-page .sc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

@property --anzsbs-edge-angle {
	syntax: "<angle>";
	inherits: false;
	initial-value: -90deg;
}

.articles-hero__panel::after,
.article-card::after {
	position: absolute;
	inset: 0;
	z-index: 3;
	padding: 3px;
	border-radius: inherit;
	content: "";
	pointer-events: none;
	background:
		conic-gradient(
			from var(--anzsbs-edge-angle) at 50% 50%,
			transparent 0deg,
			transparent 58deg,
			rgba(181, 138, 32, 0.16) 66deg,
			rgba(245, 193, 108, 0.92) 76deg,
			rgba(255, 239, 190, 1) 88deg,
			rgba(245, 193, 108, 0.92) 100deg,
			rgba(181, 138, 32, 0.16) 112deg,
			transparent 122deg,
			transparent 360deg
		);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask-composite: exclude;
	filter: drop-shadow(0 0 7px rgba(245, 193, 108, 0.72)) drop-shadow(0 0 14px rgba(181, 138, 32, 0.30));
	opacity: 0.98;
	animation: anzsbs-edge-runner 8.6s linear infinite;
}

.article-card:nth-child(2n)::after {
	animation-delay: -1.4s;
}

.article-card:nth-child(3n)::after {
	animation-delay: -2.8s;
}

.article-card:nth-child(4n)::after {
	animation-delay: -4.2s;
}

.article-card:nth-child(5n)::after {
	animation-delay: -5.6s;
}

@keyframes anzsbs-edge-runner {
	0% { --anzsbs-edge-angle: -138deg; }
	8% { --anzsbs-edge-angle: -102deg; }
	20% { --anzsbs-edge-angle: -86deg; }
	32% { --anzsbs-edge-angle: -50deg; }
	43% { --anzsbs-edge-angle: 42deg; }
	50% { --anzsbs-edge-angle: 86deg; }
	62% { --anzsbs-edge-angle: 102deg; }
	74% { --anzsbs-edge-angle: 138deg; }
	86% { --anzsbs-edge-angle: 230deg; }
	94% { --anzsbs-edge-angle: 282deg; }
	100% { --anzsbs-edge-angle: 318deg; }
}

@media (prefers-reduced-motion: reduce) {
	.articles-hero__panel::after,
	.article-card::after {
		animation: none;
		--anzsbs-edge-angle: -90deg;
		opacity: 0.56;
	}
}

@media (max-width: 980px) {
	.articles-hero__grid {
		grid-template-columns: 1fr;
	}

	.articles-page .sc-parallax {
		background-attachment: scroll;
	}

	.articles-horizontal-section {
		width: auto;
		min-height: 0;
		margin-right: 0;
		margin-left: 0;
		padding: 64px 0 68px;
		overflow: hidden;
	}

	.articles-horizontal-stage {
		display: block;
		width: auto;
		height: auto;
		min-height: 0;
		padding: 0;
		overflow: visible;
		background: transparent;
	}

	.articles-horizontal-stage::before {
		display: none;
	}

	.articles-horizontal-stage .sc-section-head {
		display: block;
		max-width: 820px;
		margin-bottom: 26px;
	}

	.articles-horizontal-viewport {
		width: auto;
		overflow: visible;
	}

	.articles-horizontal-section .articles-horizontal-rail {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(1180px, calc(100% - 48px));
		margin: 0 auto;
		padding: 0;
		gap: 22px;
		transform: none !important;
	}

	.articles-horizontal-section .article-card,
	.articles-horizontal-section .article-card:nth-child(1),
	.articles-horizontal-section .article-card:nth-child(4) {
		width: auto;
		min-height: 310px;
		flex: none;
	}
}

@media (max-width: 760px) {
	.articles-page .sc-shell {
		width: min(100% - 32px, 100%);
	}

	.articles-hero {
		padding: 64px 0;
	}

	.articles-page h1 {
		font-size: clamp(2.5rem, 12vw, 3.8rem);
	}

	.articles-page h2 {
		font-size: 38px;
	}

	.articles-horizontal-section {
		padding: 56px 0 64px;
	}

	.articles-horizontal-stage .sc-section-head {
		margin-bottom: 24px;
	}

	.articles-horizontal-section .articles-horizontal-rail {
		grid-template-columns: 1fr;
		width: min(100% - 32px, 100%);
		gap: 20px;
	}

	.article-card {
		min-height: auto;
		padding: 24px 22px;
		border-radius: 22px;
	}

	.articles-page .sc-cta {
		padding: 56px 0 64px;
	}

	.articles-page .sc-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.articles-page .sc-hero__actions .sc-btn {
		width: 100%;
	}
}

/* ANZSBS PHASE 19 ARTICLE DETAIL START */
.article-page {
	--article-detail-ink: #171717;
	--article-detail-copy: #4a4a4a;
	--article-detail-cream: #f7f7f5;
	--article-detail-gold: #f5c16c;
	--article-detail-gold-strong: #b58a20;
	--article-detail-dark: #07111d;
	--article-detail-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
	overflow: hidden;
	background: var(--article-detail-cream);
	color: var(--article-detail-ink);
}

.article-page .sc-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.article-page .sc-kicker,
.article-page .sc-eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	color: #8a6a13;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.article-page .sc-kicker::before,
.article-page .sc-kicker::after,
.article-page .sc-eyebrow::before,
.article-page .sc-eyebrow::after {
	display: none;
	content: none;
}

.article-page h1,
.article-page h2,
.article-page h3 {
	color: var(--article-detail-ink);
	font-weight: 900;
	letter-spacing: 0;
	text-wrap: balance;
}

.article-page h1 {
	max-width: 880px;
	margin-bottom: 1.1rem;
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 0.98;
}

.article-page h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.04;
}

.article-page h3 {
	margin-bottom: 0.72rem;
	font-size: clamp(1.22rem, 2vw, 1.55rem);
	line-height: 1.15;
}

.article-page p {
	color: var(--article-detail-copy);
	line-height: 1.7;
}

.article-page .article-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(92px, 10vw, 132px) 0;
	background:
		linear-gradient(120deg, rgba(3, 5, 7, 0.88) 0%, rgba(7, 17, 29, 0.76) 54%, rgba(7, 17, 29, 0.42) 100%),
		url("../images/web-pictures/supplier-meeting.jpg") center / cover;
}

.article-page .article-hero h1,
.article-page .article-hero p,
.article-page .article-hero .sc-kicker {
	color: #fffaf0;
}

.article-page .article-back {
	display: inline-block;
	margin-bottom: 1.2rem;
	color: var(--article-detail-gold);
	font-weight: 850;
}

.article-page .article-summary {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.article-page .article-body-section,
.article-page .related-section {
	padding: clamp(72px, 8vw, 108px) 0;
	background: linear-gradient(180deg, #fffdf7 0%, #f4eddf 100%);
}

.article-page .article-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(280px, 1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.article-page .article-content {
	padding: clamp(1.4rem, 3vw, 2.4rem);
	border-radius: 26px;
	background: #fff;
	box-shadow: var(--article-detail-shadow);
}

.article-page .article-content h2,
.article-page .article-content h3,
.article-page .article-content h4 {
	margin-top: 2.1rem;
}

.article-page .article-content h2:first-child,
.article-page .article-content h3:first-child,
.article-page .article-content h4:first-child {
	margin-top: 0;
}

.article-page .article-content h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.article-page .article-content h3 {
	font-size: clamp(1.32rem, 2.4vw, 1.8rem);
}

.article-page .article-content p,
.article-page .article-content li {
	font-size: 1.04rem;
}

.article-page .article-content ul,
.article-page .article-content ol {
	display: grid;
	gap: 0.8rem;
	margin: 1.5rem 0;
	padding-left: 1.3rem;
	color: var(--article-detail-copy);
}

.article-page .article-content li {
	color: var(--article-detail-copy);
	line-height: 1.65;
}

.article-page .article-side-card {
	position: sticky;
	top: 24px;
	padding: 28px 24px;
	overflow: hidden;
	border-radius: 26px;
	background: var(--article-detail-dark);
	box-shadow: var(--article-detail-shadow);
}

.article-page .article-side-card h2,
.article-page .article-side-card p {
	color: #fffaf0;
}

.article-page .article-side-card h2 {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.article-page .article-side-card .sc-eyebrow {
	color: var(--article-detail-gold);
}

.article-page .articles-cta {
	position: relative;
	isolation: isolate;
	padding: 110px 0;
	background-image:
		linear-gradient(120deg, rgba(14, 14, 14, 0.8) 0%, rgba(14, 14, 14, 0.62) 100%),
		url("../images/web-pictures/container-port.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.article-page .articles-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.article-page .articles-cta__inner > div {
	max-width: 760px;
}

.article-page .articles-cta h2,
.article-page .articles-cta p,
.article-page .articles-cta .sc-eyebrow {
	color: #fffaf0;
}

.article-page .related-section .sc-section-head {
	max-width: 820px;
	margin-bottom: 34px;
}

.article-page .articles-grid--related {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
	.article-page .article-layout,
	.article-page .articles-cta__inner {
		grid-template-columns: 1fr;
	}

	.article-page .article-layout {
		display: grid;
	}

	.article-page .article-side-card {
		position: relative;
		top: auto;
	}

	.article-page .articles-cta__inner {
		display: grid;
		align-items: start;
	}
}

@media (max-width: 760px) {
	.article-page .sc-shell {
		width: min(100% - 32px, 100%);
	}

	.article-page .article-hero {
		padding: 64px 0;
	}

	.article-page h1 {
		font-size: clamp(2.5rem, 12vw, 3.8rem);
	}

	.article-page h2 {
		font-size: 38px;
	}

	.article-page .article-body-section,
	.article-page .related-section {
		padding: 56px 0 64px;
	}

	.article-page .article-content,
	.article-page .article-side-card {
		padding: 24px 22px;
		border-radius: 22px;
	}

	.article-page .articles-cta {
		padding: 56px 0 64px;
	}

	.article-page .articles-grid--related {
		grid-template-columns: 1fr;
	}

	.article-page .articles-cta .sc-btn {
		width: 100%;
	}
}
/* ANZSBS PHASE 19 ARTICLE DETAIL END */
