.ros-contact-page {
	background: #ffffff;
	color: #1d2433;
}

.ros-contact-page .container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.ros-contact-hero {
	align-items: end;
	background-color: #07192f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 72vh;
	padding: 120px;
	position: relative;
}

.ros-contact-hero::after {
	background: linear-gradient(180deg, rgba(5, 17, 33, 0) 0%, rgba(5, 17, 33, 0.22) 100%);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ros-contact-hero__inner {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
	position: relative;
	z-index: 1;
}

.ros-contact-hero__copy h1 {
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	font-size: 54px;
	line-height: 1.06;
	margin: 0 0 18px;
}

.ros-contact-hero__eyebrow,
.ros-contact-section-heading p,
.ros-contact-form-shell__header p,
.ros-contact-story__copy p:first-child {
	color: #ffd7b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ros-contact-hero__lead {
	color: #ffffff;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 14px;
	max-width: 34rem;
}

.ros-contact-hero__description {
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	margin-bottom: 28px;
	max-width: 36rem;
}

.ros-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ros-contact-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ros-contact-button:hover,
.ros-contact-button:focus-visible {
	transform: translateY(-1px);
}

.ros-contact-button--primary {
	background: #f15a24;
	color: #ffffff;
}

.ros-contact-button--primary:hover,
.ros-contact-button--primary:focus-visible {
	background: #cc4b1c;
	color: #ffffff;
}

.ros-contact-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.42);
	color: #ffffff;
}

.ros-contact-button--secondary:hover,
.ros-contact-button--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.ros-contact-button--full {
	width: 100%;
}

.ros-contact-hero__highlights {
	align-content: start;
	background: rgba(5, 17, 33, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 48px 0 0;
	padding: 24px;
}

.ros-contact-hero__highlights li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #f3f7fb;
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 16px;
}

.ros-contact-hero__highlights li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ros-contact-connect,
.ros-contact-offices,
.ros-contact-story {
	padding: 88px 0;
}

.ros-contact-connect {
	background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.ros-contact-connect__grid {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.ros-contact-section-heading h2,
.ros-contact-form-shell__header h2,
.ros-contact-story__copy h2 {
	color: #0e1c31;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 1.14;
	margin: 0;
}

.ros-contact-channel-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.ros-contact-channel {
	background: #ffffff;
	border: 1px solid rgba(14, 28, 49, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(8, 28, 49, 0.08);
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 150px;
	padding: 20px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	word-wrap: break-word;
}

.ros-contact-channel:hover,
.ros-contact-channel:focus-visible {
	border-color: rgba(241, 90, 36, 0.38);
	box-shadow: 0 18px 38px rgba(8, 28, 49, 0.12);
	transform: translateY(-2px);
}

.ros-contact-channel__label {
	color: #2a7b77;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.ros-contact-channel strong {
	color: #0e1c31;
	font-size: 20px;
	line-height: 1.35;
}

.ros-contact-channel__note {
	color: #5d6675;
	font-size: 14px;
	line-height: 1.6;
}

.ros-contact-image-band {
	align-items: stretch;
	background: #ffffff;
	border: 1px solid rgba(14, 28, 49, 0.08);
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(200px, 0.95fr) minmax(0, 1.05fr);
	margin-top: 32px;
	overflow: hidden;
}

.ros-contact-image-band img,
.ros-contact-story__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ros-contact-image-band__copy {
	padding: 28px;
}

.ros-contact-image-band__copy h3 {
	color: #0e1c31;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 14px;
	max-width: 14ch;
}

.ros-contact-image-band__copy ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ros-contact-image-band__copy li {
	color: #4d5666;
	font-size: 15px;
	line-height: 1.7;
	padding-left: 18px;
	position: relative;
}

.ros-contact-image-band__copy li::before {
	background: #f15a24;
	border-radius: 999px;
	content: '';
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.ros-contact-form-shell {
	background: #ffffff;
	border: 1px solid rgba(14, 28, 49, 0.08);
	border-radius: 8px;
	box-shadow: 0 24px 48px rgba(8, 28, 49, 0.12);
	padding: 28px;
}

.ros-contact-focus-options {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 24px 0;
}

.ros-contact-focus-option {
	background: #f4f8fb;
	border: 1px solid rgba(14, 28, 49, 0.08);
	border-radius: 8px;
	color: #0e1c31;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 118px;
	padding: 16px;
	text-align: left;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.ros-contact-focus-option:hover,
.ros-contact-focus-option:focus-visible,
.ros-contact-focus-option.is-active {
	background: #fff3ed;
	border-color: rgba(241, 90, 36, 0.4);
	transform: translateY(-1px);
}

.ros-contact-focus-option strong {
	font-size: 16px;
	line-height: 1.35;
}

.ros-contact-focus-option span {
	color: #5d6675;
	font-size: 13px;
	line-height: 1.55;
}

.ros-contact-feedback {
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.ros-contact-feedback--success {
	background: #e7f6ef;
	color: #116d4e;
}

.ros-contact-feedback--error {
	background: #fff1eb;
	color: #ad3d1b;
}

.ros-contact-shared-enquiry .wpcf7,
.ros-contact-shared-enquiry .wpcf7 form,
.ros-contact-shared-enquiry .contact-form-section,
.ros-contact-shared-enquiry .contact-form-wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
}

.ros-contact-shared-enquiry .contact-form {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ros-contact-shared-enquiry .form-group,
.ros-contact-shared-enquiry .submit-btn-wrap {
	display: flex;
	flex-direction: column;
}

.ros-contact-shared-enquiry .form-group p,
.ros-contact-shared-enquiry .submit-btn-wrap p {
	margin: 0;
}

.ros-contact-shared-enquiry .form-group label {
	color: #253044;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 8px;
}

.ros-contact-shared-enquiry .form-group input,
.ros-contact-shared-enquiry .form-group select,
.ros-contact-shared-enquiry .form-group textarea {
	background: #f8fbfd;
	border: 1px solid rgba(14, 28, 49, 0.12);
	border-radius: 8px;
	color: #172131;
	font-size: 15px;
	line-height: 1.5;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.ros-contact-shared-enquiry .form-group textarea {
	min-height: 156px;
	resize: vertical;
}

.ros-contact-shared-enquiry .form-group input:focus,
.ros-contact-shared-enquiry .form-group select:focus,
.ros-contact-shared-enquiry .form-group textarea:focus {
	border-color: rgba(241, 90, 36, 0.52);
	box-shadow: 0 0 0 4px rgba(241, 90, 36, 0.12);
	outline: none;
}

.ros-contact-shared-enquiry .submit-btn-wrap,
.ros-contact-shared-enquiry .full-width {
	grid-column: 1 / -1;
}

.ros-contact-shared-enquiry .submit-btn {
	width: 100%;
	min-height: 48px;
	border: none;
	border-radius: 8px;
	background: #f15a24;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.ros-contact-shared-enquiry .submit-btn:hover,
.ros-contact-shared-enquiry .submit-btn:focus-visible {
	background: #cc4b1c;
}

.ros-contact-shared-enquiry .wpcf7-not-valid-tip {
	margin-top: 8px;
	color: #ad3d1b;
	font-size: 13px;
	line-height: 1.5;
}

.ros-contact-shared-enquiry .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

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

.ros-contact-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ros-contact-field label {
	color: #253044;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.ros-contact-field input,
.ros-contact-field select,
.ros-contact-field textarea {
	background: #f8fbfd;
	border: 1px solid rgba(14, 28, 49, 0.12);
	border-radius: 8px;
	color: #172131;
	font-size: 15px;
	line-height: 1.5;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.ros-contact-field textarea {
	min-height: 156px;
	resize: vertical;
}

.ros-contact-field--full {
	grid-column: 1 / -1;
}

.ros-contact-form .ros-contact-button {
	margin-top: 18px;
}

.ros-contact-offices {
	background: #0c1728;
}

.ros-contact-offices .ros-contact-section-heading p,
.ros-contact-offices .ros-contact-section-heading h2 {
	color: #ffffff;
	max-width: none;
}

.ros-contact-offices__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.ros-contact-office {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 24px;
}

.ros-contact-office h3 {
	color: #ffd7b8;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ros-contact-office address {
	display: grid;
	gap: 6px;
	font-style: normal;
}

.ros-contact-office address span {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	line-height: 1.65;
}

.ros-contact-story {
	background: #edf5f7;
}

.ros-contact-story__grid {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.ros-contact-story__copy p:last-child {
	color: #4c5666;
	font-size: 16px;
	line-height: 1.75;
	margin-top: 18px;
	max-width: 34rem;
}

.ros-contact-story__image {
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.ros-contact-hero__inner,
	.ros-contact-connect__grid,
	.ros-contact-story__grid,
	.ros-contact-image-band {
		grid-template-columns: 1fr;
	}

	.ros-contact-hero__copy h1,
	.ros-contact-section-heading h2,
	.ros-contact-form-shell__header h2,
	.ros-contact-story__copy h2,
	.ros-contact-image-band__copy h3 {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.ros-contact-hero {
		min-height: auto;
		padding: 104px 0 56px;
	}

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

	.ros-contact-hero__lead {
		font-size: 18px;
	}

	.ros-contact-connect,
	.ros-contact-offices,
	.ros-contact-story {
		padding: 64px 0;
	}

	.ros-contact-section-heading h2,
	.ros-contact-form-shell__header h2,
	.ros-contact-story__copy h2 {
		font-size: 30px;
	}

	.ros-contact-channel-grid,
	.ros-contact-focus-options,
	.ros-contact-shared-enquiry .contact-form,
	.ros-contact-form__grid,
	.ros-contact-offices__grid {
		grid-template-columns: 1fr;
	}

	.ros-contact-form-shell {
		padding: 22px;
	}
}
