.lw-location-page { overflow: hidden; background: var(--lw-paper); }
.lw-location-page h2 { font-size: clamp(2.45rem, 3.7vw, 3.85rem); line-height: .94; letter-spacing: -.045em; }
.lw-location-page .lw-eyebrow { margin: 0 0 .45rem; color: var(--lw-red); font-size: clamp(.88rem, 1vw, 1rem); font-weight: 900; line-height: 1; letter-spacing: .055em; text-transform: uppercase; }

.lw-location-hero { padding-block: clamp(2.5rem, 5vw, 5rem); background: var(--lw-paper); }
.lw-location-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(20rem, .92fr); gap: clamp(3rem, 5.5vw, 6rem); align-items: center; }
.lw-location-hero__grid::before { content: ""; position: absolute; z-index: 0; left: clamp(-8rem, -5vw, -3rem); bottom: clamp(-6rem, -4vw, -3rem); width: clamp(15rem, 26vw, 25rem); aspect-ratio: 1; border: clamp(1.2rem, 2vw, 2.2rem) solid rgb(231 25 37 / 11%); border-radius: 50%; pointer-events: none; }
.lw-location-hero__media, .lw-location-hero__content { position: relative; z-index: 1; }
.lw-location-hero__media { height: clamp(23rem, 37vw, 31rem); padding: .55rem .55rem 0; background: var(--lw-red); border-radius: calc(var(--lw-radius) + .2rem); box-shadow: var(--lw-shadow); }
.lw-location-hero__media > p { display: flex; align-items: center; min-height: 3.35rem; margin: 0; padding: .8rem 1rem; color: #fff; font-size: clamp(.78rem, .9vw, .94rem); font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.lw-location-hero__picture { display: block; height: calc(100% - 3.35rem); overflow: hidden; border-radius: var(--lw-radius) var(--lw-radius) 0 0; }
.lw-location-hero__picture img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% 88%; }
.lw-location-hero__identity { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; margin-bottom: 1.25rem; }
.lw-location-hero__logo { display: block; width: min(21rem, 78%); height: auto; margin: 0; }
.lw-location-hero__content h1 { max-width: 10ch; margin: 0 0 1.25rem; color: var(--lw-red); font-size: clamp(3.4rem, 5vw, 5.15rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.lw-location-hero__identity h1 { margin: 0; transform: none; }
.lw-location-hero__content > p { max-width: 35rem; color: var(--lw-muted); font-size: clamp(1rem, 1.25vw, 1.18rem); }
.lw-location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 1.75rem; margin-top: 2rem; }
.lw-location-hero .lw-text-link { color: var(--lw-coal); }

.lw-location-products, .lw-location-gallery, .lw-location-benefits, .lw-location-visit { position: relative; padding-block: clamp(3.5rem, 5vw, 5.25rem); background: var(--lw-paper); }
.lw-location-products { padding-top: clamp(4.75rem, 6vw, 6.25rem); }
.lw-location-products::before, .lw-location-products::after { content: ""; position: absolute; z-index: 0; aspect-ratio: 1; border-radius: 50%; pointer-events: none; }
.lw-location-products::before { top: 2.5rem; right: -4rem; width: clamp(11rem, 17vw, 18rem); border: clamp(.8rem, 1.2vw, 1.25rem) solid rgb(231 25 37 / 8%); }
.lw-location-products::after { left: 8%; bottom: -2rem; width: clamp(5rem, 8vw, 8rem); background: rgb(231 25 37 / 5%); }
.lw-location-products > .lw-container, .lw-location-gallery > .lw-container, .lw-location-benefits > .lw-container, .lw-location-visit > .lw-container { position: relative; z-index: 1; }
.lw-location-section-heading { margin-bottom: clamp(2rem, 2.8vw, 2.75rem); }
.lw-location-section-heading > div, .lw-location-title-group, .lw-location-visit__content { display: flex; flex-direction: column; align-items: flex-start; }
.lw-location-section-heading h2 { max-width: 21ch; margin: 0; }
.lw-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.lw-product-card { min-height: 10.5rem; padding: clamp(1.25rem, 2vw, 1.75rem); background: var(--lw-soft); border-top: .28rem solid transparent; transition: border-color var(--lw-ease), transform var(--lw-ease); }
.lw-product-card:hover { transform: translateY(-.28rem); border-color: var(--lw-red); }
.lw-product-card > p { min-height: 2.5rem; font-weight: 700; }
.lw-product-card strong { display: inline-block; margin-top: .75rem; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1; letter-spacing: -.05em; }
.lw-product-card span, .lw-product-card small { font-weight: 650; }
.lw-product-card small { display: block; margin-top: .6rem; color: var(--lw-muted); }

.lw-location-gallery { padding-block: clamp(3rem, 4vw, 4.25rem); color: var(--lw-coal); background: var(--lw-paper); border-top: 1px solid var(--lw-line); }
.lw-location-gallery::after { content: ""; position: absolute; left: -5rem; bottom: 8%; width: clamp(11rem, 17vw, 17rem); aspect-ratio: 1; border: 1.1rem solid rgb(231 25 37 / 5%); border-radius: 50%; }
.lw-location-section-heading--light h2 { color: var(--lw-coal); }
.lw-location-carousel { position: relative; width: min(100%, 69rem); margin-inline: auto; }
.lw-location-carousel__viewport { overflow: hidden; scroll-behavior: smooth; }
.lw-location-carousel__track { display: flex; gap: clamp(.9rem, 1.5vw, 1.4rem); }
.lw-location-carousel__slide { flex: 0 0 min(65%, 44rem); height: clamp(19rem, 31vw, 27rem); margin: 0; overflow: hidden; border-radius: var(--lw-radius); background: var(--lw-soft); }
.lw-location-gallery__picture, .lw-location-gallery__picture img, .lw-location-carousel__slide video { display: block; width: 100%; height: 100%; }
.lw-location-gallery__picture, .lw-location-gallery__picture img, .lw-location-carousel__slide video { object-fit: cover; }
.lw-location-carousel__controls { display: flex; justify-content: flex-end; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.lw-location-carousel__controls p { min-width: 3rem; margin: 0; color: var(--lw-coal); text-align: center; font-weight: 800; }
.lw-location-carousel__controls button { display: grid; place-items: center; width: 3rem; height: 3rem; color: var(--lw-coal); background: transparent; border: 1px solid rgb(28 37 44 / 40%); border-radius: 50%; cursor: pointer; transition: color var(--lw-ease), background var(--lw-ease), transform var(--lw-ease); }
.lw-location-carousel__controls button:hover { color: #fff; background: var(--lw-red); transform: scale(1.08); }

.lw-location-benefits { padding-block: clamp(2rem, 3vw, 3rem); color: #fff; background: var(--lw-coal); border: 0; }
.lw-benefit-list { display: grid; grid-template-columns: repeat(8, 1fr); gap: .75rem; }
.lw-benefit-list article { display: grid; align-content: start; justify-items: center; gap: .65rem; margin: 0; text-align: center; }
.lw-benefit-list img { width: clamp(2.7rem, 4vw, 4rem); height: auto; padding: .55rem; background: transparent; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; }
.lw-benefit-list article:nth-child(3n + 2) img { background: var(--lw-red); border-color: var(--lw-red); }
.lw-benefit-list h3 { margin: 0; color: #fff; font-size: clamp(.68rem, .82vw, .82rem); line-height: 1.2; }

.lw-network-promise { background: var(--lw-paper); }
.lw-network-promise__grid { display: grid; grid-template-columns: minmax(18rem, 1fr) auto; gap: clamp(2rem, 5vw, 6rem); align-items: center; padding-block: clamp(2.75rem, 4vw, 4rem); border-top: 1px solid var(--lw-line); border-bottom: 1px solid var(--lw-line); }
.lw-network-promise h2 { max-width: 15ch; margin: 0; color: var(--lw-coal); font-size: clamp(2.2rem, 3.25vw, 3.35rem); }
.lw-network-promise .lw-eyebrow { margin-bottom: .45rem; }

.lw-location-visit { padding-block: clamp(4rem, 6vw, 6.5rem); }
.lw-location-visit__inner { display: grid; grid-template-columns: minmax(24rem, 1.15fr) minmax(20rem, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.lw-location-map-panel { padding: .65rem; background: #fff; border: 2px solid var(--lw-coal); border-radius: calc(var(--lw-radius) + .3rem); box-shadow: var(--lw-shadow); }
.lw-location-map { position: relative; min-height: clamp(26rem, 38vw, 32rem); overflow: hidden; background: var(--lw-soft); border-radius: var(--lw-radius); }
.lw-location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lw-location-map-address { margin: 0; padding: 1rem .7rem .5rem; color: var(--lw-coal); font-style: normal; font-size: .92rem; font-weight: 700; line-height: 1.45; }
.lw-location-visit__content h2 { max-width: 11ch; margin: 0 0 1.25rem; font-size: clamp(2.6rem, 4vw, 4.15rem); }
.lw-location-visit__content > p { color: var(--lw-muted); }

@media (max-width: 64rem) {
	.lw-location-hero__grid { grid-template-columns: 1.05fr .95fr; gap: 3rem; }
	.lw-product-grid { grid-template-columns: repeat(2, 1fr); }
	.lw-benefit-list { grid-template-columns: repeat(4, 1fr); gap: 1.4rem .75rem; }
	.lw-location-visit__inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 47.99rem) {
	.lw-location-page h2 { font-size: clamp(2rem, 10vw, 3rem); }
	.lw-location-hero { padding-block: 1.25rem 3.5rem; }
	.lw-location-hero__grid { grid-template-columns: 1fr; gap: 2.25rem; }
	.lw-location-hero__media { height: 25rem; }
	.lw-location-hero__picture img { object-position: 55% 76%; }
	.lw-location-hero__logo { width: min(19rem, 78%); }
	.lw-location-hero__identity h1 { margin: 0; transform: none; }
	.lw-location-hero__content h1 { font-size: clamp(2.75rem, 14vw, 4.25rem); }
	.lw-product-grid { grid-template-columns: 1fr 1fr; }
	.lw-product-card { min-height: 9.5rem; padding: 1rem; }
	.lw-product-card strong { font-size: clamp(1.55rem, 7vw, 2rem); }
	.lw-location-carousel__slide { flex-basis: 86%; height: 19rem; }
	.lw-benefit-list { grid-template-columns: repeat(2, 1fr); }
	.lw-network-promise__grid, .lw-location-visit__inner { grid-template-columns: 1fr; }
	.lw-location-map { min-height: 24rem; }
}
