/* =============================================
   INFINITE BARBER — style.css
   Black | Gold | Red Premium Theme
   ============================================= */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: #0a0a0a; color: #f0f0f0; }

/* ---- TOPBAR ---- */
.topbar { background: #0d0d0d; text-align: center; padding: 9px 20px; font-size: 12px; letter-spacing: 2px; color: #888; border-bottom: 1px solid rgba(201,168,76,0.2); }
.topbar a { color: #c9a84c; text-decoration: none; font-weight: 600; }

/* ---- NAV ---- */
nav { background: #0d0d0d; border-bottom: 1px solid rgba(201,168,76,0.2); padding: 0 48px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; height: 64px; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand img { width: 40px; height: 30px; object-fit: contain; filter: invert(1); }
.nav-brand-text { font-family: 'Barlow', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 4px; color: #f0f0f0; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #888; text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: #c9a84c; }
.nav-call { background: transparent; color: #c9a84c; border: 1px solid #c9a84c; padding: 8px 20px; font-family: 'Barlow', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: all .2s; }
.nav-call:hover { background: #c9a84c; color: #0a0a0a; }

/* ---- HERO ---- */
.hero { background: linear-gradient(160deg, #0a0a0a 50%, #111 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 520px; border-bottom: 1px solid rgba(201,168,76,0.13); padding: 80px 40px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at center, rgba(201,168,76,0.03) 0%, transparent 70%); pointer-events: none; }
.hero-corner-tl { position: absolute; top: 28px; left: 28px; width: 56px; height: 56px; border-top: 1px solid rgba(201,168,76,0.27); border-left: 1px solid rgba(201,168,76,0.27); }
.hero-corner-br { position: absolute; bottom: 28px; right: 28px; width: 56px; height: 56px; border-bottom: 1px solid rgba(201,168,76,0.27); border-right: 1px solid rgba(201,168,76,0.27); }
.hero-badge { display: inline-block; border: 1px solid rgba(201,168,76,0.33); color: #c9a84c; font-size: 10px; letter-spacing: 4px; padding: 5px 16px; margin-bottom: 24px; font-family: 'Barlow', sans-serif; text-transform: uppercase; }
.hero-phone { font-size: 13px; letter-spacing: 3px; color: #888; margin-bottom: 20px; font-family: 'Barlow', sans-serif; }
.hero-divider { width: 40px; height: 1px; background: #c9a84c; margin: 0 auto 24px; }
.hero-logo { width: 180px; object-fit: contain; filter: invert(1); margin-bottom: 24px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 900; letter-spacing: 4px; line-height: 1.0; color: #f0f0f0; margin-bottom: 14px; }
.hero-title span { color: #c9a84c; }
.hero-sub { font-size: 13px; color: #666; letter-spacing: 2px; margin-bottom: 36px; font-weight: 300; text-transform: uppercase; }
.btn-gold { display: inline-block; background: #c9a84c; color: #0a0a0a; border: none; padding: 14px 40px; font-family: 'Barlow', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background .2s; }
.btn-gold:hover { background: #e0b95a; }
.btn-outline { display: inline-block; background: transparent; color: #c9a84c; border: 1px solid #c9a84c; padding: 14px 40px; font-family: 'Barlow', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; text-decoration: none; margin-left: 12px; transition: all .2s; }
.btn-outline:hover { background: rgba(201,168,76,0.13); }

/* ---- SECTION BASE ---- */
.sec-label { text-align: center; font-family: 'Barlow', sans-serif; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; margin-bottom: 8px; }
.sec-heading { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; text-align: center; margin-bottom: 8px; letter-spacing: 1px; color: #f0f0f0; }
.sec-div { width: 40px; height: 1px; background: #c9a84c; margin: 0 auto 40px; }

/* ---- ABOUT ---- */
.about-section { border-bottom: 1px solid rgba(201,168,76,0.13); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.about-left { background: #0a0a0a; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 48px; position: relative; overflow: hidden; }
.about-left::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(201,168,76,0.04), transparent 70%); }
.about-corner-tl { position: absolute; top: 32px; left: 32px; width: 48px; height: 48px; border-top: 1px solid rgba(201,168,76,0.27); border-left: 1px solid rgba(201,168,76,0.27); }
.about-corner-br { position: absolute; bottom: 32px; right: 32px; width: 48px; height: 48px; border-bottom: 1px solid rgba(201,168,76,0.27); border-right: 1px solid rgba(201,168,76,0.27); }
.about-gold-line { width: 40px; height: 1px; background: #c9a84c; }
.about-name { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: #f0f0f0; letter-spacing: 4px; text-align: center; line-height: 1.4; margin: 20px 0; }
.about-right { background: #111; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 64px; }
.about-our-story { font-family: 'Barlow', sans-serif; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; margin-bottom: 16px; }
.about-title { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: #f0f0f0; line-height: 1.15; margin-bottom: 8px; }
.about-tagline { font-family: 'Playfair Display', serif; font-size: 14px; color: #c9a84c; letter-spacing: 1px; margin-bottom: 20px; margin-top: 24px; }
.about-text { font-family: 'Barlow', sans-serif; font-size: 14px; color: #888; line-height: 1.95; font-weight: 300; }
.about-text span { color: #f0f0f0; font-weight: 400; }

/* ---- MENU ---- */
.menu-section { background: #0d0d0d; padding: 80px 48px; border-bottom: 1px solid rgba(201,168,76,0.13); }
.menu-inner { max-width: 820px; margin: 0 auto; }
.menu-cat-title { font-family: 'Barlow', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; margin: 48px 0 4px; border-bottom: 1px solid rgba(201,168,76,0.2); padding-bottom: 12px; }
.menu-cat-sub { font-size: 12px; color: #555; letter-spacing: 1px; margin-bottom: 24px; margin-top: 8px; }
.menu-item { display: flex; justify-content: space-between; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid #1a1a1a; }
.menu-item:last-child { border-bottom: none; }
.menu-item-info h4 { font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #f0f0f0; margin-bottom: 4px; }
.menu-item-info p { font-size: 12px; color: #666; line-height: 1.55; max-width: 560px; }
.menu-item-info .pkg { font-size: 11px; color: #f0f0f0; margin-top: 4px; letter-spacing: 1px; }
.menu-price { font-size: 20px; font-weight: 700; color: #c9a84c; white-space: nowrap; margin-left: 24px; padding-top: 2px; font-family: 'Playfair Display', serif; }

/* ---- GALLERY ---- */
.gallery-section { background: #111; padding: 80px 48px; border-bottom: 1px solid rgba(201,168,76,0.13); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; margin-top: 32px; }
.gallery-item { aspect-ratio: 1; background: #1a1a1a; overflow: hidden; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.4), transparent); pointer-events: none; }
.gallery-note { text-align: center; margin-top: 16px; font-size: 11px; color: #555; letter-spacing: 2px; text-transform: uppercase; }

/* ---- CONTACT ---- */
.contact-section { background: #0d0d0d; padding: 80px 48px; border-bottom: 1px solid rgba(201,168,76,0.13); }
.cancel-box { max-width: 700px; margin: 0 auto 48px; text-align: center; padding: 32px; border: 1px solid rgba(201,168,76,0.13); background: #111; }
.cancel-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #c9a84c; margin-bottom: 12px; letter-spacing: 1px; }
.cancel-text { font-size: 13px; color: #888; line-height: 1.75; }
.hours-info { text-align: center; margin-bottom: 40px; }
.hours-info .big { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #f0f0f0; margin-bottom: 6px; }
.hours-info .appt { font-size: 13px; color: #888; }
.hours-info .appt span { color: #e02020; font-weight: 600; }
.hours-info .ess { font-size: 12px; color: #555; margin-top: 4px; letter-spacing: 1px; }
.call-box { max-width: 500px; margin: 0 auto 48px; text-align: center; padding: 32px; background: #111; border: 1px solid rgba(201,168,76,0.13); }
.call-box p { font-size: 11px; color: #888; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; }
.call-box a { display: inline-block; background: #e02020; color: #fff; padding: 16px 48px; font-family: 'Barlow', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 2px; text-decoration: none; transition: background .2s; }
.call-box a:hover { background: #c01818; }
.map-wrapper { position: relative; max-width: 900px; margin: 0 auto; border: 1px solid rgba(201,168,76,0.13); }
.map-btn { position: absolute; top: 16px; left: 16px; background: #c9a84c; color: #0a0a0a; border: none; padding: 10px 20px; font-family: 'Barlow', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; z-index: 10; text-decoration: none; }
.map-embed { width: 100%; height: 320px; border: 0; display: block; }

/* ---- SOCIAL ---- */
.social-section { background: #0a0a0a; padding: 80px 48px; text-align: center; border-bottom: 1px solid rgba(201,168,76,0.13); }
.social-btn { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: #c9a84c; border: 1px solid #c9a84c; padding: 14px 40px; font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; transition: all .2s; margin-top: 24px; }
.social-btn:hover { background: #c9a84c; color: #0a0a0a; }

/* ---- FOOTER ---- */
footer { background: #060606; text-align: center; padding: 28px 40px; font-size: 11px; color: #444; letter-spacing: 2px; border-top: 1px solid rgba(201,168,76,0.13); }
footer span { color: #c9a84c; }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { padding: 60px 24px; }
  .hero-title { font-size: 36px; }
  .btn-outline { margin-left: 0; margin-top: 12px; display: block; }
  .about-grid { grid-template-columns: 1fr; }
  .about-left { min-height: 280px; padding: 48px 24px; }
  .about-right { padding: 48px 24px; }
  .menu-section, .gallery-section, .contact-section, .social-section { padding: 60px 24px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hours-booking { grid-template-columns: 1fr; }
}
