/* =====================================================================
   KO Barbershop — stijl
   Rustige, klassieke herenkapper-uitstraling: antraciet, crème, ingetogen
   rood accent (afgeleid van de rode Salonized-boekingskleur).
   ===================================================================== */

:root {
  --ink: #1c1c1c;
  --ink-soft: #3a3a3a;
  --charcoal: #232427;      /* donkergrijs */
  --charcoal-2: #2b2c2f;
  --cream: #e9e9ea;         /* lichte grijstint (sectie-achtergrond) */
  --paper: #ffffff;         /* kaarten */
  --muted: #6d6d70;
  --line: #d7d7da;          /* grijze hairline */
  --accent: #b08d3f;        /* warm goud / brons */
  --accent-dark: #927230;
  --accent-text: #7d6127;   /* donkerder brons voor tekst op licht */
  --gold: #c1a24f;
  --star: #d8a72c;
  --radius: 10px;
  --shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.14);
  --container: 1120px;
  --font: "Inter", "Helvetica Neue", Arial, sans-serif;
  --display: "Oswald", "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.15;
  margin: 0 0 0.4em;
}

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

.section {
  padding: 84px 0;
}

.section--tight { padding: 60px 0; }

.section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.section__eyebrow {
  display: inline-block;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: var(--accent-text);
  margin-bottom: 10px;
}

.section__title {
  font-size: clamp(28px, 4vw, 40px);
  text-transform: uppercase;
}

.section__lead {
  color: var(--muted);
  font-size: 17px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: var(--radius);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.12s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-dark); }

.btn--ghost {
  background: transparent;
  border-color: currentColor;
  color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--cream); }

.btn--service {
  background: var(--charcoal);
  color: var(--cream);
  width: 100%;
  margin-top: 18px;
}
.btn--service:hover { background: var(--accent); }

.btn--lg { padding: 16px 34px; font-size: 15px; }
.btn--sm { padding: 9px 18px; font-size: 12px; letter-spacing: 0.5px; }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(32, 34, 37, 0.96);
  backdrop-filter: blur(6px);
  color: var(--cream);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream);
}
.brand span { color: var(--accent); }

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav a {
  color: var(--cream);
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}
.nav a:hover { opacity: 1; color: #fff; }
.nav .btn { padding: 10px 20px; }

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--cream);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(18, 19, 21, 0.86) 0%, rgba(18, 19, 21, 0.62) 55%, rgba(18, 19, 21, 0.45) 100%),
    url("../assets/hero.jpg") center center / cover no-repeat,
    radial-gradient(1200px 500px at 70% -10%, #33373c, #1a1b1d);
  overflow: hidden;
}
.hero__stripes {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    transparent 0 38px,
    rgba(176, 141, 63, 0.08) 38px 40px,
    transparent 40px 78px,
    rgba(255, 255, 255, 0.03) 78px 80px
  );
  pointer-events: none;
}
.hero__inner {
  position: relative;
  padding: 110px 0 120px;
  max-width: 760px;
}
.hero__eyebrow {
  font-family: var(--display);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--gold);
}
.hero h1 {
  font-size: clamp(40px, 7vw, 76px);
  text-transform: uppercase;
  margin: 14px 0 18px;
}
.hero p {
  font-size: 19px;
  color: rgba(246, 242, 234, 0.85);
  max-width: 540px;
}
.hero__actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero__actions .btn--ghost { color: var(--cream); }

/* Hero-variant: logo links, tekst rechts op barberfoto (homepage) */
.hero--brand {
  background:
    linear-gradient(rgba(20, 20, 22, 0.74), rgba(20, 20, 22, 0.82)),
    url("../assets/hero.jpg") center center / cover no-repeat,
    var(--charcoal);
  color: var(--cream);
}
.hero--brand .hero__inner {
  position: relative;
  max-width: var(--container);
  min-height: 74vh;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 56px;
  padding: 70px 0;
}
.hero__logo-wrap { display: flex; justify-content: center; }
.hero__logo {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.hero--brand .hero__eyebrow--dark { color: var(--gold); }
.hero__title-dark {
  color: var(--cream);
  font-size: clamp(34px, 5vw, 60px);
  text-transform: uppercase;
  margin: 12px 0 10px;
}
.hero__slogan {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(16px, 2.2vw, 22px);
  color: var(--gold);
  margin: 0 0 14px;
}
.hero--brand .hero__tagline {
  color: rgba(233, 233, 234, 0.85);
  font-size: 18px;
  max-width: 520px;
  margin: 0 0 30px;
}
.hero--brand .btn--ghost { color: var(--cream); border-color: var(--cream); }
.hero--brand .btn--ghost:hover { background: var(--cream); color: var(--ink); }

@media (max-width: 820px) {
  .hero--brand .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
    min-height: auto;
    padding: 56px 0;
  }
  .hero__logo { max-width: 240px; }
  .hero--brand .hero__tagline { margin-left: auto; margin-right: auto; }
  .hero--brand .hero__actions { justify-content: center; }
}

/* ---------- Info strip ---------- */
.infostrip {
  background: var(--charcoal-2);
  color: var(--cream);
}
.infostrip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.infostrip__item {
  background: var(--charcoal-2);
  padding: 26px 24px;
  text-align: center;
}
.infostrip__item h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 6px;
}
.infostrip__item p { margin: 0; color: rgba(246, 242, 234, 0.9); }
.infostrip__item a { color: inherit; text-decoration: none; }
.infostrip__item a:hover { color: #fff; }

/* ---------- Over ons ---------- */
.about { background: var(--paper); }
.about__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.about__logo {
  width: 150px;
  margin-bottom: 20px;
}
.about__text p { color: var(--ink-soft); font-size: 17px; margin: 0 0 14px; }
.about__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.about__media .about__portrait {
  grid-row: span 2;
  height: 100%;
  min-height: 340px;
  object-position: 62% 35%;
}

/* ---------- Galerij ---------- */
.gallery { background: var(--cream); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.shot { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.shot img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.shot:hover img { transform: scale(1.05); }
.gallery__cta { text-align: center; margin-top: 40px; }

/* ---------- Services ---------- */
.services { background: var(--cream); }

.service-category { margin-bottom: 52px; }
.service-category:last-child { margin-bottom: 0; }
.service-category__title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 2px solid var(--line);
  position: relative;
}
.service-category__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 64px;
  height: 2px;
  background: var(--accent);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}

.service {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service__body { flex: 1; }
.service__name {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.service__desc { color: var(--muted); font-size: 15px; margin: 0 0 12px; }
.service__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.service__duration {
  color: var(--muted);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service__duration::before { content: "🕑"; font-size: 13px; }
.service__price {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: var(--accent-text);
}

/* ---------- Reviews ---------- */
.reviews { background: var(--charcoal); color: var(--cream); }
.reviews .section__eyebrow { color: var(--gold); }
.reviews .section__title { color: var(--cream); }

.reviews-summary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}
.reviews-summary__score {
  font-family: var(--display);
  font-size: 40px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.reviews-summary__count { color: rgba(246, 242, 234, 0.8); }
.reviews-note {
  color: rgba(246, 242, 234, 0.85);
  max-width: 520px;
  margin: 0 auto 18px;
}
.reviews__top { text-align: center; margin-bottom: 46px; }
.reviews__cta { text-align: center; margin-top: 40px; }
.reviews .btn--ghost { color: var(--cream); border-color: rgba(233, 233, 234, 0.45); }
.reviews .btn--ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

.stars { display: inline-flex; gap: 2px; font-size: 18px; line-height: 1; }
.star--on { color: var(--star); }
.star--off { color: rgba(255, 255, 255, 0.25); }

/* Reviewkaarten: grid op desktop, horizontale slider op mobiel */
.reviews-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.review {
  background: var(--charcoal-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 26px;
  margin: 0;
  scroll-snap-align: start;
}
.review .stars { margin-bottom: 12px; }
.review__quote {
  margin: 0 0 16px;
  font-size: 16px;
  color: rgba(246, 242, 234, 0.92);
  quotes: "“" "”";
}
.review__quote::before { content: open-quote; color: var(--gold); }
.review__quote::after { content: close-quote; color: var(--gold); }
.review__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  font-size: 13px;
  color: rgba(246, 242, 234, 0.7);
}
.review__author { font-weight: 600; color: var(--cream); }
.review__source { color: var(--gold); }

/* ---------- Contact / footer ---------- */
.contact { background: var(--cream); }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.contact__block h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.contact__line { margin: 0 0 8px; color: var(--ink-soft); }
.contact__line a:not(.btn) { color: var(--accent-text); text-decoration: none; }
.contact__line a:hover { text-decoration: underline; }

.hours__row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
}
.hours__row:last-child { border-bottom: 0; }
.hours__day { font-weight: 600; }
.hours__appointment {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-text);
  margin: 14px 0 0;
}

.map-embed {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: var(--radius);
}

.footer {
  background: var(--charcoal);
  color: rgba(246, 242, 234, 0.75);
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
}
.footer a { color: var(--gold); text-decoration: none; }
.footer__socials { margin-bottom: 8px; }
.footer__socials a { margin: 0 10px; }
.footer__made {
  margin: 10px 0 0;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: var(--gold);
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--charcoal);
  color: var(--cream);
  text-align: center;
  padding: 56px 0;
  border-top: 3px solid var(--accent);
}
.cta-band h2 { color: var(--cream); font-size: clamp(26px, 4vw, 38px); text-transform: uppercase; }
.cta-band p { color: rgba(233, 233, 234, 0.85); margin-bottom: 24px; }
.cta-band .btn--ghost { color: var(--cream); border-color: var(--accent); }
.cta-band .btn--ghost:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .contact__grid { grid-template-columns: 1fr; }
  .infostrip__grid { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }

  .menu-toggle { display: block; }
  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--charcoal);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .nav.is-open { max-height: 360px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav a { width: 100%; padding: 14px 24px; border-top: 1px solid rgba(255,255,255,0.06); }
  .nav .btn { margin: 12px 24px; }

  /* Reviews als horizontale slider op mobiel (leesbaar zonder JS). */
  .reviews-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }
  .review { min-width: 82%; }
}

@media (max-width: 480px) {
  .section { padding: 60px 0; }
  .hero__inner { padding: 80px 0 90px; }
}

/* Toegankelijkheid: respecteer bewegingsvoorkeur */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
