/* ===== Eetcafé In den Hof — demo: rustiek-verfijnd, crème & inkt met bosgroen en gloed ===== */

@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: #171410;
  --panel: #1f1c15;
  --cream: #f6f0e3;
  --paper: #fbf7ee;
  --text-dark: #241f16;
  --text-soft: #6a6252;
  --cream-dim: #cdc4ad;
  --green: #4b5d38;
  --green-deep: #3a4a2b;
  --green-soft: #8a9b6c;
  --ember: #b9622d;
  --ember-soft: #d98a4f;
  --hairline-dark: rgba(138, 155, 108, 0.38);
  --hairline-light: rgba(58, 74, 43, 0.28);
  --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(--cream);
  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: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 1.1rem;
}
.section-dark .eyebrow, .ofyr .eyebrow { color: var(--green-soft); }

.js .reveal { opacity: 0; }

/* ===== Knoppen ===== */
.btn {
  display: inline-block;
  padding: 1rem 2.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-ember { background: var(--ember); color: var(--paper); }
.btn-ember:hover { background: var(--ember-soft); }
.btn-ghost { border: 1px solid rgba(246, 240, 227, 0.5); color: var(--cream); }
.btn-ghost:hover { border-color: var(--green-soft); color: var(--green-soft); }
.btn-ghost-dark { border: 1px solid var(--green-deep); color: var(--green-deep); }
.btn-ghost-dark:hover { background: var(--green-deep); color: var(--paper); }
.btn-small { padding: 0.6rem 1.3rem; font-size: 0.72rem; letter-spacing: 0.12em; }

/* ===== 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: 0.9rem clamp(1rem, 4vw, 3.4rem);
  background: linear-gradient(rgba(23, 20, 16, 0.92), rgba(23, 20, 16, 0.72) 70%, transparent);
}
.brand { display: grid; gap: 0.05rem; text-decoration: none; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  letter-spacing: 0.02em;
}
.brand-sub {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--green-soft);
}
.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.16em;
  text-transform: uppercase;
}
.site-nav a:hover { color: var(--green-soft); }

/* ===== Hero ===== */
.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(23, 20, 16, 0.42), rgba(23, 20, 16, 0.78));
}
.hero-content { position: relative; padding: 7rem 1.2rem 4rem; max-width: 48rem; }
.hero-content::before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: var(--ember);
  margin: 0 auto 1.6rem;
}
.hero h1 {
  font-size: clamp(3.4rem, 10vw, 6.4rem);
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin: 0.4rem 0 1rem;
}
.hero .eyebrow { color: var(--ember-soft); }
.hero-sub {
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  color: var(--cream-dim);
  letter-spacing: 0.04em;
  margin-bottom: 2.6rem;
}
.hero-actions { display: flex; gap: 1.1rem; justify-content: center; flex-wrap: wrap; }

/* ===== Trust strip ===== */
.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.5rem; 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; }
.section-head h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--ember);
  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(--ember);
  margin-top: 1.3rem;
}
.section-dark .section-text h2, .ofyr .section-text h2 { color: var(--cream); }
.section-dark .section-text p, .ofyr .section-text p { color: var(--cream-dim); }
.section-text .btn { margin-top: 1.2rem; }

/* Verhaal */
.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;
}
.verhaal-beeld img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 26px 52px -26px rgba(36, 31, 22, 0.5);
}

/* De kaart — donker */
.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(--green-soft);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  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(--ember-soft); white-space: nowrap; }
.menu-note {
  text-align: center;
  color: var(--cream-dim);
  font-size: 0.88rem;
  font-style: italic;
  margin-top: 2.8rem;
}

/* OFYR — inkt met gloed */
.ofyr { background: var(--ink); color: var(--cream); }
.ofyr-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  max-width: 74rem;
  margin: 0 auto;
}
.ofyr-formules { list-style: none; display: grid; gap: 1rem; }
.ofyr-formules li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  border: 1px solid var(--hairline-dark);
  border-left: 3px solid var(--ember);
}
.ofyr-formules strong { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; color: var(--cream); }
.ofyr-formules span { font-size: 0.85rem; color: var(--cream-dim); }

/* Praktisch */
#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; }
.uren em { font-style: normal; color: var(--text-soft); font-size: 0.82rem; opacity: 0.8; }
.contact a { color: var(--text-dark); text-decoration: none; border-bottom: 1px solid var(--hairline-light); }
.contact a:hover { color: var(--ember); border-color: var(--ember); }
.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.4) sepia(0.1) 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;
}
.footer-crest {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--hairline-dark);
}
.footer-crest img { width: 52px; height: auto; mix-blend-mode: multiply; }
.disclaimer { font-size: 0.76rem; opacity: 0.7; }

/* Responsief */
@media (max-width: 860px) {
  .site-nav { display: none; }
  .verhaal, .ofyr-grid, .praktisch-grid { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr; }
  .strip-item + .strip-item { border-left: 0; border-top: 1px solid var(--hairline-light); }
}
