/*
 * LD location-page surface only. Every selector starts at .ld-location-page so
 * no theme header, footer or ordinary page is affected by these styles.
 */
.ld-location-page {
	--ld-primary: #207fdc;
	--ld-navy: #1d3349;
	--ld-deep: #03274b;
	--ld-utility: #262a2b;
	--ld-ink: #3a3a3a;
	--ld-muted: #4b4f58;
	--ld-accent: #ff3f00;
	--ld-accent-dark: #d63500;
	--ld-surface: #f3f9f9;
	--ld-line: #ddd;
	color: var(--ld-ink);
	line-height: 1.6;
}
.ld-location-page--body-font { font-family: var(--ld-font-body); }
.ld-location-page *, .ld-location-page *::before, .ld-location-page *::after { box-sizing: border-box; }
.ld-location-page__container { width: min(1140px, calc(100% - 60px)); margin-inline: auto; }
.ld-location-page__narrow { width: min(800px, calc(100% - 60px)); }
.ld-location-page h1, .ld-location-page h2, .ld-location-page h3 { color: var(--ld-navy); line-height: 1.12; margin: 0 0 18px; text-wrap: balance; }
.ld-location-page--heading-font h1, .ld-location-page--heading-font h2, .ld-location-page--heading-font h3 { font-family: var(--ld-font-heading); }
.ld-location-page h1 { color: #fff; font-size: clamp(2.5rem, 6vw, 4.6rem); font-weight: 700; max-width: 780px; }
.ld-location-page h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.ld-location-page h3 { font-size: 1.45rem; }
.ld-location-page p { margin: 0 0 1.1rem; }
.ld-location-page__eyebrow { color: var(--ld-accent); font-size: .82rem; font-weight: 700; letter-spacing: .12em; margin-bottom: .7rem; text-transform: uppercase; }
.ld-location-page__hero { align-items: center; background-color: var(--ld-deep); background-image: linear-gradient(90deg, rgba(3,39,75,.91) 0%, rgba(3,39,75,.72) 48%, rgba(3,39,75,.18) 100%), var(--ld-hero-image); background-position: center; background-size: cover; display: flex; min-height: 640px; padding: 96px 0; }
.ld-location-page__hero .ld-location-page__eyebrow { color: #fff; }
.ld-location-page__hero-copy { color: #fff; font-size: 1.18rem; max-width: 640px; }
.ld-location-page__button { background: var(--ld-accent); color: #fff !important; display: inline-block; font-size: .95rem; font-weight: 700; letter-spacing: .035em; margin-top: 12px; padding: 15px 24px; text-decoration: none; text-transform: uppercase; transition: background-color .18s ease, transform .18s ease; }
.ld-location-page__button:hover, .ld-location-page__button:focus-visible { background: var(--ld-accent-dark); transform: translateY(-2px); }
.ld-location-page__trust { background: var(--ld-utility); color: #fff; padding: 22px 0; }
.ld-location-page__trust-inner { align-items: center; display: flex; gap: 28px; justify-content: space-between; }
.ld-location-page__trust p { font-size: 1.12rem; font-weight: 700; margin: 0; }
.ld-location-page__membership-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.ld-location-page__membership-list li { border-left: 1px solid rgba(255,255,255,.45); font-size: .8rem; padding-left: 10px; }
.ld-location-page__section, .ld-location-page__services, .ld-location-page__gallery, .ld-location-page__faq, .ld-location-page__nearby, .ld-location-page__closing { padding: 88px 0; }
.ld-location-page__section--alternate, .ld-location-page__services, .ld-location-page__faq { background: var(--ld-surface); }
.ld-location-page__split { align-items: center; display: grid; gap: clamp(36px, 7vw, 100px); grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); }
.ld-location-page__split--reverse .ld-location-page__prose { order: 2; }
.ld-location-page__split--reverse .ld-location-page__feature-image { order: 1; }
.ld-location-page__prose { font-size: 1.04rem; }
.ld-location-page__feature-image { aspect-ratio: 4 / 3; height: 100%; object-fit: cover; width: 100%; }
.ld-location-page__service-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.ld-location-page__service-card { background: #fff; border-top: 4px solid var(--ld-primary); padding: 28px 25px 25px; }
.ld-location-page__service-card p { color: var(--ld-muted); margin: 0; }
.ld-location-page__gallery { background: #fff; text-align: center; }
.ld-location-page__gallery-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); margin: 32px 0 22px; }
.ld-location-page__gallery-grid a { display: block; overflow: hidden; }
.ld-location-page__gallery-grid img { aspect-ratio: 1 / .78; display: block; object-fit: cover; transition: transform .25s ease; width: 100%; }
.ld-location-page__gallery-grid a:hover img, .ld-location-page__gallery-grid a:focus-visible img { transform: scale(1.045); }
.ld-location-page__text-link { color: var(--ld-primary); font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.ld-location-page details { background: #fff; border-bottom: 1px solid var(--ld-line); }
.ld-location-page summary { color: var(--ld-navy); cursor: pointer; font-size: 1.14rem; font-weight: 700; list-style: none; padding: 20px 36px 20px 0; position: relative; }
.ld-location-page summary::-webkit-details-marker { display: none; }
.ld-location-page summary::after { color: var(--ld-accent); content: '+'; font-family: inherit; font-size: 1.7rem; font-weight: 400; position: absolute; right: 0; top: 13px; }
.ld-location-page details[open] summary::after { content: '−'; }
.ld-location-page details > div { padding: 0 30px 20px 0; }
.ld-location-page__nearby ul { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 28px 0 0; padding: 0; }
.ld-location-page__nearby li { border-top: 2px solid var(--ld-primary); padding: 12px 0 0; }
.ld-location-page__nearby a { color: var(--ld-navy); font-weight: 700; }
.ld-location-page--utility-font .ld-location-page__eyebrow,
.ld-location-page--utility-font .ld-location-page__button,
.ld-location-page--utility-font .ld-location-page__trust p,
.ld-location-page--utility-font .ld-location-page__text-link,
.ld-location-page--utility-font summary,
.ld-location-page--utility-font .ld-location-page__nearby a { font-family: var(--ld-font-utility); }
.ld-location-page__closing { background: var(--ld-deep); color: #fff; text-align: center; }
.ld-location-page__closing h2 { color: #fff; }
.ld-location-page__closing .ld-location-page__eyebrow { color: #fff; }

@media (max-width: 900px) {
	.ld-location-page__hero { min-height: 560px; }
	.ld-location-page__trust-inner { align-items: flex-start; flex-direction: column; }
	.ld-location-page__split { grid-template-columns: 1fr; }
	.ld-location-page__split--reverse .ld-location-page__prose, .ld-location-page__split--reverse .ld-location-page__feature-image { order: initial; }
	.ld-location-page__service-grid, .ld-location-page__nearby ul { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.ld-location-page__container, .ld-location-page__narrow { width: min(100% - 36px, 1140px); }
	.ld-location-page__hero { background-image: linear-gradient(90deg, rgba(3,39,75,.87), rgba(3,39,75,.56)), var(--ld-hero-image); min-height: 500px; padding: 74px 0; }
	.ld-location-page__section, .ld-location-page__services, .ld-location-page__gallery, .ld-location-page__faq, .ld-location-page__nearby, .ld-location-page__closing { padding: 62px 0; }
	.ld-location-page__service-grid, .ld-location-page__gallery-grid, .ld-location-page__nearby ul { grid-template-columns: 1fr; }
	.ld-location-page__membership-list { display: block; }
	.ld-location-page__membership-list li { border-left: 0; padding: 3px 0; }
}
