/* ===== Orient Herent — demo: zwart & notenhout met goud-script en rood accent =====
   Design-pass 2026-07-11 (design-taste-frontend): poster-hero linksonder,
   één regel feitenstrip, bento-kaart, één bewust donker sfeerblok. */

@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;
}
@font-face {
  font-family: "Playball";
  src: url("assets/fonts/playball-latin.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #0d0d0f;
  --panel: #17161a;
  --cream: #f3ede1;
  --paper: #faf7f0;
  --text-dark: #201d19;
  --text-soft: #6b6459;
  --cream-dim: #cabfab;
  --gold: #c9a24b;
  --gold-soft: #e0c07c;
  --walnut: #7c5738;
  --red: #d1372b;
  --red-soft: #e6584a;
  --hairline-dark: rgba(201, 162, 75, 0.28);
  --hairline-light: rgba(32, 29, 25, 0.14);
  --font-display: "Playfair Display", Georgia, serif;
  --font-script: "Playball", cursive;
  --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(--paper);
  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; }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--walnut);
  margin-bottom: 1.1rem;
}

.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;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-accent { background: var(--red); color: var(--paper); }
.btn-accent:hover { background: var(--red-soft); }
.btn-ghost { border: 1px solid rgba(243, 237, 225, 0.55); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.btn-ghost-dark { border: 1px solid var(--walnut); color: var(--walnut); }
.btn-ghost-dark:hover { background: var(--walnut); 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.7rem clamp(1rem, 4vw, 3.4rem);
  background: linear-gradient(rgba(13, 13, 15, 0.92), rgba(13, 13, 15, 0.72) 70%, transparent);
}
.brand { display: grid; gap: 0.05rem; text-decoration: none; line-height: 1; }
.brand-name {
  font-family: var(--font-script);
  font-size: 2.1rem;
  color: var(--gold-soft);
  letter-spacing: 0.01em;
}
.brand-sub {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.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(--gold-soft); }

/* ===== Hero: poster-stijl, content linksonder ===== */
.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  justify-items: start;
  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(to top, rgba(13, 13, 15, 0.92) 0%, rgba(13, 13, 15, 0.55) 45%, rgba(13, 13, 15, 0.28) 100%);
}
.hero-content {
  position: relative;
  padding: 7rem clamp(1.2rem, 6vw, 4.5rem) clamp(3rem, 7vh, 5rem);
  max-width: 44rem;
  text-align: left;
}
.hero-content::before {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: var(--red);
  margin: 0 0 1.5rem;
}
.hero h1 {
  font-family: var(--font-script);
  font-size: clamp(4.2rem, 11vw, 7.5rem);
  font-weight: 400;
  color: var(--gold-soft);
  line-height: 1.05;
  margin: 0.2rem 0 0.8rem;
}
.hero .eyebrow { color: var(--red-soft); margin-bottom: 0.4rem; }
.hero-sub {
  font-size: clamp(0.95rem, 2.2vw, 1.12rem);
  color: var(--cream-dim);
  letter-spacing: 0.02em;
  margin-bottom: 2.2rem;
  max-width: 32rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ===== Feitenstrip: één regel, hairlines, geen kaarten ===== */
.strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.7rem clamp(1rem, 4vw, 3rem);
  background: var(--paper);
  border-bottom: 1px solid var(--hairline-light);
}
.strip-item {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  padding: 0.2rem 2.2rem;
}
.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.15rem; color: var(--text-dark); white-space: nowrap; }
.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(--ink); color: var(--cream); }

.section-head { max-width: 46rem; margin: 0 auto 3.4rem; }
.section-head h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--red);
  margin: 1.3rem 0 0;
}
.section-head p:not(.eyebrow) { color: var(--text-soft); margin-top: 1.2rem; font-size: 1.02rem; max-width: 40rem; }
.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: 2px;
  background: var(--red);
  margin-top: 1.3rem;
}

/* Verhaal: split tekst + beeld */
.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(13, 13, 15, 0.55);
}
.section-text .btn { margin-top: 1.2rem; }

/* Sfeer: het ene donkere blok, foto-grid met ritme */
#sfeer .section-head { max-width: 74rem; margin-left: auto; margin-right: auto; }
.sfeer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(160px, auto));
  gap: 1rem;
  max-width: 74rem;
  margin: 0 auto;
}
.sfeer-img { width: 100%; height: 100%; object-fit: cover; }
.sfeer-tall { grid-row: span 2; aspect-ratio: 3/4; }
.sfeer-grid .sfeer-img:not(.sfeer-tall) { aspect-ratio: 4/3; }

/* De kaart: typografische categorie-preview — geen wazige foto's, wel vakmanschap */
#kaart .section-head { max-width: 64rem; margin-left: auto; margin-right: auto; }
.menu-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  max-width: 64rem;
  margin: 0 auto;
}
.menu-cat {
  border-top: 2px solid var(--red);
  background: #fff;
  padding: 1.8rem 1.8rem 1.6rem;
  box-shadow: 0 18px 36px -28px rgba(13, 13, 15, 0.35);
}
.menu-cat h3 {
  font-size: 1.25rem;
  color: var(--text-dark);
  margin-bottom: 0.6rem;
}
.menu-cat p { font-size: 0.92rem; color: var(--text-soft); }
.menu-teaser figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.6rem 1.2rem 1.1rem;
  background: linear-gradient(transparent, rgba(13, 13, 15, 0.88));
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.menu-note { max-width: 64rem; margin: 2.4rem auto 0; }
.menu-note a {
  color: var(--red);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: 1px solid var(--red);
}
.menu-note a:hover { color: var(--red-soft); border-color: var(--red-soft); }

/* Praktisch: licht en rustig */
.section-praktisch { background: var(--paper); border-top: 1px solid var(--hairline-light); }
.section-praktisch .section-head { max-width: 74rem; margin-left: auto; margin-right: auto; }
.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(--walnut); text-decoration: none; border-bottom: 1px solid var(--hairline-light); }
.contact a:hover { color: var(--red); border-color: var(--red); }
.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.45) 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-brand { font-family: var(--font-script); font-size: 2.4rem; color: var(--gold-soft); }
.disclaimer { font-size: 0.76rem; opacity: 0.7; }

/* ===== Responsief ===== */
@media (max-width: 860px) {
  .site-nav { display: none; }
  .verhaal, .praktisch-grid { grid-template-columns: 1fr; }
  .strip { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .strip-item { padding: 0.2rem 0; }
  .strip-item + .strip-item { border-left: 0; }
  .sfeer-grid { grid-template-columns: 1fr 1fr; }
  .sfeer-tall { grid-row: span 1; aspect-ratio: 4/3; }
  .menu-cats { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .sfeer-grid { grid-template-columns: 1fr; }
  .sfeer-tall { aspect-ratio: 4/3; }
}

/* Reduced motion: boot.js/main.js tonen alles statisch zonder GSAP;
   dit vangnet schakelt ook CSS-transities uit. */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
