:root {
    --teal: #4AB5B5; --teal-deep: #177A7A; --teal-tint: #E6F4F4;
    --aub: #3B1D4A; --aub-mid: #6E3F84; --aub-soft: #CDBBD6; --aub-tint: #F3EEF5;
    --ink: #14201E; --text: #3C4A48; --muted: #6B7A77; --line: #DCE3E1; --paper: #F4F6F5; --white: #FFFFFF;
    --head: "Outfit", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    --body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.65; }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }
  .wrap { max-width: 1200px; margin: 0 auto; padding-inline: clamp(16px, 4vw, 40px); }
  h1, h2, h3 { font-family: var(--head); margin: 0; text-wrap: balance; letter-spacing: -0.015em; }
  h1 { font-weight: 700; font-size: clamp(34px, 4.6vw, 56px); line-height: 1.06; }
  h2 { font-weight: 600; font-size: clamp(25px, 2.7vw, 34px); line-height: 1.14; }
  h3 { font-weight: 600; font-size: 20px; line-height: 1.25; }
  p { margin: 0; color: var(--text); }
  p a { color: var(--aub-mid); text-decoration: underline; text-underline-offset: 3px; }
  .eyebrow { font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--aub-mid); display: flex; align-items: center; gap: 12px; }
  .eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--line); min-width: 24px; }
  .onphoto .eyebrow, .tint .eyebrow, .contact .eyebrow { color: var(--aub-soft); }
  .onphoto .eyebrow::after, .tint .eyebrow::after, .contact .eyebrow::after { background: rgba(255,255,255,.25); }
  .wv { display: inline-flex; align-items: center; gap: 2px; height: 16px; }
  .wv i { display: block; width: 2px; height: 100%; background: var(--teal); transform-origin: center; transform: scaleY(.4); animation: wv 1.1s ease-in-out infinite alternate; }
  .wv i:nth-child(2) { width: 4px; animation-duration: .9s; animation-delay: -.3s; }
  .wv i:nth-child(3) { animation-duration: 1.3s; animation-delay: -.7s; }
  .wv i:nth-child(4) { width: 5px; animation-duration: .8s; animation-delay: -.2s; }
  .wv i:nth-child(5) { animation-duration: 1.2s; animation-delay: -.5s; }
  .wv i:nth-child(6) { width: 3px; animation-duration: 1s; animation-delay: -.9s; }
  .wv i:nth-child(7) { animation-duration: 1.4s; animation-delay: -.1s; }
  @keyframes wv { 0% { transform: scaleY(.25); } 50% { transform: scaleY(1); } 100% { transform: scaleY(.45); } }
  @media (prefers-reduced-motion: reduce) { .wv i { animation: none; transform: scaleY(.6); } }

  .btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 600; font-size: 16px; line-height: 1.2; padding: 14px 24px; border-radius: 3px; border: 1.5px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
  .btn:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
  .btn-primary { background: var(--teal); border-color: var(--teal); color: var(--ink); }
  .btn-primary:hover { background: var(--teal-deep); border-color: var(--teal-deep); color: var(--white); }
  .btn-ghost { background: transparent; border-color: rgba(255,255,255,.75); color: var(--white); }
  .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
  .btn-aub { background: var(--aub); border-color: var(--aub); color: var(--white); }
  .btn-aub:hover { background: var(--ink); border-color: var(--ink); }
  .btn-line { border-color: var(--aub); color: var(--aub); }
  .btn-line:hover { background: var(--aub-tint); }
  .btns { display: flex; gap: 12px; flex-wrap: wrap; }

  /* nav */
  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, border-color .25s; }
  .nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 22px; height: 80px; transition: height .25s; }
  .brand { position: relative; display: block; }
  .brand svg { height: 42px; width: auto; display: block; transition: opacity .25s; }
  .brand .logo-color { position: absolute; inset: 0; opacity: 0; }
  .nav.solid { background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom-color: var(--line); }
  .nav.solid .wrap { height: 70px; }
  .nav.solid .logo-white { opacity: 0; }
  .nav.solid .logo-color { opacity: 1; }
  .menu { display: flex; gap: 26px; font-family: var(--head); font-size: 15px; }
  .menu a { color: rgba(255,255,255,.88); padding-block: 6px; border-bottom: 2px solid transparent; transition: color .25s; cursor: pointer; }
  .menu a:hover { color: var(--white); border-color: rgba(255,255,255,.6); }
  .menu a.on { color: var(--white); border-color: var(--white); }
  .nav.solid .menu a { color: var(--text); }
  .nav.solid .menu a:hover { color: var(--ink); border-color: var(--line); }
  .nav.solid .menu a.on { color: var(--ink); border-color: var(--teal); }
  .nav .btn { padding: 10px 18px; font-size: 15px; }
  .nav .btn-primary { background: transparent; border-color: rgba(255,255,255,.8); color: var(--white); }
  .nav .btn-primary:hover { background: var(--white); border-color: var(--white); color: var(--aub); }
  .nav.solid .btn-primary { background: var(--teal); border-color: var(--teal); color: var(--ink); }
  .nav-end { display: flex; align-items: center; gap: 14px; }
  .lang { display: inline-flex; align-items: center; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.3); }
  .lang button, .lang a { text-decoration: none; border: 0; background: transparent; font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: .16em; color: rgba(255,255,255,.6); padding: 6px 7px 4px; cursor: pointer; border-bottom: 2px solid transparent; }
  .lang button[aria-pressed="true"], .lang a[aria-current="true"] { color: var(--white); border-bottom-color: var(--white); }
  .nav.solid .lang { border-left-color: var(--line); }
  .nav.solid .lang button, .nav.solid .lang a { color: var(--muted); }
  .nav.solid .lang button[aria-pressed="true"], .nav.solid .lang a[aria-current="true"] { color: var(--ink); border-bottom-color: var(--teal); }
  @media (max-width: 1080px) { .menu { display: none; } }
  @media (max-width: 520px) { .nav .btn-primary { display: none; } .brand svg { height: 32px; } }

  /* hero varianten */
  .hero { position: relative; overflow: hidden; background: var(--aub); color: var(--white); }
  .hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; }
  .hero::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 190px; z-index: 1; background: linear-gradient(180deg, rgba(40,16,52,.55), rgba(40,16,52,0)); }
  .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(40,16,52,.88) 0%, rgba(40,16,52,.62) 36%, rgba(40,16,52,.1) 64%, rgba(40,16,52,0) 100%); }
  .hero .wrap { position: relative; z-index: 2; padding-block: calc(80px + clamp(64px, 9vw, 128px)) clamp(72px, 10vw, 140px); }
  .hero .copy { max-width: 620px; display: grid; gap: 20px; }
  .hero p { color: rgba(255,255,255,.9); font-size: 18px; max-width: 52ch; }
  .hero.sub .wrap { padding-block: calc(80px + 56px) 56px; }
  .hero.sub h1 { font-size: clamp(30px, 3.6vw, 44px); }
  .hero.sub::after { background: linear-gradient(90deg, rgba(40,16,52,.92) 0%, rgba(40,16,52,.72) 45%, rgba(40,16,52,.35) 100%); }
  .hero.sub.light::after { background: linear-gradient(90deg, rgba(40,16,52,.95) 0%, rgba(40,16,52,.86) 40%, rgba(40,16,52,.72) 70%, rgba(40,16,52,.66) 100%); }
  .hero.sub.light::before { background: none; }
  .hero.sub.light img.bg { filter: saturate(.5); }
  .hero.plain::after, .hero.plain::before { background: none; }
  .crumbs { font-family: var(--head); font-size: 13px; color: var(--aub-soft); margin-bottom: 14px; }
  .crumbs a { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

  /* cijferband */
  .strip { background: var(--aub); color: var(--white); position: relative; }
  .strip::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--teal); }
  .strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
  .fact { padding: 24px 24px 26px; display: grid; gap: 4px; align-content: start; border-left: 1px solid rgba(205,187,214,.2); }
  .fact:first-child { border-left: 0; padding-left: 0; }
  .fact b { font-family: var(--head); font-weight: 700; font-size: clamp(42px, 4.4vw, 60px); line-height: .84; letter-spacing: -0.045em; color: var(--teal); margin-bottom: 12px; }
  .fact strong { font-family: var(--head); font-weight: 600; font-size: 17px; line-height: 1.2; }
  .fact span { font-size: 14px; line-height: 1.4; color: var(--aub-soft); }
  @media (max-width: 860px) { .strip .wrap { grid-template-columns: 1fr 1fr; } .fact:nth-child(3) { border-left: 0; padding-left: 0; } .fact:nth-child(n+3) { border-top: 1px solid rgba(205,187,214,.2); } }
  @media (max-width: 480px) { .strip .wrap { grid-template-columns: 1fr; } .fact { border-left: 0; padding-left: 0; } .fact + .fact { border-top: 1px solid rgba(205,187,214,.2); } }

  section.block { padding-block: clamp(48px, 6vw, 88px); }
  section.paper { background: var(--aub-tint); }
  section.tint { background: var(--aub); color: var(--white); }
  section.tint p { color: rgba(255,255,255,.86); }
  section.tint h2 { color: var(--white); }
  .cols { display: grid; gap: clamp(26px, 4vw, 56px); align-items: start; }
  .cols-2 { grid-template-columns: 1fr 1fr; }
  .cols-21 { grid-template-columns: 1.35fr 1fr; }
  .cols-12 { grid-template-columns: 1fr 1.35fr; }
  .stack { display: grid; gap: 16px; align-content: start; }
  .stack p { max-width: 62ch; }
  .center { align-items: center; }
  @media (max-width: 860px) { .cols-2, .cols-21, .cols-12 { grid-template-columns: 1fr; } }

  /* wat we doen: één zin, groot neergezet */
  .statement-block { padding-block: clamp(72px, 10vw, 150px); }
  .statement { font-family: var(--head); font-weight: 300; font-size: clamp(34px, 5.2vw, 72px); line-height: 1.1; letter-spacing: -0.025em; max-width: 25ch; color: var(--ink); margin-top: 40px; }
  .statement b { font-weight: 600; color: var(--aub); border-bottom: 4px solid var(--teal); cursor: pointer; transition: color .15s; }
  .statement b:hover { color: var(--teal-deep); }
  .statement-links { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 44px; font-family: var(--head); font-weight: 600; font-size: 16px; }
  .statement-links a { color: var(--aub); text-decoration: underline; text-underline-offset: 6px; cursor: pointer; }
  .statement-links a:hover { color: var(--teal-deep); }

  .ph.quiet { max-width: 400px; justify-self: end; }
  .ph.quiet::after { content: ""; position: absolute; inset: 0; background: rgba(59,29,74,.18); }
  .ph.warm::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(59,29,74,.70) 0%, rgba(59,29,74,.35) 55%, rgba(74,181,181,.25) 100%); mix-blend-mode: multiply; }
  .ph.warm img { filter: saturate(.6) contrast(1.05); }
  @media (max-width: 860px) { .ph.quiet { max-width: none; justify-self: stretch; aspect-ratio: 3 / 2 !important; } }

  /* tegels */  /* tegels */  /* tegels */
  .tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .tile { background: var(--aub-tint); border: 0; border-radius: 4px; padding: 26px; display: grid; gap: 10px; align-content: start; transition: box-shadow .15s, transform .15s; }
  section.paper .tile { background: var(--white); }
  a.tile { cursor: pointer; }
  a.tile:hover { box-shadow: 0 14px 30px -22px rgba(59,29,74,.55); transform: translateY(-2px); }
  .tile p { font-size: 15px; }
  .tile .more { font-family: var(--head); font-weight: 600; font-size: 14px; color: var(--aub); margin-top: 4px; }
  section[id] { scroll-margin-top: 90px; }
  .tiles-4 { grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 860px) { .tiles { grid-template-columns: 1fr; } .tiles-4 { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .tiles-4 { grid-template-columns: 1fr; } }

  /* foto's */
  .ph { position: relative; overflow: hidden; border-radius: 3px; background: var(--teal-tint); display: grid; place-items: end start; padding: 12px; }
  .ph::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(74,181,181,.14) 0 1px, transparent 1px 11px); }
  .ph span { position: relative; font-family: var(--head); font-size: 12px; letter-spacing: .06em; color: var(--teal-deep); background: rgba(255,255,255,.85); padding: 3px 8px; border-radius: 2px; }
  .ph.photo { background: #cfd8d6; padding: 0; }
  .ph.photo::before { display: none; }
  .ph.photo img { width: 100%; height: 100%; object-fit: cover; }
  .ph.tall { aspect-ratio: 4 / 5; }
  .ph.wide { aspect-ratio: 16 / 9; }
  .duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .duo .ph:last-child { margin-top: 36px; }

  /* stappen */
  .steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(24px, 3.5vw, 48px); counter-reset: s; }
  .steps li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding-block: 14px; border-top: 1px solid var(--line); color: var(--text); font-size: 16px; }
  .steps li::before { counter-increment: s; content: counter(s); font-family: var(--head); font-weight: 600; font-size: 14px; color: var(--aub); width: 26px; height: 26px; border-radius: 50%; background: var(--aub-tint); display: grid; place-items: center; }
  section.tint .steps li { border-color: rgba(205,187,214,.25); color: rgba(255,255,255,.88); }
  section.tint .steps li::before { background: rgba(255,255,255,.12); color: var(--teal); }
  @media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

  /* cases: foto met titel erin, geen kader */
  .cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .case { position: relative; aspect-ratio: 4 / 5; border-radius: 4px; overflow: hidden; background: var(--aub); cursor: pointer; isolation: isolate; }
  .case img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
  .case::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,16,52,0) 35%, rgba(40,16,52,.55) 70%, rgba(40,16,52,.92) 100%); }
  .case .body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 22px 22px 24px; display: grid; gap: 6px; color: var(--white); }
  .case b { font-family: var(--head); font-weight: 600; font-size: 24px; line-height: 1.1; letter-spacing: -0.015em; }
  .case small { font-family: var(--head); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
  .case:hover img { transform: scale(1.04); }
  .case small.go::after { content: " \2192"; }
  .case small.stream::before { content: ""; display: inline-block; width: 0; height: 0; border-left: 8px solid var(--teal); border-top: 5px solid transparent; border-bottom: 5px solid transparent; margin-right: 8px; vertical-align: 0; }
  .case.playing small.stream::before { border: 0; width: 8px; height: 10px; background: linear-gradient(90deg, var(--teal) 0 3px, transparent 3px 5px, var(--teal) 5px 8px); vertical-align: -1px; }
  .case.live { cursor: pointer; }
  .case:hover small { color: var(--white); }
  .case.dark { background: var(--aub); display: grid; align-content: end; }
  .case.dark::after { display: none; }
  .case.dark .body { position: static; }
  .cases.four { grid-template-columns: repeat(4, 1fr); }
  .cases.four .case b { font-size: 21px; }
  .cases.five { display: flex; flex-wrap: wrap; justify-content: center; }
  .cases.five .case { flex: 0 0 calc((100% - 32px) / 3); }
  .case.dark .body { display: grid; gap: 8px; }
  .case.dark small.go { color: rgba(255,255,255,.7); text-transform: none; letter-spacing: 0; font-size: 14px; }
  .case.dark small.go::after { content: none; }
  @media (max-width: 860px) { .cases, .cases.four { grid-template-columns: 1fr 1fr; } .cases.five .case { flex-basis: calc((100% - 16px) / 2); } }
  @media (max-width: 560px) { .cases.five .case { flex-basis: 100%; } }
  @media (max-width: 560px) { .cases { grid-template-columns: 1fr; } .case { aspect-ratio: 1 / 1; } .case img { object-position: 50% 35%; } }

  .player { border: 0; border-radius: 4px; padding: 18px; display: grid; grid-template-columns: 46px 1fr; gap: 2px 14px; align-items: center; background: var(--white); }
  .player .play { grid-row: span 2; width: 46px; height: 46px; border-radius: 50%; background: var(--aub); border: 0; cursor: pointer; display: grid; place-items: center; }
  .player .play::after { content: ""; border-left: 13px solid var(--teal); border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: 4px; }
  .player b { font-family: var(--head); font-weight: 600; font-size: 17px; color: var(--ink); }
  .player small { font-size: 14px; color: var(--muted); }
  .player.playing .play::after { border: 0; width: 12px; height: 14px; margin-left: 0; background: linear-gradient(90deg, var(--teal) 0 4px, transparent 4px 8px, var(--teal) 8px 12px); }
  .players { display: grid; gap: 10px; }
  .fiat-logo { width: min(285px, 100%); height: auto; margin-bottom: 8px; }

  .quote { border-left: 3px solid var(--teal); padding-left: 20px; font-family: var(--head); font-size: 20px; font-weight: 300; line-height: 1.4; color: var(--ink); }

  /* veelgestelde vragen */
  .faq { display: grid; gap: 0; border-top: 1px solid var(--line); }
  .faq details { border-bottom: 1px solid var(--line); }
  .faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 22px; align-items: center; gap: 16px; padding-block: 18px; font-family: var(--head); font-weight: 600; font-size: 18px; color: var(--ink); }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: ""; width: 12px; height: 12px; justify-self: center; border-right: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(45deg) translate(-2px,-2px); transition: transform .2s; }
  .faq details[open] summary::after { transform: rotate(225deg) translate(-2px,-2px); }
  .faq details[open] summary { color: var(--aub); }
  .faq details p { padding-bottom: 20px; max-width: 66ch; color: var(--text); }
  @media (min-width: 861px) { .faq-block .cols-12 > .stack { position: sticky; top: 100px; } }
  .faq-block .cols-12 > .stack p { color: var(--muted); }

  /* formulier */
  .form { display: grid; gap: 14px; margin-top: 6px; }
  .form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .form label { display: grid; gap: 6px; font-family: var(--head); font-weight: 600; font-size: 14px; color: var(--ink); }
  .form input, .form select, .form textarea { font: 16px/1.4 var(--body); color: var(--ink); background: var(--aub-tint); border: 0; border-bottom: 2px solid transparent; border-radius: 4px 4px 0 0; padding: 12px 14px; width: 100%; transition: border-color .15s, background .15s; }
  .form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-bottom-color: var(--teal); background-color: var(--white); box-shadow: inset 0 0 0 1px var(--aub-soft); }
  .form textarea { resize: vertical; }
  .form select { -webkit-appearance: none; appearance: none; cursor: pointer; padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%233B1D4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 12px 8px; }
  .form select::-ms-expand { display: none; }
  .form .btns { margin-top: 6px; }
  .form-msg { background: var(--aub-tint); border-left: 3px solid var(--teal); border-radius: 0 4px 4px 0; padding: 14px 16px; font-family: var(--head); font-weight: 600; color: var(--ink); max-width: none; }
  .form-msg.err { border-left-color: #C0392B; }
  .form.sent > :not(.form-msg) { display: none; }
  .form .fine { font-size: 13px; color: var(--muted); max-width: none; }
  .form .fine a { cursor: pointer; }
  .side h3 { margin-top: 14px; }
  .side .big { font-family: var(--head); font-weight: 600; font-size: 22px; line-height: 1.5; }
  .side .big a { color: var(--aub); text-decoration: none; }
  .steps.one { grid-template-columns: 1fr; }
  @media (max-width: 640px) { .form .row { grid-template-columns: 1fr; } }

  /* memory lane */
  .lane { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 320px); gap: 16px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .lane-item { position: relative; background: rgba(255,255,255,.06); border-radius: 4px; padding: 22px 22px 24px; display: grid; gap: 10px; align-content: start; scroll-snap-align: start; cursor: pointer; transition: background .15s; }
  .lane-item:hover { background: rgba(255,255,255,.11); }
  .lane.single { display: block; overflow: visible; }
  .lane.single .lane-item { display: grid; grid-template-columns: auto 200px 1fr auto; gap: 12px 32px; align-items: center; padding: 28px 32px; }
  .lane.single .lane-item img { width: 200px; margin: 0; }
  .lane.single .lane-item .txt { display: grid; gap: 6px; }
  @media (max-width: 860px) { .lane.single .lane-item { grid-template-columns: 1fr; } }
  .lane-item.soon { cursor: default; border: 1px dashed rgba(255,255,255,.25); background: transparent; }
  .lane-item .year { font-family: var(--head); font-weight: 700; font-size: 34px; line-height: 1; color: var(--teal); letter-spacing: -0.02em; }
  .lane-item.soon .year { font-size: 14px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--aub-soft); padding-top: 12px; }
  .lane-item img { width: 150px; height: auto; margin-block: 6px; }
  .lane-item b { font-family: var(--head); font-weight: 600; font-size: 20px; line-height: 1.2; color: var(--white); }
  .lane-item p { font-size: 15px; color: rgba(255,255,255,.8); }
  .lane-item small.go { font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
  .lane-item small.go::after { content: " \2192"; }

  /* spelers op aubergine: tracklijst, geen witte blokken */
  section.tint .players { gap: 0; }
  section.tint .player { background: transparent; border: 0; border-top: 1px solid rgba(255,255,255,.14); border-radius: 0; padding: 12px 0; grid-template-columns: 36px 1fr; gap: 0 14px; }
  section.tint .players > .player:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
  section.tint .player .play { width: 36px; height: 36px; background: var(--teal); }
  section.tint .player .play::after { border-left: 11px solid var(--ink); border-top-width: 7px; border-bottom-width: 7px; margin-left: 3px; }
  section.tint .player.playing .play::after { border: 0; width: 10px; height: 12px; margin-left: 0; background: linear-gradient(90deg, var(--ink) 0 3px, transparent 3px 7px, var(--ink) 7px 10px); }
  section.tint .player b { color: var(--white); font-size: 16px; }
  section.tint .player small { color: var(--aub-soft); font-size: 13px; }
  section.tint .player:hover b { color: var(--teal); }
  .players.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 36px; }
  section.tint .players.grid3 { border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; row-gap: 18px; }
  section.tint .players.grid3 > .player { border: 0; padding: 0; }
  @media (max-width: 860px) { .players.grid3 { grid-template-columns: 1fr; } }

  /* cookiebanner */
  .cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40; max-width: 560px; margin-inline: auto; background: var(--aub); color: var(--white); border-radius: 4px; padding: 18px 20px; display: grid; gap: 12px; box-shadow: 0 16px 40px -18px rgba(0,0,0,.6); }
  .cookie[hidden] { display: none; }
  .cookie p { color: rgba(255,255,255,.88); font-size: 15px; }
  .cookie .btn { padding: 10px 18px; font-size: 15px; }

  /* lopende tekst (privacy) */
  .prose { max-width: 760px; display: grid; gap: 14px; }
  .prose h2 { margin-top: 26px; font-size: clamp(22px, 2.2vw, 28px); }
  .prose h3 { margin-top: 8px; font-size: 18px; }
  .prose .lead { color: var(--muted); font-size: 14px; }
  .table-wrap { overflow-x: auto; }
  table.plain { border-collapse: collapse; width: 100%; font-size: 15px; }
  table.plain th, table.plain td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
  table.plain th { font-family: var(--head); font-weight: 600; color: var(--ink); }

  /* lijstjes met streepje */
  .dash { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
  .dash li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: baseline; }
  .dash li::before { content: ""; height: 2px; background: var(--teal); align-self: start; margin-top: .8em; }
  section.tint .dash li { color: rgba(255,255,255,.88); }

  .contact { background: var(--aub); color: var(--white); }
  .contact .wrap { padding-block: clamp(48px, 6vw, 84px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
  .contact p { color: var(--aub-soft); font-size: 19px; }
  @media (max-width: 760px) { .contact .wrap { grid-template-columns: 1fr; } }

  footer { background: var(--ink); color: rgba(255,255,255,.72); font-size: 15px; }
  footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px 40px; padding-block: 64px 48px; }
  footer .top svg { height: 40px; width: auto; margin-bottom: 16px; }
  footer p { font-size: 15px; color: rgba(255,255,255,.6); max-width: 34ch; }
  footer h4 { font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin: 0 0 16px; }
  footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
  footer li a { color: rgba(255,255,255,.82); cursor: pointer; }
  footer li a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
  footer address { font-style: normal; color: rgba(255,255,255,.82); display: grid; gap: 5px; }
  footer address a { color: var(--teal); }
  footer .bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 20px; display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.45); font-family: var(--head); }
  footer .bottom span a { color: rgba(255,255,255,.55); margin-left: 18px; cursor: pointer; }
  footer .bottom span a:hover { color: var(--white); }
  @media (max-width: 900px) { footer .top { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { footer .top { grid-template-columns: 1fr; } }

  /* prototype-balk */
  .proto { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: var(--ink); color: var(--white); display: flex; align-items: center; gap: 10px 16px; flex-wrap: wrap; padding: 10px clamp(12px, 3vw, 24px); font-family: var(--head); font-size: 13px; }
  .proto b { font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: 11px; color: var(--teal); }
  .proto a { padding: 5px 10px; border-radius: 3px; border: 1px solid rgba(255,255,255,.25); cursor: pointer; color: rgba(255,255,255,.82); }
  .proto a:hover { border-color: var(--white); color: var(--white); }
  .proto a.on { background: var(--teal); border-color: var(--teal); color: var(--ink); font-weight: 600; }
  body:has(nav.proto) { padding-bottom: 56px; }

  .page { display: none; }
  .page.on { display: block; }
