/* ==========================================================================
   Quiet Confidence — Grooming Lounge master template (v1)
   First build in the "premium grooming lounge" niche: black, charcoal grey,
   and antique bronze-gold, editorial serif type. One notch more restrained/
   luxury than the barbershop line, built to help close a client who wants
   to see real value in the pitch.
   Reskin workflow for future grooming-lounge clients: change --accent below,
   swap the copy/prices/photos in index.html. Nothing else needs to move.
   ========================================================================== */

:root {
  /* ---- the one variable pair that recolors the whole site ---- */
  --accent: #a9803f;
  --accent-2: #d8bd85;
  --accent-soft: rgba(169, 128, 63, 0.14);
  --accent-glow: rgba(169, 128, 63, 0.4);

  /* ---- base palette (true black + warm charcoal grey) ---- */
  --bg: #0c0c0d;
  --bg-elevated: #171716;
  --bg-elevated-2: #1f1e1c;
  --text: #f2efe9;
  --text-muted: #a39c8f;
  --line: rgba(242, 239, 233, 0.09);

  /* ---- type ---- */
  --font-display: "Bodoni Moda", serif;
  --font-body: "Jost", sans-serif;

  /* ---- layout ---- */
  --max-width: 1180px;
  --section-pad: clamp(4rem, 9vw, 7.5rem);
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
}

/* ---------------------------------- Reset -------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, p, figure {
  margin: 0;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
  }
}

/* subtle warm glow, reads quiet-luxury rather than flat black */
body {
  background-image:
    radial-gradient(55% 40% at 90% 0%, rgba(169, 128, 63, 0.08), transparent 60%),
    radial-gradient(45% 30% at 5% 20%, rgba(169, 128, 63, 0.05), transparent 60%);
  background-repeat: no-repeat;
}

/* fine film-grain, sitewide — the difference between "flat dark UI" and
   a surface that feels material/printed. Cheap, deliberate, always-on. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 250;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* gold selection + scrollbar — small details, but the kind that signal
   someone actually finished the room instead of just furnishing it. */
::selection {
  background: var(--accent);
  color: #14110a;
}

html {
  scrollbar-color: var(--bg-elevated-2) var(--bg);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bg);
}

::-webkit-scrollbar-thumb {
  background: var(--bg-elevated-2);
  border-radius: 999px;
  border: 2px solid var(--bg);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

/* focus visibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --------------------------- Eyebrow / label -------------------------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-2);
  display: inline-block;
  padding-bottom: 0.55rem;
  position: relative;
}

.eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.75rem;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 2.9rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  color: var(--text);
  margin-top: 0.6rem;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-sub {
  margin-top: 0.9rem;
  color: var(--text-muted);
  font-size: 1.02rem;
  max-width: 46ch;
}

/* ------------------------------- Buttons ---------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.7rem;
  border-radius: 2px;
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #14110a;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 35%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.65s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px var(--accent-glow);
}

.btn-primary:hover::after {
  left: 130%;
}

.btn-outline {
  border: 1px solid var(--line);
  color: var(--text);
  background: var(--bg-elevated);
}

.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent-2);
}

.btn-facebook {
  background: #1877f2;
  color: #fff;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.btn-facebook:hover {
  background: #166fe0;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25d366;
  color: #0c0c0d;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.btn-whatsapp:hover {
  background: #20bd5a;
  transform: translateY(-2px);
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

/* --------------------------------- Navbar --------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.35rem 0;
  transition: background 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
  border-bottom: 1px solid transparent;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar.is-scrolled {
  background: rgba(12, 12, 13, 0.88);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--line);
  padding: 0.9rem 0;
}

.navbar__brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

/* Real brand mark: the client's own "Q" monogram, ringed in gold to
   echo their circular badge mark. */
.navbar__mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.5s ease, border-color 0.5s ease;
}

.navbar__mark img {
  width: 65%;
  height: auto;
  object-fit: contain;
}

.navbar__brand:hover .navbar__mark {
  transform: rotate(90deg);
  border-color: var(--accent-2);
}

.navbar__wordmark {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.navbar__wordmark em {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.navbar__cta {
  padding: 0.7rem 1.4rem;
  font-size: 0.78rem;
}

/* ---------------------------------- Hero ----------------------------------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: grayscale(0.25);
  opacity: 0;
  animation: hero-zoom 36s ease-out infinite, hero-crossfade 24s ease-in-out infinite;
}

.hero__bg img:nth-child(1) { animation-delay: 0s, 0s; }
.hero__bg img:nth-child(2) { animation-delay: 0s, 4s; }
.hero__bg img:nth-child(3) { animation-delay: 0s, 8s; }
.hero__bg img:nth-child(4) { animation-delay: 0s, 12s; }
.hero__bg img:nth-child(5) { animation-delay: 0s, 16s; }
.hero__bg img:nth-child(6) { animation-delay: 0s, 20s; }

@keyframes hero-zoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@keyframes hero-crossfade {
  0% { opacity: 0; }
  2% { opacity: 1; }
  16.5% { opacity: 1; }
  18.5% { opacity: 0; }
  100% { opacity: 0; }
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 12, 13, 0.35) 0%, rgba(12, 12, 13, 0.65) 45%, var(--bg) 97%),
    linear-gradient(90deg, rgba(12, 12, 13, 0.85) 0%, rgba(12, 12, 13, 0.25) 55%);
}

.hero__badge {
  position: absolute;
  top: clamp(5.5rem, 12vh, 7.5rem);
  right: clamp(1.5rem, 5vw, 3.5rem);
  z-index: 1;
  background: rgba(23, 23, 22, 0.65);
  backdrop-filter: blur(8px);
  border: 1px solid var(--accent-soft);
  border-radius: 999px;
  padding: 0.65rem 1.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.5);
}

@media (max-width: 639px) {
  .hero__badge {
    left: 1.5rem;
    right: 1.5rem;
    top: 5.5rem;
    text-align: center;
    font-size: 0.62rem;
  }
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 8rem 0 5rem;
  padding-inline: clamp(1.75rem, 6vw, 3rem);
  width: 100%;
}

.hero__headline {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.9rem, 9vw, 6rem);
  line-height: 0.98;
  max-width: 16ch;
}

.hero__headline em {
  font-style: italic;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__motto {
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--accent-2);
}

.hero__sub {
  margin-top: 1rem;
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 42ch;
}

.hero__actions {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}

.hero__scroll-link {
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 3px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.hero__scroll-link:hover {
  color: var(--accent-2);
  border-color: var(--accent);
}

.google-reviews {
  margin-top: 1.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(23, 23, 22, 0.55);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.6rem 1.15rem 0.6rem 0.7rem;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.google-reviews:hover {
  border-color: var(--accent-soft);
  background: rgba(23, 23, 22, 0.8);
  transform: translateY(-1px);
}

.google-reviews__logo {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.google-reviews__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.1;
}

.google-reviews__stars {
  color: var(--accent-2);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.google-reviews__rating {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text);
}

.google-reviews__count {
  font-weight: 400;
  color: var(--text-muted);
}

@media (max-width: 639px) {
  .google-reviews {
    margin-top: 1.5rem;
    padding: 0.55rem 1rem 0.55rem 0.6rem;
  }

  .google-reviews__stars,
  .google-reviews__rating {
    font-size: 0.72rem;
  }
}

/* ------------------------------- Pillar strip ----------------------------- */
.pillars {
  background: var(--bg-elevated);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.75rem 0;
}

.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}

.pillars__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.pillars__icon {
  font-size: 1.3rem;
  color: var(--accent-2);
}

@media (max-width: 639px) {
  .pillars__item {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
}

/* -------------------------------- Sections --------------------------------- */
section {
  padding: var(--section-pad) 0;
}

/* small gold seam mark at each chapter break — a quiet echo of the
   monogram ring, marking transitions instead of a plain flat edge. */
section + section {
  position: relative;
}

section + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--accent-2);
  box-shadow: 0 0 14px var(--accent-glow);
  z-index: 2;
}

/* -------------------------------- Services ---------------------------------- */
.services {
  position: relative;
  overflow: hidden;
  background-image: url("images/hero-steam.jpg");
  background-size: cover;
  background-position: center 25%;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 12, 13, 0.88) 0%, rgba(12, 12, 13, 0.82) 45%, rgba(12, 12, 13, 0.92) 100%),
    radial-gradient(55% 45% at 12% 0%, var(--accent-glow), transparent 65%),
    radial-gradient(45% 40% at 100% 100%, rgba(169, 128, 63, 0.16), transparent 60%);
  pointer-events: none;
}

.services::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(242, 239, 233, 0.025) 0px, rgba(242, 239, 233, 0.025) 1px, transparent 1px, transparent 14px);
  pointer-events: none;
}

.services .container {
  position: relative;
  z-index: 1;
}

.services__columns {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 800px) {
  .services__columns {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.services__card {
  background: linear-gradient(165deg, var(--bg-elevated), var(--bg-elevated-2));
  border: 1px solid var(--line);
  border-top: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 3.5vw, 2.75rem);
  box-shadow: 0 30px 60px -35px rgba(0, 0, 0, 0.65);
  transition: border-color 0.3s ease;
}

.services__card:hover {
  border-color: var(--accent-soft);
}

.services__cat {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--accent-2);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--accent-soft);
}

.services__cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--accent);
  font-style: normal;
  font-size: 0.95rem;
  color: var(--accent-2);
}

.services__list {
  border-top: none;
}

.services__row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.3s ease;
}

.services__row:hover {
  padding-left: 0.35rem;
}

.services__row:last-child {
  border-bottom: none;
}

.services__row--combo .services__name,
.services__row--combo .services__price {
  color: var(--accent-2);
}

.services__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 0.85rem;
}

.services__name {
  font-size: 1rem;
  font-weight: 400;
}

.services__name small {
  display: block;
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--text-muted);
  margin-top: 0.15rem;
}

.services__leader {
  flex: 1;
  border-bottom: 1px dotted var(--line);
  transform: translateY(-0.4rem);
}

.services__price {
  font-weight: 600;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: var(--accent-2);
  white-space: nowrap;
}

.services__note {
  margin-top: 1.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* ----------------------------- Payment methods ------------------------------ */
.payment-methods {
  margin-top: 2.5rem;
  background: linear-gradient(165deg, var(--bg-elevated), var(--bg-elevated-2));
  border: 1px solid var(--line);
  border-top: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
}

.payment-methods__title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--accent-2);
}

.payment-methods__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.payment-methods__badge {
  font-size: 0.82rem;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.5rem 1.05rem;
}

.payment-methods__banks-toggle {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.payment-methods__banks-summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--accent-2);
  transition: color 0.25s ease;
}

.payment-methods__banks-summary::-webkit-details-marker {
  display: none;
}

.payment-methods__banks-summary:hover {
  color: var(--text);
}

.payment-methods__banks-chevron {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.payment-methods__banks-toggle[open] .payment-methods__banks-chevron {
  transform: rotate(180deg);
}

.payment-methods__banks {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

@media (min-width: 560px) {
  .payment-methods__banks {
    grid-template-columns: 1fr 1fr;
  }
}

.payment-methods__bank {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.payment-methods__bank-name {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.payment-methods__bank-number {
  font-size: 1.05rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  color: var(--text);
}

.payment-methods__bank-holder {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ---------------------------------- About ----------------------------------- */
.about {
  position: relative;
  overflow: hidden;
}

/* the signature moment: an oversized echo of the navbar's own "Q" ring,
   run as a quiet editorial watermark rather than repeated as a logo. */
.about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 2rem;
  transform: translateY(-50%);
  width: clamp(6rem, 13vw, 10rem);
  height: clamp(6rem, 13vw, 10rem);
  aspect-ratio: 400 / 409;
  background-color: transparent;
  background-image: url("images/logo-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.about .container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  align-items: center;
}

.about__figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.7);
  background: var(--bg-elevated);
}

.about__figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.about__copy {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-top: 1.4rem;
  max-width: 52ch;
}

@media (min-width: 900px) {
  .about .container {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

/* below 900px the figure and copy stack, so the watermark needs to sit
   lower to stay clear of the photo and land behind the text block */
@media (max-width: 899px) {
  .about::before {
    top: 80%;
  }
}

/* --------------------------------- Gallery ----------------------------------- */
.gallery__category {
  margin-top: 3.5rem;
}

.gallery__category:first-child {
  margin-top: 0;
}

.gallery__category-title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--accent-2);
  margin-bottom: 1.4rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--accent-soft);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 700px) {
  .gallery__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.gallery__grid--compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 700px) {
  .gallery__grid--compact {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .gallery__grid--compact .gallery__item {
    width: 240px;
    flex: 0 0 240px;
  }
}

.gallery__item {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  position: relative;
  background: var(--bg-elevated);
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1rem 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
}

.gallery__item:hover img {
  transform: scale(1.05);
}

/* -------------------------------- "Bekijk Meer" expander --------------------------------- */
.gallery__more {
  margin-top: 1.25rem;
}

.gallery__more-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
  list-style: none;
  padding: 1rem;
  border: 1px dashed var(--accent-soft);
  border-radius: var(--radius-md);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-2);
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.gallery__more-toggle::-webkit-details-marker {
  display: none;
}

.gallery__more-toggle:hover {
  color: var(--text);
  border-color: var(--accent);
  background: var(--bg-elevated);
}

.gallery__more-icon {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.gallery__more[open] .gallery__more-icon {
  transform: rotate(180deg);
}

.gallery__grid--more {
  margin-top: 1.25rem;
}

/* --------------------------------- Reviews ------------------------------------ */
.reviews__placeholder {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: var(--bg-elevated);
  border: 1px dashed var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 3rem);
}

.reviews__placeholder-logo {
  width: 40px;
  height: 40px;
}

.reviews__placeholder-title {
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--text);
}

.reviews__placeholder-text {
  margin-top: 0.6rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ----------------------------- Booking placeholder ------------------------------ */
.booking {
  position: relative;
}

.booking__card-wrap {
  position: relative;
}

.booking__card {
  position: relative;
  background: var(--bg-elevated);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: clamp(2.25rem, 5vw, 4rem);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.7), 0 0 0 1px var(--accent-soft) inset;
  overflow: hidden;
}

.booking__card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 60%;
  background: radial-gradient(closest-side, var(--accent-glow), transparent 70%);
  opacity: 0.3;
  pointer-events: none;
}

.booking__head {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 0.75rem;
}

.booking__widget {
  position: relative;
  z-index: 1;
  margin-top: 2.75rem;
}

.booking__step {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.25rem;
}

.booking__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--accent);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--accent-2);
}

.booking__step-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.booking__step[hidden],
.booking__picker[hidden],
.booking__barber-picker[hidden],
.booking__frame[hidden] {
  display: none;
}

.booking__picker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 700px) {
  .booking__picker {
    grid-template-columns: repeat(3, 1fr);
  }
}

.booking__service {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  text-align: left;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, var(--bg-elevated), var(--bg-elevated-2));
  box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.booking__service:hover {
  border-color: var(--accent-soft);
  transform: translateY(-2px);
  box-shadow: 0 24px 44px -28px rgba(0, 0, 0, 0.7);
}

.booking__service.is-active {
  border-color: var(--accent);
  background: linear-gradient(165deg, var(--accent-soft), var(--bg-elevated-2));
}

.booking__service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 1rem;
  transition: border-color 0.25s ease;
}

.booking__service.is-active .booking__service-icon {
  border-color: var(--accent);
}

.booking__service-body {
  flex: 1;
  min-width: 0;
}

.booking__service-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
}

.booking__service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.booking__service-price {
  color: var(--accent-2);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.booking__service-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  color: var(--accent-2);
}

.booking__service-check {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #14110a;
  font-size: 0.65rem;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.booking__service.is-active .booking__service-check {
  opacity: 1;
  transform: scale(1);
}

.booking__barber-picker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.booking__barber {
  position: relative;
  text-align: center;
  padding: 1.1rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, var(--bg-elevated), var(--bg-elevated-2));
  box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.booking__barber:hover {
  border-color: var(--accent-soft);
  transform: translateY(-2px);
  box-shadow: 0 24px 44px -28px rgba(0, 0, 0, 0.7);
}

.booking__barber.is-active {
  border-color: var(--accent);
  background: linear-gradient(165deg, var(--accent-soft), var(--bg-elevated-2));
}

.booking__barber-photo {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 0.85rem;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(165deg, var(--bg-elevated), var(--bg-elevated-2));
  border: 1px solid var(--accent-soft);
  box-shadow: 0 14px 30px -16px rgba(0, 0, 0, 0.75);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.booking__barber-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 15%;
  filter: grayscale(0.35);
  transition: filter 0.4s ease;
}

.booking__barber:hover .booking__barber-photo {
  border-color: var(--accent-soft);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -16px rgba(0, 0, 0, 0.8), 0 0 0 1px var(--accent-soft);
}

.booking__barber.is-active .booking__barber-photo {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--bg-elevated-2), 0 0 0 3px var(--accent), 0 14px 30px -12px var(--accent-glow);
}

.booking__barber.is-active .booking__barber-photo img {
  filter: grayscale(0);
}

.booking__barber-name {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
}

.booking__barber-check {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #14110a;
  font-size: 0.65rem;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.booking__barber.is-active .booking__barber-check {
  opacity: 1;
  transform: scale(1);
}

.booking__frame-wrap {
  position: relative;
  margin-top: 1.75rem;
  min-height: 200px;
}

.booking__frame-placeholder {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 3rem 1rem;
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
}

.booking__frame {
  width: 100%;
  border: none;
  border-radius: var(--radius-md);
  min-height: 1050px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.booking__frame.is-visible {
  opacity: 1;
}

/* --------------------------------- Contact -------------------------------------- */
.contact .container {
  display: grid;
  gap: 3rem;
}

@media (min-width: 900px) {
  .contact .container {
    grid-template-columns: 1fr 1fr;
  }
}

.contact__map {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  min-height: 260px;
  box-shadow: 0 30px 60px -35px rgba(0, 0, 0, 0.65);
}

.contact__map-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.2) contrast(1.05);
}

.contact__map-cta {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(23, 23, 22, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--accent-soft);
  border-radius: 999px;
  padding: 0.65rem 1.3rem;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--text);
  white-space: nowrap;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.contact__map-cta:hover {
  border-color: var(--accent);
  background: rgba(23, 23, 22, 0.95);
  transform: translateX(-50%) translateY(-1px);
}

@media (max-width: 639px) {
  .contact__map {
    aspect-ratio: 1 / 1;
  }

  .contact__map-cta {
    font-size: 0.72rem;
    padding: 0.55rem 1.05rem;
  }

  .booking__picker,
  .booking__barber-picker {
    grid-template-columns: 1fr;
  }

  .services__icon {
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
  }

  .services__row {
    gap: 0.7rem;
  }

  .services__cat-icon {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
  }
}

.contact__details dt {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-top: 1.6rem;
}

.contact__details dt:first-child {
  margin-top: 0;
}

.contact__details dd {
  margin: 0.4rem 0 0;
  font-size: 1.02rem;
  color: var(--text);
}

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

/* ---------------------------------- Footer --------------------------------------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.25rem 0;
}

.site-footer .container {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  text-align: center;
}

.site-footer__credit {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.site-footer__credit a {
  color: var(--accent-2);
}

/* ------------------------------- WhatsApp FAB ------------------------------------- */
.whatsapp-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.6);
  transition: transform 0.25s ease;
}

.whatsapp-fab svg {
  width: 28px;
  height: 28px;
}

.whatsapp-fab:hover {
  transform: scale(1.08);
}

/* ------------------------------ Fade-up on scroll ---------------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================================
   Mobile refinements (phones only, ≤639px)
   ============================================================================ */
@media (max-width: 639px) {
  .eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    font-weight: 700;
  }

  .services__price {
    font-size: 1.02rem;
  }

  .contact__details dt {
    font-size: 0.78rem;
  }

  .site-footer__credit {
    font-size: 0.82rem;
  }

  .hero__scroll-link {
    font-size: 0.85rem;
  }

  .services__note {
    font-size: 0.8rem;
  }

  .navbar__cta {
    padding: 0.85rem 1.3rem;
  }

  .booking__card {
    padding: 2.75rem 1.25rem 1.75rem;
  }

  .booking__head {
    padding-top: 0.25rem;
  }

  .whatsapp-fab {
    width: 52px;
    height: 52px;
    right: 1rem;
    bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .gallery__item img,
  .btn-primary,
  .hero__bg img {
    transition: none;
    animation: none;
  }
  .btn-primary::after {
    display: none;
  }
  .navbar__mark {
    transition: none;
  }
  .navbar__brand:hover .navbar__mark {
    transform: none;
  }
}
