.home-body {
  background: var(--black);
}

.navbar-solid {
  background: #0a0a0c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.video-frame-section {
  text-align: center;
  padding: 100px 20px 10px;
}

.video-badge {
  position: relative;
  z-index: 2;
  width: 84px;
  height: 84px;
  margin: 0 auto -42px;
  border-radius: 50%;
  overflow: hidden;
  background: #0a0a0c;
  border: 3px solid var(--gold);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}

.video-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-frame {
  position: relative;
  width: 240px;
  max-width: 70vw;
  aspect-ratio: 9 / 16;
  margin: 0 auto 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid rgba(244, 197, 66, 0.55);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

@media (max-width: 480px) {
  .video-frame-section { padding: 92px 20px 16px; }
  .video-badge { width: 76px; height: 76px; margin-bottom: -38px; }
}

.video-frame-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-header {
  text-align: center;
  padding: 20px 20px 50px;
}

.gallery-header .tag-marker {
  transform: rotate(-3deg);
}

.gallery-title {
  font-family: 'Bungee', cursive;
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 3.4rem);
  color: #fff;
  letter-spacing: 2px;
  margin: 6px 0 14px;
}

.gallery-title .fade-word {
  color: var(--gold);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.barber-tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.65);
  padding: 4px 10px;
  border-radius: 4px;
  pointer-events: none;
}

@media (max-width: 520px) {
  .gallery { grid-template-columns: 1fr; }
}

/* ===== Barbers ===== */
.barbers {
  text-align: center;
  padding: 20px 20px 30px;
}

.barber-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 720px;
  margin: 0 auto;
}

.barber-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.barber-slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
}

.barber-slideshow .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.barber-slideshow .slide.active {
  opacity: 1;
}

.slide-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.slide-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: background 0.3s ease;
}

.slide-dots .dot.active {
  background: var(--gold);
}

.barber-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #fff;
}

.btn-book-barber {
  width: 100%;
  font-family: 'Bungee', cursive;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #ffe08a 0%, #ffd35c 45%, var(--gold) 100%);
  box-shadow: 0 4px 16px rgba(244, 197, 66, 0.4), 0 2px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-book-barber:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 24px rgba(244, 197, 66, 0.55), 0 2px 6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 520px) {
  .barber-grid { grid-template-columns: 1fr; max-width: 320px; }
}

.section-title {
  font-family: 'Bungee', cursive;
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 3.4rem);
  color: #fff;
  letter-spacing: 2px;
  margin: 6px 0 40px;
}

.section-title .fade-word {
  color: var(--gold);
}

/* ===== Visit / Contact ===== */
.visit {
  text-align: center;
  padding: 20px 20px 100px;
}

.visit-info {
  margin-bottom: 30px;
}

.visit-line {
  font-size: 1.1rem;
  color: #e6e6e6;
  font-weight: 600;
}

.visit-hours {
  font-size: 0.95rem;
  color: var(--gold);
  font-weight: 600;
  margin-top: 10px;
}

.socials {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.social-link {
  font-family: 'Bungee', cursive;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 22px;
  border-radius: 8px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
}

/* ===== Footer ===== */
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding: 36px 20px 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.credit-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 6px 18px 6px 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.credit-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: block;
}

.credit-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.credit-by {
  font-size: 0.55rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a8a8a;
}

.credit-name {
  font-family: 'Bungee', cursive;
  font-size: 0.8rem;
  color: #0a0a0a;
}

.credit-email {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}

.credit-email:hover {
  color: #2dd4bf;
}
