/* Compactere maatvoering voor alle publieke Shipservice-pagina's. */
.site-header { min-height: 70px; grid-template-columns: 285px 1fr 145px; }
.brand { padding-block: 7px; }
.brand-logo { width: 225px; }
h1 { font-size: clamp(3rem, 6.3vw, 6.6rem); }
h2 { font-size: clamp(2.3rem, 4.1vw, 4.4rem); }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.8rem); }
.hero { min-height: clamp(470px, 68svh, 650px); }
.hero-content { padding-block: 45px 58px; }
.hero h1 { max-width: 1050px; margin: 12px 0 10px; }
.hero-sub { margin-bottom: 20px; }
.spec-strip span { padding-block: 12px; }
.editorial { min-height: 0; }
.section-side { padding-block: 28px; }
.editorial-copy { padding: clamp(35px, 4vw, 65px) clamp(28px, 4vw, 60px); }
.editorial-copy h2 { margin-bottom: 20px; }
.richtext { font-size: 16px; line-height: 1.62; }
.richtext h2 { font-size: clamp(2rem, 3vw, 3.3rem); margin: 28px 0 12px; }
.richtext h3 { font-size: 1.8rem; margin: 24px 0 10px; }
.richtext p { margin-bottom: .9em; }
.routes-head { padding: 42px 4vw 28px; }
.route-grid a { min-height: 185px; padding: 18px 24px; }
.route-grid strong { font-size: clamp(2.2rem, 3vw, 3.3rem); }
.wide-image { height: 390px; }
.page-intro { padding: 50px 4vw 44px; }
.page-intro h1 { margin-top: 12px; }
.page-intro p { margin-top: 17px; font-size: 17px; }
.page-intro .button { margin-top: 18px; }
.sub-image { height: min(39vw, 410px); }
.content-layout aside { padding: 38px 3vw; gap: 22px; }
.content-layout > .richtext { padding: 38px min(6vw, 75px); }
.project-images { height: 245px; }
.project:nth-child(3) .project-images { height: 450px; }
.project-caption { padding: 16px 20px; }
.source-gallery img { height: 290px; }
.partner-logos img { height: 120px; padding: 16px; }
.contact-grid > div, .contact-grid form { padding: 42px 5vw; }
.contact-grid p { margin-bottom: 25px; font-size: 17px; }
.footer-main { padding: 46px 4vw 52px; }
.footer-main strong { font-size: clamp(2.6rem, 4vw, 4.5rem); }
@media (max-width: 1050px) {
  .site-header { grid-template-columns: 230px 1fr 120px; }
  .brand-logo { width: 195px; }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; }
  .brand-logo { width: 195px; }
  .mainnav { top: 64px; }
  .mainnav a { padding: 12px 20px; }
  .hero { min-height: 500px; }
  .hero-content { padding: 46px 24px 42px; }
  .hero h1 { font-size: clamp(3rem, 10vw, 4.7rem); }
  .editorial-copy { padding: 38px 24px; }
  .editorial-image { height: 270px; }
  .routes-head { padding: 38px 24px 25px; }
  .route-grid a { min-height: 140px; padding: 18px 24px; }
  .route-grid strong { margin: 15px 0; }
  .wide-image { height: 300px; }
  .page-intro { padding: 42px 24px 36px; }
  .page-intro h1 { font-size: clamp(3rem, 10vw, 4.8rem); }
  .sub-image { height: 280px; }
  .content-layout aside { padding: 22px 24px; }
  .content-layout > .richtext { padding: 35px 24px; }
  .project-images { height: 220px; }
  .project:nth-child(3) .project-images { height: 350px; }
  .source-gallery img { height: 230px; }
  .contact-grid > div, .contact-grid form { padding: 35px 24px; }
  .footer-main { padding: 40px 24px; }
}

/* Grote projectfoto's dragen de brede vlakken; kleine bronfoto's blijven klein. */
.hero-media img { object-position: center 55%; }
.editorial-image img { object-position: center 58%; }
.sub-image img { object-position: center 68%; }
.wide-image img { object-position: center 62%; }
.source-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 20px; background: var(--ink); }
.source-gallery img { flex: none; width: auto; max-width: 100%; height: auto; max-height: 169px; object-fit: contain; }

/* Projecten zijn opeenvolgende dossiers met vaste beeldverhoudingen. */
.project-grid { display: block; border-top: 1px solid var(--ink); }
.project { display: grid; grid-template-columns: minmax(270px, 30%) minmax(0, 1fr); border-right: 0; border-bottom: 1px solid var(--ink); }
.project-caption { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding: clamp(24px, 3vw, 52px); border-right: 1px solid var(--ink); background: var(--paper); }
.project-caption span { padding: 6px 8px; background: var(--signal); color: var(--ink); }
.project-caption h2 { max-width: 19ch; margin: 0; font: 700 clamp(1.8rem, 2.6vw, 3.2rem)/1.05 'Barlow Condensed', Arial, sans-serif; text-transform: none; letter-spacing: -.015em; }
.project-images, .project:nth-child(3) .project-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; align-content: start; min-width: 0; height: auto; gap: 1px; }
.project-images--four, .project:nth-child(3) .project-images--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.project-images figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; margin: 0; aspect-ratio: 1.45; background: var(--ink); }
.project-images--four figure { aspect-ratio: 1.15; }
.project-images img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.project-images figcaption { padding: 10px 14px; border-top: 1px solid var(--line); color: var(--signal); font: 600 11px/1.3 'IBM Plex Mono', monospace; letter-spacing: .05em; }

/* Kleine archiefbeelden horen bij de lopende tekst van hun pagina. */
.content-layout aside { align-items: flex-start; }
.aside-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; width: 100%; margin-top: 18px; border: 1px solid var(--ink); background: var(--ink); }
.aside-gallery figure { display: flex; flex-direction: column; min-width: 0; margin: 0; background: var(--paper); }
.aside-gallery figure:only-child { grid-column: 1 / -1; }
.aside-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 260 / 169; object-fit: cover; }
.aside-gallery figcaption { min-height: 38px; padding: 9px 10px; color: var(--ink); font: 600 10px/1.35 'IBM Plex Mono', monospace; text-transform: uppercase; }
@media (max-width: 1050px) {
  .project { grid-template-columns: minmax(240px, 34%) minmax(0, 1fr); }
  .project-images--four, .project:nth-child(3) .project-images--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .project { display: flex; flex-direction: column; }
  .project-caption { border-right: 0; border-bottom: 1px solid var(--ink); gap: 12px; }
  .project-caption h2 { max-width: 28ch; }
  .project-images figure { aspect-ratio: 1.1; }
  .content-layout aside { flex-direction: column; }
  .aside-gallery { max-width: 520px; }
}
