/* Ironclad Barber Co. — dark vintage-industrial */
:root {
  --bg: #141210;
  --bg-2: #1c1916;
  --panel: #201c18;
  --line: #2e2a24;
  --gold: #d4a24c;
  --gold-2: #b8863b;
  --cream: #ece4d6;
  --muted: #9a917f;
  --display: 'Bebas Neue', sans-serif;
  --sub: 'Oswald', sans-serif;
  --sans: 'Inter', system-ui, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--cream); background: var(--bg); line-height: 1.6; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: 0.02em; line-height: 0.95; }
h1 { font-size: clamp(3.4rem, 9vw, 7rem); }
h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 0.4rem; }
h3 { font-size: 1.6rem; letter-spacing: 0.03em; }
em { font-style: normal; color: var(--gold); }
.section { padding: 84px 0; }
.section-head { text-align: center; margin-bottom: 48px; }
.eyebrow, .hero-eyebrow { font-family: var(--sub); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.32em; color: var(--gold); text-transform: uppercase; margin-bottom: 0.6rem; }

/* Cursor glow — amber wash */
.cursor-glow { position: fixed; top: 0; left: 0; width: 640px; height: 640px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(212,162,76,0.10) 0%, rgba(212,162,76,0) 70%); will-change: transform; }

/* Top bar */
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 8px 24px; background: #0e0c0a; border-bottom: 1px solid var(--line); font-family: var(--sub); font-size: 0.78rem; letter-spacing: 0.08em; color: var(--muted); }
.topbar-mid { color: var(--gold); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(20,18,16,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: var(--display); font-size: 1.5rem; letter-spacing: 0.06em; color: var(--cream); text-decoration: none; }
.logo span { color: var(--gold); font-size: 1rem; margin-left: 8px; letter-spacing: 0.12em; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--cream); text-decoration: none; font-family: var(--sub); font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links a:hover { color: var(--gold); }
.btn { display: inline-block; padding: 14px 34px; text-decoration: none; font-family: var(--sub); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.12em; text-transform: uppercase; transition: transform 0.2s, background 0.2s, color 0.2s; cursor: pointer; border: none; }
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 9px 20px; font-size: 0.82rem; }
.btn-gold { background: var(--gold); color: #141210; }
.btn-gold:hover { background: var(--gold-2); }
.btn-ghost { border: 2px solid var(--gold); color: var(--gold); background: transparent; }
.btn-ghost:hover { background: var(--gold); color: #141210; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--cream); cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; justify-content: space-between; padding: 70px 24px; max-width: 1120px; margin: 0 auto; overflow: hidden; }
.hero-stripes { position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent 0 40px, rgba(212,162,76,0.04) 40px 41px); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 640px; }
.hero-sub { color: var(--muted); font-size: 1.08rem; max-width: 460px; margin: 1.4rem 0 2rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-mark { position: relative; z-index: 1; width: 220px; height: 220px; color: var(--gold); opacity: 0.9; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Services */
.services { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 900px; margin: 0 auto; padding: 0 24px; }
.menu-title { font-size: 1.4rem; color: var(--gold); border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 18px; }
.menu-item { display: flex; align-items: baseline; gap: 12px; padding: 9px 0; font-size: 1.02rem; }
.mi-name { color: var(--cream); }
.mi-dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-3px); }
.mi-price { color: var(--gold); font-family: var(--sub); font-weight: 600; }
.menu-note { text-align: center; color: var(--muted); font-size: 0.88rem; margin-top: 34px; }

/* Barbers */
.barber-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.barber { text-align: center; padding: 28px 16px; border: 1px solid var(--line); transition: border-color 0.25s, transform 0.25s; }
.barber:hover { border-color: var(--gold); transform: translateY(-4px); }
.avatar { width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 2rem; letter-spacing: 0.05em; color: #141210; border: 2px solid var(--gold); }
.av-1 { background: #c99a4b; } .av-2 { background: #a97f3a; } .av-3 { background: #d6b06a; } .av-4 { background: #8f6a2f; }
.barber p { color: var(--muted); font-size: 0.88rem; margin-top: 6px; }

/* Gallery */
.gallery { background: var(--bg-2); border-top: 1px solid var(--line); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 170px; gap: 14px; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.g-tile { border: 1px solid var(--line); position: relative; overflow: hidden; }
.t1 { background: linear-gradient(135deg, #2a231c, #141210); }
.t2 { background: linear-gradient(135deg, #3a2f1e, #1c1916); }
.t3 { background: linear-gradient(135deg, #252019, #141210); }
.t4 { background: linear-gradient(135deg, #45371f, #201c18); }
.t5 { background: linear-gradient(135deg, #2e2618, #181512); grid-column: span 1; }
.g-tile::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent 0 22px, rgba(212,162,76,0.05) 22px 23px); }

/* Quote band */
.quote-band { background: var(--gold); color: #141210; text-align: center; }
.quote-inner { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.quotemark { font-family: var(--display); font-size: 5rem; line-height: 0.4; color: #141210; opacity: 0.85; }
.quote { font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.1; margin: 1.4rem 0 1rem; }
.attrib { font-size: 0.92rem; opacity: 0.8; margin-bottom: 28px; }
.quote-band .btn-gold { background: #141210; color: var(--gold); }
.quote-band .btn-gold:hover { background: #000; }

/* Visit */
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.visit-block { border-top: 3px solid var(--gold); padding: 24px 0; }
.visit-block h3 { font-size: 1.5rem; margin-bottom: 12px; }
.visit-block p { color: var(--muted); line-height: 1.9; }

/* Footer */
.footer { border-top: 1px solid var(--line); padding: 44px 0 30px; text-align: center; }
.footer-brand { font-family: var(--display); font-size: 1.6rem; letter-spacing: 0.06em; }
.footer-brand span { color: var(--gold); font-size: 1.05rem; letter-spacing: 0.12em; }
.footer-copy { color: var(--muted); font-size: 0.8rem; margin-top: 10px; }

/* Back to top */
.to-top { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border: 2px solid var(--gold); background: var(--bg); color: var(--gold); font-size: 1.2rem; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.25s, transform 0.25s, visibility 0.25s; z-index: 90; }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Mobile */
@media (max-width: 860px) {
  .hero { flex-direction: column; text-align: center; padding-top: 60px; }
  .hero-mark { width: 140px; height: 140px; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .menu-wrap { grid-template-columns: 1fr; gap: 32px; }
  .barber-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .topbar-mid { display: none; }
}
@media (max-width: 620px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: var(--bg); padding: 20px 24px; gap: 18px; align-items: flex-start; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .barber-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
}
