/* =========================================================================
   Braided 4 U — Design System
   Aligned to the client-approved reference: cream background, mahogany
   primary, brass/gold secondary, espresso ink. Display face: Cormorant
   Garamond (serif, headings). Body/UI face: Manrope (clean geometric sans).
   Signature motif: the "braid rule" — a woven three-strand divider used
   once per page, near a section's most important heading.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&family=Dancing+Script:wght@600;700&display=swap');

:root {
  /* Color — bold pink/black energy, matching the client's chosen reference */
  --ink: #000000;
  --berry: #F01873;
  --berry-dark: #C2185B;
  --berry-tint: #FDEAF3;
  --gold: #F01873;
  --gold-dark: #C2185B;
  --sand: #FFF6FA;        /* soft pink-white page background */
  --sand-deep: #FBE4EF;
  --paper: #FFFFFF;
  --line: #F0D8E5;
  --muted: #6B6470;
  --success: #1E9E63;
  --success-tint: #E6F7EE;
  --warn: #D97706;
  --warn-tint: #FEF3E2;
  --danger: #DC2626;
  --danger-tint: #FDECEC;
  --info: #2563EB;
  --info-tint: #E9F0FE;

  /* Admin shell (Branch / Super Admin) — near-black, matching the header/footer tone */
  --panel-bg: #FBF7F9;
  --panel-sidebar: #17141A;
  --panel-sidebar-active: #3A0F26;
  --panel-sidebar-text: #F3D9E7;

  --radius: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 2px rgba(23,20,26,.08);
  --shadow-md: 0 10px 30px rgba(227,28,121,.12);
  --font-display: 'Montserrat', -apple-system, Segoe UI, Roboto, sans-serif;
  --font-script: 'Dancing Script', cursive;
  --font-body: 'Poppins', -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.5;
  font-size: 15px;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 .4em;
  line-height: 1.15;
}
h1 { font-size: 2.1rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
a { color: var(--berry); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }


/* Contact Map Section */
.contact-map-section {
    width: 100%;
   padding-top: 60px;
}

.contact-map {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}


/* Tablet */
@media (max-width: 991px) {
    .contact-map-section {
        padding-top: 50px;
    }

    .contact-map {
        height: 300px;
    }
}


/* Mobile */
@media (max-width: 767px) {
    .contact-map-section {
        padding-top: 40px;
    }

    .contact-map {
        height: 350px;
        border-radius: 8px;
    }
}


/* Small Mobile */
@media (max-width: 480px) {
    .contact-map-section {
       padding-top: 40px;
    }

    .contact-map {
        height: 300px;
        border-radius: 6px;
    }

}



/* --- Signature: the braid rule -------------------------------------- */
.braid-rule {
  height: 10px;
  width: 84px;
  margin: 6px 0 22px;
  background-image:
    repeating-linear-gradient(115deg, var(--berry) 0 6px, transparent 6px 12px),
    repeating-linear-gradient(65deg, var(--gold) 0 6px, transparent 6px 12px);
  background-size: 100% 5px;
  background-position: top, bottom;
  background-repeat: repeat-x;
  border-radius: 3px;
  opacity: .9;
}
.brand-logo{
    max-width: 50px;
}

/* ----pagination---- */
/* Pagination main layout */
nav[role="navigation"] {
    width: 100%;
}

/* Desktop pagination */
nav[role="navigation"] .hidden.sm\:flex {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Pagination text */
nav[role="navigation"] > .hidden.sm\:flex p {
    margin: 0 !important;
}

/* Pagination buttons container */
nav[role="navigation"] .hidden.sm\:flex > div:last-child {
    display: flex !important;
    align-items: center !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Pagination items */
nav[role="navigation"] .hidden.sm\:flex span[aria-current="page"] > span,
nav[role="navigation"] .hidden.sm\:flex a[aria-label^="Go to page"],
nav[role="navigation"] .hidden.sm\:flex a[rel="next"],
nav[role="navigation"] .hidden.sm\:flex span[aria-disabled="true"] > span {
    height: 50px !important;
    min-height: 50px !important;
    font-size: 22px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    vertical-align: middle !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    position: relative !important;
    top: 0 !important;
    transform: none !important;
}

/* Previous / Next arrow links */
nav[role="navigation"] .hidden.sm\:flex a[rel="next"],
nav[role="navigation"] .hidden.sm\:flex a[rel="prev"] {
    width: 50px !important;
    height: 50px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    top: 0 !important;
    transform: none !important;
}

/* Disabled Previous arrow */
nav[role="navigation"] .hidden.sm\:flex span[aria-disabled="true"] {
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Arrow icon */
nav[role="navigation"] .hidden.sm\:flex svg {
      width: 32px !important;
    height: 32px !important;


    margin: 0 !important;
    padding: 0 !important;

    position: static !important;
    top: auto !important;
    transform: none !important;
    flex-shrink: 0 !important;
}

/* Page numbers */
nav[role="navigation"] .hidden.sm\:flex span[aria-current="page"] > span,
nav[role="navigation"] .hidden.sm\:flex a[aria-label^="Go to page"] {
    min-width: 45px !important;
}

/* Pagination wrapper */
nav[role="navigation"] .hidden.sm\:flex > div:last-child > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    top: 0 !important;
}
/* --- Layout helpers ---------------------------------------------------- */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 640px; margin: 0 auto; padding: 0 24px; }
.section { padding: 56px 0; }
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.flex { display: flex; align-items: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-20 { gap: 20px; }
.mt-0{margin-top:0} .mt-8{margin-top:8px} .mt-16{margin-top:16px} .mt-24{margin-top:24px} .mt-32{margin-top:32px}
.mb-0{margin-bottom:0} .mb-8{margin-bottom:8px} .mb-16{margin-bottom:16px} .mb-24{margin-bottom:24px}

/* --- Cards --------------------------------------------------------------*/
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
/*.card + .card { margin-top: 18px; }*/
.card-tight { padding: 16px; }

/* --- Buttons ------------------------------------------------------------*/
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--berry); color: #fff; border: 1px solid var(--berry);
  padding: 10px 18px; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-weight: 600; font-size: .9rem;
  cursor: pointer; transition: background .15s ease, transform .04s ease;
  text-decoration: none;
}
.btn:hover { background: var(--berry-dark); text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: #2b1d05; }
.btn-gold:hover { background: var(--gold-dark); }
.btn-secondary { background: var(--paper); color: var(--ink); border-color: var(--line); }
.btn-secondary:hover { background: var(--sand-deep); }
.btn-danger { background: var(--danger); border-color: var(--danger); }
.btn-danger:hover { background: #8c2e24; }
.btn-sm { padding: 6px 12px; font-size: .82rem; }
.btn-block { width: 100%; justify-content: center; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

/* Pill buttons — public site only, matching the reference design exactly */
.btn-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; background: var(--berry); color: var(--sand);
  padding: 12px 24px; font-weight: 600; font-size: .875rem;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
  text-decoration: none; border: 1px solid var(--berry);
}
.btn-pill:hover { background: var(--berry-dark); transform: translateY(-1px); box-shadow: 0 8px 30px rgba(122,46,42,.18); text-decoration: none; }
.btn-outline-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; border: 1px solid var(--ink); color: var(--ink); background: transparent;
  padding: 12px 24px; font-weight: 600; font-size: .875rem;
  transition: background-color .2s ease, color .2s ease;
  text-decoration: none;
}
.btn-outline-pill:hover { background: var(--ink); color: var(--sand); text-decoration: none; }
.btn-pill-sm, .btn-outline-pill.btn-pill-sm { padding: 8px 16px; font-size: .8rem; }

/* --- Forms ----------------------------------------------------------- */
label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin: 16px 0 6px; }
label.inline { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
input[type=text], input[type=email], input[type=password], input[type=number],
input[type=date], input[type=datetime-local], input[type=tel], select, textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: .92rem; background: var(--paper); color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--berry); box-shadow: 0 0 0 3px var(--berry-tint); }
textarea { resize: vertical; }
.field-hint { font-size: .78rem; color: var(--muted); margin-top: 4px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px; margin-top: 8px; }
.checkbox-grid label.inline { font-weight: 400; margin: 0; }
fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; margin: 20px 0 0; }
legend { font-family: var(--font-display); font-weight: 600; padding: 0 8px; }

/* --- Alerts / badges ----------------------------------------------------*/
.alert { padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 18px; font-size: .9rem; }
.alert-success { background: var(--success-tint); color: var(--success); }
.alert-error { background: var(--danger-tint); color: var(--danger); }
.alert ul { margin: 0; padding-left: 18px; }

.badge { display: inline-block; padding: 3px 11px; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.badge-active, .badge-confirmed, .badge-completed, .badge-paid, .badge-approved, .badge-earned, .badge-on_time { background: var(--success-tint); color: var(--success); }
.badge-pending_deposit, .badge-waiting, .badge-pending, .badge-new, .badge-late { background: var(--warn-tint); color: var(--warn); }
.badge-cancelled, .badge-no_show, .badge-inactive, .badge-rejected, .badge-expired, .badge-failed { background: var(--danger-tint); color: var(--danger); }
.badge-checked_in, .badge-in_service, .badge-reviewing, .badge-unscheduled { background: var(--info-tint); color: var(--info); }

/* --- Tables ---------------------------------------------------------- */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 11px 10px; border-bottom: 1px solid var(--line); font-size: .88rem; vertical-align: middle; }
th { color: var(--muted); font-weight: 700; text-transform: uppercase; font-size: .7rem; letter-spacing: .04em; }
tbody tr:hover { background: var(--sand); }
.table-empty { text-align: center; color: var(--muted); padding: 32px 0; }

/* --- Stats ------------------------------------------------------------*/
.stat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.stat .label { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.stat .value { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; color: var(--berry); margin-top: 6px; }
.stat .sub { font-size: .78rem; color: var(--muted); margin-top: 2px; }

/* --- Public site nav / footer ----------------------------------------*/
.site-nav { background: #000; border-bottom: none; position: sticky; top: 0; z-index: 20; }
.site-nav .inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: 1280px; margin: 0 auto; gap: 20px; }
.mobile-menu-wrap { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 20px; }
.nav-right { display: flex; align-items: center; flex-shrink: 0; }
.brand { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--berry); }
.brand .dot { color: var(--gold); }
.site-nav nav { display: flex; align-items: center; gap: 0; flex-wrap: nowrap; }
.site-nav nav a {     margin-left: 10px; font-size: .74rem; font-weight: 600; letter-spacing: .01em; color: #e7e7e7; white-space: nowrap; text-transform: uppercase; }
.site-nav nav a:hover { color: var(--berry); text-decoration: none; }
.nav-right .nav-text-link { margin-left: 18px; font-weight: 500; color: #e7e7e7; font-size: .82rem; white-space: nowrap; }
.nav-right .nav-text-link:hover { color: var(--berry); }
.nav-right .btn-pill { margin-left: 16px; }
.nav-right .b4u-branch-wrap { margin-left: 0; }

.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-badge {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  color: var(--berry); font-size: 1.7rem; flex-shrink: 0;
}
.brand-text { line-height: 1.15; }
.brand-name { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: #fff; letter-spacing: .5px; }
.brand-tagline { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; color: var(--berry); margin-top: 1px; }
.site-footer { background: var(--ink); color: #d9c9cd; padding: 48px 24px 0; margin-top: 60px; }
.site-footer .inner { max-width: 1160px; margin: 0 auto; display: grid;     grid-template-columns: 1.4fr 1.4fr 1.4fr; gap: 32px; padding-bottom: 32px; }
.site-footer a { color: #f1e2e6; }
.site-footer .muted { color: #a58e94; font-size: .85rem; }
.site-footer p { margin: 0 0 8px; }
.footer-heading { color: var(--gold); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 14px !important; }
.site-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 24px; text-align: center; }
.site-footer-bottom p { margin: 0; }

/* --- Hero ---------------------------------------------------------------*/
.hero { background: linear-gradient(160deg, var(--berry) 0%, var(--berry-dark) 100%); color: #fff; padding: 84px 24px; }
.hero .inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero h1 { color: #fff; font-size: 2.6rem; }
.hero p { color: #ecd7de; font-size: 1.05rem; max-width: 480px; }
.hero-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 24px; backdrop-filter: blur(6px); }
@media (max-width: 820px) { .hero .inner { grid-template-columns: 1fr; } }

/* --- Auth card ---------------------------------------------------------*/
.auth-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--sand-deep); padding: 24px; }
.auth-card { width: 100%; max-width: 400px; background: var(--paper); border-radius: 16px; box-shadow: var(--shadow-md); padding: 36px 32px; }
.auth-card .brand { display: block; text-align: center; margin-bottom: 6px; }
.auth-card p.sub { color: var(--muted); text-align: center; margin-top: 0; margin-bottom: 22px; font-size: .88rem; }

/* --- Admin shell (Branch + Super Admin) ---------------------------------*/
.admin-shell { display: flex; min-height: 100vh; background: var(--panel-bg); }
.admin-sidebar { width: 232px; flex-shrink: 0; background: var(--panel-sidebar); color: var(--panel-sidebar-text); padding: 22px 14px; position: sticky; top: 0; height: 100vh; overflow-y: auto; }
.admin-sidebar .brand { color: #fff; font-size: 1.1rem; padding: 0 10px 20px; display: block; }
.admin-sidebar .brand .dot { color: var(--gold); }
.admin-sidebar .branch-name { padding: 0 10px 18px; font-size: .78rem; color: #c3a3ae; text-transform: uppercase; letter-spacing: .05em; }
.admin-nav a {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px;
  color: var(--panel-sidebar-text); font-size: .88rem; font-weight: 600; margin-bottom: 2px;
}
.admin-nav a:hover { background: rgba(255,255,255,.06); text-decoration: none; }
.admin-nav a.active { background: var(--panel-sidebar-active); color: #fff; }
.admin-nav .icon { width: 18px; text-align: center; opacity: .85; }
.admin-nav .section-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; color: #a5828d; margin: 18px 10px 6px; }
.admin-main { flex: 1; min-width: 0; }
.admin-topbar { background: var(--paper); border-bottom: 1px solid var(--line); padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; }
.admin-topbar .who { font-size: .85rem; color: var(--muted); }
.admin-content { padding: 28px; max-width: 1240px; }
.admin-content h1 { margin-bottom: 2px; }
.page-sub { color: var(--muted); margin-bottom: 20px; font-size: .92rem; }

.user-chip { display: flex; align-items: center; gap: 10px; }
.user-chip .avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--berry-tint); color: var(--berry); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; }

/* --- Misc utility -------------------------------------------------------*/
.muted { color: var(--muted); }
.pill-nav { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.pill-nav a { padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: .82rem; font-weight: 600; color: var(--ink); background: var(--paper); }
.pill-nav a.active, .pill-nav a:hover { background: var(--berry); color: #fff; border-color: var(--berry); text-decoration:none; }
.empty-state { text-align: center; padding: 56px 24px; color: var(--muted); }
.empty-state h3 { color: var(--ink); }
.qr-box { display: inline-flex; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.progress-track { background: var(--sand-deep); border-radius: 999px; height: 8px; overflow: hidden; }
.progress-fill { background: var(--gold); height: 100%; }
@media (max-width: 900px) {
  .admin-shell { flex-direction: column; }
  .admin-sidebar { width: 100%; height: auto; position: static; }
}

/* --- Button loading spinner (used by public/js/app.js) ------------------*/
.btn-spinner {
  display: inline-block; width: 12px; height: 12px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.5); border-top-color: #fff;
  animation: b4u-spin .6s linear infinite; vertical-align: middle;
}
.btn-secondary .btn-spinner { border-color: rgba(36,26,30,.25); border-top-color: var(--ink); }
@keyframes b4u-spin { to { transform: rotate(360deg); } }

/* =========================================================================
   Modern polish pass — animations, hover states, and small delight
   touches. Applied at the design-system level so every page picks it up
   automatically, not just the ones touched directly.
   ========================================================================= */

@keyframes b4u-fade-up { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes b4u-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes b4u-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .55; } }
@keyframes b4u-shimmer { 0% { background-position: -200px 0; } 100% { background-position: calc(200px + 100%) 0; } }

body { animation: b4u-fade-in .25s ease; }
.card { transition: box-shadow .2s ease, transform .2s ease; animation: b4u-fade-up .3s ease both; }
.card:hover { box-shadow: var(--shadow-md); }
.stat { transition: transform .15s ease, box-shadow .15s ease; }
.stat:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn, .btn-secondary, .btn-gold, .btn-danger {
  transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
}
.btn:hover, .btn-gold:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(110,31,58,.25); }
.btn-gold:hover { box-shadow: 0 4px 12px rgba(200,155,60,.35); }
.btn:active, .btn-secondary:active, .btn-gold:active { transform: translateY(0); box-shadow: none; }

.admin-nav a { transition: background .15s ease, padding-left .15s ease; }
.admin-nav a:hover { padding-left: 16px; }
.admin-nav a.active { position: relative; }
.admin-nav a.active::before {
  content: ''; position: absolute; left: -14px; top: 50%; transform: translateY(-50%);
  width: 3px; height: 60%; background: var(--gold); border-radius: 2px;
}

tbody tr { transition: background .12s ease; }
.badge { transition: transform .12s ease; }

table { animation: b4u-fade-up .3s ease both; }

input[type=text], input[type=email], input[type=password], input[type=number],
input[type=date], input[type=datetime-local], input[type=tel], input[type=time], select, textarea {
  transition: border-color .15s ease, box-shadow .15s ease;
}

.alert { animation: b4u-fade-up .25s ease; }

/* Skeleton loading shimmer, available for any future async-loaded block */
.skeleton {
  background: linear-gradient(90deg, var(--sand-deep) 0%, var(--paper) 50%, var(--sand-deep) 100%);
  background-size: 200px 100%; animation: b4u-shimmer 1.4s ease infinite; border-radius: 6px;
}

/* Empty-state icon flourish — used in place of a real illustration/photo */
.empty-state {
  border: 2px dashed var(--line); border-radius: var(--radius); background: var(--paper);
}
.empty-state .empty-icon {
  width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%;
  background: var(--berry-tint); color: var(--berry); display: flex; align-items: center;
  justify-content: center; font-size: 1.6rem;
}

/* Hero, refined */
.hero { position: relative; overflow: hidden; }
.hero::after {
  content: ''; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.05) 0 8px, transparent 8px 40px);
}
.hero .inner { position: relative; z-index: 1; }
.hero h1 { animation: b4u-fade-up .5s ease both; }
.hero p { animation: b4u-fade-up .5s ease .1s both; }
.hero .btn-gold { animation: b4u-fade-up .5s ease .2s both; }
.hero-card { animation: b4u-fade-up .5s ease .25s both; }

/* Gallery / image hover zoom */
.grid img { transition: transform .3s ease, box-shadow .3s ease; }
.grid img:hover { transform: scale(1.03); box-shadow: var(--shadow-md); }

/* Sidebar avatar subtle glow on hover */
.user-chip .avatar { transition: box-shadow .2s ease; }
.user-chip:hover .avatar { box-shadow: 0 0 0 3px var(--berry-tint); }

/* Toast entrance (used by public/js/app.js) */
#b4u-toast-container .alert { animation: b4u-fade-up .25s ease; }

/* Loading dots for page-level async areas, if used */
.loading-dots::after { content: '\2026'; animation: b4u-pulse 1.2s ease infinite; }

/* --- Notification bell --------------------------------------------------*/
.b4u-notif-wrap { position: relative; }
#b4u-notif-bell {
  background: none; border: none; cursor: pointer; font-size: 1.15rem; position: relative;
  padding: 6px; border-radius: 8px; line-height: 1;
}
#b4u-notif-bell:hover { background: rgba(0,0,0,.05); }
#b4u-notif-badge {
  display: none; align-items: center; justify-content: center;
  position: absolute; top: -2px; right: -2px; min-width: 16px; height: 16px; padding: 0 4px;
  background: var(--danger); color: #fff; border-radius: 999px; font-size: .65rem; font-weight: 700;
}
#b4u-notif-dropdown {
  display: none; position: absolute; right: 0; top: calc(100% + 8px); width: 320px; max-height: 400px;
  overflow-y: auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-md); z-index: 50;
}
.b4u-notif-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; border-bottom: 1px solid var(--line); }
.b4u-notif-header h4 { margin: 0; font-size: .85rem; }
.b4u-notif-header button { background: none; border: none; color: var(--berry); font-size: .75rem; cursor: pointer; font-weight: 600; }
.b4u-notif-item:hover { background: var(--sand) !important; }
@keyframes b4u-notif-shake { 0%, 100% { transform: rotate(0); } 20% { transform: rotate(-12deg); } 40% { transform: rotate(10deg); } 60% { transform: rotate(-8deg); } 80% { transform: rotate(6deg); } }
.b4u-notif-shake { animation: b4u-notif-shake .5s ease; }

/* =========================================================================
   Editorial public-site redesign — hero, team page, step-wizard booking.
   Uses real uploaded gallery/media where available; falls back to a
   decorative braid-pattern block (never a stock photo of a real person)
   when there's nothing uploaded yet.
   ========================================================================= */

.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--gold-dark); display: inline-block; }

.hero-v2 { position: relative; background: #000; padding: 56px 24px 90px; overflow: hidden; }
.hero-bg-photo {
  position: absolute; top: 0; right: 0; bottom: 0; width: 62%;
  background-size: cover; background-position: center 20%; z-index: 0;
}
.hero-bg-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.55) 30%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.35) 100%);
}
.hero-v2 .inner { position: relative; z-index: 2; }
.hero-v2 .lede { color: #f0f0f0; }
.hero-v2 .badge-row strong { color: #fff; }
.hero-v2 .badge-row span { color: #b9b9b9; }
.hero-v2 .inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.85fr; gap: 56px; align-items: center; }
.hero-v2 h1 { font-size: 3.4rem; line-height: 1.02; margin-bottom: 18px; font-weight: 800; letter-spacing: -.01em; text-transform: uppercase; }
.hero-v2 h1 .accent-berry, .hero-v2 h1 .accent-gold { color: var(--berry); font-style: normal; }
.hero-script { font-family: var(--font-script); font-weight: 700; font-size: 1.9rem; color: var(--berry); text-transform: none; letter-spacing: 0; display: block; margin-bottom: 4px; }
.hero-v2 p.lede { font-size: 1.05rem; color: var(--muted); max-width: 460px; margin-bottom: 28px; }
.hero-v2 .cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-v2 .stat-row { display: flex; gap: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-v2 .stat-row .num { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--ink); }
.hero-v2 .stat-row .label { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }

.hero-collage { position: relative; height: 460px; }
.hero-collage .main-frame { position: absolute; inset: 0 40px 40px 0; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); background: linear-gradient(155deg, var(--berry) 0%, var(--berry-dark) 100%); }
.hero-collage .main-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .float-frame { position: absolute; width: 128px; height: 158px; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-md); border: 4px solid var(--paper); background: linear-gradient(155deg, var(--gold) 0%, var(--gold-dark) 100%); }
.hero-collage .float-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .float-frame.f1 { top: -18px; right: 0; }
.hero-collage .float-frame.f2 { bottom: -18px; left: -18px; }
.hero-collage .braid-deco { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.85); font-size: 2.2rem; }

.braider-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.braider-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.braider-card .photo { aspect-ratio: 3/4; background: linear-gradient(155deg, var(--berry-tint) 0%, var(--sand-deep) 100%); position: relative; overflow: hidden; }
.braider-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.braider-card .photo .years { position: absolute; top: 12px; left: 12px; background: rgba(36,26,30,.65); color: #fff; font-size: .68rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; letter-spacing: .04em; }
.braider-card .body { padding: 16px 18px 20px; }
.braider-card .body h3 { font-size: 1.1rem; margin-bottom: 4px; }
.braider-card .body .specialties { font-size: .72rem; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; margin-bottom: 10px; }

/* --- Booking step wizard --------------------------------------------- */
.wizard-header { text-align: center; max-width: 480px; margin: 0 auto 8px; }
.wizard-header .eyebrow { justify-content: center; }
.wizard-header .eyebrow::before { display: none; }
.wizard-steps { display: flex; align-items: center; justify-content: center; gap: 0; max-width: 420px; margin: 28px auto 40px; }
.wizard-steps .dot {
  width: 34px; height: 34px; border-radius: 50%; background: var(--sand-deep); color: var(--muted);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem;
  border: 2px solid var(--sand-deep); transition: all .25s ease; flex-shrink: 0;
}
.wizard-steps .dot.active { background: var(--berry); border-color: var(--berry); color: #fff; }
.wizard-steps .dot.done { background: var(--berry-tint); border-color: var(--berry); color: var(--berry); }
.wizard-steps .line { flex: 1; height: 2px; background: var(--sand-deep); margin: 0 4px; min-width: 24px; }
.wizard-steps .line.done { background: var(--berry); }

.wizard-panel { display: none; }
.wizard-panel.active { display: block; animation: b4u-fade-up .3s ease; }

.braider-pick-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 14px; margin-top: 8px; }
.braider-pick { border: 2px solid var(--line); border-radius: 12px; padding: 12px; cursor: pointer; text-align: center; transition: all .15s ease; background: var(--paper); }
.braider-pick:hover { border-color: var(--gold); }
.braider-pick.selected { border-color: var(--berry); background: var(--berry-tint); }
.braider-pick .avatar-block { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 10px; background: linear-gradient(155deg, var(--berry-tint), var(--sand-deep)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.braider-pick .avatar-block img { width: 100%; height: 100%; object-fit: cover; }
.braider-pick .name { font-weight: 700; font-size: .85rem; }
.braider-pick .sub { font-size: .7rem; color: var(--muted); margin-top: 2px; }

/* --- Global public-site branch switcher --------------------------------*/
.location-bar { background: var(--ink); color: #cbb8bd; padding: 8px 24px; font-size: .8rem; }
.location-bar .inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; gap: 10px; }
.b4u-branch-wrap { position: relative; display: inline-block; }
.b4u-branch-trigger {
  background: none; border: none; color: #fff; font-size: .78rem; font-weight: 500;
  cursor: pointer; display: inline-flex; align-items: center; gap: 5px; padding: 0; font-family: inherit;
}
.b4u-branch-trigger:hover { color: var(--berry-tint); }
.b4u-branch-trigger .chev { font-size: .6rem; opacity: .7; }
.b4u-branch-dropdown {
  display: none; position: absolute; top: calc(100% + 10px); right: 0; min-width: 220px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-md);
  overflow: hidden; z-index: 60;
}
.b4u-branch-dropdown.open { display: block; animation: b4u-fade-up .18s ease; }
.b4u-branch-option { display: block; width: 100%; text-align: left; padding: 10px 14px; font-size: .85rem; color: var(--ink); border: none; border-bottom: 1px solid var(--line); background: none; cursor: pointer; font-family: inherit; }
.b4u-branch-option:last-child { border-bottom: none; }
.b4u-branch-option:hover { background: var(--sand); }
.b4u-branch-option.active { background: var(--berry-tint); color: var(--berry); font-weight: 700; cursor: default; }
.b4u-branch-option:disabled { cursor: wait; }

/* --- Refined nav active state --------------------------------------------*/
.site-nav nav a.is-active { color: var(--berry); position: relative; }
.site-nav nav a.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -18px; height: 2px; background: var(--berry); }
.site-nav { backdrop-filter: blur(6px); }

/* --- Alerts with icon + auto-dismiss -------------------------------------*/
.alert { display: flex; align-items: center; gap: 10px; transition: opacity .4s ease, transform .4s ease; }
.alert-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; font-size: .7rem; font-weight: 700; flex-shrink: 0; }
.alert-success .alert-icon { background: var(--success); color: #fff; }
.alert-error .alert-icon { background: var(--danger); color: #fff; }
.alert.b4u-dismissing { opacity: 0; transform: translateY(-6px); }

/* --- Star rating picker (customer review form) ---------------------------*/
.star-picker { display: flex; gap: 6px; font-size: 2rem; margin: 10px 0 4px; }
.star-picker .star { color: var(--sand-deep); cursor: pointer; transition: color .1s ease, transform .1s ease; }
.star-picker .star:hover, .star-picker .star.hover { transform: scale(1.12); }
.star-picker .star.filled, .star-picker .star.hover { color: var(--gold); }

/* --- Booking slot picker --------------------------------------------- */
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 8px; }
.slot-pill {
  padding: 9px 6px; border: 1.5px solid var(--line); border-radius: 8px; background: var(--paper);
  font-size: .8rem; font-weight: 600; cursor: pointer; transition: all .12s ease; text-align: center;
}
.slot-pill:hover { border-color: var(--gold); }
.slot-pill.selected { background: var(--berry); border-color: var(--berry); color: #fff; }

/* =========================================================================
   Responsive overhaul + modern effects (scroll reveal, sliders, social
   gallery, hover flips). Applied broadly so it lifts every page at once.
   ========================================================================= */

/* --- Mobile nav ----------------------------------------------------------*/
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 34px; height: 34px; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- Scroll-reveal ---------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1.visible { transition-delay: .08s; }
.reveal-delay-2.visible { transition-delay: .16s; }
.reveal-delay-3.visible { transition-delay: .24s; }

/* --- Section wrapper with alternating tint, for a more "sectioned" feel */
.section-tinted { background: var(--paper); }
.section-divider { text-align: center; padding: 4px 0 32px; }
.section-divider .braid-rule { margin: 6px auto 0; }

/* --- Auto-rotating testimonial slider ------------------------------------*/
.slider { position: relative; max-width: 640px; margin: 0 auto; overflow: hidden; }
.slider-track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.slider-slide { flex: 0 0 100%; padding: 0 8px; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.slider-dots button { width: 8px; height: 8px; border-radius: 50%; border: none; background: var(--sand-deep); cursor: pointer; padding: 0; transition: background .2s ease, transform .2s ease; }
.slider-dots button.active { background: var(--berry); transform: scale(1.3); }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: var(--paper); border: 1px solid var(--line); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); z-index: 5; font-size: 1rem; }
.slider-arrow.prev { left: -6px; } .slider-arrow.next { right: -6px; }
.slider-arrow:hover { background: var(--berry); color: #fff; border-color: var(--berry); }

/* --- Social-media style gallery grid + lightbox --------------------------*/
.social-grid {
  column-count: 4; column-gap: 8px;
}
.social-grid .tile {
  position: relative; overflow: hidden; cursor: pointer; border-radius: 8px;
  background: var(--sand-deep); break-inside: avoid; margin-bottom: 8px; display: block;height: 400px;
}
.social-grid .tile img, .social-grid .tile video {
  width: 100%; height: 100%; background: transparent; object-fit: inherit; display: block; transition: transform .35s ease;
}
.social-grid .tile:hover img, .social-grid .tile:hover video { transform: scale(1.04); }
.social-grid .tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36,26,30,.35), transparent 45%); opacity: 0; transition: opacity .2s ease; }
.social-grid .tile:hover::after { opacity: 1; }
.social-grid .tile .caption { position: absolute; bottom: 8px; left: 8px; right: 8px; color: #fff; font-size: .72rem; font-weight: 600; opacity: 0; transform: translateY(6px); transition: all .2s ease; }
.social-grid .tile:hover .caption { opacity: 1; transform: translateY(0); }

.b4u-lightbox { display: none; position: fixed; inset: 0; background: rgba(20,14,16,.92); z-index: 500; align-items: center; justify-content: center; padding: 24px; animation: b4u-fade-in .2s ease; }
.b4u-lightbox.open { display: flex; }
.b4u-lightbox img, .b4u-lightbox video { max-width: 90vw; max-height: 85vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.b4u-lightbox-close { position: absolute; top: 20px; right: 28px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }
.b4u-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: none; color: #fff; width: 46px; height: 46px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; }
.b4u-lightbox-nav.prev { left: 20px; } .b4u-lightbox-nav.next { right: 20px; }
.b4u-lightbox-nav:hover { background: rgba(255,255,255,.25); }

/* --- Card flip (used for braider cards / feature highlights) ------------*/
.flip-card { perspective: 1200px; }
.flip-card .flip-inner { position: relative; width: 100%; height: 100%; transition: transform .5s; transform-style: preserve-3d; }
.flip-card:hover .flip-inner { transform: rotateY(180deg); }
.flip-card .flip-front, .flip-card .flip-back { position: absolute; inset: 0; backface-visibility: hidden; border-radius: 14px; overflow: hidden; }
.flip-card .flip-back { transform: rotateY(180deg); background: var(--berry); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; }

/* =========================================================================
   Responsive breakpoints
   ========================================================================= */
@media (max-width: 960px) {
  .hero-v2 .inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-collage { height: 320px; order: -1; }
  .hero-v2 h1 { font-size: 2.2rem; }
  .admin-content { padding: 18px; }
}

@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  .mobile-menu-wrap {
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0; background: #000;
    border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: var(--shadow-md);
  }
  .mobile-menu-wrap.open { display: flex; }
  .site-nav nav {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    padding: 12px 24px 8px;
  }
  .site-nav nav a { margin-left: 0; padding: 8px 0; width: 100%; }
  .site-nav nav a.is-active::after { display: none; }
  .site-nav { position: relative; }
  .site-nav .inner { position: relative; }

  .nav-right {
     align-items: flex-start; gap: 10px;
    padding: 12px 24px 20px; border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav-right .nav-text-link, .nav-right .btn-pill { margin-left: 0; }
  .nav-right .b4u-branch-wrap { margin-left: 0 !important; }
  .nav-right .btn-pill { width: 100%; text-align: center; margin-top: 4px; }

  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .social-grid { column-count: 3; }
  h1 { font-size: 1.7rem !important; }
  .hero-v2 h1 { font-size: 1.9rem; }
  .wizard-header h1 { font-size: 1.7rem; }
  .braider-pick-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .admin-shell { flex-direction: column; }
  .admin-sidebar { width: 100%; height: auto; position: static; }
  .admin-topbar { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 560px) {
  .container, .container-narrow { padding: 0 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .social-grid { column-count: 2; }
  .hero-v2 { padding: 48px 16px 40px; }
  .hero-v2 .stat-row { gap: 20px; flex-wrap: wrap; }
  .site-footer .inner { grid-template-columns: 1fr; gap: 28px; }
  .card { padding: 16px; }
  .wizard-steps { max-width: 280px; }
  .slider-arrow { display: none; }
  table { font-size: .8rem; }
  .social-grid .tile {
    height : 250px
  }
    .b4u-branch-dropdown {
    
    right: -80px;
  }
  
}

/* --- FAQ accordion ------------------------------------------------------*/
.faq-item { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.2rem; color: var(--berry); transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }

/* --- Service "reel" cards — swipeable/scrollable media carousel per card */
.service-reel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-reel-card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.service-reel-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.reel-media { position: relative; aspect-ratio: 4/3; background: var(--sand-deep); }
.reel-track {
  display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
}
.reel-track::-webkit-scrollbar { display: none; }
.reel-item { flex: 0 0 100%; height: 100%; scroll-snap-align: start; cursor: zoom-in; }
.reel-item img, .reel-item video { width: 100%; height: 100%; object-fit: cover; }
.reel-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; color: var(--berry); background: linear-gradient(155deg, var(--berry-tint), var(--sand-deep)); }
.reel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.85); border: none;
  width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: .85rem; display: flex;
  align-items: center; justify-content: center; opacity: 0; transition: opacity .2s ease;
}
.service-reel-card:hover .reel-arrow { opacity: 1; }
.reel-arrow.prev { left: 10px; } .reel-arrow.next { right: 10px; }
.reel-arrow:hover { background: #fff; }
.reel-count { position: absolute; bottom: 10px; right: 10px; background: rgba(36,26,30,.7); color: #fff; font-size: .68rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.reel-badges { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; }
.reel-body { padding: 18px 20px; }

@media (max-width: 820px) {
  .service-reel-grid { grid-template-columns: 1fr; }
}

/* --- "More" nav dropdown (reuses branch-dropdown visual style) ---------*/
.b4u-more-wrap { position: relative; }
.b4u-more-trigger { background: none; border: none; color: var(--ink); font-size: .92rem; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; font-family: inherit; }
.b4u-more-trigger .chev { font-size: .6rem; opacity: .6; }
.b4u-more-trigger:hover { color: var(--berry); }
#b4u-more-dropdown a { display: block; padding: 10px 14px; font-size: .85rem; color: var(--ink); border-bottom: 1px solid var(--line); }
#b4u-more-dropdown a:last-child { border-bottom: none; }
#b4u-more-dropdown a:hover { background: var(--sand); }

/* --- Hero image caption overlay (matches reference's gradient+caption) --*/
.main-frame { position: relative; }
.main-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(34,26,24,.65), transparent 55%); pointer-events: none; }
.main-frame-caption { position: absolute; bottom: 20px; left: 20px; right: 20px; color: var(--sand); z-index: 2; }

/* --- "The Braided 4 U Way" dark story section ---------------------------*/
.the-way-section { background: var(--ink); padding: 72px 24px; margin-top: 20px; }
.the-way-section .inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.the-way-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 24px; background: linear-gradient(155deg, var(--berry), var(--berry-dark)); display: flex; align-items: center; justify-content: center; }
.the-way-card { display: block; border: 1px solid rgba(201,164,107,.4); border-radius: 14px; padding: 20px; color: var(--sand); transition: background .2s ease; }
.the-way-card:hover { background: rgba(201,164,107,.1); text-decoration: none; }

@media (max-width: 820px) {
  .the-way-section .inner { grid-template-columns: 1fr; gap: 32px; }
}

/* --- Rich text editor (Quill) — light integration with our tokens ------*/
.rich-editor-wrap { border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 16px; }
.rich-editor-wrap .ql-toolbar { background: var(--sand); border: none; border-bottom: 1px solid var(--line); }
.rich-editor-wrap .ql-container { border: none; font-family: var(--font-body); font-size: .95rem; }

/* --- Bookings calendar (branch panel) -------------------------------- */
.cal-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 4px; }
.cal-weekdays > div { text-align: center; font-size: .72rem; font-weight: 700; color: var(--muted); text-transform: uppercase; padding: 4px 0; }
.cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-day {
  min-height: 96px; border: 1px solid var(--line); border-radius: 6px; padding: 6px;
  cursor: pointer; transition: background .15s ease; overflow: hidden;
}
.cal-day:hover { background: var(--sand); }
.cal-day-muted { opacity: .4; }
.cal-day-today { border-color: var(--berry); border-width: 2px; }
.cal-day-num { font-weight: 700; font-size: .82rem; margin-bottom: 4px; }
.cal-event {
  font-size: .68rem; padding: 2px 5px; border-radius: 4px; margin-bottom: 2px; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis; background: var(--berry-tint); color: var(--berry);
}
.cal-event-completed { background: var(--success-tint); color: var(--success); }
.cal-event-cancelled, .cal-event-no_show { background: var(--danger-tint); color: var(--danger); text-decoration: line-through; }
.cal-more { font-size: .65rem; color: var(--muted); }

.cal-modal { display: none; position: fixed; inset: 0; background: rgba(20,14,16,.5); z-index: 500; align-items: center; justify-content: center; padding: 24px; }
.cal-modal.open { display: flex; }
.cal-modal-inner { background: var(--paper); border-radius: var(--radius); padding: 24px; max-width: 480px; width: 100%; max-height: 80vh; overflow-y: auto; }

@media (max-width: 820px) {
  .cal-day { min-height: 60px; font-size: .8rem; }
  .cal-event { font-size: .6rem; }
}

/* --- Small "which branches offer this" dropdown ------------------------*/
.branches-offering-dropdown summary { cursor: pointer; color: var(--berry); font-weight: 600; list-style: none; font-size: .85rem; }
.branches-offering-dropdown summary::-webkit-details-marker { display: none; }
.branches-offering-dropdown summary::after { content: ' \25be'; }
.branches-offering-list { margin-top: 6px; font-size: .82rem; color: var(--muted); }

/* --- Utility top bar (matches reference header) --------------------------*/
.utility-bar { background: var(--ink); color: #fff; font-size: .78rem; padding: 8px 24px; }
.utility-bar .inner { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.utility-bar .tagline { opacity: .9; }
.utility-right { display: flex; align-items: center; gap: 18px; }
.social-icons { display: flex; gap: 10px; }
.social-icons a { color: #fff; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center; font-size: .72rem; transition: background .15s ease; }
.social-icons a:hover { background: var(--berry); }
@media (max-width: 560px) { .utility-bar .tagline { display: none; } }

/* --- New hero: icon badge row, photo + floating Quick Booking card -------*/
.badge-row { display: flex; gap: 28px; margin: 28px 0; flex-wrap: wrap; }
.badge-row > div { display: flex; align-items: center; gap: 10px; }
.badge-row i { font-size: 1.3rem; color: var(--berry); width: 32px; text-align: center; }
.badge-row strong { display: block; font-size: .82rem; }
.badge-row span { display: block; font-size: .72rem; color: var(--muted); }

.hero-photo-wrap { position: relative; display: flex; align-items: center; }

.quick-booking-card {
  width: 100%; background: var(--berry-tint); border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,.35); padding: 28px 26px;
}
.quick-booking-card label { font-size: .75rem; display: flex; align-items: center; gap: 6px; margin-top: 12px; margin-bottom: 4px; }
.quick-booking-card select, .quick-booking-card input { font-size: .82rem; padding: 9px 10px; }
.or-divider { text-align: center; margin: 14px 0; position: relative; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.or-divider::before, .or-divider::after { content: ''; position: absolute; top: 50%; width: 40%; height: 1px; background: var(--line); }
.or-divider::before { left: 0; } .or-divider::after { right: 0; }
.quick-booking-features { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; border-top: 1px solid var(--line); padding-top: 14px; }
.quick-booking-features div { display: flex; align-items: center; gap: 8px; font-size: .72rem; color: var(--muted); }
.quick-booking-features i { color: var(--berry); width: 16px; }

@media (max-width: 960px) {
  .quick-booking-card { position: static; width: 100%; margin-top: -40px; }
  .hero-photo-wrap { padding-bottom: 20px; }
}

/* --- New footer layout ----------------------------------------------- */
.footer-grid-new { grid-template-columns: repeat(4, 1fr) 1.4fr; align-items: start; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-grid-links { grid-template-columns: repeat(2, 1fr); padding-top: 24px; }
.footer-script-wrap { display: flex; align-items: center; justify-content: flex-start; }
.site-footer .footer-heading i { margin-right: 6px; }

@media (max-width: 820px) {
  .footer-grid-new, .footer-grid-links { grid-template-columns: 1fr 1fr; }
  .footer-script-wrap { grid-column: 1/-1; justify-content: flex-start; margin-top: 12px; }
}

/* --- "See Our Work In Action" video/photo showcase strip -----------------*/
.work-in-action { background: var(--sand); padding: 48px 24px; }
.work-in-action h2 { font-size: 1.5rem; margin-bottom: 20px; }
.work-strip-wrap { position: relative; }
.work-strip { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
.work-strip::-webkit-scrollbar { display: none; }
.work-tile {
  position: relative; flex: 0 0 180px; aspect-ratio: 3/4; border-radius: 14px; overflow: hidden;
  cursor: pointer; scroll-snap-align: start; background: var(--sand-deep);
}
.work-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.work-tile:hover img { transform: scale(1.05); }
.work-tile .play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px;
  border-radius: 50%; background: rgba(255,255,255,.9); color: var(--berry); display: flex; align-items: center;
  justify-content: center; font-size: 1rem;
}
.work-tile .duration-badge { position: absolute; top: 10px; right: 10px; background: var(--berry); color: #fff; font-size: .65rem; font-weight: 700; padding: 2px 7px; border-radius: 999px; }
.work-tile .work-caption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; font-size: .78rem; font-weight: 700; color: #fff;
  background: linear-gradient(to top, rgba(23,20,26,.85), transparent);
}
.work-strip-next {
  position: absolute; top: 50%; right: -14px; transform: translateY(-50%); width: 36px; height: 36px;
  border-radius: 50%; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  cursor: pointer; color: var(--berry);
}

/* --- Social Responsibility / Partner With Us / event photo --------------*/
.container-wide { max-width: 1280px; margin: 0 auto; padding: 48px 24px; }
.social-partner-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: stretch; }
.tinted-panel { background: var(--berry-tint); border-radius: 16px; padding: 28px; }
.tinted-panel .panel-icon { font-size: 1.6rem; color: var(--berry); margin-bottom: 10px; }
.tinted-panel h3 { font-size: 1.15rem; margin-bottom: 8px; }
.check-list { list-style: none; padding: 0; margin: 16px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .85rem; margin-bottom: 8px; }
.check-list i { color: var(--berry); margin-top: 2px; }
.event-photo { border-radius: 16px; overflow: hidden; min-height: 260px; background: linear-gradient(155deg, var(--berry), var(--ink)); }
.event-photo img { width: 100%; height: 100%; object-fit: cover; }

/* --- Combined perks + "Scan to Connect" QR strip --------------------------*/
.perks-strip { background: var(--paper); padding: 32px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.perks-strip .inner { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.perks-icons { display: flex; gap: 26px; flex-wrap: wrap; }
.perks-icons > div { display: flex; align-items: center; gap: 10px; }
.perks-icons i { font-size: 1.2rem; color: var(--berry); width: 28px; text-align: center; }
.perks-icons strong { display: block; font-size: .78rem; }
.perks-icons span { display: block; font-size: .68rem; color: var(--muted); }
.perks-qr { display: flex; align-items: center; gap: 16px; }
.perks-qr-label { font-size: .7rem; font-weight: 700; line-height: 1.3; color: var(--ink); }
.perks-qr a { text-align: center; display: block; }
.perks-qr img { width: 64px; height: 64px; border: 1px solid var(--line); border-radius: 8px; padding: 4px; background: #fff; }
.perks-qr span { display: block; font-size: .65rem; margin-top: 4px; color: var(--muted); }

@media (max-width: 960px) {
  .social-partner-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .perks-strip .inner { flex-direction: column; align-items: flex-start; }
}

/* --- Circular account icon button (matches reference exactly) -----------*/
.account-icon-btn {
  width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; margin-left: 12px; font-size: .9rem;
  transition: background .15s ease, color .15s ease;
}
.account-icon-btn:hover { background: #fff; color: var(--ink); }

/* ======================================================================
   HOME PAGE REBUILD — matching the provided design source exactly.
   Class names mirror the source file precisely rather than reusing the
   site's general component classes, so this can be diffed directly
   against that file if anything looks off.
   ====================================================================== */

/* ---- Hero ---- */
.hero { position: relative; background: #000; padding: 3.2rem 0 1.5rem; overflow: hidden; }
.hero-bg-img {    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 160%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
    z-index: 0; }
.hero-bg-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.55) 30%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.35) 100%); }
.hero-feature-icon { width: 56px; height: 56px; object-fit: contain; display: block; margin: 0 auto 10px; }
.hero-content { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 3.5rem; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.hero-left { flex: 1 1 520px; min-width: 320px; max-width: 532px; }
.hero-right { flex: 0 1 360px; min-width: 300px; margin-top: -1rem; }
.hero-script { font-family: var(--font-script); color: var(--berry); font-size: 2.1rem; font-weight: 600; margin-bottom: .2rem; }
.hero-heading { font-size: 4.2rem; line-height: 1.05; letter-spacing: -1px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; }
.hero-heading .white { color: #fff; }
.hero-heading .pink { color: var(--berry); }
.hero-underline { width: 70px; height: 4px; background: var(--berry); margin: 1.1rem 0 1.2rem; border-radius: 3px; }
.hero-subtitle { color: #f0f0f0; font-size: 1.4rem; font-weight: 400; text-transform: uppercase; margin-bottom: 1.8rem; }
.hero-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem 1rem; margin-bottom: 2rem; }
.hero-feature { text-align: center; }
.hero-feature .hf-title { color: #fff; font-weight: 400; font-size: .82rem; letter-spacing: .5px; display: block; }
.hero-feature .hf-sub { color: #b9b9b9; font-size: .72rem; display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ---- Pink buttons (matching source exactly) ---- */
.btn-pink { background: var(--berry); color: #fff; border: none; font-weight: 700; letter-spacing: .5px; padding: .9rem 1.8rem; border-radius: 8px; transition: .25s ease; font-size: .9rem; display: inline-flex; align-items: center; gap: .5rem; }
.btn-pink:hover { background: var(--berry-dark); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(240,24,115,.35); color: #fff; }
.btn-outline-pink { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); font-weight: 700; letter-spacing: .5px; padding: .85rem 1.8rem; border-radius: 8px; transition: .25s ease; font-size: .9rem; display: inline-flex; align-items: center; gap: .5rem; }
.btn-outline-pink:hover { background: #fff; color: var(--berry); }

/* ---- Booking card ---- */
.booking-card { background: var(--berry-tint); border-radius: 18px; padding: 2rem 1.9rem; box-shadow: 0 25px 60px rgba(0,0,0,.35); position: relative; z-index: 3; }
.booking-card h3 { color: var(--berry); text-align: center; font-weight: 800; letter-spacing: .5px; margin-bottom: .15rem; font-family: var(--font-display); }
.booking-card .bk-sub { text-align: center; color: #555; font-size: .85rem; margin-bottom: 1.3rem; }
.bk-field { position: relative; margin-bottom: .85rem; }
.bk-field i.field-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--berry); font-size: 1rem; }
.bk-field select, .bk-field input { width: 100%; background: #fff; border: 1.5px solid #f0c3d9; border-radius: 9px; padding: .75rem 2.2rem .75rem 2.6rem; font-size: .88rem; color: #333; appearance: none; -webkit-appearance: none; font-family: inherit; }
.bk-field select:focus, .bk-field input:focus { outline: none; border-color: var(--berry); box-shadow: 0 0 0 3px rgba(240,24,115,.12); }
.bk-field i.chevron { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #999; pointer-events: none; font-size: .8rem; }
.btn-check-avail { width: 100%; background: var(--berry); color: #fff; font-weight: 700; letter-spacing: .5px; padding: .85rem; border: none; border-radius: 9px; font-size: .85rem; }
.btn-check-avail:hover { background: var(--berry-dark); }
.divider-or { display: flex; align-items: center; text-align: center; color: #999; font-size: .75rem; margin: .9rem 0; letter-spacing: 1px; }
.divider-or::before, .divider-or::after { content: ''; flex: 1; border-bottom: 1px solid #e3b8cf; }
.divider-or::before { margin-right: .8rem; } .divider-or::after { margin-left: .8rem; }
.btn-book-outline { width: 100%; background: #fff; color: var(--berry); font-weight: 700; letter-spacing: .5px; padding: .8rem; border: 1.5px solid var(--berry); border-radius: 9px; font-size: .85rem; display: flex; align-items: center; justify-content: center; gap: .4rem; }
.btn-book-outline:hover { background: var(--berry); color: #fff; }
.bk-benefits { display: flex; justify-content: space-between; margin-top: 1.4rem; text-align: center; }
.bk-benefits div { flex: 1; }
.bk-benefits i { color: var(--berry); font-size: 1.15rem; display: block; margin-bottom: .3rem; }
.bk-benefits span { font-size: .65rem; color: #555; font-weight: 500; }

/* ---- Work + Community combined section ---- */
.combined-section { padding: 3rem 0; background: var(--sand); }
.work-heading { font-size: 1.9rem; font-weight: 800; font-family: var(--font-display); text-transform: uppercase; }
.work-heading .pink { color: var(--berry); }
.gallery-wrapper { display: flex; align-items: center; gap: .5rem; }
.gallery-track { display: flex; gap: .8rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-card { position: relative; flex: 0 0 160px; aspect-ratio: 3/4; border-radius: 14px; overflow: hidden; background-size: cover; background-position: center; cursor: pointer; scroll-snap-align: start; }
.gallery-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; color: var(--berry); font-size: 1.1rem; z-index: 2; transition: .2s; }
.gallery-card:hover .gallery-play { background: #fff; transform: translate(-50%,-50%) scale(1.08); }
.gallery-duration { position: absolute; top: 10px; right: 10px; background: var(--berry); color: #fff; font-size: .65rem; font-weight: 700; padding: .15rem .5rem; border-radius: 10px; z-index: 2; }
.gallery-label { position: absolute; bottom: 10px; left: 12px; color: #fff; font-weight: 700; font-size: .85rem; z-index: 2; text-shadow: 0 1px 4px rgba(0,0,0,.6); }
.gallery-arrow { width: 42px; height: 42px; border-radius: 50%; background: #fff; border: 1px solid #eee; display: flex; align-items: center; justify-content: center; color: var(--berry); box-shadow: 0 4px 12px rgba(0,0,0,.1); cursor: pointer; transition: .2s; flex-shrink: 0; }
.gallery-arrow:hover { background: var(--berry); color: #fff; }
.gallery-dots { display: flex; gap: .4rem; justify-content: center; margin-top: 1rem; }
.gallery-dots span { width: 8px; height: 8px; border-radius: 50%; background: #ddd; transition: .2s; display: inline-block; }
.gallery-dots span.active { background: var(--berry); width: 22px; border-radius: 5px; }

.impact-section { padding: 0; }
.social-card { background: var(--berry-tint); border-radius: 18px; padding: 1.3rem; }
.partner-card { background: #f2f2f2; border-radius: 18px; padding: 1.3rem; }
.impact-icon { width: 56px; height: 56px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--berry); font-size: 1.5rem; margin-bottom: 1rem; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.impact-section h3 { font-weight: 800; color: #000; margin-bottom: .7rem; font-size: 1.3rem; font-family: var(--font-display); }
.impact-list { list-style: none; padding: 0;     margin: 1.1rem 0 3.4rem; }
.impact-list li { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .6rem; font-size: .9rem; color: #333; }
.impact-list i { color: var(--berry); margin-top: .15rem; }
.script-text { font-family: var(--font-script); color: var(--berry); font-weight: 700; }
.partner-cats { display: flex; gap: 1.3rem; margin: 1.2rem 0 1.4rem; flex-wrap: wrap; }
.partner-cat { text-align: center; flex: 1; min-width: 70px; }
.partner-cat i { color: var(--berry); font-size: 1.4rem; display: block; margin-bottom: .4rem; }
.partner-cat span { font-size: .72rem; font-weight: 600; color: #333; }

/* ---- Feature strip + QR ---- */
.strip { background: #fff; padding: 34px 0; border-top: 1px solid #ece7ea; border-bottom: 1px solid #ece7ea; }
.strip .wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 20px; }
.strip-feats { display: flex; flex: 1; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.strip-feats .f { text-align: center; max-width: 150px; }
.strip-feats svg { width: 25px; height: 25px; stroke: var(--berry); fill: none; stroke-width: 1.5; margin: 0 auto 9px; display: block; }
.strip-feats b { display: block; font-size: 11px; letter-spacing: .2px; font-weight: 700; }
.strip-feats small { font-size: 9.5px; color: var(--muted); }
.qr-block { display: flex; align-items: center; gap: 16px; flex-shrink: 0; padding-left: 24px; }
.qr-block .lbl { font-size: 11px; font-weight: 800; line-height: 1.3; color: #000; }
.qr-block .lbl svg { width: 14px; stroke: var(--berry); fill: none; stroke-width: 2; vertical-align: middle; }
.qr-item { text-align: center; }
.qr-item .box { width: 58px; height: 58px; border: 1.5px solid var(--berry); border-radius: 6px; padding: 5px; }
.qr-item .box img { width: 100%; height: 100%; }
.qr-item small { display: block; font-size: 9px; margin-top: 6px; color: var(--muted); font-weight: 600; }

@media (max-width: 991.98px) {
  .hero-bg-img { width: 100%; opacity: .25; }
  .hero-heading { font-size: 2.8rem; }
  .booking-card { margin-top: 2rem; }
  .strip .wrap { flex-direction: column; }
  .strip-feats { flex-wrap: wrap; }
  .qr-block { padding-left: 0; justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 767.98px) {
  .hero-heading { font-size: 2.2rem; }
  .hero-script { font-size: 1.5rem; }
  .work-heading { font-size: 1.5rem; }
}

/* ======================================================================
   Minimal Bootstrap-grid-compatible utilities — used only by the home
   page's Work+Community section, which was built against real
   Bootstrap grid class names (row/col-lg-6/g-4/etc.) from the source
   file. Written by hand rather than loading full Bootstrap CSS site-
   wide, since this app already has its own .container/.card/.btn
   classes with different definitions — loading Bootstrap globally would
   silently break those everywhere else on the site. Scoped to exactly
   the classes actually used, nothing more.
   ====================================================================== */
.container-fluid { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.row.g-4 { margin: -12px; }
.row.g-4 > [class*="col-"] { padding: 12px; }
.row:not(.g-4) > [class*="col-"] { padding: 0 12px; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.col-md-6 { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 768px) {
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .nav-right {
        flex-direction: row;
  }
}
@media (min-width: 992px) {
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
}
.align-items-stretch { align-items: stretch; }
.align-items-center { align-items: center; }
.d-flex { display: flex; }
.d-inline-block { display: inline-block; }
.d-none { display: none; }
.gap-2 { gap: .5rem; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.mt-5 { margin-top: 3rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: .5rem; }
@media (min-width: 768px) {
  .d-md-flex { display: flex; }
}

/* --- Gallery tile video play indicator ------------------------------ */
.tile-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px;
  border-radius: 50%; background: rgba(255,255,255,.9); color: var(--berry); display: flex; align-items: center;
  justify-content: center; font-size: 1.1rem; pointer-events: none; z-index: 2;
}

/* --- Homepage gallery card video support ----------------------------- */
.gallery-card-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* --- Quick Booking widget inline slot grid --------------------------- */
.qb-slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.qb-slot-pill {
  background: #fff; border: 1.5px solid #f0c3d9; border-radius: 8px; padding: 6px 4px;
  font-size: .72rem; font-weight: 600; color: #333; cursor: pointer; transition: .15s;
}
.qb-slot-pill:hover { border-color: var(--berry); }
.qb-slot-pill.selected { background: var(--berry); border-color: var(--berry); color: #fff; }
