.arf-site-footer * {
	box-sizing: border-box;
}

.arf-site-footer {
	background: #1c1b1a;
	color: #f0eee9;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
}

.arf-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(120px, 1fr));
	gap: clamp(48px, 3.5vw, 56px);
	width: min(calc(100% - 128px), 1440px);
	margin: 0 auto;
	padding: 64px 0 52px;
}

.arf-site-footer__brand > a {
	display: inline-block;
}

.arf-site-footer__logo {
	display: block;
	width: 112px;
	height: auto;
	object-fit: contain;
}

.arf-site-footer__brand > p {
	max-width: 310px;
	margin: 24px 0 22px;
	color: #c9c6c0;
	font-family: "Newsreader", Georgia, serif !important;
	font-size: 17px;
	line-height: 1.55;
}

.arf-site-footer__newsletter-wrap {
	width: min(calc(100% - 128px), 1440px);
	margin: 0 auto;
	padding: 0 0 56px;
}

.arf-site-footer__newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 32px 40px;
	border: 1px solid #3a3835;
	border-radius: 8px;
}

.arf-site-footer__newsletter-copy {
	flex: 1 1 360px;
}

.arf-site-footer__newsletter-copy h2 {
	margin: 0 0 8px;
	color: #e8b33c;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.arf-site-footer__newsletter-copy p {
	margin: 0;
	color: #c9c6c0;
	font-family: "Newsreader", Georgia, serif !important;
	font-size: 17px;
	line-height: 1.5;
}

.arf-site-footer .arf-mailerlite-form {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) auto;
	align-items: center;
	flex: 0 1 650px;
	gap: 12px;
	min-width: 0;
}

.arf-site-footer .arf-mailerlite-form__fields {
	min-width: 0;
}

.arf-site-footer .arf-mailerlite-form label {
	display: block;
	margin: 0;
}

.arf-site-footer .arf-mailerlite-form input {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #3a3835;
	border-radius: 6px;
	background: #141312;
	color: #f0eee9;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 15px;
	line-height: 48px;
	text-transform: none !important;
}

.arf-site-footer .arf-mailerlite-form input::placeholder {
	text-transform: none !important;
}

.arf-site-footer .arf-mailerlite-form .btn {
	min-width: 118px;
	height: 48px;
	margin: 0;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	background: #e23b2e;
	color: #fff;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 48px;
}

.arf-site-footer .arf-mailerlite-form .btn:hover,
.arf-site-footer .arf-mailerlite-form .btn:focus-visible {
	background: #c22f24;
	color: #fff;
}

.arf-site-footer .arf-mailerlite-form .btn:disabled {
	cursor: wait;
	opacity: 0.7;
}

.arf-site-footer .arf-mailerlite-form__response {
	grid-column: 1 / -1;
	margin: 0;
	color: #f0eee9;
	font-size: 13px;
	line-height: 1.4;
}

.arf-site-footer .arf-mailerlite-form__response.is-error {
	color: #f2a59f;
}

.arf-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.arf-site-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #3a3835;
	border-radius: 50%;
	background: transparent;
	color: #f0eee9;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease;
}

.arf-site-footer__socials i {
	font-size: 1rem;
}

.arf-site-footer__column h2 {
	margin: 4px 0 28px;
	color: #8a867e;
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.arf-site-footer__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.arf-site-footer__column li {
	margin: 0 0 14px;
	color: #f0eee9;
	font-size: 16px;
	line-height: 1.3;
}

.arf-site-footer__column a {
	color: #f0eee9;
	text-decoration: none;
	transition: color 160ms ease;
}

.arf-site-footer__column a:hover,
.arf-site-footer__column a:focus-visible {
	color: #e23b2e;
}

.arf-site-footer__socials a:hover,
.arf-site-footer__socials a:focus-visible {
	border-color: #e23b2e;
	background: transparent;
	color: #e23b2e;
}

.arf-site-footer__column a:focus-visible,
.arf-site-footer__socials a:focus-visible,
.arf-site-footer__brand > a:focus-visible {
	outline: 2px solid #e23b2e;
	outline-offset: 4px;
}

.arf-site-footer input {
	border: 1px solid #3a3a3a;
	background: transparent;
	color: #fff;
}

.arf-site-footer input::placeholder {
	color: #fff;
	opacity: 0.75;
}

.arf-site-footer__copyright {
	border-top: 1px solid #2a2927;
}

.arf-site-footer__copyright-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: min(calc(100% - 128px), 1440px);
	min-height: 64px;
	margin: 0 auto;
}

.arf-site-footer__copyright p {
	margin: 0;
	color: #8a867e;
	font-size: 13px;
}

.arf-site-footer__copyright ul {
	display: flex;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.arf-site-footer__copyright a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #8a867e;
	font-size: 13px;
	text-decoration: none;
	transition: color 160ms ease;
}

.arf-site-footer__copyright a:hover,
.arf-site-footer__copyright a:focus-visible {
	color: #f0eee9;
}

.arf-header-socials {
	display: flex;
	align-items: center;
	margin-right: 8px;
}

.arf-header-socials ul {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.arf-header-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #000;
	font-size: 0.88rem;
	text-decoration: none;
	transition: color 160ms ease, background-color 160ms ease;
}

.arf-header-socials a:hover,
.arf-header-socials a:focus-visible {
	background: #f3f1ec;
	color: #d8352a;
}

.arf-header-socials a:focus-visible {
	outline: 2px solid #d8352a;
	outline-offset: 2px;
}

/* Enlarge the artwork without changing the parent header's established height. */
.header .logo-holder .logolink {
	overflow: visible;
}

.header .logo-holder .logoimg {
	transform: scale(1.16);
	transform-origin: center;
}

.header.fixed .logo-holder .logoimg {
	transform: scale(1.12);
}

/*
 * The sticky header only reserves an icon-sized logo slot. Keep the full
 * stacked wordmark in the normal header, but use the compact brand mark here
 * so the artwork remains legible after the header rolls down.
 */
.header.fixed:not(.header-mobile) .logo-holder.fixed-logo-holder .logolink {
	display: block;
	width: 56px;
	height: 56px;
	background: url("../images/arf-favicon.png") center / 52px 52px no-repeat;
}

.header.fixed:not(.header-mobile) .logo-holder.fixed-logo-holder .logoimg {
	width: 56px !important;
	height: 56px !important;
	max-width: 56px !important;
	max-height: 56px !important;
	opacity: 0;
	transform: none;
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
	.arf-header-socials {
		display: none;
	}
}

#scroll_to_top {
	color: #d8352a !important;
}

#scroll_to_top.style2 {
	width: 44px;
	height: 44px;
	border-color: #d8352a;
	background: #d8352a;
	color: #fff !important;
}

#scroll_to_top.style2.active {
	right: max(16px, env(safe-area-inset-right));
	bottom: max(16px, env(safe-area-inset-bottom));
}

#scroll_to_top.style2:hover,
#scroll_to_top.style2:focus-visible {
	border-color: #b02a20;
	background: #b02a20;
}

/*
 * The parent reserves only a small logo box in the off-canvas menu.
 */
#mobile-menu .mobilemenu-logo-holder {
	display: block;
	width: min(180px, 52vw);
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	padding-bottom: 18px;
}

#mobile-menu .mobilemenu-logo-holder .logoimg {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}

#mobile-menu .arf-mobile-socials {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid #e6e1d8;
}

#mobile-menu .arf-mobile-socials .arf-site-footer__socials {
	justify-content: center;
}

#mobile-menu .arf-mobile-socials .arf-site-footer__socials a {
	border-color: #d8352a;
	background: #d8352a;
	color: #fff;
	box-shadow: 0 3px 10px rgba(43, 43, 43, 0.08);
}

#mobile-menu .arf-mobile-socials .arf-site-footer__socials a:hover,
#mobile-menu .arf-mobile-socials .arf-site-footer__socials a:focus-visible {
	border-color: #000;
	background: #000;
	color: #fff;
}

@media screen and (max-width: 639px) {
	.arf-site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 36px;
		width: calc(100% - 48px);
		padding: 48px 0 40px;
	}

	.arf-site-footer__brand > p {
		max-width: 290px;
	}

	.arf-site-footer__newsletter-wrap {
		width: calc(100% - 48px);
		padding-bottom: 40px;
	}

	.arf-site-footer__newsletter {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
		padding: 24px;
	}

	.arf-site-footer__newsletter-copy {
		flex-basis: auto;
	}

	.arf-site-footer .arf-mailerlite-form {
		grid-template-columns: minmax(0, 1fr);
		flex-basis: auto;
		width: 100%;
	}

	.arf-site-footer .arf-mailerlite-form .btn {
		width: 100%;
	}

	.arf-site-footer__column li {
		margin-bottom: 0;
	}

	.arf-site-footer__column a {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}

	.arf-site-footer__copyright-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		width: calc(100% - 48px);
		padding: 18px 0;
	}

	.header.header-mobile .logo-holder .logoimg {
		transform: scale(1.18);
	}
}

@media screen and (min-width: 640px) and (max-width: 960px) {
	.arf-site-footer__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 40px;
		width: calc(100% - 64px);
		padding-top: 56px;
	}

	.arf-site-footer__brand {
		grid-column: 1 / -1;
	}

	.arf-site-footer__newsletter-wrap,
	.arf-site-footer__copyright-inner {
		width: calc(100% - 64px);
	}

	.arf-site-footer__newsletter {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
	}

	.arf-site-footer__newsletter-copy {
		flex-basis: auto;
	}

	.arf-site-footer .arf-mailerlite-form {
		flex-basis: auto;
		width: 100%;
	}
}
