/* Praktisch — versie 4 (vier in een vierkant raster).
   Overgenomen uit praktisch-beeldgroep.css, maar gescoped onder .specs zodat
   generieke klassen (.opt, .row, .two, .ic) niets elders op de pagina raken.
   .opt is bewust NIET overgenomen: die naam is op deze pagina al in gebruik
   voor de "optioneel"-labels in het offerteformulier (caravan-2.css). */

.specs .ph{margin-bottom:28px;max-width:62ch}
.specs .ph h3{margin:0;font-family:var(--font-heading);font-size:34px;line-height:1.1;color:var(--dark)}
.specs .ph p{margin:12px 0 0;color:var(--muted)}

.specs .two{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}

.specs .rows{display:flex;flex-direction:column}
.specs .rows__head{margin-bottom:20px}
.specs .rows__head h3{margin:0;font-family:var(--font-heading);font-size:34px;line-height:1.1;color:var(--dark)}
.specs .rows__head p{margin:12px 0 0;color:var(--muted);max-width:52ch}
.specs .rows__head + .row{border-top:1px solid var(--grey-line)}
.specs .row{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:start;padding:15px 0;border-bottom:1px solid var(--grey-line)}
.specs .row b{display:block;font-family:var(--font-heading);font-size:16px;color:var(--dark);margin-bottom:2px}
.specs .row span{font-size:15px;line-height:1.45;color:var(--text)}
.specs .ic{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:50%;background:var(--cream)}
.specs .ic svg{width:16px;height:16px;fill:var(--yellow)}

.specs .sh{margin:0;overflow:hidden;background:var(--grey-100);border-radius:var(--radius-md)}
.specs .sh img{width:100%;height:100%;object-fit:cover;display:block}

/* D. vier in een vierkant raster */
.specs .g-quad{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.specs .g-quad .sh{aspect-ratio:1/1}

.specs .call{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:22px}
.specs .call small{font-size:13px;color:var(--muted)}

@media (max-width:1024px){
  .specs .two{grid-template-columns:1fr;gap:28px}
  .specs .two__copy{order:1}
  .specs .two__media{order:0}   /* beeld boven de lijst op mobiel en tablet */
}
@media (max-width:640px){
  .specs .ph h3,.specs .rows__head h3{font-size:26px}
  .specs .g-quad{gap:8px}
}

/* Speelse foto-fan, zelfde idee als bij "Meer dan een photobooth" */
.specs .specs__fan{position:relative;aspect-ratio:1/1;padding-bottom:10px}
.specs .specs__fan figure{position:absolute;margin:0;border-radius:var(--radius-md);overflow:hidden;background:var(--grey-100);box-shadow:0 12px 30px rgba(30,24,16,.16)}
.specs .specs__fan figure img{width:100%;height:100%;object-fit:cover;display:block}
.specs .specs__fan figure:nth-child(1){inset:2% 26% 26% 0;transform:rotate(-3deg)}
.specs .specs__fan figure:nth-child(2){width:50%;aspect-ratio:1;right:0;top:0;transform:rotate(4deg)}
.specs .specs__fan figure:nth-child(3){width:42%;aspect-ratio:3/4;left:12%;bottom:0;transform:rotate(-2deg)}
.specs .specs__fan figure:nth-child(4){width:40%;aspect-ratio:4/3;right:2%;bottom:6%;transform:rotate(3deg)}
@media (max-width:1024px){.specs .specs__fan{aspect-ratio:4/3}}
@media (max-width:640px){.specs .specs__fan{aspect-ratio:1/1}}
