.location-page {
  background: var(--dark);
}

.location-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(9, 9, 9, 0.94);
  border-bottom: 1px solid var(--dark3);
  backdrop-filter: blur(12px);
}

.location-nav-inner {
  min-height: 124px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 16px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.location-logo {
  display: grid;
  grid-template-columns: minmax(104px, 20%) minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 14px;
  width: 100%;
  min-width: 0;
  flex: 1 0 100%;
  text-align: left;
}

.location-logo img {
  width: min(100%, 138px);
  height: auto;
  max-height: 118px;
  justify-self: start;
}

.location-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 18px;
  color: var(--silver);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.1;
}

.location-nav-links a:hover {
  color: var(--gold);
}

.location-cta,
.location-floating-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: var(--black);
  font-weight: 800;
  border-radius: 999px;
}

.location-cta {
  padding: 8px 16px;
  font-size: 0.84rem;
}

.location-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.location-hero-img,
.location-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.location-hero-img {
  object-fit: cover;
}

.location-hero-shade {
  background:
    linear-gradient(90deg, rgba(9,9,9,0.94), rgba(9,9,9,0.72), rgba(9,9,9,0.35)),
    linear-gradient(180deg, rgba(9,9,9,0.18), rgba(9,9,9,0.82));
}

.location-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 70px;
}

.location-breadcrumb {
  color: var(--silver);
  font-size: 0.82rem;
  margin-bottom: 28px;
}

.location-breadcrumb a {
  color: var(--gold);
}

.location-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 46px;
  align-items: end;
}

.location-hero h1 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 1.04;
  font-weight: 900;
  margin-bottom: 24px;
}

.location-hero p {
  max-width: 760px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.85;
}

.location-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.location-proof {
  display: grid;
  gap: 14px;
}

.location-proof div {
  background: rgba(26,26,26,0.82);
  border: 1px solid rgba(200,168,75,0.28);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.location-proof strong {
  display: block;
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.location-proof span {
  color: var(--white);
  font-weight: 700;
  font-size: 0.88rem;
}

.location-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.location-product-card {
  background: var(--dark2);
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  overflow: hidden;
}

.location-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.location-product-card div {
  padding: 22px;
}

.location-product-card h3,
.location-process-card h3 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 10px;
}

.location-product-card p,
.location-process-card p,
.location-split p,
.location-contact-grid p {
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.8;
}

.location-band {
  background: var(--black);
  border-top: 1px solid var(--dark3);
  border-bottom: 1px solid var(--dark3);
}

.location-split,
.location-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.location-left-title {
  text-align: left;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--dark4);
  border-radius: 999px;
  color: var(--text);
  background: var(--dark2);
  font-size: 0.84rem;
  font-weight: 600;
}

.location-gallery-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  padding: 14px;
  background: var(--dark2);
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
}

.location-filter {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--dark4);
  border-radius: 999px;
  color: var(--silver);
  background: var(--dark2);
  font-size: 0.82rem;
  font-weight: 700;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
}

.location-filter:hover,
.location-filter.active {
  color: var(--black);
  border-color: var(--gold);
  background: var(--gold);
}

.location-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.location-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--dark2);
  border: 1px solid var(--dark4);
  aspect-ratio: 1 / 1;
}

.location-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ease-slow), opacity var(--ease);
}

.location-gallery-item:hover img {
  transform: scale(1.06);
  opacity: 0.82;
}

.location-gallery-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: rgba(9,9,9,0.78);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
}

.location-gallery-more {
  min-height: 46px;
  margin: 30px auto 0;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 800;
  transition: background var(--ease), transform var(--ease);
}

.location-gallery-more:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

.location-gallery-more[hidden] {
  display: none;
}

.location-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.location-process-card {
  background: var(--dark2);
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  padding: 26px;
}

.location-process-card span {
  display: block;
  color: var(--gold);
  font-weight: 900;
  font-size: 0.82rem;
  margin-bottom: 18px;
}

.location-contact-section {
  background:
    linear-gradient(rgba(17,17,17,0.94), rgba(17,17,17,0.96)),
    url("../images/img067.jpg") center/cover fixed;
}

.location-contact-card {
  display: grid;
  gap: 12px;
  background: var(--dark2);
  border: 1px solid var(--dark4);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.location-contact-card a,
.location-contact-card div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--dark3);
  border: 1px solid var(--dark4);
}

.location-contact-card i {
  color: var(--gold);
  width: 22px;
  text-align: center;
  margin-top: 3px;
}

.location-contact-card strong,
.location-contact-card small {
  display: block;
}

.location-contact-card strong {
  color: var(--white);
  font-size: 0.9rem;
}

.location-contact-card small {
  color: var(--silver);
  margin-top: 4px;
  font-size: 0.8rem;
}

.product-use-list,
.product-related-links {
  display: grid;
  gap: 12px;
}

.product-use-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
  color: var(--text);
  font-size: 0.9rem;
}

.product-use-list i {
  color: var(--gold);
  margin-top: 3px;
}

.product-related-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-related-links a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
}

.product-related-links a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.inline-gold-link {
  color: var(--gold);
  font-weight: 800;
}

.location-section-actions,
.product-page-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.product-navigation-section {
  padding-top: 68px;
  padding-bottom: 68px;
}

.product-section-header {
  margin-bottom: 36px;
}

.product-tab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-tab {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  transition: border-color var(--ease), color var(--ease), background var(--ease), transform var(--ease);
}

.product-tab i {
  color: var(--gold);
  width: 18px;
  text-align: center;
}

.product-tab:hover,
.product-tab.active {
  border-color: var(--gold);
  background: rgba(200,168,75,0.12);
  color: var(--white);
  transform: translateY(-1px);
}

.product-tab.location-tab {
  background: linear-gradient(135deg, rgba(200,168,75,0.18), rgba(36,36,36,0.96));
}

.product-info-grid,
.product-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-info-card,
.product-faq-card {
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
  padding: 26px;
}

.product-info-card > i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
}

.product-info-card h3,
.product-faq-card h3 {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.product-info-card p,
.product-faq-card p {
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.8;
}

.product-info-card ul {
  display: grid;
  gap: 10px;
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.65;
}

.product-info-card li {
  position: relative;
  padding-left: 18px;
}

.product-info-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.product-price-card {
  border-color: rgba(200,168,75,0.34);
}

.price-guide-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.price-guide-table div {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
}

.price-guide-table strong {
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.4;
}

.price-guide-table span {
  color: var(--silver);
  font-size: 0.82rem;
  line-height: 1.65;
}

.small-product-directory {
  display: grid;
  gap: 22px;
}

.small-product-group {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 26px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
}

.small-product-group h3 {
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.35;
  margin-bottom: 12px;
}

.small-product-group p {
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.small-product-group > div > a {
  color: var(--gold);
  font-weight: 800;
  font-size: 0.86rem;
}

.product-example-section {
  background: var(--dark);
  border-top: 1px solid var(--dark3);
}

.product-example-photo {
  overflow: hidden;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
}

.product-example-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-example-photo figcaption {
  padding: 12px 14px;
  color: var(--silver);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.small-product-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.small-product-link-grid a {
  min-height: 76px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
}

.small-product-link-grid a img {
  display: block;
  width: 76px;
  height: 60px;
  border-radius: calc(var(--radius) - 1px);
  object-fit: cover;
}

.small-product-link-grid a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.small-product-group .small-product-link-grid a {
  background: var(--dark3);
}

.small-product-link-grid a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200,168,75,0.08);
}

.location-footer-actions {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-footer-actions a {
  margin-left: 0;
}

.location-footer {
  background: var(--black);
  border-top: 1px solid var(--dark3);
  padding: 30px 0;
}

.location-footer-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.location-footer img {
  height: 78px;
  width: auto;
}

.location-footer strong {
  color: var(--white);
}

.location-footer p {
  color: var(--silver);
  font-size: 0.82rem;
}

.location-footer a {
  margin-left: auto;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.86rem;
}

.location-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.92);
  padding: 52px 18px;
}

.location-lightbox.open {
  display: flex;
}

.location-lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 78vh;
  object-fit: contain;
  border-radius: var(--radius);
}

.location-lightbox-close,
.location-lightbox-prev,
.location-lightbox-next {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-lightbox-close {
  top: 18px;
  right: 18px;
}

.location-lightbox-prev {
  left: 18px;
}

.location-lightbox-next {
  right: 18px;
}

.location-lightbox-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-size: 0.92rem;
}

.location-floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  width: 58px;
  height: 58px;
  font-size: 1.65rem;
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .location-logo .brand-lockup {
    max-width: min(100%, 680px);
  }

  .location-logo .brand-lockup strong {
    font-size: 0.92rem;
  }

  .location-hero {
    min-height: 680px;
  }

  .location-hero-grid,
  .location-split,
  .location-contact-grid,
  .small-product-group {
    grid-template-columns: 1fr;
  }

  .location-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .location-product-grid,
  .location-process-grid,
  .product-tab-grid,
  .product-info-grid,
  .product-faq-grid,
  .price-guide-table,
  .small-product-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .location-nav-inner {
    min-height: 112px;
    padding-top: 5px;
    padding-bottom: 7px;
  }

  .location-logo {
    grid-template-columns: minmax(72px, 30%) minmax(0, 1fr);
    gap: 10px;
  }

  .location-logo .brand-lockup {
    display: flex;
  }

  .location-logo .brand-lockup strong {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .location-logo img {
    width: min(100%, 80px);
    max-height: 74px;
  }

  .location-nav-links {
    display: none;
  }

  .location-hero {
    min-height: auto;
  }

  .location-hero-content {
    padding-top: 82px;
    padding-bottom: 62px;
  }

  .location-hero h1 {
    font-size: 2.45rem;
  }

  .location-proof,
  .location-product-grid,
  .location-process-grid,
  .product-tab-grid,
  .product-info-grid,
  .product-faq-grid,
  .price-guide-table,
  .small-product-link-grid {
    grid-template-columns: 1fr;
  }

  .location-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-footer a {
    margin-left: 0;
  }

  .location-footer-actions {
    margin-left: 0;
  }

  .small-product-link-grid a {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .small-product-link-grid a img {
    width: 68px;
    height: 56px;
  }

  .product-related-links {
    grid-template-columns: 1fr;
  }

  .location-lightbox-prev,
  .location-lightbox-next {
    bottom: 64px;
    top: auto;
  }
}
