/* =====================================================================
   De Frietboerderij Events — gedeelde stylesheet (krijtbord-stijl v7)
   ===================================================================== */

:root {
  --board:    #24271F;
  --board-2:  #2D3128;
  --board-3:  #1A1D16;
  --frame:    #6E4F30;
  --frame-l:  #8A6A45;
  --wood:     #C49A63;
  --wood-l:   #E0C290;
  --chalk:    #F1EBDC;
  --chalk-mut:#B9B5A0;
  --chalk-dim:#85836F;
  --amber:    #E6B23E;
  --amber-d:  #C8902A;
  --green-ch: #9FB877;
  --brick-ch: #DB8A5C;
  --paper:    #F2E8D5;
  --paper-2:  #FBF6EA;
  --ink:      #283021;
  --ink-2:    #54503F;
  --whatsapp: #25D366;
  --maxw: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; scroll-padding-top: 90px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--chalk);
  background: var(--board);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* krijt-stof textuur */
.chalk-grain { position: relative; }
.chalk-grain::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.025 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Grote display-koppen: gestempelde Bowlby in caps */
h1, h2 {
  font-family: 'Bowlby One', 'Inter', sans-serif;
  color: var(--chalk); line-height: 0.95; font-weight: 400;
  letter-spacing: 0.005em; text-transform: uppercase;
}
/* Subkoppen: Fraunces serif, leesbare maat */
h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--chalk); line-height: 1.2; font-weight: 600;
  letter-spacing: 0; text-transform: none;
  font-size: 22px;
}
h4 { font-size: 18px; }
/* Pacifico script voor accent-woorden (1.25em groter zodat script in proportie blijft met Bowlby caps) */
h1 .am, h2 .am {
  font-family: 'Pacifico', cursive; color: var(--amber); font-weight: 400;
  text-transform: none; letter-spacing: 0; line-height: 0.95;
  display: inline-block; transform: rotate(-2deg);
  font-size: 1.25em;
}
.script { font-family: 'Pacifico', cursive; color: var(--amber); font-weight: 400; text-transform: none; line-height: 0.95; display: inline-block; transform: rotate(-3deg); }

/* Cijfers (stap-nummers) in Bowlby, niet in Pacifico — leesbaarder */
.step-num { font-family: 'Bowlby One', sans-serif !important; font-size: 22px !important; }
.ink-serif { font-family: 'Fraunces', serif; }
/* "stamped" textuur overlay op grote koppen */
.stamped { position: relative; }
.stamped::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.35; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* gouden stippellijn als eyebrow-divider */
.gold-dotted { display: flex; align-items: center; justify-content: center; gap: 0.4rem; margin: 0.4rem 0 1rem; }
.gold-dotted::before, .gold-dotted::after {
  content: ''; flex: 0 0 80px; height: 0; border-top: 2px dotted var(--amber); opacity: 0.7;
}
.head.left .gold-dotted { justify-content: flex-start; }
.head.left .gold-dotted::before { display: none; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 1; }
.container-md { max-width: 860px; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 1; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--amber); color: var(--board); padding: 0.5rem 1rem; border-radius: 6px; }

*:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; border-radius: 4px; }

/* chalk underline squiggle */
.squig { position: relative; display: inline-block; }
.squig::after {
  content: ''; position: absolute; left: -2%; right: -2%; bottom: -0.12em; height: 0.14em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8'%3E%3Cpath d='M2 5 Q 40 1 80 4 T 160 4 T 198 3' stroke='%23E6B23E' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: 100% 100%;
}

.dots { flex: 1; border-bottom: 2px dotted rgba(241,235,220,0.28); margin: 0 0.5rem; transform: translateY(-5px); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.8rem 1.6rem; font-size: 14px; font-weight: 600; border-radius: 7px; text-decoration: none; cursor: pointer; border: 2px solid transparent; transition: all .2s; font-family: 'Inter', sans-serif; }
.btn svg { width: 17px; height: 17px; }
.btn-amber { background: var(--amber); color: var(--board); }
.btn-amber:hover { background: var(--amber-d); transform: translateY(-2px); }
/* Header-CTA in Pacifico script (speels accent op aanvraag-knop) */
.header-cta {
  font-family: 'Pacifico', cursive !important;
  font-size: 30px !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 2px rgba(31,30,26,0.35);
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  transform: rotate(-2deg);
  padding: 0.55rem 1.8rem !important;
  line-height: 1.05 !important;
  box-shadow: 0 4px 14px -4px rgba(230,178,62,0.5);
}
.header-cta:hover {
  color: #FFFFFF !important;
  transform: rotate(-2deg) translateY(-2px);
  box-shadow: 0 8px 22px -4px rgba(230,178,62,0.6);
}
@media (max-width: 600px) { .header-cta { font-size: 26px !important; padding: 0.45rem 1.3rem !important; } }
.btn-chalk { background: transparent; border-color: rgba(241,235,220,0.4); color: var(--chalk); }
.btn-chalk:hover { background: var(--chalk); color: var(--board); border-color: var(--chalk); }
.btn-green { background: #5E7444; color: var(--chalk); }
.btn-green:hover { background: #6E8650; transform: translateY(-2px); }
.btn-ink { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ink:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { transform: translateY(-2px); }
.btn-lg { padding: 1rem 2rem; font-size: 15px; }
.btn-sm { padding: 0.55rem 1.1rem; font-size: 13px; }
.btn-block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--board-3); color: var(--chalk-mut); font-size: 13px; border-bottom: 1px solid rgba(230,178,62,0.15); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 0; }
.topbar a { color: var(--chalk-mut); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; transition: color .2s; }
.topbar a:hover { color: var(--amber); }
.topbar .tag { font-family: 'Pacifico', cursive; color: var(--amber); font-size: 19px; font-weight: 700; }
.topbar-right { display: flex; gap: 1.6rem; align-items: center; }
@media (max-width: 900px) { .topbar { display: none; } }

/* ---------- Header ---------- */
header.site { background: rgba(36,39,31,0.92); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(230,178,62,0.2); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.7rem 0; }
.logo-link { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.logo-link img { height: 72px; width: auto; display: block; transition: transform .2s; }
.logo-link:hover img { transform: scale(1.04); }
.logo-evt { font-family: 'Pacifico', cursive; font-size: 28px; font-weight: 400; color: var(--amber); border-left: 1px solid rgba(241,235,220,0.25); padding-left: 0.85rem; line-height: 1; transform: translateY(4px) rotate(-2deg); }

/* Tablet: kleinere header-elementen */
@media (max-width: 900px) {
  .logo-link img { height: 60px; }
  .logo-evt { font-size: 24px; padding-left: 0.6rem; }
  .header-inner { padding: 0.6rem 0; }
}
/* Smartphone: nog compacter */
@media (max-width: 480px) {
  .logo-link { gap: 0.5rem; }
  .logo-link img { height: 50px; }
  .logo-evt { font-size: 20px; padding-left: 0.5rem; transform: translateY(3px) rotate(-2deg); }
}
/* Hele kleine schermen (320-380px): voorkom dat header overloopt */
@media (max-width: 380px) {
  .logo-link img { height: 44px; }
  .logo-evt { font-size: 17px; }
  .header-cta { font-size: 22px !important; padding: 0.4rem 1rem !important; }
}
nav.main ul { display: flex; gap: 0.1rem; list-style: none; align-items: center; }
nav.main a {
  padding: 0.55rem 0.95rem;
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  color: var(--chalk-mut); text-decoration: none;
  text-transform: uppercase; letter-spacing: 0.18em;
  position: relative; transition: color .2s;
}
nav.main a:hover, nav.main a.active { color: var(--amber); }
nav.main a::after { content: ''; position: absolute; bottom: 2px; left: 50%; width: 0; height: 2px; background: var(--amber); transition: all .3s; transform: translateX(-50%); }
nav.main a:hover::after, nav.main a.active::after { width: 60%; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; color: var(--chalk); }
.menu-toggle svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 2; }
@media (max-width: 1024px) {
  nav.main { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
}

/* mobile drawer */
.mobile-menu { position: fixed; inset: 0; z-index: 60; visibility: hidden; }
.mobile-menu.open { visibility: visible; }
.mobile-menu .overlay { position: absolute; inset: 0; background: rgba(26,29,22,0.6); opacity: 0; transition: opacity .3s; }
.mobile-menu.open .overlay { opacity: 1; }
.mobile-menu .drawer { position: absolute; top: 0; right: 0; height: 100%; width: 86%; max-width: 360px; background: var(--board); border-left: 1px solid rgba(230,178,62,0.2); transform: translateX(100%); transition: transform .3s; padding: 1.25rem; overflow-y: auto; display: flex; flex-direction: column; }
.mobile-menu.open .drawer { transform: translateX(0); }
.mobile-menu .drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.mobile-menu .drawer-head img { height: 46px; }
.mobile-menu .close { background: none; border: none; color: var(--chalk); cursor: pointer; }
.mobile-menu .close svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 2; }
.mobile-menu nav a { display: block; padding: 0.85rem 0.5rem; font-size: 18px; color: var(--chalk); text-decoration: none; border-bottom: 1px dashed rgba(241,235,220,0.15); font-family: 'Pacifico', cursive; font-weight: 700; }
.mobile-menu nav a:hover { color: var(--amber); }
.mobile-menu .drawer .btn { margin-top: 1.25rem; }

/* ---------- Wood frame ---------- */
.wood-frame { padding: 10px; background: linear-gradient(150deg, var(--frame-l), var(--frame)); border-radius: 10px; box-shadow: 0 18px 40px -16px rgba(0,0,0,0.6); position: relative; }
.wood-frame::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(0,0,0,0.25); border-radius: 4px; pointer-events: none; z-index: 2; }
.wood-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }

/* ---------- Sections ---------- */
section.std { padding: 6rem 0; position: relative; }
section.std.sm { padding: 4rem 0; }
section.board { background: var(--board); }
section.board-2 { background: var(--board-2); }
section.wood-sec { background: var(--wood); color: var(--ink); }
section.paper-sec { background: var(--paper); color: var(--ink); }

.head { max-width: 720px; margin: 0 auto 3.5rem; text-align: center; position: relative; z-index: 1; }
.head.left { margin: 0 0 2.5rem; text-align: left; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--amber); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.22em; margin-bottom: 0.5rem; font-family: 'Inter', sans-serif; }
section.wood-sec .eyebrow, section.paper-sec .eyebrow { color: #7A5A2E; }
.head h1, .head h2 { font-size: clamp(2rem, 3vw + 0.8rem, 3.2rem); margin-bottom: 0.9rem; line-height: 1; }
section.wood-sec .head h2, section.paper-sec .head h2 { color: var(--ink); }
.head p { font-size: 18px; color: var(--chalk-mut); line-height: 1.65; font-family: 'Inter', sans-serif; }
section.wood-sec .head p, section.paper-sec .head p { color: var(--ink-2); }
.head h1 .am, .head h2 .am { color: var(--amber); }
section.wood-sec .head h2 .am { color: #7A5A2E; }

/* ---------- Hero (home) ---------- */
.hero { padding: 3.5rem 0 5rem; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 4rem; align-items: center; }
@media (max-width: 1024px) { .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--amber); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 1.25rem; font-family: 'Inter', sans-serif; }
.hero h1 { font-size: clamp(2.6rem, 4.5vw + 0.8rem, 5rem); line-height: 0.95; margin-bottom: 1.5rem; color: var(--chalk); }
.hero h1 .am { color: var(--amber); }
.hero h1 .br { color: var(--brick-ch); }
.hero p.lead { font-size: 18px; color: var(--chalk-mut); line-height: 1.65; max-width: 34rem; margin-bottom: 2rem; font-family: 'Inter', sans-serif; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-proof { margin-top: 2.5rem; display: flex; gap: 2.25rem; align-items: center; flex-wrap: wrap; }
.hero-proof .num { font-family: 'Pacifico', cursive; font-size: 38px; color: var(--amber); font-weight: 700; line-height: 0.8; }
.hero-proof .lbl { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--chalk-dim); margin-top: 2px; font-family: 'Inter', sans-serif; }
.hero-proof .divider { width: 1px; height: 38px; background: rgba(241,235,220,0.18); }
.hero-visual { position: relative; }
.hero-floating { position: absolute; bottom: -1rem; left: -1rem; z-index: 3; background: var(--board-3); border: 1px solid rgba(230,178,62,0.35); border-radius: 8px; padding: 0.7rem 1rem; display: flex; align-items: center; gap: 0.7rem; box-shadow: 0 14px 30px -12px rgba(0,0,0,0.6); }
.hero-floating svg { width: 22px; height: 22px; stroke: var(--amber); fill: none; }
.hero-floating .n { font-family: 'Pacifico', cursive; font-weight: 700; font-size: 20px; color: var(--chalk); line-height: 0.9; }
.hero-floating .t { font-size: 11px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; }
.doodle { position: absolute; pointer-events: none; opacity: 0.5; }
.doodle svg { stroke: var(--chalk); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Subpage hero ---------- */
.page-hero { padding: 3rem 0 2.5rem; position: relative; }
.breadcrumb { display: flex; gap: 0.4rem; align-items: center; font-size: 13px; color: var(--chalk-dim); font-family: 'Inter', sans-serif; margin-bottom: 1.25rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--chalk-mut); text-decoration: none; }
.breadcrumb a:hover { color: var(--amber); }
.page-hero h1 { font-size: clamp(2.4rem, 4vw + 0.8rem, 4rem); line-height: 0.95; margin-bottom: 1rem; }
.page-hero h1 .am { color: var(--amber); }
.page-hero .lead { font-size: 18px; color: var(--chalk-mut); max-width: 46rem; font-family: 'Inter', sans-serif; }

/* ---------- USP strip ---------- */
.usp-strip { background: var(--board-3); border-top: 1px solid rgba(230,178,62,0.15); border-bottom: 1px solid rgba(230,178,62,0.15); }
.usp-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.usp { padding: 1.5rem 1.2rem; text-align: center; border-right: 1px dashed rgba(241,235,220,0.14); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.usp:last-child { border-right: none; }
.usp svg { width: 28px; height: 28px; stroke: var(--amber); fill: none; }
.usp .t { font-family: 'Pacifico', cursive; font-size: 21px; color: var(--chalk); font-weight: 700; line-height: 0.9; }
.usp .s { font-size: 12px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; }
@media (max-width: 900px) { .usp-grid { grid-template-columns: repeat(2, 1fr); } .usp:nth-child(even) { border-right: none; } .usp { border-bottom: 1px dashed rgba(241,235,220,0.14); } }

/* ---------- Pijlers ---------- */
.pijlers { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 1.25rem; }
.pijler { background: var(--board-2); border: 1px solid rgba(241,235,220,0.12); border-radius: 10px; padding: 1.75rem; transition: all .3s; }
.pijler:hover { border-color: rgba(230,178,62,0.45); transform: translateY(-3px); }
.pijler-ico { width: 54px; height: 54px; border-radius: 10px; background: rgba(230,178,62,0.12); border: 1px dashed rgba(230,178,62,0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.pijler-ico svg { width: 27px; height: 27px; stroke: var(--amber); fill: none; }
.pijler h3 { font-size: 20px; margin-bottom: 0.5rem; color: var(--chalk); font-weight: 600; }
.pijler p { color: var(--chalk-mut); font-size: 14px; line-height: 1.6; font-family: 'Inter', sans-serif; }

/* ---------- Arrangementen cards ---------- */
.arr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 768px) { .arr-grid { grid-template-columns: 1fr; } }
.arr { background: var(--board-2); border: 1px solid rgba(241,235,220,0.14); border-radius: 10px; padding: 1.9rem; position: relative; text-decoration: none; display: flex; flex-direction: column; transition: all .3s; overflow: hidden; }
.arr:hover { border-color: rgba(230,178,62,0.5); transform: translateY(-3px); }
.arr-photo { position: relative; z-index: 1; aspect-ratio: 16/9; border-radius: 6px; margin-bottom: 1.25rem; overflow: hidden; background: var(--board-3); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(241,235,220,0.1); }
.arr-photo img { width: 100%; height: 100%; object-fit: cover; }
.arr-photo .soon { color: var(--chalk-dim); font-family: 'Pacifico', cursive; font-size: 20px; }
.arr-popular { position: absolute; top: 1rem; right: 1rem; z-index: 3; background: var(--amber); color: var(--board); padding: 3px 11px; border-radius: 5px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-family: 'Inter', sans-serif; }
.arr-tag { position: relative; z-index: 1; color: var(--amber); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; font-family: 'Inter', sans-serif; margin-bottom: 0.35rem; }
.arr h3 { position: relative; z-index: 1; font-size: 24px; color: var(--chalk); line-height: 1.05; margin-bottom: 0.5rem; font-weight: 600; }
.arr .tl { position: relative; z-index: 1; color: var(--chalk-mut); font-size: 14px; font-family: 'Inter', sans-serif; margin-bottom: 1rem; }
.arr-meta { position: relative; z-index: 1; display: flex; gap: 1.25rem; font-size: 13px; color: var(--chalk-mut); margin-bottom: 1rem; font-family: 'Inter', sans-serif; flex-wrap: wrap; }
.arr-meta span { display: inline-flex; align-items: center; gap: 0.35rem; }
.arr-meta svg { width: 14px; height: 14px; stroke: var(--amber); fill: none; }
.arr-foot { position: relative; z-index: 1; margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 2px dotted rgba(241,235,220,0.2); }
.arr-foot .pl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--chalk-dim); font-family: 'Inter', sans-serif; }
.arr-foot .pr { font-family: 'Pacifico', cursive; font-size: 30px; color: var(--amber); font-weight: 700; line-height: 0.8; }
.arr-foot .ar { width: 40px; height: 40px; border-radius: 6px; border: 1px solid rgba(241,235,220,0.3); display: flex; align-items: center; justify-content: center; transition: all .3s; }
.arr-foot .ar svg { width: 18px; height: 18px; stroke: var(--chalk); fill: none; }
.arr:hover .ar { background: var(--amber); border-color: var(--amber); }
.arr:hover .ar svg { stroke: var(--board); }

/* ---------- Chalkboard menu ---------- */
.chalkboard { background: var(--board-3); border-radius: 10px; padding: 2.5rem; position: relative; border: 10px solid; border-image: linear-gradient(150deg, var(--frame-l), var(--frame)) 1; box-shadow: inset 0 0 80px rgba(0,0,0,0.5), 0 20px 50px -20px rgba(0,0,0,0.6); }
.chalkboard h3 { font-family: 'Pacifico', cursive; color: var(--chalk); font-size: 38px; text-align: center; margin-bottom: 0.25rem; line-height: 1; transform: rotate(-1deg); display: inline-block; width: 100%; }
.chalkboard .sub { text-align: center; color: var(--chalk-dim); font-size: 12px; margin-bottom: 1.75rem; text-transform: uppercase; letter-spacing: 0.25em; font-family: 'Inter', sans-serif; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 2.5rem; }
@media (max-width: 640px) { .menu-grid { grid-template-columns: 1fr; } }
.mi { display: flex; align-items: baseline; gap: 0.4rem; color: var(--chalk); font-size: 17px; font-family: 'Inter', sans-serif; }
.mi .nm { font-weight: 500; }
.mi .vega { color: var(--green-ch); font-size: 11px; border: 1px solid var(--green-ch); border-radius: 4px; padding: 0 5px; }
.mi .pr { font-family: 'Pacifico', cursive; font-size: 24px; color: var(--amber); font-weight: 700; }

/* ---------- Story ---------- */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; gap: 2rem; } }
.story-grid .wood-frame { aspect-ratio: 4/5; }
.story h2 { font-size: clamp(2.4rem, 3.5vw + 1rem, 3.6rem); margin-bottom: 1rem; color: var(--chalk); }
.story h2 .am { color: var(--amber); }
.story p { color: var(--chalk-mut); margin-bottom: 1rem; line-height: 1.75; font-family: 'Inter', sans-serif; }
.eeat { display: flex; gap: 2.25rem; margin-top: 1.5rem; flex-wrap: wrap; }
.eeat .n { font-family: 'Pacifico', cursive; font-size: 34px; color: var(--amber); font-weight: 700; line-height: 0.8; }
.eeat .l { font-size: 13px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; margin-top: 4px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 1.25rem; }
.step { background: rgba(255,250,234,0.5); border: 1px solid rgba(40,48,33,0.15); border-radius: 10px; padding: 1.75rem; }
.step-num { font-family: 'Pacifico', cursive; font-size: 26px; color: var(--paper); background: var(--ink); border-radius: 8px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-weight: 700; }
.step h3 { font-size: 19px; margin-bottom: 0.5rem; color: var(--ink); font-weight: 600; }
.step p { color: var(--ink-2); font-size: 14px; line-height: 1.6; font-family: 'Inter', sans-serif; }

/* ---------- Galerij ---------- */
.gal-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1.5rem; }
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 230px; gap: 1rem; }
.gtile { border-radius: 8px; overflow: hidden; position: relative; transition: transform .4s; }
.gtile.frame { padding: 7px; background: linear-gradient(150deg, var(--frame-l), var(--frame)); }
.gtile img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 4px; }
.gtile.big { grid-row: span 2; grid-column: span 2; }
.gtile.tall { grid-row: span 2; }
.gtile.empty { background: var(--board-2); border: 1px dashed rgba(241,235,220,0.2); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.5rem; }
.gtile.empty svg { width: 34px; height: 34px; stroke: rgba(241,235,220,0.3); fill: none; }
.gtile.empty .lbl { font-family: 'Pacifico', cursive; font-size: 18px; color: var(--chalk-dim); }
.gtile .cap { position: absolute; bottom: 0.85rem; left: 0.85rem; background: rgba(26,29,22,0.85); color: var(--chalk); padding: 3px 10px; border-radius: 5px; font-size: 12px; font-family: 'Inter', sans-serif; z-index: 2; }
@media (max-width: 768px) { .gal-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; } .gtile.big { grid-column: span 2; grid-row: span 1; height: auto; } }

/* ---------- Werkgebied ---------- */
.map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
@media (max-width: 900px) { .map-grid { grid-template-columns: 1fr; gap: 2rem; } }
.map-vis { aspect-ratio: 1; border-radius: 10px; position: relative; background: var(--board-3); border: 1px dashed rgba(230,178,62,0.3); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.map-vis .pin { position: absolute; width: 10px; height: 10px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 0 rgba(230,178,62,0.5); animation: pp 2s infinite; }
@keyframes pp { 0% { box-shadow: 0 0 0 0 rgba(230,178,62,0.5); } 100% { box-shadow: 0 0 0 16px rgba(230,178,62,0); } }
.rtags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.25rem; }
.rtag { padding: 0.4rem 0.9rem; border: 1px solid rgba(241,235,220,0.25); border-radius: 6px; font-size: 13px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; transition: all .2s; text-decoration: none; }
.rtag:hover { border-color: var(--amber); color: var(--amber); }

/* ---------- Testimonials ---------- */
.tg { display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); gap: 1.25rem; }
.tm { background: var(--board-2); border: 1px solid rgba(241,235,220,0.14); border-radius: 10px; padding: 1.9rem; }
.tm .stars { display: flex; gap: 2px; margin-bottom: 0.9rem; }
.tm .stars svg { width: 16px; height: 16px; fill: var(--amber); }
.tm blockquote { font-family: 'Pacifico', cursive; font-size: 23px; line-height: 1.3; margin-bottom: 1.1rem; color: var(--chalk); }
.tm .auth { padding-top: 0.9rem; border-top: 2px dotted rgba(241,235,220,0.2); }
.tm .auth .nm { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px; color: var(--chalk); }
.tm .auth .rl { font-size: 13px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px dashed rgba(241,235,220,0.18); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 1.4rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: 'Pacifico', cursive; font-size: 26px; font-weight: 700; color: var(--chalk); text-align: left; transition: color .2s; }
.faq-q:hover { color: var(--amber); }
.faq-q .pl { width: 34px; height: 34px; border-radius: 7px; flex-shrink: 0; border: 1px solid rgba(230,178,62,0.4); color: var(--amber); display: flex; align-items: center; justify-content: center; font-size: 22px; transition: all .3s; font-family: 'Inter', sans-serif; }
.faq-item.open .pl { transform: rotate(45deg); background: var(--amber); color: var(--board); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; color: var(--chalk-mut); line-height: 1.75; font-family: 'Inter', sans-serif; }
.faq-item.open .faq-a { max-height: 600px; padding-bottom: 1.4rem; }
.faq-cat { font-family: 'Pacifico', cursive; color: var(--amber); font-size: 26px; margin: 2.5rem 0 0.8rem; line-height: 1; transform: rotate(-1deg); display: inline-block; }

/* ---------- CTA ---------- */
.cta { position: relative; border-radius: 10px; padding: 4rem 2rem; text-align: center; background: var(--board-3); border: 10px solid; border-image: linear-gradient(150deg, var(--frame-l), var(--frame)) 1; box-shadow: inset 0 0 80px rgba(0,0,0,0.5); }
.cta h2 { font-size: clamp(2.8rem, 5vw + 1rem, 4.5rem); margin-bottom: 0.5rem; color: var(--chalk); }
.cta h2 .am { color: var(--amber); }
.cta p { color: var(--chalk-mut); font-size: 17px; max-width: 540px; margin: 0 auto 2rem; font-family: 'Inter', sans-serif; }
.cta-b { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Prose (artikelen / detail content) ---------- */
.prose { font-family: 'Inter', sans-serif; color: var(--chalk-mut); font-size: 16px; line-height: 1.8; }
.prose h2 { font-size: 34px; color: var(--chalk); margin: 2rem 0 0.75rem; }
.prose h3 { font-size: 28px; color: var(--chalk); margin: 1.5rem 0 0.5rem; }
.prose p { margin-bottom: 1.1rem; }
.prose ul { margin: 0 0 1.25rem 0; padding: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 1.75rem; margin-bottom: 0.6rem; }
.prose ul li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 8px; height: 8px; background: var(--amber); border-radius: 2px; transform: rotate(45deg); }
.prose strong { color: var(--chalk); font-weight: 600; }
.prose a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Detail layout ---------- */
.detail-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 3rem; align-items: start; }
@media (max-width: 900px) { .detail-grid { grid-template-columns: 1fr; gap: 2rem; } }
.detail-card { background: var(--board-2); border: 1px solid rgba(241,235,220,0.14); border-radius: 10px; padding: 1.75rem; position: sticky; top: 100px; }
.detail-card .price { font-family: 'Pacifico', cursive; font-size: 44px; color: var(--amber); font-weight: 700; line-height: 0.9; }
.detail-card .price-sub { font-size: 13px; color: var(--chalk-dim); margin-bottom: 1.25rem; font-family: 'Inter', sans-serif; }
.incl-list { list-style: none; margin: 0 0 1.5rem; }
.incl-list li { display: flex; gap: 0.6rem; align-items: flex-start; padding: 0.45rem 0; font-size: 14px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; border-bottom: 1px dashed rgba(241,235,220,0.12); }
.incl-list li svg { width: 18px; height: 18px; stroke: var(--green-ch); fill: none; flex-shrink: 0; margin-top: 2px; }

/* ---------- Forms ---------- */
.form-card { background: var(--board-2); border: 1px solid rgba(241,235,220,0.14); border-radius: 12px; padding: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--chalk); margin-bottom: 0.4rem; font-family: 'Inter', sans-serif; }
.field label .req { color: var(--brick-ch); }
.field input, .field select, .field textarea { width: 100%; background: var(--board-3); border: 1px solid rgba(241,235,220,0.18); border-radius: 7px; padding: 0.75rem 0.9rem; color: var(--chalk); font-size: 15px; font-family: 'Inter', sans-serif; transition: border-color .2s; }
.field input::placeholder, .field textarea::placeholder { color: var(--chalk-dim); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--amber); outline: none; }
.field textarea { resize: vertical; min-height: 120px; }
.field .err { color: var(--brick-ch); font-size: 12px; margin-top: 0.3rem; display: none; font-family: 'Inter', sans-serif; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--brick-ch); }
.field.invalid .err { display: block; }
.hp { position: absolute; left: -9999px; opacity: 0; }
.consent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 13px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; margin-bottom: 1.25rem; }
.consent input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--amber); }
.step-pills { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.step-pill { font-size: 12px; color: var(--chalk-dim); padding: 0.35rem 0.8rem; border: 1px solid rgba(241,235,220,0.18); border-radius: 999px; font-family: 'Inter', sans-serif; }
.step-pill.active { background: var(--amber); color: var(--board); border-color: var(--amber); font-weight: 600; }

/* contact info rows */
.contact-list { list-style: none; }
.contact-list li { display: flex; gap: 0.85rem; align-items: flex-start; padding: 0.9rem 0; border-bottom: 1px dashed rgba(241,235,220,0.14); }
.contact-list li svg { width: 22px; height: 22px; stroke: var(--amber); fill: none; flex-shrink: 0; margin-top: 2px; }
.contact-list .lbl { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--chalk-dim); font-family: 'Inter', sans-serif; }
.contact-list .val { color: var(--chalk); font-family: 'Inter', sans-serif; }
.contact-list a.val:hover { color: var(--amber); }

/* ---------- Footer ---------- */
footer.site { background: var(--board-3); color: var(--chalk-mut); padding: 4rem 0 2rem; border-top: 1px solid rgba(230,178,62,0.15); }
.fgrid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; }
@media (max-width: 1024px) { .fgrid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
footer.site h4 { color: var(--amber); font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 1.1rem; font-weight: 600; font-family: 'Inter', sans-serif; }
footer.site ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
footer.site a { color: var(--chalk-mut); text-decoration: none; font-size: 14px; transition: color .2s; font-family: 'Inter', sans-serif; }
footer.site a:hover { color: var(--amber); }
.fbrand img { height: 64px; margin-bottom: 1rem; }
.fbrand p { max-width: 300px; line-height: 1.7; font-size: 14px; color: var(--chalk-mut); font-family: 'Inter', sans-serif; margin-bottom: 1.25rem; }
.socials { display: flex; gap: 0.5rem; }
.socials a { width: 40px; height: 40px; border-radius: 8px; background: rgba(241,235,220,0.08); display: flex; align-items: center; justify-content: center; color: var(--chalk); transition: all .3s; }
.socials a svg { width: 18px; height: 18px; }
.socials a:hover { background: var(--amber); color: var(--board); }
.fbot { padding-top: 1.75rem; border-top: 1px dashed rgba(241,235,220,0.15); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--chalk-dim); flex-wrap: wrap; gap: 1rem; font-family: 'Inter', sans-serif; }
.fbot .since { font-family: 'Pacifico', cursive; font-size: 21px; color: var(--amber); }

/* ---------- Sticky CTA + WhatsApp ---------- */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; background: rgba(26,29,22,0.97); backdrop-filter: blur(10px); border-top: 1px solid rgba(230,178,62,0.3); padding: 0.7rem 1rem; display: none; gap: 0.6rem; }
.sticky-cta .btn { flex: 1; }
@media (max-width: 768px) { .sticky-cta { display: flex; } body { padding-bottom: 68px; } }
.wa-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 50; width: 56px; height: 56px; border-radius: 50%; background: var(--whatsapp); color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 8px 26px -6px rgba(37,211,102,0.5); transition: transform .3s; }
.wa-float svg { width: 28px; height: 28px; }
.wa-float:hover { transform: scale(1.08); }
@media (max-width: 768px) { .wa-float { bottom: 78px; } }

/* ---------- Lightbox ---------- */
#lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(20,23,16,0.92); display: none; align-items: center; justify-content: center; padding: 2rem; cursor: zoom-out; }
#lightbox.open { display: flex; }
#lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 8px; border: 8px solid; border-image: linear-gradient(150deg, var(--frame-l), var(--frame)) 1; box-shadow: 0 30px 70px -20px rgba(0,0,0,0.7); }
#lightbox .lb-close { position: absolute; top: 1.25rem; right: 1.5rem; color: var(--chalk); background: none; border: none; cursor: pointer; }
#lightbox .lb-close svg { width: 32px; height: 32px; stroke: currentColor; fill: none; stroke-width: 2; }

/* clickable galerij tile */
.gtile[data-lightbox] { cursor: zoom-in; }

/* utility */
.text-center { text-align: center; }
.mt-3 { margin-top: 3rem; }
.mt-2 { margin-top: 2rem; }

/* ---------- Opdrachtgevers/clients sectie ---------- */
.clients-section { padding: 4rem 0; }
.clients-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3.5rem;
  margin: 2.5rem 0 0.5rem;
  padding: 2rem 1rem;
  border-top: 1px solid rgba(230,178,62,0.18);
  border-bottom: 1px solid rgba(230,178,62,0.18);
}
.clients-list li {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 1vw + 1rem, 1.75rem);
  color: var(--chalk);
  letter-spacing: 0.02em;
  opacity: 0.92;
  font-style: italic;
  position: relative;
  padding: 0 0.25rem;
  transition: opacity .25s, color .25s;
}
.clients-list li:hover { opacity: 1; color: var(--amber); }
.clients-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--amber);
  opacity: 0.4;
}
@media (max-width: 768px) {
  .clients-list { gap: 1.25rem 2rem; }
  .clients-list li:not(:last-child)::after { right: -1rem; }
}
@media (max-width: 480px) {
  .clients-list { gap: 1rem 1.5rem; padding: 1.5rem 0.5rem; }
  .clients-list li:not(:last-child)::after { display: none; }
}

/* ===================================================== */
/* PREMIUM IMAGE STYLING - verfijning voor profi look */
/* ===================================================== */

/* Wood-frame: subtieler kader, betere shadow, inner glow */
.wood-frame {
  padding: 6px;
  background: linear-gradient(155deg, #8a6a45 0%, #6e4f30 45%, #5a3f24 100%);
  border-radius: 6px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 30px 60px -24px rgba(0,0,0,0.7),
    0 8px 24px -10px rgba(0,0,0,0.5);
  position: relative;
  isolation: isolate;
}
.wood-frame::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(0,0,0,0.35);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
}
.wood-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 30%);
}
.wood-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Arrangement-card photo: subtielere look met inner shadow + gradient */
.arr { transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.arr:hover {
  border-color: rgba(230,178,62,0.45);
  transform: translateY(-4px);
  box-shadow:
    0 24px 48px -20px rgba(0,0,0,0.5),
    0 8px 20px -12px rgba(230,178,62,0.15);
}
.arr-photo {
  border-radius: 8px;
  border: 1px solid rgba(241,235,220,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 -40px 80px -40px rgba(0,0,0,0.4);
  overflow: hidden;
}
.arr-photo img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.arr:hover .arr-photo img { transform: scale(1.04); }

/* Arrangement-badge: meer premium look */
.arr-popular {
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 0.14em;
  box-shadow: 0 4px 14px -4px rgba(230,178,62,0.5);
  backdrop-filter: blur(8px);
}

/* Galerij-tiles: matching profi-look met wood-frame */
.gtile.frame {
  padding: 5px;
  background: linear-gradient(155deg, #8a6a45 0%, #6e4f30 50%, #5a3f24 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 18px 36px -16px rgba(0,0,0,0.55);
  position: relative;
  isolation: isolate;
}
.gtile.frame::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(0,0,0,0.35);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
}
.gtile.frame img {
  border-radius: 3px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gtile.frame:hover img { transform: scale(1.05); }
.gtile { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }

/* Caption: verfijnder, met betere achtergrond en typografie */
.gtile .cap {
  background: rgba(20,23,16,0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(241,235,220,0.08);
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  bottom: 1rem;
  left: 1rem;
}

/* Hero foto bijzonder behandelen */
.hero-visual .wood-frame {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 40px 80px -28px rgba(0,0,0,0.75),
    0 12px 32px -12px rgba(0,0,0,0.5),
    0 0 0 1px rgba(230,178,62,0.08);
}

/* Floating info-card op hero */
.hero-floating {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(36,39,31,0.92);
  border: 1px solid rgba(230,178,62,0.18);
  box-shadow: 0 16px 40px -12px rgba(0,0,0,0.5);
}

/* ===================================================== */
/* MAGAZINE-STIJL GALERIJ - elke foto behoudt aspect ratio */
/* ===================================================== */
.gal-grid-pro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  grid-auto-flow: dense;
  align-items: start;
}
.gtile-pro {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  isolation: isolate;
}
.gtile-pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.gtile-pro:hover img { transform: scale(1.05); }

/* AANGEPASTE ASPECT-RATIOS per oriëntatie */
.gtile-pro.portrait { aspect-ratio: 3/4; }
.gtile-pro.square { aspect-ratio: 1/1; }
.gtile-pro.landscape { aspect-ratio: 4/3; }
.gtile-pro.wide {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

/* Houten frame OOK op de pro-tiles */
.gtile-pro.frame {
  padding: 5px;
  background: linear-gradient(155deg, #8a6a45 0%, #6e4f30 50%, #5a3f24 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 18px 36px -16px rgba(0,0,0,0.55);
}
.gtile-pro.frame::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(0,0,0,0.35);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
}
.gtile-pro.frame img { border-radius: 3px; }

/* Caption: zelfde profi-stijl als bij .gtile */
.gtile-pro .cap {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(20,23,16,0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(241,235,220,0.08);
  color: var(--chalk);
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.02em;
  z-index: 4;
}

/* Lightbox hint */
.gtile-pro[data-lightbox] { cursor: zoom-in; }

/* Responsive: aanpassingen voor smallere schermen */
@media (max-width: 1100px) {
  .gal-grid-pro { grid-template-columns: repeat(3, 1fr); }
  .gtile-pro.wide { grid-column: span 2; }
}
@media (max-width: 768px) {
  .gal-grid-pro { grid-template-columns: repeat(2, 1fr); }
  .gtile-pro.wide { grid-column: span 2; aspect-ratio: 4/3; }
}
@media (max-width: 480px) {
  .gal-grid-pro { grid-template-columns: 1fr; }
  .gtile-pro.wide { grid-column: span 1; aspect-ratio: 4/3; }
}

/* ===================================================== */
/* LOOKBOOK GALERIJ - grote dramatische foto's, witruimte */
/* ===================================================== */
.lb-row {
  margin-bottom: 3.5rem;
}
.lb-row:last-child { margin-bottom: 1rem; }

/* Single foto, gecentreerd, max-width */
.lb-solo .lb-frame {
  max-width: 760px;
  margin: 0 auto;
}
.lb-solo .lb-frame.lb-landscape { max-width: 900px; }
.lb-solo .lb-frame.lb-wide { max-width: 1000px; }
.lb-solo .lb-frame.lb-portrait { max-width: 600px; }

/* Twee foto's naast elkaar - even groot */
.lb-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Asymmetrisch: portrait kleiner, landscape groter */
.lb-split {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 1.75rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

/* DE FRAME - wood-frame stijl met exacte aspect ratio per foto */
.lb-frame {
  position: relative;
  overflow: hidden;
  padding: 8px;
  background: linear-gradient(155deg, #8a6a45 0%, #6e4f30 45%, #5a3f24 100%);
  border-radius: 8px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 30px 60px -22px rgba(0,0,0,0.7),
    0 10px 28px -10px rgba(0,0,0,0.5);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  isolation: isolate;
  cursor: zoom-in;
}
.lb-frame::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(0,0,0,0.35);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
}
.lb-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 30%);
}

/* Aspect ratios per foto-type, exact passend */
.lb-frame.lb-portrait { aspect-ratio: 3/4; }
.lb-frame.lb-landscape { aspect-ratio: 4/3; }
.lb-frame.lb-square { aspect-ratio: 1/1; }
.lb-frame.lb-wide {
.lb-frame.lb-wide { aspect-ratio: 16/9; }

.lb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.lb-frame:hover { transform: translateY(-2px); }
.lb-frame:hover img { transform: scale(1.03); }

.lb-cap {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: rgba(20,23,16,0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(241,235,220,0.1);
  color: var(--chalk);
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.03em;
  z-index: 4;
}

@media (max-width: 768px) {
  .lb-pair, .lb-split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .lb-row { margin-bottom: 2.5rem; }
  .lb-solo .lb-frame { max-width: 100%; }
  .lb-frame { padding: 6px; }
  .lb-frame::before { inset: 6px; }
  .lb-cap { bottom: 0.85rem; left: 0.85rem; padding: 4px 10px; font-size: 11px; }
}

/* ===================================================== */
/* LAPTOP / DESKTOP ZOOM - 67% schaalvenster              */
/* Equivalent aan browser Ctrl+- naar 67% zoom            */
/* ===================================================== */
@media (min-width: 1025px) {
  body { zoom: 0.67; }
}

/* ===================================================== */
/* SCROLL-SNAP - elk blok netjes in beeld bij scrollen     */
/* Alleen op laptop/desktop, niet op mobiel               */
/* ===================================================== */
@media (min-width: 1025px) {
  html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 110px;  /* compenseert voor sticky header */
  }

  /* Hoofdsecties die snappen naar start */
  .hero,
  .usp-strip,
  .clients-section,
  section.std,
  section.std.sm,
  footer.site {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}

/* ===================================================== */
/* SECTION FIT - elke sectie moet in viewport passen      */
/* ===================================================== */
@media (min-width: 1025px) {
  /* Hero: maak het echt compact, zodat hero + USP-strip samen in viewport passen */
  .hero { padding: 1.5rem 0 2rem; }
  .hero-grid { gap: 2.5rem; align-items: center; }
  .hero-eyebrow { margin-bottom: 0.6rem; font-size: 11px; }
  .hero h1 {
    font-size: clamp(2.2rem, 3.5vw + 0.5rem, 3.6rem);
    line-height: 1.0;
    margin-bottom: 0.85rem;
  }
  .hero p.lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    max-width: 28rem;
  }
  .hero-buttons { gap: 0.7rem; margin-bottom: 1.5rem; }
  .hero-proof { margin-top: 1.5rem; gap: 1.5rem; }
  .hero-proof .num { font-size: 26px; }
  .hero-proof .divider { height: 28px; }

  /* Hero visual frame compact, foto niet dominant */
  .hero-visual .wood-frame {
    max-width: 320px;
    margin-left: auto;
    aspect-ratio: 4/5;
  }
  .hero-floating { padding: 0.5rem 0.7rem; bottom: -0.5rem; left: -0.5rem; }
  .hero-floating .n { font-size: 11px; }
  .hero-floating .t { font-size: 10px; }

  /* Section paddings extra compact zodat content er goed in past */
  section.std { padding: 2.25rem 0; }
  section.std.sm { padding: 1.75rem 0; }

  /* Heading-marge kleiner */
  .head { margin-bottom: 1.75rem; }

  /* Pijler-grid 4 kolommen blijft, maar cards compacter */
  .pijlers { gap: 1rem; }
  .pijler { padding: 1.2rem 1rem; }
  .pijler-ico { width: 36px; height: 36px; margin-bottom: 0.6rem; }
  .pijler-ico svg { width: 18px; height: 18px; }
  .pijler h3 { font-size: 15px; margin-bottom: 0.35rem; }
  .pijler p { font-size: 13px; line-height: 1.5; }

  /* Arrangement-grid compact */
  .arr-grid { gap: 0.85rem; }
  .arr { padding: 1.1rem; }
  .arr h3 { font-size: 18px; }
  .arr .tl { font-size: 13px; margin-bottom: 0.7rem; }
  .arr-meta { font-size: 12px; gap: 0.85rem; margin-bottom: 0.7rem; }
  .arr-foot { padding-top: 0.7rem; }
  .arr-foot .pr { font-size: 22px; }

  /* USP-strip compact */
  .usp-strip { padding: 0.85rem 0; }
  .usp-grid { gap: 1rem; }

  /* Clients-section opdrachtgevers compact */
  .clients-section { padding: 2rem 0; }
  .clients-list { margin: 1.25rem 0 0.5rem; padding: 1rem; gap: 1.25rem 2rem; }

  /* CTA section compact */
  .cta { padding: 2rem 1.25rem; }

  /* Lookbook compact */
  .lb-row { margin-bottom: 1.75rem; }

  /* Detail-card sidebar compact */
  .detail-card { padding: 1.25rem; }
}

/* ============================================================
   PROVINCIE-PAGINA's: FAQ uitklap + table styling
   Toegevoegd 8-jun-2026 voor /provincies/*.html en /tarieven.html
   ============================================================ */
.faq-prov { margin-top: 1rem; }
.faq-q-prov {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--frame);
  border-radius: 8px;
  margin-bottom: .7rem;
  padding: 0;
  overflow: hidden;
  transition: background .2s;
}
.faq-q-prov[open] {
  background: rgba(255,255,255,0.07);
}
.faq-q-prov summary {
  cursor: pointer;
  padding: 1rem 1.2rem;
  list-style: none;
  font-family: 'Fraunces', serif;
  font-size: 1.05rem;
  color: var(--chalk);
  position: relative;
  padding-right: 2.5rem;
}
.faq-q-prov summary::-webkit-details-marker { display: none; }
.faq-q-prov summary::after {
  content: "+";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--amber);
  transition: transform .3s;
}
.faq-q-prov[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(0deg);
}
.faq-q-prov summary:hover {
  color: var(--amber);
}
.faq-q-prov .faq-a {
  padding: 0 1.2rem 1.1rem 1.2rem;
  font-family: 'Inter', sans-serif;
  font-size: .96rem;
  line-height: 1.6;
  color: var(--chalk-soft, #d8d2c1);
  opacity: 0.92;
}

/* Tarieven-tabel styling op prijspagina's */
.prose table {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--frame);
  border-radius: 6px;
  overflow: hidden;
}
.prose table th {
  background: rgba(255,255,255,0.06);
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: var(--amber);
}
.prose table td {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.prose table tr:last-child td {
  border-bottom: none;
}

/* Blockquote testimonial op provincie-pagina's */
blockquote {
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  position: relative;
}
blockquote::before {
  content: "\201C";
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
  font-size: 3.5rem;
  color: var(--amber);
  font-family: 'Fraunces', serif;
  opacity: 0.3;
  line-height: 1;
}
