/* ===== Kloosterhoeve demo — luxe vijfsterren-stijl: ivoor & warm zwart, goud als haarlijn ===== */

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #16130e;
  --panel: #1e1a13;
  --ivory: #f8f5ee;
  --paper: #fffdf8;
  --text-dark: #211c13;
  --text-soft: #6b6353;
  --cream: #f4eddd;
  --cream-dim: #cfc5ae;
  --gold: #c9a25e;
  --gold-deep: #a9823f;
  --gold-soft: #e3c78f;
  --hairline-dark: rgba(201, 162, 94, 0.4);
  --hairline-light: rgba(169, 130, 63, 0.35);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--text-dark);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.18; }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); letter-spacing: 0.01em; }
h3 { font-size: 1.15rem; letter-spacing: 0.05em; }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1.1rem;
}
.section-dark .eyebrow { color: var(--gold); }

/* Reveal-animaties: alleen verbergen als JS effectief draait (progressive enhancement) */
.js .reveal { opacity: 0; }

/* ===== Knoppen — ingetogen, uppercase, veel lucht ===== */
.btn {
  display: inline-block;
  padding: 1rem 2.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { border: 1px solid rgba(244, 237, 221, 0.5); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn-ghost-dark { border: 1px solid var(--gold-deep); color: var(--gold-deep); }
.btn-ghost-dark:hover { background: var(--gold-deep); color: var(--paper); }
.btn-small { padding: 0.6rem 1.4rem; font-size: 0.7rem; }

/* ===== Header ===== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem clamp(1rem, 4vw, 3.4rem);
  background: linear-gradient(rgba(22, 19, 14, 0.9), rgba(22, 19, 14, 0.7) 70%, transparent);
}
.brand img { width: 140px; height: auto; }
.site-nav { display: flex; gap: clamp(1rem, 3vw, 2.6rem); }
.site-nav a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.site-nav a:hover { color: var(--gold-soft); }

/* ===== Hero — donker, filmisch, veel lucht ===== */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background: var(--ink);
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(22, 19, 14, 0.5), rgba(22, 19, 14, 0.78));
}
.hero-content { position: relative; padding: 7rem 1.2rem 4rem; max-width: 48rem; }
/* Fijne gouden haarlijn boven de eyebrow — het vijfsterren-detail */
.hero-content::before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 1.6rem;
}
.hero h1 {
  font-size: clamp(3.2rem, 9vw, 6rem);
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin: 0.4rem 0 1rem;
}
.hero .eyebrow { color: var(--gold-soft); }
.hero-sub {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: var(--cream-dim);
  letter-spacing: 0.08em;
  margin-bottom: 2.6rem;
}
.hero-actions { display: flex; gap: 1.1rem; justify-content: center; flex-wrap: wrap; }

/* ===== Trust strip — ivoor met haarlijnen ===== */
.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper);
  border-bottom: 1px solid var(--hairline-light);
}
.strip-item {
  padding: 2.4rem 1.4rem;
  text-align: center;
  display: grid;
  gap: 0.3rem;
}
.strip-item + .strip-item { border-left: 1px solid var(--hairline-light); }
.strip-item strong { font-family: var(--font-display); font-weight: 500; font-size: 1.65rem; color: var(--text-dark); }
.strip-item span { font-size: 0.85rem; color: var(--text-soft); }

/* ===== Secties ===== */
.section { padding: clamp(4.5rem, 10vw, 8.5rem) clamp(1.2rem, 5vw, 4rem); }
.section-dark { background: var(--panel); color: var(--cream); }

.section-head { max-width: 42rem; margin: 0 auto 4rem; text-align: center; }
/* Gouden haarlijn onder elke sectietitel */
.section-head h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 1.4rem auto 0;
}
.section-head p:not(.eyebrow) { color: var(--text-soft); margin-top: 1.2rem; font-size: 1.02rem; }
.section-dark .section-head p:not(.eyebrow) { color: var(--cream-dim); }

.section-text p { color: var(--text-soft); margin-bottom: 1.1rem; }
.section-text h2 { color: var(--text-dark); margin-bottom: 1.4rem; }
.section-text h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin-top: 1.3rem;
}
.section-dark .section-text h2 { color: var(--cream); }
.section-dark .section-text p { color: var(--cream-dim); }
.section-text .btn { margin-top: 1.2rem; }

/* Verhaal — ivoor, ruim, galerij-gevoel */
.verhaal {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  max-width: 74rem;
  margin: 0 auto;
}
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.collage img { box-shadow: 0 24px 48px -24px rgba(33, 28, 19, 0.45); }
.collage img:last-child { margin-top: 3rem; }

/* Menukaart — donker, goud, fijne lijnen */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
  max-width: 74rem;
  margin: 0 auto;
}
.menu-card {
  background: transparent;
  border: 1px solid var(--hairline-dark);
  padding: 2.2rem 1.8rem;
}
.menu-card h3 {
  color: var(--gold-soft);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--hairline-dark);
}
.menu-card ul { list-style: none; display: grid; gap: 0.9rem; }
.menu-card li { display: flex; justify-content: space-between; align-items: baseline; gap: 0.8rem; font-size: 0.92rem; }
.menu-card li span { color: var(--cream); }
.menu-card li em { font-style: normal; font-family: var(--font-display); color: var(--gold); white-space: nowrap; }
.menu-note {
  text-align: center;
  color: var(--cream-dim);
  font-size: 0.88rem;
  font-style: italic;
  margin-top: 2.8rem;
}

/* Terras — licht en luchtig */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 74rem;
  margin: 0 auto;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  box-shadow: 0 24px 48px -24px rgba(33, 28, 19, 0.4);
}

/* Feestzaal — donker en feestelijk */
.feest-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  max-width: 74rem;
  margin: 0 auto;
}
.feest-fotos { display: grid; gap: 1.4rem; }
.feest-hoofdfoto { width: 100%; }
.feest-klein { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.feest-klein img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }

/* Praktisch — wit, sereen */
#praktisch { background: var(--paper); }
.praktisch-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  max-width: 74rem;
  margin: 0 auto;
  align-items: start;
}
.uren, .contact { list-style: none; display: grid; gap: 0.65rem; margin-bottom: 2rem; }
.uren li, .contact li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--hairline-light);
  font-size: 0.95rem;
  color: var(--text-soft);
}
.uren strong, .contact strong { color: var(--text-dark); font-weight: 600; }
.contact a { color: var(--text-dark); text-decoration: none; border-bottom: 1px solid var(--hairline-light); }
.contact a:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.klein { font-size: 0.85rem; color: var(--text-soft); margin-top: 1rem; }
.map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 1px solid var(--hairline-light);
  filter: grayscale(0.5) sepia(0.08) contrast(1.02);
}

/* ===== Footer ===== */
.site-footer {
  background: var(--ink);
  border-top: 1px solid var(--hairline-dark);
  text-align: center;
  padding: 3.6rem 1.2rem 2.8rem;
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  color: var(--cream-dim);
  font-size: 0.86rem;
}
.disclaimer { font-size: 0.76rem; opacity: 0.7; }

/* ===== Responsief ===== */
@media (max-width: 860px) {
  .site-nav { display: none; }
  .verhaal, .feest-grid, .praktisch-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { aspect-ratio: 4 / 3; }
  .strip { grid-template-columns: 1fr; }
  .strip-item + .strip-item { border-left: 0; border-top: 1px solid var(--hairline-light); }
  .collage img:last-child { margin-top: 0; }
}
