.stories-page .eyebrow{font-size:var(--eyebrow-size)}
.stories-intro{padding-block:64px 48px}
.stories-intro>.eyebrow{display:flex;align-items:flex-start;gap:12px;margin-bottom:var(--page-eyebrow-gap)}
.stories-intro-grid{display:grid;grid-template-columns:1.12fr 1fr;align-items:end;gap:64px}
.stories-intro h1{font-size:var(--page-title-size);line-height:var(--page-title-line-height);letter-spacing:-.035em}
.stories-intro h1>span{display:inline-block;text-decoration-thickness:4px;text-underline-offset:9px}
.stories-intro-grid>p{font-size:1.125rem;line-height:1.7;color:#555e9e;max-width:510px;padding-bottom:5px}
.stories-pillar-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:48px}
.stories-pillar-nav a{display:flex;align-items:center;gap:14px;min-width:0;padding:21px 20px;border-radius:18px;background:#fff0c9;transition:background .18s,color .18s}
.stories-pillar-nav a:nth-child(2){background:#ffeaef}
.stories-pillar-nav a:nth-child(3){background:#e6e7f0}
.stories-pillar-nav a:hover{background:#000d6d;color:#fff}
.stories-pillar-number{font-size:.8125rem;align-self:flex-start;padding-top:5px;font-weight:600}
.stories-pillar-nav a>span:nth-child(2){min-width:0;flex:1}
.stories-pillar-nav strong{display:block;font-size:1.2rem;line-height:1.4;font-weight:700}
.stories-pillar-nav a>span>span{display:block;font-size:.875rem;line-height:1.5;margin-top:4px}
.stories-pillar-nav a>span:last-child{font-size:1.25rem}
.stories-pillar{padding-block:40px 64px;scroll-margin-top:122px;--story-tint:#fff0c9}
.stories-bereiken{--story-tint:#ffeaef}
.stories-betrekken{--story-tint:#e6e7f0}
.stories-pillar+.stories-pillar{border-top:1px solid #e6e7f0;padding-top:64px}
.stories-section-heading{display:grid;grid-template-columns:1.12fr 1fr;gap:64px;align-items:end;margin-bottom:30px}
.stories-section-heading .eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.stories-section-heading .eyebrow>span{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:var(--story-tint);font-size:.8125rem}
.stories-section-heading h2{font-size:clamp(1.9rem,3.1vw,2.625rem);line-height:1.15;max-width:520px}
.stories-section-heading>p{font-size:1rem;line-height:1.65;color:#555e9e;max-width:510px}
.stories-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:28px;align-items:stretch}
.stories-secondary{display:grid;grid-template-rows:repeat(2,1fr);gap:22px;min-width:0}
.story-card{position:relative;border:1px solid #dde0ec;background:#fff;border-radius:24px;min-width:0;display:flex;flex-direction:column;transition:border-color .18s,box-shadow .18s}
.story-card-featured{background:var(--story-tint);border-color:var(--story-tint)}
.story-card:hover,.story-card:focus-within{border-color:#ff315d;box-shadow:0 8px 26px rgba(0,13,109,.07)}
.story-card-photo{margin:0}
.story-card-photo img{width:100%;height:auto;aspect-ratio:2.05;object-fit:cover;display:block;border-radius:23px 23px 0 0}
.story-card-photo figcaption{font-size:.75rem;line-height:1.5;color:#555e9e;padding:10px 28px 0}
.story-card-content{display:flex;flex-direction:column;flex:1;align-items:flex-start;padding:28px;min-width:0}
.story-card-featured .story-card-content{padding-top:21px}
.story-card-stat{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:260px;background:#000d6d;color:#fff;padding:34px 28px;border-radius:23px 23px 0 0}
.story-card-stat>strong{font-size:6.25rem;line-height:1;font-weight:900;letter-spacing:-.045em;white-space:nowrap}
.story-card-stat>strong>span{font-size:.48em;letter-spacing:-.025em}
.story-card-stat p{font-size:1.0625rem;line-height:1.5}
.story-card-stat div>span{display:block;font-size:.75rem;line-height:1.6;color:#c6c9df;margin-top:18px}
.story-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 16px;justify-content:space-between;width:100%;margin:0 0 17px;font-size:.8125rem;line-height:1.5;color:#555e9e}
.story-meta>span{font-weight:600;color:#000d6d}
.story-meta time{white-space:nowrap}
.story-topic{display:inline-block;font-size:.8125rem;line-height:1.4;font-weight:600;color:#aa213e;margin-bottom:10px}
.story-card h3{font-size:1.5rem;line-height:1.18;letter-spacing:-.025em;max-width:550px;overflow-wrap:break-word}
.story-card-featured h3{font-size:1.875rem}
.story-card h3 a::after{position:absolute;inset:0;content:"";border-radius:24px}
.story-card h3 a:focus-visible{outline:0}
.story-card:has(a:focus-visible){outline:3px solid #ff315d;outline-offset:4px}
.story-description{font-size:1rem;line-height:1.65;color:#555e9e;margin-top:14px;margin-bottom:23px}
.story-read{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;width:100%;font-size:.875rem;line-height:1.5;font-weight:600}
.story-read>span{display:grid;place-items:center;width:33px;height:33px;flex-shrink:0;background:var(--story-tint);border-radius:50%;font-size:1.25rem}
.story-card-featured .story-read>span{background:#fff}
.story-card:hover .story-read,.story-card:focus-within .story-read{color:#aa213e}
.story-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.stories-outro{display:grid;grid-template-columns:1.12fr 1fr;gap:64px;align-items:center;padding:42px 0 72px}
.stories-outro .eyebrow{margin-bottom:18px}
.stories-outro h2{font-size:clamp(2rem,3.2vw,2.75rem);line-height:1.15}
.stories-outro>div>p:not(.eyebrow){font-size:1rem;line-height:1.7;color:#555e9e;max-width:460px;margin-bottom:22px}
@media(max-width:1150px){.stories-intro-grid,.stories-section-heading,.stories-outro{gap:36px}.stories-pillar-nav{gap:12px}.stories-pillar-nav a{gap:11px;padding:18px 16px}.stories-pillar-number{display:none}.stories-grid{gap:22px}.story-card-content{padding:24px}.story-card-photo figcaption{padding-inline:24px}.story-card-featured h3{font-size:1.7rem}}
@media(max-width:900px){.stories-intro{padding-top:48px}.stories-intro-grid{grid-template-columns:1fr;gap:28px}.stories-intro-grid>p{max-width:690px;padding-bottom:0}.stories-pillar-nav{margin-top:32px}.stories-section-heading{grid-template-columns:1fr;gap:20px}.stories-section-heading>p{max-width:650px}.stories-grid{grid-template-columns:1fr}.stories-secondary{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.story-card-featured{display:grid;grid-template-columns:1fr 1.15fr;overflow:hidden}.story-card-photo{display:flex;flex-direction:column;min-width:0}.story-card-photo img{height:100%;min-height:220px;flex:1;aspect-ratio:auto;border-radius:23px 0 0 0}.story-card-photo figcaption{padding:12px 20px 18px}.story-card-featured .story-card-content{padding:25px}.story-meta{justify-content:flex-start}.stories-outro{gap:32px}.stories-outro h2 br{display:none}}
@media(max-width:640px){.stories-intro{padding-block:38px 22px}.stories-intro>.eyebrow{margin-bottom:var(--page-eyebrow-gap)}.stories-intro h1{font-size:var(--page-title-size)}.stories-intro-grid{gap:26px}.stories-intro-grid>p{font-size:1rem}.stories-pillar-nav{grid-template-columns:1fr;gap:9px;margin-top:28px}.stories-pillar-nav a{padding:14px 18px;border-radius:14px;gap:14px}.stories-pillar-number{display:block}.stories-pillar-nav strong{font-size:1.0625rem}.stories-pillar-nav a>span>span{margin-top:1px}.stories-pillar{padding-block:32px 42px;scroll-margin-top:106px}.stories-pillar+.stories-pillar{padding-top:42px}.stories-section-heading{gap:17px;margin-bottom:23px}.stories-section-heading h2{font-size:2rem}.stories-section-heading .eyebrow{margin-bottom:14px}.stories-grid,.stories-secondary{grid-template-columns:1fr;gap:18px}.story-card-featured{display:flex;overflow:visible}.story-card-photo{display:block}.story-card-photo img{height:auto;aspect-ratio:1.8;min-height:0;border-radius:23px 23px 0 0}.story-card-photo figcaption{padding:10px 22px 0}.story-card-content,.story-card-featured .story-card-content{padding:23px 22px}.story-card-featured .story-card-content{padding-top:20px}.story-card-featured h3{font-size:1.75rem}.story-card h3{overflow-wrap:anywhere}.story-meta{justify-content:space-between;margin-bottom:15px}.story-description{margin-bottom:18px}.stories-outro{grid-template-columns:1fr;gap:22px;padding-block:20px 50px}.stories-outro .eyebrow{margin-bottom:15px}.stories-outro>div>p:not(.eyebrow){margin-bottom:20px}}
@media(min-width:641px) and (max-width:900px){.story-card-stat{flex-direction:column;align-items:flex-start;justify-content:center;gap:24px;border-radius:23px 0 0 23px;min-height:0;padding:28px}.story-card-stat>strong{font-size:5.5rem}}
@media(max-width:1150px) and (min-width:901px){.story-card-stat{padding:28px 24px;gap:16px}.story-card-stat>strong{font-size:5rem}.story-card-stat p{font-size:1rem}}
@media(max-width:640px){.story-card-stat{padding:28px 22px;gap:18px;min-height:220px;flex-wrap:wrap}.story-card-stat>strong{font-size:5rem}.story-card-stat p{font-size:1rem}}
@media(prefers-reduced-motion:reduce){.story-card,.stories-pillar-nav a{transition:none}}
