/* ============ UNCOVER 26 — Forum BEELDtaal × Fotogalerie Pennings ============ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* --- Kleurschema: 1a Ivoor --- */
:root {
  --bg: #F6F1E9; --surface: #FFFFFF; --surface-glass: rgba(246,241,233,0.82);
  --ink: #1B1815; --muted: #6C6357; --faint: #EAE3D7; --faint-note: #A99C86;
  --line: #E3DCCD; --gold: #B0843F;
  --tone-a: #EAE3D7; --tone-b: #E4DCCC; --tone-c: #EDE6DA;
  --disp: "Cormorant Garamond", Georgia, serif;
}

body {
  font-family: "Jost", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  color: var(--ink);
  padding-bottom: 40px;
  min-height: 100vh;
}
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; cursor: pointer; }
::selection { background: rgba(176,132,63,0.22); }

.kick { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }

/* ============ Logo (tekst-lockup: uncover | 26) ============ */
.logo {
  display: inline-flex; align-items: baseline;
  font-family: "Jost", sans-serif; font-weight: 300;
  font-size: 26px; letter-spacing: 0.14em; line-height: 1;
  color: var(--ink); white-space: nowrap;
}
.logo b { font-weight: 300; color: var(--gold); font-size: 0.86em; letter-spacing: 0.06em; }
.logo .logo-bar {
  display: inline-block; width: 1px; align-self: stretch;
  background: var(--ink); opacity: 0.85;
  margin: 0 0.34em 0 0.22em; transform: scaleY(1.18);
}
.logo-small { font-size: 21px; }
.logo-img { height: 40px; width: auto; mix-blend-mode: multiply; }
.logo-img-small { height: 34px; }
.logo-dark { color: #F3EFE7; }
.logo-dark .logo-bar { background: #F3EFE7; }
.logo-dark b { color: #C79A54; }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--surface-glass);
  backdrop-filter: saturate(1.1) blur(8px);
  -webkit-backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 18px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); transition: color .15s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.hamburger { display: none; flex-direction: column; gap: 4px; padding: 6px 2px; }
.hamburger i { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ============ Mobiel menu ============ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 80;
  background: #1B1815; color: #F3EFE7;
  display: flex; flex-direction: column;
  padding: 18px 22px 40px;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding: 0 0 30px; }
.menu-close { position: relative; width: 24px; height: 24px; }
.menu-close span { position: absolute; left: 2px; top: 11px; width: 20px; height: 2px; background: #F3EFE7; border-radius: 2px; }
.menu-close span:first-child { transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }
.mobile-nav { display: flex; flex-direction: column; gap: 26px; padding: 10px 0 0; }
.mobile-nav a { font-family: var(--disp); font-weight: 300; font-size: 34px; line-height: 1; color: #F3EFE7; }
.mobile-nav a.gold, .mobile-nav a:hover { color: #C79A54; }
.mobile-menu-foot { margin-top: auto; }
.mobile-menu-foot .rule { height: 1px; background: #3A352D; margin-bottom: 22px; }
.mobile-menu-foot .kick { color: #8A8272; }

/* ============ Home ============ */
.hero {
  max-width: 1200px; margin: 0 auto;
  padding: 70px 40px 40px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center;
}
.hero-kicker { font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold); margin-bottom: 34px; }
.hero-logo { margin-bottom: 22px; }
.hero-logo img { width: 380px; max-width: 100%; height: auto; mix-blend-mode: multiply; }
.hero h1 {
  margin: 0 0 30px; font-family: var(--disp); font-weight: 300;
  font-size: 52px; line-height: 1.06; letter-spacing: 0.01em; color: var(--ink);
}
.hero-intro { margin: 0 0 38px; max-width: 440px; font-size: 17px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

.btn-primary {
  display: inline-block; background: var(--ink); color: var(--surface);
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; padding: 16px 30px;
}
.link-gold {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink);
  border-bottom: 1px solid var(--gold); padding-bottom: 4px;
}

.hero-figure { position: relative; }
.hero-frame {
  position: absolute; inset: -14px -14px auto auto; width: 60%; height: 60%;
  border: 1px solid var(--gold); opacity: 0.5; z-index: 0;
}
.hero-figure img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.hero-caption {
  position: relative; z-index: 1; margin-top: 12px;
  display: flex; justify-content: space-between;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}

.info-strip { max-width: 1200px; margin: 36px auto 0; padding: 0 40px; }
.info-strip-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.info-cell { padding: 30px; border-right: 1px solid var(--line); }
.info-cell:first-child { padding-left: 0; }
.info-cell:last-child { padding-right: 0; border-right: none; }
.info-cell .kick { margin-bottom: 12px; display: block; }
.info-main { font-size: 18px; color: var(--ink); }
.info-sub { font-size: 14px; color: var(--muted); margin-top: 3px; }

.quote-block { max-width: 820px; margin: 100px auto; padding: 0 40px; text-align: center; }
.quote-mark { font-size: 40px; color: var(--gold); line-height: 1; margin-bottom: 20px; font-family: var(--disp); }
.quote-block p { margin: 0; font-family: var(--disp); font-weight: 300; font-size: 30px; line-height: 1.4; color: var(--ink); }
.quote-block .link-gold { display: inline-block; margin-top: 40px; }

/* ============ Over / De expo ============ */
.page-over { max-width: 1000px; margin: 0 auto; padding: 80px 40px; }
.page-kicker { font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.page-over h1 { margin: 0 0 60px; font-family: var(--disp); font-weight: 300; font-size: 46px; line-height: 1.1; color: var(--ink); }
.over-section {
  display: grid; grid-template-columns: 200px 1fr; gap: 50px;
  padding: 44px 0; border-top: 1px solid var(--line);
}
.over-section:last-of-type { border-bottom: 1px solid var(--line); }
.over-label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.over-lead { margin: 0 0 20px; font-family: var(--disp); font-size: 24px; line-height: 1.5; color: var(--ink); }
.over-body { margin: 0; font-size: 16px; line-height: 1.8; color: var(--muted); }
.note { color: var(--faint-note); }
.partner-logo { display: block; width: 170px; max-width: 100%; height: auto; margin-top: 20px; mix-blend-mode: multiply; }
.partner-logo-fb { width: 120px; }
.ext-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink); border-bottom: 1px solid var(--gold); padding-bottom: 2px;
}
.ext-link:hover { color: var(--gold); }
.ext-link .link-icon { color: var(--gold); flex: none; }
.praktisch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 40px; }
.praktisch-grid .kick { font-size: 11px; letter-spacing: 0.18em; margin-bottom: 6px; display: block; }
.praktisch-main { font-size: 16px; color: var(--ink); }
.praktisch-sub { font-size: 14px; color: var(--faint-note); }
.page-over .btn-primary { margin-top: 56px; }

/* ============ Fotografen ============ */
.page-fotografen { max-width: 1200px; margin: 0 auto; padding: 80px 40px; }
.fotografen-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 52px;
}
.fotografen-head h1 { margin: 0; font-family: var(--disp); font-weight: 300; font-size: 46px; line-height: 1.1; color: var(--ink); }
.fotografen-hint { font-size: 13px; color: var(--muted); max-width: 280px; text-align: right; }
.fotografen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 30px; }
.tile { text-align: left; display: block; }
.tile-image { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; }
.tile-image img { width: 100%; height: 100%; object-fit: cover; }
.tile-placeholder {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
}
.tile-num { position: absolute; top: 12px; left: 12px; font-size: 12px; letter-spacing: 0.08em; color: var(--muted); }
.tile-num.on-image { color: #FFFFFF; }
.tile-name { margin-top: 14px; font-size: 16px; letter-spacing: 0.02em; color: var(--ink); }
.tile-dash { margin-top: 3px; height: 1px; width: 22px; background: var(--gold); }

/* ============ Detail ============ */
.page-detail { max-width: 1080px; margin: 0 auto; padding: 44px 40px 40px; }
.back-link {
  display: inline-block; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 52px;
}
.back-link:hover { color: var(--ink); }
.detail-top {
  display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: start;
  padding-bottom: 56px; border-bottom: 1px solid var(--line);
}
.detail-index { font-size: 13px; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 16px; }
.detail-top h1 { margin: 0 0 26px; font-family: var(--disp); font-weight: 300; font-size: 52px; line-height: 1.05; color: var(--ink); }
.detail-project { margin: 0 0 26px; font-family: var(--disp); font-weight: 400; font-size: 24px; line-height: 1.5; color: var(--gold); }
.detail-p1 { margin: 0 0 18px; font-size: 16px; line-height: 1.8; color: var(--ink); }
.detail-p2 { margin: 0 0 18px; font-size: 16px; line-height: 1.8; color: var(--ink); }
.detail-top p:last-of-type { margin-bottom: 0; }
.detail-meta { display: flex; flex-direction: column; gap: 22px; padding-top: 6px; }
.detail-meta .kick { font-size: 11px; letter-spacing: 0.2em; margin-bottom: 6px; display: block; }
.detail-meta-value { font-size: 15px; color: var(--ink); }
.detail-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.detail-links a {
  font-size: 15px; color: var(--ink);
  border-bottom: 1px solid var(--gold); padding-bottom: 2px;
  align-self: flex-start; display: inline-flex; align-items: center; gap: 8px;
}
.detail-links a:hover { color: var(--gold); }
.detail-gallery { margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; align-items: start; }
.detail-gallery figure { margin: 0; }
.detail-gallery .span-2 { grid-column: span 2; }
.detail-gallery img { width: 100%; object-fit: cover; }
.gallery-placeholder {
  width: 100%; background: var(--faint);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
}

/* ============ Footer ============ */
.site-footer {
  max-width: 1200px; margin: 90px auto 0; padding: 44px 40px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.footer-note { font-size: 12px; letter-spacing: 0.06em; color: var(--muted); }

/* ============ Mobiel (wireframe: stapelen, hamburger, 2-koloms grid) ============ */
@media (max-width: 860px) {
  body { padding-bottom: 30px; }
  .header-inner { padding: 14px 20px; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .logo { font-size: 22px; }
  .logo-img { height: 32px; }

  /* Volgorde op mobiel: logo → foto → tekst met knoppen */
  .hero { display: flex; flex-direction: column; gap: 36px; padding: 44px 20px 20px; }
  .hero-copy { display: contents; }
  .hero-head { order: 1; }
  .hero-figure { order: 2; }
  .hero-text { order: 3; }
  .hero h1 { font-size: 40px; }
  .hero-kicker { margin-bottom: 24px; }
  .hero-logo { margin-bottom: 0; }

  .info-strip { padding: 0 20px; }
  .info-strip-grid { grid-template-columns: 1fr; }
  .info-cell { padding: 20px 0; border-right: none; border-bottom: 1px solid var(--line); }
  .info-cell:last-child { border-bottom: none; }

  .quote-block { margin: 70px auto; padding: 0 20px; }
  .quote-block p { font-size: 24px; }

  .page-over { padding: 54px 20px; }
  .page-over h1 { font-size: 34px; margin-bottom: 40px; }
  .over-section { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }
  .over-lead { font-size: 20px; }

  .page-fotografen { padding: 54px 20px; }
  .fotografen-head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 36px; }
  .fotografen-head h1 { font-size: 34px; }
  .fotografen-hint { text-align: left; }
  .fotografen-grid { grid-template-columns: 1fr 1fr; gap: 28px 14px; }

  .page-detail { padding: 32px 20px 20px; }
  .back-link { margin-bottom: 32px; }
  .detail-top { grid-template-columns: 1fr; gap: 34px; padding-bottom: 38px; }
  .detail-top h1 { font-size: 38px; }
  .detail-project { font-size: 20px; }
  .detail-meta { border-top: 1px solid var(--line); padding-top: 26px; gap: 16px; }
  .detail-gallery { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
  .detail-gallery .span-2 { grid-column: auto; }

  .site-footer { margin-top: 60px; padding: 30px 20px; }
}
