/*
 * Child-owned editorial pages replace the imported demo map/sidebar layouts.
 */
.arf-editorial-page {
	box-sizing: border-box;
	width: min(calc(100% - 48px), 960px);
	margin: 0 auto;
	padding: clamp(54px, 8vw, 110px) 0 clamp(72px, 10vw, 140px);
}

.arf-editorial-page__header {
	margin-bottom: clamp(42px, 6vw, 76px);
	text-align: center;
}

.arf-editorial-page__header h1 {
	margin: 0;
	font-size: clamp(3rem, 7vw, 5.5rem);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

.arf-editorial-page__content {
	width: min(100%, 760px);
	margin: 0 auto;
}

.arf-editorial-page__content p {
	margin: 0 0 1.4em;
	font-size: clamp(1.12rem, 2vw, 1.35rem);
	line-height: 1.65;
}

.arf-editorial-page__intro {
	color: #2b2b2b;
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: clamp(1.55rem, 3vw, 2.25rem) !important;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2 !important;
}

.arf-contact-card {
	box-sizing: border-box;
	max-width: 620px;
	margin: 0 auto;
	padding: clamp(30px, 6vw, 58px);
	border: 1px solid #e6e1d8;
	background: #f7f3ec;
	text-align: center;
}

.arf-contact-card h2 {
	margin: 0 0 32px;
	font-size: clamp(2rem, 4vw, 3.4rem);
	letter-spacing: -0.03em;
}

.arf-contact-card__label {
	margin-bottom: 8px !important;
	color: #8f8f89;
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: 0.78rem !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.arf-contact-card__email {
	margin: 0 !important;
}

.arf-contact-card__email a {
	color: #2b2b2b;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: clamp(1.1rem, 3vw, 1.55rem);
	font-weight: 650;
	text-decoration-color: #8f8f89;
	text-underline-offset: 0.18em;
}

@media screen and (max-width: 639px) {
	.arf-editorial-page {
		width: min(calc(100% - 32px), 960px);
		padding-top: 42px;
	}
}

/*
 * About and Contact remain editable as native WPBakery rows.
 */
.arf-about-builder,
.arf-contact-builder {
	box-sizing: border-box;
	width: min(calc(100% - 48px), 1120px);
	margin: 30px auto 100px;
}

.arf-about-builder > .row,
.arf-contact-builder > .row {
	width: 100%;
}

.arf-about-builder .vc_column-inner,
.arf-contact-builder .vc_column-inner {
	box-sizing: border-box;
}

.arf-about-portrait {
	margin: 0;
}

.arf-about-portrait .vc_single_image-wrapper {
	display: block;
	width: 100%;
}

.arf-about-portrait img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
}

.arf-about-copy {
	padding-left: clamp(18px, 4vw, 58px);
}

.arf-about-copy h2,
.arf-contact-details h2 {
	margin: 0 0 26px;
	font-size: clamp(2.2rem, 4.5vw, 4.25rem);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1;
}

.arf-about-copy p,
.arf-contact-details p {
	font-size: 1.08rem;
	line-height: 1.65;
}

.arf-contact-builder {
	padding: clamp(28px, 5vw, 62px);
	border: 1px solid #e6e1d8;
	background: #f7f3ec;
}

.arf-contact-details {
	padding-right: clamp(18px, 4vw, 56px);
}

.arf-contact-details__eyebrow {
	margin: 0 0 12px;
	color: #8f8f89;
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.arf-contact-details a {
	color: #2b2b2b;
	font-weight: 700;
	text-underline-offset: 0.18em;
}

.arf-contact-builder label {
	color: #2b2b2b;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
}

.arf-contact-builder input:not([type="submit"]),
.arf-contact-builder textarea {
	box-sizing: border-box;
	width: 100%;
	border-color: #d8d2c8;
	background: #fff;
}

.arf-contact-builder input[type="submit"] {
	border: 0 !important;
	border-radius: 8px;
	background: #000 !important;
	color: #fff !important;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
}

.arf-contact-builder input[type="submit"]:hover,
.arf-contact-builder input[type="submit"]:focus-visible {
	background: #2b2b2b !important;
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.arf-about-builder,
	.arf-contact-builder {
		width: min(calc(100% - 32px), 1120px);
		margin-bottom: 64px;
	}

	.arf-about-copy {
		padding: 34px 0 0;
	}

	.arf-contact-details {
		padding: 0 0 30px;
	}
}
