.contact-page {
	background: #f7f7f5;
	color: #171717;
	overflow: hidden;
}

.contact-page .sc-shell {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
}

.contact-page .sc-kicker,
.contact-page .sc-eyebrow {
	display: inline-block;
	margin-bottom: 18px;
	color: #9a7418;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-page h1,
.contact-page h2,
.contact-page h3 {
	color: #171717;
	letter-spacing: 0;
}

.contact-page h1 {
	max-width: 850px;
	margin-bottom: 22px;
	font-size: clamp(2.85rem, 6.2vw, 6.9rem);
	line-height: 0.94;
}

.contact-page h2 {
	margin-bottom: 18px;
	font-size: clamp(2.2rem, 4.4vw, 5.1rem);
	line-height: 0.98;
}

.contact-page h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.08;
}

.contact-page p {
	color: #4a4a4a;
	font-size: 1.03rem;
}

.contact-page .sc-hero,
.contact-page .sc-band {
	position: relative;
	background-position: center;
	background-size: cover;
	color: #fff;
}

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

.contact-page .sc-hero {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 165px);
	padding: 120px 0;
	background-image:
		linear-gradient(120deg, rgba(10, 10, 10, 0.84) 0%, rgba(10, 10, 10, 0.58) 48%, rgba(10, 10, 10, 0.28) 100%),
		url("../images/anzsbs-hero.webp");
}

.contact-page .sc-hero__content {
	max-width: 920px;
}

.contact-page .sc-hero h1,
.contact-page .sc-hero p,
.contact-page .sc-band h2,
.contact-page .sc-band p {
	color: #fff;
}

.contact-page .sc-hero p {
	max-width: 710px;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.05rem, 1.6vw, 1.32rem);
}

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

.contact-page .sc-btn {
	border-radius: 8px;
}

.contact-page .sc-btn--ghost {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	backdrop-filter: blur(8px);
}

.contact-page .sc-intro,
.contact-page .sc-grid-section,
.contact-page .sc-risk {
	padding: clamp(74px, 8vw, 124px) 0;
}

.contact-page .sc-split,
.contact-page .sc-risk__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
	gap: clamp(34px, 6vw, 82px);
	align-items: center;
}

.contact-page .sc-media-card,
.contact-page .sc-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.contact-page .sc-media-card img {
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
}

.contact-page .sc-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

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

.contact-page .sc-card {
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 28px 24px;
}

.contact-page .sc-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: rgba(181, 138, 32, 0.12);
	color: #9a7418;
	font-size: 0.95rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.contact-page .sc-band {
	padding: clamp(84px, 10vw, 146px) 0;
	background-image:
		linear-gradient(120deg, rgba(17, 17, 17, 0.88) 0%, rgba(17, 17, 17, 0.76) 100%),
		url("../images/web-pictures/aswin-anand-0hmh461goog-unsplash.jpg");
}

.contact-page .sc-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.contact-page .sc-band h2 {
	max-width: 980px;
}

.contact-page .sc-bullets {
	display: grid;
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.contact-page .sc-bullets li {
	position: relative;
	padding-left: 26px;
	color: #333;
	font-weight: 700;
}

.contact-page .sc-bullets li::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	content: "";
	background: #f4a900;
}

.contact-page .sc-media-stack {
	display: grid;
	gap: 22px;
}

.contact-page .sc-media-stack .sc-media-card img {
	min-height: 240px;
}

.contact-page .sc-enquiry-section {
	position: relative;
	overflow: hidden;
	padding: clamp(84px, 10vw, 150px) 0;
	color: #fff7e8;
	background:
		linear-gradient(112deg, rgba(4, 8, 13, 0.96) 0%, rgba(7, 13, 22, 0.92) 46%, rgba(10, 16, 24, 0.84) 100%),
		radial-gradient(circle at 22% 20%, rgba(245, 193, 108, 0.18), transparent 34%),
		url("../images/web-pictures/supplier-meeting.jpg") center / cover;
	border-top: 1px solid rgba(245, 193, 108, 0.22);
}

.contact-page .sc-enquiry-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(2, 5, 9, 0.38), rgba(2, 5, 9, 0.12) 42%, rgba(2, 5, 9, 0.44)),
		linear-gradient(180deg, rgba(2, 5, 9, 0.16), rgba(2, 5, 9, 0.42));
	pointer-events: none;
}

.contact-page .sc-enquiry-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
	gap: clamp(42px, 6vw, 96px);
	align-items: start;
	width: min(1280px, calc(100% - 64px));
	margin: 0 auto;
}

.contact-page .sc-enquiry-section__copy .sc-eyebrow {
	color: #f5c16c;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.contact-page .sc-enquiry-section__copy h2 {
	max-width: 760px;
	margin: 0;
	color: #fff8e8;
	font-size: clamp(34px, 4vw, 58px);
	line-height: 0.96;
	text-shadow: 0 3px 22px rgba(0, 0, 0, 0.62);
}

.contact-page .sc-enquiry-section__copy p {
	max-width: 660px;
	margin: 24px 0 0;
	color: rgba(255, 247, 232, 0.88);
	font-size: clamp(16px, 1.18vw, 20px);
	line-height: 1.58;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.52);
}

.contact-page .sc-enquiry-section__points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.contact-page .sc-enquiry-section__points span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid rgba(245, 193, 108, 0.36);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff4d4;
	font-weight: 750;
}

.contact-page .sc-enquiry-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(245, 193, 108, 0.46);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
		rgba(12, 22, 34, 0.96);
	box-shadow:
		0 32px 90px rgba(0, 0, 0, 0.44),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-page .sc-enquiry-form label {
	display: grid;
	gap: 8px;
}

.contact-page .sc-enquiry-form label span {
	color: #fff3dc;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.contact-page .sc-enquiry-form input,
.contact-page .sc-enquiry-form select,
.contact-page .sc-enquiry-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 13px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background-color: rgba(20, 32, 46, 0.98);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(0, 0, 0, 0.18);
	color: #fffaf0;
	color-scheme: dark;
}

.contact-page .sc-enquiry-form input:focus,
.contact-page .sc-enquiry-form select:focus,
.contact-page .sc-enquiry-form textarea:focus {
	outline: 2px solid rgba(245, 193, 108, 0.7);
	outline-offset: 2px;
	border-color: rgba(245, 193, 108, 0.78);
	background-color: rgba(24, 38, 54, 0.98);
}

.contact-page .sc-enquiry-form select option {
	background-color: #14202e;
	color: #fffaf0;
}

.contact-page .sc-enquiry-form textarea {
	min-height: 138px;
	resize: vertical;
}

.contact-page .sc-enquiry-form__full,
.contact-page .sc-enquiry-form__button,
.contact-page .sc-enquiry-form__note {
	grid-column: 1 / -1;
}

.contact-page .sc-enquiry-form__button {
	justify-content: center;
	width: 100%;
	min-height: 54px;
	border: 0;
	cursor: default;
}

.contact-page .sc-enquiry-form__note {
	margin: 0;
	color: rgba(255, 247, 232, 0.72);
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 1180px) {
	.contact-page .sc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-page .sc-band__inner,
	.contact-page .sc-split,
	.contact-page .sc-risk__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.contact-page .sc-enquiry-section {
		background-position: 58% center;
	}

	.contact-page .sc-enquiry-section__inner {
		display: block;
		width: min(100% - 32px, 1280px);
	}

	.contact-page .sc-enquiry-form {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}
}

@media (max-width: 980px) {
	.contact-page .sc-parallax {
		background-attachment: scroll;
	}
}

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

	.contact-page .sc-hero {
		min-height: auto;
		padding: 78px 0 64px;
	}

	.contact-page .sc-intro,
	.contact-page .sc-grid-section {
		padding: 56px 0 64px;
	}

	.contact-page .sc-band {
		padding: 56px 0 64px;
	}

	.contact-page .sc-grid {
		grid-template-columns: 1fr;
	}

	.contact-page .sc-card {
		min-height: 0;
		padding: 22px 20px;
	}

	.contact-page .sc-media-card img,
	.contact-page .sc-media-stack .sc-media-card img {
		min-height: 220px;
		height: 220px;
	}

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

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

	.contact-page .sc-risk {
		position: relative;
		z-index: 1;
		overflow: visible;
		padding: 56px 0 48px;
		transform: none;
	}

	.contact-page .sc-risk__grid,
	.contact-page .sc-media-stack,
	.contact-page .sc-media-card {
		position: relative;
		transform: none;
		margin-bottom: 0;
	}

	.contact-page .sc-risk .sc-media-stack .sc-media-card:first-child {
		display: none;
	}

	.contact-page .sc-enquiry-section {
		position: relative;
		z-index: 2;
		clear: both;
		overflow: visible;
		margin-top: 0;
		padding-top: 56px;
		padding-bottom: 64px;
		transform: none;
	}

	.contact-page .sc-enquiry-section__inner {
		display: block;
		overflow: visible;
	}

	.contact-page .sc-enquiry-form {
		position: relative;
		z-index: 2;
		margin-top: 40px;
		padding: 20px;
		transform: none;
	}

	.contact-page .sc-enquiry-section__points span {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.contact-page .sc-risk {
		padding-bottom: 48px;
	}

	.contact-page .sc-enquiry-section {
		padding-top: 48px;
	}

	.contact-page .sc-enquiry-form {
		margin-top: 32px;
	}
}
