/* ============================================================
   SALON PROFILE COMPONENTS (2026)
   Shared CSS for:
   - .glow-trust-footer (named-editor trust block)
   - .glow-score-axes (5-axis Glow Score breakdown)
   - .glow-cta-sticky (mobile sticky BOOK/CALL/DIRECTIONS bar)
   - .glow-ai-answer (quotable AI answer block)

   Load AFTER reviews.css + site-chrome-2026.css. Lifted from inline
   to allow reuse across every salon + clinic profile.
   ============================================================ */

/* ----------------------------------------------------------------
   AI answer block — single quotable sentence for AI search
---------------------------------------------------------------- */
.glow-ai-answer {
  font-family: var(--font-display, 'Canela', 'Cormorant Garamond', 'Playfair Display', Georgia, serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.5;
  color: #5A2A35;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 2px solid rgba(90,42,53,0.4);
  margin: 1.5rem 0;
  max-width: 60ch;
}

/* ----------------------------------------------------------------
   5-axis Glow Score breakdown
---------------------------------------------------------------- */
.glow-score-axes {
  background: #F7F2E8;
  border: 1px solid rgba(26,22,19,0.10);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  margin: 2rem 0;
}
.glow-score-axes__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(26,22,19,0.14);
  flex-wrap: wrap;
}
.glow-score-axes__title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5A2A35;
  margin: 0;
}
.glow-score-axes__composite {
  font-family: var(--font-display, 'Canela', Georgia, serif);
  font-weight: 300;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.015em;
  color: #1A1613;
  margin: 0;
}
.glow-score-axes__composite span {
  font-size: 0.5em;
  color: #76706A;
  font-weight: 400;
  margin-left: 0.1em;
}
.glow-score-axes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.glow-axis {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}
.glow-axis__name {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1A1613;
  min-width: 11ch;
}
.glow-axis__weight {
  font-family: var(--font-display, 'Canela', Georgia, serif);
  font-style: italic;
  font-size: 0.85rem;
  color: rgba(90,42,53,0.65);
  margin-left: 0.4em;
}
.glow-axis__bar {
  position: relative;
  height: 4px;
  background: rgba(26,22,19,0.08);
  border-radius: 2px;
  overflow: hidden;
}
.glow-axis__bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: #5A2A35;
  border-radius: 2px;
}
.glow-axis__score {
  font-family: var(--font-display, 'Canela', Georgia, serif);
  font-weight: 400;
  font-size: 1.1rem;
  color: #1A1613;
  min-width: 3ch;
  text-align: right;
}
.glow-axis__score span {
  color: #76706A;
  font-size: 0.7em;
  margin-left: 0.05em;
}
.glow-score-axes__foot {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(26,22,19,0.14);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  color: #5F5851;
}
.glow-score-axes__foot a {
  color: #5A2A35;
  border-bottom: 1px solid #5A2A35;
}

/* ----------------------------------------------------------------
   Trust footer — named editor, date, treatment, visit type
---------------------------------------------------------------- */
.glow-trust-footer {
  background: #1A1613;
  color: #F0EBE0;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  margin: 2.5rem 0;
}
.glow-trust-footer__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(229,201,169,0.8);
  margin: 0 0 1.25rem;
}
.glow-trust-footer__eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(229,201,169,0.5);
}
.glow-trust-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.5rem;
}
@media (min-width: 600px) {
  .glow-trust-footer__grid { grid-template-columns: 1fr 1fr; }
}
.glow-trust-footer__row { }
.glow-trust-footer__label {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(229,201,169,0.65);
  margin-bottom: 0.3rem;
}
.glow-trust-footer__value {
  font-family: var(--font-display, 'Canela', Georgia, serif);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.glow-trust-footer__value a {
  color: #E5C9A9;
  border-bottom: 1px solid rgba(229,201,169,0.5);
  text-decoration: none;
}
.glow-trust-footer__value a:hover { border-bottom-color: #E5C9A9; }
.glow-trust-footer__note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(229,201,169,0.18);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
}
.glow-trust-footer__note a {
  color: #E5C9A9;
  border-bottom: 1px solid rgba(229,201,169,0.5);
  text-decoration: none;
}

/* ----------------------------------------------------------------
   Sticky mobile CTA — BOOK / CALL / DIRECTIONS
---------------------------------------------------------------- */
.glow-cta-sticky {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 950;
  background: #0E0B09;
  border-top: 1px solid rgba(229,201,169,0.18);
  display: none;
  padding: env(safe-area-inset-bottom) 0 0;
}
@media (max-width: 760px) { .glow-cta-sticky { display: grid; } }
.glow-cta-sticky__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.glow-cta-sticky__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 56px;
  padding: 0.5rem 0.4rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(229,201,169,0.12);
  cursor: pointer;
}
.glow-cta-sticky__btn:last-child { border-right: 0; }
.glow-cta-sticky__btn:active {
  background: rgba(229,201,169,0.1);
  color: #E5C9A9;
}
.glow-cta-sticky__btn--primary {
  background: #5A2A35;
}
.glow-cta-sticky__btn--primary:active { background: #6F3344; }
.glow-cta-sticky__btn svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
/* Add bottom padding to body when sticky bar visible so content isn't hidden */
@media (max-width: 760px) {
  body.has-glow-sticky-cta { padding-bottom: 64px; }
}
