/*
 * Location Pages - scoped styles (tuned to the Matt the Miller theme).
 *
 * Loaded by:
 *   - page-template-location-reservations.php
 *   - page-template-location-order-online.php
 *
 * Brand: ITC Blair uppercase headings, gold (#c88b11) accents,
 * near-black (#000206 / #081124) text on white. Scoped to .mtm-location-page.
 */

.mtm-location-page {
	padding: 3rem 1rem 5rem;
}

.mtm-location-page > .container {
	max-width: 900px;
	margin: 0 auto;
}

.mtm-location-page-title {
	margin: 0 0 1.25rem;
	font-family: 'ITC Blair W01 Medium', 'Helvetica Neue', Arial, sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.3rem);
	font-weight: normal;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #000206;
}
.mtm-location-page-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	margin: 0.9rem auto 0;
	background: #c88b11;
}

.mtm-location-page-intro {
	margin: 0 0 2rem;
	font-size: 1.05rem;
	line-height: 1.6;
	text-align: center;
	color: #081124;
}
.mtm-location-page-intro p:last-child { margin-bottom: 0; }

.mtm-location-page-body {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #081124;
}

/* ===== Reservations page ===== */

.mtm-reservation-widget-area {
	max-width: 760px;
	margin: 0 auto;
}

.mtm-reservation-widget {
	display: flex;
	justify-content: center;
	margin: 1.5rem auto;
	min-height: 220px;
}

.mtm-reservation-placeholder {
	margin: 1.5rem 0;
	padding: 2rem 1.5rem;
	text-align: center;
	background: #f7f5f0;
	border-top: 3px solid #c88b11;
	color: #2a2a2a;
}
.mtm-reservation-placeholder p { margin: 0 0 0.75rem; }
.mtm-reservation-placeholder p:last-child { margin-bottom: 0; }
.mtm-reservation-placeholder .mtm-reservation-phone {
	margin-top: 1rem;
	font-family: 'ITC Blair W01 Medium', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.15rem;
	text-transform: uppercase;
}
.mtm-reservation-placeholder .mtm-reservation-phone a {
	color: #c88b11;
	font-weight: 600;
	text-decoration: none;
}
.mtm-reservation-placeholder .mtm-reservation-phone a:hover { text-decoration: underline; }

/* ===== Order-online page ===== */

.mtm-order-channels {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.5rem 0;
}
@media (min-width: 600px) {
	.mtm-order-channels { grid-template-columns: 1fr 1fr; }
}

.mtm-order-channel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1.75rem 1.25rem;
	background: #000206;
	border: 1px solid rgba(200, 139, 17, 0.5);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: transform 0.2s ease, background 0.2s ease;
}
.mtm-order-channel:hover,
.mtm-order-channel:focus-visible {
	transform: translateY(-2px);
	background: #1a1a1a;
}
.mtm-order-channel-label {
	font-family: 'ITC Blair W01 Medium', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.05rem;
	text-transform: uppercase;
}
.mtm-order-channel-host {
	font-size: 0.8rem;
	color: #c88b11;
	letter-spacing: 0.1em;
}

.mtm-order-empty {
	padding: 1.5rem;
	background: #f7f5f0;
	border-top: 3px solid #c88b11;
	color: #5a5447;
	font-style: italic;
}

/* ===== Shared sidebar ===== */

.mtm-location-sidebar {
	margin-top: 2.5rem;
	padding: 1.5rem;
	text-align: center;
	background: #f7f5f0;
	border-top: 3px solid #c88b11;
}
.mtm-location-sidebar h2 {
	margin: 0 0 0.75rem;
	font-family: 'ITC Blair W01 Medium', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #000206;
}
.mtm-location-sidebar p { margin: 0.35rem 0; line-height: 1.5; color: #081124; }
.mtm-location-sidebar a { color: #c88b11; font-weight: 600; text-decoration: none; }
.mtm-location-sidebar a:hover { text-decoration: underline; }

.mtm-location-sidebar .mtm-location-map-link { display: inline-block; }
