/**
 * Contact Page Styles
 *
 * @package Irritech
 */

body.page-template-page-contact .site-main {
	padding-block: 0;
}

/* Contact Hero — Figma node 552:8561 */
.contact-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 819px;
	overflow: hidden;
}

.contact-hero__media {
	position: absolute;
	inset: 0;
}

.contact-hero__image {
	position: absolute;
	width: 100%;
	height: 148.96%;
	max-width: none;
	top: -24.48%;
	left: 0;
	object-fit: cover;
}

.contact-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(2, 33, 3, 0) 64.88%,
		rgba(2, 33, 3, 0.7) 100%
	);
}

.contact-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-block: 64px;
}

.contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: end;
}

.contact-hero__main {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: flex-end;
}

.contact-hero__breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0;
	padding: 0 0 16px 2px;
	list-style: none;
}

.contact-hero__breadcrumb-item {
	display: flex;
	align-items: center;
}

.contact-hero__breadcrumb-link,
.contact-hero__breadcrumb-current {
	display: inline-flex;
	padding-block: 6px;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-decoration: none;
}

.contact-hero__breadcrumb-link:hover,
.contact-hero__breadcrumb-link:focus-visible {
	color: #ffffff;
	text-decoration: underline;
}

.contact-hero__breadcrumb-separator {
	display: flex;
	align-items: center;
}

.contact-hero__breadcrumb-separator img {
	display: block;
	width: 8px;
	height: 8px;
}

.contact-hero__title {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	line-height: 1.14;
	color: #ffffff;
}

.contact-hero__aside {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: flex-end;
}

.contact-hero__lead {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
}

@media (max-width: 1199px) {
	.contact-hero {
		min-height: 560px;
	}

	.contact-hero__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 767px) {
	.contact-hero {
		min-height: min(100vh, 720px);
	}

	.contact-hero__inner {
		padding-block: 48px;
	}
}

/* Contact Network — Figma node 552:8581 */
.contact-network {
	padding-block: 120px;
	background-color: var(--color-background);
}

.contact-network__inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
	align-items: center;
}

.contact-network__title {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	line-height: 1.14;
	color: #000000;
	text-align: center;
	letter-spacing: -0.02em;
}

.contact-network__search {
	width: 100%;
	max-width: 523px;
}

.contact-network__search-field {
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%;
	min-height: 56px;
	padding: 4px 4px 4px 22px;
	overflow: hidden;
	background-color: #ffffff;
	border: 2px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
}

.contact-network__search-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.contact-network__search-icon img {
	display: block;
	width: 24px;
	height: 24px;
}

.contact-network__search-input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 !important;
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222a2e;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

.contact-network__search-input::placeholder {
	color: #5d6366;
	opacity: 1;
}

.contact-network__search-input:focus {
	outline: none;
}

.contact-network__search-button {
	display: inline-flex;
	flex-shrink: 0;
	gap: 4px;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 16px;
	font-family: var(--font-family-base);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	cursor: pointer;
	background-color: #010312;
	border: 0;
	border-radius: 100px;
}

.contact-network__search-button-label {
	padding-inline: 4px 0;
}

.contact-network__search-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.contact-network__search-button-icon img {
	display: block;
	width: 20px;
	height: 20px;
}

.contact-network__filters {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.contact-network__filter {
	display: flex;
	gap: 16px;
	align-items: center;
	min-height: 56px;
	padding: 16px 24px;
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
}

.contact-network__filter--toggle {
	justify-content: space-between;
}

.contact-network__filter-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.contact-network__filter-label {
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #222a2e;
}

.contact-network__toggle {
	position: relative;
	display: inline-flex;
	flex-shrink: 0;
	cursor: pointer;
}

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

.contact-network__toggle-track {
	position: relative;
	display: block;
	width: 40px;
	height: 24px;
	background-color: #e7e7e7;
	border-radius: 1000px;
	transition: background-color var(--transition-base);
}

.contact-network__toggle-track::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 6px 0 12px rgba(0, 0, 0, 0.25);
	transition: transform var(--transition-base);
}

.contact-network__toggle-input:checked + .contact-network__toggle-track {
	background-color: #022103;
}

.contact-network__toggle-input:checked + .contact-network__toggle-track::after {
	transform: translateX(16px);
}

.contact-network__filter-select-label {
	display: flex;
	flex: 1 1 auto;
	gap: 4px;
	align-items: center;
	min-width: 0;
	cursor: pointer;
}

.contact-network__filter-select-prefix {
	flex-shrink: 0;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222a2e;
}

.contact-network__filter-select {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 24px 0 0 !important;
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #222a2e;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.contact-network__filter-select:focus {
	outline: none;
}

.contact-network__filter-caret {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.contact-network__filter-caret img {
	display: block;
	width: 20px;
	height: 20px;
}

.contact-network__map {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
	border-radius: 12px;
}

.contact-network__map-image {
	position: absolute;
	top: -70px;
	left: -151px;
	width: calc(100% + 302px);
	max-width: none;
	height: auto;
	min-height: calc(100% + 140px);
	object-fit: cover;
}

.contact-network__map-overlay {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 1;
	width: min(39%, 501px);
	background: linear-gradient(90deg, #f5f3f3 0%, rgba(245, 243, 243, 0) 100%);
	pointer-events: none;
}

.contact-network__pin {
	position: absolute;
	z-index: 2;
	left: var(--pin-left);
	top: var(--pin-top);
	width: 42px;
	height: 64px;
	transform: translate(-50%, -100%);
}

.contact-network__pin-marker {
	display: block;
	width: 42px;
	height: 64px;
}

.contact-network__pin-logo {
	position: absolute;
	top: 15.73%;
	left: 21.43%;
	width: 24px;
	height: 24px;
	object-fit: cover;
	border-radius: 5px;
}

.contact-network__panel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: min(100%, 404px);
	height: 100%;
	padding: 8px;
}

.contact-network__panel-inner {
	display: flex;
	height: 100%;
	padding: 24px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.12);
}

.contact-network__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	max-height: 100%;
	padding-right: 12px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #344c33 #d9d9d9;
}

.contact-network__list::-webkit-scrollbar {
	width: 4px;
}

.contact-network__list::-webkit-scrollbar-track {
	background: #d9d9d9;
	border-radius: 4px;
}

.contact-network__list::-webkit-scrollbar-thumb {
	background: #344c33;
	border-radius: 4px;
}

.contact-network__card {
	overflow: hidden;
	border: 1px solid #d3d4d5;
	border-radius: 16px;
}

.contact-network__card-media {
	height: 128px;
	overflow: hidden;
}

.contact-network__card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-network__card-body {
	padding: 15px 16px 16px;
}

.contact-network__card-title {
	margin: 0 0 8px;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #222a2e;
}

.contact-network__card--featured .contact-network__card-title {
	font-family: var(--font-family-heading);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	color: #00341c;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.contact-network__card-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-network__card-meta-item {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-family: var(--font-family-heading);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.43;
	color: #222a2e;
}

.contact-network__card-meta-item img {
	flex-shrink: 0;
}

.contact-network__card-meta-item a {
	color: inherit;
	text-decoration: none;
}

.contact-network__card-meta-item a:hover,
.contact-network__card-meta-item a:focus-visible {
	color: #022103;
	text-decoration: underline;
}

/* Contact Form — Figma node 552:8693 */
.contact-form-section {
	padding-block: 120px;
	background-color: #f5f5f5;
}

.contact-form-section__inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.contact-form-section__title {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	line-height: 1.14;
	color: #000000;
	text-align: center;
	letter-spacing: -0.02em;
}

.contact-form-section__layout {
	display: grid;
	grid-template-columns: minmax(280px, 405px) minmax(0, 1fr);
	overflow: hidden;
	border-radius: 16px;
}

.contact-form-section__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	background-color: #022103;
	border-radius: 16px 0 0 16px;
}

.contact-form-section__info-main {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.contact-form-section__info-title {
	margin: 0;
	padding-left: 20px;
	font-family: var(--font-family-heading);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	border-left: 4px solid #dfeb38;
}

.contact-form-section__detail {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.contact-form-section__detail-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.contact-form-section__detail-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.contact-form-section__detail-label {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	color: #f7f7f7;
}

.contact-form-section__detail-text {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #f7f7f7;
}

.contact-form-section__detail-text a {
	color: inherit;
	text-decoration: none;
}

.contact-form-section__detail-text a:hover,
.contact-form-section__detail-text a:focus-visible {
	text-decoration: underline;
}

.contact-form-section__hours {
	padding-top: 48px;
	margin-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-section__hours-title {
	margin: 0 0 16px;
	font-family: var(--font-family-heading);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	color: #dfeb38;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.contact-form-section__hours-text {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.43;
	color: rgba(255, 255, 255, 0.8);
}

.contact-form-section__hours-text + .contact-form-section__hours-text {
	margin-top: 4px;
}

.contact-form-section__form-wrap {
	padding: 60px 80px;
	background-color: #ffffff;
	border-radius: 0 16px 16px 0;
}

.contact-form-section__form-title {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	color: #022103;
}

.contact-form-section__form-lead {
	margin: 0;
	font-family: var(--font-family-base);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d2529;
}

.contact-form-section__form {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 16px;
}

.contact-form-section__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.contact-form-section__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-form-section__label {
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d2529;
}

.contact-form-section__input,
.contact-form-section__select,
.contact-form-section__textarea {
	width: 100%;
	padding: 19px 17px !important;
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222a2e;
	background-color: #ffffff;
	border: 1px solid #c3c8bd !important;
	border-radius: 8px;
}

.contact-form-section__input::placeholder,
.contact-form-section__textarea::placeholder {
	color: #5d6366;
	opacity: 1;
}

.contact-form-section__input:focus,
.contact-form-section__select:focus,
.contact-form-section__textarea:focus {
	border-color: #022103 !important;
	outline: none;
}

.contact-form-section__textarea {
	min-height: 130px;
	resize: vertical;
}

.contact-form-section__select-wrap {
	position: relative;
}

.contact-form-section__select {
	padding-right: 48px !important;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.contact-form-section__select-icon {
	position: absolute;
	top: 50%;
	right: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	pointer-events: none;
	transform: translateY(-50%);
}

.contact-form-section__select-icon img {
	display: block;
	width: 24px;
	height: 24px;
}

.contact-form-section__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 64px;
	padding: 20px 32px;
	font-family: var(--font-family-base);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
	cursor: pointer;
	background-color: #022103;
	border: 0;
	border-radius: 8px;
	box-shadow:
		0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	transition: background-color var(--transition-base);
}

.contact-form-section__submit:hover,
.contact-form-section__submit:focus-visible {
	background-color: #00341c;
	outline: none;
}

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

	.contact-network__map {
		height: 640px;
	}

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

	.contact-form-section__info {
		border-radius: 16px 16px 0 0;
	}

	.contact-form-section__form-wrap {
		padding: 48px 32px;
		border-radius: 0 0 16px 16px;
	}
}

@media (max-width: 767px) {
	.contact-network,
	.contact-form-section {
		padding-block: 80px;
	}

	.contact-network__inner,
	.contact-form-section__inner {
		gap: 48px;
	}

	.contact-network__map {
		height: 520px;
	}

	.contact-network__panel {
		position: relative;
		width: 100%;
		height: auto;
		padding: 16px 0 0;
	}

	.contact-network__panel-inner {
		max-height: 420px;
	}

	.contact-network__map-overlay {
		display: none;
	}

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

	.contact-form-section__form-wrap {
		padding: 32px 24px;
	}
}
