:root {
  color-scheme: dark;
  --ink: #061827;
  --white: #f7f9fb;
  --mist: #c8d5db;
  --cyan: #39d8f1;
  --gold: #f4b52d;
  --max: 1460px;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--ink);
}

body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 58px minmax(0, 1fr) 26px;
}

.site-header,
main,
.site-footer {
  width: 100%;
  min-width: 0;
}

a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }

.skip {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: -60px;
  padding: 8px 12px;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.skip:focus { top: 8px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

.site-header {
  position: relative;
  z-index: 30;
  background: rgba(6, 24, 39, .94);
}

.header-inner {
  width: min(calc(100% - 28px), var(--max));
  height: 58px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 19px;
}

.logo-link {
  display: block;
  width: 190px;
  height: 58px;
  overflow: hidden;
  flex: 0 0 auto;
}

.logo {
  display: block;
  width: 190px;
  height: auto;
  transform: translateY(-26px);
  filter: drop-shadow(0 0 10px rgba(57, 216, 241, .18));
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  color: #dce6ea;
  font-size: 12px;
  font-weight: 650;
}

.primary-nav a,
.sign-in,
.start-button,
.text-link,
.footer-links a {
  padding: 7px 0;
}

.primary-nav a[aria-current="page"],
.language-switch a[aria-current="true"],
.start-button,
.primary-button { color: var(--gold); }

.primary-nav a:hover,
.primary-nav a:focus-visible,
.sign-in:hover,
.start-button:hover,
.text-link:hover { color: var(--cyan); }

.language-switch {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 5px;
  font-size: 10px;
  font-weight: 850;
}

.language-switch a { padding: 7px 2px; color: #879ba4; }
.sign-in, .start-button { font-size: 11px; font-weight: 800; }

.menu { display: none; }
.menu > summary { display: none; cursor: pointer; list-style: none; color: var(--gold); font-size: 11px; font-weight: 850; }
.menu > summary::-webkit-details-marker { display: none; }

.menu-panel {
  position: fixed;
  z-index: 70;
  inset: 58px 0 0;
  padding: 34px max(22px, 7vw);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(120deg, rgba(6, 24, 39, .995), rgba(10, 42, 62, .995));
  transition: opacity .16s ease;
}

.menu[open] .menu-panel { visibility: visible; opacity: 1; }
.menu-top { width: min(100%, var(--max)); margin: 0 auto 24px; display: flex; justify-content: space-between; color: var(--gold); }
.menu-top strong { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.menu-close { border: 0; background: transparent; color: var(--gold); cursor: pointer; }
.site-menu { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; }
.menu-group h2 { margin: 0 0 10px; color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.menu-group a { display: block; padding: 6px 0; color: #d8e4e8; font-size: 13px; }
.menu-group a[aria-current="page"] { color: var(--cyan); }

main {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 6px 12px;
}

.stage {
  position: relative;
  isolation: isolate;
  width: min(var(--max), calc(100% - 24px), calc((100svh - 96px) * 2.4005));
  aspect-ratio: 1942 / 809;
  overflow: hidden;
  background: var(--ink);
}

.stage-art {
  position: absolute;
  z-index: -5;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.22) saturate(1.06);
}

.stage::before,
.stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.stage::before {
  z-index: -4;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 39, .82) 0, rgba(6, 24, 39, .58) 31%, rgba(6, 24, 39, .03) 61%),
    linear-gradient(0deg, rgba(6, 24, 39, .48) 0, transparent 48%, rgba(6, 24, 39, .08) 100%);
}

.stage.right::before {
  background:
    linear-gradient(270deg, rgba(6, 24, 39, .82) 0, rgba(6, 24, 39, .58) 31%, rgba(6, 24, 39, .03) 61%),
    linear-gradient(0deg, rgba(6, 24, 39, .48) 0, transparent 48%, rgba(6, 24, 39, .08) 100%);
}

.stage::after {
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 39, .56) 0, transparent 3.5%, transparent 96.5%, rgba(6, 24, 39, .56) 100%),
    linear-gradient(180deg, rgba(6, 24, 39, .54) 0, transparent 4%, transparent 94%, rgba(6, 24, 39, .54) 100%);
}

.stage-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 4.2% 5.2%;
}

.stage.right .stage-content { justify-content: flex-end; }
.copy { width: min(43%, 555px); text-shadow: 0 4px 26px rgba(0, 0, 0, .72); }
.eyebrow { display: block; margin-bottom: 9px; color: var(--gold); font-size: clamp(9px, .72vw, 11px); font-weight: 850; letter-spacing: .14em; }
.copy h1 { margin: 0 0 11px; font-size: clamp(31px, 2.75vw, 44px); line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.copy h1 span { color: var(--gold); font-weight: 700; }
.lead { max-width: 530px; margin: 0; color: var(--mist); font-size: clamp(12px, .92vw, 15px); line-height: 1.42; text-wrap: pretty; }
.actions { display: flex; align-items: center; gap: 20px; margin-top: 16px; }
.primary-button, .text-link { display: inline-flex; align-items: center; min-height: 32px; font-size: 11px; font-weight: 850; letter-spacing: .045em; }
.text-link { color: var(--cyan); }
.portal-note { max-width: 500px; margin-top: 10px; color: #a4b5bc; font-size: 10px; line-height: 1.4; }

/* R13 visual-story lock: the approved blue-gold hero is the fixed visual
   anchor; this compact route keeps the product story visible without adding
   a dark poster bar or competing with the page copy. */
.visual-story {
  width: min(100%, 530px);
  margin-top: 15px;
  padding-top: 9px;
  border-top: 1px solid rgba(108, 226, 244, .28);
}

.visual-story ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visual-story li { min-width: 0; }

.visual-story a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  min-height: 24px;
  color: rgba(226, 237, 241, .68);
  font-size: clamp(7px, .55vw, 9px);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .16s ease;
}

.visual-story a:hover,
.visual-story a:focus-visible,
.visual-story a[aria-current="step"] { color: var(--white); }

.visual-story-index {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid rgba(57, 216, 241, .38);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 7px;
  line-height: 1;
}

.visual-story a[aria-current="step"] .visual-story-index {
  border-color: rgba(255, 220, 126, .86);
  background: rgba(244, 181, 45, .17);
  color: var(--gold);
  box-shadow: 0 0 18px rgba(244, 181, 45, .20);
}

.visual-story strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.country-rail {
  position: absolute;
  z-index: 8;
  right: 5.2%;
  bottom: 3.4%;
  left: 5.2%;
  display: grid;
  grid-template-columns: minmax(86px, .7fr) repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: clamp(8px, 1vw, 18px);
  padding: 11px 14px 10px;
  background: linear-gradient(90deg, rgba(6, 24, 39, .72), rgba(8, 36, 54, .56) 62%, rgba(6, 24, 39, .22));
  text-shadow: 0 3px 18px rgba(0, 0, 0, .96);
}

.country-rail-title {
  align-self: center;
  color: var(--gold);
  font-size: clamp(8px, .64vw, 10px);
  font-weight: 900;
  letter-spacing: .14em;
}

.country-rail a {
  min-width: 0;
  padding: 3px 0;
  color: #d9e5e9;
}

.country-rail a:hover,
.country-rail a:focus-visible,
.country-rail a[aria-current="page"] { color: var(--gold); }

.country-rail a.is-planned { color: #8ea2aa; }
.country-rail a.is-planned:hover,
.country-rail a.is-planned:focus-visible,
.country-rail a.is-planned[aria-current="page"] { color: var(--cyan); }

.country-code {
  display: block;
  margin-bottom: 2px;
  color: var(--cyan);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.country-rail strong {
  display: block;
  font-size: clamp(9px, .72vw, 11px);
  line-height: 1.12;
}

.country-rail small {
  display: block;
  margin-top: 2px;
  color: #778c95;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .06em;
}

.has-country-rail .stage-art { transition: opacity .16s ease; }
.has-country-rail.is-preview-loading .stage-art { opacity: .58; }
.process-route { display: none !important; }

.site-footer {
  min-height: 26px;
  color: #95aab2;
  font-size: 9px;
}

.footer-inner {
  width: min(calc(100% - 28px), var(--max));
  min-height: 26px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-brand, .footer-links { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { color: #b9c8cd; }
.domain-pair { color: var(--gold); }

@media (max-width: 1080px) {
  .primary-nav { gap: 13px; }
  .primary-nav a:nth-child(2), .primary-nav a:nth-child(3) { display: none; }
  .copy { width: min(52%, 525px); }
  .copy h1 { font-size: clamp(29px, 3.6vw, 39px); }
  .has-country-rail .stage-content,
  .has-country-rail.right .stage-content { padding-bottom: 13%; }
  .country-rail { grid-template-columns: 72px repeat(6, minmax(0, 1fr)); gap: 8px; }
  .country-rail small { display: none; }
}

@media (max-width: 760px) {
  body { grid-template-rows: 54px minmax(0, 1fr) auto; }
  .header-inner { height: 54px; }
  .logo-link { width: 166px; height: 54px; }
  .logo { width: 166px; transform: translateY(-23px); }
  /* R35: mobile login remains directly reachable; the block/close menu stays removed. */
  .primary-nav, .start-button, .menu { display: none; }
  .sign-in {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 8px 2px;
    color: var(--cyan);
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
  }
  .language-switch { margin-left: auto; }
  .site-menu { grid-template-columns: repeat(2, 1fr); }
  main { display: block; padding: 0; }
  .stage { width: 100%; min-height: calc(100svh - 54px); aspect-ratio: auto; }
  .stage-art { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
  .stage::before, .stage.right::before {
    background:
      linear-gradient(90deg, rgba(6, 24, 39, .82) 0, rgba(6, 24, 39, .58) 59%, rgba(6, 24, 39, .08) 100%),
      linear-gradient(0deg, rgba(6, 24, 39, .70) 0, transparent 64%);
  }
  .stage::after { background: linear-gradient(180deg, rgba(6, 24, 39, .50) 0, transparent 3%, transparent 96%, rgba(6, 24, 39, .50) 100%); }
  .stage-content, .stage.right .stage-content { justify-content: flex-start; align-items: flex-end; padding: 22px 18px 38px; }
  .has-country-rail .stage-content,
  .has-country-rail.right .stage-content { padding-bottom: 158px; }
  .copy { width: min(92%, 520px); }
  .copy h1 { font-size: clamp(29px, 8.2vw, 38px); }
  .lead { font-size: 13px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 13px; }
  .visual-story { margin-top: 11px; padding-top: 8px; }
  .visual-story ol { gap: 5px; }
  .visual-story a { grid-template-columns: 1fr; gap: 3px; font-size: 7px; }
  .visual-story-index { width: 19px; height: 19px; }
  .country-rail {
    right: 18px;
    bottom: 18px;
    left: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 14px;
    padding: 10px 12px;
    background: linear-gradient(90deg, rgba(6, 24, 39, .76), rgba(8, 36, 54, .62));
  }
  .country-rail-title { grid-column: 1 / -1; }
  .country-rail strong { font-size: 10px; white-space: normal; }
  .country-rail small { display: block; font-size: 6px; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 8px 0; }
  .footer-brand span { display: none; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 440px) {
  .site-menu { grid-template-columns: 1fr; gap: 24px; }
  .copy { width: 100%; }
  .copy h1 { font-size: clamp(27px, 8.6vw, 35px); }
  .lead { font-size: 12px; }
  .visual-story strong { font-size: 6.5px; }
  .has-country-rail .stage-content,
  .has-country-rail.right .stage-content { padding-bottom: 206px; }
  .country-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .country-rail-title { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* R5 · the whole public site is lighter while the R4 country exposure remains tuned per image. */
.stage.europa .stage-art,
body.country-page .stage-art {
  filter: brightness(1.28) saturate(1.08);
}

/* Normalize the differently exposed source scenes instead of over-lighting Spain and France. */
.stage.europa .stage-art { filter: brightness(1.48) saturate(1.08); }
body[data-country="nederland"] .stage-art { filter: brightness(1.30) saturate(1.08); }
body[data-country="belgie"] .stage-art { filter: brightness(1.48) saturate(1.08); }
body[data-country="duitsland"] .stage-art { filter: brightness(1.44) saturate(1.08); }
body[data-country="frankrijk"] .stage-art { filter: brightness(1.20) saturate(1.08); }
body[data-country="spanje"] .stage-art { filter: brightness(1.06) saturate(1.06); }
body[data-country="verenigd-koninkrijk"] .stage-art { filter: brightness(1.34) saturate(1.08); }
.stage[data-scene-country="europa"] .stage-art { filter: brightness(1.48) saturate(1.08); }
.stage[data-scene-country="nederland"] .stage-art { filter: brightness(1.30) saturate(1.08); }
.stage[data-scene-country="belgie"] .stage-art { filter: brightness(1.48) saturate(1.08); }
.stage[data-scene-country="duitsland"] .stage-art { filter: brightness(1.44) saturate(1.08); }
.stage[data-scene-country="frankrijk"] .stage-art { filter: brightness(1.20) saturate(1.08); }
.stage[data-scene-country="spanje"] .stage-art { filter: brightness(1.06) saturate(1.06); }
.stage[data-scene-country="verenigd-koninkrijk"] .stage-art { filter: brightness(1.34) saturate(1.08); }

.stage.europa::before,
body.country-page .stage::before {
  background:
    linear-gradient(90deg, rgba(6, 24, 39, .70) 0, rgba(6, 24, 39, .44) 31%, rgba(6, 24, 39, 0) 59%),
    linear-gradient(0deg, rgba(6, 24, 39, .30) 0, transparent 42%, rgba(6, 24, 39, .04) 100%);
}

.stage.europa.right::before,
body.country-page .stage.right::before {
  background:
    linear-gradient(270deg, rgba(6, 24, 39, .70) 0, rgba(6, 24, 39, .44) 31%, rgba(6, 24, 39, 0) 59%),
    linear-gradient(0deg, rgba(6, 24, 39, .30) 0, transparent 42%, rgba(6, 24, 39, .04) 100%);
}

.stage.europa::after,
body.country-page .stage::after {
  background:
    linear-gradient(90deg, rgba(6, 24, 39, .35) 0, transparent 2.5%, transparent 97.5%, rgba(6, 24, 39, .35) 100%),
    linear-gradient(180deg, rgba(6, 24, 39, .34) 0, transparent 3%, transparent 97%, rgba(6, 24, 39, .34) 100%);
}

.stage.europa .country-rail,
body.country-page .country-rail {
  background: linear-gradient(90deg, rgba(6, 24, 39, .62), rgba(8, 36, 54, .46) 62%, rgba(6, 24, 39, .18));
}

.stage.europa.is-preview-loading .stage-art,
body.country-page .has-country-rail.is-preview-loading .stage-art {
  opacity: .82;
}

@media (max-width: 760px) {
  .stage.europa .stage-art,
  body.country-page .stage-art {
    filter: brightness(1.34) saturate(1.08);
  }

  .stage.europa .stage-art { filter: brightness(1.55) saturate(1.08); }
  body[data-country="nederland"] .stage-art { filter: brightness(1.37) saturate(1.08); }
  body[data-country="belgie"] .stage-art { filter: brightness(1.55) saturate(1.08); }
  body[data-country="duitsland"] .stage-art { filter: brightness(1.51) saturate(1.08); }
  body[data-country="frankrijk"] .stage-art { filter: brightness(1.27) saturate(1.08); }
  body[data-country="spanje"] .stage-art { filter: brightness(1.12) saturate(1.06); }
  body[data-country="verenigd-koninkrijk"] .stage-art { filter: brightness(1.41) saturate(1.08); }
  .stage[data-scene-country="europa"] .stage-art { filter: brightness(1.55) saturate(1.08); }
  .stage[data-scene-country="nederland"] .stage-art { filter: brightness(1.37) saturate(1.08); }
  .stage[data-scene-country="belgie"] .stage-art { filter: brightness(1.55) saturate(1.08); }
  .stage[data-scene-country="duitsland"] .stage-art { filter: brightness(1.51) saturate(1.08); }
  .stage[data-scene-country="frankrijk"] .stage-art { filter: brightness(1.27) saturate(1.08); }
  .stage[data-scene-country="spanje"] .stage-art { filter: brightness(1.12) saturate(1.06); }
  .stage[data-scene-country="verenigd-koninkrijk"] .stage-art { filter: brightness(1.41) saturate(1.08); }

  .stage.europa::before,
  .stage.europa.right::before,
  body.country-page .stage::before,
  body.country-page .stage.right::before {
    background:
      linear-gradient(90deg, rgba(6, 24, 39, .72) 0, rgba(6, 24, 39, .45) 62%, rgba(6, 24, 39, .05) 100%),
      linear-gradient(0deg, rgba(6, 24, 39, .54) 0, transparent 58%);
  }

  .stage.europa::after,
  body.country-page .stage::after {
    background:
      linear-gradient(90deg, rgba(6, 24, 39, .34) 0, transparent 2%, transparent 98%, rgba(6, 24, 39, .34) 100%),
      linear-gradient(180deg, rgba(6, 24, 39, .34) 0, transparent 2%, transparent 98%, rgba(6, 24, 39, .34) 100%);
  }

  .stage.europa .country-rail,
  body.country-page .country-rail {
    background: linear-gradient(90deg, rgba(6, 24, 39, .66), rgba(8, 36, 54, .48));
  }
}

/* R9 · daylight engineering edition. The cinema identity remains, while the
   technical drawings and site imagery get substantially more daylight. */
body {
  background:
    radial-gradient(circle at 72% 16%, rgba(57, 216, 241, .10), transparent 34%),
    linear-gradient(145deg, #071d2e 0%, #061827 62%, #082235 100%);
}

.site-header {
  border-bottom: 1px solid rgba(94, 224, 244, .22);
  background: linear-gradient(90deg, rgba(5, 22, 36, .96), rgba(9, 39, 57, .92));
  box-shadow: 0 12px 32px rgba(0, 13, 24, .18);
}

.stage {
  border: 1px solid rgba(114, 225, 241, .26);
  border-radius: 18px;
  background: #061827;
  box-shadow: 0 24px 60px rgba(0, 14, 25, .28), inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.stage-art {
  z-index: 0;
  filter: brightness(1.04) saturate(1.04) contrast(1.01) !important;
}

.stage::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 24, 39, .76) 0, rgba(6, 31, 47, .55) 28%, rgba(6, 31, 47, .13) 52%, rgba(6, 31, 47, 0) 70%),
    linear-gradient(0deg, rgba(5, 23, 37, .20) 0, transparent 52%, rgba(255, 255, 255, .03) 100%);
}

.stage.right::before {
  background:
    linear-gradient(270deg, rgba(5, 24, 39, .76) 0, rgba(6, 31, 47, .55) 28%, rgba(6, 31, 47, .13) 52%, rgba(6, 31, 47, 0) 70%),
    linear-gradient(0deg, rgba(5, 23, 37, .20) 0, transparent 52%, rgba(255, 255, 255, .03) 100%);
}

.stage::after {
  z-index: 2;
  opacity: .74;
  background:
    linear-gradient(90deg, rgba(57, 216, 241, .28), transparent 8%, transparent 92%, rgba(244, 181, 45, .18)),
    linear-gradient(180deg, rgba(255, 255, 255, .15), transparent 8%, transparent 92%, rgba(57, 216, 241, .15)),
    repeating-linear-gradient(90deg, rgba(117, 224, 240, .07) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(117, 224, 240, .05) 0 1px, transparent 1px 96px);
}

.stage-content { position: relative; z-index: 3; }
.copy { text-shadow: 0 4px 22px rgba(0, 16, 28, .58); }
.copy h1 { letter-spacing: -.035em; }
.lead { color: #e2edf1; }

.primary-button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 220, 126, .76);
  border-radius: 9px;
  background: linear-gradient(135deg, #ffd66a, #f4b52d);
  color: #071827;
  box-shadow: 0 10px 26px rgba(244, 181, 45, .20);
}

.primary-button:hover,
.primary-button:focus-visible {
  color: #071827;
  transform: translateY(-1px);
  box-shadow: 0 13px 30px rgba(244, 181, 45, .28);
}

.text-link {
  padding: 8px 11px;
  border: 1px solid rgba(57, 216, 241, .24);
  border-radius: 9px;
  background: rgba(4, 27, 42, .24);
  backdrop-filter: blur(8px);
}

.country-rail {
  border-top: 1px solid rgba(91, 222, 241, .28);
  background: linear-gradient(90deg, rgba(5, 27, 42, .82), rgba(8, 43, 62, .62) 64%, rgba(5, 27, 42, .34)) !important;
  backdrop-filter: blur(10px);
}

/* The interactive country previews still use the original regional scenes. */
.stage[data-scene-country="europa"] .stage-art,
.stage[data-scene-country="nederland"] .stage-art,
.stage[data-scene-country="belgie"] .stage-art,
.stage[data-scene-country="duitsland"] .stage-art,
.stage[data-scene-country="verenigd-koninkrijk"] .stage-art {
  filter: brightness(1.42) saturate(1.07) contrast(.98) !important;
}
.stage[data-scene-country="frankrijk"] .stage-art { filter: brightness(1.24) saturate(1.06) !important; }
.stage[data-scene-country="spanje"] .stage-art { filter: brightness(1.12) saturate(1.04) !important; }

@media (max-width: 760px) {
  .stage { border-radius: 0; border-left: 0; border-right: 0; }
  .stage::before,
  .stage.right::before {
    background:
      linear-gradient(90deg, rgba(5, 24, 39, .75) 0, rgba(5, 27, 43, .54) 58%, rgba(5, 27, 43, .10) 100%),
      linear-gradient(0deg, rgba(5, 22, 36, .66) 0, transparent 64%);
  }
  .copy { width: min(96%, 540px); }
  .primary-button { min-height: 40px; }
}
