
.floatingCTA {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  padding: 11px 17px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 9999;
}

.fh-navbar {
  background: #efd9b3;
  border-bottom: 1px solid rgba(44, 31, 16, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  height: 70px;
  display: flex;
  align-items: center;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s ease;
  will-change: transform;
}

.fh-navbar.hide {
  transform: translateY(-100%);
}

.fh-nav-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}

.fh-nav-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.fh-nav-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #4d3625;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0;
  white-space: nowrap;
}

.fh-nav-menu-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.fh-nav-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4d3625;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0;
  white-space: nowrap;
}

.fh-nav-search-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.fh-search-text {
  display: inline;
}

.fh-nav-center {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fh-nav-center a img {
  height: 52px;
  width: auto;
  display: block;
}

.fh-nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fh-book-btn-text {
  font-size: 13px;
  color: #4d3625;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fh-book-btn-text:hover {
  color: #a36f48;
}

.fh-book-icon {
  display: none;
}

/* ===== SEARCH BAR ===== */

/* ===== DRAWER ===== */
.fh-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fh-drawer-overlay.open {
  pointer-events: all;
  opacity: 1;
}

.fh-drawer {
  width: 300px;
  height: 100%;
  background: #efd9b3;
  display: flex;
  flex-direction: column;
  padding: 18px 18px;
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  position: relative;
  z-index: 2001;
  overflow-y: auto;
}

.fh-drawer-overlay.open .fh-drawer {
  transform: translateX(0);
}

.fh-drawer-backdrop {
  flex: 1;
  background: rgba(44, 31, 16, 0.35);
  cursor: pointer;
}

/* Drawer top row — close left, search right */
.fh-drawer-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.fh-drawer-close {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  font-size: 13px;
  color: #4d3625;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0; /* reset — spacing now handled by fh-drawer-top-row */
  letter-spacing: 0.5px;
}

.fh-drawer-close svg {
  width: 18px;
  height: 18px;
}

/* Search icon in drawer — hidden on desktop, shown on mobile */
.fh-drawer-search-icon {
  display: none; /* hidden on desktop */
  background: none;
  border: none;
  cursor: pointer;
  color: #4d3625;
  padding: 4px;
  align-items: center;
  justify-content: center;
}

.fh-drawer-search-icon svg {
  width: 20px;
  height: 20px;
}

.fh-drawer-search-icon:hover {
  color: #a36f48;
}

.fh-drawer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
}

.fh-drawer-nav li a {
  display: block;
  font-size: 16px;
  color: #4d3625;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 400;
  transition: color 0.2s;
}

.fh-drawer-nav li a:hover {
  color: #4d3625;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px; /* Adjust the gap here */
}

.fh-drawer-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(44, 31, 16, 0.2);
}

.fh-drawer-footer p {
  font-size: 12px;
  color: #8a7560;
  margin: 0 0 4px 0;
}

.fh-drawer-footer a {
  display: block;
  font-size: 13px;
  color: #4d3625;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 16px;
}

.fh-drawer-footer .find-store {
  font-size: 13px;
  color: #4d3625;
  font-weight: 600;
  text-decoration: none;
}

.fh-drawer-footer .find-store:hover {
  color: #a36f48;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .fh-nav-inner {
    padding: 0 16px;
  }

  /* Hide search button in NAVBAR on mobile (it's in the drawer instead) */
  .fh-nav-search-btn {
    display: none;
  }

  /* Logo smaller on mobile */
  .fh-nav-center a img {
    height: 38px;
  }

  /* Hide text Book Appointment, show icon only */
  .fh-book-btn-text span.fh-book-label {
    display: none;
  }

  .fh-book-icon {
    display: block;
    width: 22px;
    height: 22px;
    color: #4d3625;
  }

  .fh-drawer {
    width: 85vw;
    max-width: 320px;
  }

  /* Show search icon in drawer on mobile */
  .fh-drawer-search-icon {
    display: flex;
  }
}

/* ===== TABLET ===== */
@media (min-width: 768px) and (max-width: 991px) {
  .fh-nav-inner {
    padding: 0 24px;
  }

  .fh-nav-center a img {
    height: 44px;
  }

  .fh-book-btn-text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

/* ===== DESKTOP ===== */
@media (min-width: 992px) {
  .fh-nav-menu-btn {
    font-size: 14px;
  }

  .fh-nav-search-btn {
    font-size: 14px;
  }
}
/* ===== TV / LARGE (1500px–1920px) ===== */
@media (min-width: 1499px) {
  .fh-navbar {
    height: 90px;
  }

  .fh-nav-center a img {
    height: 72px;
  }

  .fh-book-btn-text {
    font-size: 16px;
  }

  .fh-nav-menu-btn {
    font-size: 16px;
  }

  .fh-nav-search-btn {
    font-size: 16px;
  }
}

/* ===== 4K / ULTRA WIDE (1920px+) ===== */
@media (min-width: 1920px) {
  .fh-navbar {
    height: 94px;
  }

  .fh-nav-center a img {
    height: 90px;
  }

  .fh-book-btn-text {
    font-size: 22px;
  }

  .fh-nav-menu-btn {
    font-size: 22px;
  }

  .fh-nav-search-btn {
    font-size: 22px;
  }
  .fh-drawer-nav li a{
    font-size: 22px;
  }
  .fh-drawer-close{
    font-size: 20px;
  }
  .fh-drawer-footer .find-store{
    font-size: 20px;
  }
}


/* ===== SEARCH OVERLAY ===== */
.fh-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.fh-search-overlay.open {
  pointer-events: all;
  opacity: 1;
}

.fh-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(44, 31, 16, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.fh-search-box {
  position: relative;
  z-index: 1;
  background: #efd9b3;
  width: 100%;
  max-width: 680px;
  margin: 80px 20px 0;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(44, 31, 16, 0.25);
  overflow: hidden;
  transform: translateY(-16px);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fh-search-overlay.open .fh-search-box {
  transform: translateY(0);
}

.fh-search-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(44, 31, 16, 0.12);
}

.fh-search-top input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  color: #4d3625;
}

.fh-search-top input::placeholder {
  color: #a08060;
}

.fh-search-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #8a7560;
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  transition: background 0.2s;
}

.fh-search-close-btn:hover {
  background: rgba(44, 31, 16, 0.08);
  color: #4d3625;
}

.fh-search-results {
  max-height: 420px;
  overflow-y: auto;
}

.fh-search-hint {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a7560;
  margin: 0;
  padding: 16px 20px 10px;
}

.fh-suggestion-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 16px;
}

.fh-chip {
  background: rgba(44, 31, 16, 0.08);
  border: 1px solid rgba(44, 31, 16, 0.15);
  color: #4d3625;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.fh-chip:hover {
  background: rgba(44, 31, 16, 0.15);
  border-color: #4d3625;
}

.fh-result-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  text-decoration: none;
  transition: background 0.15s;
  border-top: 1px solid rgba(44, 31, 16, 0.06);
  cursor: pointer;
}

.fh-result-item:hover {
  background: rgba(44, 31, 16, 0.06);
}

.fh-result-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(44, 31, 16, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #4d3625;
}

.fh-result-icon svg {
  width: 16px;
  height: 16px;
}

.fh-result-text {
  flex: 1;
}

.fh-result-title {
  font-size: 14px;
  font-weight: 600;
  color: #4d3625;
  margin: 0 0 2px 0;
}

.fh-result-desc {
  font-size: 12px;
  color: #8a7560;
  margin: 0;
}

.fh-result-arrow {
  color: #8a7560;
  font-size: 16px;
}

.fh-no-results {
  padding: 24px 20px;
  text-align: center;
  font-size: 13px;
  color: #8a7560;
}

.fh-result-highlight {
  color: #a36f48;
  font-weight: 700;
}

@media (max-width: 767px) {
  .fh-search-box {
    margin: 0;
    border-radius: 0 0 12px 12px;
    max-width: 100%;
  }
}