/* ==========================================================================
   mes amis - Friseursalon Hamburg
   Design inspired 1:1 by raoul-hair.nl (excluding marquee banner)
   Colors: 
     #e7e0d8 (Backgrounds)
     #996665 (CTA & Highlights)
     #383129 (Fonts / Typography)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');

:root {
  --bg-primary: #e7e0d8;
  --bg-dark: #383129;
  --bg-light: #f2ece4;
  --bg-card: #ded6cc;
  --bg-overlay: rgba(56, 49, 41, 0.45);
  
  --accent-cta: #996665;
  --accent-cta-hover: #835251;
  --accent-cta-light: #b48382;
  
  --text-dark: #383129;
  --text-light: #e7e0d8;
  --text-muted: rgba(56, 49, 41, 0.75);
  --text-muted-light: rgba(231, 224, 216, 0.75);
  
  --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-script: 'Alex Brush', cursive, 'Playfair Display', Georgia, serif;
  
  --container-max-width: 1320px;
  --container-padding: 5vw;
  --transition-smooth: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-fast: all 0.25s ease;
}

/* Base Reset & Global Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: var(--bg-primary);
  color: var(--text-dark);
  height: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-dark);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

body.no-scroll {
  overflow: hidden;
}

::selection {
  background-color: var(--accent-cta);
  color: var(--text-light);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

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

/* Typography Hierarchy */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dark);
  line-height: 1.2;
}

.header-1 {
  font-size: clamp(2.2rem, 5.5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.15;
}

.header-1.light {
  color: var(--text-light);
}

.header-2 {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

.header-2.light {
  color: var(--text-light);
}

.header-2.center {
  text-align: center;
}

.header-2.is-left {
  text-align: left;
}

.header-4 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.header-4.light {
  color: var(--text-light);
}

.header-6 {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header-6.light {
  color: var(--text-light);
}

.header-6.taupe {
  color: var(--text-muted);
}

.script {
  font-family: var(--font-script);
  color: var(--accent-cta);
  text-transform: none;
  font-weight: 400;
  display: block;
  line-height: 1.1;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  margin-top: -0.25em;
  margin-bottom: 0.2em;
  transform: rotate(-2deg);
  pointer-events: none;
}

.header-1.script {
  color: var(--accent-cta-light);
  font-size: clamp(3.2rem, 7.5vw, 6.5rem);
}

.paragraph {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-muted);
}

.paragraph.light {
  color: var(--text-muted-light);
}

.paragraph.center {
  text-align: center;
}

.paragraph.small {
  max-width: 800px;
  margin: 1.5rem auto 0;
  font-size: 1rem;
}

/* Layout Containers */
.w-container {
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
}

.container.small {
  max-width: 900px;
}

/* ==========================================================================
   Navigation Bar (Header 1:1 Raoul-Hair)
   ========================================================================== */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: background-color 0.4s ease, padding 0.4s ease, backdrop-filter 0.4s ease;
}

.navigation.scrolled {
  background-color: rgba(231, 224, 216, 0.95);
  backdrop-filter: blur(12px);
  padding: 0.85rem 0;
  box-shadow: 0 4px 20px rgba(56, 49, 41, 0.08);
}

.navigation.scrolled .afspraaklink,
.navigation.scrolled .menu-wrapper .header-6 {
  color: var(--text-dark);
}

.navigation.scrolled .menu-line {
  background-color: var(--text-dark);
}

.navigation.scrolled .logo-text {
  color: var(--text-dark);
}

.navigation.scrolled .phone-icon {
  background-color: var(--accent-cta);
  color: var(--text-light);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  position: relative;
  z-index: 1100;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 1120;
}

.afspraaklink {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
  transition: color 0.3s ease;
  white-space: nowrap;
}

.afspraaklink:hover {
  color: var(--accent-cta-light);
}

.phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-cta);
  color: var(--text-light);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(153, 102, 101, 0.3);
}

.phone-icon:hover {
  transform: scale(1.1);
  background-color: var(--accent-cta-hover);
}

.phone-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  z-index: 1120;
}

.logo-img {
  height: 36px;
  width: auto;
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-wrapper .logo-light {
  display: block;
}

.logo-wrapper .logo-dark {
  display: none;
}

.navigation.scrolled .logo-wrapper .logo-light {
  display: none;
}

.navigation.scrolled .logo-wrapper .logo-dark {
  display: block;
}

.logo-sub {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-cta-light);
  margin-top: 4px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navigation.scrolled .logo-sub {
  color: var(--accent-cta);
}

.menu-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  z-index: 1150;
  user-select: none;
  padding: 0.5rem;
  margin: -0.5rem;
}

.menu-wrapper .header-6 {
  color: var(--text-light);
  transition: color 0.3s ease;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
}

.menu-line {
  width: 100%;
  height: 2px;
  background-color: var(--text-light);
  transition: transform 0.35s ease, opacity 0.35s ease, background-color 0.3s ease;
  transform-origin: center;
}

.menu-wrapper.active .menu-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: var(--text-light) !important;
}

.menu-wrapper.active .menu-line:nth-child(2) {
  opacity: 0;
}

.menu-wrapper.active .menu-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: var(--text-light) !important;
}

.menu-wrapper.active .header-6 {
  color: var(--text-light) !important;
}

/* Navigation overrides when menu is open */
.navigation.menu-open {
  background-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.navigation.menu-open .afspraaklink {
  color: var(--text-light) !important;
}

.navigation.menu-open .menu-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.navigation.menu-open .logo-wrapper .logo-light {
  display: block !important;
}

.navigation.menu-open .logo-wrapper .logo-dark {
  display: none !important;
}

.navigation.menu-open .logo-sub {
  color: var(--accent-cta-light) !important;
}

/* Fullscreen Menu Overlay */
.fullscreen-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--bg-dark);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s;
  padding: 5rem 2rem 3rem;
  overflow-y: auto;
}

.fullscreen-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.fullscreen-close-btn {
  position: absolute;
  top: 1.25rem;
  right: var(--container-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(231, 224, 216, 0.14);
  border: 1px solid rgba(231, 224, 216, 0.25);
  padding: 0.55rem 1.15rem;
  border-radius: 30px;
  cursor: pointer;
  z-index: 2050;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.fullscreen-close-btn:hover {
  background-color: var(--accent-cta);
  border-color: var(--accent-cta);
  color: var(--text-light);
  transform: scale(1.04);
}

.fullscreen-close-btn:active {
  transform: scale(0.95);
}

.fullscreen-close-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  pointer-events: none;
}

.menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  width: 100%;
}

.menu-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.menu-item {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--text-light);
  letter-spacing: 0.1em;
  text-transform: lowercase;
  transition: color 0.3s ease, transform 0.3s ease;
  line-height: 1.1;
}

.menu-link:hover .menu-item {
  color: var(--accent-cta-light);
  transform: translateX(10px);
}

.social-footer {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}

.social-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(231, 224, 216, 0.2);
  color: var(--text-light);
  transition: all 0.3s ease;
}

.social-wrapper:hover {
  background-color: var(--accent-cta);
  border-color: var(--accent-cta);
  transform: translateY(-3px);
}

.social-wrapper svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* ==========================================================================
   Hero Section with Ken Burns Zoom-In & Zoom-Out Animation
   ========================================================================== */
.first-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background-color: var(--bg-dark);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
  overflow: hidden;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
}

/* Ken Burns Effect Classes */
.hero-slide.active.zoom-in .hero-slide-img {
  animation: kenBurnsZoomIn 8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.hero-slide.active.zoom-out .hero-slide-img {
  animation: kenBurnsZoomOut 8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes kenBurnsZoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes kenBurnsZoomOut {
  0% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1.02);
  }
}

/* Hero Vignette / Gradient Overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(56, 49, 41, 0.5) 0%,
    rgba(56, 49, 41, 0.35) 45%,
    rgba(56, 49, 41, 0.65) 100%
  );
  z-index: 3;
}

.hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 1100px;
  padding: 0 var(--container-padding);
  margin-top: -1.5rem;
  animation: fadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-logo-wrap {
  max-width: clamp(260px, 42vw, 540px);
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1.2vw, 0.98rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: 1.1rem;
  font-weight: 500;
  padding: 0.5rem 1.6rem;
  background: rgba(56, 49, 41, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(231, 224, 216, 0.28);
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-down {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.scroll-down:hover {
  opacity: 0.8;
}

.scroll-down .header-6 {
  color: var(--text-light);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

.image-down {
  width: 20px;
  height: 20px;
  fill: var(--accent-cta-light);
  animation: bounceDown 2s infinite ease-in-out;
}

@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(4px);
  }
}

/* ==========================================================================
   Centered Quote Section
   ========================================================================== */
.centered-section {
  padding: 8rem 0;
  background-color: var(--bg-primary);
  text-align: center;
}

.centered-section.dark {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.centered-section.light {
  background-color: var(--bg-light);
}

.quote-content {
  max-width: 950px;
  margin: 0 auto;
}

.quote-content .header-2 {
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   Buttons (Raoul-hair 1:1 Styling)
   ========================================================================== */
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2.5rem;
  background-color: var(--accent-cta);
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  overflow: hidden;
  transition: var(--transition-smooth);
  box-shadow: 0 6px 18px rgba(153, 102, 101, 0.25);
  margin-top: 2rem;
  z-index: 1;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--accent-cta-hover);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(153, 102, 101, 0.35);
}

.button:hover::before {
  transform: translateX(100%);
}

.button.dark {
  background-color: var(--bg-dark);
  color: var(--text-light);
  box-shadow: 0 6px 18px rgba(56, 49, 41, 0.25);
}

.button.dark::before {
  background-color: var(--accent-cta);
}

.buttontekst {
  position: relative;
  z-index: 2;
}

/* Stacked Two-Line CTA Buttons */
.cta-stacked {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
}

.cta-line-main {
  font-family: var(--font-heading);
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
}

.cta-line-sub {
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 3px;
  opacity: 0.95;
}

.hero-cta-btn {
  padding: 1rem 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   Split Grid Sections (Flex Grid 1:1 Layout)
   ========================================================================== */
.flex-grid-section {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  color: var(--text-light);
  overflow: hidden;
}

.flex-grid-section.light {
  background-color: var(--bg-primary);
  color: var(--text-dark);
}

.flex-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: center;
}

.content-left, .content-right, .let-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-image {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.content-image img, .image-aflopend {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.content-image:hover img, .content-image:hover .image-aflopend {
  transform: scale(1.04);
}

/* USP Blocks */
.usp-block {
  margin-bottom: 2.5rem;
  position: relative;
  transition: transform 0.3s ease;
}

.usp-title {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 0.65rem;
}

.usp-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--accent-cta);
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(153, 102, 101, 0.25);
  transition: all 0.3s ease;
}

.usp-block:hover .usp-number {
  background-color: var(--accent-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(153, 102, 101, 0.35);
}

.header-4.usp {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--text-dark);
}

/* ==========================================================================
   Behandlungen / Services Section (1:1 Frame Layout)
   ========================================================================== */
.behandelingen-section {
  padding: 7rem 0;
  background-color: var(--bg-primary);
}

.frame.new-behandelingen {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.fixed-title.new {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(56, 49, 41, 0.15);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.cards.is-new {
  background-color: var(--bg-card);
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
  text-decoration: none;
  color: var(--text-dark);
}

.cards.is-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(56, 49, 41, 0.12);
}

.image-holder.is-new {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.cards.is-new:hover .card-image {
  transform: scale(1.06);
}

.card-hover {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  background-color: var(--accent-cta);
  color: var(--text-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transform: scale(0.9);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cards.is-new:hover .card-hover {
  transform: scale(1.1);
  background-color: var(--accent-cta-hover);
  opacity: 1;
}

.arrow-card {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.paragraph.left {
  text-align: left;
  font-size: 0.95rem;
}

.bekijk-prijzen.new {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 2rem;
}

/* ==========================================================================
   Product & Philosophy Grid (1:1 Raoul-hair Layout)
   ========================================================================== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 4.5rem;
}

.product-image-holder {
  background-color: var(--bg-card);
  padding: 2.5rem 1.8rem;
  border-radius: 4px;
  text-align: center;
  transition: transform 0.4s ease;
}

.product-image-holder:hover {
  transform: translateY(-5px);
}

.product-icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background-color: var(--bg-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-cta);
  box-shadow: 0 6px 16px rgba(56, 49, 41, 0.08);
}

.product-icon-wrap svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.header-4.producten {
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery-section {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.gallery-item {
  position: relative;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 49, 41, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* ==========================================================================
   Big Call-to-Action Banner (1:1 Raoul-hair CTA)
   ========================================================================== */
.cta {
  position: relative;
  width: 100%;
  padding: 9rem var(--container-padding);
  background-color: var(--bg-dark);
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: grayscale(30%);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.header-2.extralight {
  color: var(--text-light);
  font-weight: 300;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 2.8rem;
  background-color: var(--accent-cta);
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: var(--transition-smooth);
  margin-top: 2rem;
  box-shadow: 0 8px 24px rgba(153, 102, 101, 0.4);
}

.cta-button:hover {
  background-color: var(--accent-cta-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(153, 102, 101, 0.5);
}

.cta-arrow {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
  transform: translateX(5px);
}

/* ==========================================================================
   Footer & Socket (1:1 Raoul-hair Layout)
   ========================================================================== */
.footer-wrap {
  background-color: var(--bg-primary);
  border-top: 1px solid rgba(56, 49, 41, 0.15);
  padding: 6rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 5rem;
}

.footer-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(56, 49, 41, 0.15);
  padding-bottom: 0.5rem;
  display: inline-block;
}

.contact-link {
  color: var(--accent-cta);
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: var(--accent-cta-hover);
  text-decoration: underline;
}

.paragraph-footer {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin-top: 1rem;
}

.paragraph-footer .bold {
  font-weight: 600;
  color: var(--text-dark);
}

.openingstijden {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-muted);
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg-card);
  color: var(--text-dark);
  transition: all 0.3s ease;
}

.footer-social-links:hover {
  background-color: var(--accent-cta);
  color: var(--text-light);
  transform: translateY(-2px);
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Footer Termin Note Box */
.footer-termin-note {
  margin-top: 1.5rem;
  padding: 1.25rem 1.4rem;
  background-color: #ded6cc !important;
  background-color: var(--bg-card) !important;
  border-radius: 6px;
  text-align: center;
  border: 1px solid rgba(56, 49, 41, 0.08);
  box-shadow: 0 4px 14px rgba(56, 49, 41, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.termin-note-text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--text-dark);
  margin: 0;
  text-align: center;
}

.termin-note-title {
  display: inline-block;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.termin-note-phone {
  display: inline-block;
  color: var(--accent-cta);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  margin: 4px 0;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.termin-note-phone:hover {
  color: var(--accent-cta-hover);
  text-decoration: underline;
  transform: scale(1.03);
}

/* Socket / Bottom Bar */
.socket {
  border-top: 1px solid rgba(56, 49, 41, 0.12);
  padding-top: 2rem;
}

.socket-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.socket-logo {
  display: flex;
  align-items: center;
}

.socket-logo-img {
  height: 26px;
  width: auto;
  display: block;
}

.menu-logo-wrap {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.menu-logo-img {
  height: 44px;
  width: auto;
  display: block;
}

.socket-legal-links {
  display: flex;
  gap: 1.5rem;
}

.legal-link {
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.2s ease;
}

.legal-link:hover {
  color: var(--accent-cta);
}

/* ==========================================================================
   Modals (Phone Call & Legal Impressum/Datenschutz)
   ========================================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 49, 41, 0.7);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  background-color: var(--bg-primary);
  border-radius: 6px;
  max-width: 600px;
  width: 100%;
  padding: 3rem 2.5rem;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  max-height: 85vh;
  overflow-y: auto;
}

.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.25s ease;
}

.modal-close:hover {
  background-color: var(--accent-cta);
  color: var(--text-light);
}

.modal-close svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.phone-action-card {
  text-align: center;
}

.phone-action-number {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 600;
  color: var(--accent-cta);
  margin: 1.5rem 0;
  display: inline-block;
}

.phone-action-number:hover {
  color: var(--accent-cta-hover);
}

/* Lightbox Gallery Modal */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 2rem;
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
}

/* ==========================================================================
   Mobile Sticky Bottom Quick-Bar
   ========================================================================== */
.mobile-quick-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1.25rem;
  padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
  background: rgba(231, 224, 216, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(56, 49, 41, 0.15);
  box-shadow: 0 -6px 20px rgba(56, 49, 41, 0.1);
  z-index: 850;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mobile-quick-bar.visible {
  transform: translateY(0);
}

.mobile-quick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 48px;
  background-color: var(--accent-cta);
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(153, 102, 101, 0.35);
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.mobile-quick-btn:active {
  transform: scale(0.98);
  background-color: var(--accent-cta-hover);
}

.mobile-quick-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
  .flex-grid {
    gap: 3.5rem;
  }
  
  .frame.new-behandelingen {
    grid-template-columns: 1fr 1fr;
  }
  
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .mobile-quick-bar {
    display: block;
  }
  
  body {
    padding-bottom: 70px; /* Space for the sticky bottom quick-bar */
  }

  .flex-grid {
    grid-template-columns: 1fr;
  }
  
  .content-image img, .image-aflopend {
    height: 380px;
  }
  
  .frame.new-behandelingen {
    grid-template-columns: 1fr;
  }
  
  .product-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    text-align: center;
  }

  .footer-left,
  .footer-right,
  .footer-award {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-left .paragraph,
  .footer-left .paragraph-footer,
  .footer-award .paragraph {
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .openingstijden {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .footer-social {
    justify-content: center;
    width: 100%;
    margin: 1.5rem auto 0;
  }

  .socket {
    text-align: center;
    padding-top: 2.5rem;
  }

  .socket-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.1rem;
    width: 100%;
    margin: 0 auto;
  }

  .socket-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .socket-logo-img {
    margin: 0 auto;
  }

  .copyright {
    width: 100%;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .socket-legal-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
  }
  
  .afspraaklink {
    display: none; /* keep phone icon visible on compact mobile navbar */
  }

  .fullscreen-close-btn {
    top: 1rem;
    right: 1.25rem;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    background: rgba(231, 224, 216, 0.2);
  }

  .fullscreen-close-btn span {
    display: none;
  }

  .fullscreen-close-btn svg {
    width: 20px;
    height: 20px;
  }

  .footer-termin-note {
    max-width: 360px;
    width: 100%;
    margin: 1.5rem auto 0;
    padding: 1.25rem 1.2rem;
    text-align: center;
  }

  .hero-cta-btn {
    padding: 0.95rem 1.8rem;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .cta-button.cta-two-line {
    padding: 0.95rem 1.8rem;
    width: 100%;
    max-width: 340px;
    margin: 1.5rem auto 0;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .centered-section {
    padding: 5rem 0;
  }
  
  .first-section {
    min-height: 550px;
    height: 100dvh;
  }
}

/* ==========================================================================
   Pre-Launch Gatekeeper & Login Modal (Verschlüsselte Authentifizierung)
   ========================================================================== */


/* When site is published, completely unlock gatekeeper and content */
html[data-site-status="published"] {
  overflow: auto !important;
  height: auto !important;
}

html[data-site-status="published"] body {
  overflow: auto !important;
  height: auto !important;
}

html[data-site-status="published"] #authGatekeeper {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html[data-site-status="published"] .main-site-content,
html[data-site-status="published"] .navigation,
html[data-site-status="published"] .mobile-quick-bar {
  filter: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  user-select: auto !important;
}

html.is-locked:not(.admin-page) {
  overflow: hidden !important;
  height: 100vh !important;
}

html.is-locked:not(.admin-page) body {
  overflow: hidden !important;
  height: 100vh !important;
}

html.is-locked:not(.admin-page) .main-site-content,
html.is-locked:not(.admin-page) .navigation,
html.is-locked:not(.admin-page) .mobile-quick-bar {
  filter: blur(20px);
  pointer-events: none;
  user-select: none;
  opacity: 0.15;
  transition: filter 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

html:not(.admin-page)[data-site-status="published"] #authGatekeeper,
html.is-authenticated #authGatekeeper {
  display: none !important;
}

.auth-gatekeeper-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #e7e0d8;
  background-image: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.65) 0%, rgba(231, 224, 216, 0.96) 70%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.auth-gatekeeper-overlay.unlocking {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  pointer-events: none;
}

.auth-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(153, 102, 101, 0.22);
  border-radius: 24px;
  padding: 2.75rem 2.25rem 2.25rem;
  box-shadow: 0 25px 60px rgba(56, 49, 41, 0.12), 0 4px 16px rgba(153, 102, 101, 0.08);
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.auth-badge {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: var(--accent-cta);
  background: rgba(153, 102, 101, 0.12);
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}

.auth-logo {
  height: 46px;
  width: auto;
  margin: 0 auto 0.4rem;
  display: block;
}

.auth-logo-sub {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.auth-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.auth-description {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 1.75rem;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  text-align: left;
}

.auth-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.auth-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-dark);
}

.auth-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-input-icon {
  position: absolute;
  left: 1rem;
  width: 18px;
  height: 18px;
  fill: rgba(56, 49, 41, 0.45);
  pointer-events: none;
  transition: fill 0.2s ease;
}

.auth-input {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-dark);
  background: rgba(231, 224, 216, 0.35);
  border: 1.5px solid rgba(56, 49, 41, 0.15);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.auth-input:focus {
  background: #ffffff;
  border-color: var(--accent-cta);
  box-shadow: 0 0 0 3.5px rgba(153, 102, 101, 0.2);
}

.auth-input-wrapper:focus-within .auth-input-icon {
  fill: var(--accent-cta);
}

.auth-pwd-toggle {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  padding: 0.35rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(56, 49, 41, 0.5);
  border-radius: 6px;
  transition: color 0.2s ease;
}

.auth-pwd-toggle:hover {
  color: var(--accent-cta);
}

.auth-pwd-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.auth-submit-btn {
  margin-top: 0.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.5rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--accent-cta);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 18px rgba(153, 102, 101, 0.3);
}

.auth-submit-btn:hover {
  background-color: var(--accent-cta-hover);
  box-shadow: 0 8px 22px rgba(153, 102, 101, 0.4);
  transform: translateY(-1px);
}

.auth-submit-btn:active {
  transform: translateY(0);
}

.auth-submit-btn .btn-arrow {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.2s ease;
}

.auth-submit-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.auth-error-msg {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  background: rgba(153, 102, 101, 0.12);
  border: 1px solid rgba(153, 102, 101, 0.3);
  border-radius: 10px;
  color: #7a3f3e;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
}

.auth-err-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.auth-card-footer {
  margin-top: 1.75rem;
  font-size: 0.74rem;
  color: var(--text-muted);
  opacity: 0.75;
}

@keyframes authShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-8px); }
  40%, 80% { transform: translateX(8px); }
}

.auth-card.shake {
  animation: authShake 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@media (max-width: 480px) {
  .auth-card {
    padding: 2.25rem 1.5rem 1.75rem;
    border-radius: 20px;
  }
  .auth-title {
    font-size: 1.25rem;
  }
}



