/* ============================================================
   MOE'S — booking modal + lightbox + floating actions
   ============================================================ */

/* overlay */
.ov { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; }
.ov__scrim { position: absolute; inset: 0; background: rgba(5,6,8,.72); backdrop-filter: blur(6px); animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.985); } }

/* ---------------- BOOKING ---------------- */
.booking {
  position: relative; z-index: 2; width: min(880px, 100%); max-height: 90vh; overflow: hidden;
  background: var(--ink-2); border: 1px solid var(--line-d-2); border-radius: var(--radius);
  display: grid; grid-template-columns: 280px 1fr; animation: pop .45s cubic-bezier(.2,.7,.2,1);
}
.booking__aside { background: linear-gradient(160deg, #15171d, #0c0d10); border-right: 1px solid var(--line-d); padding: 30px 26px; display: flex; flex-direction: column; }
.booking__brand { font-family: var(--f-display); font-weight: 400; letter-spacing: .3em; text-transform: uppercase; font-size: 18px; }
.booking__steps { margin-top: 40px; display: flex; flex-direction: column; gap: 4px; }
.bstep { display: flex; align-items: center; gap: 14px; padding: 12px 0; color: var(--t-lo); transition: color .3s; }
.bstep.active { color: var(--t-hi); }
.bstep.done { color: var(--t-mid); }
.bstep__n { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line-d-2); display: grid; place-items: center; font-family: var(--f-mono); font-size: 11px; flex-shrink: 0; transition: all .3s; }
.bstep.active .bstep__n { border-color: var(--neon); background: var(--neon); color: #fff; box-shadow: 0 0 18px var(--neon-glow); }
.bstep.done .bstep__n { border-color: var(--neon-soft); color: var(--neon); }
.bstep__l { font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.booking__summary { margin-top: auto; border-top: 1px solid var(--line-d); padding-top: 18px; }
.booking__summary .row { display: flex; justify-content: space-between; padding: 5px 0; font-size: .85rem; color: var(--t-mid); }
.booking__summary .row b { color: var(--t-hi); font-weight: 600; }

.booking__main { display: flex; flex-direction: column; min-height: 0; }
.booking__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid var(--line-d); }
.booking__head h3 { font-family: var(--f-display); font-weight: 400; font-size: 1.5rem; }
.booking__head .mono { color: var(--t-lo); }
.booking__close { color: var(--t-mid); transition: color .25s, transform .25s; }
.booking__close:hover { color: var(--t-hi); transform: rotate(90deg); }
.booking__body { padding: 22px 26px; overflow-y: auto; flex: 1; }
.booking__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 26px; border-top: 1px solid var(--line-d); }

/* service select */
.bsvc { width: 100%; text-align: left; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 16px; border: 1px solid var(--line-d); border-radius: var(--radius); margin-bottom: 10px; transition: all .25s; }
.bsvc:hover { border-color: var(--line-d-2); background: rgba(243,241,236,.03); }
.bsvc.sel { border-color: var(--neon); background: color-mix(in oklab, var(--neon) 10%, transparent); }
.bsvc__name { font-family: var(--f-display); font-weight: 400; font-size: 1.15rem; }
.bsvc__meta { font-family: var(--f-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--t-mid); margin-top: 5px; }
.bsvc__price { font-family: var(--f-display); font-weight: 300; font-size: 1.3rem; }
.bgroup-label { font-family: var(--f-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--neon); margin: 18px 0 12px; }
.bgroup-label:first-child { margin-top: 0; }

/* barber grid */
.bbarbers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.bbarber { display: flex; align-items: center; gap: 14px; padding: 12px; border: 1px solid var(--line-d); border-radius: var(--radius); text-align: left; transition: all .25s; }
.bbarber:hover { border-color: var(--line-d-2); }
.bbarber.sel { border-color: var(--neon); background: color-mix(in oklab, var(--neon) 10%, transparent); }
.bbarber img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; filter: grayscale(.3); }
.bbarber__n { font-weight: 600; }
.bbarber__r { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--t-mid); margin-top: 3px; }
.bany { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; border: 1px dashed var(--line-d-2); color: var(--neon); font-family: var(--f-display); font-size: 1.4rem; }

/* date + time */
.bdates { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 22px; }
.bdate { flex-shrink: 0; width: 64px; padding: 12px 0; border: 1px solid var(--line-d); border-radius: var(--radius); text-align: center; transition: all .25s; }
.bdate:hover { border-color: var(--line-d-2); }
.bdate.sel { border-color: var(--neon); background: var(--neon); color: #fff; }
.bdate__dow { font-family: var(--f-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--t-mid); }
.bdate.sel .bdate__dow { color: rgba(255,255,255,.8); }
.bdate__d { font-family: var(--f-display); font-weight: 300; font-size: 1.5rem; margin-top: 4px; }
.btimes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.btime { padding: 11px 0; border: 1px solid var(--line-d); border-radius: var(--radius); font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em; transition: all .25s; }
.btime:hover:not(:disabled) { border-color: var(--line-d-2); }
.btime.sel { border-color: var(--neon); background: var(--neon); color: #fff; }
.btime:disabled { color: var(--t-lo); opacity: .4; cursor: not-allowed; text-decoration: line-through; }

/* confirm */
.bconfirm { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 30px 0; }
.bconfirm__icon { width: 66px; height: 66px; border-radius: 50%; background: var(--neon); color: #fff; display: grid; place-items: center; box-shadow: 0 0 40px var(--neon-glow); animation: pop .5s cubic-bezier(.2,.7,.2,1); }
.bconfirm h3 { font-family: var(--f-display); font-weight: 300; font-size: 2.2rem; margin-top: 24px; }
.bconfirm p { color: var(--t-mid); margin-top: 12px; max-width: 40ch; }
.brecap { width: 100%; margin-top: 28px; border: 1px solid var(--line-d); border-radius: var(--radius); }
.brecap .row { display: flex; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line-d); font-size: .92rem; }
.brecap .row:last-child { border-bottom: 0; }
.brecap .row span { color: var(--t-mid); font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.brecap .row b { font-weight: 600; }

.btn--sm { padding: 12px 20px; }
.btn:disabled { opacity: .4; cursor: not-allowed; }
.btn:disabled:hover { transform: none; box-shadow: none; }

@media (max-width: 720px){
  .booking { grid-template-columns: 1fr; max-height: 92vh; }
  .booking__aside { display: none; }
  .btimes { grid-template-columns: repeat(3, 1fr); }
  .bbarbers { grid-template-columns: 1fr; }
}

/* ---------------- LIGHTBOX ---------------- */
.lb { position: relative; z-index: 2; max-width: 92vw; max-height: 88vh; animation: pop .4s ease; }
.lb img { max-width: 92vw; max-height: 80vh; object-fit: contain; }
.lb__cap { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; color: var(--t-mid); font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.lb__nav { position: fixed; top: 50%; transform: translateY(-50%); z-index: 3; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-d-2); display: grid; place-items: center; color: var(--t-hi); background: rgba(12,13,16,.5); transition: all .25s; }
.lb__nav:hover { border-color: var(--neon); background: var(--neon); }
.lb__prev { left: 20px; } .lb__next { right: 20px; }
.lb__close { position: fixed; top: 20px; right: 20px; z-index: 3; color: var(--t-hi); }

/* ---------------- FLOATING WHATSAPP ---------------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  display: inline-flex; align-items: center; gap: 10px;
  background: #1f2937; color: #fff; border: 1px solid var(--line-d-2);
  padding: 13px 18px; border-radius: 99px; box-shadow: 0 16px 40px -16px rgba(0,0,0,.7);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  transition: transform .3s, box-shadow .3s; opacity: 0; transform: translateY(20px);
}
.fab.show { opacity: 1; transform: none; }
.fab:hover { transform: translateY(-3px); box-shadow: 0 20px 50px -16px rgba(0,0,0,.8); }
.fab svg { color: #25d366; }
@media (max-width: 600px){ .fab span { display: none; } .fab { padding: 14px; } }

body.locked { overflow: hidden; }

/* BytesGlue mobile QA patch */
@media (max-width: 940px){.hero-inner,.hero__inner,.hero-copy,.hero .wrap,.hero .container{padding-top:30px!important;transform:translateY(30px)!important}}
