/* LUMA studio — demo template styles */

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
html, body { max-width: 100%; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input { font: inherit; color: inherit; background: none; border: none; }
button { cursor: pointer; }
table { border-collapse: collapse; width: 100%; }
h1, h2, h3 { line-height: 1.15; }

/* ===== Tokens: beauty (default) ===== */
:root {
  --bg: #FBF8F4;
  --bg-alt: #F2ECE4;
  --text: #1F1B18;
  --muted: #6B625B;
  --accent: #B5685A;
  --accent-hover: #9E5648;
  --accent-soft: #F3E2DC;
  --border: rgba(31, 27, 24, .08);
  --shadow-soft: 0 18px 40px rgba(31, 27, 24, .06);
  --btn-ink: var(--text);
  --btn-ink-hover: var(--bg);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-card: 20px;
  --radius-btn: 12px;
  --radius-chip: 999px;
  --header-h: 76px;
  --container-w: 1160px;
  --ease: cubic-bezier(.2, .65, .2, 1);
}

/* ===== Tokens: barber ===== */
[data-theme="barber"] {
  --bg: #121212;
  --bg-alt: #1A1A1A;
  --text: #F3F0EA;
  --muted: #A8A39B;
  --accent: #E0B647;
  --accent-hover: #C9A03A;
  --accent-soft: rgba(224, 182, 71, .14);
  --border: rgba(255, 255, 255, .1);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, .4);
  --btn-ink: var(--bg);
  --btn-ink-hover: var(--bg);
  --font-display: 'Oswald', Impact, sans-serif;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  transition: background-color .3s ease, color .3s ease;
}

h1, h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; text-wrap: balance; }
h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.0625rem; }
p { color: var(--text); }
em { font-style: italic; }

h1 { font-size: clamp(2.25rem, 1.6rem + 2.8vw, 3.75rem); line-height: 1.08; }
h2 { font-size: clamp(1.75rem, 1.45rem + 1.3vw, 2.5rem); margin-bottom: 10px; }
[data-theme="barber"] h1, [data-theme="barber"] h2 { font-weight: 500; text-transform: uppercase; letter-spacing: .01em; }

section[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

.sr-only, .visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--text); color: var(--bg);
  padding: 10px 18px; border-radius: var(--radius-btn); font-weight: 600;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: var(--container-w); margin-inline: auto; padding-inline: 20px; }
@media (min-width: 768px) { .container { padding-inline: 32px; } }
@media (min-width: 1200px) { .container { padding-inline: 40px; } }

.section { padding-block: 56px; border-top: 1px solid var(--border); }
@media (min-width: 768px) { .section { padding-block: 88px; } }
@media (min-width: 1200px) { .section { padding-block: 112px; } }

.section-head { max-width: 60ch; margin-bottom: 32px; }
.section-head p { color: var(--muted); margin-top: 8px; font-size: 1rem; }
@media (min-width: 768px) { .section-head { margin-bottom: 44px; } }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--accent-soft); color: var(--text); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 12px 24px; border-radius: var(--radius-btn);
  font-weight: 600; font-size: .9375rem; white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .15s ease;
}
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--accent); color: var(--btn-ink); }
.btn-primary:hover { background: var(--accent-hover); color: var(--btn-ink-hover); }
.btn-outline { border: 1px solid var(--border); color: var(--text); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent-hover); }
[data-theme="barber"] .btn-outline:hover { color: var(--accent); }
.btn-sm { min-height: 44px; padding: 9px 16px; font-size: .875rem; }
.btn-header { display: none; }
@media (min-width: 900px) { .btn-header { display: inline-flex; } }

.link-arrow-plain { font-weight: 600; font-size: .9375rem; color: var(--accent-hover); }
[data-theme="barber"] .link-arrow-plain { color: var(--accent); }
.link-arrow-plain:hover { text-decoration: underline; }
.link-instagram {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 28px;
  font-weight: 600; color: var(--text);
}
.link-instagram:hover { color: var(--accent-hover); }
[data-theme="barber"] .link-instagram:hover { color: var(--accent); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 60; height: var(--header-h);
  display: flex; align-items: center;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background-color .2s ease, border-color .2s ease, backdrop-filter .2s ease;
}
.site-header.is-scrolled {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; }

.logo { display: inline-flex; align-items: center; }
.logo-mark { height: 34px; width: auto; color: var(--text); }
.logo-word { font-family: var(--font-display); font-weight: 600; font-size: 1.375rem; color: var(--text); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-icon-link { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-inline: -4px; color: var(--muted); flex-shrink: 0; }
.header-icon-link:hover { color: var(--accent-hover); }
[data-theme="barber"] .header-icon-link:hover { color: var(--accent); }
.header-phone { font-weight: 600; font-size: .9375rem; display: none; }
@media (min-width: 900px) { .header-phone:not(.header-phone--nav) { display: inline; } }

.burger {
  display: flex; width: 44px; height: 44px; align-items: center; justify-content: center;
  color: var(--text);
}
@media (min-width: 900px) { .burger { display: none; } }

.main-nav ul { display: flex; gap: 30px; }
.main-nav a { font-weight: 500; font-size: .9375rem; color: var(--muted); transition: color .15s ease; }
.main-nav a:hover { color: var(--text); }
.nav-close { display: none; }

@media (max-width: 899px) {
  .main-nav {
    position: fixed; inset: 0; z-index: 90;
    background: var(--bg); padding: 24px 24px 32px;
    display: flex; flex-direction: column;
    transform: translateY(-100%); opacity: 0; visibility: hidden;
    transition: transform .25s var(--ease), opacity .25s var(--ease), visibility .25s;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav ul { flex-direction: column; gap: 6px; margin-top: 48px; }
  .main-nav li a { display: block; padding: 14px 4px; font-size: 1.375rem; font-family: var(--font-display); border-bottom: 1px solid var(--border); }
  .nav-close { display: flex; align-self: flex-end; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--text); }
  .header-phone--nav { display: block; margin-top: auto; padding-top: 24px; font-size: 1.125rem; }
}

@media (prefers-reduced-motion: reduce) {
  .main-nav { transition: none; }
}

/* ===== Hero ===== */
.hero { padding-block: 32px 48px; }
@media (min-width: 900px) { .hero { padding-block: 40px 64px; } }

.hero-inner { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 900px) {
  .hero-inner { flex-direction: row; align-items: center; gap: 56px; }
  .hero-copy { flex: 1 1 54%; min-width: 0; }
  .hero-visual { flex: 1 1 46%; min-width: 0; }
}

.hero-copy h1 { max-width: 14ch; }
.hero-subline { color: var(--muted); font-size: 1.0625rem; max-width: 46ch; margin-top: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-phone-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 18px;
  font-weight: 600; font-size: .875rem; color: var(--muted);
}
.hero-phone-link svg { color: var(--accent); }
.hero-phone-link:hover { color: var(--text); }

.trust-chips { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 36px; font-size: .875rem; color: var(--muted); }
.trust-chips li { display: flex; align-items: center; gap: 6px; }
.trust-chips a { display: inline-flex; align-items: center; gap: 6px; color: var(--text); font-weight: 600; }
.trust-chips a:hover { color: var(--accent-hover); }
[data-theme="barber"] .trust-chips a:hover { color: var(--accent); }

.hero-visual { position: relative; }
.hero-frame {
  position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--border);
  border-radius: var(--radius-card); z-index: 0;
}
.hero-photo {
  position: relative; z-index: 1; border-radius: var(--radius-card); overflow: hidden;
  box-shadow: var(--shadow-soft); aspect-ratio: 4 / 5; background: var(--bg-alt);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.availability-chip {
  position: absolute; z-index: 2; left: 20px; bottom: -18px; right: 20px;
  display: flex; align-items: center; gap: 8px;
  background: var(--bg); border: 1px solid var(--border); box-shadow: var(--shadow-soft);
  border-radius: var(--radius-chip); padding: 12px 18px; font-size: .8125rem; font-weight: 600;
  color: var(--text);
}
.availability-chip svg { color: var(--accent); flex-shrink: 0; }
@media (min-width: 900px) { .availability-chip { left: 32px; right: auto; bottom: -16px; } }

@media (prefers-reduced-motion: no-preference) {
  .availability-chip { animation: chip-breathe 6s ease-in-out infinite; }
}
@keyframes chip-breathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* ===== Reveal ===== */
.reveal, .reveal-item {
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.reveal.is-visible, .reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.hero-copy .reveal-item, .hero-visual.reveal-item { transition-duration: .6s; }
.hero-copy .reveal-item:nth-child(1) { transition-delay: 0s; }
.hero-copy .reveal-item:nth-child(2) { transition-delay: .08s; }
.hero-copy .reveal-item:nth-child(3), .hero-copy .reveal-item:nth-child(4) { transition-delay: .16s; }
.hero-copy .reveal-item:nth-child(5) { transition-delay: .24s; }
.hero-visual.reveal-item { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-item, .availability-chip { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
}

/* ===== Prices ===== */
.tier-switch {
  display: inline-flex; gap: 4px; background: var(--bg-alt); border-radius: var(--radius-chip);
  padding: 4px; margin-bottom: 28px;
}
.tier-option {
  min-height: 44px; padding: 9px 20px; border-radius: var(--radius-chip); font-weight: 600; font-size: .875rem;
  color: var(--muted); transition: background-color .2s ease, color .2s ease;
}
.tier-option.is-active { background: var(--accent-hover); color: var(--btn-ink-hover); }

.price-table { border-top: 1px solid var(--border); }
.price-row {
  display: grid; grid-template-columns: 1fr auto auto auto; align-items: center;
  gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border);
}
.price-row--head { color: var(--muted); font-size: .8125rem; text-transform: uppercase; letter-spacing: .04em; }
.price-service { font-weight: 600; }
.price-duration, .price-value { color: var(--muted); font-variant-numeric: tabular-nums; }
.price-value { color: var(--text); font-weight: 700; min-width: 6.5ch; text-align: right; }
.price-value--flat, .price-value--from { font-weight: 600; }
.price-cta { font-size: .875rem; font-weight: 600; color: var(--accent-hover); white-space: nowrap; }
[data-theme="barber"] .price-cta { color: var(--accent); }
.price-cta:hover { text-decoration: underline; }
.price-row:hover { background: var(--bg-alt); margin-inline: -16px; padding-inline: 16px; border-radius: 10px; }

.price-table--barber { display: none; }
[data-theme="barber"] [data-skin="beauty"] { display: none; }
[data-theme="barber"] .price-table--barber { display: block; }

@media (max-width: 639px) {
  .price-row { grid-template-columns: 1fr auto; grid-template-areas: "service value" "duration cta"; row-gap: 4px; }
  .price-row--head { display: none; }
  .price-service { grid-area: service; }
  .price-value { grid-area: value; }
  .price-duration { grid-area: duration; font-size: .8125rem; }
  .price-cta { grid-area: cta; justify-self: end; }
}

.expand-block { margin-top: 8px; }
.expand-trigger {
  display: flex; align-items: center; gap: 8px; width: 100%; justify-content: space-between;
  padding: 18px 0; font-weight: 600; color: var(--text); border-bottom: 1px solid var(--border);
}
.expand-trigger svg { color: var(--accent); transition: transform .2s ease; }
.expand-trigger[aria-expanded="true"] svg { transform: rotate(45deg); }

.faq-panel, .expand-panel {
  display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease;
}
.faq-panel.is-open, .expand-panel.is-open { grid-template-rows: 1fr; }
.faq-panel-inner, .expand-panel-inner { overflow: hidden; min-height: 0; }
.expand-panel .price-table { border-top: none; margin-top: 4px; }

.price-note { margin-top: 24px; color: var(--muted); font-size: .9375rem; }

/* ===== Masters ===== */
.masters-grid { display: grid; grid-template-columns: repeat(4, minmax(220px, 1fr)); gap: 20px; }
@media (max-width: 899px) {
  .masters-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; margin-inline: -20px; padding-inline: 20px; }
  .master-card { flex: 0 0 74%; scroll-snap-align: start; }
}
@media (min-width: 900px) and (max-width: 1199px) { .masters-grid { grid-template-columns: repeat(2, 1fr); } }

.master-photo { position: relative; border-radius: var(--radius-card); overflow: hidden; aspect-ratio: 3 / 4; background: var(--bg-alt); }
.master-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease); }
.master-strip {
  position: absolute; left: 0; right: 0; bottom: 0; display: flex; gap: 2px;
  transform: translateY(100%); transition: transform .25s var(--ease);
}
.master-strip img { height: 64px; width: 33.33%; object-fit: cover; }
@media (hover: hover) {
  .master-card:hover .master-photo img { transform: scale(1.03); }
  .master-card:hover .master-strip { transform: translateY(0); }
}
.master-card h3 { font-family: var(--font-display); font-size: 1.375rem; font-weight: 600; margin-top: 16px; }
.master-rank { color: var(--accent-hover); font-weight: 600; font-size: .8125rem; margin-top: 2px; }
[data-theme="barber"] .master-rank { color: var(--accent); }
.master-does { color: var(--muted); font-size: .875rem; margin-top: 6px; margin-bottom: 16px; }

/* ===== Works ===== */
.works-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter-tab {
  min-height: 44px; padding: 9px 18px; border-radius: var(--radius-chip); border: 1px solid var(--border);
  font-size: .875rem; font-weight: 600; color: var(--muted);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.filter-tab.is-active { background: var(--text); color: var(--bg); border-color: var(--text); }
[data-theme="barber"] .filter-tab.is-active { background: var(--accent); color: var(--btn-ink); border-color: var(--accent); }

.works-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
@media (min-width: 640px) { .works-grid { grid-template-columns: repeat(4, 1fr); } }
.work-item { aspect-ratio: 1 / 1; overflow: hidden; background: var(--bg-alt); transition: opacity .2s ease, transform .2s ease; }
.work-item img { width: 100%; height: 100%; object-fit: cover; }
.work-item.is-hidden { opacity: 0; transform: scale(.94); pointer-events: none; }
@media (prefers-reduced-motion: reduce) { .work-item { transition: none; } }

/* ===== Safety ===== */
.safety-layout { display: grid; gap: 40px; }
@media (min-width: 900px) { .safety-layout { grid-template-columns: 1fr 220px; align-items: start; } }

.safety-timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; position: relative; }
@media (min-width: 640px) { .safety-timeline { grid-template-columns: repeat(4, 1fr); } }
.safety-step { border-top: 2px solid var(--border); padding-top: 16px; position: relative; transition: border-color .3s ease; }
.safety-step.is-active { border-color: var(--accent); }
.safety-num {
  position: absolute; top: -13px; left: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--bg); border: 2px solid var(--border); color: var(--muted);
  display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700;
  transition: border-color .3s ease, background-color .3s ease, color .3s ease;
}
.safety-step.is-active .safety-num { border-color: var(--accent-hover); background: var(--accent-hover); color: var(--btn-ink-hover); }
.safety-step h3 { font-size: 1rem; margin-bottom: 6px; }
.safety-step p { color: var(--muted); font-size: .875rem; }

.safety-brands-label { font-weight: 600; margin-bottom: 12px; }
.safety-brands ul { display: flex; flex-wrap: wrap; gap: 8px; }
.safety-brands li {
  border: 1px solid var(--border); border-radius: var(--radius-chip); padding: 6px 14px;
  font-size: .8125rem; color: var(--muted);
}

/* ===== Reviews ===== */
.reviews-badge {
  display: inline-block; font-weight: 600; color: var(--accent-hover); margin-bottom: 10px; font-size: .9375rem;
}
[data-theme="barber"] .reviews-badge { color: var(--accent); }

.carousel { position: relative; }
.carousel-track {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 4px; margin: 0 -20px 20px; padding-inline: 20px;
}
@media (min-width: 768px) { .carousel-track { margin-inline: 0; padding-inline: 0; } }
.review-card {
  scroll-snap-align: start; flex: 0 0 78%; background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-card); padding: 24px; box-shadow: var(--shadow-soft);
}
@media (min-width: 640px) { .review-card { flex-basis: 44%; } }
@media (min-width: 1024px) { .review-card { flex-basis: 30%; } }
.review-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.review-avatar {
  width: 36px; height: 36px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-hover);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8125rem;
}
[data-theme="barber"] .review-avatar { color: var(--accent); }
.google-mark { color: var(--accent); }
.review-card p:not(.review-meta) { font-size: .9375rem; }
.review-meta { margin-top: 14px; font-size: .8125rem; color: var(--muted); }

.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 20px; }
.carousel-arrow {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; color: var(--text);
  transition: border-color .2s ease, background-color .2s ease;
}
.carousel-arrow:hover { border-color: var(--accent); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dots .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--border); }
.carousel-dots .dot.is-active { background: var(--accent); }

/* ===== Offer ===== */
.offer-strip { padding-block: 28px; }
.offer-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--accent-soft); border-radius: var(--radius-card); padding: 24px 28px;
}
.offer-inner p { font-family: var(--font-display); font-size: 1.375rem; font-weight: 600; }
.offer-inner em { font-style: italic; }

/* ===== FAQ ===== */
.faq-container { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; text-align: left; font-weight: 600; font-size: 1rem; color: var(--text);
}
.faq-icon { flex-shrink: 0; color: var(--accent); transition: transform .2s ease; }
.faq-trigger[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-panel-inner p { color: var(--muted); padding-bottom: 20px; max-width: 64ch; }

/* ===== Contacts ===== */
.contacts-grid { display: grid; gap: 32px; }
@media (min-width: 900px) { .contacts-grid { grid-template-columns: 1fr 1fr; align-items: start; } }

.contacts-address { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.contacts-howto { color: var(--muted); margin-top: 8px; max-width: 46ch; }

.hours-table { margin-top: 20px; font-size: .9375rem; }
.hours-table th { text-align: left; font-weight: 600; padding-right: 16px; color: var(--muted); font-weight: 500; }
.hours-table td { font-weight: 600; }
.hours-table tr { border-bottom: 1px solid var(--border); }
.hours-table th, .hours-table td { padding-block: 8px; }

.contacts-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 700; font-size: 1.125rem; }
.contacts-phone svg { color: var(--accent); }
.contacts-email { display: block; margin-top: 8px; color: var(--muted); font-weight: 600; font-size: .9375rem; }
.contacts-email:hover { color: var(--text); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

.map-card { display: flex; flex-direction: column; gap: 14px; }
.map-placeholder {
  aspect-ratio: 4 / 3; border-radius: var(--radius-card); background: var(--bg-alt); border: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--muted);
}
.map-frame { width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius-card); border: 1px solid var(--border); }
.map-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.map-actions a { display: inline-flex; align-items: center; gap: 6px; }

/* ===== Footer ===== */
.site-footer { background: var(--bg-alt); border-top: 1px solid var(--border); padding-block: 44px 0; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 24px; padding-bottom: 32px; }
.footer-nav ul { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-nav a { color: var(--muted); font-size: .875rem; }
.footer-nav a:hover { color: var(--text); }
.footer-contact { display: flex; flex-direction: column; gap: 4px; font-size: .875rem; }
.footer-contact a { color: var(--muted); font-weight: 600; }
.footer-contact a:hover { color: var(--text); }
.footer-social { display: flex; gap: 2px; margin-inline: -10px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--muted); }
.footer-social a:hover { color: var(--accent-hover); }
[data-theme="barber"] .footer-social a:hover { color: var(--accent); }
.footer-legal { color: var(--muted); font-size: .8125rem; border-top: 1px solid var(--border); padding-block: 20px; }

/* ===== Mobile sticky bar ===== */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: flex; gap: 4px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  transform: translateY(100%); transition: transform .2s var(--ease);
}
.mobile-bar.is-visible { transform: translateY(0); }
.mobile-bar.is-visible.is-hidden-scroll { transform: translateY(100%); }
.mobile-bar-btn {
  flex: 1; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 11px 6px; border-radius: var(--radius-btn); font-weight: 600; font-size: .8125rem; color: var(--text);
}
.mobile-bar-btn.is-primary { background: var(--accent-hover); color: var(--btn-ink-hover); }
@media (max-width: 767px) { body { padding-bottom: 74px; } }
@media (min-width: 768px) { .mobile-bar { display: none; } }
@media (prefers-reduced-motion: reduce) { .mobile-bar { transition: none; } }
