/* ===== Straight Edge Barbershop — premium dark theme ===== */
:root {
  --bg: #0e0f11;
  --bg-2: #15171a;
  --bg-3: #1c1f23;
  --ink: #f3efe7;
  --muted: #a7a299;
  --gold: #c8a24a;
  --gold-2: #e3c477;
  --line: rgba(200, 162, 74, 0.22);
  --red: #b1342f;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --container: 1160px;
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: "Bebas Neue", "Oswald", sans-serif; font-weight: 400; letter-spacing: 0.02em; line-height: 1.02; }

img, iframe { display: block; max-width: 100%; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-family: "Oswald", sans-serif; font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 14px 28px; border-radius: var(--radius); border: 1px solid transparent;
  cursor: pointer; transition: transform 0.18s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn--gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1a1407; box-shadow: 0 10px 24px rgba(200, 162, 74, 0.25); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(200, 162, 74, 0.4); }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(243, 239, 231, 0.32); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-2px); }
.btn--lg { padding: 17px 36px; font-size: 0.9rem; }
.btn--block { width: 100%; }

/* ===== Top bar ===== */
.topbar { background: #000; color: var(--muted); font-size: 0.74rem; letter-spacing: 0.08em; border-bottom: 1px solid rgba(255,255,255,0.05); }
.topbar__inner { display: flex; align-items: center; gap: 14px; justify-content: center; padding: 9px 24px; flex-wrap: wrap; text-transform: uppercase; }
.topbar__item { color: var(--muted); }
a.topbar__item:hover { color: var(--gold-2); }
.topbar__sep { color: rgba(255,255,255,0.18); }

/* ===== Nav ===== */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(14, 15, 17, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); transition: background 0.3s ease; }
.nav--scrolled { background: rgba(10, 11, 13, 0.97); box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { height: 42px; width: auto; display: block; }
.brand__name { font-family: "Bebas Neue", sans-serif; font-size: 1.55rem; letter-spacing: 0.12em; line-height: 1; }
.brand__edge { color: var(--gold-2); margin-left: 0.18em; }

.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links > a { font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); font-weight: 400; transition: color 0.2s ease; }
.nav__links > a:not(.btn):hover { color: var(--gold-2); }
.nav__book { color: #1a1407 !important; }

/* Language switch */
.lang { display: inline-flex; align-items: center; border: 1px solid rgba(243, 239, 231, 0.28); border-radius: 40px; overflow: hidden; }
.lang__btn { background: transparent; color: var(--muted); border: none; padding: 6px 13px; font-family: "Oswald", sans-serif; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.12em; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.lang__btn:hover:not(.is-active) { color: var(--ink); }
.lang__btn.is-active { background: var(--gold); color: #1a1407; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 26px; height: 2px; background: var(--ink); transition: 0.25s; }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center;
  background: linear-gradient(180deg, rgba(14,15,17,0.45), rgba(14,15,17,0.9)),
    url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}
.hero__overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(200,162,74,0.12), transparent 60%); }
.hero__content { position: relative; max-width: 760px; padding-top: 40px; padding-bottom: 60px; }
.hero__eyebrow { color: var(--gold-2); letter-spacing: 0.32em; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 18px; }
.hero__title { font-size: clamp(3.2rem, 9vw, 6.4rem); margin-bottom: 22px; }
.hero__sub { font-size: clamp(1.05rem, 2.4vw, 1.35rem); color: var(--ink); max-width: 560px; margin-bottom: 34px; font-weight: 300; }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
.hero__meta { color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.78rem; }
.hero__meta span { color: var(--gold-2); }
.hero__scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font-size: 2rem; color: rgba(243,239,231,0.6); animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ===== Section helpers ===== */
.section__eyebrow { color: var(--gold-2); letter-spacing: 0.3em; text-transform: uppercase; font-size: 0.76rem; margin-bottom: 12px; }
.section__title { font-size: clamp(2.4rem, 5vw, 3.6rem); margin-bottom: 14px; }
.section__lead { color: var(--muted); max-width: 560px; font-size: 1.05rem; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section__head .section__lead { margin: 0 auto; }

/* ===== Booking band ===== */
.book { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 88px 0; }
.book__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.book__title { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin: 6px 0 16px; }
.book__sub { color: var(--muted); font-size: 1.08rem; margin-bottom: 22px; max-width: 520px; }
.book__points { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.book__points li { position: relative; padding-left: 28px; color: var(--ink); }
.book__points li::before { content: "✦"; position: absolute; left: 0; color: var(--gold-2); }

.book__card { background: var(--bg-3); border: 1px solid var(--line); border-radius: 10px; padding: 34px; box-shadow: var(--shadow); text-align: center; }
.book__card h3 { font-size: 1.9rem; letter-spacing: 0.06em; }
.book__card-loc { color: var(--muted); font-size: 0.86rem; letter-spacing: 0.08em; text-transform: uppercase; margin: 6px 0 22px; }
.book__card .btn { margin-bottom: 12px; }
.book__card-note { color: var(--muted); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 8px; }

/* ===== Services menu ===== */
.services { padding: 96px 0; }
.menu__cat { margin-bottom: 44px; }
.menu__cat:last-child { margin-bottom: 0; }
.menu__cat-title { font-size: 1.9rem; letter-spacing: 0.04em; color: var(--gold-2); padding-bottom: 12px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.menu__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.menu-item { display: flex; align-items: stretch; justify-content: space-between; gap: 16px; background: var(--bg-2); border: 1px solid rgba(255,255,255,0.05); border-radius: 10px; padding: 22px 24px; color: var(--ink); transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.menu-item:hover { transform: translateY(-3px); border-color: var(--line); background: var(--bg-3); }
.menu-item__main { flex: 1; }
.menu-item__head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.menu-item__name { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 1.12rem; letter-spacing: 0.01em; }
.menu-item__dur { color: var(--muted); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.menu-item__desc { color: var(--muted); font-size: 0.9rem; margin: 8px 0 12px; }
.menu-item__price { font-family: "Bebas Neue", sans-serif; font-size: 1.25rem; letter-spacing: 0.04em; color: var(--gold-2); }
.menu-item__add { align-self: center; flex-shrink: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-2); font-size: 1.4rem; line-height: 1; transition: background 0.2s ease, color 0.2s ease; }
.menu-item:hover .menu-item__add { background: var(--gold); color: #1a1407; border-color: var(--gold); }
.menu__note { color: var(--muted); font-size: 0.86rem; max-width: 620px; margin: 0 auto 18px; }
.services__cta { text-align: center; margin-top: 48px; }
.services__cta p { color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.82rem; margin-bottom: 16px; }

/* ===== Stay Sharp strip ===== */
.stay { background: linear-gradient(135deg, #1a1407, #0e0f11 60%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 56px 0; }
.stay__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.stay__text { max-width: 680px; }
.stay__title { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 4px 0 12px; }
.stay__text p { color: var(--muted); font-size: 1.05rem; }

/* ===== Team / Pick your barber ===== */
.team { padding: 96px 0; background: var(--bg-2); }
.team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 48px; }
.member { background: var(--bg-3); border: 1px solid rgba(255,255,255,0.05); border-radius: 10px; overflow: hidden; transition: transform 0.25s ease, border-color 0.25s ease; }
.member:hover { transform: translateY(-6px); border-color: var(--line); }
.member__photo { height: 280px; background-size: cover; background-position: center; filter: grayscale(0.4) brightness(0.9); transition: filter 0.3s ease; }
.member:hover .member__photo { filter: grayscale(0) brightness(1); }
.m1 { background-image: url("img/tony-portrait.jpg"); background-position: center 28%; }
.m2, .m3 {
  background-image: url("img/se-emblem-white.png");
  background-color: #0d0d0d;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center;
  filter: none;
}
.member h3 { font-size: 1.5rem; letter-spacing: 0.04em; margin: 20px 24px 4px; }
.member__role { color: var(--muted); font-size: 0.92rem; margin: 0 24px 16px; }
.member__book { display: inline-block; margin: 0 24px 22px; color: var(--gold-2); letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.8rem; font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: color 0.2s ease, border-color 0.2s ease; }
.member__book:hover { color: var(--gold); border-color: var(--gold); }

/* ===== About ===== */
.about { padding: 96px 0; background: var(--bg-2); }
.about__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.about__media { min-height: 460px; border-radius: 10px; border: 1px solid var(--line); box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(14,15,17,0.15), rgba(14,15,17,0.55)),
    url("img/venue-7.jpg") center/cover no-repeat; }
.about__text p { color: var(--muted); margin-bottom: 16px; font-size: 1.05rem; }
.about__text .btn { margin-top: 12px; }
.about__stats { display: flex; gap: 30px; flex-wrap: wrap; margin: 26px 0 8px; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat__num { font-family: "Bebas Neue", sans-serif; font-size: 1.7rem; color: var(--gold-2); letter-spacing: 0.04em; }
.stat__label { color: var(--muted); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; }

/* ===== Gallery ===== */
.gallery { padding: 96px 0; }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery__item { border-radius: 8px; background-size: cover; background-position: center; border: 1px solid rgba(255,255,255,0.05); transition: transform 0.3s ease, filter 0.3s ease; filter: grayscale(0.3) brightness(0.9); }
.gallery__item:hover { transform: scale(1.02); filter: grayscale(0) brightness(1); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.g1 { background-image: url("img/venue-1.jpg"); }
.g2 { background-image: url("img/venue-2.jpg"); }
.g3 { background-image: url("img/venue-3.jpg"); }
.g4 { background-image: url("img/venue-4.jpg"); }
.g5 { background-image: url("img/venue-5.jpg"); }
.g6 { background-image: url("img/venue-6.jpg"); }

/* ===== Work by Tony ===== */
.work { padding: 96px 0; background: var(--bg-2); }
.work__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.work__item { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); filter: grayscale(0.15) brightness(0.96); transition: transform 0.3s ease, filter 0.3s ease; }
.work__item:hover { transform: scale(1.02); filter: grayscale(0) brightness(1); }

/* ===== Visit ===== */
.visit { padding: 96px 0; background: var(--bg-2); }
.visit__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: stretch; }
.visit__list { list-style: none; display: flex; flex-direction: column; gap: 16px; margin: 22px 0 30px; }
.visit__list li { display: flex; flex-direction: column; gap: 2px; }
.visit__label { color: var(--gold-2); letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.72rem; }
.visit__list a { font-size: 1.1rem; transition: color 0.2s ease; }
.visit__list a:hover { color: var(--gold-2); }

.hours { background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px; padding: 24px 26px; margin-bottom: 26px; }
.hours__title { font-size: 1.5rem; margin-bottom: 12px; }
.hours__table { width: 100%; border-collapse: collapse; }
.hours__table td { padding: 7px 0; color: var(--muted); font-size: 0.96rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.hours__table td:last-child { text-align: right; color: var(--ink); }
.hours__table tr:last-child td { border-bottom: none; }
.hours__closed td:last-child { color: var(--red); }

.visit__social { display: flex; gap: 18px; margin-bottom: 26px; }
.visit__social a { letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.82rem; color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: color 0.2s ease, border-color 0.2s ease; }
.visit__social a:hover { color: var(--gold-2); border-color: var(--gold); }

.visit__map { display: flex; flex-direction: column; gap: 12px; min-height: 460px; }
.visit__map iframe { width: 100%; flex: 1; min-height: 215px; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); display: block; }
.visit__sv { filter: contrast(1.02) saturate(1.02); }
.visit__gmap { filter: grayscale(0.4) invert(0.9) hue-rotate(180deg); }
.visit__cap { color: var(--muted); font-size: 0.82rem; letter-spacing: 0.06em; text-align: center; margin: -2px 0; }

/* ===== Footer ===== */
.footer { background: #000; padding: 56px 0 40px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.brand--footer { flex-direction: column; gap: 14px; }
.footer__wordmark { width: 340px; max-width: 78vw; height: auto; display: block; }
.footer__tag { color: var(--muted); letter-spacing: 0.1em; }
.footer__links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer__links a { color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.8rem; transition: color 0.2s ease; }
.footer__links a:hover { color: var(--gold-2); }
.footer__copy { color: rgba(167,162,153,0.6); font-size: 0.78rem; letter-spacing: 0.08em; }

/* ===== Mobile book FAB ===== */
.book-fab { display: none; position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 60;
  background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1a1407; font-family: "Oswald", sans-serif; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.82rem; padding: 14px 40px; border-radius: 40px; box-shadow: 0 12px 28px rgba(0,0,0,0.5); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .book__inner, .about__inner, .visit__inner { grid-template-columns: 1fr; gap: 36px; }
  .about__media { min-height: 320px; }
  .menu__list { grid-template-columns: 1fr; }
  .team__grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .stay__inner { flex-direction: column; align-items: flex-start; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .gallery__item--wide { grid-column: span 2; }
  .work__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .topbar__hours { display: none; }
  .nav__links { position: fixed; inset: 72px 0 auto 0; flex-direction: column; gap: 0; background: rgba(10,11,13,0.98);
    border-bottom: 1px solid var(--line); padding: 8px 0; transform: translateY(-130%); transition: transform 0.3s ease; }
  .nav__links.is-open { transform: translateY(0); }
  .nav__links > a { width: 100%; text-align: center; padding: 16px; }
  .nav__links > a.btn { margin: 10px 24px; width: auto; }
  .nav__links .lang { margin: 14px auto 4px; }
  .nav__toggle { display: flex; }
  .nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 86vh; }
  .hero__cta .btn { flex: 1; }
  .book-fab { display: inline-flex; }
  .footer { padding-bottom: 90px; }
}

@media (max-width: 460px) {
  .topbar__sep { display: none; }
  .topbar__inner { gap: 4px; flex-direction: column; }
}
