@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@400;500;600;700&display=swap');

/* Scope resets — global style.css zeros margins on all elements */
.loc-page,
.loc-page * {
  box-sizing: border-box;
}

.loc-page ul {
  margin: 0;
  padding: 0;
}

.loc-page li {
  list-style: none;
}

/* Transparent nav on location hero */
body:has(.loc-page) nav.navbar:not(.scrolled) {
  background: transparent;
  box-shadow: none;
}

body:has(.loc-page) nav.navbar:not(.scrolled) .container-fluid {
  background-color: transparent;
}

body:has(.loc-page) nav.navbar:not(.scrolled) a.navbar-brand,
body:has(.loc-page) nav.navbar:not(.scrolled) .nav-item .nav-link {
  color: #fff !important;
}

body:has(.loc-page) nav.navbar:not(.scrolled) span.navbar-toggler-icon img {
  filter: brightness(0) invert(1);
}

body:has(.loc-page) nav.navbar:not(.scrolled) .nav-link:hover,
body:has(.loc-page) nav.navbar:not(.scrolled) .nav-link:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
}

.loc-page {
  --loc-gold: #c9a962;
  --loc-ivory: #fffdf9;
  --loc-mocha: #5c4a42;
  --loc-black: #1a1416;
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--loc-black);
  overflow-x: hidden;
}

.loc-page .container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.loc-hero {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(201, 169, 98, 0.22), transparent 55%),
    linear-gradient(145deg, #1a1416 0%, #2d2220 45%, #3d2f2a 100%);
  color: #fff;
  padding: calc(88px + 2.75rem) 0 3.5rem;
}

.loc-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--loc-gold);
  margin: 0 0 1rem;
  font-weight: 600;
}

.loc-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 1rem;
  max-width: 18ch;
  color: #fff;
}

.loc-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  max-width: 42rem;
  margin: 0 0 1.75rem;
}

.loc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.loc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: auto;
  max-width: 100%;
}

.loc-btn--primary {
  background: var(--loc-gold);
  border-color: var(--loc-gold);
  color: var(--loc-black);
}

.loc-btn--primary:hover {
  background: #dfc07a;
  border-color: #dfc07a;
  color: var(--loc-black);
}

.loc-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.loc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.loc-main {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 4rem;
  background: linear-gradient(180deg, #f0e8e0 0%, #faf8f6 8rem, #fff 16rem);
}

/* Address + map side by side */
.loc-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.loc-nap-card {
  background: var(--loc-ivory);
  border: 1px solid rgba(201, 169, 98, 0.35);
  border-radius: 14px;
  padding: 1.75rem 1.85rem;
  box-shadow: 0 16px 48px rgba(26, 20, 22, 0.08);
}

.loc-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--loc-black);
  color: var(--loc-gold);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.loc-nap-card h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
  margin: 0 0 0.85rem;
  color: var(--loc-black);
}

.loc-address {
  font-style: normal;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  color: var(--loc-mocha);
  font-size: 0.98rem;
}

.loc-nap-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.loc-nap-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.7rem;
  color: var(--loc-black);
  font-size: 0.95rem;
  line-height: 1.5;
}

.loc-icon {
  flex-shrink: 0;
  width: 1.35rem;
  color: var(--loc-gold);
  text-align: center;
  margin-top: 0.15rem;
}

.loc-nap-list a {
  color: var(--loc-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.loc-nap-list a:hover {
  color: var(--loc-mocha);
}

.loc-highlights {
  margin: 0;
  padding: 1rem 0 0 1.15rem;
  border-top: 1px solid rgba(201, 169, 98, 0.25);
  color: var(--loc-mocha);
  padding: 20px !important;
}

.loc-highlights li {
  margin-bottom: 0.4rem;
  line-height: 1.5;
  list-style: disc;
}

.loc-map-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  height: 360px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 48px rgba(26, 20, 22, 0.1);
  background: #e8e0d8;
}

.loc-page .loc-map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: 0;
  display: block;
}

/* Keywords + other studios below map row */
.loc-meta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.loc-keywords,
.loc-other {
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(201, 169, 98, 0.28);
  border-radius: 12px;
}

.loc-keywords h3,
.loc-other h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
  font-weight: 600;
}

.loc-keyword-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.loc-keyword-list li span {
  display: inline-block;
  font-size: 0.76rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #f8f2ec;
  color: var(--loc-mocha);
  border: 1px solid rgba(201, 169, 98, 0.35);
}

.loc-other-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.loc-other-list li {
  margin-bottom: 0.5rem;
}

.loc-other-list a {
  color: var(--loc-black);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(201, 169, 98, 0.5);
}

.loc-other-list a:hover {
  color: var(--loc-mocha);
}

.loc-seo-copy {
  margin-top: 2.5rem;
  width: 100%;
  line-height: 1.75;
  color: var(--loc-mocha);
  font-size: 1rem;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(201, 169, 98, 0.2);
}

.loc-seo-copy p {
  margin: 0;
}

.loc-seo-copy strong {
  color: var(--loc-black);
}

.loc-faq {
  margin-top: 2rem;
  width: 100%;
}

.loc-faq h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.65rem;
  margin: 0 0 1rem;
  font-weight: 600;
}

.loc-faq-list {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.loc-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0;
}

.loc-faq-item:last-child {
  border-bottom: none;
}

.loc-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--loc-black);
  padding: 1rem 1.25rem;
  list-style: none;
}

.loc-faq-item summary::-webkit-details-marker {
  display: none;
}

.loc-faq-item summary::after {
  content: '+';
  float: right;
  color: var(--loc-gold);
  font-weight: 400;
}

.loc-faq-item[open] summary::after {
  content: '−';
}

.loc-faq-item p {
  margin: 0;
  padding: 0 1.25rem 1rem;
  color: var(--loc-mocha);
  line-height: 1.65;
  font-size: 0.95rem;
}

/* ——— Desktop ——— */
@media (min-width: 992px) {
  .loc-hero {
    padding-bottom: 4rem;
  }

  .loc-hero h1 {
    max-width: 22ch;
  }

  .loc-split {
    grid-template-columns: minmax(300px, 400px) 1fr;
    gap: 2rem;
  }

  .loc-map-wrap {
    height: 480px;
  }

  .loc-meta-row {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .loc-keywords:only-child,
  .loc-other:only-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
  .loc-page .container {
    max-width: 1200px;
  }

  .loc-split {
    grid-template-columns: 420px 1fr;
    gap: 2.5rem;
  }

  .loc-map-wrap {
    height: 520px;
  }
}

/* ——— Mobile ——— */
@media (max-width: 991.98px) {
  .loc-hero {
    padding-bottom: 2.5rem;
  }

  .loc-hero h1 {
    max-width: none;
  }

  .loc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .loc-btn {
    width: 100%;
  }

  .loc-main {
    padding-top: 2rem;
  }

  .loc-map-wrap {
    height: 320px;
  }
}
