.wp-site-blocks > footer.wp-block-template-part,
.wp-site-blocks > .wp-block-template-part:has(> .site-footer),
.site-footer {
	margin-block-start: 0;
	margin-top: 0;
}

.site-footer {
	--argyll-footer-inner-max: 1920px;

	padding-top: var(--wp--custom--spacing--footer-inset-v);
	padding-right: var(--wp--custom--spacing--page-gutter);
	padding-bottom: var(--wp--custom--spacing--footer-inset-v);
	padding-left: var(--wp--custom--spacing--page-gutter);
	overflow: clip;
}

.site-footer__top {
	align-items: flex-start;
	column-gap: clamp(2rem, 3vw, 5rem);
}

.site-footer__meta {
	align-items: flex-start;
	column-gap: 1rem;
	margin-top: 0;
	padding-top: var(--wp--custom--spacing--footer-section-gap);
	row-gap: 1rem;
	width: 100%;
}

.site-footer .site-footer__top,
.site-footer .site-footer__meta {
	margin-right: auto;
	margin-left: auto;
	max-width: min(100%, var(--argyll-footer-inner-max));
	width: 100%;
}

.site-footer__brand {
	align-items: flex-start;
	flex: 0 1 254px;
	margin: 0;
	min-width: 0;
	row-gap: var(--wp--custom--spacing--footer-section-gap);
}

.site-footer__logo {
	line-height: 1;
	margin: 0;
	min-width: 0;
	width: clamp(140px, 18vw, 254px);
}

.site-footer__logo a {
	background: center / contain no-repeat url(../logo-footer.svg);
	display: block;
	height: auto;
	aspect-ratio: 254 / 272;
	width: 100%;
	text-decoration: none;
}

.site-footer__columns {
	align-items: flex-start;
	column-gap: var(--wp--custom--spacing--footer-column-gap);
	flex: 1 1 auto;
	justify-content: flex-end;
	margin: 0;
	min-width: 0;
	row-gap: 2rem;
	width: 100%;
}

.site-footer__column {
	align-items: flex-start;
	margin: 0;
	row-gap: 24px;
}

.site-footer__column--locations {
	max-width: 24rem;
	min-width: 17rem;
}

.site-footer__heading {
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--heading);
	font-weight: var(--wp--custom--font-weight--display-regular);
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.site-footer__bookings {
	margin: 0;
	min-width: 0;
	width: 100%;
}

.site-footer__bookings a {
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--nav);
	font-weight: var(--wp--custom--font-weight--body-regular);
	line-height: 1;
	text-decoration: none;
	text-underline-offset: 0.2em;
	white-space: nowrap;
	transition: opacity 180ms ease, text-decoration-color 180ms ease;
}

.site-footer__bookings a:hover,
.site-footer__bookings a:focus-visible {
	opacity: 0.85;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.site-footer__nav {
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--nav);
	font-weight: var(--wp--custom--font-weight--body-regular);
	margin: 0;
	min-width: 0;
	width: 100%;
}

.site-footer__nav .wp-block-navigation__container {
	align-items: flex-start;
	column-gap: 0;
	row-gap: 24px;
	width: 100%;
}

.site-footer__nav .wp-block-navigation-item {
	margin: 0;
	width: 100%;
}

.site-footer__nav .wp-block-navigation-item__content,
.site-footer__nav .wp-block-page-list a {
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--nav);
	font-weight: var(--wp--custom--font-weight--body-regular);
	line-height: 1;
	padding: 0;
	text-decoration: none;
	text-underline-offset: 0.2em;
	white-space: normal;
	word-break: normal;
	transition: opacity 180ms ease, text-decoration-color 180ms ease;
}

.site-footer__column--locations .site-footer__nav .wp-block-navigation__container {
	row-gap: 0;
}

.site-footer__column--locations .site-footer__nav .wp-block-navigation-item__content,
.site-footer__column--locations .site-footer__nav .wp-block-page-list a {
	line-height: 2.0833333333;
}

.site-footer__nav .wp-block-navigation-item__content:hover,
.site-footer__nav .wp-block-navigation-item__content:focus-visible,
.site-footer__nav .current-menu-item > .wp-block-navigation-item__content {
	opacity: 0.85;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.site-footer__nav .is-style-footer-external > .wp-block-navigation-item__content::after {
	content: "\2197";
	display: inline-block;
	font-size: 0.9em;
	margin-left: 0.35rem;
	transform: translateY(-0.06em);
}

.site-footer__meta-copy,
.site-footer__meta-credits {
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--nav);
	font-weight: var(--wp--custom--font-weight--body-regular);
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.site-footer__meta-credits strong {
	font-weight: var(--wp--custom--font-weight--body-semibold);
}

@media (max-width: 1024px) {

	.site-footer {
		padding-right: var(--wp--custom--spacing--page-gutter-compact);
		padding-left: var(--wp--custom--spacing--page-gutter-compact);
	}

	.site-footer__top {
		flex-wrap: wrap;
		row-gap: 3rem;
	}

	.site-footer__columns {
		column-gap: clamp(2rem, 4vw, 4rem);
		justify-content: flex-start;
	}

	.site-footer__meta {
		flex-wrap: wrap;
	}
}

@media (max-width: 781px) {

	.site-footer {
		padding-top: clamp(3rem, 8vw, 5rem);
		padding-bottom: clamp(3rem, 8vw, 5rem);
	}

	.site-footer__top {
		row-gap: 2rem;
	}

	.site-footer__logo {
		flex: 0 0 auto;
		min-width: 0;
		width: clamp(132px, 42vw, 164px);
	}

	.site-footer .site-footer__columns {
		column-gap: 2rem;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 2rem;
	}

	.site-footer__column--locations {
		grid-column: 1 / -1;
		max-width: 100%;
		min-width: 0;
	}

	.site-footer__heading,
	.site-footer__nav .wp-block-navigation-item__content,
	.site-footer__nav .wp-block-page-list a,
	.site-footer__bookings a,
	.site-footer__meta-copy,
	.site-footer__meta-credits {
		font-size: var(--font-size-nav);
		line-height: 1.2;
		white-space: normal;
	}

	.site-footer__nav .wp-block-navigation__container {
		row-gap: 0.8rem;
	}

	.site-footer .site-footer__column--locations .site-footer__nav .wp-block-navigation__container {
		column-gap: 1.25rem;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 0.85rem;
	}

	.site-footer__column--locations .site-footer__nav .wp-block-navigation-item__content,
	.site-footer__column--locations .site-footer__nav .wp-block-page-list a {
		line-height: 1.2;
	}

	.site-footer__meta {
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 2rem;
	}
}

@media (max-width: 420px) {

	.site-footer .site-footer__columns {
		column-gap: 1.5rem;
	}
}
