/* Monochrome site styles (moved from inline in index.php) */
:root{
  --nav-bg:#1b1b1c; /* solid, no translucency */
  --nav-fg:#f5f5f5;
  --hair:#bfbfbf;   /* hairline borders */
  --pill-bg:#ffffff;
  --pill-fg:#0d0d0e;
  /* Scrollbar theme */
  --sb-track:#000;
  --sb-thumb:#fff;
}

html, body { height: 100%; }
body{
  margin:0;
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background:#0b0b0c;
  color:#fff;
  min-height:100vh;
}

/* Custom browser navigation slider (scrollbar) */
html{
  scrollbar-gutter: stable; /* avoids layout shift when scrollbar appears */
}
body{
  overflow-x: hidden; /* prevent horizontal scroll from full-bleed elements */
}
/* Firefox */
*{
  scrollbar-width: auto;
  scrollbar-color: var(--sb-thumb) var(--sb-track);
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar{ width: 20px; height: 20px; }
::-webkit-scrollbar-track{ background: var(--sb-track); }
::-webkit-scrollbar-thumb{
  background-color: var(--sb-thumb);
  border: 3px solid var(--sb-track); /* creates a crisp white-on-black look */
  border-radius: 0; /* square */
}
::-webkit-scrollbar-corner{ background: var(--sb-track); }

/* Hero header */
.site-hero{ position:relative; /* slightly shorter so next section peeks under hero */ min-height:88vh; display:grid; place-items:start center; padding: max(12vh, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom)); }
.site-hero::before{ /* hook for optional bg video overlay or gradient tint */ content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.65) 60%, rgba(0,0,0,.8)); pointer-events:none; z-index:0; }
.hero-inner{ position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; gap:16px; text-align:center; width:min(980px, 100%); margin:0 auto; }
.hero-logo{ width:min(360px, 72vw); height:auto; filter: drop-shadow(0 8px 28px rgba(0,0,0,.65)); opacity:.96; }
.hero-cta{ display:none; }
.hero-divider{
  height:2px;
  /* align divider with centered header instead of forcing full-bleed */
  width:100%;
  max-width: min(980px, 100%);
  margin:10px auto 0;
  background: none;
  background-image: linear-gradient(to right, rgba(255,255,255,.7), rgba(255,255,255,.7));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 2px;
}

/* Desktop: cap visible line to 1700px and keep centered */
@media (min-width: 1024px){
  .hero-divider{
    background-size: min(900px, 100%) 3px;
    max-width: min(900px, 100%);
  }
}
/* Mobile: full edge-to-edge divider */
@media (max-width: 1023px){
  .hero-divider{
    max-width: 100vw; /* full width on mobile */
  }
}
.hero-links{ display:flex; gap:clamp(10px, 3vw, 22px); align-items:center; justify-content:center; flex-wrap:nowrap; }
.hero-links .text-link{ position:relative; color:var(--nav-fg); text-decoration:none; font-family: 'Josefin Sans', sans-serif; font-size:clamp(11px, 3.5vw, 18px); font-weight:300; letter-spacing:clamp(1px, 0.5vw, 3px); padding:12px clamp(2px, 1vw, 8px); display:inline-flex; align-items:center; justify-content:center; line-height:1; opacity:.95; text-transform: uppercase; height: 44px; box-sizing: border-box; width: clamp(70px, 20vw, 130px); white-space: nowrap; }
.hero-links .booking-pill{ align-self:center; }
.hero-links .text-link::after{ content:""; position:absolute; left:6px; right:6px; bottom:6px; height:2px; background:#ffffff; transform:scaleX(0); transform-origin:center; transition:transform .18s ease; opacity:.9; }
.hero-links .text-link:hover,.hero-links .text-link:focus-visible{ color:#ffffff; }
.hero-links .text-link:hover::after,.hero-links .text-link:focus-visible::after{ transform:scaleX(1); }

.booking-pill{ background:transparent; color:rgba(255,255,255,0.85); border:1px solid rgba(255,255,255,0.5); padding:clamp(8px, 2vw, 10px) clamp(12px, 3vw, 18px); font-family: 'Josefin Sans', sans-serif; font-size:clamp(14px, 3.5vw, 18px); font-weight:400; border-radius:14px; box-shadow:none; cursor:pointer; transition:all .2s ease; position:relative; z-index:1; align-self:center; letter-spacing: clamp(1px, 0.4vw, 2px); text-transform: uppercase; height: 44px; box-sizing: border-box; white-space: nowrap; }
/* Booking pill glare sweep disabled for transparent style */
.booking-pill{ overflow:hidden; }
.booking-pill::before{ display:none; }
.booking-pill:hover{ background:rgba(255,255,255,0.1); color:#fff; border-color:rgba(255,255,255,0.8); }
.booking-pill:active{ transform:scale(0.97); }
.booking-pill:focus-visible{ outline:2px solid rgba(255,255,255,0.6); outline-offset:2px; }
/* Slight vertical nudge for the pill label */

/* Start hidden (fade-in). Visible by default for no-JS. */
.js #openBookingBtn{ opacity: 0; }
.no-js #openBookingBtn{ opacity: 1; }

/* Invert pill when booking window is open */
body.booking-open .booking-pill{
  background:rgba(255,255,255,0.15);
  color:#fff;
  border-color:rgba(255,255,255,0.8);
}
body.booking-open .booking-pill .shiny-text{
  --shine-base: rgba(235,235,235,0.92);
  --shine-peak: rgba(255,255,255,1);
}

/* Invert pill when contact window is open */
body.contact-open .booking-pill{
  background:rgba(255,255,255,0.15);
  color:#fff;
  border-color:rgba(255,255,255,0.8);
}
body.contact-open .booking-pill .shiny-text{
  --shine-base: rgba(235,235,235,0.92);
  --shine-peak: rgba(255,255,255,1);
}

/* Shiny text animation for the pill label */
.shiny-text{
  /* Use a visible base color inside the gradient so text is never fully transparent */
  --shine-base: rgba(220,220,220,0.85);          /* white-grey for transparent pill */
  --shine-peak: rgba(255,255,255,1);
  background: linear-gradient(120deg,
              var(--shine-base) 0%,
              var(--shine-base) 40%,
              var(--shine-peak) 50%,
              var(--shine-base) 60%,
              var(--shine-base) 100%);
  background-size:200% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color: transparent; /* ensures the gradient shows through */
  display:inline-block;
  animation: shine var(--shine-speed, 5s) linear infinite;
}
/* When pill background turns dark on hover, switch to a lighter base in the gradient for contrast */
.booking-pill:hover .shiny-text{
  --shine-base: rgba(235,235,235,0.92);
  --shine-peak: rgba(255,255,255,1);
}
@keyframes shine{ 0%{ background-position: 100%; } 100%{ background-position: -100%; } }
.shiny-text.disabled{ animation:none; }

/* Content spacing */
main{ padding:20px 12px 40px; }

@media (min-width: 481px){
  .booking-pill{ font-size:20px; padding:12px 22px; border-radius:16px; }
}

@media (max-width: 480px), (orientation: portrait){
  .site-hero{ padding-top: max(14vh, 48px); }
  .hero-logo{ width:min(240px, 70vw); }
}

/* Keep the animated background behind everything */
.bg-root{ z-index:-2; }
.site-hero{ z-index:1; }

/* Remove default tap highlight on mobile */
*{ -webkit-tap-highlight-color: transparent; }

/* Small visual separator in contact modal */
#contact-root .sep{ border:0; border-top:1px solid var(--hair); margin:16px 0; }

/* Contact (Barbers) modal - inherits from booking modal styles */
#contact-root[hidden]{ display:none; }
#contact-root{ 
  position:fixed; 
  inset:0; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  background-color: var(--bk-bg-overlay, rgba(0,0,0,.55)); 
  z-index:9999; 
  padding:20px; 
  opacity:0;
  pointer-events:none;
  transition: background-color .25s ease, opacity .25s ease;
}
#contact-root[data-open="true"]{
  opacity:1;
  pointer-events:auto;
}
#contact-root[data-open="false"]{ background-color: transparent; }
#contact-root .bk-modal{ 
  display:flex;
  flex-direction:column;
  width:min(720px, 100%); 
  /* Constrain height so the modal body can scroll */
  height: auto;
  max-height: 90vh;
  max-height: 90dvh;
  background:#fff;
  border-radius:16px;
  box-shadow:0 8px 40px -8px rgba(0,0,0,.4);
  overflow:hidden;
  opacity:0;
  transform: translateY(18px) scale(.98);
  transition: transform .28s cubic-bezier(.16,.8,.24,1), opacity .22s ease;
  will-change: transform, opacity;
  color:#111;
}
#contact-root[data-open="true"] .bk-modal{ opacity:1; transform: translateY(0) scale(1); }
#contact-root .bk-body{ 
  padding:34px 40px 24px; 
  overflow:auto;
  display:flex;
  flex-direction:column;
  flex:1;
  min-height:0; /* critical: allow scrolling inside a flex container */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
#contact-root .bk-step h2{ font-size:22px; margin:0 0 20px; }
#contact-root .bk-grid{ gap:18px; }

/* Contact barber carousel */
#contactBarberGrid{
  display:flex;
  gap:12px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 10px;
  margin:0 -2px;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x pan-y;
  cursor:grab;
}
#contactBarberGrid[data-dragging="true"]{ cursor:grabbing; }
#contactBarberGrid::-webkit-scrollbar{ height:8px; }
#contactBarberGrid::-webkit-scrollbar-thumb{ background:#d6d6d6; border-radius:10px; }

#contactBarberGrid .sel-card{
  flex:0 0 auto;
  width:140px;
  padding:10px;
  border-radius:14px;
  scroll-snap-align:start;
  scroll-snap-stop: always;
}

/* Smooth reveal of barber contact details after selection */
#barberContact{
  overflow:hidden;
  max-height:0;
  opacity:0;
  transform: translateY(-6px);
  transition: max-height .28s cubic-bezier(.2,.8,.2,1), opacity .22s ease, transform .22s ease;
  will-change: max-height, opacity, transform;
}
#barberContact[data-open="true"]{
  max-height: 260px;
  opacity:1;
  transform: translateY(0);
}

#contactBarberGrid .cb-portrait{ width:100%; aspect-ratio:2 / 3; }
#contactBarberGrid .cb-portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:14px;
}
#contactBarberGrid .cb-name{ margin-top:10px; font-weight:700; font-size:13px; color:#111; text-align:center; }

/* Contact skeleton placeholders (prevents modal height jump while loading) */
#contactBarberGrid .sel-card.is-skeleton{ border:1px solid #e6e6e6; background:#fafafa; }
#contactBarberGrid .sel-card.is-skeleton .cb-portrait{ display:block; }
#contactBarberGrid .sel-card.is-skeleton .sk{
  display:block;
  background: linear-gradient(90deg, #efefef 0%, #f7f7f7 40%, #efefef 80%);
  background-size: 200% 100%;
  animation: skShimmer 1.1s ease-in-out infinite;
  border-radius:14px;
}
#contactBarberGrid .sel-card.is-skeleton .sk-portrait{ width:100%; height:100%; }
#contactBarberGrid .sel-card.is-skeleton .cb-name{ margin-top:10px; }
#contactBarberGrid .sel-card.is-skeleton .sk-name{ height:12px; width:70%; margin:0 auto; border-radius:999px; }

@keyframes skShimmer{
  0%{ background-position: 200% 0; }
  100%{ background-position: -200% 0; }
}
#contact-root .contact-card{ border:1px solid #ccc; border-radius:12px; padding:14px 16px; background:#fff; margin:10px 0 14px; }
#contact-root .contact-card:last-of-type{ margin-bottom: 28px; }
#contact-root .contact-card h4{ margin:0 0 8px; font-size:14px; letter-spacing:.4px; color:#555; text-transform:uppercase; }
#contact-root .contact-card .row{ margin:4px 0; }
#contact-root .contact-card a{ color:#0b65d6; font-weight:600; }

/* Hours dropdown */
#contact-root .contact-card .hours-dropdown{ margin-top:10px; }
#contact-root .contact-card .hours-dropdown > summary{
  list-style:none;
  cursor:pointer;
  user-select:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border:1px solid #e6e6e6;
  border-radius:12px;
  background:#fbfbfb;
}
#contact-root .contact-card .hours-dropdown > summary::-webkit-details-marker{ display:none; }
#contact-root .contact-card .hours-title{ font-weight:700; color:#111; }
#contact-root .contact-card .hours-hint{ margin-left:auto; font-size:12px; color:#666; white-space:nowrap; }
#contact-root .contact-card .hours-caret{
  width:10px;
  height:10px;
  border-right:2px solid #111;
  border-bottom:2px solid #111;
  transform: rotate(45deg);
  transition: transform .16s ease;
  opacity:.85;
}
#contact-root .contact-card .hours-dropdown[open] > summary .hours-caret{ transform: rotate(-135deg); }

/* Hours list layout (day left, time right) */
#contact-root .contact-card .hours-list{
  margin-top:8px;
  border:1px solid #eee;
  border-radius:12px;
  background:#fbfbfb;
  padding:8px 10px;
}
#contact-root .contact-card .hours-row{
  width:100%;
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap:16px;
  padding:6px 2px;
  line-height:1.3;
}
#contact-root .contact-card .hours-row + .hours-row{ border-top:1px solid #f0f0f0; }
#contact-root .contact-card .hours-day{ color:#111; font-weight:600; }
#contact-root .contact-card .hours-time{ color:#111; text-align:right; white-space:nowrap; font-variant-numeric: tabular-nums; }
#contact-root .contact-card .hours-row.is-closed .hours-day{ color:#666; font-weight:500; }
#contact-root .contact-card .hours-row.is-closed .hours-time{ color:#666; }
#contact-root .bk-nav{ 
  background:#fff; 
  padding: 16px 24px; 
  display:flex; 
  gap:12px; 
  border-top:1px solid #e0e0e0;
  box-shadow: 0 -10px 26px rgba(0,0,0,0.08);
}
#contact-root .bk-nav button{
  flex:1;
  background:#111;
  color:#fff;
  border:0;
  padding:14px 20px;
  font-size:15px;
  font-weight:600;
  border-radius:12px;
  cursor:pointer;
  transition:background .12s ease, transform .08s ease;
}
#contact-root .bk-nav button:hover{ background:#000; }
#contact-root .bk-nav button:active{ transform:translateY(1px); }

@media (max-width: 480px), (orientation: portrait){
  #contact-root{ padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); }
  #contact-root .bk-modal{ 
    width:100%; 
    height: auto;
    max-height: 92vh; 
    max-height: 92dvh;
    border-radius:14px; 
  }
  #contact-root .bk-body{ padding:24px 20px 16px; }
  #contact-root .bk-grid{ gap:12px; }
  #contactBarberGrid .sel-card{ width:128px; }
  #contact-root .bk-nav{ padding: 12px 16px; }
  /* Ensure footer button never overflows on narrow phones - full width with safe-area padding */
  #contact-root .bk-nav > button{
    display:block;
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 14px 16px;
  }
}

#gallery-root[hidden]{ display:none; }
#gallery-root{ position:fixed; inset:0; display:flex; align-items:center; justify-content:center; background: var(--bk-bg-overlay, rgba(0,0,0,.55)); z-index:9999; padding:20px; transition: background .22s ease; }
#gallery-root[data-closing="true"]{ background: rgba(0,0,0,0); }
#gallery-root .bk-modal{ grid-template-columns: 1fr; grid-template-rows: 1fr auto; width:min(980px, 100%); max-height:85vh; grid-auto-rows:minmax(0,auto); animation: modalIn .25s cubic-bezier(.16,.8,.24,1); }
#gallery-root[data-closing="true"] .bk-modal{ animation: modalOut .22s cubic-bezier(.2,.6,.3,1) forwards; }
#gallery-root .bk-body{ padding:26px 26px 12px; overflow:auto; min-height:0; -webkit-overflow-scrolling: touch; }
#gallery-root .bk-step h2{ font-size:22px; margin:0 0 16px; }
#gallery-root .bk-nav{ background:#fff; position:static; margin-top:0; border-top:1px solid var(--hair); padding:10px; display: flex; }
#gallery-root .bk-nav button{
  flex:1;
  background:#111;
  color:#fff;
  border:0;
  padding:14px 20px;
  font-size:15px;
  font-weight:600;
  border-radius:12px;
  cursor:pointer;
  transition:background .12s ease, transform .08s ease;
}
#gallery-root .bk-nav button:hover{ background:#000; }
#gallery-root .bk-nav button:active{ transform:translateY(1px); }

/* Gallery grid */
.gl-grid{ display:grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap:14px; grid-auto-rows: 10px; align-items:start; }
.gl-card{ position:relative; background:#fff; border:1px solid #000000af; border-radius:12px; overflow:hidden; display:block; align-self:start; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; cursor:pointer; }
.gl-card video, .gl-card img{ width:100%; height:100%; object-fit:cover; display:block; }
.gl-card.gl-h-sm{ height: 180px; }
.gl-card.gl-h-md{ height: 260px; }
.gl-card.gl-h-lg{ height: 340px; }
.gl-card::after{ content:""; position:absolute; inset:0; background: rgba(0,0,0,0); transition: background .15s ease; pointer-events: none; }
.gl-card.pressed::after{ background: rgba(0,0,0,0.18); }
.gl-card.is-focused{ z-index:3; transform: scale(1.04); box-shadow:0 18px 40px rgba(0,0,0,.25); border-color:#000; grid-column: span 2; }
.gl-play-icon{ position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index:1; pointer-events:none; opacity:0.9; transition: opacity .15s ease, transform .15s ease; }
.gl-card:hover .gl-play-icon{ opacity:1; transform: translate(-50%, -50%) scale(1.1); }
.gl-max-btn{ position:absolute; right:8px; bottom:8px; z-index:2; background: rgba(0,0,0,0.55); color:#fff; border:1px solid rgba(255,255,255,.8); border-radius:10px; padding:6px 8px; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.gl-max-btn:hover{ background: rgba(0,0,0,0.7); }
.gl-max-btn:focus-visible{ outline:2px solid #fff; outline-offset:2px; }

/* Viewer overlay inside gallery modal body */
.gl-viewer{ position:fixed; inset:0; background: rgba(0,0,0,0.75); display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition: opacity .18s ease; z-index: 5; }
.gl-viewer[data-open="true"]{ opacity:1; pointer-events:auto; }
.gl-viewer video{ max-width:min(95vw, 1200px); max-height:min(80vh, 700px); width:100%; height:auto; box-shadow:0 10px 30px rgba(0,0,0,.6); border:1px solid rgba(255,255,255,.2); border-radius:12px; }
.gl-viewer .gl-close{ position: fixed; top: 12px; left: 50%; transform: translateX(-50%); z-index: 10; background:#fff; color:#000; border:1px solid #000; border-radius:16px; padding:16px 22px; font-weight:800; font-size:18px; line-height:1; cursor:pointer; min-width:56px; min-height:56px; }

/* When the viewer is open, hide the modal footer close button to avoid duplicates and prevent overlap with media controls */
#gallery-root[data-viewer-open="true"] .bk-nav{ display:none; }

@media (max-width: 480px), (orientation: portrait){
  /* Full-screen Gallery modal on mobile */
  #gallery-root{ padding: 0; align-items:stretch; justify-content:stretch; }
  #gallery-root .bk-modal{ width:100vw; height:100dvh; max-height:none; border-radius:0; grid-template-columns:1fr; display:grid; grid-template-rows: 1fr auto; }
  #gallery-root .bk-body{ padding:16px 16px 8px; overflow-y:auto; max-height:none; min-height:0; }
  #gallery-root .bk-nav{ padding: 12px 16px max(14px, env(safe-area-inset-bottom)); border-radius:0; }
  .gl-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap:10px; }
  .gl-card.gl-h-sm{ height: 140px; }
  .gl-card.gl-h-md{ height: 200px; }
  .gl-card.gl-h-lg{ height: 260px; }
  .gl-viewer{ background: rgba(0,0,0,0.85); padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); }
  .gl-viewer video{ width:100%; height:100%; max-width:none; max-height:none; box-shadow:none; border:none; border-radius:0; object-fit:contain; background:#000; }
  .gl-viewer .gl-close{ top: max(31px, env(safe-area-inset-top)); left: 50%; transform: translateX(-50%); }
  .gl-card.is-focused{ grid-column: span 1; }
}

/* ===== About Us Section ===== */
.about-section{
  position: relative;
  z-index: 2;
  background: #000;
  padding: clamp(60px, 12vh, 120px) clamp(20px, 6vw, 80px);
}
.about-label{
  position: static;
  display:block;
  margin: -10px 0 18px;
  text-align:left;
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 6px;
}
.about-inner{
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.about-title{
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 300;
  color: #fff;
  margin: 0 0 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: left;
}
.about-subtitle{
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(20px, 3.5vw, 32px);
  font-weight: 300;
  color: #fff;
  margin: 48px 0 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.about-text{
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(15px, 2.2vw, 18px);
  line-height: 1.9;
  color: rgba(255,255,255,0.85);
  margin: 0 0 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.about-text:last-child{
  margin-bottom: 0;
}

/* ===== Scroll Reveal Animation ===== */
.scroll-reveal{
  will-change: transform;
}
.sr-word{
  display: inline-block;
  will-change: opacity, transform;
}
.char {
  display: inline-block;
  will-change: opacity, transform;
}

/* ===== Video Showcase Section ===== */
.section-divider{
  border: none;
  height: 1px;
  background: rgba(255,255,255);
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.video-section{
  position: relative;
  z-index: 2;
  background: #000;
  padding: clamp(20px, 4vh, 40px) clamp(20px, 6vw, 80px) clamp(40px, 8vh, 80px);
}
.video-inner{
  max-width: 1000px;
  margin: 0 auto;
}
.showcase-quote{
  font-family: 'Tangerine', cursive;
  font-size: clamp(52px, 10vw, 90px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 clamp(20px, 4vh, 36px);
  letter-spacing: 3px;
  line-height: 1.1;
}
.showcase-video{
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

@media (min-width: 1024px) {
  .showcase-video {
    max-width: 360px; /* Restrict width on desktop to avoid massive vertical video */
    margin: 0 auto;
  }
}

/* ===== Floating Booking Button ===== */
.floating-booking-btn{
  position: fixed;
  right: clamp(16px, 4vw, 32px);
  top: 50%;
  transform: translateY(-50%) translateX(100px) rotate(180deg);
  z-index: 1000;
  background: #fff;
  color: #111;
  border: 2px solid rgba(0,0,0,1);
  padding: 14px 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25), 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 0.8, 0.24, 1), opacity 0.3s ease, visibility 0.3s ease, background 0.15s ease, color 0.15s ease;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.floating-booking-btn.visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0) rotate(270deg);
}
.floating-booking-btn:hover{
  background: #111;
  color: #fff;
  border-color: #111;
}
.floating-booking-btn:active{
  transform: translateY(-50%) scale(0.96);
}
/* Hide when booking modal is open */
body.booking-open .floating-booking-btn,
body.contact-open .floating-booking-btn{
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(100px);
}

/* ===== Site Footer ===== */
.site-footer{
  position: relative;
  z-index: 2;
  background: #000000;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: clamp(40px, 8vh, 80px) clamp(20px, 6vw, 60px);
  font-family: 'Josefin Sans', sans-serif;
}
.footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.footer-brand{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer-logo{
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.footer-tagline{
  font-family: 'Tangerine', cursive;
  font-size: clamp(28px, 4vw, 36px);
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.footer-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 4vw, 40px);
}
.footer-link{
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.2s ease;
}
.footer-link:hover{
  color: #fff;
}
.footer-divider{
  height: 1px;
  background: rgba(255,255,255,0.1);
  width: 100%;
}
.footer-bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  letter-spacing: 1px;
}
.footer-contact{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-contact p{
  margin: 0;
}
.footer-social{
  display: flex;
  gap: 24px;
}
.social-link{
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  transition: color 0.2s ease;
}
.social-link:hover{
  color: #fff;
}
.copyright{
  margin: 0;
  opacity: 0.6;
}
.footer-info{
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.built-by{
  margin-top: 5px;
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
.built-by a{
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.github-icon{
  width: 14px;
  height: 14px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  position: relative;
  top: -1px; /* Tiny nudge for optical alignment */
}
.built-by a:hover .github-icon{
  opacity: 1;
}
.built-by a:hover{
  color: #8f9eff;
  opacity: 1;
}

@media (min-width: 768px){
  .footer-top{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .footer-brand{
    align-items: flex-start;
  }
  .footer-bottom{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
  }
  .footer-contact{
    align-items: flex-start;
  }
  .footer-info{
    align-items: flex-end;
  }
}

