/* ============================================================
   BUBBLE BRUSH — location.css
   Shared styles for all service area pages
   ============================================================ */

/* ── Breadcrumb ── */
.loc-breadcrumb {
  padding: 7.5rem 2.5rem 0;
  background: #F7F4FF;
}
.loc-breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.78rem;
  color: #7c6897;
}
.loc-breadcrumb li + li::before {
  content: '›';
  margin-right: 0.5rem;
  color: #c4b5fd;
}
.loc-breadcrumb a {
  color: #7c3aed;
  text-decoration: none;
}
.loc-breadcrumb a:hover { text-decoration: underline; }

/* ── Hero ── */
.loc-hero {
  background: linear-gradient(160deg, #2E1B4E 0%, #6A3EB4 100%);
  padding: 2rem 2.5rem 4rem;
}
.loc-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.loc-hero__text { flex: 1; }
.loc-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c4b5fd;
  margin-bottom: 0.6rem;
}
.loc-hero__h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.loc-hero__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  max-width: 540px;
  margin-bottom: 1.8rem;
}
.loc-hero__badges {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
  padding-top: 1rem;
}
.loc-badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 0.5rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}

/* ── Area Section ── */
.loc-area {
  background: #EDE6F7;
  padding: 3rem 2.5rem;
}
.loc-area__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.loc-area__inner h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #1a0533;
  margin-bottom: 1rem;
}
.loc-area__inner p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3d2060;
  max-width: 760px;
  margin-bottom: 1rem;
}
.loc-area__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}
.loc-area__card {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.2rem;
  box-shadow: 0 4px 20px rgba(124,58,237,0.10);
  transition: transform 0.25s ease;
}
.loc-area__card:hover { transform: translateY(-3px); }
.loc-area__card span { font-size: 1.8rem; display: block; margin-bottom: 0.5rem; }
.loc-area__card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1rem;
  font-weight: 900;
  color: #1a0533;
  margin-bottom: 0.35rem;
}
.loc-area__card p { font-size: 0.8rem; color: #5a3e7a; line-height: 1.55; margin: 0; }

/* ── Workshops ── */
.loc-workshops {
  background: linear-gradient(180deg, #2E1B4E 0%, #6A3EB4 100%);
  padding: 3rem 2.5rem 4rem;
}
.loc-workshops__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.loc-workshops__inner h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.loc-workshops__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.loc-ws-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 1.6rem;
  backdrop-filter: blur(8px);
}
.loc-ws-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.7rem;
}
.loc-ws-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
.loc-ws-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.loc-ws-card li { font-size: 0.8rem; color: rgba(255,255,255,0.75); }
.loc-ws-card .btn--outline { border-color: #ffffff; color: #ffffff; }
.loc-ws-card .btn--outline:hover { background: #ffffff; color: #7c3aed; }

/* ── Quote Form ── */
.loc-quote {
  background: #1a0533;
  padding: 4rem 2.5rem 5rem;
}
.loc-quote__inner {
  max-width: 640px;
  margin: 0 auto;
}
.loc-quote__inner h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
.loc-quote__form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.loc-form-row {
  display: flex;
  gap: 0.7rem;
}
.loc-form-row > * { flex: 1; }
.loc-quote__form input,
.loc-quote__form select {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.07);
  color: #ffffff;
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
  box-sizing: border-box;
}
.loc-quote__form input::placeholder { color: rgba(255,255,255,0.38); }
.loc-quote__form select { color: rgba(255,255,255,0.55); }
.loc-quote__form select option { background: #1a0533; color: #ffffff; }
.loc-quote__form input:focus,
.loc-quote__form select:focus { border-color: #c4b5fd; }
.loc-quote__form .btn--primary {
  margin-top: 0.4rem;
  width: 100%;
  padding: 0.85rem;
  font-size: 1rem;
}

/* ── Other Areas ── */
.loc-other-areas {
  background: #F7F4FF;
  padding: 2.5rem 2.5rem 3rem;
}
.loc-other-areas__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.loc-other-areas__inner h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #1a0533;
  margin-bottom: 1rem;
}
.loc-areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.loc-area-link {
  background: #ffffff;
  border: 2px solid #c4b5fd;
  border-radius: 8px;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #7c3aed;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.loc-area-link:hover {
  background: #7c3aed;
  color: #ffffff;
  border-color: #7c3aed;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .loc-area__grid { grid-template-columns: 1fr 1fr; }
  .loc-hero__inner { flex-direction: column; gap: 1.5rem; }
  .loc-hero__badges { flex-direction: row; flex-wrap: wrap; }
  .loc-badge { white-space: normal; }
}
@media (max-width: 700px) {
  .loc-hero { padding: 1.5rem 1.2rem 3rem; }
  .loc-breadcrumb { padding: 7rem 1.2rem 0; }
  .loc-area { padding: 2rem 1.2rem; }
  .loc-area__grid { grid-template-columns: 1fr; }
  .loc-workshops { padding: 2rem 1.2rem 3rem; }
  .loc-workshops__grid { grid-template-columns: 1fr; }
  .loc-quote { padding: 2.5rem 1.2rem 3.5rem; }
  .loc-form-row { flex-direction: column; }
  .loc-other-areas { padding: 2rem 1.2rem; }
}

/* ── Combined quote + calculator (location pages) ── */
.loc-quote__inner--combined {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}

.loc-quote__left {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding-top: 0.3rem;
}

.loc-quote__title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
}

.loc-quote__sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}

.loc-quote__photo-bonus {
  background: rgba(237,118,169,0.15);
  border: 1px solid rgba(237,118,169,0.35);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
}
.loc-quote__photo-bonus span { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }
.loc-quote__photo-bonus strong { display: block; font-size: 0.82rem; color: #f9a8d4; margin-bottom: 0.15rem; }

.loc-quote__right { min-width: 0; }

/* Tabs */
.loc-tabs {
  display: flex;
  border-bottom: 2px solid rgba(255,255,255,0.12);
  margin-bottom: 1.2rem;
}
.loc-tab {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 2.5px solid transparent;
  margin-bottom: -2px;
  padding: 0.55rem 0.5rem;
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  text-align: center;
}
.loc-tab:hover { color: rgba(255,255,255,0.75); }
.loc-tab--active { color: #ffffff; border-bottom-color: #ED76A9; }

/* Panels */
.loc-panel { display: block; }
.loc-panel--hidden { display: none; }
.loc-panel__label {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
}

/* Workshop picker */
.loc-ws-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-bottom: 1rem; }
.loc-ws-card {
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}
.loc-ws-card--active { border-color: #ED76A9; background: rgba(237,118,169,0.12); }
.loc-ws-name { font-size: 0.8rem; font-weight: 800; color: #ffffff; margin-bottom: 0.1rem; padding-right: 18px; }
.loc-ws-sub { font-size: 0.7rem; color: rgba(255,255,255,0.45); }
.loc-ws-dot {
  position: absolute; top: 9px; right: 9px;
  width: 14px; height: 14px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
}
.loc-ws-card--active .loc-ws-dot { background: #ED76A9; border-color: #ED76A9; }
.loc-ws-dot-inner { width: 5px; height: 5px; border-radius: 50%; background: #fff; display: none; }
.loc-ws-card--active .loc-ws-dot-inner { display: block; }

/* Slider */
.loc-slider-row { margin-bottom: 1rem; }
.loc-slider-track { display: flex; align-items: center; gap: 0.7rem; }
.loc-slider-track input[type=range] {
  flex: 1; -webkit-appearance: none; appearance: none;
  height: 4px; border-radius: 4px; background: rgba(255,255,255,0.18); outline: none; cursor: pointer;
}
.loc-slider-track input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%;
  background: #ED76A9; border: 2px solid #fff; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.loc-slider-track input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%; background: #ED76A9; border: 2px solid #fff;
}
.loc-slider-val { font-size: 0.85rem; font-weight: 800; color: #fff; min-width: 52px; text-align: right; white-space: nowrap; }
.loc-slider-ticks { display: flex; justify-content: space-between; font-size: 0.67rem; color: rgba(255,255,255,0.28); margin-top: 4px; }

/* Results */
.loc-results { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5rem; margin-bottom: 0.9rem; }
.loc-metric { background: rgba(255,255,255,0.07); border-radius: 8px; padding: 0.6rem 0.7rem; }
.loc-metric__label { font-size: 0.63rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(255,255,255,0.4); margin-bottom: 0.2rem; }
.loc-metric__value { font-family: 'Fraunces', Georgia, serif; font-size: 1.1rem; font-weight: 900; color: #fff; line-height: 1; }
.loc-metric__value--accent { color: #ED76A9; }

/* Photo reminder in book form */
.loc-photo-reminder {
  background: rgba(237,118,169,0.12);
  border: 1px solid rgba(237,118,169,0.28);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  margin-bottom: 0.7rem;
}
.loc-photo-reminder strong { color: #f9a8d4; font-weight: 700; }

/* Success state */
.loc-success { text-align: center; padding: 1.5rem 1rem; }

/* Responsive */
@media (max-width: 820px) {
  .loc-quote__inner--combined { grid-template-columns: 1fr; gap: 1.8rem; }
}
@media (max-width: 500px) {
  .loc-ws-grid { grid-template-columns: 1fr 1fr; }
  .loc-results { grid-template-columns: repeat(3,1fr); }
  .loc-metric__value { font-size: 0.95rem; }
}
