/* Mafia Barbershop — noir / gangster-chic demo */
:root {
  --void: #050505;
  --ink: #0c0c0c;
  --panel: #101010;
  --panel-2: #161616;
  --cream: #f4efe6;
  --muted: #9b9488;
  --gold: #c9a227;
  --gold-bright: #e4c65a;
  --gold-dim: rgba(201, 162, 39, 0.35);
  --line: rgba(244, 239, 230, 0.1);
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --condensed: Oswald, "Arial Narrow", sans-serif;
  --body: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --max: 1080px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--cream);
  background: var(--void);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-bright); }
h1, h2, h3 {
  margin: 0 0 0.45em;
  line-height: 1.1;
  font-weight: 600;
}
h2 { font-family: var(--display); font-size: clamp(2rem, 4.2vw, 2.85rem); }
h3 { font-family: var(--condensed); font-size: 1.2rem; letter-spacing: 0.06em; text-transform: uppercase; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 60;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
}

.wrap { width: min(100% - 2.25rem, var(--max)); margin-inline: auto; }
.kicker {
  font-family: var(--condensed);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.85rem;
}
.thin { font-weight: 500; color: var(--muted); font-size: 0.75em; }

/* Buttons */
.btn-gold, .btn-outline, .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--condensed);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-gold {
  padding: 0.95rem 1.5rem;
  background: var(--gold);
  color: #0a0800;
  border: 1px solid var(--gold);
  font-weight: 600;
}
.btn-gold:hover { background: var(--gold-bright); color: #0a0800; }
.btn-gold.lg { min-width: 200px; padding: 1.05rem 1.75rem; margin-top: 0.5rem; }
.btn-outline {
  padding: 0.95rem 1.5rem;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--line);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-bright); }
.pill {
  padding: 0.5rem 0.95rem;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  font-weight: 500;
}
.pill:hover { background: rgba(201, 162, 39, 0.12); color: var(--gold-bright); }

/* Top bar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.5rem;
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.mark { display: inline-flex; align-items: center; gap: 0.55rem; }
.mark-m {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  font-family: var(--condensed);
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0;
}
.mark-text {
  font-family: var(--condensed);
  letter-spacing: 0.28em;
  font-size: 0.95rem;
  font-weight: 500;
}
.nav { display: flex; gap: 1.6rem; font-family: var(--condensed); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.nav a:hover { color: var(--cream); }

/* Hero */
.hero {
  min-height: min(86vh, 780px);
  display: grid;
  place-items: center;
  padding: 4rem 1.25rem 4.5rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201, 162, 39, 0.14), transparent 55%),
    linear-gradient(180deg, #0a0a0a 0%, var(--void) 100%);
  position: relative;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold-dim);
  opacity: 0.7;
}
.hero::before { top: 1.5rem; left: 1.5rem; border-right: 0; border-bottom: 0; }
.hero::after { bottom: 1.5rem; right: 1.5rem; border-left: 0; border-top: 0; }
.hero-frame { text-align: center; max-width: 720px; }
.h1-ge {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.15em;
}
.h1-en {
  display: block;
  font-family: var(--condensed);
  font-size: clamp(3rem, 11vw, 6.5rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  margin-left: 0.32em; /* optical balance for letter-spacing */
  line-height: 0.95;
}
.rule {
  width: 72px;
  height: 1px;
  background: var(--gold);
  margin: 1.4rem auto 1.5rem;
}
.lede {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-style: italic;
  color: var(--muted);
  margin: 0 0 1.5rem;
}
.lede span { display: inline-block; margin-top: 0.2rem; font-style: normal; font-family: var(--body); font-size: 0.85em; }
.addr {
  font-size: 0.95rem;
  color: var(--cream);
  margin: 0 0 2rem;
  opacity: 0.9;
}
.addr span { color: var(--muted); }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* Marquee strip */
.strip {
  border-block: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}
.strip-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.75rem 1rem;
  font-family: var(--condensed);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.strip-inner span:first-child { color: var(--gold); }

/* Panels */
.panel { padding: 4.75rem 0; }
.panel-head { margin-bottom: 2.25rem; max-width: 34rem; }
.panel-head em { font-family: var(--body); font-style: normal; font-size: 0.45em; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; vertical-align: middle; }
.note { color: var(--muted); font-size: 0.92rem; margin: 0.6rem 0 0; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.75rem;
  align-items: center;
}
.copy p { color: var(--muted); margin: 0 0 1rem; }
.copy strong { color: var(--cream); }

.about { background: var(--ink); border-bottom: 1px solid var(--line); }

.svc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.svc-list li {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}
.num {
  font-family: var(--condensed);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  padding-top: 0.15rem;
}
.svc-list h3 { margin-bottom: 0.25rem; }
.svc-list h3 span { color: var(--muted); font-weight: 400; letter-spacing: 0.04em; text-transform: none; font-family: var(--body); font-size: 0.85em; }
.svc-list p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.location {
  background: var(--panel);
  border-block: 1px solid var(--line);
}
.addr-block {
  color: var(--muted);
  margin: 1.15rem 0 1.5rem;
  font-size: 1.02rem;
}
.geo-card {
  position: relative;
  min-height: 260px;
  background:
    radial-gradient(circle at 50% 40%, rgba(201, 162, 39, 0.1), transparent 55%),
    var(--panel-2);
  border: 1px solid var(--gold-dim);
  display: grid;
  place-content: center;
  text-align: center;
  padding: 2rem;
  gap: 0.2rem;
}
.geo-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--gold);
}
.geo-corner.tl { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.geo-corner.tr { top: 10px; right: 10px; border-left: 0; border-bottom: 0; }
.geo-corner.bl { bottom: 10px; left: 10px; border-right: 0; border-top: 0; }
.geo-corner.br { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }
.geo-k { font-family: var(--condensed); letter-spacing: 0.35em; font-size: 0.7rem; color: var(--gold); margin: 0 0 0.5rem; }
.geo-name { font-family: var(--condensed); font-size: 2rem; letter-spacing: 0.28em; margin: 0 0 0.5rem; margin-left: 0.28em; }
.geo-line { margin: 0; color: var(--muted); font-size: 0.9rem; }

.contact { text-align: center; }
.contact-box { max-width: 520px; }
.contact p { color: var(--muted); }

.foot {
  padding: 2rem 1.25rem 2.5rem;
  border-top: 1px solid var(--line);
  text-align: center;
}
.foot-brand {
  font-family: var(--condensed);
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 0.85rem;
}
.demo-badge {
  display: inline-block;
  margin: 0;
  padding: 0.4rem 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
}

@media (max-width: 820px) {
  .nav { display: none; }
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .svc-list li { grid-template-columns: 3rem 1fr; }
  .hero { min-height: auto; }
  .hero::before, .hero::after { display: none; }
}
