.locator-page main { padding: 56px 0 72px; }
.locator-intro { max-width: 760px; margin-bottom: 28px; }
.locator-intro h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.locator-intro p { max-width: 620px; color: #bdbdbd; }
.locator-inline { height: 720px; overflow: hidden; border-radius: 18px; background: #f7faf7; }
.locator-inline iframe, .locator-dialog iframe { display: block; width: 100%; height: 100%; border: 0; }
.locator-launch { display: none; }
.locator-help { margin-top: 18px; font-size: .875rem; }
.locator-help a { text-decoration: underline; text-underline-offset: 4px; }
.locator-products { padding: 68px 0 0; }
.locator-products h2, .locator-contact h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.locator-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.locator-product { display: flex; flex-direction: column; border: 1px solid #303630; border-radius: 18px; background: #080b08; overflow: hidden; }
.locator-product:hover { border-color: var(--lime); color: white; }
.locator-product > img { width: 100%; height: 210px; object-fit: contain; padding: 18px; }
.locator-product > div { padding: 0 24px 24px; flex: 1; display: flex; flex-direction: column; }
.locator-product h3 { font-size: 1.4rem; }
.locator-product p { font-size: .9rem; color: #bdbdbd; }
.locator-product > div > span { margin-top: auto; font-size: .875rem; color: var(--lime-bright); font-weight: 600; }
.locator-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; margin-top: 64px; padding-top: 48px; border-top: 1px solid #303630; }
.locator-contact > img { width: 100%; height: 370px; object-fit: cover; object-position: center 35%; border-radius: 18px; }
.locator-contact p { color: #bdbdbd; margin: 20px 0 26px; }
.locator-email { display: block; width: fit-content; margin-top: 18px; font-size: .9rem; text-decoration: underline; text-underline-offset: 4px; }
.locator-product:focus-visible, .locator-contact a:focus-visible { outline: 3px solid var(--lime-bright); outline-offset: 4px; }
.locator-dialog { padding: 0; border: 0; background: #f7faf7; color: #101810; }
.locator-dialog::backdrop { background: rgba(0,0,0,.7); }
.locator-dialog[open] { display: flex; flex-direction: column; }
.locator-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: max(10px, env(safe-area-inset-top)) 14px 10px; background: #0a0a0a; color: white; }
.locator-dialog-head h2 { font-size: 1rem; margin: 0; }
.locator-close { min-width: 64px; min-height: 44px; border: 1px solid #595959; border-radius: 999px; background: transparent; color: white; font: inherit; font-size: .875rem; cursor: pointer; }
.locator-dialog-slot { flex: 1; min-height: 0; padding-bottom: env(safe-area-inset-bottom); }
.locator-launch:focus-visible, .locator-close:focus-visible { outline: 3px solid var(--lime-bright); outline-offset: 4px; }
@media (max-width: 767px) {
  .locator-products { padding-top: 48px; }
  .locator-product-grid { grid-template-columns: 1fr; gap: 14px; }
  .locator-product { flex-direction: row; align-items: center; }
  .locator-product > img { width: 32%; height: 140px; padding: 8px; }
  .locator-product > div { padding: 22px 16px 22px 8px; }
  .locator-product h3 { font-size: 1.15rem; }
  .locator-product p { font-size: .85rem; }
  .locator-product > div > span { font-size: .8rem; }
  .locator-contact { grid-template-columns: 1fr; gap: 26px; margin-top: 48px; padding-top: 32px; }
  .locator-contact > img { height: 260px; }
  .locator-page main { padding: 36px 0 48px; }
  .locator-inline { display: none; }
  .locator-launch { display: block; width: 100%; overflow: hidden; padding: 0; border: 1px solid #a5c5ad; border-radius: 18px; background: #f3faf4; color: #101810; text-align: left; font: inherit; cursor: pointer; }
  .locator-card-map { height: 140px; position: relative; overflow: hidden; background: #e6f3e8; }
  .locator-card-map::before, .locator-card-map::after { content: ''; position: absolute; inset: -60px; background: repeating-linear-gradient(25deg, transparent 0 48px, white 49px 57px, transparent 58px 104px); }
  .locator-card-map::after { transform: rotate(80deg); opacity: .7; }
  .locator-card-pin { position: absolute; z-index: 1; width: 32px; height: 32px; border-radius: 50% 50% 50% 0; background: #009b28; border: 3px solid white; box-shadow: 0 3px 12px #0002; transform: rotate(-45deg); }
  .locator-card-pin:nth-child(1) { top: 29px; left: 24%; }
  .locator-card-pin:nth-child(2) { top: 68px; left: 51%; }
  .locator-card-pin:nth-child(3) { top: 24px; right: 17%; }
  .locator-card-copy { display: block; padding: 22px; }
  .locator-card-title { display: block; font-size: 1.4rem; font-weight: 800; line-height: 1.2; }
  .locator-card-detail { display: block; margin: 8px 0 18px; color: #415547; font-size: .9rem; }
  .locator-card-action { display: inline-flex; align-items: center; gap: 14px; padding: 11px 18px; border-radius: 999px; background: #0a0a0a; color: white; font-weight: 600; font-size: .9rem; }
  .locator-dialog { margin: 0; inset: 0; width: 100%; max-width: none; height: 100vh; height: 100dvh; max-height: none; }
}
