:root {
  --paper: #f7f2e8;
  --paper-deep: #eadfc9;
  --ink: #14302f;
  --ink-soft: #526866;
  --teal: #188f91;
  --teal-deep: #0f6f70;
  --sand: #d9b975;
  --yellow: #f0b429;
  --line: rgba(20, 48, 47, .16);
  --shadow: 0 26px 80px rgba(20, 48, 47, .12);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100vw;
  min-height: 100svh;
  margin: 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(24, 143, 145, .14), transparent 22rem),
    linear-gradient(145deg, #fbf8f0 0%, var(--paper) 48%, #eee2ca 100%);
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

[data-copy="en"] {
  display: none;
}

html[data-lang="en"] [data-copy="nl"] {
  display: none;
}

html[data-lang="en"] [data-copy="en"] {
  display: inline;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 2.4vw, 2rem) clamp(1rem, 4vw, 3.5rem);
  pointer-events: none;
  width: 100%;
  max-width: 100vw;
}

main {
  max-width: 100vw;
}

.brand-link,
.language-toggle {
  pointer-events: auto;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  width: clamp(11rem, 22vw, 18rem);
  text-decoration: none;
}

.language-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .25rem;
  padding: .25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 242, 232, .76);
  box-shadow: 0 10px 30px rgba(20, 48, 47, .09);
  backdrop-filter: blur(14px);
}

.lang-button {
  min-width: 2.65rem;
  min-height: 2.15rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: 800 .78rem/1 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.lang-button.is-active {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(20rem, 1.08fr);
  align-items: center;
  gap: clamp(1.4rem, 4vw, 4.5rem);
  min-height: 82svh;
  padding: clamp(6.75rem, 10vw, 8.5rem) clamp(1.1rem, 5vw, 5rem) clamp(1.25rem, 3vw, 2.35rem);
  overflow: hidden;
}

.hero-copy {
  max-width: 42rem;
  position: relative;
  z-index: 2;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 1.25rem;
  color: var(--teal-deep);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 2.5rem;
  height: .45rem;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 1.05rem 0 0 var(--teal);
}

h1 {
  max-width: 9.4em;
  margin: 0;
  color: var(--ink);
  font-family: Avenir Next, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.5rem, 9vw, 8.2rem);
  line-height: .86;
  letter-spacing: 0;
}

.intro {
  max-width: 35rem;
  margin: clamp(1.3rem, 3vw, 2rem) 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.1rem;
  margin-top: clamp(1.7rem, 4vw, 2.65rem);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: .84rem 1.12rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(20, 48, 47, .18);
}

.contact-link:hover {
  background: transparent;
  color: var(--ink);
}

.soft-note {
  max-width: 18rem;
  color: var(--ink-soft);
  font-size: .94rem;
  line-height: 1.35;
}

.hero-art {
  position: relative;
  min-height: clamp(23rem, 48vw, 43rem);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 15% 8% 5% 0;
  border-radius: 55% 45% 48% 52%;
  background: rgba(217, 185, 117, .28);
  filter: blur(2px);
  transform: rotate(-6deg);
}

.character {
  position: relative;
  width: min(58rem, 108%);
  margin-left: auto;
  filter: drop-shadow(0 22px 38px rgba(20, 48, 47, .15));
  transform: rotate(-1.5deg);
}

.theme-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: -4.25rem clamp(1.1rem, 5vw, 5rem) clamp(1.1rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.theme {
  min-height: 11.5rem;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  background: rgba(247, 242, 232, .82);
}

.theme-index {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--teal-deep);
  font-size: .78rem;
  font-weight: 900;
}

.theme h2 {
  margin: 0;
  font-family: Avenir Next, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  line-height: .95;
  letter-spacing: 0;
}

.theme p {
  max-width: 14rem;
  margin: .8rem 0 0;
  color: var(--ink-soft);
  line-height: 1.38;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .72rem;
  min-height: 5.5rem;
  padding: 1.4rem;
  color: var(--ink-soft);
  font-size: .95rem;
}

.site-footer img {
  width: 2.1rem;
  height: 2.1rem;
}

.footer-dot {
  width: .38rem;
  height: .38rem;
  border-radius: 999px;
  background: var(--sand);
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 86svh;
    padding-top: 7.25rem;
    position: relative;
  }

  .hero-copy {
    width: 100%;
    max-width: 44rem;
  }

  .hero-art {
    position: absolute;
    right: -8.5rem;
    bottom: .5rem;
    z-index: 0;
    width: min(27rem, 108vw);
    min-height: 0;
    pointer-events: none;
    opacity: .9;
  }

  .character {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1000px) {
  .language-toggle {
    position: fixed;
    top: 1rem;
    right: auto;
    left: min(calc(100vw - 6.3rem), 18rem);
    transform: scale(.86);
    transform-origin: top left;
  }

  .hero-copy {
    width: min(calc(100vw - 2rem), 18.75rem);
    max-width: min(calc(100vw - 2rem), 18.75rem);
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    gap: .5rem;
    padding-right: .7rem;
  }

  .brand-link {
    width: min(10.5rem, 46vw);
  }

  .language-toggle {
    left: min(calc(100vw - 6.3rem), 18rem);
    transform: scale(.86);
    transform-origin: top left;
  }

  .lang-button {
    min-width: 2.35rem;
  }

  .hero {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4.5rem;
    overflow: hidden;
  }

  .hero-copy {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }

  .hero-art {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: min(31rem, 126vw);
    margin: 1.75rem -6.8rem -8rem auto;
    opacity: .96;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 14vw, 3.8rem);
  }

  .intro {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-link {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }

  .soft-note {
    max-width: 100%;
  }

  .theme-strip {
    grid-template-columns: 1fr;
    margin: -3rem 1rem 1rem;
  }

  .theme {
    min-height: 8.75rem;
  }

  .theme-index {
    margin-bottom: 1.35rem;
  }

  .site-footer {
    flex-wrap: wrap;
  }
}
