/* Global footer — matches the "Saela Footer" Claude Design handoff:
   deep-forest band, loop-mark watermark bottom-right, 4-column grid. */
.saela-classic-footer {
	background: #1c322d;
	color: rgba(245, 245, 235, 0.7);
	font-family: Inter, var(--default-font), system-ui, sans-serif;
	font-size: 0.84375rem;
	margin-top: auto;
	overflow: hidden;
	padding: 3.5rem 2.5rem 2rem;
	position: relative;
}

/* Saela loop-mark watermark, bleeding off the bottom-right. */
.saela-classic-footer__watermark {
	bottom: -18%;
	height: auto;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	right: -2%;
	width: min(640px, 52%);
}

.saela-classic-footer__inner {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	z-index: 1;
}

.saela-classic-footer__grid {
	border-bottom: 1px solid rgba(245, 245, 235, 0.12);
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	padding-bottom: 2.25rem;
}

/* Brand column */
.saela-classic-footer__brand {
	max-width: 300px;
}

.saela-classic-footer__logo {
	display: inline-flex;
	line-height: 0;
}

.saela-classic-footer__logo img,
.saela-classic-footer__logo svg {
	display: block;
	height: 45px;
	max-width: 100%;
	width: auto;
}

.saela-classic-footer__logo svg path {
	fill: #f5f5eb;
}

.saela-classic-footer__blurb {
	color: rgba(245, 245, 235, 0.55);
	font-size: 0.84375rem;
	line-height: 1.6;
	margin: 1rem 0 0;
}

.saela-classic-footer__phone-block {
	margin-top: 1.125rem;
}

.saela-classic-footer__label {
	color: rgba(245, 245, 235, 0.5);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.saela-classic-footer__phone {
	color: #f5f5eb;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 1.375rem;
	text-decoration: none;
	transition: color 0.15s ease;
	white-space: nowrap;
}

.saela-classic-footer__phone:hover {
	color: #ea9230;
}

/* Link / info columns */
.saela-classic-footer__heading {
	color: rgba(245, 245, 235, 0.5);
	font-family: Inter, var(--default-font), system-ui, sans-serif;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.saela-classic-footer__heading--spaced {
	margin-top: 0.875rem;
}

.saela-classic-footer__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.saela-classic-footer__list li {
	margin: 0;
}

.saela-classic-footer__list a {
	color: rgba(245, 245, 235, 0.72);
	font-size: 0.84375rem;
	text-decoration: none;
	transition: color 0.15s ease;
}

.saela-classic-footer__list a:hover {
	color: #ea9230;
}

.saela-classic-footer__address,
.saela-classic-footer__hours {
	color: rgba(245, 245, 235, 0.7);
	font-size: 0.84375rem;
	font-style: normal;
	line-height: 1.6;
	margin: 0;
}

/* Bottom bar */
.saela-classic-footer__bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: space-between;
	padding-top: 1.375rem;
}

.saela-classic-footer__copyright,
.saela-classic-footer__legal {
	color: rgba(245, 245, 235, 0.5);
	font-size: 0.75rem;
	margin: 0;
}

.saela-classic-footer__legal {
	display: flex;
	gap: 1.125rem;
}

.saela-classic-footer__legal a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}

.saela-classic-footer__legal a:hover {
	color: #f5f5eb;
}

/* Tablet */
@media (max-width: 991px) {
	.saela-classic-footer__grid {
		gap: 2.25rem 2rem;
		grid-template-columns: 1fr 1fr;
	}

	.saela-classic-footer__brand {
		grid-column: 1 / -1;
	}
}

/* Mobile */
@media (max-width: 575px) {
	.saela-classic-footer {
		padding: 2.5rem 1.5rem 1.5rem;
	}

	.saela-classic-footer__grid {
		gap: 2rem;
		grid-template-columns: 1fr;
	}

	.saela-classic-footer__bottom {
		justify-content: flex-start;
	}
}
