.gelglass-site-footer {
	position: relative;
	z-index: 1;
	padding: 58px max(calc((100vw - var(--theme-normal-container-max-width, 1290px)) / 2), 5vw);
	border-top: 1px solid rgba(212, 175, 55, 0.28);
	color: #eee9df;
	background: #080706;
}

.gelglass-site-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 62px);
	width: 100%;
	max-width: var(--theme-normal-container-max-width, 1290px);
	margin: 0 auto;
}

.gelglass-footer-column {
	min-width: 0;
}

.gelglass-footer-column h2 {
	margin: 0 0 20px;
	color: #d4af37;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.gelglass-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gelglass-footer-column li + li {
	margin-top: 4px;
}

.gelglass-footer-column a,
.gelglass-footer-column button {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 5px 0;
	border: 0;
	border-radius: 0;
	color: #eee9df;
	font: inherit;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	transition: color 160ms ease;
}

.gelglass-footer-column a:hover,
.gelglass-footer-column a:focus-visible,
.gelglass-footer-column button:hover,
.gelglass-footer-column button:focus-visible {
	color: #d4af37;
}

.gelglass-footer-column a:focus-visible,
.gelglass-footer-column button:focus-visible {
	outline: 2px solid #d4af37;
	outline-offset: 3px;
}

.gelglass-footer-contact {
	margin: 0;
	font-style: normal;
}

.gelglass-footer-contact > div + div {
	margin-top: 13px;
}

.gelglass-footer-contact span,
.gelglass-footer-contact strong,
.gelglass-footer-hours > span,
.gelglass-footer-hours > strong {
	display: block;
}

.gelglass-footer-contact span {
	margin-bottom: 2px;
	color: #aaa397;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gelglass-footer-contact strong {
	color: #eee9df;
	font-weight: 400;
	line-height: 1.55;
}

.gelglass-footer-contact a {
	min-height: 32px;
	padding: 2px 0;
	overflow-wrap: anywhere;
}

.gelglass-footer-contact .gelglass-footer-map-link {
	min-height: 40px;
	margin-top: 5px;
	color: #d4af37;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.025em;
}

.gelglass-footer-contact .gelglass-footer-map-link span {
	display: inline;
	margin: 0 0 0 7px;
	color: inherit;
	font-size: 1.1em;
	letter-spacing: normal;
	text-transform: none;
}

.gelglass-footer-hours {
	margin-top: 20px;
	padding: 15px;
	border-left: 2px solid #d4af37;
	background: rgba(212, 175, 55, 0.07);
}

.gelglass-footer-hours > strong {
	color: #d4af37;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gelglass-footer-hours > span {
	margin-top: 4px;
	color: #eee9df;
	line-height: 1.5;
}

.gelglass-footer-today strong,
.gelglass-footer-today-note,
.gelglass-footer-upcoming strong,
.gelglass-footer-upcoming span {
	display: block;
}

.gelglass-footer-today strong {
	color: #d4af37;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.gelglass-footer-today strong span {
	display: inline;
	padding: 0 2px;
}

.gelglass-footer-today-note {
	margin-top: 5px;
	color: #eee9df;
	font-size: 13px;
	line-height: 1.5;
}

.gelglass-footer-week-title {
	margin: 17px 0 7px;
	padding-top: 13px;
	border-top: 1px solid rgba(212, 175, 55, 0.2);
	color: #aaa397;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gelglass-footer-week {
	margin: 0;
}

.gelglass-footer-week > div {
	display: grid;
	grid-template-columns: minmax(76px, 1fr) minmax(92px, auto);
	align-items: baseline;
	gap: 10px;
	padding: 3px 0;
	color: #d7d1c6;
	font-size: 12px;
	line-height: 1.45;
}

.gelglass-footer-week > div.is-today {
	color: #fff;
	font-weight: 700;
}

.gelglass-footer-week dt,
.gelglass-footer-week dd {
	margin: 0;
}

.gelglass-footer-week dd {
	text-align: right;
	white-space: nowrap;
}

.gelglass-footer-upcoming {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.gelglass-footer-upcoming strong {
	color: #d4af37;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.5;
	text-transform: uppercase;
}

.gelglass-footer-upcoming span {
	margin-top: 3px;
	color: #eee9df;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 999.98px) {
	.gelglass-site-footer {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.gelglass-site-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 44px 48px;
	}
}

@media (max-width: 689.98px) {
	.gelglass-site-footer {
		padding: 40px 6vw;
		overflow-x: hidden;
		overflow-x: clip;
	}

	.gelglass-site-footer-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
		box-sizing: border-box;
		max-width: 100%;
		overflow: visible;
		scroll-snap-type: none;
	}

	.gelglass-site-footer-inner::-webkit-scrollbar {
		display: none;
	}

	.gelglass-footer-column {
		flex: none;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	.gelglass-footer-column h2 {
		margin-bottom: 14px;
	}

	.gelglass-footer-column a,
	.gelglass-footer-column button {
		min-height: 44px;
	}

	.gelglass-footer-week > div {
		grid-template-columns: minmax(88px, 1fr) minmax(100px, auto);
		font-size: 13px;
	}
}
