/* =====================================================================
   ISTANBUL BARBERSHOP — Monochrome Gold theme
   Vanilla CSS, fully responsive, motion-safe.
   ===================================================================== */

:root {
  --bg:        #0b0b0c;
  --bg-2:      #111113;
  --bg-3:      #17171a;
  --panel:     #1b1b1f;
  --line:      rgba(201, 162, 75, 0.18);
  --line-soft: rgba(255, 255, 255, 0.07);

  --gold:      #c9a24b;
  --gold-soft: #e3c77a;
  --gold-deep: #9a7b33;

  --text:      #f4f1ea;
  --muted:     #a39e94;
  --muted-2:   #8c8678;  /* lightened for WCAG AA contrast on dark bg */

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --cond:  "Bebas Neue", var(--sans);

  --container: 1180px;
  --radius: 14px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* swap these URLs with your own photos */
  --img-hero:    url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=1920&q=80");
  --img-about-1: url("https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=900&q=80");
  --img-about-2: url("../assets/gallery/chair-gold.webp");
  --g1: url("../assets/gallery/storefront.webp");
  --g2: url("../assets/gallery/chair-gold.webp");
  --g3: url("../assets/gallery/interior.webp");
  --g4: url("../assets/gallery/design-freestyle.webp");
  --g5: url("../assets/gallery/design-star-kids.webp");
  --g6: url("../assets/gallery/design-r.webp");
  --g7: url("../assets/gallery/design-v.webp");
  --g8: url("../assets/gallery/cut-texture.webp");
  --g9: url("https://images.unsplash.com/photo-1622286342621-4bd786c2447c?auto=format&fit=crop&w=900&q=80");
  --g10: url("https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=900&q=80");
  --g11: url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=900&q=80");
  --g12: url("https://images.unsplash.com/photo-1605497788044-5a32c7078486?auto=format&fit=crop&w=900&q=80");
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html { background: var(--bg); }
body {
  font-family: var(--sans);
  background: transparent;
  color: var(--text);
  line-height: 1.65;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
/* ambient gold glow — fixed, drifts in view while scrolling */
.bg-glow { position: fixed; z-index: -1; width: 58vw; height: 58vw; border-radius: 50%; pointer-events: none;
  filter: blur(40px); background: radial-gradient(circle, rgba(201,162,75,0.11), transparent 62%); }
.bg-glow--1 { top: -20vw; left: -14vw; }
.bg-glow--2 { bottom: -24vw; right: -16vw; background: radial-gradient(circle, rgba(201,162,75,0.085), transparent 62%); }
body::before { content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(72px, 11vw, 140px) 0; }

/* ---------- typography ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; }
h2 { font-size: clamp(2.2rem, 5.5vw, 3.9rem); font-weight: 900; font-style: italic; letter-spacing: -0.015em; }
.eyebrow--line { display: inline-flex; align-items: center; gap: 14px; }
.eyebrow--line::before { content: ""; width: 46px; height: 1px; flex-shrink: 0; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow--lines { display: inline-flex; align-items: center; gap: 14px; }
.eyebrow--lines::before, .eyebrow--lines::after { content: ""; width: 42px; height: 1px; flex-shrink: 0; }
.eyebrow--lines::before { background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow--lines::after { background: linear-gradient(90deg, var(--gold), transparent); }
/* faint giant section ghost word */
.services, .gallery, .team { position: relative; overflow: hidden; }
.services > .container, .gallery > .container, .team > .container { position: relative; z-index: 1; }
.section__ghost { position: absolute; top: 3vh; left: 50%; transform: translateX(-50%); z-index: 0;
  font-family: var(--serif); font-style: italic; font-weight: 900; line-height: 0.8; white-space: nowrap;
  font-size: clamp(7rem, 20vw, 17rem); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.045); pointer-events: none; }
h3 { font-size: 1.3rem; }
.eyebrow {
  font-family: var(--sans); font-weight: 500; font-size: 0.78rem;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.section__head { text-align: center; max-width: 640px; margin: 0 auto clamp(40px, 6vw, 70px); }
.section__sub { color: var(--muted); margin-top: 16px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 26px; border-radius: 100px;
  font-family: var(--sans); font-weight: 500; font-size: 0.9rem; letter-spacing: 0.02em;
  cursor: pointer; border: 1px solid transparent; position: relative; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s, color .35s;
}
.btn__icon { font-size: 1.05em; }
.btn--lg { padding: 16px 34px; font-size: 0.98rem; }
.btn--gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep));
  color: #1a1505; box-shadow: 0 8px 28px -10px rgba(201,162,75,0.6);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 14px 34px -10px rgba(201,162,75,0.75); }
.btn--ghost { border-color: var(--line); color: var(--text); background: rgba(255,255,255,0.02); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-soft); transform: translateY(-3px); }

/* ---------- preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 9999; background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .7s var(--ease), visibility .7s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__logo { text-align: center; }
.preloader__mark {
  font-family: var(--serif); font-size: 3rem; color: var(--gold);
  letter-spacing: 0.05em; display: block;
  animation: pulse 1.4s var(--ease) infinite;
}
.preloader__line {
  display: block; width: 0; height: 2px; margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: load 1.3s var(--ease) forwards;
}
@keyframes load { to { width: 120px; } }
@keyframes pulse { 50% { opacity: .45; } }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 22px 0; transition: padding .4s var(--ease), background .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  padding: 12px 0; background: rgba(11,11,12,0.78);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line-soft);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; }

.brand { display: inline-flex; flex-direction: row; align-items: center; gap: 11px; }
.brand__word { display: inline-flex; flex-direction: column; line-height: 0.92; }

/* classic barber pole — animated red/white/blue stripes, gold end-caps */
.brand__pole {
  position: relative; flex-shrink: 0;
  width: 13px; height: 38px; border-radius: 6.5px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,.6) 24%, rgba(255,255,255,0) 52%, rgba(0,0,0,.30)),
    linear-gradient(60deg, #d1202e 0 25%, #f7f4ee 25% 50%, #15539e 50% 75%, #f7f4ee 75% 100%);
  background-size: 100% 100%, 20px 20px;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 3px 10px rgba(0,0,0,.45), inset 0 0 0 1px rgba(0,0,0,.22);
  animation: barberSpin 1s linear infinite;
}
.brand__pole::before, .brand__pole::after {
  content: ""; position: absolute; left: -1px; right: -1px; height: 5px; border-radius: 3px;
  background: linear-gradient(var(--gold-soft), var(--gold-deep));
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.brand__pole::before { top: -2px; }
.brand__pole::after  { bottom: -2px; }
@keyframes barberSpin { to { background-position: 0 0, 0 -20px; } }

.brand__name {
  font-family: var(--serif); font-weight: 900; font-size: 1.55rem; letter-spacing: 0.004em;
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand__sub {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.44em;
  text-transform: uppercase; color: var(--muted); margin-top: 6px; padding-left: 2px;
}
.nav__links { display: flex; align-items: center; gap: 34px; }
.nav__links > a:not(.btn) {
  font-size: 0.92rem; color: var(--muted); position: relative; transition: color .3s;
}
.nav__links > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--gold); transition: width .35s var(--ease);
}
.nav__links > a:not(.btn):hover { color: var(--text); }
.nav__links > a:not(.btn):hover::after { width: 100%; }
.nav__cta { padding: 10px 20px; }

.nav__burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  cursor: pointer; padding: 8px; z-index: 950;
}
.nav__burger span {
  width: 26px; height: 2px; background: var(--text); border-radius: 2px;
  transition: transform .35s var(--ease), opacity .3s;
}
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero__bg {
  position: absolute; inset: -8% 0; background: var(--img-hero) center/cover no-repeat;
  background-color: #15110a;
  transform: scale(1.08); filter: grayscale(35%) contrast(1.05) brightness(.62);
  animation: heroZoom 18s ease-out forwards;
  will-change: transform;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 75% 20%, rgba(201,162,75,0.12), transparent 55%),
    linear-gradient(180deg, rgba(11,11,12,.55) 0%, rgba(11,11,12,.7) 55%, var(--bg) 100%);
}
.hero__content { position: relative; z-index: 2; max-width: 760px; padding-top: 80px; }
.hero__eyebrow {
  font-size: 0.8rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 26px;
}
.hero__title { font-size: clamp(3rem, 11vw, 7rem); line-height: 0.92; margin-bottom: 28px; }
.hero__title .line { display: block; overflow: hidden; }
.hero__title .line__inner { display: block; transform: translateY(110%); }
.hero.is-in .line__inner { transition: transform 1s var(--ease); transform: translateY(0); }
.hero.is-in .line:nth-child(2) .line__inner { transition-delay: .12s; }
.hero__title .line--gold .line__inner {
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 50%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead { font-size: clamp(1rem, 1.6vw, 1.22rem); color: #d8d3c8; max-width: 560px; margin-bottom: 38px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 42px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font-size: 0.92rem; color: var(--muted);
  padding: 12px 20px; border: 1px solid var(--line); border-radius: 100px;
  background: rgba(255,255,255,0.02);
}
.hero__badge strong { color: var(--text); }
.stars { color: var(--gold); letter-spacing: 2px; }

.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted);
}
.hero__scroll-line { width: 1px; height: 46px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity:.3; transform: scaleY(.6);} 50% { opacity:1; transform: scaleY(1);} }

/* ---------- marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: var(--bg-2); padding: 20px 0; }
.marquee__track { display: flex; width: max-content; animation: marquee 48s linear infinite; will-change: transform; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; gap: 28px; padding-right: 28px; white-space: nowrap; flex-shrink: 0; }
.marquee__group span { font-family: var(--cond); font-size: 1.7rem; letter-spacing: 0.06em; color: var(--text); opacity: .85; }
.marquee__group i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- about ---------- */
.about { position: relative; overflow: hidden; }
.about__ghost { position: absolute; right: -3%; top: 50%; transform: translateY(-50%); z-index: 0;
  font-family: var(--serif); font-weight: 900; font-style: italic; font-size: clamp(13rem, 32vw, 30rem); line-height: 0.8;
  color: transparent; -webkit-text-stroke: 1px rgba(201,162,75,.06); pointer-events: none; }
.about__glow { position: absolute; z-index: 0; width: 46vw; height: 46vw; left: -12vw; top: -8vw; pointer-events: none;
  background: radial-gradient(circle, rgba(201,162,75,.13), transparent 62%); filter: blur(18px); }
.about__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.about__stamp { position: absolute; top: -30px; right: 7%; width: 118px; height: 118px; z-index: 5; animation: stampSpin 20s linear infinite; }
.about__stamp text { fill: var(--gold-soft); font-family: var(--cond); font-size: 14px; letter-spacing: 2.4px; }
.about__stamp-c { fill: var(--gold); font-family: var(--serif); font-style: italic; font-weight: 900; font-size: 32px; letter-spacing: 0; }
@keyframes stampSpin { to { transform: rotate(360deg); } }
.about__media { position: relative; min-height: 460px; }
.about__img { position: absolute; border-radius: var(--radius); background-size: cover; background-position: center; filter: grayscale(20%); box-shadow: 0 30px 60px -25px rgba(0,0,0,.7), 0 0 0 1px rgba(201,162,75,.22); }
.about__img--1 { width: 68%; height: 78%; top: 0; left: 0; background-image: var(--img-about-1); z-index: 2; }
.about__img--2 { width: 56%; height: 64%; bottom: 0; right: 0; background-image: var(--img-about-2); border: 4px solid var(--bg); }
.about__stat {
  position: absolute; bottom: 8%; left: -4%; z-index: 4;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 28px; text-align: center; box-shadow: 0 24px 48px -20px rgba(0,0,0,.85);
}
.about__stat strong { display: block; font-family: var(--serif); font-weight: 900; font-style: italic; font-size: 2.8rem; line-height: 1;
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.about__stat span { display: block; margin-top: 4px; font-family: var(--cond); font-size: 0.82rem; color: var(--muted); letter-spacing: 0.16em; text-transform: uppercase; }
.about__text h2 { margin: 6px 0 22px; }
.about__text h2 em { color: var(--gold-soft); font-style: italic; }
.about__text p { color: var(--muted); margin-bottom: 18px; max-width: 520px; }
.about__features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 26px; margin-top: 34px; border-top: 1px solid var(--line-soft); padding-top: 30px; }
.feature { display: flex; align-items: center; gap: 13px; font-size: 1rem; color: var(--text); }
.feature span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  color: var(--gold); background: radial-gradient(circle, rgba(201,162,75,.16), rgba(201,162,75,.03));
  border: 1px solid var(--line); }
.feature .ico { width: 19px; height: 19px; }

/* ---------- stats ---------- */
.stats { position: relative; overflow: hidden; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: clamp(64px,9vw,110px) 0;
  background: radial-gradient(70% 130% at 50% 0%, rgba(201,162,75,0.08), transparent 60%), var(--bg-2); }
.stats__ghost { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 0;
  font-family: var(--serif); font-weight: 900; font-size: clamp(14rem, 36vw, 34rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(201,162,75,.05); pointer-events: none; }
.stats__head { position: relative; z-index: 2; text-align: center; max-width: 640px; margin: 0 auto clamp(44px, 6vw, 70px); }
.stats__head .eyebrow { justify-content: center; margin-bottom: 16px; }
.stats__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.5vw, 36px); }
.stat { position: relative; padding-left: 22px; }
.stat::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 2px;
  background: linear-gradient(var(--gold), transparent); }
.stat__no { display: block; font-family: var(--cond); color: var(--gold); letter-spacing: 0.22em; font-size: 0.82rem; opacity: 0.5; margin-bottom: 12px; }
.stat strong { display: block; font-family: var(--serif); font-weight: 900; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 0.9;
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__stars { display: block; margin-top: 12px; color: var(--gold); letter-spacing: 3px; font-size: 0.82rem; }
.stat__label { display: block; margin-top: 10px; font-family: var(--cond); font-size: 0.95rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

/* ---------- services ---------- */
.services__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.service-card {
  flex: 0 1 calc(25% - 14px);
  position: relative; padding: 30px 26px; border-radius: var(--radius);
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line-soft);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.service-card::before { content: ""; position: absolute; top: 0; left: 16px; right: 16px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); transform: scaleX(0); transition: transform .45s var(--ease); }
.service-card:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: 0 26px 50px -28px rgba(0,0,0,.8); }
.service-card:hover::before { transform: scaleX(1); }
.service-card__top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.service-card__top h3 { font-size: 1.18rem; }
.service-card__top h3 small { font-size: 0.7rem; color: var(--muted-2); font-family: var(--sans); }
.service-card .price { font-family: var(--serif); font-style: italic; font-weight: 900; font-size: 1.7rem; white-space: nowrap;
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.service-card p { font-size: 0.9rem; color: var(--muted); }
.service-card--feature {
  background: linear-gradient(180deg, rgba(201,162,75,0.1), var(--bg-2));
  border-color: var(--line); grid-row: span 1;
}
.service-card__tag {
  position: absolute; top: -11px; left: 26px;
  font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--gold); color: #1a1505; padding: 5px 12px; border-radius: 100px; font-weight: 600;
}
.services__note { margin-top: 38px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.services__note p { color: var(--muted); font-size: 0.92rem; }

/* ---------- gallery ---------- */
.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery__item {
  position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3;
  background-size: cover; background-position: center; background-color: var(--bg-3);
  filter: grayscale(18%); transition: filter .5s var(--ease);
  border: 1px solid var(--line-soft);
}
.gallery__item:hover { filter: grayscale(0%); border-color: var(--line); }
.gallery__item > span { display: none; }
.gallery__item[data-img="1"] { background-image: var(--g1); background-position: top; }
.gallery__item[data-img="2"] { background-image: var(--g2); }
.gallery__item[data-img="3"] { background-image: var(--g3); }
.gallery__item[data-img="4"] { background-image: var(--g4); }
.gallery__item[data-img="5"] { background-image: var(--g5); }
.gallery__item[data-img="6"] { background-image: var(--g6); }
.gallery__item[data-img="7"] { background-image: var(--g7); }
.gallery__item[data-img="8"] { background-image: var(--g8); }
.gallery__item[data-img="9"] { background-image: var(--g9); }
.gallery__item[data-img="10"] { background-image: var(--g10); }
.gallery__item[data-img="11"] { background-image: var(--g11); }
.gallery__item[data-img="12"] { background-image: var(--g12); }
.gallery__note, .footer__col span { font-size: 0.8rem; }
.gallery__note { text-align: center; color: var(--muted-2); margin-top: 24px; }
.gallery__note code { color: var(--gold-soft); font-size: 0.85em; }

/* ---------- team ---------- */
.team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.barber {
  position: relative; text-align: center; padding: 38px 26px 30px; border-radius: var(--radius);
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line-soft);
  transition: transform .4s var(--ease), border-color .4s;
}
.barber:hover { transform: translateY(-6px); border-color: var(--line); }
.barber__no { position: absolute; top: 16px; left: 20px; font-family: var(--cond); letter-spacing: 0.2em; font-size: 0.8rem; color: var(--gold); opacity: 0.5; }
.barber__avatar {
  width: 100px; height: 100px; margin: 0 auto 20px; border-radius: 50%;
  display: grid; place-items: center; position: relative;
  background: linear-gradient(160deg, var(--gold-soft), var(--gold-deep));
  color: #1a1505; font-family: var(--serif); font-style: italic; font-weight: 900; font-size: 1.9rem;
  box-shadow: 0 14px 30px -14px rgba(201,162,75,0.6);
}
.barber__avatar::before { content: attr(data-initials); }
.barber__avatar::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--line); }
.barber h3 { font-family: var(--serif); font-style: italic; font-weight: 900; font-size: 1.4rem; }
.barber__role { color: var(--gold); font-family: var(--cond); font-size: 0.9rem; letter-spacing: 0.16em; text-transform: uppercase; margin: 6px 0 14px; }
.barber__bio { color: var(--muted); font-size: 0.92rem; margin-bottom: 16px; }
.barber__ig { display: inline-block; font-family: var(--cond); letter-spacing: 0.14em; font-size: 0.85rem; color: var(--muted-2); transition: color .3s; }
.barber__ig:hover { color: var(--gold-soft); }

/* ---------- reviews (scrolling wall) ---------- */
.reviews { background: transparent; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line); overflow: hidden; }

.reviews__wall {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px;
  height: clamp(520px, 70vh, 660px); overflow: hidden;
  /* fade out toward top & bottom */
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 87%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 87%, transparent 100%);
}
.reviews__col { display: flex; flex-direction: column; gap: 20px; animation: reviewsUp 240s linear infinite; will-change: transform; }
.reviews__col--mid  { animation-duration: 290s; }
.reviews__col--slow { animation-duration: 340s; }
.reviews__set { display: flex; flex-direction: column; gap: 20px; }
.reviews__wall:hover .reviews__col { animation-play-state: paused; }
@keyframes reviewsUp { to { transform: translateY(-50%); } }

.review { padding: 28px 26px; border-radius: var(--radius); background: var(--bg-3); border: 1px solid var(--line-soft); transition: border-color .4s, transform .4s var(--ease); }
.review:hover { border-color: var(--line); transform: translateY(-3px); }
.review .stars { display: block; margin-bottom: 14px; font-size: 1rem; }
.review p { font-size: 0.98rem; color: #d8d3c8; font-style: italic; margin-bottom: 16px; }
.review cite { color: var(--muted); font-style: normal; font-size: 0.9rem; }

.reviews__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 28px; margin-top: 44px; }
.reviews__link { color: var(--gold-soft); font-size: 0.95rem; letter-spacing: 0.02em; border-bottom: 1px solid var(--line); padding-bottom: 2px; transition: color .3s, border-color .3s; }
.reviews__link:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- visit (bold) ---------- */
.visit { position: relative; overflow: hidden; padding-top: 0; }

/* diagonal moving strip — text follows the band angle */
.visit__diag { transform: skewY(-1.6deg); transform-origin: left;
  background: linear-gradient(90deg, rgba(201,162,75,0.07), rgba(201,162,75,0.03) 50%, rgba(201,162,75,0.07));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden; margin: clamp(56px, 8vw, 100px) 0 clamp(60px, 9vw, 120px); }
.visit__diag-in { height: 104px; display: flex; align-items: center; overflow: hidden; }
.visit__ticker { display: flex; width: max-content; white-space: nowrap;
  font-family: var(--cond); font-size: 1.95rem; letter-spacing: 0.12em;
  color: var(--gold-soft); animation: visitTicker 45s linear infinite; will-change: transform; }
.visit__tgroup { display: flex; align-items: center; gap: 34px; padding-right: 34px; flex-shrink: 0; }
.visit__ticker span { opacity: .55; }
.visit__ticker i { color: var(--gold); font-style: normal; font-size: .8em; opacity: .9; }
.visit__diag:hover .visit__ticker { animation-play-state: paused; }
@keyframes visitTicker { to { transform: translateX(-50%); } }

.visit__wrap { position: relative; max-width: 1280px; }
.visit__ghost { position: absolute; top: -3vh; left: 50%; transform: translateX(-50%); z-index: 0;
  font-family: var(--serif); font-weight: 900; font-size: clamp(6rem, 22vw, 19rem); line-height: .8;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.045); letter-spacing: -0.02em; pointer-events: none; white-space: nowrap; }
.visit__head { position: relative; z-index: 2; margin-bottom: clamp(36px, 5vw, 60px); }
.visit__eyebrow { display: inline-flex; align-items: center; gap: 14px; }
.visit__eyebrow i { width: 52px; height: 1px; flex-shrink: 0; background: linear-gradient(90deg, transparent, var(--gold)); }
.visit__head h2 { font-style: italic; font-weight: 900; font-size: clamp(2.8rem, 7vw, 5rem); line-height: 0.98; margin-top: 4px; }

.visit__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px, 5vw, 72px); align-items: stretch; }

.visit__addr { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.3rem); font-weight: 600; line-height: 1.15; margin-bottom: 6px; }
.visit__addr em { color: var(--gold); font-style: normal; }
.visit__sub { color: var(--muted); font-size: 1rem; margin-bottom: 32px; }
.visit__rows { border-top: 1px solid var(--line-soft); }
.visit__r { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 15px 2px; border-bottom: 1px solid var(--line-soft); }
.visit__r dt { font-family: var(--cond); letter-spacing: 0.18em; font-size: 0.95rem; color: var(--muted-2); }
.visit__r dd { font-size: 1rem; color: var(--text); text-align: right; }
.visit__r dd a { border-bottom: 1px solid var(--line); }

.visit__status { display: inline-flex; align-items: center; gap: 9px; margin: 28px 0 24px;
  padding: 9px 16px; border-radius: 100px; font-size: 0.9rem;
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-soft); color: var(--muted); }
.visit__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted-2); flex-shrink: 0; }
.visit__status.is-open { background: rgba(76,175,80,.08); border-color: rgba(76,175,80,.35); color: #bfe6c1; }
.visit__status.is-open .visit__dot { background: #5fd06a; box-shadow: 0 0 0 4px rgba(95,208,106,.18); animation: visitPulse 2s infinite; }
.visit__status.is-closed { background: rgba(201,90,75,.07); border-color: rgba(201,90,75,.3); color: #e6bcb4; }
.visit__status.is-closed .visit__dot { background: #d2766a; }
@keyframes visitPulse { 50% { box-shadow: 0 0 0 7px rgba(95,208,106,0); } }

.visit__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.visit__actions .btn { padding: 15px 22px; font-size: 0.95rem; }

.visit__map { position: relative; border-radius: 8px; overflow: hidden; min-height: 440px;
  border: 1px solid var(--line-soft); box-shadow: 0 50px 90px -45px rgba(0,0,0,.85); background: var(--bg-2); }
.visit__map iframe { width: 100%; height: 100%; min-height: 440px; border: 0; filter: grayscale(45%) invert(92%) hue-rotate(180deg) contrast(.9); }
.visit__map::before, .visit__map::after { content: ""; position: absolute; width: 44px; height: 44px; z-index: 3; pointer-events: none; }
.visit__map::before { top: 14px; left: 14px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.visit__map::after { bottom: 14px; right: 14px; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); }
.visit__pin { position: absolute; left: 18px; bottom: 18px; z-index: 4; display: flex; align-items: center; gap: 10px;
  background: rgba(16,16,18,.86); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; }
.visit__pin .ico { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }
.visit__pin b { font-family: var(--serif); font-size: 0.98rem; display: block; }
.visit__pin small { color: var(--muted); font-size: 0.8rem; }

/* ---------- cta ---------- */
.cta { padding: clamp(70px, 10vw, 130px) 0; background:
  radial-gradient(80% 140% at 50% 0%, rgba(201,162,75,0.14), transparent 60%), var(--bg); text-align: center; }
.cta__inner h2 { margin-bottom: 14px; }
.cta__inner p { color: var(--muted); margin-bottom: 30px; }

/* ---------- footer ---------- */
.footer { background: var(--bg-2); border-top: 1px solid var(--line-soft); padding: 70px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer__brand p { color: var(--muted); font-size: 0.92rem; margin-top: 18px; max-width: 280px; }
.footer__col h3 { font-family: var(--sans); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer__col a, .footer__col span { display: block; color: var(--muted); font-size: 0.92rem; margin-bottom: 10px; transition: color .3s; }
.footer__col a:hover { color: var(--gold-soft); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 24px 0 30px; border-top: 1px solid var(--line-soft); color: var(--muted-2); font-size: 0.82rem; }
.footer__credit { display: inline-flex; align-items: center; gap: 7px; font-size: 0.82rem; color: var(--muted-2); transition: color .3s; }
.footer__credit-label { color: var(--muted-2); }
.footer__credit-name { font-weight: 600; letter-spacing: 0.02em;
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer__credit .ico { width: 0.8em; height: 0.8em; color: var(--gold); opacity: .85; transition: transform .35s var(--ease); }
.footer__credit:hover { color: var(--muted); }
.footer__credit:hover .ico { transform: translate(2px, -2px); }

/* ---------- icons ---------- */
.ico { width: 1.1em; height: 1.1em; display: inline-block; vertical-align: -0.18em; flex-shrink: 0; }

/* ---------- floating action buttons ---------- */
.fabs { position: fixed; right: 20px; bottom: 20px; z-index: 800; display: none; flex-direction: column; gap: 14px; }
.fab {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-deep)); color: #1a1505;
  box-shadow: 0 12px 28px -8px rgba(201,162,75,0.7);
  animation: fabPulse 2.4s ease-in-out infinite;
  transition: transform .3s var(--ease);
}
.fab:hover { transform: translateY(-3px); }
.fab .ico { width: 26px; height: 26px; }
.fab--wa { background: linear-gradient(135deg, #25d366, #128c7e); color: #fff;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,0.6); animation: none; }
@keyframes fabPulse { 0%,100%{ box-shadow:0 12px 28px -8px rgba(201,162,75,.7);} 50%{ box-shadow:0 12px 38px -6px rgba(201,162,75,.95);} }

/* ---------- WhatsApp button ---------- */
.btn--wa { background: linear-gradient(135deg, #25d366, #1ebe5d 55%, #128c7e); color: #ffffff;
  box-shadow: 0 8px 28px -10px rgba(37,211,102,0.6); }
.btn--wa:hover { transform: translateY(-3px); box-shadow: 0 14px 34px -10px rgba(37,211,102,0.78); }

/* ---------- FAQ ---------- */
.faq { position: relative; overflow: hidden; }
.faq > .container { position: relative; z-index: 1; }
.faq__list { max-width: 800px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:first-child { border-top: 1px solid var(--line); }
.faq__item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(20px, 3vw, 28px) 4px;
  font-family: var(--serif); font-weight: 600; font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  color: var(--text); transition: color .3s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover, .faq__item[open] summary { color: var(--gold-soft); }
.faq__item summary::after {
  content: ""; flex-shrink: 0; width: 11px; height: 11px; margin-top: -6px;
  border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(45deg); transition: transform .35s var(--ease);
}
.faq__item[open] summary::after { transform: rotate(-135deg); margin-top: 2px; }
.faq__body { padding: 0 4px clamp(22px, 3vw, 30px); color: var(--muted); max-width: 64ch; }
.faq__body p { font-size: 0.98rem; }
.faq__body a { color: var(--gold-soft); border-bottom: 1px solid var(--line); transition: color .3s; }
.faq__body a:hover { color: var(--gold); }
.faq__item[open] .faq__body { animation: faqIn .4s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.is-visible:nth-child(2) { transition-delay: .06s; }
.reveal.is-visible:nth-child(3) { transition-delay: .12s; }
.reveal.is-visible:nth-child(4) { transition-delay: .18s; }

/* ======================= RESPONSIVE ======================= */
@media (max-width: 980px) {
  .about__grid, .visit__grid { grid-template-columns: 1fr; }
  .about__media { min-height: 380px; max-width: 460px; }
  .service-card { flex-basis: calc(50% - 10px); }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .stat:nth-child(2)::after { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .team__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__wall { grid-template-columns: repeat(2, 1fr); }
  .reviews__col--slow { display: none; }
}

@media (max-width: 720px) {
  .nav__burger { display: flex; }

  /* A backdrop-filter on .nav makes it the containing block for the
     position:fixed drawer, trapping it inside the bar once scrolled (stuck).
     Drop the blur on mobile — use a solid bar — so the drawer covers the screen. */
  .nav.is-stuck { background: rgba(11,11,12,0.96); backdrop-filter: none; -webkit-backdrop-filter: none; }
  /* keep the logo + close button above the open drawer */
  .brand { position: relative; z-index: 951; }
  /* dim the page behind the open drawer */
  .nav:has(.nav__links.is-open)::after {
    content: ""; position: fixed; inset: 0; z-index: 910; background: rgba(0,0,0,0.55);
  }

  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px;
    padding: 0 40px; background: rgba(13,13,15,0.97);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-left: 1px solid var(--line);
    transform: translateX(100%); transition: transform .5s var(--ease); z-index: 920;
  }
  .nav__links.is-open { transform: translateX(0); }
  .nav__links > a:not(.btn) { font-size: 1.4rem; font-family: var(--serif); color: var(--text); }
  .nav__cta { margin-top: 6px; }

  .team__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .barber { padding: 28px 16px 24px; }
  .barber__avatar { width: 84px; height: 84px; font-size: 1.6rem; }
  .reviews__wall { grid-template-columns: repeat(2, 1fr); height: clamp(440px, 62vh, 560px); }
  .review { padding: 20px 16px; }
  .review p { font-size: 0.92rem; }
  .visit__map, .visit__map iframe { min-height: 340px; }
  .visit__diag-in { height: 88px; }
  .visit__ticker { font-size: 1.5rem; gap: 26px; }
  .visit__ghost { font-size: clamp(5rem, 30vw, 9rem); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .fabs { display: flex; }
  .footer__bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .service-card { flex-basis: 100%; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .hero__actions .btn { flex: 1; justify-content: center; }
  .about__features { grid-template-columns: 1fr; }
}

/* ---------- accessibility ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__bg { transform: none; }
  .hero__title .line__inner { transform: none; }
  .reviews__wall { height: auto; -webkit-mask-image: none; mask-image: none; }
  .reviews__col { animation: none; }
  .reviews__set[aria-hidden="true"] { display: none; }
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* skip-to-content — visible only on keyboard focus */
.skip-link {
  position: fixed; top: -120px; left: 16px; z-index: 10000;
  background: var(--gold); color: #0b0b0c;
  font-family: var(--sans); font-weight: 600; font-size: 0.9rem;
  padding: 12px 22px; border-radius: 0 0 12px 12px;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 0; outline: 2px solid #0b0b0c; outline-offset: -5px; }
