/* ============ Shell: header, footer, floating actions ============ */

/* ---- Top info strip ---- */
.top-strip { background: var(--purple-900); color: #fff; font-size: 13px; }
.top-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 32px; }
.top-strip svg { width: 15px; height: 15px; vertical-align: -2px; opacity: .85; }
.ts-left { display: inline-flex; align-items: center; gap: 7px; color: var(--lavender-200); font-weight: 500; }
.ts-right { display: flex; align-items: center; gap: 22px; }
.ts-right > * { display: inline-flex; align-items: center; gap: 7px; color: #fff; opacity: .92; }
.ts-right a:hover { color: var(--peach); }
@media (max-width: 760px) { .ts-left, .ts-hours { display: none; } .top-strip-inner { justify-content: center; } }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); background: rgba(255,255,255,.94); }
.hdr-inner {
  display: flex; align-items: center; gap: 24px;
  height: 76px;
}
.hdr-nav { display: flex; align-items: center; gap: 2px; margin-left: 8px; }
.hdr-link {
  font-size: 14px; font-weight: 500; color: var(--slate-600);
  padding: 8px 11px; border-radius: var(--r-pill);
  white-space: nowrap;
  transition: color .15s ease, background .15s ease;
}
.hdr-link:hover { color: var(--purple-700); background: var(--lavender-50); }
.hdr-link.active { color: var(--purple-700); font-weight: 600; background: var(--lavender-100); }
.hdr-cta { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.hdr-call { padding: 12px 18px; min-height: 46px; }
.hdr-cta .btn-coral { padding: 12px 22px; min-height: 46px; font-size: 15px; }
.hdr-burger { display: none; margin-left: auto; background: none; width: 44px; height: 44px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.hdr-burger span { width: 22px; height: 2.4px; background: var(--purple-700); border-radius: 2px; transition: .2s; }

/* mobile drawer */
.mobile-drawer {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(30,27,75,.4); backdrop-filter: blur(3px);
  animation: fade .2s ease;
}
.mobile-drawer nav {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(84%, 320px);
  background: #fff; padding: 28px 22px; display: flex; flex-direction: column; gap: 4px;
  box-shadow: var(--shadow-lg); animation: slideIn .26s cubic-bezier(.2,.7,.2,1);
}
.mobile-drawer nav a { padding: 13px 14px; border-radius: var(--r-sm); font-weight: 500; color: var(--ink); font-size: 16px; }
.mobile-drawer nav a.active { background: var(--lavender-100); color: var(--purple-700); font-weight: 600; }
@keyframes fade { from { opacity: 0; } }
@keyframes slideIn { from { transform: translateX(40px); opacity: 0; } }

/* ---- Footer ---- */
.site-footer {
  background: var(--purple-900); color: #fff;
  padding: 72px 0 28px; margin-top: 8px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px;
  padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.12);
}
.fcol-h { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.flink { display: block; color: var(--lavender-200); font-size: 14.5px; padding: 6px 0; transition: color .15s ease; }
.flink:hover { color: #fff; }
.fcontact { display: flex; gap: 10px; align-items: flex-start; color: var(--lavender-200); font-size: 14.5px; padding: 6px 0; }
.fcontact svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; color: var(--lavender-300); }
.footer-social { display: flex; align-items: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.fsoc { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); font-weight: 700; }
.fsoc:hover { background: var(--coral); }
.frate { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; background: rgba(255,255,255,.08); padding: 7px 13px; border-radius: var(--r-pill); }
.frate svg { width: 15px; height: 15px; color: #FBBF24; fill: #FBBF24; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 12px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.fbadge { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: var(--lavender-200); }
.fbadge svg { width: 16px; height: 16px; color: var(--lavender-300); }
.footer-base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 22px; font-size: 13px; color: var(--lavender-300); }

/* ---- Floating WhatsApp ---- */
.fab {
  position: fixed; z-index: 70; bottom: 28px; right: 28px;
  width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 8px 24px rgba(37,211,102,.5), 0 2px 6px rgba(0,0,0,.15);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fab-wa { background: linear-gradient(145deg, #2edc72, #20b858); }
.fab-wa:hover { transform: scale(1.1); box-shadow: 0 12px 32px rgba(37,211,102,.6), 0 3px 10px rgba(0,0,0,.2); }
.fab-wa::after {
  content: 'Chat on WhatsApp';
  position: absolute; right: 74px; top: 50%; transform: translateY(-50%);
  background: #111; color: #fff; font-size: 13px; font-weight: 600;
  white-space: nowrap; padding: 6px 12px; border-radius: 8px;
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.fab-wa:hover::after { opacity: 1; }
.fab-pulse { position: absolute; inset: 0; border-radius: 50%; background: var(--whatsapp); z-index: -1; animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(2.1); opacity: 0; } }

/* ---- Mobile bottom nav ---- */
.mobile-bottom { display: none; }

/* ---- Breadcrumb ---- */
.crumb { font-size: 13.5px; color: var(--slate-500); display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.crumb a { color: var(--purple-600); font-weight: 500; }
.crumb a:hover { color: var(--coral); }
.crumb .cur { color: var(--slate-600); }
.crumb .sep { opacity: .5; }

/* ---- CTA strip ---- */
.cta-strip { background: linear-gradient(120deg, var(--purple-800), var(--purple-700) 55%, var(--purple-600)); position: relative; overflow: hidden; }
.cta-strip::before { content:""; position:absolute; right:-80px; top:-80px; width:320px; height:320px; border-radius:50%; background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%); }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 56px 28px; position: relative; }
.cta-strip h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); }
.cta-strip p { color: var(--lavender-200); margin-top: 10px; font-size: 17px; }
.cta-strip-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* ============ Responsive (frame-driven via container query fallback) ============ */
@media (max-width: 1080px) {
  .hdr-nav, .hdr-cta { display: none; }
  .hdr-burger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .cta-strip-inner { flex-direction: column; text-align: center; align-items: center; }
  .cta-strip-actions { justify-content: center; }
  .section { padding: 64px 0; }
  .mobile-bottom {
    display: grid; grid-template-columns: repeat(5,1fr);
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
    background: #fff; border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(46,16,101,.08);
    padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
  }
  .mobile-bottom a { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 10.5px; font-weight: 600; color: var(--slate-500); padding: 4px 2px; }
  .mobile-bottom a svg { width: 21px; height: 21px; }
  .mobile-bottom .mb-book { color: var(--coral); }
  .mobile-bottom .mb-book svg { background: var(--coral); color:#fff; padding: 8px; border-radius: 50%; width: 38px; height: 38px; margin-top: -22px; box-shadow: var(--shadow-coral); }
  .mobile-bottom .mb-wa { color: var(--whatsapp-600); }
  .fab { bottom: 84px; right: 16px; width: 54px; height: 54px; }
  body { padding-bottom: 68px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
}
