/* ══════════════════════════════════════════════════════════════
   Studio Symfonie — Kapsalon Gouda
   Design: elegant, warm, modern | aubergine + creme + goud
   ══════════════════════════════════════════════════════════════ */

/* ─── TOKENS ─── */
:root {
  --c-plum:      #6B2D5E;
  --c-plum-dk:   #4e2046;
  --c-plum-lt:   #8a3d7a;
  --c-plum-xlt:  #f4eaf2;
  --c-gold:      #C9973A;
  --c-gold-lt:   #e8c27a;
  --c-cream:     #FAF7F2;
  --c-cream-dk:  #F0EAE0;
  --c-ink:       #1C1010;
  --c-ink-soft:  #4a3040;
  --c-ink-muted: #7a6070;
  --c-white:     #ffffff;
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body:    'Lato', system-ui, sans-serif;
  --r-sm:   6px;
  --r-md:   12px;
  --r-lg:   20px;
  --r-full: 999px;
  --shadow-sm: 0 2px 8px rgba(107,45,94,.08);
  --shadow-md: 0 4px 20px rgba(107,45,94,.14);
  --shadow-lg: 0 8px 40px rgba(107,45,94,.2);
  --dur: 260ms;
  --ease: cubic-bezier(.4,0,.2,1);
  --container: 1160px;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--ff-body); background: var(--c-cream); color: var(--c-ink); line-height: 1.6; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ─── FILL-IMAGE HELPER ─── */
.media, .img-fill, figure.photo { position: relative; overflow: hidden; }
.media > img, .img-fill > img, figure.photo > img, .gallery img, .hero__img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ─── CONTAINER ─── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }

/* ─── SECTION ─── */
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--tinted { background: var(--c-cream-dk); }
.section-eyebrow { font-family: var(--ff-body); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--c-gold); margin-bottom: .75rem; }
.section-title { font-family: var(--ff-display); font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.15; color: var(--c-ink); margin-bottom: 1.25rem; }
.section-title em { font-style: italic; color: var(--c-plum); }
.section-subtitle { font-size: 1.05rem; color: var(--c-ink-muted); max-width: 54ch; }
.section-body { font-size: 1.025rem; color: var(--c-ink-soft); max-width: 58ch; line-height: 1.75; margin-bottom: 1rem; }
.section-header { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-header .section-subtitle { margin: 0 auto; }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.75rem; border-radius: var(--r-full); font-family: var(--ff-body); font-size: .9rem; font-weight: 700; letter-spacing: .03em; transition: background var(--dur) var(--ease), color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); min-height: 44px; white-space: nowrap; }
.btn-lg { padding: .9rem 2.2rem; font-size: 1rem; }
.btn-primary { background: var(--c-plum); color: var(--c-white); }
.btn-primary:hover { background: var(--c-plum-dk); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--c-plum); border: 1.5px solid var(--c-plum); }
.btn-outline:hover { background: var(--c-plum); color: var(--c-white); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.12); color: var(--c-white); border: 1.5px solid rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: var(--c-white); }
.btn-whatsapp:hover { background: #1EB857; transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ─── HEADER ─── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 900; background: transparent; border-bottom: 1px solid transparent; transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.site-header.scrolled { background: rgba(250,247,242,.96); backdrop-filter: blur(12px); border-bottom-color: rgba(107,45,94,.08); box-shadow: var(--shadow-sm); }
.site-header:not(.scrolled) .desktop-nav a { color: rgba(255,255,255,.9); }
.site-header:not(.scrolled) .desktop-nav a:hover { color: var(--c-gold-lt); border-bottom-color: var(--c-gold-lt); }
.site-header:not(.scrolled) .brand-name { color: var(--c-white); }
.site-header:not(.scrolled) .brand-name em { color: var(--c-gold-lt); }
.site-header:not(.scrolled) .brand-icon { color: var(--c-gold-lt); }
.site-header:not(.scrolled) .btn-outline { color: var(--c-white); border-color: rgba(255,255,255,.7); }
.site-header:not(.scrolled) .btn-outline:hover { background: var(--c-white); color: var(--c-plum); }
.site-header:not(.scrolled) .mobile-menu__trigger { color: var(--c-white); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 70px; }
.brand { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.brand-icon { color: var(--c-plum); }
.brand-name { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 600; color: var(--c-ink); }
.brand-name em { font-style: italic; color: var(--c-plum); }
.brand--light .brand-name { color: var(--c-cream); }
.brand--light .brand-name em { color: var(--c-gold-lt); }
.brand--light .brand-icon { color: var(--c-gold-lt); }
.desktop-nav { margin-left: auto; }
.desktop-nav ul { display: flex; gap: clamp(.75rem, 2vw, 2rem); }
.desktop-nav a { font-size: .875rem; font-weight: 700; letter-spacing: .03em; color: var(--c-ink-soft); padding: .25rem 0; border-bottom: 2px solid transparent; transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.desktop-nav a:hover { color: var(--c-plum); border-bottom-color: var(--c-plum); }
.header-cta { margin-left: .5rem; }

/* ─── HAMBURGER ─── */
.mobile-menu__trigger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--r-sm); color: var(--c-plum); margin-left: auto; }
.hamburger { display: flex; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease); }
.mobile-menu__trigger[aria-expanded="true"] .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu__trigger[aria-expanded="true"] .hamburger span:nth-child(2) { opacity: 0; }
.mobile-menu__trigger[aria-expanded="true"] .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── MOBILE MENU ─── */
.mobile-menu__overlay { position: fixed; inset: 0; width: 100%; height: 100svh; background: var(--c-plum-dk); z-index: 1000; display: flex; flex-direction: column; transform: translateX(100%); transition: transform var(--dur) var(--ease); overflow-y: auto; }
.mobile-menu__overlay[aria-hidden="false"] { transform: translateX(0); }
.mobile-menu__panel { display: flex; flex-direction: column; flex: 1; padding: 2rem 1.5rem; }
.mobile-menu__close { align-self: flex-end; color: var(--c-cream); width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: var(--r-sm); margin-bottom: 1.5rem; }
.mobile-menu__close:hover { background: rgba(255,255,255,.1); }
.mobile-menu__brand { font-family: var(--ff-display); font-size: 1.8rem; font-weight: 600; color: var(--c-cream); margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.mobile-menu__brand em { font-style: italic; color: var(--c-gold-lt); }
.mobile-menu__list { display: flex; flex-direction: column; gap: .25rem; flex: 1; }
.mobile-menu__item { display: block; padding: 1rem .75rem; font-family: var(--ff-display); font-size: 1.4rem; font-weight: 600; color: var(--c-cream); border-radius: var(--r-sm); transition: background var(--dur) var(--ease), color var(--dur) var(--ease); }
.mobile-menu__item:hover { background: rgba(255,255,255,.1); color: var(--c-gold-lt); }
.mobile-menu__cta { margin-top: 2rem; text-align: center; justify-content: center; }

/* ─── HERO ─── */
.hero { position: relative; height: 100svh; min-height: 600px; display: flex; align-items: center; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(78,32,70,.82) 0%, rgba(28,16,16,.55) 60%, rgba(28,16,16,.2) 100%); }
.hero__content { position: relative; z-index: 2; padding-top: 70px; max-width: 700px; }
.hero__eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--c-gold-lt); margin-bottom: 1rem; }
.hero__title { font-family: var(--ff-display); font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 700; line-height: 1.07; color: var(--c-white); margin-bottom: 1.25rem; }
.hero__title em { font-style: italic; color: var(--c-gold-lt); }
.hero__sub { font-size: clamp(1rem, 1.8vw, 1.25rem); color: rgba(255,255,255,.88); max-width: 40ch; margin-bottom: 2.25rem; line-height: 1.6; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.5); animation: bounce 2s ease-in-out infinite; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* ─── OVER ONS ─── */
.over-ons__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.over-ons__image-wrap { position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.over-ons__image-wrap .media { width: 100%; height: 100%; border-radius: var(--r-lg); }
.over-ons__badge { position: absolute; bottom: -1.25rem; right: -1.25rem; background: var(--c-plum); color: var(--c-white); width: 100px; height: 100px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: var(--shadow-md); text-align: center; }
.badge-num { font-family: var(--ff-display); font-size: 1.8rem; font-weight: 700; line-height: 1; }
.badge-label { font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.over-ons__pills { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; background: var(--c-plum-xlt); color: var(--c-plum); border-radius: var(--r-full); font-size: .8rem; font-weight: 700; }

/* ─── DIENSTEN / CARDS ─── */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card-grid--photo-row { grid-template-columns: 1fr 1fr; margin-top: 1.5rem; }
.card { background: var(--c-white); border-radius: var(--r-md); padding: 2rem; box-shadow: var(--shadow-sm); border: 1px solid rgba(107,45,94,.07); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); position: relative; overflow: hidden; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

/* Photo-hero card */
.card--photo-hero { padding: 0; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; }
.card--photo-hero-lg { min-height: 360px; }
.card-photo-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }
.card-photo-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(78,32,70,.9) 0%, rgba(78,32,70,.45) 55%, rgba(28,16,16,.05) 100%); }
.card-photo-hero__content { position: relative; z-index: 2; padding: 2rem; display: flex; flex-direction: column; gap: .5rem; }
.card__title--light { color: var(--c-white); }
.card__body--light { color: rgba(255,255,255,.82); }

.card__icon-wrap { width: 52px; height: 52px; background: var(--c-plum-xlt); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.card__icon { color: var(--c-plum); width: 24px; height: 24px; }
.card__title { font-family: var(--ff-display); font-size: 1.15rem; font-weight: 600; color: var(--c-ink); margin-bottom: .6rem; }
.card__body { font-size: .925rem; color: var(--c-ink-muted); line-height: 1.65; }
.card__badge { display: inline-block; background: var(--c-plum-lt); color: var(--c-white); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .75rem; border-radius: var(--r-full); width: fit-content; }
.card__badge--gold { background: var(--c-gold); }

/* ─── CTA BAND ─── */
.cta-band { background: linear-gradient(135deg, var(--c-plum-dk) 0%, var(--c-plum) 60%, var(--c-plum-lt) 100%); padding: clamp(4rem, 8vw, 7rem) 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.cta-band__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: clamp(2rem, 5vw, 4rem); flex-wrap: wrap; }
.cta-eyebrow { color: var(--c-gold-lt); }
.cta-band__title { font-family: var(--ff-display); font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.15; color: var(--c-white); margin-bottom: 1rem; }
.cta-band__title em { font-style: italic; color: var(--c-gold-lt); }
.cta-band__sub { font-size: 1.025rem; color: rgba(255,255,255,.8); max-width: 46ch; }
.cta-band__text { flex: 1; min-width: 260px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 1rem; flex-shrink: 0; }
.cta-btn { min-width: 240px; justify-content: center; }

/* ─── REVIEWS ─── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card { background: var(--c-white); border-radius: var(--r-md); padding: 2rem; box-shadow: var(--shadow-sm); border: 1px solid rgba(107,45,94,.07); display: flex; flex-direction: column; gap: 1rem; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review-card--accent { background: var(--c-plum); border-color: var(--c-plum-lt); }
.review-card--accent .review-quote, .review-card--accent .review-author strong, .review-card--accent .review-author span { color: var(--c-white); }
.review-card--accent .review-stars svg { fill: var(--c-gold-lt); }
.review-stars { display: flex; gap: 2px; }
.review-stars svg { fill: var(--c-gold); width: 16px; height: 16px; }
.review-quote { font-family: var(--ff-display); font-size: 1rem; font-style: italic; color: var(--c-ink-soft); line-height: 1.65; flex: 1; }
.review-author { display: flex; align-items: center; gap: .75rem; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--c-plum-xlt); color: var(--c-plum); display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-size: 1rem; font-weight: 700; flex-shrink: 0; }
.review-card--accent .review-avatar { background: rgba(255,255,255,.2); color: var(--c-white); }
.review-author strong { display: block; font-size: .925rem; color: var(--c-ink); }
.review-author span { font-size: .8rem; color: var(--c-ink-muted); }

/* ─── OPENINGSTIJDEN ─── */
.openingstijden__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }
.contact-items { display: flex; flex-direction: column; gap: .85rem; margin-top: 1.75rem; }
.contact-item { display: flex; align-items: center; gap: .75rem; font-size: .95rem; color: var(--c-ink-soft); }
.contact-item svg { color: var(--c-plum); flex-shrink: 0; }
.contact-item a { color: var(--c-plum); }
.contact-item a:hover { text-decoration: underline; }
.openingstijden__table-wrap { background: var(--c-white); border-radius: var(--r-md); box-shadow: var(--shadow-md); overflow: hidden; }
.openingstijden__table { width: 100%; border-collapse: collapse; }
.openingstijden__table td { padding: .95rem 1.5rem; font-size: .95rem; color: var(--c-ink-soft); border-bottom: 1px solid var(--c-cream-dk); }
.openingstijden__table td:last-child { text-align: right; font-weight: 700; color: var(--c-ink); }
.openingstijden__table tr:last-child td { border-bottom: none; }
.openingstijden__table tr.gesloten td { color: var(--c-ink-muted); }
.openingstijden__table tr:hover td { background: var(--c-plum-xlt); }
.closed-badge { display: inline-block; background: var(--c-cream-dk); color: var(--c-ink-muted); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .2rem .7rem; border-radius: var(--r-full); }

/* ─── FOOTER ─── */
.footer-kit { background: var(--c-ink); color: var(--c-cream); }
.footer-kit__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.footer-tagline { font-size: .875rem; color: rgba(250,247,242,.5); margin-top: .6rem; }
.footer-col h4 { font-family: var(--ff-body); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--c-gold); margin-bottom: 1.25rem; }
.footer-col ul { display: flex; flex-direction: column; gap: .65rem; }
.footer-col li { display: flex; align-items: flex-start; gap: .5rem; font-size: .875rem; color: rgba(250,247,242,.65); line-height: 1.5; }
.footer-col li svg { color: var(--c-gold); margin-top: .15rem; flex-shrink: 0; }
.footer-col a { color: rgba(250,247,242,.65); transition: color var(--dur) var(--ease); }
.footer-col a:hover { color: var(--c-gold); }
.footer-col--hours li { justify-content: space-between; }
.footer-col--hours li span:last-child { font-weight: 700; color: rgba(250,247,242,.85); }
.closed-sm { color: rgba(250,247,242,.4); font-weight: 400; }
.footer-kit__bottom { border-top: 1px solid rgba(250,247,242,.08); padding: 1.5rem 0; }
.footer-kit__bottom p { font-size: .8rem; color: rgba(250,247,242,.4); text-align: center; }
.footer-kit__bottom a { color: var(--c-gold); }
.footer-kit__bottom a:hover { text-decoration: underline; }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .header-cta, .desktop-nav { display: none; }
  .mobile-menu__trigger { display: flex; }
  .over-ons__grid, .openingstijden__grid { grid-template-columns: 1fr; }
  .over-ons__image-wrap { aspect-ratio: 16/9; max-height: 360px; }
  .over-ons__badge { width: 80px; height: 80px; right: -.5rem; bottom: -.5rem; }
  .badge-num { font-size: 1.4rem; }
  .footer-kit__inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 680px) {
  .card-grid, .card-grid--photo-row { grid-template-columns: 1fr; margin-top: 0; }
  .card--photo-hero, .card--photo-hero-lg { min-height: 260px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .cta-band__actions { width: 100%; }
  .cta-btn { min-width: unset; width: 100%; }
  .footer-kit__inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
}
@media (max-width: 480px) {
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .hero__actions .btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
body.menu-open { overflow: hidden; }
