/* ============================================================
   Bread hero · slof feature · cutout toonbank · taarten band
   Restrained & readable. Solid header (no transparent overlay),
   one calm photo for the slof, plain copy. Loaded after sections.css.
   ============================================================ */

/* shared light-on-dark tokens (used by bread hero + taarten band) */
.cine__eyebrow { font-family: var(--font-body); font-size: .76rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em; color: var(--accent-on-dark);
  display: inline-flex; align-items: center; gap: .7em; }
.cine__eyebrow::before { content: ""; width: 2em; height: 1px; background: currentColor; opacity: .75; }
.cine__cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.cine__btn { display: inline-flex; align-items: center; gap: .6em;
  padding: 1em 1.7em; border-radius: 999px; font-weight: 600; font-size: 1rem; cursor: pointer;
  transition: transform .2s, box-shadow .2s; }
.cine__btn--p { background: var(--accent); color: var(--btn-ink); box-shadow: 0 14px 28px -16px color-mix(in srgb, var(--accent) 70%, transparent); }
.cine__btn--p:hover { transform: translateY(-2px); }
.cine__btn--o { border: 1.5px solid rgba(247,238,221,.45); color: #f7eedd; }
.cine__btn--o:hover { border-color: #f7eedd; }
.cine__trust { margin-top: 24px; display: flex; align-items: center; gap: 12px; color: #e3d2b8; font-size: .92rem; font-weight: 600; }
.cine__trust .stars { color: var(--star); letter-spacing: 1px; }

/* ---------- Bread hero (baking-bread video header) ---------- */
.bread-hero { position: relative; min-height: 90vh; display: grid; align-items: end;
  overflow: hidden; isolation: isolate; z-index: 1; }
.bread-hero__video { position: absolute; inset: 0; z-index: 0; }
.bread-hero__video video { width: 100%; height: 100%; object-fit: cover; display: block; }
.bread-hero__veil { position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(20,12,6,.88), rgba(20,12,6,.1) 56%, rgba(20,12,6,.42)),
    linear-gradient(105deg, rgba(20,12,6,.5), rgba(20,12,6,0) 60%); }
.bread-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1240px;
  margin-inline: auto; padding: 0 var(--gutter, 64px) clamp(54px, 8vh, 104px); color: #f7eedd; }
.bread-hero h1 { font-family: var(--font-display); font-weight: 380;
  font-size: clamp(2.8rem, 6.4vw, 5.6rem); line-height: .96; letter-spacing: -.02em;
  color: #fbf4e6; margin-top: 16px; max-width: 18ch; text-wrap: balance; }
.bread-hero__sub { margin-top: 18px; font-size: clamp(1.06rem, 1.4vw, 1.24rem); line-height: 1.55;
  color: #e6d6bd; max-width: 46ch; }
.bread-hero__seal { position: absolute; top: clamp(96px, 14vh, 150px); right: clamp(20px, 5vw, 64px);
  z-index: 3; width: clamp(76px, 8vw, 104px); color: var(--accent-on-dark); pointer-events: none;
  filter: drop-shadow(0 3px 12px rgba(20,12,6,.5)); }
.bread-hero__seal svg { width: 100%; transform: rotate(-7deg); }
.bread-hero__seal text { fill: currentColor; }
.bread-hero__seal .seal-curve { font-family: var(--font-body); font-size: 8px; font-weight: 600; letter-spacing: .14em; }
.bread-hero__seal .seal-since { font-family: var(--font-body); font-size: 7px; font-weight: 600; letter-spacing: .3em; }
.bread-hero__seal .seal-year { font-family: var(--font-display); font-size: 23px; font-weight: 600; }
.bread-hero__seal .seal-place { font-family: var(--font-body); font-size: 6.3px; font-weight: 600; letter-spacing: .16em; }
@media (max-width: 560px) { .bread-hero__seal { width: 70px; top: 84px; } }

/* seal per variant: B toont de getekende zegel, A het echte beeldmerk
   als bakkerssticker (cream schijf + rode "B") */
.bread-hero__seal .seal-mark { display: none; }
[data-direction="bouman"] .bread-hero__seal .seal-svg { display: none; }
[data-direction="bouman"] .bread-hero__seal .seal-mark { display: block; position: relative; }
.seal-mark__disc {
  width: 100%; aspect-ratio: 1; border-radius: 50%;
  background: #FAF5EC; display: grid; place-items: center;
  box-shadow: 0 10px 26px -12px rgba(20,12,6,.6);
  transform: rotate(-7deg);
}
.seal-mark__disc img { width: 56%; height: auto; }
/* absoluut gepositioneerd zodat de nowrap-tekst de zegel niet oprekt */
.seal-mark__since {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  font-family: var(--font-body); font-size: .6rem; font-weight: 700;
  letter-spacing: .22em; color: #f7eedd; white-space: nowrap;
}
@media (max-width: 560px) {
  .seal-mark__since { font-size: .5rem; letter-spacing: .12em; }
}

/* ---------- Slof feature (one calm photo, gentle reveal) ---------- */
.slof-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.slof-feature__media { position: relative; display: grid; place-items: center; min-height: 320px; }
.slof-feature__media::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%); }
.slof-feature__media img { position: relative; max-width: 92%;
  filter: drop-shadow(0 28px 32px rgba(59,42,29,.28)) saturate(1.03); }
.slof-feature__copy { max-width: 42ch; }
.slof-feature__copy .h-lg { margin-top: 14px; }
.slof-feature__copy .lead { margin-top: 14px; }
.slof-feature__copy .linkarrow { margin-top: 22px; }
@media (max-width: 820px) { .slof-feature { grid-template-columns: 1fr; } .slof-feature__media { order: -1; min-height: 240px; } }

/* ---------- Toonbank: cutout-object cards ---------- */
.toonbank { background: var(--bg); position: relative; z-index: 2; padding-block: clamp(72px, 9vw, 130px); }
.toonbank__head {
  max-width: var(--maxw, 1180px); margin: 0 auto clamp(40px, 5vw, 72px); padding-inline: var(--gutter, 64px);
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; align-items: end; }
.toonbank__head h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.015em;
  font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1; margin-top: 14px; color: var(--ink); }
.toonbank__head .lead { color: var(--ink-soft); font-size: 1.1rem; line-height: 1.6; }

.toonbank__grid {
  max-width: var(--maxw, 1180px); margin: 0 auto; padding-inline: var(--gutter, 64px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 30px); }
.pcard {
  position: relative; border-radius: 18px; padding: 26px 26px 24px;
  background: linear-gradient(170deg, #fffdf8, var(--surface));
  border: 1px solid var(--line); box-shadow: 0 24px 44px -34px rgba(59,42,29,.5);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s; overflow: hidden; }
.pcard::before { content: ""; position: absolute; top: -6%; left: 50%; transform: translateX(-50%);
  width: 76%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 16%, transparent), transparent 68%); pointer-events: none; }
.pcard:hover { transform: translateY(-6px); box-shadow: 0 36px 56px -34px rgba(59,42,29,.55); }
.pcard__stage { position: relative; height: 184px; display: grid; place-items: center; margin-bottom: 16px; }
.pcard__stage img { max-height: 184px; max-width: 90%; border-radius: 12px;
  filter: drop-shadow(0 18px 18px rgba(59,42,29,.28)) saturate(1.03);
  transition: transform .45s cubic-bezier(.2,.7,.3,1); }
.pcard:hover .pcard__stage img { transform: scale(1.05) translateY(-3px); }
.pcard__tag { position: absolute; top: 0; left: 0; z-index: 2; font-size: .66rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent-2);
  background: color-mix(in srgb, var(--accent) 14%, #fffdf8); padding: .5em .85em; border-radius: 999px; }
.pcard h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; color: var(--ink); }
.pcard p { margin-top: 5px; font-size: .94rem; line-height: 1.5; color: var(--ink-soft); }

@media (max-width: 920px) { .toonbank__grid { grid-template-columns: repeat(2, 1fr); } .toonbank__head { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .toonbank__grid { grid-template-columns: 1fr; } }

/* ---------- Taarten band (dark, real colour) ---------- */
.bband { position: relative; z-index: 2; background: #1a120b; color: #f6ecdc; overflow: hidden;
  padding-block: clamp(80px, 10vw, 140px); }
.bband__glow { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(48% 58% at 72% 50%, rgba(255,170,70,.18), transparent 60%); }
.bband__inner { position: relative; max-width: var(--maxw, 1180px); margin: 0 auto; padding-inline: var(--gutter, 64px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.bband h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.015em;
  font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1; color: #fbf4e6; }
.bband p { margin-top: 18px; font-size: 1.12rem; line-height: 1.6; color: #e0cdb0; max-width: 40ch; }
.bband__list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.bband__list li { display: flex; gap: 12px; align-items: flex-start; color: #e7d6ba; font-size: 1rem; }
.bband__list .ic { color: var(--accent-on-dark); margin-top: .18em; flex: none; }
.bband__obj { position: relative; display: grid; place-items: center; min-height: 360px; }
.bband__obj::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,196,110,.36), transparent 64%); }
.bband__obj img { position: relative; max-width: 80%;
  filter: drop-shadow(0 40px 46px rgba(0,0,0,.55)) saturate(1.1) contrast(1.03); }
@media (max-width: 860px) { .bband__inner { grid-template-columns: 1fr; } .bband__obj { order:-1; min-height: 280px; } }

/* ---------- Kaasstengels signatuurband (echte foto, donker) ---------- */
.bband--kaas .bband__glow { background: radial-gradient(48% 58% at 26% 50%, rgba(255,170,70,.15), transparent 60%); }
.kaas__media { margin: 0; justify-self: center; align-self: center; }
/* bronfoto is 480×640 — nooit breder tonen dan ~420px (resolutielimiet) */
.kaas__media img {
  width: min(100%, 400px); height: auto; border-radius: var(--radius);
  box-shadow: 0 44px 70px -42px rgba(0,0,0,.85);
}
.kaas__media figcaption {
  margin-top: 12px; font-size: .84rem; color: rgba(246,236,220,.62); text-align: center;
}
.kaas__quote {
  margin: 24px 0 0; padding-left: 18px;
  border-left: 2px solid var(--accent-on-dark);
  font-family: var(--font-display); font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.35; color: #fbf4e6;
}
.kaas__quote cite {
  display: block; margin-top: 8px; font-family: var(--font-body);
  font-style: normal; font-size: .84rem; color: rgba(246,236,220,.62);
}
@media (max-width: 860px) {
  .kaas__media { order: -1; }
  .kaas__media img { width: min(70vw, 340px); }
}

/* ---------- Reviews: 3 columns ---------- */
.review-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .review-grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .review-grid.cols-3 { grid-template-columns: 1fr; } }

/* ---------- Agency photo collage ---------- */
.collage__head { margin-bottom: clamp(28px, 4vw, 48px); }
.collage__line { font-family: var(--font-display); font-weight: 400; letter-spacing: -.01em;
  font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.05; color: var(--ink); margin-top: 12px; max-width: 24ch; }
.collage__grid {
  display: grid; gap: clamp(12px, 1.6vw, 22px);
  grid-template-columns: 1.45fr 1fr 1fr;
  grid-template-rows: clamp(150px, 17vw, 224px) clamp(150px, 17vw, 224px) clamp(170px, 19vw, 250px) clamp(230px, 27vw, 380px);
  grid-template-areas:
    "a a b"
    "a a b"
    "c d e"
    "f f f";
}
.collage__item { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden;
  background: var(--surface); box-shadow: 0 24px 44px -34px rgba(59,42,29,.45); }
.collage__item img { width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.collage__item:hover img { transform: scale(1.04); }
.c-a { grid-area: a; } .c-b { grid-area: b; } .c-c { grid-area: c; } .c-d { grid-area: d; } .c-e { grid-area: e; } .c-f { grid-area: f; }
@media (max-width: 760px) {
  .collage__grid { grid-template-columns: 1fr 1fr;
    grid-template-rows: clamp(170px, 46vw, 240px) clamp(130px, 34vw, 190px) clamp(130px, 34vw, 190px) clamp(150px, 40vw, 220px);
    grid-template-areas: "a a" "b c" "d e" "f f"; }
}
@media (max-width: 460px) {
  .collage__grid { grid-template-columns: 1fr; grid-auto-rows: 56vw;
    grid-template-rows: none; grid-template-areas: "a" "b" "c" "d" "e" "f"; }
}

/* ---------- Contact: storefront photo + Google Maps stack ---------- */
.visit__media { display: flex; flex-direction: column; gap: 16px; }
.visit__photo { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9;
  background: var(--surface); border: 1px solid var(--line); }
.visit__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.visit__media .map { flex: 1; min-height: 280px; }
@media (max-width: 960px) { .visit__photo { aspect-ratio: 2 / 1; } }
