/* ============================================================
   OnDestination - Foto- & videografie page
   Builds on colors_and_type.css + home.css + aanbod.css.
   Reuses .pg-header, .svc-cluster / .svc-card / .svc-kick,
   .pcard (partners.css), .proc-grid (design-drukwerk.css) and
   the advies band. Adds: the in-house reel strip and the
   two-tier (sfeerregistratie vs. specialisten) explainer.
   ============================================================ */

/* Active nav item (mirrors aanbod.css) */
.nav .ni-link.is-current { color: #F8F5EE; }
.nav .ni-link.is-current::after {
  content: ""; display: block; height: 2px; background: #6FE000;
  border-radius: 2px; margin-top: 3px;
}

/* ============================================================
   REEL STRIP  -  visual texture of what in-house captures (paper)
   ============================================================ */
.reel-strip {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; grid-auto-rows: 184px;
  gap: 14px; margin-bottom: 56px;
}
.reel-strip .ph { border-radius: 18px; }
.reel-strip .reel-tall { grid-row: span 1; }
.reel-strip .reel-cap {
  position: absolute; left: 14px; bottom: 13px; z-index: 2; display: inline-flex; align-items: center; gap: 8px;
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 400;
  color: #F8F5EE; background: rgba(0,0,0,.5); backdrop-filter: blur(4px);
  padding: 6px 11px; border-radius: 999px;
}
.reel-strip .reel-cap::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #6FE000; flex-shrink: 0; }

/* In-house cards never show a price; the kick line carries the framing */
.svc-card .svc-kick { margin-top: auto; padding-top: 14px; }
.svc-card .svc-desc + .svc-kick { margin-top: 14px; }

/* ============================================================
   TWO-TIER EXPLAINER  -  sfeerregistratie vs. specialisten (ink)
   ============================================================ */
.tier-head { margin-bottom: 44px; }
.tier-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.tier-card {
  position: relative; display: flex; flex-direction: column;
  background: #141414; border: 1px solid rgba(255,255,255,.09); border-radius: 24px;
  padding: 40px 38px 36px;
  transition: border-color 260ms cubic-bezier(.22,.61,.36,1), transform 260ms cubic-bezier(.22,.61,.36,1);
}
.tier-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.18); }
.tier-card.is-expert {
  border-color: rgba(111,224,0,.28);
  background:
    radial-gradient(ellipse 90% 80% at 100% 0%, rgba(111,224,0,.10), transparent 62%),
    #121712;
}
.tier-card.is-expert:hover { border-color: rgba(111,224,0,.5); }
.tier-num {
  display: inline-flex; align-items: center; gap: 11px; align-self: flex-start;
  font-size: 11.5px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700;
  color: rgba(248,245,238,.45); margin-bottom: 22px;
}
.tier-card.is-expert .tier-num { color: #6FE000; }
.tier-num::before { content: ""; width: 26px; height: 1.5px; background: currentColor; }
.tier-card h3 {
  font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -.02em; line-height: 1.04; color: #F8F5EE; margin: 0 0 8px;
}
.tier-card .tier-role {
  font-size: 13px; letter-spacing: .04em; color: rgba(248,245,238,.4); margin: 0 0 18px;
}
.tier-card > p {
  font-size: 15.5px; line-height: 1.62; color: rgba(248,245,238,.66); margin: 0 0 26px; max-width: 42ch;
}
.tier-list { list-style: none; margin: 0 0 28px; padding: 22px 0 0; display: grid; gap: 13px; border-top: 1px solid rgba(255,255,255,.09); }
.tier-list li { display: flex; align-items: flex-start; gap: 13px; font-size: 14.5px; line-height: 1.45; color: rgba(248,245,238,.78); }
.tier-list .tk {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; margin-top: 1px;
  background: rgba(255,255,255,.07); color: #F8F5EE;
}
.tier-card.is-expert .tier-list .tk { background: #6FE000; color: #0A0A0A; }
.tier-list .tk svg { width: 12px; height: 12px; }
.tier-card .tier-foot { margin-top: auto; }
.tier-card .arrow-link { color: #F8F5EE; }

/* ============================================================
   SPECIALISMEN  -  informational discipline tiles (paper)
   No names, no links: visitors learn what we cover, then we match.
   ============================================================ */
.band-kicker {
  font-size: 11.5px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700;
  color: rgba(0,0,0,.42); margin: 0 0 22px;
  display: flex; align-items: center; gap: 12px;
}
.band-kicker::after { content: ""; flex: 1; height: 1px; background: rgba(0,0,0,.12); }
.disc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 30px;
}
.disc-tile {
  position: relative; display: flex; flex-direction: column;
  background: #FBF9F3; border: 1px solid rgba(0,0,0,.10); border-radius: 20px;
  padding: 30px 30px 28px;
  transition: border-color 240ms cubic-bezier(.22,.61,.36,1), transform 240ms cubic-bezier(.22,.61,.36,1), box-shadow 240ms cubic-bezier(.22,.61,.36,1);
}
.disc-tile:hover {
  transform: translateY(-3px); border-color: rgba(0,0,0,.2);
  box-shadow: 0 18px 40px -26px rgba(0,0,0,.4);
}
.disc-ico {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 20px;
  background: #0A0A0A; color: #6FE000;
}
.disc-ico svg { width: 22px; height: 22px; }
.disc-tile h3 {
  font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(22px, 2.4vw, 27px);
  letter-spacing: -.015em; line-height: 1.05; color: #0A0A0A; margin: 0 0 6px;
}
.disc-tile .disc-kind {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 400;
  color: #8a8a86; margin: 0 0 14px;
}
.disc-tile p {
  font-size: 14.5px; line-height: 1.58; color: #555350; margin: 0;
}

/* Reassurance trio: how the network actually works (paper) */
.net-why {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid rgba(0,0,0,.12); border-radius: 20px; overflow: hidden;
  background: #fff;
}
.net-cell { padding: 32px 32px 34px; border-left: 1px solid rgba(0,0,0,.1); }
.net-cell:first-child { border-left: none; }
.net-cell .nc-ico {
  width: 34px; height: 34px; display: grid; place-items: center; color: #0A0A0A; margin-bottom: 16px;
}
.net-cell .nc-ico svg { width: 26px; height: 26px; }
.net-cell h4 {
  font-size: 16px; font-weight: 700; letter-spacing: -.01em; color: #0A0A0A; margin: 0 0 8px;
}
.net-cell p { font-size: 14px; line-height: 1.56; color: #555350; margin: 0; }

/* Single, calm CTA under the discipline grid - dark strip pops on paper */
.disc-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  margin: 28px 0 44px; padding: 30px 34px;
  background: #0A0A0A; border: 1px solid #0A0A0A; border-radius: 18px;
}
.disc-cta p {
  font-size: 15px; line-height: 1.55; color: rgba(248,245,238,.82); margin: 0; flex: 1; min-width: 260px; max-width: 62ch;
}
.disc-cta .btn { flex-shrink: 0; }
@media (max-width: 560px) {
  .disc-cta { padding: 26px; }
  .disc-cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 900px) {
  .disc-grid { grid-template-columns: repeat(2, 1fr); }
  .net-why { grid-template-columns: 1fr; }
  .net-cell { border-left: none; border-top: 1px solid rgba(0,0,0,.1); }
  .net-cell:first-child { border-top: none; }
}
@media (max-width: 560px) {
  .disc-grid { grid-template-columns: 1fr; }
}

/* Connect-process sits under the partner grid in the same band */
.match-head {
  margin: 72px 0 28px; padding-top: 40px; border-top: 1px solid rgba(0,0,0,.12);
  display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
}
.match-head h3 {
  font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.02em; line-height: 1; margin: 0; color: #0A0A0A; flex: 1;
}
.match-head .ct {
  font-size: 11.5px; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(0,0,0,.32); font-weight: 700; white-space: nowrap;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .reel-strip { grid-template-columns: 1fr 1fr; grid-auto-rows: 168px; }
}
@media (max-width: 900px) {
  .tier-split { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .reel-strip { grid-template-columns: 1fr 1fr; grid-auto-rows: 132px; gap: 10px; margin-bottom: 44px; }
  .tier-card { padding: 32px 26px 30px; }
}
