/*
 * Weekend-page compatibility rules for the shared HI Surf Camp header/footer.
 * The approved Weekend stylesheet contains older chrome rules, so these load
 * last and keep the current site-wide navigation and footer pixel-consistent.
 */

.sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}

html,
body {
	overflow-x: hidden;
}

.site-header .chrome-wrap.nav {
	display: flex;
	height: 96px;
	min-height: 96px;
	align-items: center;
}

.site-header .brand-live {
	display: flex;
	flex-direction: row;
}

.site-header .desktop-menu {
	display: flex;
}

.site-header .mobile-menu {
	display: none;
	position: relative;
}

.site-header .mobile-menu summary {
	cursor: pointer;
	list-style: none;
}

.site-header .mobile-menu summary::-webkit-details-marker {
	display: none;
}

.site-header .mobile-menu nav {
	z-index: 50;
	display: grid;
	position: absolute;
	right: 0;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.site-footer > .chrome-wrap.footer-grid {
	display: grid;
	grid-template-columns: 1.93fr 0.57fr 1fr;
	align-items: start;
	gap: 30px;
	height: auto;
	padding: 0 0 55px;
}

.site-footer .footer-about img {
	width: 161px;
	height: 96px;
	object-fit: contain;
}

.site-footer .footer-about > p {
	max-width: 600px;
	margin: 29px 0 22px;
	color: #fff;
	font-size: 16px;
	line-height: 1.62;
}

.site-footer .social-links {
	display: flex;
	gap: 7px;
	margin: 0;
}

.site-footer .social-links a {
	display: grid;
	place-items: center;
	width: 37px;
	height: 37px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	font-size: 16px;
	font-weight: 900;
	transition: color 0.2s, background 0.2s, transform 0.2s;
}

.site-footer .social-links a:hover {
	color: #004e89;
	background: #fff;
	transform: translateY(-2px);
}

.site-footer .footer-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.site-footer .footer-links a {
	display: flex;
	gap: 11px;
}

.site-footer .footer-contact {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.site-footer .footer-contact > a {
	display: flex;
	align-items: center;
	gap: 13px;
}

.site-footer .footer-form {
	display: grid;
	gap: 10px;
}

.site-footer .footer-form input[type="email"] {
	width: 100%;
	min-height: 48px;
	color: #102938;
	background: #fff;
	border: 1px solid #c7e7ff;
	border-radius: 0;
	padding: 8px 16px;
}

.site-footer .footer-form input[type="email"]::placeholder {
	color: #888;
}

.site-footer .footer-form button {
	min-height: 48px;
	color: #fff;
	background: #ff6b3d;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
}

.site-footer .footer-form button:hover {
	background: #e85027;
}

.site-footer > .footer-bottom {
	display: block;
	height: auto;
	padding: 0;
}

.site-footer .footer-bottom > .chrome-wrap {
	display: flex;
	min-height: 70px;
	height: auto;
	align-items: center;
	gap: 30px;
	padding: 0;
}

.site-footer .footer-bottom p {
	order: initial;
	width: auto;
	margin: 0 auto 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 11px;
}

.site-footer .footer-bottom nav {
	display: flex;
	gap: 20px;
}

.site-footer .footer-bottom nav a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 10px;
}

@media (max-width: 1180px) {
	.site-header .desktop-menu {
		display: none;
	}

	.site-header .mobile-menu {
		display: block;
		margin-left: 10px;
	}
}

@media (max-width: 900px) {
	.site-footer > .chrome-wrap.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}

	.site-footer .footer-about {
		grid-column: 1 / 3;
	}
}

@media (max-width: 760px) {
	.site-footer > .chrome-wrap.footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.site-footer .footer-about {
		grid-column: auto;
	}
}

@media (max-width: 650px) {
	.site-header .chrome-wrap.nav {
		height: 70px;
		min-height: 70px;
	}

	.site-header .mobile-menu {
		margin-left: 9px;
	}

	.site-footer > .chrome-wrap.footer-grid {
		gap: 37px;
		padding: 0 15px 42px;
	}

	.site-footer .footer-about img {
		width: 141px;
		height: 90px;
	}

	.site-footer .footer-about > p {
		max-width: none;
		margin: 20px 0;
		font-size: 14px;
	}

	.site-footer .footer-links a,
	.site-footer .footer-contact > a {
		font-size: 14px;
	}

	.site-footer .footer-bottom > .chrome-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		min-height: auto;
		padding: 22px 15px;
	}

	.site-footer .footer-bottom p {
		margin: 0;
	}

	.site-footer .footer-bottom nav {
		flex-wrap: wrap;
		gap: 10px 18px;
	}
}
