:root {
  --blue: #1248ff;
  --blue-dark: #0a31c9;
  --ink: #0a0a0c;
  --paper: #ffffff;
  --mist: #eef1f6;
  --line: #c7ccd5;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--paper); border: 2px solid var(--ink); padding: 10px 14px; font-weight: 700; }
.skip:focus { top: 12px; }

.site-header { min-height: 90px; border-bottom: 2px solid var(--ink); display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(150px, 1fr); align-items: stretch; padding: 0 max(20px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; padding-right: 24px; }
.brand-tap { display: inline-grid; place-items: center; width: 74px; height: 52px; background: var(--blue); color: #fff; font-size: 28px; font-weight: 900; transform: skew(-6deg); }
.brand-domain { font-size: 12px; font-weight: 700; }
.site-header nav { display: flex; align-items: stretch; border-left: 1px solid var(--line); }
.site-header nav a { display: grid; place-items: center; padding: 0 20px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.site-header nav a:hover, .site-header nav a:focus-visible { background: var(--blue); color: #fff; }
.search-open { justify-self: end; align-self: center; display: flex; align-items: center; gap: 8px; border: 0; background: transparent; min-height: 44px; cursor: pointer; font-weight: 700; }
.search-open span:first-child { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 24px; line-height: 1; }

.frontline { max-width: var(--max); margin: 0 auto; border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); display: grid; grid-template-columns: 260px 1fr; min-height: 68px; }
.frontline-label { background: var(--ink); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 10px 24px; }
.frontline-label span { font-size: 12px; text-transform: uppercase; font-weight: 800; }
.frontline-label time { color: #aeb5c3; font-size: 12px; }
.frontline-track { display: flex; align-items: center; justify-content: space-around; overflow: hidden; padding: 0 20px; color: var(--blue); text-transform: uppercase; font-size: 13px; font-weight: 900; }
.frontline-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }

.lead-story { max-width: var(--max); margin: 0 auto; position: relative; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(370px, .75fr); background: var(--ink); color: #fff; min-height: 610px; }
.lead-photo { min-width: 0; overflow: hidden; clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%); }
.lead-photo img { height: 100%; object-fit: cover; }
.lead-copy { align-self: center; padding: 64px 70px 64px 28px; position: relative; z-index: 2; }
.kicker { display: inline-block; color: var(--blue); font-size: 12px; line-height: 1.2; text-transform: uppercase; font-weight: 900; border-bottom: 3px solid var(--blue); padding-bottom: 5px; }
.kicker.inverse { color: #fff; border-color: var(--blue); }
.lead-copy h1 { margin: 22px 0 18px; max-width: 560px; font-size: clamp(42px, 4.2vw, 72px); line-height: .96; letter-spacing: 0; }
.lead-copy h1 a:hover { color: #9db2ff; }
.lead-copy > p { color: #d8dce5; font-size: 18px; line-height: 1.5; max-width: 510px; }
.meta { display: flex; gap: 18px; color: #626a78; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.meta.inverse { color: #aeb5c3; margin: 26px 0; }
.read-link { display: inline-flex; align-items: center; gap: 14px; font-weight: 800; border-bottom: 2px solid currentColor; padding: 8px 0; }
.read-link span { color: var(--blue); font-size: 22px; }
.read-link.blue { color: var(--blue); }
.issue-stamp { position: absolute; right: -1px; top: -1px; width: 104px; height: 104px; background: var(--blue); display: flex; align-items: center; justify-content: center; gap: 8px; transform: rotate(3deg); }
.issue-stamp strong { font-size: 38px; line-height: 1; }
.issue-stamp span { font-size: 10px; line-height: 1.15; text-transform: uppercase; }

.editor-note { max-width: var(--max); margin: 0 auto; min-height: 180px; border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); display: grid; grid-template-columns: 180px minmax(0, 800px); align-items: center; gap: 54px; padding: 30px 7%; position: relative; }
.editor-note::after { content: ''; position: absolute; left: 57%; right: 0; top: 50%; height: 2px; background: var(--blue); }
.note-number { font-size: 76px; line-height: 1; color: var(--blue); font-weight: 900; }
.editor-note p { margin: 0; font-size: 20px; position: relative; z-index: 1; background: var(--paper); padding-right: 28px; }

.story-flow { max-width: var(--max); margin: 0 auto; border-top: 2px solid var(--ink); }
.teaser { display: grid; grid-template-columns: minmax(330px, .95fr) minmax(0, 1.05fr); min-height: 390px; border-bottom: 1px solid var(--ink); }
.teaser.reverse { grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); }
.teaser.reverse .teaser-image { order: 2; }
.teaser-image { overflow: hidden; background: var(--mist); }
.teaser-image img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.teaser-image:hover img { transform: scale(1.025); }
.teaser-copy { padding: 54px clamp(34px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--ink); }
.teaser.reverse .teaser-copy { border-left: 0; border-right: 1px solid var(--ink); }
.teaser h2 { margin: 18px 0 14px; font-size: clamp(31px, 3vw, 50px); line-height: 1.04; letter-spacing: 0; max-width: 700px; }
.teaser h2 a:hover { color: var(--blue); }
.teaser-copy > p { margin: 0 0 30px; color: #444b57; font-size: 17px; max-width: 680px; }
.teaser.dark { background: var(--ink); color: #fff; }
.teaser.dark .teaser-copy { border-color: #3e4148; }
.teaser.dark .teaser-copy > p { color: #c7ccd5; }
.teaser.compact { min-height: 330px; }

.category-band { max-width: var(--max); margin: 0 auto; background: var(--blue); color: #fff; display: grid; grid-template-columns: 170px repeat(3, 1fr); align-items: stretch; }
.category-band > p { margin: 0; background: var(--ink); display: grid; place-items: center; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.category-band > a { min-height: 180px; border-left: 1px solid rgba(255,255,255,.55); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; font-size: 22px; font-weight: 800; }
.category-band > a:hover { background: var(--blue-dark); }
.category-band > a span, .category-band > a small { font-size: 11px; text-transform: uppercase; font-weight: 700; }

.article-page { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 150px minmax(0, 890px) 1fr; column-gap: 42px; padding: 70px 36px 100px; }
.article-rail { border-top: 8px solid var(--blue); padding-top: 14px; display: flex; flex-direction: column; gap: 8px; font-size: 11px; text-transform: uppercase; font-weight: 800; }
.article-rail a { color: var(--blue); }
.article-header .eyebrow { color: var(--blue); text-transform: uppercase; font-weight: 900; font-size: 12px; margin: 0 0 20px; }
.article-header h1 { margin: 0; font-size: clamp(44px, 5.2vw, 76px); line-height: .98; letter-spacing: 0; }
.article-header > p:not(.eyebrow) { font-size: 21px; color: #424853; max-width: 760px; margin: 28px 0; }
.byline { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.article-hero { margin: 38px 0 45px; }
.article-hero img { aspect-ratio: 3 / 2; object-fit: cover; }
.article-hero figcaption { margin-top: 7px; color: #6c7380; font-size: 11px; }
.article-body { max-width: 760px; font-size: 18px; line-height: 1.72; }
.article-body .lead { font-size: 22px; line-height: 1.55; font-weight: 600; }
.article-body h2 { font-size: 36px; line-height: 1.12; margin: 64px 0 18px; letter-spacing: 0; }
.article-body h2::before { content: ''; display: block; width: 54px; height: 7px; background: var(--blue); margin-bottom: 18px; transform: skew(-18deg); }
.article-body h3 { font-size: 24px; line-height: 1.2; margin: 38px 0 12px; letter-spacing: 0; }
.article-body h4 { font-size: 18px; margin: 30px 0 8px; color: var(--blue); text-transform: uppercase; letter-spacing: 0; }
.article-body p { margin: 0 0 21px; }
.article-body ul { margin: 18px 0 28px; padding: 0; list-style: none; }
.article-body li { padding: 9px 0 9px 32px; border-bottom: 1px solid var(--line); position: relative; }
.article-body li::before { content: '→'; color: var(--blue); position: absolute; left: 0; font-weight: 900; }
.article-body table { width: 100%; border-collapse: collapse; margin: 28px 0 36px; font-size: 15px; }
.article-body th { background: var(--ink); color: #fff; text-align: left; }
.article-body th, .article-body td { padding: 13px; border: 1px solid var(--line); vertical-align: top; }
.more-stories { align-self: start; margin-top: 260px; border-top: 2px solid var(--ink); }
.section-label { font-size: 11px; text-transform: uppercase; font-weight: 900; }
.more-stories > a { display: block; border-top: 1px solid var(--line); padding: 18px 0; }
.more-stories img { aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 12px; }
.more-stories small { display: block; color: var(--blue); margin-bottom: 5px; text-transform: uppercase; font-size: 10px; font-weight: 800; }
.more-stories strong { display: block; line-height: 1.2; }

.category-page { max-width: var(--max); margin: 0 auto; }
.category-header { min-height: 330px; background: var(--blue); color: #fff; padding: 65px 8%; position: relative; overflow: hidden; }
.category-header > span { text-transform: uppercase; font-size: 12px; font-weight: 900; }
.category-header h1 { margin: 12px 0 18px; font-size: 3.5rem; line-height: .95; letter-spacing: 0; max-width: 920px; }
.category-header p { margin: 0; max-width: 560px; font-size: 18px; }
.category-header > strong { position: absolute; right: 5%; bottom: -42px; font-size: 190px; line-height: 1; color: rgba(0,0,0,.18); }
.category-list { border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.category-list article { display: grid; grid-template-columns: 100px minmax(300px, 480px) minmax(0, 1fr); gap: 0; border-bottom: 1px solid var(--ink); min-height: 330px; }
.list-number { padding: 28px; color: var(--blue); font-size: 30px; font-weight: 900; }
.list-photo { overflow: hidden; }
.list-photo img { height: 100%; object-fit: cover; }
.category-list article > div { padding: 42px clamp(30px, 5vw, 76px); align-self: center; }
.category-list h2 { margin: 16px 0 14px; font-size: clamp(30px, 3.4vw, 50px); line-height: 1.05; letter-spacing: 0; }
.category-list h2 a:hover { color: var(--blue); }
.category-list article > div > p:not(.meta) { color: #4b515c; max-width: 640px; }

footer { background: var(--ink); color: #fff; padding: 70px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 200px 1fr auto; align-items: start; gap: 32px; }
.footer-mark { font-size: 72px; line-height: .8; font-weight: 900; }
.footer-mark span { color: var(--blue); }
footer > p { margin: 0; max-width: 390px; color: #b6bdc9; }
footer nav { display: flex; flex-direction: column; gap: 10px; font-size: 13px; font-weight: 700; }
footer nav a:hover { color: #86a0ff; }
footer small { grid-column: 2; color: #747b88; }

.search-panel { width: min(760px, calc(100vw - 28px)); border: 0; border-top: 10px solid var(--blue); border-radius: 0; padding: 30px; box-shadow: 0 24px 80px rgba(0,0,0,.38); }
.search-panel::backdrop { background: rgba(0,0,0,.72); }
.search-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.search-head label { font-size: 28px; font-weight: 900; }
.search-close { width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; background: #fff; cursor: pointer; font-size: 28px; line-height: 1; }
#site-search { width: 100%; border: 0; border-bottom: 3px solid var(--ink); padding: 14px 2px; outline: 0; font-size: 18px; }
#site-search:focus { border-color: var(--blue); }
.search-hint { color: #737b88; font-size: 13px; }
#search-results { max-height: min(50vh, 480px); overflow: auto; }
.search-result { display: grid; grid-template-columns: 86px 1fr; gap: 16px; border-top: 1px solid var(--line); padding: 14px 0; }
.search-result img { width: 86px; height: 64px; object-fit: cover; }
.search-result small { display: block; color: var(--blue); text-transform: uppercase; font-weight: 800; font-size: 10px; }
.search-result strong { display: block; line-height: 1.2; margin-top: 4px; }
.search-empty { padding: 20px 0; font-weight: 700; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  .site-header nav { grid-row: 2; grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; overflow-x: auto; }
  .site-header nav a { min-height: 48px; white-space: nowrap; }
  .lead-story { grid-template-columns: 1.25fr .85fr; min-height: 540px; }
  .lead-copy { padding: 80px 40px 50px 20px; }
  .article-page { grid-template-columns: 110px minmax(0, 1fr); }
  .more-stories { display: none; }
}

@media (max-width: 760px) {
  .site-header { padding: 0 16px; }
  .site-header nav {
    min-width: 0;
    width: 100%;
    max-width: calc(100vw - 32px);
  }
  .brand-domain { display: none; }
  .brand-tap { width: 64px; height: 46px; font-size: 24px; }
  .search-open span:last-child { display: none; }
  .frontline { grid-template-columns: 1fr; border: 0; }
  .frontline-label { flex-direction: row; justify-content: space-between; gap: 16px; }
  .frontline-track { min-height: 48px; }
  .frontline-track span:nth-of-type(even), .frontline-track i:nth-of-type(even) { display: none; }
  .lead-story { display: flex; flex-direction: column; min-height: 0; }
  .lead-photo { clip-path: none; aspect-ratio: 4 / 3; }
  .lead-copy { padding: 38px 22px 46px; }
  .lead-copy h1 { font-size: 45px; }
  .lead-copy > p { font-size: 17px; }
  .issue-stamp { width: 82px; height: 82px; top: calc((100vw - 32px) * .75 - 28px); right: 14px; }
  .issue-stamp strong { font-size: 30px; }
  .editor-note { grid-template-columns: 72px 1fr; gap: 18px; padding: 30px 20px; border: 0; }
  .editor-note::after { display: none; }
  .note-number { font-size: 54px; }
  .editor-note p { font-size: 17px; padding: 0; }
  .teaser, .teaser.reverse { display: flex; flex-direction: column; min-height: 0; }
  .teaser.reverse .teaser-image { order: 0; }
  .teaser-image { aspect-ratio: 3 / 2; }
  .teaser-copy, .teaser.reverse .teaser-copy { padding: 34px 22px 40px; border: 0; }
  .teaser h2 { font-size: 34px; }
  .category-band { grid-template-columns: 1fr; }
  .category-band > p { min-height: 60px; }
  .category-band > a { min-height: 126px; border-left: 0; border-top: 1px solid rgba(255,255,255,.55); }
  .article-page { display: block; padding: 38px 20px 70px; }
  .article-rail { flex-direction: row; justify-content: space-between; margin-bottom: 34px; }
  .article-header h1 { font-size: 46px; }
  .article-header > p:not(.eyebrow) { font-size: 18px; }
  .article-hero { margin-left: 0; margin-right: 0; }
  .article-hero figcaption { padding: 0 20px; }
  .article-body { font-size: 17px; }
  .article-body .lead { font-size: 20px; }
  .article-body h2 { font-size: 31px; margin-top: 52px; }
  .article-body h3 { font-size: 22px; }
  .article-body table { display: block; overflow-x: auto; white-space: normal; }
  .category-header { min-height: 290px; padding: 50px 22px; }
  .category-header h1 { font-size: 2.75rem; overflow-wrap: break-word; }
  .category-header > strong { font-size: 130px; bottom: -25px; }
  .category-list article { display: grid; grid-template-columns: 64px 1fr; min-height: 0; }
  .list-number { padding: 18px 12px; font-size: 22px; }
  .list-photo { grid-column: 2; aspect-ratio: 3 / 2; }
  .category-list article > div { grid-column: 2; padding: 26px 18px 38px 0; }
  .category-list h2 { font-size: 32px; }
  footer { grid-template-columns: 1fr; padding: 55px 24px; }
  footer nav { border-top: 1px solid #484c54; padding-top: 20px; }
  footer small { grid-column: 1; }
  .search-panel { padding: 22px 18px; }
  .search-head label { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .teaser-image img { transition: none; }
}

/* editorial-core-v1 */
.editorial-core {
  --editorial-core-accent: var(--accent, var(--red, var(--primary, currentColor)));
  width: min(calc(100% - 32px), var(--max, var(--max-width, 1180px)));
  margin: clamp(40px, 6vw, 78px) auto;
  padding: clamp(24px, 3vw, 42px) 0;
  border-top: 3px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.editorial-core__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__head p,
.editorial-core__kicker {
  margin: 0 0 6px;
  color: var(--editorial-core-accent);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.editorial-core__head h2 {
  margin: 0;
  max-width: 18ch;
  font-size: 3rem;
  line-height: 1;
}
.editorial-core__head > span {
  flex: none;
  padding-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.editorial-core :is(h3, p) {
  overflow-wrap: break-word;
  hyphens: none;
}
.editorial-core a {
  color: inherit;
}
.editorial-core__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-width: 0;
  margin: 0 0 clamp(24px, 3vw, 38px);
  border: 1px solid currentColor;
  background: rgba(127, 127, 127, 0.06);
}
.editorial-core__feature > a,
.editorial-core__card > a {
  display: block;
  min-width: 0;
  text-decoration: none;
}
.editorial-core__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  background: rgba(127, 127, 127, 0.12);
}
.editorial-core__feature .editorial-core__media {
  height: clamp(300px, 34vw, 460px);
}
.editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.editorial-core__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 48px);
}
.editorial-core__feature h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.04;
}
.editorial-core__feature-copy > p:not(.editorial-core__kicker) {
  margin: 0 0 22px;
}
.editorial-core__read {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.editorial-core__spotlight,
.editorial-core__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.editorial-core__spotlight {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__card {
  min-width: 0;
  margin: 0;
  border-bottom: 1px solid currentColor;
}
.editorial-core__card .editorial-core__media {
  min-height: 0;
  height: clamp(170px, 18vw, 250px);
}
.editorial-core__card-copy {
  padding: 18px 0 22px;
}
.editorial-core__card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.18;
}
.editorial-core__card-copy > p:not(.editorial-core__kicker) {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}
.editorial-core__card--compact {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.editorial-core__card--compact .editorial-core__media {
  height: 130px;
}
.editorial-core__card--compact .editorial-core__card-copy {
  padding-top: 0;
}
.editorial-core__card--compact h3 {
  font-size: 1rem;
}
.editorial-core__card--compact .editorial-core__card-copy > p:not(.editorial-core__kicker) {
  display: none;
}
@media (max-width: 900px) {
  .editorial-core__feature {
    grid-template-columns: 1fr;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .editorial-core {
    width: min(calc(100% - 24px), var(--max, var(--max-width, 1180px)));
    margin-block: 32px;
    padding-block: 24px;
  }
  .editorial-core__head {
    align-items: start;
  }
  .editorial-core__head h2 {
    font-size: 2rem;
  }
  .editorial-core__head > span {
    white-space: nowrap;
  }
  .editorial-core__feature .editorial-core__media {
    height: min(72vw, 340px);
  }
  .editorial-core__feature-copy {
    padding: 22px;
  }
  .editorial-core__feature h3 {
    font-size: 1.75rem;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: 1fr;
  }
  .editorial-core__card {
    display: grid;
    grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }
  .editorial-core__card .editorial-core__media {
    height: 122px;
  }
  .editorial-core__card-copy {
    padding-top: 0;
  }
  .editorial-core__card-copy > p:not(.editorial-core__kicker) {
    display: none;
  }
}

/* editorial-diversity-v2 */
.editorial-core--diverse {
  --ec-tint: rgba(127, 127, 127, 0.08);
  --ec-strong-tint: rgba(127, 127, 127, 0.15);
  counter-reset: editorial-card 1;
  gap: var(--ec-gap);
  isolation: isolate;
}
.editorial-core--diverse .editorial-core__media {
  display: block !important;
  overflow: hidden;
  border-radius: var(--ec-radius);
}
.editorial-core--diverse .editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ec-image-position);
}
.editorial-core--diverse .editorial-core__card {
  counter-increment: editorial-card;
}
.editorial-core--diverse .editorial-core__kicker::before {
  content: counter(editorial-card, decimal-leading-zero) " / ";
  opacity: 0.62;
}
.editorial-core--diverse .editorial-core__feature .editorial-core__kicker::before {
  content: "01 / ";
}
.editorial-core--diverse.ec-image-landscape .editorial-core__card .editorial-core__media { aspect-ratio: 16 / 10; }
.editorial-core--diverse.ec-image-portrait .editorial-core__card .editorial-core__media { aspect-ratio: 4 / 5; }
.editorial-core--diverse.ec-image-square .editorial-core__card .editorial-core__media { aspect-ratio: 1; }
.editorial-core--diverse.ec-image-panorama .editorial-core__card .editorial-core__media { aspect-ratio: 2 / 1; }
.editorial-core--diverse.ec-image-soft .editorial-core__media { border-radius: 8px; }
.editorial-core--diverse.ec-image-cut .editorial-core__media { clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 6% 100%, 0 88%); }

.editorial-core--diverse.ec-cards-rules .editorial-core__card { border-top: 1px solid currentColor; border-bottom: 0; padding-top: 12px; }
.editorial-core--diverse.ec-cards-blocks .editorial-core__card { background: var(--ec-tint); border: 0; padding: 12px; }
.editorial-core--diverse.ec-cards-quiet .editorial-core__card { border: 0; }
.editorial-core--diverse.ec-cards-numbered .editorial-core__card { border-left: 4px solid currentColor; border-bottom: 0; padding-left: 14px; }
.editorial-core--diverse.ec-cards-frames .editorial-core__card { border: 1px solid currentColor; padding: 10px; }
.editorial-core--diverse.ec-heading-center .editorial-core__head { align-items: center; text-align: center; flex-direction: column; }
.editorial-core--diverse.ec-heading-center .editorial-core__head h2 { max-width: none; }
.editorial-core--diverse.ec-heading-rail .editorial-core__head { border-left: 8px solid currentColor; padding-left: 18px; }
.editorial-core--diverse.ec-heading-oversized .editorial-core__head h2 { font-size: 3.7rem; max-width: 12ch; }

/* Folio: a calm lead spread followed by an even reading shelf. */
.editorial-core--diverse.ec-layout-folio .editorial-core__feature { grid-template-columns: minmax(0, var(--ec-lead)) minmax(280px, 1fr); }
.editorial-core--diverse.ec-layout-folio .editorial-core__spotlight { grid-template-columns: 1.35fr 0.85fr 0.85fr; }

/* Ledger: section heading acts as a permanent editorial rail. */
.editorial-core--diverse.ec-layout-ledger {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  align-items: start;
}
.editorial-core--diverse.ec-layout-ledger .editorial-core__head { grid-row: 1 / 4; display: block; position: sticky; top: 18px; padding-right: 22px; }
.editorial-core--diverse.ec-layout-ledger .editorial-core__head > span { display: block; margin-top: 22px; }
.editorial-core--diverse.ec-layout-ledger .editorial-core__feature,
.editorial-core--diverse.ec-layout-ledger .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-ledger .editorial-core__grid { grid-column: 2; }

/* Mosaic: large blocks with staggered image proportions. */
.editorial-core--diverse.ec-layout-mosaic .editorial-core__feature { grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__spotlight { grid-template-columns: 1.4fr 0.8fr 0.8fr; align-items: end; }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__spotlight .editorial-core__card:first-child .editorial-core__media { height: 340px; }

/* Dispatch: image-led front page with a readable overlay. */
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature { position: relative; display: block; min-height: 520px; color: white; border: 0; }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature > a,
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature .editorial-core__media { position: absolute; inset: 0; }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature-copy { position: relative; z-index: 1; width: min(620px, 74%); min-height: 520px; justify-content: end; background: linear-gradient(90deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.5), transparent); }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__kicker { color: white; }

/* Catalog: text-first lead and compact product-like rows. */
.editorial-core--diverse.ec-layout-catalog .editorial-core__feature { grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); }
.editorial-core--diverse.ec-layout-catalog .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight .editorial-core__card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight .editorial-core__media { height: 120px; }

/* Journal: broad photography and generous article notes. */
.editorial-core--diverse.ec-layout-journal .editorial-core__feature { display: block; max-width: 980px; border: 0; }
.editorial-core--diverse.ec-layout-journal .editorial-core__feature .editorial-core__media { height: 500px; }
.editorial-core--diverse.ec-layout-journal .editorial-core__feature-copy { max-width: 720px; margin: -76px 0 0 auto; position: relative; background: var(--paper, var(--background, white)); border: 1px solid currentColor; }
.editorial-core--diverse.ec-layout-journal .editorial-core__spotlight { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Ribbon: reversed lead with strong horizontal movement. */
.editorial-core--diverse.ec-layout-ribbon .editorial-core__feature { grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__spotlight { display: flex; overflow-x: auto; padding-bottom: 14px; }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__spotlight .editorial-core__card { flex: 0 0 min(380px, 72vw); }

/* Portrait: one tall cover beside a stack of current stories. */
.editorial-core--diverse.ec-layout-portrait {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
}
.editorial-core--diverse.ec-layout-portrait .editorial-core__head,
.editorial-core--diverse.ec-layout-portrait .editorial-core__grid { grid-column: 1 / -1; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__feature { display: block; margin-right: var(--ec-gap); }
.editorial-core--diverse.ec-layout-portrait .editorial-core__feature .editorial-core__media { height: 620px; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight .editorial-core__card { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 16px; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight .editorial-core__media { height: 120px; }

/* Panorama: cinema-wide lead followed by a dense magazine grid. */
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature .editorial-core__media { height: 420px; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature-copy { max-width: 820px; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__spotlight { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Index: images and numbered headlines read like an editorial contents page. */
.editorial-core--diverse.ec-layout-index .editorial-core__feature { border: 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; background: transparent; }
.editorial-core--diverse.ec-layout-index .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-index .editorial-core__grid { grid-template-columns: 1fr; gap: 0; }
.editorial-core--diverse.ec-layout-index .editorial-core__card,
.editorial-core--diverse.ec-layout-index .editorial-core__card--compact { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; padding: 15px 0; border-left: 0; border-top: 1px solid currentColor; }
.editorial-core--diverse.ec-layout-index .editorial-core__card .editorial-core__media { height: 110px; }
.editorial-core--diverse.ec-layout-index .editorial-core__card-copy { padding: 0; }

/* Notebook: tactile, offset cards with breathing room. */
.editorial-core--diverse.ec-layout-notebook .editorial-core__feature { max-width: 1040px; margin-left: auto; transform: rotate(-0.35deg); box-shadow: 12px 12px 0 var(--ec-strong-tint); }
.editorial-core--diverse.ec-layout-notebook .editorial-core__spotlight .editorial-core__card:nth-child(2) { transform: translateY(28px); }
.editorial-core--diverse.ec-layout-notebook .editorial-core__grid { margin-top: 36px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Gallery: photography is the main navigation surface. */
.editorial-core--diverse.ec-layout-gallery .editorial-core__feature { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); }
.editorial-core--diverse.ec-layout-gallery .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-gallery .editorial-core__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact { display: block; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact .editorial-core__media { height: 210px; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card-copy > p:not(.editorial-core__kicker) { display: none; }

@media (max-width: 900px) {
  .editorial-core--diverse.ec-layout-ledger,
  .editorial-core--diverse.ec-layout-portrait { display: block; }
  .editorial-core--diverse.ec-layout-ledger .editorial-core__head { position: static; }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .editorial-core--diverse { margin-block: 28px; }
  .editorial-core--diverse .editorial-core__spotlight,
  .editorial-core--diverse .editorial-core__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .editorial-core--diverse .editorial-core__card,
  .editorial-core--diverse .editorial-core__card-copy,
  .editorial-core--diverse .editorial-core__feature-copy {
    min-width: 0;
  }
  .editorial-core--diverse h3 {
    overflow-wrap: break-word;
    hyphens: none;
  }
  .editorial-core--diverse .editorial-core__head h2,
  .editorial-core--diverse.ec-heading-oversized .editorial-core__head h2 { font-size: 2rem; }
  .editorial-core--diverse .editorial-core__head > span { white-space: normal; text-align: right; }
  .editorial-core--diverse .editorial-core__card,
  .editorial-core--diverse .editorial-core__card--compact {
    display: grid;
    grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
  }
  .editorial-core--diverse .editorial-core__card .editorial-core__media,
  .editorial-core--diverse .editorial-core__card--compact .editorial-core__media { height: 126px; }
  .editorial-core--diverse .editorial-core__card-copy { padding-top: 0; }

  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature { position: relative; display: block; min-height: 520px; color: white; border: 0; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature > a,
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature .editorial-core__media { position: absolute; inset: 0; height: 100%; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature-copy { position: absolute; z-index: 1; inset: auto 12px 12px; padding: 20px; background: rgba(10, 10, 10, 0.82); color: white; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__kicker { color: white; }

  .editorial-core--diverse.ec-mobile-split .editorial-core__feature { display: grid; grid-template-columns: 42% 58%; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature .editorial-core__media { height: 100%; min-height: 320px; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature-copy { padding: 18px; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature h3 { font-size: 1.35rem; }

  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature { grid-template-columns: 34% 66%; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature .editorial-core__media { min-height: 360px; height: 100%; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature-copy { padding: 18px; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature h3 { font-size: 1.4rem; }

  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature { display: flex; flex-direction: column; border-width: 5px 0 0; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature > a { order: 2; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature-copy { order: 1; padding: 20px 0; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature .editorial-core__media { height: 290px; }

  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature { display: block; transform: none; box-shadow: none; border: 0; }
  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature .editorial-core__media { height: 330px; }
  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature-copy { position: relative; width: calc(100% - 24px); margin: -68px 0 0 24px; padding: 20px; border: 1px solid currentColor; background: var(--paper, var(--background, white)); }

  .editorial-core--diverse.ec-mobile-tiles .editorial-core__spotlight,
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card,
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card--compact { display: block; }
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card .editorial-core__media { height: 150px; }

  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature { display: grid; grid-template-columns: 1fr; border-left: 0; border-right: 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature .editorial-core__media { height: 230px; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature-copy { padding: 20px 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__spotlight,
  .editorial-core--diverse.ec-mobile-stream .editorial-core__grid { display: block; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card,
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card--compact { grid-template-columns: 92px minmax(0, 1fr); padding: 12px 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card .editorial-core__media { height: 82px; }

  .editorial-core--diverse.ec-mobile-stack .editorial-core__feature { grid-template-columns: 1fr; }
  .editorial-core--diverse.ec-mobile-stack .editorial-core__feature .editorial-core__media { height: 300px; }

  .editorial-core--diverse.ec-layout-gallery .editorial-core__card,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact {
    display: block;
  }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card .editorial-core__media,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact .editorial-core__media {
    height: 158px;
  }
}\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-bespoke img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-bespoke img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-bespoke img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-bespoke img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-bespoke img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}
@media(max-width:800px){header nav{scrollbar-width:none}header nav::-webkit-scrollbar{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n\n\n/* bespoke-tap-rouwvervoer-v1:start */
.tap-intro,.tap-hero,.tap-section{max-width:var(--max);margin-inline:auto}.tap-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding:48px 0 36px;border-bottom:5px solid var(--ink);align-items:end}.tap-kicker{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tap-intro h1{max-width:760px;margin:12px 0 0;font-size:4.75rem;line-height:.92}.tap-intro>p{margin:0;padding-top:18px;border-top:4px solid var(--blue);font-size:17px}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;min-height:480px;background:var(--ink);color:#fff}.tap-hero__image{overflow:hidden}.tap-hero img{height:100%;object-fit:cover}.tap-bespoke img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}.tap-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.tap-hero__copy .tap-kicker{color:#8da4ff}.tap-hero h2{margin:20px 0 18px;font-size:clamp(32px,4vw,58px);line-height:.98}.tap-hero p{color:#d9dce5}.tap-arrow{align-self:flex-start;margin-top:18px;padding-bottom:6px;border-bottom:2px solid var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.tap-section{padding:84px 0 0}.tap-section>header{display:grid;grid-template-columns:180px 1fr 260px;gap:38px;align-items:end;padding-bottom:20px;border-bottom:4px solid var(--ink)}.tap-section h2{margin:0;font-size:42px;line-height:1}.tap-section>header p{margin:0;color:#5a606c}.tap-safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}.tap-card{border-top:1px solid var(--line)}.tap-card__image{display:block;aspect-ratio:1.3;overflow:hidden;margin-bottom:16px}.tap-card img{height:100%;object-fit:cover}.tap-card__number{color:var(--blue);font-weight:700}.tap-card h3{margin:10px 0 8px;font-size:23px;line-height:1.05}.tap-card p{margin:0;color:#5a606c;font-size:13px}.tap-section--dark{max-width:none;padding:72px max(24px,calc((100% - var(--max))/2)) 84px;background:var(--ink);color:#fff}.tap-section--dark>header{border-color:#fff}.tap-section--dark header p{color:#c4c7cf}.tap-story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;padding-top:12px}.tap-row{display:grid;grid-template-columns:58px 112px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #41434a}.tap-row img{width:112px;height:90px;object-fit:cover}.tap-row__number{color:#8da4ff;font-weight:700}.tap-row h3{margin:0 0 5px;font-size:20px;line-height:1.08}.tap-row p{margin:0;color:#c4c7cf;font-size:12px}.tap-section--last{padding-bottom:90px}.tap-archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:28px}@media(max-width:800px){.tap-intro{display:block;padding:30px 16px 26px}.tap-intro h1{font-size:48px}.tap-intro>p{margin-top:24px}.tap-hero{display:flex;flex-direction:column;margin-inline:0}.tap-hero__image{aspect-ratio:1.25}.tap-hero__copy{padding:28px 18px 34px}.tap-hero h2{font-size:35px}.tap-section,.tap-section--last{padding:58px 16px 0}.tap-section>header{display:block}.tap-section h2{margin-top:10px;font-size:34px}.tap-section>header p{margin-top:16px}.tap-safety-grid,.tap-archive-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.tap-section--dark{padding:58px 16px 62px}.tap-story-list{grid-template-columns:1fr}.tap-row{grid-template-columns:34px 76px 1fr;gap:10px}.tap-row img{width:76px;height:72px}.tap-row h3{font-size:16px}.tap-row p{display:none}.tap-card h3{font-size:18px}.tap-card p{display:none}}
img[src*="tap-w32-6.jpg"]{transform:rotate(180deg) scale(1.01)}
@media(max-width:800px){header nav{scrollbar-width:none}header nav::-webkit-scrollbar{display:none}}
/* bespoke-tap-rouwvervoer-v1:end */\n

/* bespoke-tap-rouwvervoer-v2 */
.tap-home{max-width:var(--max);margin:0 auto}.tap-masthead{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;padding:clamp(3rem,8vw,7rem) 0 3rem;border-bottom:2px solid var(--ink);align-items:end}.tap-masthead h1{font-size:4.75rem;line-height:.88;max-width:800px;margin:.5rem 0 0;letter-spacing:-.04em}.eyebrow{color:var(--blue);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0}.masthead-intro{font-size:1.18rem;max-width:27rem;margin:0;border-left:4px solid var(--blue);padding-left:1.3rem}.tap-hero{display:grid;grid-template-columns:1.35fr .65fr;background:var(--ink);color:#fff;min-height:31rem}.hero-copy{padding:clamp(2rem,6vw,5.5rem)}.hero-copy h2{font-size:2.75rem;line-height:.94;max-width:43rem;margin:1.5rem 0}.hero-copy p:not(.eyebrow){color:#d4d7df;max-width:34rem;font-size:1.08rem}.text-link{display:inline-block;border-bottom:2px solid var(--blue);padding:.65rem 0;color:#fff;font-weight:800;margin-top:1rem}.text-link span{color:var(--blue);font-size:1.4rem;margin-left:.5rem}.hero-note{border-left:1px solid #42444b;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.note-mark{font-size:clamp(4rem,9vw,8rem);line-height:.8;color:var(--blue);font-weight:900;letter-spacing:-.08em}.hero-note p{color:#aeb4c0;text-transform:uppercase;font-size:.7rem;letter-spacing:.14em}.tap-section{display:grid;grid-template-columns:10rem 1fr;gap:3rem;padding:clamp(4rem,8vw,8rem) 0 0}.section-label{border-top:4px solid var(--blue);padding-top:1rem}.section-label span{font-size:2.5rem;font-weight:900}.section-label p{margin:.25rem 0;text-transform:uppercase;font-size:.7rem;font-weight:800;letter-spacing:.1em}.tap-section h2{font-size:clamp(2.1rem,4vw,4.3rem);line-height:.96;margin:0;max-width:48rem;letter-spacing:-.03em}.section-lead{max-width:35rem;color:#5b6370;margin:1rem 0 2rem}.image-grid,.text-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.tap-card{border-top:1px solid var(--line);padding-top:1rem}.tap-card__image{aspect-ratio:1.35;overflow:hidden;margin-bottom:1rem;background:var(--mist)}.tap-card img{height:100%;object-fit:cover}.tap-card h3{font-size:1.35rem;line-height:1.05;margin:.65rem 0}.tap-card p{font-size:.88rem;color:#5b6370;margin:0}.tap-card__number{font-size:.72rem;color:var(--blue);font-weight:900}.text-grid .tap-card__image{display:none}.tap-section--ledger{grid-template-columns:10rem 1fr;border-top:1px solid var(--ink);margin-top:6rem;padding-bottom:1rem}.route-list,.more-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:3rem;margin-top:2.5rem}.tap-row{display:grid;grid-template-columns:2rem 6.5rem 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--line);align-items:center}.tap-row img{width:6.5rem;height:5rem;object-fit:cover}.tap-row__number{color:var(--blue);font-weight:900}.tap-row h3{font-size:1.08rem;line-height:1.08;margin:0}.tap-row p{font-size:.78rem;color:#68717e;margin:.4rem 0 0}.tap-section--last{padding-bottom:6rem}.more-list{margin-top:1rem}@media(max-width:800px){.tap-home{padding:0 1rem}.tap-masthead{display:block;padding:3rem 0 2rem}.tap-masthead h1{font-size:3rem}.masthead-intro{margin-top:2rem}.tap-hero{display:block;margin-inline:-1rem}.hero-copy{padding:2.5rem 1rem 3rem}.hero-note{border-left:0;border-top:1px solid #42444b;padding:1.5rem 1rem}.tap-section,.tap-section--ledger{display:block;padding-top:4rem;margin-top:0}.section-label{margin-bottom:1.5rem}.image-grid,.text-grid,.route-list,.more-list{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.text-grid .tap-card__image{display:block}.tap-row{grid-template-columns:1.7rem 5.2rem 1fr;gap:.6rem}.tap-row img{width:5.2rem;height:4.3rem}.tap-row h3{font-size:.98rem}.tap-row p{display:none}.tap-section--last{padding-bottom:4rem}}

.tap-card__image--text,
.tap-row__image--text {
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tap-row__image--text { width: 6.5rem; height: 5rem; }
@media (max-width: 800px) {
  .tap-row__image--text { width: 5.2rem; height: 4.3rem; }
}.tap-category{max-width:var(--max);margin:0 auto;padding-bottom:6rem}.tap-category-head{display:grid;grid-template-columns:1fr 1.2fr auto;gap:2rem;align-items:end;padding:clamp(3rem,8vw,7rem) 0 2rem;border-bottom:2px solid var(--ink)}.tap-category-head h1{font-size:4rem;line-height:.9;margin:0}.tap-category-head>p:not(.eyebrow){max-width:30rem;margin:0;color:#5b6370;font-size:1.1rem}.tap-category-count{font-size:.75rem;font-weight:900;color:var(--blue);text-transform:uppercase;letter-spacing:.1em}.tap-category-feature{display:grid;grid-template-columns:1.35fr .65fr;background:var(--ink);color:#fff;min-height:22rem}.tap-category-feature>div:first-child{padding:clamp(2rem,6vw,5rem)}.tap-category-feature h2{font-size:2.75rem;line-height:.95;margin:1rem 0;max-width:42rem}.tap-category-feature p:not(.eyebrow){color:#d4d7df;max-width:32rem}.tap-category-mark{border-left:1px solid #42444b;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:var(--blue);font-size:clamp(4rem,8vw,8rem);font-weight:900;line-height:.8}.tap-category-mark small{color:#aeb4c0;font-size:.65rem;line-height:1.2;text-transform:uppercase;letter-spacing:.1em;margin-top:1.5rem}.tap-category-link{display:inline-block;border-bottom:2px solid var(--blue);padding:.55rem 0;color:inherit;font-weight:800;margin-top:.8rem}.tap-category-list{margin-top:5rem}.tap-category-list-head{display:flex;justify-content:space-between;border-top:4px solid var(--blue);padding-top:1rem;text-transform:uppercase;font-size:.72rem;font-weight:900;letter-spacing:.1em}.tap-category-row{display:grid;grid-template-columns:5rem 1fr;border-bottom:1px solid var(--line);padding:2rem 0}.tap-category-row>span{color:var(--blue);font-weight:900}.tap-category-row h2{font-size:clamp(1.5rem,3vw,2.5rem);line-height:1;margin:.4rem 0}.tap-category-row p{max-width:42rem;color:#5b6370;margin:.4rem 0}.tap-category-meta{font-size:.7rem;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.tap-category-row .tap-category-link{color:var(--ink);font-size:.85rem}@media(max-width:800px){.tap-category{padding:0 1rem 4rem}.tap-category-head{display:block;padding:3rem 0 2rem}.tap-category-head h1{font-size:2.75rem;margin:.6rem 0 1.5rem}.tap-category-count{display:block;margin-top:1.5rem}.tap-category-feature{display:block;margin-inline:-1rem}.tap-category-feature>div:first-child{padding:2.5rem 1rem 3rem}.tap-category-mark{border-left:0;border-top:1px solid #42444b;padding:1.5rem 1rem;font-size:4rem}.tap-category-list{margin-top:3.5rem}.tap-category-row{grid-template-columns:2.5rem 1fr;padding:1.5rem 0}.tap-category-row h2{font-size:1.5rem}}