/* Camp CAW footer – layout and typography */
.camp-caw-footer {
	--footer-bg: #fff;
	background: #fff;
	--footer-text: var(--camp-caw-text, #1e1e1e);
	--footer-muted: var(--camp-caw-text, #3f3826);
	--footer-accent: #3f3826;
	--footer-divider: var(--camp-caw-text, #3f3826);
	--footer-gap: clamp(1.5rem, 4vw, 2.5rem);
	--footer-max: 1340px;
}

.camp-caw-footer__inner {
	max-width: var(--footer-max);
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.5rem) var(--wp--style--root--padding-left, 1.5rem) clamp(1.5rem, 4vw, 2rem) var(--wp--style--root--padding-right, 1.5rem);
	color: var(--footer-text);
	background: #fff;
}

/* Section under ribbon: white background, dark brown text */
.camp-caw-footer .camp-caw-footer__inner {
	--footer-text: var(--camp-caw-text, #1e1e1e);
	--footer-muted: var(--camp-caw-text, #3f3826);
	--footer-accent: #8b4513;
	--footer-divider: var(--camp-caw-text, #3f3826);
}

/* Gradient ribbon at top of footer with logo centered on top */
.camp-caw-footer__ribbon {
	background: linear-gradient(90deg, #A52422 0%, #E8A43E 50%, #A52422 100%);
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	position: relative;
	overflow: visible;
}

.camp-caw-footer__ribbon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.camp-caw-footer__logo {
	display: block;
	width: 108.021px;
	height: 112.422px;
	object-fit: contain;
}

.camp-caw-footer__main {
	margin-bottom: 0px;
}

.camp-caw-footer__cols {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: start;
	gap: var(--footer-gap);
}

.camp-caw-footer__col {
	min-width: 0;
}

.camp-caw-footer__office-col {
	display: flex;
	flex-direction: column;
	gap: var(--footer-gap);
}

.camp-caw-footer__contact-col {
	display: flex;
	align-items: center;
	justify-content: center;
}

.camp-caw-footer__contact-col .camp-caw-footer__contact {
	margin: 0;
}

@media (min-width: 601px) {
	.camp-caw-footer__cols {
		grid-template-columns: max-content max-content 1fr;
		align-items: start;
		align-content: start;
		column-gap: var(--footer-gap);
		row-gap: 0;
	}

	.camp-caw-footer__office-col {
		flex-direction: row;
		align-items: start;
		gap: 1.5rem;
	}

	.camp-caw-footer__contact-col {
		justify-content: flex-start;
	}

	.camp-caw-footer__links-col {
		justify-self: end;
		align-self: start;
	}
}

@media (max-width: 600px) {
	.camp-caw-footer__cols {
		grid-template-columns: 1fr;
	}
	.camp-caw-footer__offices {
		flex-direction: column;
	}
}

.camp-caw-footer__offices {
	display: flex;
	flex-wrap: wrap;
	gap: var(--footer-gap);
}

.camp-caw-footer__divider {
	height: 1px;
	border: 0;
	background: var(--footer-divider);
	margin: 0 0 var(--footer-gap) 0;
}

.camp-caw-footer__office-title {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	letter-spacing: -0.011em;
	text-transform: none;
	margin: 0 0 0.5rem 0;
	color: var(--footer-muted);
}

.camp-caw-footer__office-address,
.camp-caw-footer__office-phone {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 150%;
	letter-spacing: -0.011em;
	vertical-align: middle;
	margin: 0 0 0.25rem 0;
	color: var(--footer-text);
}

.camp-caw-footer__office-address a,
.camp-caw-footer__office-phone a,
.camp-caw-footer__office-link {
	color: var(--footer-text);
}

.camp-caw-footer__office-address a:hover,
.camp-caw-footer__office-phone a:focus,
.camp-caw-footer__office-phone a:hover,
.camp-caw-footer__office-link:hover {
	color: var(--footer-accent);
}

.camp-caw-footer__links-col .camp-caw-footer__office-title {
	margin-bottom: 0.75rem;
}

.camp-caw-footer__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.5rem;
}

.camp-caw-footer__links-col .camp-caw-footer__links {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
}

.camp-caw-footer__links-col .camp-caw-footer__social {
	justify-content: center;
}

.camp-caw-footer__links a {
	color: var(--footer-muted);
	font-size: 1.225rem;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.camp-caw-footer__links a:hover,
.camp-caw-footer__links a:focus {
	color: var(--footer-accent);
}

/* Contact us – pill button */
.camp-caw-footer__contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 12rem;
	padding: 0.1rem 1.5rem;
	border: 3px solid var(--camp-caw-button-border, #F8AD36);
	border-radius: 206px;
	background: #fff;
	color: var(--camp-caw-text, #3F3826) !important;
	font-size: 16.8px;
	font-family: "Special Gothic Expanded One", sans-serif;
	font-weight: 400;
	line-height: 32px;
	text-decoration: underline;
	word-wrap: break-word;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 1px;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.camp-caw-footer__contact:hover,
.camp-caw-footer__contact:focus {
	background: #fafafa;
	color: var(--camp-caw-text, #3F3826) !important;
	border-color: #e09a2e;
}

.camp-caw-footer__social {
	display: flex;
	gap: 0.75rem;
}

.camp-caw-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 35px;
	border-radius: 0;
	background: transparent;
	color: var(--footer-text);
	transition: color 0.2s, opacity 0.2s;
}

.camp-caw-footer__social a:hover,
.camp-caw-footer__social a:focus {
	background: transparent;
	color: var(--footer-text);
	opacity: 0.8;
}

.camp-caw-footer__social a.camp-caw-footer__social-link--facebook,
.camp-caw-footer__social a.camp-caw-footer__social-link--facebook:hover,
.camp-caw-footer__social a.camp-caw-footer__social-link--facebook:focus {
	color: #1877f2;
}

.camp-caw-footer__social a.camp-caw-footer__social-link--tiktok,
.camp-caw-footer__social a.camp-caw-footer__social-link--tiktok:hover,
.camp-caw-footer__social a.camp-caw-footer__social-link--tiktok:focus {
	color: #010101;
}

.camp-caw-footer__social .camp-caw-footer__social-disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 35px;
	opacity: 0.45;
}

.camp-caw-footer__ribbon .custom-logo,
.camp-caw-footer__ribbon .custom-logo-link img {
	width: 108.021px;
	height: 112.422px;
	object-fit: contain;
	display: block;
}

.camp-caw-footer__social svg {
	width: 36px;
	height: 35px;
	fill: currentColor;
	display: block;
}

.camp-caw-footer__social .camp-caw-footer__social-icon {
	width: 36px;
	height: 35px;
	object-fit: contain;
	display: block;
}

.camp-caw-footer__accredited {
	display: inline-block;
	line-height: 0;
}

.camp-caw-footer__accredited-img {
	display: block;
	max-width: 120px;
	height: auto;
}

.camp-caw-footer__copyright {
	font-size: 1.1375rem;
	color: var(--footer-muted);
	margin: 0;
}

.camp-caw-footer__legal {
	margin-top: 0.5rem;
}

.camp-caw-footer__privacy-link {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: var(--footer-muted);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.camp-caw-footer__privacy-link:hover,
.camp-caw-footer__privacy-link:focus {
	color: var(--footer-accent);
}

.camp-caw-privacy-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.camp-caw-privacy-modal[hidden] {
	display: none;
}

.camp-caw-privacy-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.camp-caw-privacy-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(900px, 100%);
	max-height: 85vh;
	overflow: hidden;
	border-radius: 23px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.camp-caw-privacy-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.9rem 1.25rem;
	background: #f8ad36;
	border-bottom: 1px solid #ce6464;
}

.camp-caw-privacy-modal__title {
	margin: 0;
	color: #fff;
	font-family: "Special Gothic Expanded One", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.camp-caw-privacy-modal__close {
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 1.9rem;
	line-height: 1;
	cursor: pointer;
}

.camp-caw-privacy-modal__content {
	padding: 1.25rem;
	max-height: calc(85vh - 64px);
	overflow: auto;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #3f3826;
}

body.camp-caw-privacy-modal-open {
	overflow: hidden;
}
