/* Studio place — Maps/Yelp density, yoga.org house. */
.st-mosaic {
  position: relative;
  display: grid;
  gap: 5px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 18px;
  background: #ece4d6;
}
.st-mosaic-more {
  position: absolute; right: 10px; bottom: 10px; z-index: 2;
  background: rgba(26, 20, 12, .78); color: #fff;
  font: 650 12px/1 Inter, system-ui, sans-serif;
  padding: 8px 11px; border-radius: 999px; text-decoration: none;
}
.st-mosaic-more:hover { color: #fff; filter: brightness(1.08); }
.st-mosaic.n1 { min-height: 220px; max-height: 380px; }
.st-mosaic.n2 {
  grid-template-columns: 1.45fr 1fr;
  height: min(42vh, 380px);
}
.st-mosaic.n3 {
  grid-template-columns: 1.55fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: min(48vh, 430px);
}
.st-mosaic.n3 a:first-child { grid-row: 1 / span 2; }
.st-mosaic a { display: block; min-height: 0; overflow: hidden; }
.st-mosaic img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) {
  .st-mosaic.n2, .st-mosaic.n3 { height: 228px; }
}

.st-kicker {
  margin: 0 0 8px;
  font-size: 11px; font-weight: 750; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
}
.st-place { color: var(--muted); margin: 0 0 14px; font-size: 15px; }

.st-actions {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 0 0 22px;
}
.st-act {
  display: inline-flex; align-items: center; gap: 8px;
  font: 650 13px/1 Inter, system-ui, sans-serif;
  padding: 10px 14px; border-radius: 999px;
  text-decoration: none; color: var(--ink);
  border: 1px solid var(--line); background: var(--card);
}
.st-act:hover { border-color: var(--gold); color: var(--gold); }
.st-act.gold {
  background: var(--btn); color: #fff; border-color: var(--btn);
}
.st-act.gold:hover { color: #fff; filter: brightness(1.05); }
button.st-act { cursor: pointer; font: inherit; }

.st-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}
@media (min-width: 900px) {
  .st-layout { grid-template-columns: 1.38fr .72fr; }
  .st-aside { position: sticky; top: 88px; }
}

.st-map {
  aspect-ratio: 4 / 3;
  border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line); background: #efe6d4;
  margin: 0 0 8px;
}
.st-map iframe { width: 100%; height: 100%; border: 0; }
.st-map-go {
  display: block; font-size: 13px; font-weight: 650;
  text-decoration: none; margin: 0 0 14px;
}

.st-facts { list-style: none; margin: 0; padding: 0; }
.st-facts li {
  display: grid; grid-template-columns: 1fr auto;
  gap: 10px; align-items: start;
  padding: 11px 0; border-bottom: 1px solid var(--line);
}
.st-facts li:last-child { border-bottom: 0; }
.st-facts b { display: block; font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.st-facts span, .st-facts a { font-size: 15px; color: inherit; text-decoration: none; }
.st-facts a:hover { color: var(--gold); }

.st-cta { margin: 0 0 22px; }
.st-book {
  display: inline-block; font: 650 13px/1 Inter, system-ui, sans-serif;
  padding: 8px 12px; border-radius: 999px; text-decoration: none;
  border: 1px solid var(--line); background: var(--card); color: var(--ink);
}
.st-book:hover { border-color: var(--gold); color: var(--gold); }
.st-book-lg { padding: 10px 16px; background: var(--btn); color: #fff; border-color: var(--btn); }
.st-book-lg:hover { color: #fff; filter: brightness(1.05); }

.st-classes { list-style: none; margin: 0; padding: 0; }
.st-classes li {
  display: grid; grid-template-columns: 1fr auto; gap: 12px;
  align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line);
}
.st-classes li:last-child { border-bottom: 0; }
.st-classes time { display: block; font-size: 13px; color: var(--muted); }
.st-classes b { display: block; font-weight: 650; margin-top: 2px; }

.st-withs {
  display: grid; gap: 8px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .st-withs { grid-template-columns: 1fr 1fr; } }
.st-with {
  display: flex; gap: 12px; align-items: center;
  text-decoration: none; color: inherit;
  padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--line); background: #fffdf8;
}
.st-with b { display: block; font-weight: 650; }
.st-with i { display: block; font-style: normal; font-size: 13px; color: var(--muted); margin-top: 2px; }
.st-with:hover { border-color: var(--gold-soft); }
.st-with:hover b { color: var(--gold); }

.st-photos {
  display: grid; gap: 6px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 700px) { .st-photos { grid-template-columns: 1fr 1fr 1fr; } }
.st-photos a { display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; background: #ece4d6; }
.st-photos img { width: 100%; height: 100%; object-fit: cover; }

.week-wait-track { height: 10px; border-radius: 999px; background: #efe6d4; overflow: hidden; }
.week-wait-bar { height: 100%; width: 12%; border-radius: 999px; background: linear-gradient(90deg, var(--gold-soft), var(--gold)); animation: week-wait-fill 15s linear forwards; }
@keyframes week-wait-fill { from { width: 12%; } to { width: 99%; } }
.week-wait-time { margin: 8px 0 0; font-size: 14px; color: var(--muted); }
