/* Mobile Premium - Or'lia Création */

@media (max-width: 992px) {
  body { overflow-x: hidden; }
  .navbar .container { width: min(100% - 20px, 1140px); }
  .navbar-collapse { padding-top: 14px; }
  .navbar-nav { gap: 6px; }
  .navbar-nav .nav-link,
  .navbar-nav .btn { padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.035); }
  .navbar-nav .btn-gold { display: block; text-align: center; margin-left: 0 !important; }

  .hero { padding: 42px 0 34px; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3rem); line-height: 1.02; }
  .lead { font-size: 1rem; }
  .hero-logo { width: min(280px, 88vw); margin-inline: auto; display: block; }

  .section-title { margin-bottom: 18px; }
  .section-title h1 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .eyebrow { letter-spacing: .16em; font-size: .72rem; }

  .dark-card,
  .service-card,
  .cta,
  .stat,
  .booking-shell,
  .booking-service-select,
  .booking-calendar-zone,
  .selected-service-preview,
  .client-calendar { border-radius: 18px !important; }

  .booking-shell { padding: 16px !important; box-shadow: 0 18px 46px rgba(0,0,0,.32); }
  .booking-step { margin-bottom: 12px; }
  .booking-step span { width: 32px !important; height: 32px !important; flex: 0 0 32px !important; }
  .booking-step h2 { font-size: 1.28rem !important; }
  .booking-step p { font-size: .92rem; }
  .booking-service-select { padding: 14px !important; }

  .form-control,
  .form-select,
  .btn { min-height: 46px; }
  .form-select-lg { font-size: 1rem; }

  .selected-service-preview { grid-template-columns: 92px 1fr !important; gap: 12px !important; padding: 12px !important; }
  .service-preview-image { height: 92px !important; border-radius: 14px !important; }
  .selected-service-preview h3 { font-size: 1.2rem; margin-top: 4px; }
  .service-preview-meta { display: flex; flex-wrap: wrap; gap: 8px; }

  .month-controls { gap: 8px !important; }
  .month-controls .btn { width: 100%; }
  .month-controls strong { padding: 8px 0; color: var(--gold); }

  .availability-legend { gap: 8px; font-size: .82rem; }
  .availability-legend span { padding: 7px 10px; border: 1px solid rgba(215,180,106,.18); border-radius: 999px; background: rgba(255,255,255,.025); }

  .client-calendar { padding: 7px !important; }
  .cal-head span { font-size: .68rem; }
  .cal-head,
  .cal-grid { gap: 3px !important; }
  .large-calendar .cal-day,
  .cal-day { min-height: 54px !important; padding: 5px !important; border-radius: 10px !important; align-items: center; text-align: center; }
  .cal-day strong { font-size: .95rem !important; }
  .cal-day small { font-size: .55rem !important; line-height: 1.05; }

  .slot-grid,
  .slot-grid-large { gap: 8px !important; }
  .slot-grid-large .slot-btn,
  .slot-btn { min-height: 48px; border-radius: 14px; padding: 12px 10px !important; }

  .booking-summary { position: sticky; bottom: 0; z-index: 20; margin-inline: -16px; padding: 14px 16px 18px !important; background: rgba(9,7,6,.96); backdrop-filter: blur(12px); border-top: 1px solid rgba(215,180,106,.32); }
  .booking-summary .btn { width: 100%; min-height: 52px; font-size: 1rem; }

  .admin-nav { overflow-x: auto; flex-wrap: nowrap !important; padding-bottom: 8px; scrollbar-width: thin; }
  .admin-nav a { white-space: nowrap; flex: 0 0 auto; }
  .stat { padding: 16px !important; }
  .stat strong { font-size: 1.65rem !important; }

  .fc .fc-toolbar-title { font-size: 1.15rem !important; text-align: center; }
  .fc .fc-button { min-height: 38px; font-size: .78rem !important; }
  .fc .fc-view-harness { min-height: 560px !important; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 16px, 1140px) !important; }
  .navbar-brand span { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .logo-mini { width: 34px !important; height: 34px !important; }

  .selected-service-preview { grid-template-columns: 1fr !important; }
  .service-preview-image { height: 138px !important; }
  .service-preview-meta span,
  .service-preview-meta strong { display: inline-flex; align-items: center; padding: 6px 9px; border-radius: 999px; background: rgba(215,180,106,.1); }

  .booking-calendar-zone { padding: 10px !important; margin-inline: -4px; }
  .cal-day small { display: none; }
  .large-calendar .cal-day,
  .cal-day { min-height: 42px !important; }
  .slot-grid-large .slot-btn,
  .slot-btn { width: 100% !important; }

  .gift-preview { min-height: auto !important; }
  .gift-line { margin: 14px 0 !important; }
  .gift-line div { font-size: .92rem !important; }

  .table-responsive { margin-inline: -4px; }
}
