/* ============================================================
   INDEX.CSS — Pagina-specifieke stijlen voor index.html
   ============================================================ */

/* ===== HART-BOODSCHAP ===== */
#hart-boodschap {
  background: var(--bg);
  padding: 2rem 2rem 5rem;
}

.hart-boodschap-inner {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.hart-boodschap-frame {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hart-boodschap-frame:hover {
  transform: translateY(-6px);
}

.hart-boodschap-frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* Onderschrift */
.hart-boodschap-caption {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-style: italic;
  color: var(--text-dim);
  letter-spacing: 0.04em;
  text-align: center;
  opacity: 0.75;
}

@media (max-width: 480px) {
  #hart-boodschap { padding: 1.5rem 1.25rem 3.5rem; }
  .hart-boodschap-inner { max-width: 300px; }
}

/* ===== HERO ===== */
#home {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 105%, rgba(160, 24, 42, 0.55) 0%, transparent 65%),
    radial-gradient(ellipse 45% 45% at 20% 85%, rgba(212, 100, 20, 0.2) 0%, transparent 60%),
    radial-gradient(ellipse 45% 45% at 80% 85%, rgba(160, 80, 10, 0.2) 0%, transparent 60%),
    radial-gradient(ellipse 90% 50% at 50% 120%, rgba(90, 15, 8, 0.9) 0%, transparent 70%),
    linear-gradient(185deg, #080503 0%, #100806 45%, #0D0906 100%);
}

.hero-rays {
  position: absolute;
  inset: 0;
  background: conic-gradient(
    from 195deg at 50% 105%,
    rgba(212, 160, 23, 0.07) 0deg, transparent 25deg,
    transparent 45deg, rgba(160, 24, 42, 0.05) 70deg,
    transparent 95deg, rgba(212, 160, 23, 0.04) 120deg,
    transparent 145deg
  );
  pointer-events: none;
}

#embers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

@keyframes ember-rise {
  0%   { transform: translateY(0) translateX(0) scale(1);              opacity: 0.9; }
  40%  {                                                                opacity: 0.6; }
  100% { transform: translateY(-85vh) translateX(var(--ex)) scale(0.1); opacity: 0; }
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 860px;
  padding: 2rem 1.5rem;
  padding-top: 8rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: rgba(212, 160, 23, 0.08);
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: var(--gold-light);
  padding: 0.5rem 1.375rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 1.75rem;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: clamp(2.75rem, 8vw, 5.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--text);
  margin-bottom: 1.125rem;
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.5);
}
.hero-title em {
  font-style: italic;
  color: var(--gold);
  display: block;
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(245, 240, 232, 0.65);
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 2.75rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.scroll-down {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(245, 240, 232, 0.35);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  animation: sd-bounce 2.2s ease-in-out infinite;
}
.scroll-down svg { opacity: 0.5; }
@keyframes sd-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(-9px); }
}

@media (max-width: 480px) {
  .hero-content { padding: 1.25rem; padding-top: 7rem; }
}

/* ===== TRUST BAR ===== */
#trust {
  background: linear-gradient(135deg, #6B0F1A 0%, #8B1520 40%, #7A1218 70%, #6B0F1A 100%);
  padding: 1.625rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-row {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.5rem 3rem;
  flex: 1;
  min-width: 180px;
  justify-content: center;
}
.trust-item + .trust-item { border-left: 1px solid rgba(255, 255, 255, 0.15); }

.trust-icon-wrap { font-size: 1.75rem; line-height: 1; flex-shrink: 0; }
.trust-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
}
.trust-lbl {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

@media (max-width: 640px) {
  .trust-item {
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
  }
  .trust-item:first-child { border-top: none; }
}

/* ===== MENU SECTION (homepage preview) ===== */
#menu { background: var(--bg-card); }

.menu-category        { margin-bottom: 3.5rem; }
.menu-category:last-child { margin-bottom: 0; }

.cat-header-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.125rem;
}

.menu-card {
  position: relative;
  background: var(--bg-el);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.625rem;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.menu-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(212, 160, 23, 0.07), transparent 65%);
  opacity: 0;
  transition: opacity 0.3s;
}
.menu-card:hover {
  border-color: rgba(212, 160, 23, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(212, 160, 23, 0.08);
}
.menu-card:hover::before { opacity: 1; }

.card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.075rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.card-desc { font-size: 0.9rem; color: var(--text-dim); line-height: 1.65; }

.badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.225rem 0.625rem;
  border-radius: 20px;
}
.badge-best  { background: linear-gradient(135deg, #D4A017, #9A7510); color: #0D0906; }
.badge-halal { background: rgba(34, 139, 34, 0.15); color: #6fcf97; border: 1px solid rgba(111, 207, 151, 0.25); }

/* Category pills */
.cat-pills {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.cat-pill {
  background: rgba(212, 160, 23, 0.08);
  border: 1px solid rgba(212, 160, 23, 0.2);
  color: var(--text-dim);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8125rem;
  font-weight: 500;
}

/* Menu CTA block */
.menu-cta-block {
  text-align: center;
  margin-top: 1rem;
  padding: 2.5rem;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
}
.menu-cta-label {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.menu-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  margin-bottom: 1.75rem;
  color: var(--text);
}

/* ===== FOTO GALERIJ ===== */
#fotos { background: var(--bg); }

.photo-marquee-outer {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  margin: 0 -2rem;
}
.photo-marquee-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: marquee-scroll 25s linear infinite;
}
.photo-marquee-track:hover { animation-play-state: paused; }

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.photo-card {
  flex-shrink: 0;
  width: 380px;
  height: 270px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: var(--bg-raised);
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.photo-card img.loaded       { opacity: 1; }
.photo-card:hover img        { transform: scale(1.06); }
.photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 9, 6, 0.55) 0%, transparent 55%);
  pointer-events: none;
}

@media (max-width: 480px) {
  .photo-card          { width: 280px; height: 200px; }
  .photo-marquee-outer { margin: 0 -1.25rem; }
}

/* ===== LIGHTBOX ===== */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 3, 2, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: zoom-out;
}
#lightbox.open { display: flex; }
#lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7);
  animation: lb-in 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes lb-in {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}
#lb-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
#lb-close:hover { background: rgba(255, 255, 255, 0.18); }
#lb-prev,
#lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
#lb-prev { left: 1.5rem; }
#lb-next { right: 1.5rem; }
#lb-prev:hover,
#lb-next:hover { background: rgba(255, 255, 255, 0.18); }

/* ===== ABOUT SECTION ===== */
#over { background: var(--bg); }

.about-grid {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; gap: 3.5rem; }
}

.about-body              { font-size: 1.05rem; color: rgba(245, 240, 232, 0.82); line-height: 1.85; }
.about-body p            { margin-bottom: 1.125rem; }
.about-body strong       { color: var(--gold); font-weight: 600; }

blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--gold);
  border-left: 3px solid var(--gold);
  padding: 0.125rem 0 0.125rem 1.625rem;
  margin: 2rem 0;
  line-height: 1.65;
}

.founded-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(145deg, var(--red-dark) 0%, var(--red) 100%);
  border-radius: var(--radius);
  padding: 1.75rem 2.25rem;
  margin-bottom: 1.75rem;
  box-shadow: var(--shadow-red);
}
.founded-year {
  font-family: 'Playfair Display', serif;
  font-size: 3.25rem;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
  letter-spacing: -0.02em;
}
.founded-lbl {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.35rem;
}

.stats-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
}
.stat-box {
  background: var(--bg-el);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1.375rem;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}
.stat-box:hover {
  border-color: rgba(212, 160, 23, 0.25);
  transform: translateY(-2px);
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-lbl { font-size: 0.775rem; color: var(--text-dim); margin-top: 0.4rem; letter-spacing: 0.04em; }

/* ===== REVIEWS ===== */
#reviews { background: var(--bg-card); }

.score-display { text-align: center; margin-bottom: 4rem; }
.score-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(5rem, 14vw, 9rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(155deg, var(--gold-light) 0%, var(--gold) 45%, #9A7510 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.score-stars { font-size: 1.875rem; letter-spacing: 0.1rem; color: var(--gold); margin: 0.75rem 0 0.5rem; }
.score-sub   { color: var(--text-dim); font-size: 0.975rem; }

.marquee-outer {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  margin: 0 -2rem 3rem;
}
.marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: marquee-scroll 60s linear infinite;
}


.review-card {
  background: var(--bg-el);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 340px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.review-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(160, 24, 42, 0.04), transparent 60%);
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.review-mark {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 0.7;
  color: var(--red);
  opacity: 0.2;
  float: left;
  margin: 0.25rem 0.5rem 0 0;
  user-select: none;
}
.r-stars  { color: var(--gold); font-size: 0.9rem; letter-spacing: 0.15rem; margin-bottom: 0.875rem; }
.r-text   { font-size: 0.9375rem; color: rgba(245, 240, 232, 0.82); line-height: 1.75; font-style: italic; margin-bottom: 1.375rem; }
.r-author { display: flex; align-items: center; gap: 0.875rem; }
.r-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  color: white;
  flex-shrink: 0;
  border: 2px solid rgba(160, 24, 42, 0.4);
}
.r-name     { font-weight: 600; font-size: 0.9375rem; }
.r-verified { font-size: 0.72rem; color: var(--gold); margin-top: 0.1rem; }

/* ===== CONTACT ===== */
#contact { background: var(--bg); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  margin-bottom: 1.75rem;
}
.c-icon {
  width: 46px;
  height: 46px;
  background: var(--bg-el);
  border: 1px solid var(--border-red);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.c-lbl {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.25rem;
}
.c-val     { font-size: 0.9875rem; color: var(--text); }
.c-val a   { color: var(--gold); text-decoration: none; transition: opacity 0.2s; }
.c-val a:hover { opacity: 0.75; text-decoration: underline; }

.map-embed {
  margin-top: 1.625rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
  filter: grayscale(25%) brightness(0.82) contrast(1.05) saturate(0.9);
}
.map-embed-link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background: var(--red);
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.875rem;
  border-radius: 50px;
  letter-spacing: 0.03em;
  transition: background 0.2s;
}
.map-embed-link:hover { background: var(--red-glow); }

.hours-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--gold);
  margin-bottom: 1.625rem;
}
.hours-tbl              { width: 100%; border-collapse: collapse; }
.hours-tbl tr           { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.hours-tbl tr:last-child{ border-bottom: none; }
.hours-tbl td           { padding: 0.8rem 0.25rem; font-size: 0.9375rem; }
.hours-tbl td:first-child  { color: var(--text-dim); }
.hours-tbl td:last-child   { text-align: right; font-weight: 500; }
.hours-tbl tr.today td     { color: var(--gold); font-weight: 600; }

.today-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(212, 160, 23, 0.15);
  color: var(--gold);
  border: 1px solid rgba(212, 160, 23, 0.25);
  padding: 0.15rem 0.5rem;
  border-radius: 20px;
  margin-left: 0.5rem;
  vertical-align: middle;
}
