/* Basis: papier, inkt en rustige leesmaat */
:root {
  --ll-inkt: #0f2235;
  --ll-rood: #ed5e46;
  --ll-papier: #f4f0e7;
  --ll-wit: #fffdfa;
  --ll-mist: #dbe4e8;
  --ll-lijn: rgba(15, 34, 53, 0.2);
  --ll-schaduw: 0 24px 70px rgba(15, 34, 53, 0.13);
  --ll-serif: Georgia, "Times New Roman", serif;
  --ll-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ll-papier);
  color: var(--ll-inkt);
  font: 17px/1.68 var(--ll-sans);
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--ll-rood);
}

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--ll-rood);
  outline-offset: 4px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, p {
  overflow-wrap: anywhere;
}

h1, h2 {
  font-family: var(--ll-serif);
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 7.5rem);
  letter-spacing: -0.055em;
}

h2 {
  margin: 0 0 0.7em;
  font-size: clamp(2rem, 3.5vw, 4rem);
  letter-spacing: -0.035em;
}

p {
  margin: 0 0 1.1em;
}

.ll-sprong {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--ll-wit);
}

.ll-sprong:focus {
  transform: none;
}

.ll-paginaveld {
  max-width: 1640px;
  margin: 0 auto;
  background: var(--ll-wit);
  box-shadow: var(--ll-schaduw);
}

.ll-leesvlak {
  min-width: 0;
}


/* Kopstrook en progressief mobiel menu */
.ll-kopstrook {
  min-height: 98px;
  padding: 18px 34px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--ll-lijn);
}

.ll-merk {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  text-decoration: none;
  letter-spacing: 0.13em;
  font-size: 0.88rem;
}

.ll-merk b {
  color: var(--ll-rood);
}

.ll-editienoot {
  margin: 0;
  color: #556574;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ll-inhoudknop {
  display: none;
  border: 0;
  background: var(--ll-inkt);
  color: white;
  min-height: 44px;
  padding: 0 16px;
  font: 700 0.78rem var(--ll-sans);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ll-hoofdroute {
  grid-column: 1 / -1;
}

.ll-hoofdroute ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ll-hoofdroute a {
  font-size: 0.88rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.ll-hoofdroute a:hover {
  border-color: currentColor;
}


/* Eerste scherm als asymmetrisch hotelvenster */
.ll-openingsbeeld {
  display: grid;
  grid-template-columns: minmax(340px, 0.74fr) minmax(0, 1.26fr);
  min-height: 730px;
}

.ll-openingskop {
  min-width: 0;
  padding: clamp(42px, 7vw, 112px) clamp(28px, 5vw, 76px);
  align-self: center;
}

.ll-openingskop h1 {
  max-width: 8.5ch;
}

.ll-openingskop > p:not(.ll-boventitel) {
  max-width: 34rem;
  font-size: 1.08rem;
}

.ll-boventitel {
  margin-bottom: 18px;
  color: var(--ll-rood);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ll-hoofdkeuze {
  display: inline-flex;
  margin-top: 24px;
  padding: 15px 20px;
  background: var(--ll-inkt);
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.ll-hoofdkeuze:hover {
  background: var(--ll-rood);
  color: white;
}

.ll-nachtbeeld {
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
}

.ll-nachtbeeld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.ll-feitenlint {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ll-lijn);
  border-bottom: 1px solid var(--ll-lijn);
}

.ll-feitenlint span {
  min-width: 0;
  padding: 18px 24px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border-right: 1px solid var(--ll-lijn);
}

.ll-feitenlint span:last-child {
  border: 0;
}

.ll-redactienoot {
  margin: 0;
  padding: 22px clamp(28px, 6vw, 90px);
  background: var(--ll-rood);
  color: white;
}

.ll-redactienoot p {
  max-width: 70rem;
  margin: 0;
  font-family: var(--ll-serif);
  font-size: 1.4rem;
}


/* Secties en routevensters */
.ll-routecollectie, .ll-keuzetabel, .ll-tweekolom, .ll-hulpkader, .ll-uitgeverstrook, .ll-binnenkop, .ll-routedossier, .ll-programmalijn, .ll-kadertekst, .ll-stappenladder, .ll-begrippenlijst, .ll-signaallijst, .ll-contactwaaier, .ll-prozablokken, .ll-registerblad, .ll-verificatie, .ll-bronnenkast, .ll-vragenstapel, .ll-viernulvier {
  padding: clamp(58px, 8vw, 124px) clamp(28px, 7vw, 112px);
}

.ll-sectiekop {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 46px;
}

.ll-sectiekop > p {
  color: var(--ll-rood);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ll-sectiekop h2 {
  max-width: 17ch;
}

.ll-vensterraster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ll-inkt);
  border-left: 1px solid var(--ll-inkt);
}

.ll-routevenster {
  min-width: 0;
  min-height: 430px;
  padding: clamp(28px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ll-inkt);
  border-bottom: 1px solid var(--ll-inkt);
}

.ll-routenummer {
  align-self: flex-end;
  color: var(--ll-rood);
  font: 2.3rem var(--ll-serif);
}

.ll-routeplaats {
  margin: 0 0 12px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ll-routevenster h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.ll-routevenster > p {
  max-width: 38rem;
}

.ll-routevenster dl {
  margin: auto 0 24px;
}

.ll-routevenster dl div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  padding: 8px 0;
  border-top: 1px solid var(--ll-lijn);
}

.ll-routevenster dt {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ll-routevenster dd {
  margin: 0;
}

.ll-routevenster > a {
  font-weight: 800;
  text-decoration: none;
}

.ll-routevenster > a span {
  color: var(--ll-rood);
}


/* Beeld, tabellen en tweekoloms redactie */
.ll-tweekolom {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  background: var(--ll-mist);
}

.ll-tweekolom > * {
  min-width: 0;
}

.ll-tekstlink {
  display: inline-block;
  font-weight: 800;
}

.ll-beeldkader {
  margin: 0;
  overflow: hidden;
  background: var(--ll-inkt);
}

.ll-beeldkader img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ll-beeldkader figcaption {
  padding: 10px 14px;
  color: white;
  font-size: 0.72rem;
}

.ll-keuzetabel {
  border-top: 1px solid var(--ll-lijn);
}

.ll-tabelruimte {
  max-width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th, td {
  padding: 18px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--ll-lijn);
}

thead th {
  background: var(--ll-inkt);
  color: white;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

tbody th {
  color: var(--ll-rood);
}


/* Hulp en uitgeversstrook */
.ll-hulpkader {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
  gap: 60px;
  background: var(--ll-inkt);
  color: white;
}

.ll-hulpkader h2 {
  max-width: 15ch;
}

.ll-hulpkader > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.ll-hulpkader a {
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.35);
  text-decoration: none;
}

.ll-hulpkader a:hover {
  background: var(--ll-rood);
  color: white;
}

.ll-uitgeverstrook {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: start;
}

.ll-uitgeverstrook > p {
  color: var(--ll-rood);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ll-uitgeverstrook h2 {
  font-size: 2.3rem;
}


/* Binnenpagina's en broodkruimels */
.ll-kruimelpad {
  padding: 18px clamp(28px, 7vw, 112px);
  border-bottom: 1px solid var(--ll-lijn);
}

.ll-kruimelpad ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.76rem;
}

.ll-kruimelpad li + li::before {
  content: "→";
  margin-right: 18px;
  color: var(--ll-rood);
}

.ll-binnenkop {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--ll-lijn);
}

.ll-binnenkop h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 7vw, 7.4rem);
}

.ll-binnenkop > p:last-child {
  max-width: 51rem;
  margin-top: 28px;
  font-size: 1.12rem;
}

.ll-kadertekst {
  margin: 0 clamp(28px, 7vw, 112px) clamp(58px, 8vw, 124px);
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid var(--ll-inkt);
}

.ll-kadertekst h2 {
  max-width: 18ch;
}


/* Dossierpagina's */
.ll-routedossier {
  padding-top: 0;
}

.ll-dossierkop {
  padding: clamp(58px, 8vw, 124px) 0;
}

.ll-dossierkop h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 6vw, 6.5rem);
}

.ll-dossierkop h1 span {
  color: var(--ll-rood);
}

.ll-dossierkop > p:last-child {
  max-width: 50rem;
  margin-top: 28px;
}

.ll-routedossier > .ll-beeldkader {
  width: min(100%, 1050px);
}

.ll-routepas {
  margin: 0 0 80px auto;
  width: min(92%, 980px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--ll-inkt);
  color: white;
}

.ll-routepas div {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,0.24);
}

.ll-routepas span {
  display: block;
  margin-bottom: 8px;
  color: #f29b8b;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ll-dossiergrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 8vw, 120px);
  padding: 80px 0;
}

.ll-dossiergrid > div {
  min-width: 0;
}

.ll-dossiergrid h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.ll-feitendossier {
  padding: 80px 0;
  border-top: 1px solid var(--ll-lijn);
}

.ll-feitendossier dl {
  margin: 0;
}

.ll-feitendossier dl div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ll-lijn);
}

.ll-feitendossier dt {
  color: var(--ll-rood);
  font-weight: 800;
}

.ll-feitendossier dd {
  margin: 0;
}

.ll-routedossier > .ll-tweekolom {
  margin-inline: calc(-1 * clamp(28px, 7vw, 112px));
}

.ll-avondkeuze {
  margin: 80px 0;
  padding: clamp(34px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  background: var(--ll-rood);
  color: white;
}

.ll-avondkeuze h2 {
  max-width: 16ch;
}

.ll-avondkeuze a {
  padding: 14px 18px;
  background: white;
  color: var(--ll-inkt);
  text-decoration: none;
  font-weight: 800;
}

.ll-contactregels {
  padding-top: 30px;
}


/* Lijsten, vragen en bronnen */
.ll-programmalijn, .ll-stappenladder, .ll-begrippenlijst, .ll-contactwaaier, .ll-prozablokken {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ll-inkt);
}

.ll-programmalijn article, .ll-begrippenlijst article, .ll-contactwaaier article, .ll-prozablokken article {
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
  background: var(--ll-wit);
}

.ll-programmalijn span, .ll-stappenladder > li > span {
  color: var(--ll-rood);
  font: 2.2rem var(--ll-serif);
}

.ll-programmalijn h2, .ll-begrippenlijst h2, .ll-contactwaaier h2, .ll-prozablokken h2 {
  font-size: 2rem;
}

.ll-stappenladder {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  list-style: none;
}

.ll-stappenladder li {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(28px, 4vw, 52px);
  background: var(--ll-wit);
}

.ll-stappenladder h2 {
  font-size: 2rem;
}

.ll-begrippenlijst {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ll-signaallijst {
  background: var(--ll-rood);
  color: white;
}

.ll-signaallijst ul {
  columns: 2;
  column-gap: 80px;
}

.ll-signaallijst li {
  margin-bottom: 14px;
  break-inside: avoid;
}

.ll-prozablokken {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ll-contactwaaier {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ll-vragenstapel {
  display: grid;
  gap: 12px;
}

.ll-vraag {
  border: 1px solid var(--ll-inkt);
  background: var(--ll-wit);
}

.ll-vraag summary {
  min-height: 58px;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font: 700 1.05rem var(--ll-sans);
}

.ll-vraag p {
  max-width: 58rem;
  padding: 0 20px 22px;
}

.ll-bronnenkast {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ll-bronregel {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--ll-lijn);
}

.ll-bronregel h2 {
  font-size: 1.7rem;
}

.ll-bronmaker {
  color: var(--ll-rood);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ll-bronregel dl div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid var(--ll-lijn);
  padding: 8px 0;
}

.ll-bronregel dt {
  font-weight: 800;
}

.ll-bronregel dd {
  margin: 0;
}


/* Register en juridische gegevens */
.ll-registerblad {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--ll-inkt);
}

.ll-registerblad div {
  min-width: 0;
  padding: 26px;
  background: var(--ll-wit);
}

.ll-registerblad dt {
  color: var(--ll-rood);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ll-registerblad dd {
  margin: 8px 0 0;
  font: 1.35rem var(--ll-serif);
}

.ll-verificatie {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  background: var(--ll-mist);
}

.ll-verificatie a {
  font-weight: 800;
}


/* 404 en slotnoot */
.ll-viernulvier {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ll-inkt);
  color: white;
}

.ll-viernulvier h1 {
  max-width: 10ch;
}

.ll-viernulvier > p:first-child {
  color: #f29b8b;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ll-viernulvier > p {
  max-width: 38rem;
}

.ll-viernulvier div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ll-viernulvier a {
  padding: 13px 18px;
  border: 1px solid white;
  text-decoration: none;
}

.ll-slotnoot {
  padding: 48px 34px 34px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1.5fr);
  gap: 38px;
  background: var(--ll-inkt);
  color: white;
}

.ll-slotnoot > div p {
  max-width: 34rem;
  color: #c8d2d8;
  font-size: 0.86rem;
}

.ll-slotnoot ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ll-slotnoot a {
  color: white;
}

.ll-waarschuwing {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #f29b8b;
  font-size: 0.8rem;
}


/* Middelgrote schermen */
@media (max-width: 980px) {
  .ll-openingsbeeld {
    grid-template-columns: 1fr;
  }

  .ll-openingskop {
    order: 1;
  }

  .ll-nachtbeeld {
    order: 2;
    min-height: 460px;
  }

  .ll-feitenlint {
    order: 3;
  }

  .ll-tweekolom, .ll-hulpkader {
    grid-template-columns: 1fr;
  }

  .ll-routedossier > .ll-tweekolom {
    margin-inline: calc(-1 * clamp(28px, 7vw, 112px));
  }

  .ll-programmalijn, .ll-contactwaaier {
    grid-template-columns: 1fr;
  }

  .ll-bronnenkast {
    grid-template-columns: 1fr;
  }

}


/* Mobiele compositie blijft volledig zonder JavaScript */
@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .ll-kopstrook {
    grid-template-columns: 1fr auto;
    padding: 15px 18px;
    gap: 12px;
  }

  .ll-editienoot {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .ll-hoofdroute {
    grid-column: 1 / -1;
  }

  .ll-hoofdroute ol {
    display: grid;
    grid-template-columns: 1fr;
  }

  .js .ll-inhoudknop {
    display: inline-flex;
    align-items: center;
  }

  .js .ll-hoofdroute[hidden] {
    display: none;
  }

  .ll-openingskop {
    padding-block: 58px;
  }

  .ll-nachtbeeld {
    min-height: 420px;
  }

  .ll-feitenlint {
    grid-template-columns: 1fr 1fr;
  }

  .ll-feitenlint span {
    border-bottom: 1px solid var(--ll-lijn);
  }

  .ll-sectiekop {
    grid-template-columns: 1fr;
  }

  .ll-vensterraster, .ll-dossiergrid, .ll-stappenladder, .ll-begrippenlijst, .ll-prozablokken, .ll-registerblad {
    grid-template-columns: 1fr;
  }

  .ll-routevenster {
    min-height: 0;
  }

  .ll-uitgeverstrook, .ll-avondkeuze, .ll-verificatie {
    grid-template-columns: 1fr;
  }

  .ll-routepas {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .ll-routepas div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.24);
  }

  .ll-feitendossier dl div, .ll-bronregel dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ll-signaallijst ul {
    columns: 1;
  }

  .ll-kruimelpad li + li::before {
    margin-right: 8px;
  }

  .ll-slotnoot {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

}
