/* Kingsman Barber - Dark Copper Theme */
:root {
    --bg: #14100d;
    --bg2: #1d1712;
    --card: #241c15;
    --copper: #c87d3f;
    --copper-light: #e0a06a;
    --copper-dark: #a86330;
    --text: #ece4da;
    --muted: #9c8f80;
    --border: #35291e;
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Manrope', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
h1, h2 { font-family: var(--font-display); letter-spacing: 1px; font-weight: 400; }

/* Header */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(20,16,13,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: 3px; }
.logo span { color: var(--copper); }
.nav { display: flex; align-items: center; gap: 32px; font-weight: 600; font-size: 0.9rem; }
.nav a:not(.nav-cta):hover { color: var(--copper-light); }
.nav-cta { background: var(--copper); color: #14100d; padding: 10px 22px; border-radius: 4px; transition: background 0.3s; }
.nav-cta:hover { background: var(--copper-light); }
.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.4rem; cursor: pointer; }

/* Hero */
.hero { padding: 160px 0 90px; background: radial-gradient(ellipse at 80% 20%, rgba(200,125,63,0.14), transparent 55%); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--copper); font-weight: 700; font-size: 0.8rem; letter-spacing: 3px; margin-bottom: 20px; }
.hero-eyebrow span { width: 40px; height: 2px; background: var(--copper); display: inline-block; }
.hero h1 { font-size: clamp(3rem, 6vw, 4.6rem); line-height: 1.05; margin-bottom: 22px; }
.hero h1 em { color: var(--copper); font-style: normal; }
.hero-text > p { color: var(--muted); max-width: 480px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 30px; border-radius: 4px; font-weight: 700; font-size: 0.95rem; transition: all 0.3s; border: none; cursor: pointer; font-family: var(--font-body); }
.btn-copper { background: var(--copper); color: #14100d; }
.btn-copper:hover { background: var(--copper-light); transform: translateY(-2px); }
.btn-ghost { border: 1px solid var(--border); color: var(--text); }
.btn-ghost:hover { border-color: var(--copper); color: var(--copper-light); }
.btn-full { width: 100%; justify-content: center; }
.hero-stats { display: flex; gap: 44px; }
.hero-stats strong { display: block; font-family: var(--font-display); font-size: 2.2rem; color: var(--copper-light); letter-spacing: 1px; }
.hero-stats small { color: var(--muted); font-size: 0.8rem; }
.hero-visual { display: flex; justify-content: center; }
.hero-frame { position: relative; width: 300px; height: 380px; border: 2px solid var(--copper); border-radius: 4px; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, var(--card), var(--bg2)); }
.hero-frame > i { font-size: 5rem; color: var(--copper); opacity: 0.85; }
.hero-frame-badge { position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--copper); color: #14100d; font-weight: 800; font-size: 0.85rem; padding: 12px 24px; border-radius: 4px; }
.hero-frame-badge i { margin-right: 6px; }

/* Sections */
.section { padding: 90px 0; }
.section-dark2 { background: var(--bg2); }
.section-head { margin-bottom: 48px; }
.kicker { color: var(--copper); font-weight: 700; letter-spacing: 3px; font-size: 0.8rem; text-transform: uppercase; }
.section-head h2, .price-intro h2, .booking-info h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-top: 10px; }

/* Services */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 32px 26px; transition: all 0.3s; }
.service-card:hover { border-color: var(--copper); transform: translateY(-6px); }
.service-card i { font-size: 1.8rem; color: var(--copper); margin-bottom: 18px; }
.service-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 0.9rem; }

/* Price */
.price-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.price-intro p { color: var(--muted); margin: 18px 0 28px; }
.price-list { list-style: none; }
.price-list li { display: flex; align-items: baseline; gap: 14px; padding: 18px 0; border-bottom: 1px dashed var(--border); }
.price-list span { font-weight: 600; }
.price-list i { flex: 1; border-bottom: 1px dotted var(--border); }
.price-list strong { color: var(--copper-light); font-size: 1.05rem; }

/* Barbers */
.barbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.barber-card { text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 36px 24px; transition: border-color 0.3s; }
.barber-card:hover { border-color: var(--copper); }
.barber-img { width: 96px; height: 96px; margin: 0 auto 20px; border-radius: 50%; background: var(--bg2); border: 2px solid var(--copper); display: flex; align-items: center; justify-content: center; }
.barber-img i { font-size: 2.2rem; color: var(--copper); }
.barber-card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.barber-card span { color: var(--muted); font-size: 0.85rem; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.g-item { height: 180px; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--border); transition: all 0.3s; }
.g-item:hover { border-color: var(--copper); transform: scale(1.02); }
.g-item i { font-size: 1.6rem; color: var(--copper); }
.g-item span { font-weight: 700; font-size: 0.9rem; letter-spacing: 1px; }
.g1 { background: linear-gradient(135deg, #241c15, #2e2318); }
.g2 { background: linear-gradient(135deg, #2e2318, #241c15); }
.g3 { background: linear-gradient(135deg, #1d1712, #2a2015); }
.g4 { background: linear-gradient(135deg, #2a2015, #1d1712); }
.g5 { background: linear-gradient(135deg, #241c15, #33271a); }
.g6 { background: linear-gradient(135deg, #33271a, #241c15); }

/* Booking */
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.booking-info p { color: var(--muted); margin: 18px 0 28px; }
.info-rows div { display: flex; align-items: center; gap: 14px; padding: 12px 0; color: var(--text); font-weight: 500; }
.info-rows i { color: var(--copper); width: 20px; }
.booking-form { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.booking-form input, .booking-form select { background: var(--bg2); border: 1px solid var(--border); border-radius: 4px; padding: 14px 16px; color: var(--text); font-family: var(--font-body); font-size: 0.95rem; }
.booking-form input:focus, .booking-form select:focus { outline: none; border-color: var(--copper); }
.booking-form input::placeholder { color: var(--muted); }

/* Footer */
.footer { border-top: 1px solid var(--border); padding: 28px 0; text-align: center; color: var(--muted); font-size: 0.9rem; }
.footer a { color: var(--copper-light); }

/* WA Float */
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; box-shadow: 0 8px 24px rgba(37,211,102,0.4); z-index: 90; transition: transform 0.3s; }
.wa-float:hover { transform: scale(1.1); }

/* Responsive */
@media (max-width: 900px) {
    .hero-grid, .price-grid, .booking-grid { grid-template-columns: 1fr; }
    .hero-visual { order: -1; }
    .hero-frame { width: 240px; height: 280px; }
    .services { grid-template-columns: repeat(2, 1fr); }
    .barbers { grid-template-columns: 1fr; }
    .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .nav { position: fixed; top: 72px; right: -100%; width: 240px; height: calc(100vh - 72px); background: var(--bg2); flex-direction: column; align-items: flex-start; padding: 32px 24px; gap: 24px; transition: right 0.3s; border-left: 1px solid var(--border); }
    .nav.open { right: 0; }
    .nav-toggle { display: block; }
    .services { grid-template-columns: 1fr; }
    .hero-stats { gap: 28px; }
}
