.cesium-widget {
  font-family: sans-serif;
  font-size: 16px;
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cesium-widget,
.cesium-widget canvas {
  width: 100%;
  height: 100%;
  touch-action: none;
}

.cesium-widget-credits {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 10px;
  text-shadow: 0px 0px 2px #000000;
  padding-right: 5px;
}

.cesium-widget-errorPanel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.cesium-widget-errorPanel:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.cesium-widget-errorPanel-content {
  width: 75%;
  max-width: 500px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #510c00;
  border-radius: 7px;
  background-color: #f0d9d5;
  font-size: 14px;
  color: #510c00;
}

.cesium-widget-errorPanel-content.expanded {
  max-width: 75%;
}

.cesium-widget-errorPanel-header {
  font-size: 18px;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  background: #d69d93;
  border-bottom: 2px solid #510c00;
  padding-bottom: 10px;
  border-radius: 3px 3px 0 0;
  padding: 15px;
}

.cesium-widget-errorPanel-scroll {
  overflow: auto;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  white-space: pre-wrap;
  padding: 0 15px;
  margin: 10px 0 20px 0;
}

.cesium-widget-errorPanel-buttonPanel {
  padding: 0 15px;
  margin: 10px 0 20px 0;
  text-align: right;
}

.cesium-widget-errorPanel-buttonPanel button {
  border-color: #510c00;
  background: #d69d93;
  color: #202020;
  margin: 0;
}
.cesium-widget-errorPanel-buttonPanel button:focus {
  border-color: #510c00;
  background: #f0d9d5;
  color: #510c00;
}
.cesium-widget-errorPanel-buttonPanel button:hover {
  border-color: #510c00;
  background: #f0d9d5;
  color: #510c00;
}
.cesium-widget-errorPanel-buttonPanel button:active {
  border-color: #510c00;
  background: #b17b72;
  color: #510c00;
}

.cesium-widget-errorPanel-more-details {
  text-decoration: underline;
  cursor: pointer;
}

.cesium-widget-errorPanel-more-details:hover {
  color: #2b0700;
}
:root {
  color-scheme: dark;
  --bg: #070807;
  --bg-elevated: rgba(10, 12, 11, 0.74);
  --ink: #f7f2e9;
  --muted: #a5aca6;
  --quiet: #727b76;
  --line: rgba(247, 242, 233, 0.14);
  --line-strong: rgba(247, 242, 233, 0.28);
  --accent: #d88343;
  --accent-cool: #9ad8cf;
  --display-serif: Didot, "Bodoni 72", "Times New Roman", ui-serif, serif;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  text-rendering: geometricPrecision;
}

body,
button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2,
p,
a,
button,
span {
  letter-spacing: 0;
}

.site-shell {
  position: relative;
  isolation: isolate;
}

.atlas {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(330px, 1fr) auto;
  min-height: 100svh;
  padding: 34px clamp(28px, 5.6vw, 92px) 68px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.globe-stage {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #030404;
}

#globe {
  position: absolute;
  inset: -8vh -12vw -11vh 34vw;
  min-height: 760px;
  opacity: 0.9;
  filter: saturate(0.42) contrast(1.04) brightness(0.82);
}

.globe-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 8, 7, 0.99) 0%, rgba(7, 8, 7, 0.9) 31%, rgba(7, 8, 7, 0.34) 62%, rgba(7, 8, 7, 0.1) 100%),
    linear-gradient(0deg, rgba(7, 8, 7, 0.9) 0%, rgba(7, 8, 7, 0.25) 42%, rgba(7, 8, 7, 0.42) 100%);
}

.cesium-widget,
.cesium-widget canvas {
  width: 100%;
  height: 100%;
}

.cesium-widget-credits {
  right: 12px !important;
  bottom: 10px !important;
  left: auto !important;
  opacity: 0.22;
  transform: scale(0.68);
  transform-origin: right bottom;
}

.site-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: rgba(247, 242, 233, 0.76);
  font-size: 0.96rem;
  font-weight: 440;
}

.brand-mark {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 1.58rem;
  font-weight: 400;
  line-height: 1;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.work-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 3px;
  background: transparent;
  color: rgba(247, 242, 233, 0.68);
  font-size: 1rem;
  font-weight: 520;
  line-height: 1.35;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.work-link span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-cool);
}

.work-link:hover,
.work-link:focus-visible {
  border-color: currentColor;
  color: var(--ink);
}

.atlas-hero {
  position: relative;
  z-index: 3;
  align-self: center;
  width: min(920px, 100%);
  padding: 48px 0 52px;
  transform: translateY(42px);
}

h1 {
  max-width: none;
  margin-top: 0;
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 104px;
  font-weight: 400;
  line-height: 0.98;
  white-space: nowrap;
}

.hero-lede {
  max-width: 380px;
  margin-top: 20px;
  color: rgba(247, 242, 233, 0.72);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.42;
}

.hero-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 26px;
  background: var(--accent-cool);
}

.project-index {
  position: relative;
  z-index: 3;
  width: min(740px, 100%);
  padding-top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.project-list {
  border-bottom: 1px solid var(--line);
}

.project-row {
  --row-accent: var(--accent-cool);
  display: grid;
  grid-template-columns: minmax(230px, 1fr) 96px 56px;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  border-top: 1px solid var(--line);
  background: transparent;
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.project-row--nijmegen {
  --row-accent: #dca45a;
}

.project-row--barberibo {
  --row-accent: #d57967;
}

.project-row--rolluiken {
  --row-accent: #8ed3bd;
}

.project-row--soon {
  --row-accent: rgba(247, 242, 233, 0.42);
}

.project-row.is-active,
.project-row:hover,
.project-row:focus-within {
  border-color: color-mix(in srgb, var(--row-accent) 52%, var(--line));
  background: rgba(247, 242, 233, 0.035);
}

.project-row__focus,
.project-row__open,
.project-row__focus--static {
  min-height: 68px;
  border: 0;
  background: transparent;
  color: inherit;
}

.project-row__focus,
.project-row__focus--static {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  padding: 0;
  text-align: left;
}

.project-row__number {
  color: rgba(247, 242, 233, 0.82);
  font-size: 1rem;
  font-weight: 440;
}

.project-row__title {
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 440;
  line-height: 1;
}

.project-row__status,
.project-row__open {
  color: rgba(247, 242, 233, 0.56);
  font-size: 0.98rem;
  font-weight: 440;
}

.project-row__status {
  color: rgba(154, 216, 207, 0.72);
}

.project-row--soon .project-row__number,
.project-row--soon .project-row__title,
.project-row--soon .project-row__status {
  color: rgba(247, 242, 233, 0.34);
}

.project-row__open {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 1.18rem;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.project-row__open:hover,
.project-row__open:focus-visible,
.project-row__focus:hover .project-row__title,
.project-row__focus:focus-visible .project-row__title {
  color: var(--ink);
}

.project-row__open:hover,
.project-row__open:focus-visible {
  transform: translateX(2px);
}

.project-row__open--muted {
  color: var(--quiet);
  pointer-events: none;
}

.brand:focus-visible,
.nav-links a:focus-visible,
.work-link:focus-visible,
.project-row__focus:focus-visible,
.project-row__open:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid var(--accent-cool);
  outline-offset: 5px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 18px clamp(28px, 5.6vw, 92px);
  background: #050605;
  color: rgba(247, 242, 233, 0.52);
  font-size: 0.84rem;
}

.site-footer p {
  color: rgba(247, 242, 233, 0.72);
  font-weight: 720;
}

.site-footer a {
  color: rgba(154, 216, 207, 0.78);
  font-weight: 720;
}

.globe-fallback::before {
  position: absolute;
  top: 46%;
  left: 68%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(154, 216, 207, 0.25);
  border-radius: 50%;
  background: #0f1b1a;
  content: "";
  transform: translate(-50%, -50%);
}

@media (max-width: 980px) {
  .atlas {
    grid-template-rows: auto auto auto;
    min-height: auto;
    padding-bottom: 42px;
  }

  #globe {
    inset: -16px -32vw auto -10vw;
    height: 560px;
    min-height: 560px;
  }

  .globe-vignette {
    background:
      linear-gradient(180deg, rgba(7, 8, 7, 0.14) 0%, rgba(7, 8, 7, 0.74) 445px, rgba(7, 8, 7, 0.98) 100%),
      linear-gradient(90deg, rgba(7, 8, 7, 0.72), rgba(7, 8, 7, 0.08));
  }

  .atlas-hero {
    align-self: auto;
    padding-top: 390px;
    padding-bottom: 46px;
    transform: none;
  }

  h1 {
    font-size: 68px;
  }

  .project-index {
    width: 100%;
    padding-top: 0;
  }

  .project-row {
    grid-template-columns: minmax(220px, 1fr) 96px 56px;
  }
}

@media (max-width: 680px) {
  .atlas,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    gap: 16px;
  }

  .nav-links {
    justify-content: flex-end;
    gap: 0;
  }

  .work-link {
    font-size: 0.96rem;
  }

  #globe {
    inset: 0 -60vw auto -46vw;
    height: 500px;
    min-height: 500px;
  }

  .atlas-hero {
    padding-top: 326px;
    padding-bottom: 44px;
  }

  h1 {
    font-size: 54px;
    max-width: 8ch;
    white-space: normal;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .project-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 14px;
    min-height: 76px;
    padding: 13px 0;
  }

  .project-row__focus,
  .project-row__focus--static {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: auto;
  }

  .project-row__title {
    font-size: 1.2rem;
  }

  .project-row__status {
    grid-column: 1;
    padding-left: 46px;
  }

  .project-row__open {
    grid-row: 1 / span 2;
    grid-column: 2;
    min-height: auto;
    align-self: center;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 46px;
  }

  .project-row__title {
    font-size: 1.12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.card-spotlight {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-color: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.card-spotlight::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(
    circle at var(--mouse-x) var(--mouse-y),
    var(--spotlight-color),
    transparent 68%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.card-spotlight:hover::before,
.card-spotlight:focus-within::before {
  opacity: 1;
}

.card-spotlight > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .card-spotlight::before {
    display: none;
  }
}
