
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    position: relative;
    z-index: 1;
}

body {
      background-color: #110b19;

    background-image: url('../imgs/barberguy.png');
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#110b19e8;
    pointer-events: none;
    z-index: -1;
}




.hamburger span {
    width: 30px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* ==================== HERO SECTION ==================== */
.hero {
    padding-top: 80px; /* Clear fixed header */
    min-height: 100vh;
        background: rgba(0, 0, 0, 0.6);

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.hero-text {
    flex: 1;
    color: #fff;
    text-align: left;
    max-width: 600px;
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-text h1 span {
    color: #ffffff;
}

.hero-text .tagline {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ccc;
    margin-bottom: 1.5rem;
}

.info-box {
    max-width: 520px;
     max-height: 800px;

    position: relative;
    border-radius: 18px;
    padding: 1.25rem 1.4rem 1.1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    background: linear-gradient(rgba(25, 15, 39, 0.959), rgb(25, 15, 39)), url(../imgs/blendycity.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .03);
    transition: transform .25s ease, box-shadow .25s ease;
}

.info-box p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #eee;
}

.info-box a {
    color: #cacaca;
    text-decoration: underline;
}

.location-map {
    margin-top: 15px;
    width: 100%;
    max-width: 500px;
    height: 170px;
    border: 0;
    border-radius: 16px;
}

/* Buttons */
.button-container {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.btn {
    background: #29183f;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.26));
        color: #fff;
    padding: 0 1.5rem;
    height: 56px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn:hover {
opacity: 0.8;    transform: translateY(-2px);
}

.instagram-btn {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.instagram-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.instagram-btn i {
    font-size: 2rem;
}

/* Hero Logo */
.hero-logo img {
    max-width: 700px;
    height: auto;
}

/* Rating Style */
.rating {
    font-size: 1rem;
    color: #ffcc00;
    margin: 5px 0;
    font-weight: bold;
}

.rating i {
    margin-right: 5px;
    color: #ffcc00;
}

/* ==================== REVIEWS SECTION ==================== */
.reviews {
    background: rgba(0, 0, 0, 0.6);
    padding: 6rem 1rem;
    text-align: center;
}

.reviews .container {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.reviews .subtitle {
    font-size: 1.2rem;
    color: #cacaca;
    margin-bottom: 3rem;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.review-card {
    background: rgba(0, 0, 0, 0.291);
    border-left: 3px solid #d11d177a;
    border-bottom: 3px solid #d11d177a;
    border-radius: 17px;
    padding: 1.25rem;
    text-align: left;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.review-card:hover {
    transform: translateY(-10px);
}

.review-card .stars {
    color: #d11e17;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.review-card .message {
    font-style: italic;
    color: #eee;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.review-card .author {
    color: #ccc;
    font-size: 0.9rem;
}

.review-card .time {
    color: #888;
}

.owner-reply {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(209, 30, 23, 0.5);
    font-size: 0.9rem;
    color: #d11e17;
}

/* ==================== MOBILE RESPONSIVE ==================== */

body::before {
    -webkit-transform: translateZ(0); /* or translate3d(0,0,0) */
    transform: translateZ(0);
}
@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2.2rem;
    }

    .logo img {
        height: 60px;
    }
}




.reviews-marquee {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-row {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: marquee-left 42s linear infinite;
}

.marquee-track.reverse {
  animation: marquee-right 46s linear infinite;
}

.review-pill .author {
  font-weight: 600;
  margin-top: .5rem;
  opacity: .85;
  text-align: left;
  
}

.review-pill .time {
  font-size: .8rem;
  opacity: .6;
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}
.reviews-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-row:hover .marquee-track {
  animation-play-state: paused;
}


.review-pill:hover {
  box-shadow:
    0 16px 40px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.review-pill .author {
  font-weight: 700;
  font-size: .95rem;
  color: #f2f2f2;
}

.review-pill .message {
  margin-top: .6rem;
  font-size: .95rem;
  line-height: 1.45;
  color: #e6e6e6;
}

.review-pill .time {
  margin-top: .5rem;
  font-size: .75rem;
  color: #9a9a9a;
}
.review-pill {
    min-width: 340px;
    max-width: 520px;
    position: relative;
    border-radius: 18px;
    padding: 1.25rem 1.4rem 1.1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(rgba(25, 15, 39, 0.959), rgb(25, 15, 39)),
        url("../imgs/blendycity.png");
    background-size: cover;
    background-position: center;
    box-shadow:
        0 10px 30px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.03);
    transition: transform .25s ease, box-shadow .25s ease;
}


.review-pill:hover {
opacity: 0.8;
  box-shadow:
    0 16px 40px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: .6rem;
}

.review-avatar,
.review-avatar-fallback {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #2a2a2a;
  object-fit: cover;
}

.review-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .95rem;
}

.review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-pill .author {
  font-weight: 700;
  font-size: .95rem;
  color: #f2f2f2;
  line-height: 1.2;
}

.review-pill .stars {
  color: #f5c518;
  font-size: .9rem;
  align-items: left;
  text-align: left;
  justify-content: left;
  letter-spacing: 1px;
}

.review-pill .message {
  margin-top: .6rem;
  font-size: .95rem;
  line-height: 1.45;
  color: #e6e6e6;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
    text-align: left;

  position: relative;
}


.review-pill .time {
  margin-top: auto;
  padding-top: .6rem;
  font-size: .75rem;
  color: #9a9a9a;
  text-align: left;
}

.map-links {
    display: flex;
    gap: 14px;
    margin-top: 8px;
}

.map-links a {
    font-size: 0.9rem;
    color: #f8f8f8;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(37, 18, 53);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.map-links a:hover {
    transform: scale(1.10);
    opacity: 0.85;
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    height: 72px;
    padding: 0 5%;
  }

  .logo img {
    height: 64px;
  }

  .hero {
    padding-top: 110px;
    min-height: auto;
  }

  .hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem 1rem;
  }

  .hero-text {
    max-width: 100%;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.4rem;
  }

  .hero-text .tagline {
    font-size: 1.05rem;
  }

  .hero-logo img {
    max-width: 280px;
    margin: 0 auto;
  }

  .button-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .btn {
    height: 52px;
    width: 100%;
    padding: 0 1.25rem;
  }

  .info-box {
    max-width: 100%;
    padding: 1rem;
  }

  .location-map {
    height: 160px;
  }

  .reviews {
    padding: 4rem 1rem;
  }

  .reviews h2 {
    font-size: 2rem;
  }

  .reviews .subtitle {
    font-size: 1rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 1rem;
  }

  .nav-desktop {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-drawer {
    width: 86vw;
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.1rem;
  }

  .btn {
    width: 100%;
  }

  .instagram-btn {
    width: 100%;
        margin-left: 0px;

  }

  .map-links {
    flex-wrap: wrap;
  }

  .map-links a {
    flex: 1 1 100%;
    text-align: center;
  }

  .review-pill {
    min-width: 300px;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 68px;
  }
.social-link{
  display: none;
}
  .logo img {
    height: 56px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-text h1 {
    font-size: 1.95rem;
  }

  .hero-text .tagline {
    font-size: 0.95rem;
  }

  .hero-logo img {
    max-width: 240px;
  }

  .review-pill {
    min-width: 260px;
    padding: 1rem;
  }


}

body {
  background-attachment: scroll;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  .reviews-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.marquee-track {
  will-change: transform;
  transform: translateZ(0);
}
.marquee-track .review-pill {
  box-shadow: none;
}
@media (max-width: 768px) {
  .marquee-track {
    animation-duration: 70s;
  }
}
@media (hover: none) {
  .reviews-marquee:hover .marquee-track,
  .marquee-row:hover .marquee-track {
    animation-play-state: running;
  }
}
