/* ============================================================
   OnDestination - Complete event organisatie page
   Builds on colors_and_type.css + home.css + aanbod.css +
   design-drukwerk.css + fotografie.css.
   Reuses .pg-header, .reel-strip, .svc-cluster / .svc-card,
   .compose-d / .bd-list, .band-kicker / .disc-grid, .net-why,
   .disc-cta, .proc-grid / .match-head, .aud-grid and the advies
   band. Adds only the band-head accent colour, the dual disc-cta
   actions and small partner-tile / venn touches unique to this
   hub page.
   ============================================================ */

/* 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;
}

/* Generic band-head heading accent (matches the per-component <em> rules) */
.band.paper .band-head h2 em,
.band.paper .match-head h3 em { font-style: normal; color: #3F8A00; }
.band.ink .band-head h2 em,
.band.dark .band-head h2 em {
  font-style: normal; color: #6FE000; text-shadow: 0 0 44px rgba(111,224,0,.32);
}

/* Dual CTA row under the partner grid (offerte + lichtere contact-route) */
.disc-cta .disc-cta-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
@media (max-width: 560px) {
  .disc-cta .disc-cta-actions { width: 100%; }
  .disc-cta .disc-cta-actions .btn { flex: 1 1 auto; justify-content: center; }
}

/* Lead-in line that sits above a band-kicker on the hub page (paper) */
.band.paper .band-subline {
  font-size: 15px; line-height: 1.6; color: #5a5a56; max-width: 60ch; margin: -8px 0 30px;
}

/* "via ons netwerk" footnote under the partner grid */
.disc-foot-note {
  font-size: 12.5px; letter-spacing: .02em; color: rgba(0,0,0,.42);
  margin: 4px 0 0; text-align: center;
}

/* ============================================================
   SERVICE FEATURE ROWS - one section per dienst (paper band)
   Alternating copy / visual, with explanation, chips and a link
   to the dedicated page. Replaces the compact svc-card grid.
   ============================================================ */
.svc-features { display: flex; flex-direction: column; gap: 30px; }
.svc-feature {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center;
  background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 22px;
  padding: 40px 44px;
  transition: border-color 240ms cubic-bezier(.22,.61,.36,1), box-shadow 240ms cubic-bezier(.22,.61,.36,1);
}
.svc-feature:hover { border-color: rgba(111,224,0,.4); box-shadow: 0 24px 54px rgba(0,0,0,.08); }
.svc-feature:nth-child(even) .sf-visual { order: -1; }

.sf-visual .ph {
  aspect-ratio: 4/3; width: 100%; border-radius: 16px; min-height: 240px;
}
.sf-visual .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: 11px; letter-spacing: .04em; color: rgba(0,0,0,.6);
  background: rgba(255,255,255,.78); border: 1px solid rgba(0,0,0,.08);
  padding: 6px 11px; border-radius: 999px;
}
.sf-visual .reel-cap::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #3F8A00; flex-shrink: 0; }

.sf-tag {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
  color: #3F8A00; margin: 0 0 16px;
}
.sf-tag .sf-ix { color: rgba(0,0,0,.3); }
.sf-tag .sf-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(0,0,0,.2); }
.svc-feature .sf-copy h3 {
  font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -.015em; line-height: 1.04; color: #0A0A0A; margin: 0 0 16px;
}
.svc-feature .sf-copy > p {
  font-size: 15.5px; line-height: 1.62; color: #5a5a56; margin: 0 0 22px; max-width: 48ch;
}
.sf-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 26px; }
.sf-chips span {
  font-size: 12px; color: #4A4A4A; padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(0,0,0,.13); background: rgba(0,0,0,.015); white-space: nowrap;
}
.sf-chips .sf-chip-more { color: #3F8A00; border-color: rgba(63,138,0,.3); font-weight: 600; }
.svc-feature .sf-copy .arrow-link { color: #0A0A0A; }

@media (max-width: 900px) {
  .svc-feature { grid-template-columns: 1fr; gap: 30px; padding: 30px; }
  .svc-feature .sf-visual { order: -1; }
  .sf-visual .ph { min-height: 200px; aspect-ratio: 16/10; }
}
@media (max-width: 560px) {
  .svc-feature { padding: 24px; }
}

/* Hero scope-line: the eleven things rolled into one event (dark hero) */
.scope-line {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 4px; padding: 0;
}
.scope-line span {
  font-size: 12.5px; color: rgba(248,245,238,.7); padding: 7px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.02); white-space: nowrap;
}
.scope-line .scope-more { color: #6FE000; border-color: rgba(111,224,0,.34); font-weight: 600; }

/* ============================================================
   STICKY OFFERTE BUTTON - appears once you scroll past the hero
   ============================================================ */
a.sticky-offerte {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: inherit; font-size: 14.5px; font-weight: 800; letter-spacing: .01em;
  color: #000; text-decoration: none; background: #6FE000; border: 0;
  padding: 15px 23px; border-radius: 999px;
  box-shadow: 0 16px 36px rgba(0,0,0,.3), 0 0 0 1px rgba(0,0,0,.04);
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(.96);
  transition: opacity 300ms cubic-bezier(.22,.61,.36,1), transform 300ms cubic-bezier(.22,.61,.36,1), box-shadow 220ms;
}
a.sticky-offerte.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
a.sticky-offerte:hover { color: #000; transform: translateY(-2px) scale(1); box-shadow: 0 22px 46px rgba(111,224,0,.34); }
.sticky-offerte svg { width: 16px; height: 16px; transition: transform 220ms cubic-bezier(.22,.61,.36,1); }
.sticky-offerte:hover svg { transform: translateX(3px); }
@media (max-width: 560px) {
  .sticky-offerte { right: 14px; bottom: 14px; padding: 13px 19px; font-size: 13.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-offerte { transition: opacity 200ms linear; transform: none; }
  .sticky-offerte.is-visible { transform: none; }
}
