/* Show the real showroom experience and exterior as one visual story. */
.show-hero-image{background-image:url('assets/showroom-2-enhanced.webp');background-position:center 50%}
.show-gallery{padding:78px 0 88px}
.show-gallery .wrap{position:relative;display:block;max-width:1320px;height:555px}
.show-gallery .wrap>img{display:block;object-fit:cover;background:#252525}
.show-gallery .wrap>img:first-child{width:79%;height:510px;object-position:center 47%}
.show-gallery .wrap>img:last-child{position:absolute;right:0;top:38px;width:36%;height:485px;object-position:center 43%;box-shadow:0 22px 46px rgba(0,0,0,.16)}
/* A compact location section clearly separated from the footer. */
.show-visit{padding:76px 0 84px;background:#f3f3f2;color:#171717}
.show-visit .show-location{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,8vw,130px);align-items:start}
.show-location-heading .eyebrow{margin:0 0 15px;color:#b84712;font-size:10px;letter-spacing:.17em}
.show-location-heading h2{margin:0;font-size:clamp(42px,4vw,59px);font-weight:500;line-height:1.07;letter-spacing:-.055em;color:#181818}
.show-location-info{max-width:560px}
.show-location-detail{display:grid;grid-template-columns:105px 1fr;gap:22px;padding:18px 0;border-top:1px solid #d2d2d0}
.show-location-detail span{padding-top:4px;color:#8e3a16;font-size:10px;font-weight:700;letter-spacing:.14em}
.show-location-detail p{margin:0;color:#3d3d3d;font-size:15px;line-height:1.6}
.show-directions{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;min-width:245px;min-height:49px;margin-top:25px;padding:0 18px;border:1px solid #1b1b1b;background:#1b1b1b;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;transition:background .2s,border-color .2s}
.show-directions:hover,.show-directions:focus-visible{background:#b84712;border-color:#b84712;color:#fff}
.show-directions span{font-size:19px;font-weight:400;line-height:1}
@media(max-width:900px){.show-gallery .wrap{height:430px}.show-gallery .wrap>img:first-child{height:395px}.show-gallery .wrap>img:last-child{height:380px;top:25px}.show-visit .show-location{gap:45px}.show-location-heading h2{font-size:46px}.show-location-detail{grid-template-columns:85px 1fr;gap:12px}}
@media(max-width:700px){.show-gallery{padding:32px 0 42px}.show-gallery .wrap{display:grid;grid-template-columns:1fr;gap:12px;height:auto}.show-gallery .wrap>img:first-child{width:100%;height:auto;aspect-ratio:3/2}.show-gallery .wrap>img:last-child{position:static;width:100%;height:320px;box-shadow:none;object-position:center 42%}.show-visit{padding:64px 0 72px}.show-visit .show-location{grid-template-columns:1fr;gap:32px}.show-location-heading h2{font-size:42px}.show-location-detail{grid-template-columns:80px 1fr}.show-directions{margin-top:23px}}
