/* Loaded last - keep selectors simple and avoid !important */

.form-notice {
  margin: 0 0 24px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
}

.form-notice-fixed {
  position: fixed;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  width: min(640px, calc(100% - 24px));
  margin: 0;
  z-index: 10000;
  padding: 16px 20px;
  font-size: 1.05rem;
  font-weight: 600;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.form-notice-success {
  background: #2e7d32;
  border-color: #66bb6a;
  color: #ffffff;
}

.form-notice-fixed.form-notice-success {
  background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
  border: 2px solid #81c784;
}

.form-notice-error {
  background: rgba(120, 20, 50, 0.92);
  border-color: rgba(255, 140, 170, 0.55);
  color: #ffe8f1;
}

.form-notice-fixed.form-notice-error {
  background: rgba(120, 20, 50, 0.95);
  border: 2px solid rgba(255, 140, 170, 0.55);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Desktop-specific tweaks */
@media (min-width: 1025px) {
  /* Menu header block - move as a group */
  #menu .container.text-center {
    margin-top: 40px !important; /* compacte bovenruimte */
  }

  /* Keep subtitle and title close together */
  #menu .section-subtitle {
    display: inline-block;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  #menu .section-title {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  /* Carousel controls position - align to target line */
  #menu .nav-controls {
    margin-top: 0 !important;
    position: relative !important;
    top: 0 !important;
    transform: translateY(-60px) !important;
    z-index: 3 !important;
  }

  /* Reduce section padding and gap before carousel on desktop */
  section#menu.section.bg-surface {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  #menu .showcase-book-section {
    margin: 16px 0 24px 0 !important;
  }
}

/* Distinct background and clear top separator for the MENU section only */
section#menu.section.bg-surface {
  background-color: #0f0f0f !important; /* duidelijk andere tint dan de vorige section */
  position: relative;
}

/* Bovenste scheidingslijn (in merkgradient) + subtiele fade eronder */
section#menu.section.bg-surface::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  pointer-events: none;
  z-index: 1;
}
section#menu.section.bg-surface::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 16px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0));
  pointer-events: none;
  z-index: 1;
}

/* Assortiment: subtiele lijn tussen menu en footer (geen extra kleuren) */
body.page-assortiment .assortiment-content {
  padding-bottom: 24px;
}

/* Footer: social icons gecentreerd onder logo */
.footer-brand .footer-social,
.footer-brand .footer-social-icons {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Beleidspagina's */
.legal-page {
  padding: 88px 0 100px;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.legal-page .legal-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 44px 36px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.legal-page .legal-eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
}

.legal-page h1 {
  margin: 0 0 16px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.25;
  color: #111;
  letter-spacing: -0.02em;
}

.legal-page .legal-lead {
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #444;
}

.legal-page .legal-block {
  margin-bottom: 24px;
}

.legal-page .legal-block:last-of-type {
  margin-bottom: 0;
}

.legal-page h2 {
  margin: 0 0 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #222;
}

.legal-page .legal-list {
  margin: 0;
  padding: 0 0 0 1.25rem;
  list-style: disc;
}

.legal-page .legal-list li {
  margin: 0 0 10px;
  padding-left: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #333;
}

.legal-page .legal-list li:last-child {
  margin-bottom: 0;
}

.legal-page p {
  margin: 0 0 10px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #333;
}

.legal-page .legal-nav {
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
  font-size: 0.875rem;
}

.legal-page .legal-nav a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.legal-page .legal-nav a:hover {
  color: #111;
  text-decoration: underline;
}

/* Openingstijden */
.opening-hours-page {
  padding: 96px 0 88px;
}

.opening-hours-page .oh-hero {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.opening-hours-page .oh-lead {
  margin: 16px 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.opening-hours-page .oh-lead strong {
  color: var(--color-primary, #d5006d);
  font-weight: 600;
}

.opening-hours-page .oh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.opening-hours-page .oh-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(213, 0, 109, 0.35);
  border-radius: 14px;
  padding: 22px 22px 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.opening-hours-page .oh-card:hover {
  border-color: rgba(213, 0, 109, 0.65);
  box-shadow: 0 8px 32px rgba(213, 0, 109, 0.12);
}

.opening-hours-page .oh-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.opening-hours-page .oh-card-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.opening-hours-page .oh-card-title a {
  color: #fff;
  text-decoration: none;
}

.opening-hours-page .oh-card-title a:hover {
  color: var(--color-primary, #d5006d);
}

.opening-hours-page .oh-card-meta {
  margin: 6px 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.opening-hours-page .oh-status {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.opening-hours-page .oh-status-open {
  background: rgba(76, 175, 80, 0.18);
  color: #81c784;
  border: 1px solid rgba(76, 175, 80, 0.45);
}

.opening-hours-page .oh-status-closed {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.opening-hours-page .oh-card-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 0.9rem;
}

.opening-hours-page .oh-card-contact a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.opening-hours-page .oh-card-contact a:hover {
  color: var(--color-primary, #d5006d);
}

.opening-hours-page .oh-specialty {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary, #d5006d);
}

.opening-hours-page .oh-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
  font-size: 0.92rem;
}

.opening-hours-page .oh-table th,
.opening-hours-page .oh-table td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.opening-hours-page .oh-table th {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  width: 48%;
}

.opening-hours-page .oh-table td {
  font-weight: 600;
  color: #fff;
}

.opening-hours-page .oh-row-today th,
.opening-hours-page .oh-row-today td {
  background: rgba(213, 0, 109, 0.14);
  color: #fff;
}

.opening-hours-page .oh-row-today th {
  color: #fff;
  border-radius: 6px 0 0 6px;
}

.opening-hours-page .oh-row-today td {
  border-radius: 0 6px 6px 0;
}

.opening-hours-page .oh-today-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-primary, #d5006d);
  border-radius: 4px;
  vertical-align: middle;
}

.opening-hours-page .oh-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.opening-hours-page .btn-sm {
  padding: 10px 18px;
  font-size: 0.85rem;
}

.opening-hours-page .oh-footnote {
  margin: 40px 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.45);
}

.opening-hours-page .oh-back {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0.9rem;
}

.opening-hours-page .oh-back a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.opening-hours-page .oh-back a:hover {
  color: var(--color-primary, #d5006d);
}

@media (max-width: 768px) {
  .opening-hours-page {
    padding: 80px 0 64px;
  }

  .opening-hours-page .oh-grid {
    grid-template-columns: 1fr;
  }

  .opening-hours-page .oh-card-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.vestiging-page .vestiging-cta {
  margin: 28px 0 0;
}

.vestiging-page .vestiging-cta .btn {
  display: inline-block;
}

@media (max-width: 768px) {
  .legal-page .legal-panel {
    padding: 28px 22px 24px;
  }
}

@media (max-width: 768px) {
  /* Compacte mobiele layout voor de menusectie */
  section#menu.section.bg-surface {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }
  #menu .showcase-book-section {
    margin: 18px 0 20px 0 !important;
  }
}

