/* Gerichte boekroute en de vier stappen van UNPACK op de homepage. */
.ff-brand .service-card {
  box-shadow: 0 3px 10px rgba(9, 9, 11, .08);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1), translate .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ff-brand .service-card:focus-within {
  translate: 0 -6px;
  border-color: rgba(0, 176, 80, .55);
  box-shadow: 0 22px 44px -18px rgba(9, 9, 11, .4), 0 8px 16px -10px rgba(9, 9, 11, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
}
@media (hover: hover) and (pointer: fine) {
  .ff-brand .service-card:hover {
    translate: 0 -6px;
    border-color: rgba(0, 176, 80, .55);
    box-shadow: 0 22px 44px -18px rgba(9, 9, 11, .4), 0 8px 16px -10px rgba(9, 9, 11, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ff-brand .service-card:hover,
  .ff-brand .service-card:focus-within { translate: none; }
}
.ff-brand .hero-ctas { flex-direction: column; align-items: flex-start; gap: 14px; }
.ff-brand .hero-ctas .home-cta-note { margin: 0; max-width: 520px; font-size: .875rem; line-height: 1.65; color: #c4cdc6; text-align: left; }
.home-cta-note span { display: block; margin-top: 6px; color: #aebbb2; }
.home-service-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 2px; }
.home-service-links a { color: #fafafa; font-size: .875rem; line-height: 1.6; text-decoration: underline; text-underline-offset: 4px; min-height: 44px; display: inline-flex; align-items: center; }
.home-method { scroll-margin-top: 100px; }
.home-method.brand-dark .home-method-number,
.home-method.brand-dark .home-method-link { color: #00d361; }
.home-method.brand-dark .home-method-step p { color: #c4cdc6; }
.home-method-steps { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.home-method-step { display: flex; flex-direction: column; padding: 24px 0 0; border-top: 3px solid #00b050; min-width: 0; }
.home-method-number { display: block; margin-bottom: 22px; font: 600 .75rem/1.5 var(--font-mono); letter-spacing: .08em; text-transform: uppercase; color: #00692b; }
.home-method-step h3 { font-size: clamp(1.35rem, 2vw, 1.6rem); line-height: 1.15; letter-spacing: -.03em; color: #09090b; margin: 0 0 18px; }
.home-method-step p { font-size: 1rem; line-height: 1.7; color: #3f3f46; margin: 0; }
.home-method-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 28px; color: #00692b; font-size: .9375rem; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.home-about-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch; gap: clamp(28px, 5vw, 64px); }
.home-about-copy p { margin: 0 0 18px; color: #3f3f46; font-size: 1.0625rem; line-height: 1.75; }
.home-about-copy p:last-child { margin-bottom: 0; }
.home-about-grid img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; object-position: 92% 92%; border-radius: 12px; }
.ff-brand .home-booking { background-color: #09090b; }
.home-booking .service-booking-intro p,
.home-booking .service-booking-help p { color: #c4cdc6; }
.home-booking .service-booking-help a { color: #00d361; }
.home-booking .service-booking-inner { max-width: 1072px; }
.home-booking .home-booking-content { color: #c4cdc6; }
.home-booking-disclosure { border: 0; }
.home-booking-disclosure > summary {
  display: flex; align-items: center; justify-content: center; gap: 16px; width: fit-content; max-width: 100%; min-height: 48px; padding: 14px 22px; border: 1px solid transparent; border-radius: 8px; background: #00b050; color: #062713; font-size: .9375rem; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none;
}
.home-booking-disclosure > summary::-webkit-details-marker { display: none; }
.home-booking-disclosure > summary::marker { content: ''; }
.home-booking-disclosure > summary:hover { background: #06c95e; }
.home-booking-disclosure > summary:focus-visible,
.home-method-link:focus-visible { outline: 3px solid #087f3c; outline-offset: 4px; }
.home-booking-disclosure > summary svg { flex-shrink: 0; transition: rotate .2s ease; }
.home-booking-disclosure[open] > summary svg { rotate: 180deg; }
.home-booking-content { padding-top: 28px; }
html:not(.js) .home-booking .service-booking-frame { display: none; }
@media(max-width:1000px) {
  .home-about-grid { grid-template-columns: 1fr; }
  .home-about-grid img { height: auto; min-height: 0; max-height: 440px; aspect-ratio: 16 / 10; }
}
@media(max-width:1000px) { .home-method-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; } }
@media(max-width:600px) {
  .home-method-steps { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .home-method-step { padding-top: 18px; }
  .home-method-number { margin-bottom: 12px; }
  .home-method-step h3 { font-size: 1.5rem; }
  .home-booking-disclosure > summary { width: 100%; }
}
