:root {
  color-scheme: light;
  --ink: #111313;
  --paper: #f4f1ea;
  --white: #fffdfa;
  --muted: #687076;
  --line: #ded8cf;
  --teal: #0f6862;
  --teal-soft: #dff1ef;
  --amber: #d58a16;
  --amber-soft: #fff0cf;
  --red: #c63f32;
  --red-soft: #ffe2dd;
  --green: #247647;
  --green-soft: #e2f4e9;
  --night: #0d1112;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
}

body,
button,
input,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--night);
  background: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 10;
  inset: 14px 24px auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 56px;
  border: 1px solid rgba(23, 27, 28, 0.12);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 16px 44px rgba(13, 17, 18, 0.16);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(23, 27, 28, 0.12);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 12px 36px rgba(13, 17, 18, 0.12);
}

.brand,
.nav-cta,
.site-nav a,
.button {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  text-decoration: none;
}

.brand {
  gap: 0;
  font-weight: 850;
}

.brand-logo {
  display: block;
  width: auto;
  height: 42px;
  max-width: clamp(126px, 13vw, 172px);
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.site-nav a,
.nav-cta {
  border-radius: 999px;
  padding: 8px 10px;
  color: inherit;
  font-size: 0.88rem;
  font-weight: 750;
}

.site-nav a:hover,
.nav-cta:hover {
  background: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .nav-cta:hover {
  background: rgba(18, 107, 102, 0.08);
}

.nav-cta {
  gap: 8px;
  color: var(--night);
  background: var(--amber);
}

.nav-cta svg,
.button svg,
.principle-grid svg,
.phone-facts svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  color: #ffffff;
  background: var(--night);
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/optimized/veilige-straat-hero-1400.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(13, 17, 18, 0.92), rgba(13, 17, 18, 0.42), rgba(13, 17, 18, 0.08)),
    linear-gradient(0deg, rgba(13, 17, 18, 0.88), rgba(13, 17, 18, 0.02) 48%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 82px;
  align-self: end;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 5.8rem;
  line-height: 0.94;
}

.hero-line {
  max-width: 760px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 850;
  line-height: 1.12;
}

.hero-copy {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.55;
}

.hero-actions,
.hero-guardrails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 15px;
  font-weight: 850;
  cursor: pointer;
}

.button.primary {
  color: var(--night);
  background: var(--amber);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.hero-guardrails {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-guardrails li {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(13, 17, 18, 0.2);
  font-size: 0.88rem;
  font-weight: 750;
}

.photo-credit {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 12px;
  max-width: min(520px, calc(100% - 36px));
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.photo-credit a {
  color: #ffffff;
}

.evidence-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.evidence-strip article {
  min-height: 146px;
  border-right: 1px solid var(--line);
  padding: 24px 28px;
  background: var(--white);
}

.evidence-strip strong {
  display: block;
  color: var(--teal);
  font-size: 2rem;
  line-height: 1;
}

.evidence-strip span,
.evidence-strip a {
  display: block;
}

.evidence-strip span {
  margin-top: 12px;
  color: var(--ink);
  line-height: 1.45;
}

.evidence-strip a {
  margin-top: 14px;
  color: var(--teal);
  font-weight: 850;
}

.section,
.protocol-band,
.rules-band,
.join-section,
.sources-section,
.pilot-section,
.movement-opener,
.news-section,
.share-section,
.activation-section,
.dark-places-section,
.awareness-band,
.minute-section,
.creator-section {
  padding: 86px max(18px, calc((100vw - 1180px) / 2));
}

.evidence-strip,
.news-section,
.movement-opener,
.problem-section,
.share-section,
.activation-section,
.photo-story,
.dark-places-section,
.reframe-section,
.awareness-band,
.minute-section,
.protocol-band,
.creator-section,
.rules-band,
.pilot-section,
.join-section,
.sources-section {
  content-visibility: auto;
  contain-intrinsic-size: 820px;
}

.section-copy {
  max-width: 800px;
}

.section-copy.compact {
  max-width: 720px;
}

#media,
#waarom,
#routines,
#campagne,
#activatie,
#momenten,
#donkere-plekken,
#eerste-minuut,
#protocol,
#beweging,
#aanpak,
#meedoen,
#bronnen {
  scroll-margin-top: 72px;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 680ms ease,
    transform 680ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: calc(min(var(--reveal-order, 0), 6) * 70ms);
  will-change: opacity, transform;
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

h2 {
  margin: 0;
  font-size: 3.35rem;
  line-height: 1;
}

h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.16;
}

.section-copy p:not(.eyebrow),
.protocol-copy p:not(.eyebrow),
.pilot-copy p,
.join-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.problem-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 46px;
  align-items: start;
  background: var(--paper);
}

.routine-statement {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: clamp(1.75rem, 3.7vw, 3rem);
  font-weight: 950;
  line-height: 1;
  text-transform: none;
}

.routine-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.routine-wall span {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 18px;
  background: var(--white);
  font-weight: 850;
  line-height: 1.2;
  overflow: hidden;
}

.routine-wall span::before {
  content: "×";
  display: inline-grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

.routine-wall span::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 56px;
  right: 18px;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
}

.reveal-ready .routine-wall span[data-reveal].is-visible::after {
  transform: scaleX(1);
  transition: transform 520ms cubic-bezier(0.2, 0.72, 0.18, 1);
  transition-delay: calc((min(var(--reveal-order, 0), 6) * 70ms) + 240ms);
}

.reveal-ready .routine-wall span[data-reveal].is-visible {
  color: rgba(17, 19, 19, 0.58);
}

.movement-opener {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.78fr);
  gap: 34px;
  align-items: stretch;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(13, 17, 18, 0.92), rgba(13, 17, 18, 0.7)),
    url("assets/optimized/veilige-straat-veilige-plek-1400.webp");
  background-position: center;
  background-size: cover;
}

.movement-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.65;
}

.manifesto-card {
  display: grid;
  align-content: space-between;
  min-height: 360px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(213, 138, 22, 0.18), rgba(18, 107, 102, 0.2)),
    rgba(255, 255, 255, 0.06);
}

.manifesto-card span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.manifesto-card p {
  margin: 42px 0 0;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.06;
}

.hedy-card p {
  font-size: clamp(1.72rem, 3vw, 2.16rem);
}

.news-section {
  overflow: hidden;
  background: var(--white);
}

.news-intro {
  max-width: 900px;
}

.news-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.news-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  margin-right: max(-18px, calc((1180px - 100vw) / 2));
  margin-top: 34px;
  padding: 0 max(18px, calc((100vw - 1180px) / 2)) 14px 0;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(17, 19, 19, 0.48) transparent;
  scrollbar-width: thin;
}

.news-grid::-webkit-scrollbar {
  height: 12px;
}

.news-grid::-webkit-scrollbar-track {
  background: transparent;
}

.news-grid::-webkit-scrollbar-thumb {
  border: 3px solid var(--white);
  border-radius: 999px;
  background: rgba(17, 19, 19, 0.48);
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 312px;
  min-height: 470px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  padding: 72px 22px 24px;
  color: #ffffff;
  background: #202627;
  scroll-snap-align: start;
}

.news-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(13, 17, 18, 0.9) 0%, rgba(13, 17, 18, 0.64) 42%, rgba(13, 17, 18, 0.14) 100%);
  pointer-events: none;
}

.news-card.coenradie-news::after {
  background:
    linear-gradient(0deg, rgba(13, 17, 18, 0.94) 0%, rgba(13, 17, 18, 0.76) 40%, rgba(13, 17, 18, 0.12) 100%),
    linear-gradient(90deg, rgba(13, 17, 18, 0.28), rgba(13, 17, 18, 0));
}

.news-card.lead-news {
  flex-basis: 430px;
  min-height: 470px;
  background-image: url("assets/optimized/veilige-straat-hero-1400.webp");
  background-position: center;
  background-size: cover;
}

.news-thumb {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #202627;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coenradie-news .news-thumb img {
  object-position: center 16%;
}

.news-card > :not(.news-thumb) {
  position: relative;
  z-index: 2;
}

.news-card span {
  position: absolute;
  top: 12px;
  left: 22px;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 6px 8px;
  color: var(--night);
  background: var(--amber);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card h3 {
  max-width: 650px;
  font-size: 1.38rem;
  line-height: 1.06;
}

.news-card.lead-news h3 {
  margin-top: auto;
  font-size: 2.35rem;
}

.news-card p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.news-card .safe-street-line {
  border-left: 4px solid var(--teal);
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
}

.news-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: #ffffff;
  font-weight: 900;
}

.share-section {
  background: var(--white);
}

.share-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 30px;
}

.share-card {
  min-height: 190px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 24px 26px;
  background: var(--white);
}

.share-card.primary-share {
  grid-row: span 3;
  min-height: 600px;
  color: #ffffff;
  background:
    linear-gradient(0deg, rgba(13, 17, 18, 0.82), rgba(13, 17, 18, 0.18)),
    url("assets/optimized/veilige-straat-hero-1400.webp");
  background-position: center;
  background-size: cover;
}

.share-card span,
.creator-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 8px;
  padding: 6px 8px;
  color: var(--night);
  background: var(--amber);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.share-card h3 {
  max-width: 620px;
  font-size: 2.15rem;
  line-height: 1;
}

.share-card.primary-share h3 {
  margin-top: 260px;
  font-size: 3.7rem;
}

.share-card p {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.52;
}

.share-card.primary-share p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.13rem;
}

.activation-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.08fr);
  gap: 34px;
  background: var(--paper);
}

.activation-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.sticker-preview {
  margin: 30px 0 0;
}

.sticker-preview img {
  width: min(100%, 520px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(13, 17, 18, 0.1);
}

.sticker-preview figcaption {
  max-width: 420px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.activation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.activation-grid article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 18px;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 20px 0;
  background: transparent;
}

.activation-grid span {
  display: inline-grid;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  place-items: center;
  border-radius: 8px;
  color: var(--night);
  background: var(--amber);
  font-weight: 900;
}

.activation-grid h3,
.activation-grid p {
  grid-column: 2;
}

.activation-grid h3 {
  margin-top: 3px;
}

.activation-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.photo-story {
  padding: 86px max(18px, calc((100vw - 1180px) / 2));
  color: #ffffff;
  background: var(--night);
}

.photo-story-intro {
  max-width: 780px;
  margin-bottom: 28px;
}

.photo-story-intro h2 {
  max-width: 760px;
}

.photo-story-intro .eyebrow {
  color: var(--amber);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.story-photo {
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #161c1d;
}

.story-photo.story-large {
  grid-row: auto;
  min-height: 0;
}

.story-photo.story-wide {
  grid-column: auto;
  height: auto;
  min-height: 0;
}

.story-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.story-photo.story-wide img {
  object-position: center 42%;
}

.story-photo figcaption {
  flex: 1;
  padding: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.45;
}

.story-photo figcaption strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.dark-places-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(420px, 1.3fr);
  gap: 34px;
  align-items: start;
  color: #ffffff;
  background: #101616;
}

.dark-places-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.65;
}

.dark-places-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dark-place-card {
  position: relative;
  height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #202627;
}

.dark-place-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark-place-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(0deg, rgba(13, 17, 18, 0.9), rgba(13, 17, 18, 0));
}

.dark-place-card figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 18px 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.dark-place-card figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.35rem;
}

.reframe-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 44px;
  align-items: start;
  background: var(--white);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.principle-grid article,
.source-grid article,
.rules-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.principle-grid article {
  min-height: 220px;
  padding: 22px;
}

.principle-grid svg {
  margin-bottom: 32px;
  color: var(--teal);
}

.principle-grid p,
.rules-grid p,
.source-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.awareness-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 34px;
  color: #ffffff;
  background: #182022;
}

.awareness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.awareness-grid article {
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.awareness-grid strong {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
  place-items: center;
  border-radius: 8px;
  color: var(--night);
  background: var(--amber);
  font-size: 1.3rem;
}

.awareness-grid p,
.creator-copy p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}

.minute-section {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
  background: var(--paper);
}

.minute-copy {
  max-width: 900px;
}

.minute-copy p:not(.eyebrow) {
  max-width: 850px;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.72;
}

.minute-principle {
  border-left: 5px solid var(--amber);
  padding: 12px 0 12px 26px;
}

.minute-principle span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.minute-principle p {
  margin: 20px 0 0;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 950;
  line-height: 0.98;
}

.protocol-band {
  color: #ffffff;
  background: var(--night);
}

.protocol-copy {
  max-width: 820px;
}

.protocol-copy h2 {
  max-width: 760px;
}

.protocol-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.protocol-stage {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(360px, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 46px;
}

.phone-demo {
  border: 10px solid #252d2f;
  border-radius: 28px;
  padding: 14px;
  background: var(--white);
  color: var(--ink);
}

.live-demo-phone {
  width: 100%;
  max-width: 390px;
  justify-self: center;
  padding: 12px;
  background: #f7f3eb;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.phone-demo-top {
  display: flex;
  justify-content: space-between;
  padding: 0 6px 10px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
}

.phone-demo-screen {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 17, 18, 0.12);
  border-radius: 18px;
  aspect-ratio: 390 / 760;
  background: var(--white);
}

.phone-demo-screen iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--white);
}

.phone-demo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--muted);
  background: var(--white);
  font-weight: 850;
  text-align: center;
}

.phone-demo-screen.is-loaded .phone-demo-placeholder {
  display: none;
}

.phone-top {
  display: flex;
  justify-content: space-between;
  padding: 0 4px 10px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.phone-map {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: #223033;
}

.phone-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

.map-tag {
  position: absolute;
  border-radius: 8px;
  padding: 7px 10px;
  color: #ffffff;
  background: rgba(13, 17, 18, 0.86);
  font-size: 0.78rem;
  font-weight: 900;
}

.map-tag.user {
  left: 14%;
  bottom: 18%;
}

.map-tag.haven {
  right: 8%;
  top: 16%;
  background: var(--teal);
}

.phone-alert {
  margin-top: 12px;
  border: 1px solid #e6d5ca;
  border-radius: 8px;
  padding: 16px;
  background: #fff4ee;
}

.phone-alert span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
}

.red-button-preview {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  border-radius: 999px;
  padding: 10px 12px;
  color: #ffffff;
  background: var(--red);
  font-weight: 900;
}

.red-button-preview strong {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  color: var(--red);
  background: #ffffff;
}

.phone-alert h3 {
  margin-top: 8px;
  font-size: 1.45rem;
}

.phone-alert p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.phone-facts {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.phone-facts li {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  border: 1px solid #d7e9e5;
  border-radius: 8px;
  padding: 10px;
  color: var(--ink);
  background: #f5fffb;
  font-weight: 850;
}

.response-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.response-timeline li {
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.response-timeline li.duress-step {
  grid-column: 1 / -1;
  min-height: 0;
  border-color: rgba(198, 63, 50, 0.42);
  background:
    linear-gradient(135deg, rgba(198, 63, 50, 0.2), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
}

.response-timeline span {
  display: inline-flex;
  border-radius: 8px;
  padding: 6px 8px;
  color: var(--night);
  background: var(--amber);
  font-weight: 900;
}

.response-timeline li.duress-step span {
  color: #ffffff;
  background: var(--red);
}

.response-timeline strong {
  display: block;
  margin-top: 22px;
  font-size: 1.28rem;
}

.response-timeline p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.opening-lines {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.05);
}

.opening-lines > span {
  display: inline-flex;
  border-radius: 8px;
  padding: 6px 8px;
  color: var(--night);
  background: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
}

.opening-lines h3 {
  max-width: 720px;
  margin-top: 20px;
  color: #ffffff;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.opening-lines ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.opening-lines li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
  line-height: 1.35;
}

.creator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 34px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(13, 17, 18, 0.92), rgba(13, 17, 18, 0.72)),
    url("assets/optimized/veilige-straat-veilige-plek-1400.webp");
  background-position: center;
  background-size: cover;
}

.creator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.creator-grid article {
  min-height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  padding: 22px;
  background: rgba(13, 17, 18, 0.58);
  backdrop-filter: blur(10px);
}

.creator-grid h3 {
  font-size: 1.45rem;
  line-height: 1.14;
}

.rules-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 34px;
  background: var(--white);
}

.rules-grid {
  display: grid;
  gap: 12px;
}

.rules-grid article {
  padding: 22px;
}

.rules-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.pilot-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  gap: 34px;
  align-items: center;
  background: var(--paper);
}

.pilot-photo {
  overflow: hidden;
  border-radius: 8px;
  background: var(--night);
}

.pilot-photo img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}

.pilot-photo p {
  margin: 0;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

.pilot-photo a {
  color: #ffffff;
}

.pilot-copy p {
  color: var(--muted);
}

.pilot-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.pilot-metrics div {
  min-height: 124px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}

.pilot-metrics strong,
.pilot-metrics span {
  display: block;
}

.pilot-metrics strong {
  color: var(--teal);
  font-size: 2.2rem;
}

.pilot-metrics span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.35;
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 38px;
  align-items: start;
  color: #ffffff;
  background: var(--night);
}

.join-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.join-form {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.join-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.join-form input,
.join-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 10px 12px;
  color: #ffffff;
  background: rgba(13, 17, 18, 0.92);
}

.join-form input:focus,
.join-form select:focus,
.button:focus-visible,
.nav-cta:focus-visible,
.site-nav a:focus-visible {
  outline: 3px solid rgba(213, 138, 22, 0.35);
  outline-offset: 2px;
}

.join-form .button {
  width: 100%;
  border: 0;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.sources-section {
  background: var(--white);
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.source-grid article {
  min-height: 250px;
  padding: 22px;
}

.source-grid a {
  display: flex;
  width: fit-content;
  margin-top: 10px;
  color: var(--teal);
  font-weight: 900;
}

.source-grid a + a {
  margin-top: 4px;
}

.credit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--paper);
}

.credit-list p {
  flex: 1 0 260px;
  margin: 0;
  color: var(--muted);
}

.credit-list a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--teal);
  background: var(--white);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px max(18px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.72);
  background: var(--night);
}

.site-footer p {
  margin: 0;
}

.footer-main {
  display: grid;
  gap: 8px;
  max-width: 780px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.footer-contact span {
  color: var(--amber);
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer a {
  color: #ffffff;
  font-weight: 850;
}

.municipality-page {
  background: var(--paper);
}

.municipality-hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: #ffffff;
  background: var(--night);
}

.municipality-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 17, 18, 0.92), rgba(13, 17, 18, 0.56), rgba(13, 17, 18, 0.12)),
    linear-gradient(0deg, rgba(13, 17, 18, 0.92), rgba(13, 17, 18, 0.08) 58%),
    url("assets/optimized/veilige-straat-veilige-plek-1400.webp");
  background-position: center;
  background-size: cover;
}

.municipality-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 142px 0 82px;
}

.municipality-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  line-height: 0.92;
}

.municipality-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.22rem;
  line-height: 1.56;
}

.municipality-actions,
.municipality-guardrails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.municipality-actions {
  margin-top: 28px;
}

.municipality-guardrails {
  max-width: 880px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.municipality-guardrails li {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.municipality-brief,
.city-section,
.pilot-offer,
.municipality-safe,
.municipality-onepager,
.municipality-sources {
  padding: 86px max(18px, calc((100vw - 1180px) / 2));
}

.municipality-brief,
.municipality-safe {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 44px;
}

.municipality-brief {
  background: var(--white);
}

.brief-text {
  display: grid;
  gap: 16px;
}

.brief-text p,
.city-intro p,
.pilot-offer-copy p,
.onepager-grid p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.city-section {
  color: #ffffff;
  background: #101616;
}

.city-intro {
  max-width: 880px;
}

.city-intro p {
  color: rgba(255, 255, 255, 0.72);
}

.city-grid,
.pilot-offer-grid,
.safe-grid,
.onepager-grid {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.city-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.city-grid article {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.city-grid span,
.safe-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 7px 9px;
  color: var(--night);
  background: var(--amber);
  font-weight: 950;
}

.city-grid p,
.safe-grid p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.56;
}

.city-grid a {
  width: fit-content;
  margin-top: auto;
  color: #ffffff;
  font-weight: 900;
}

.pilot-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(440px, 1.26fr);
  gap: 40px;
  align-items: start;
  background: var(--paper);
}

.pilot-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.pilot-offer-grid article,
.onepager-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.pilot-offer-grid article {
  min-height: 250px;
}

.pilot-offer-grid svg {
  width: 22px;
  height: 22px;
  margin-bottom: 34px;
  color: var(--teal);
}

.pilot-offer-grid p {
  color: var(--muted);
  line-height: 1.52;
}

.municipality-safe {
  color: #ffffff;
  background: var(--night);
}

.safe-grid {
  margin-top: 0;
}

.safe-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.municipality-onepager {
  background: var(--white);
}

.onepager-head {
  max-width: 760px;
}

.onepager-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.onepager-grid article {
  min-height: 210px;
}

.municipality-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.municipality-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: var(--paper);
}

.municipality-sources a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 12px;
  color: var(--teal);
  background: var(--white);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav {
    display: none;
  }

  .hero h1 {
    font-size: 4.9rem;
  }

  h2 {
    font-size: 2.7rem;
  }

  .problem-section,
  .movement-opener,
  .municipality-brief,
  .pilot-offer,
  .municipality-safe,
  .reframe-section,
  .protocol-stage,
  .activation-section,
  .dark-places-section,
  .minute-section,
  .rules-band,
  .pilot-section,
  .join-section,
  .awareness-band,
  .creator-section {
    grid-template-columns: 1fr;
  }

  .dark-places-grid {
    grid-template-columns: 1fr;
  }

  .dark-place-card {
    height: 500px;
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .share-grid,
  .source-grid,
  .city-grid,
  .pilot-offer-grid,
  .onepager-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card.lead-news h3 {
    margin-top: 86px;
    font-size: 2.35rem;
  }

  .share-card.primary-share {
    grid-row: auto;
    min-height: 420px;
  }

  .share-card.primary-share h3 {
    margin-top: 130px;
    font-size: 3.1rem;
  }
}

@media (max-width: 720px) {
  .site-header {
    inset: 8px 8px auto;
    gap: 8px;
  }

  .hero-media,
  .news-card.lead-news {
    background-image:
      linear-gradient(0deg, rgba(13, 17, 18, 0.86), rgba(13, 17, 18, 0.2)),
      url("assets/optimized/veilige-straat-hero-900.webp");
  }

  .hero-media {
    background-image: url("assets/optimized/veilige-straat-hero-900.webp");
  }

  .movement-opener,
  .creator-section {
    background-image:
      linear-gradient(90deg, rgba(13, 17, 18, 0.92), rgba(13, 17, 18, 0.72)),
      url("assets/optimized/veilige-straat-veilige-plek-900.webp");
  }

  .share-card.primary-share {
    background-image:
      linear-gradient(0deg, rgba(13, 17, 18, 0.82), rgba(13, 17, 18, 0.18)),
      url("assets/optimized/veilige-straat-hero-900.webp");
  }

  .brand-logo {
    height: 36px;
    max-width: 128px;
  }

  .nav-cta {
    min-width: 116px;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-inner {
    width: min(100% - 24px, 580px);
    padding: 116px 0 72px;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero-line {
    font-size: 1.5rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button,
  .hero-actions a {
    width: 100%;
  }

  .evidence-strip,
  .routine-wall,
  .story-grid,
  .principle-grid,
  .response-timeline,
    .pilot-metrics,
    .share-grid,
    .awareness-grid,
  .creator-grid,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .protocol-band,
  .municipality-brief,
  .city-section,
  .pilot-offer,
  .municipality-safe,
  .municipality-onepager,
  .municipality-sources,
  .rules-band,
  .join-section,
    .sources-section,
    .pilot-section,
    .movement-opener,
    .news-section,
    .share-section,
    .activation-section,
    .photo-story,
    .dark-places-section,
    .minute-section,
    .awareness-band,
  .creator-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .evidence-strip,
  .news-section,
  .movement-opener,
  .problem-section,
  .share-section,
  .activation-section,
  .photo-story,
  .dark-places-section,
  .reframe-section,
  .minute-section,
  .creator-section,
  .rules-band,
  .pilot-section,
  .join-section {
    contain-intrinsic-size: 620px;
  }

  .protocol-band {
    contain-intrinsic-size: 1540px;
  }

  .awareness-band,
  .sources-section {
    display: none;
  }

  h2 {
    font-size: 2.12rem;
  }

  .manifesto-card {
    min-height: 280px;
  }

  .manifesto-card p {
    font-size: 1.55rem;
  }

  .evidence-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 8px 14px;
    scroll-snap-type: x proximity;
  }

  .evidence-strip article {
    flex: 0 0 min(82vw, 330px);
    min-height: 158px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .routine-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .routine-wall span {
    min-height: 64px;
    gap: 8px;
    padding: 12px;
    font-size: 0.84rem;
  }

  .routine-wall span::before {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    font-size: 0.82rem;
  }

  .routine-wall span::after {
    left: 40px;
    right: 12px;
    height: 2px;
  }

  .share-card,
  .share-card.primary-share,
  .news-card,
  .news-card.lead-news {
    min-height: 260px;
  }

  .news-grid {
    margin-right: -18px;
  }

  .news-card,
  .news-card.lead-news {
    flex-basis: min(330px, calc(100vw - 36px));
  }

  .share-card h3,
  .share-card.primary-share h3,
  .news-card.lead-news h3 {
    margin-top: 0;
    font-size: 2rem;
  }

  .news-card h3 {
    font-size: 1.45rem;
  }

  .story-photo,
  .story-photo.story-large,
  .story-photo.story-wide {
    min-height: 0;
  }

  .photo-story,
  .dark-places-section,
  .awareness-band,
  .creator-section,
  .sources-section {
    overflow: hidden;
  }

  .story-grid,
  .dark-places-grid,
  .awareness-grid,
  .creator-grid,
  .source-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -18px;
    padding: 0 18px 12px 0;
    scroll-snap-type: x proximity;
  }

  .story-photo,
  .dark-place-card,
  .awareness-grid article,
  .creator-grid article,
  .source-grid article {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }

  .awareness-grid article,
  .creator-grid article {
    min-height: 220px;
  }

  .dark-place-card {
    height: 390px;
    min-height: 0;
  }

  .activation-grid article {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 14px 0;
  }

  .activation-grid span {
    width: 36px;
    height: 36px;
  }

  .response-timeline li {
    min-height: 0;
    padding: 18px;
  }

  .opening-lines ul {
    grid-template-columns: 1fr;
  }

  .phone-demo {
    border-width: 7px;
    border-radius: 22px;
  }

  .pilot-photo {
    display: none;
  }

  .pilot-photo img {
    height: 390px;
  }

  .site-footer {
    flex-direction: column;
  }

  .municipality-hero-copy {
    width: min(100% - 24px, 580px);
    padding: 116px 0 72px;
  }

  .municipality-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .municipality-actions .button {
    width: 100%;
  }

  .city-grid,
  .pilot-offer-grid,
  .onepager-grid {
    grid-template-columns: 1fr;
  }

  .city-grid article,
  .pilot-offer-grid article,
  .onepager-grid article {
    min-height: 0;
  }
}

/* join-links: CTA-knoppen i.p.v. formulier */
.join-links { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.join-links .button { justify-content: center; }

.brand { display: inline-flex; align-items: center; }
