@font-face {
  font-family: Italiana;
  src: url(/assets/fonts/italiana.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Piazzolla;
  src: url(/assets/fonts/piazzolla.woff2) format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Condensed;
  src: url(/assets/fonts/open-sans-condensed-700.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --navy: #2d344d;
  --beige: #d6c9b8;
  --white: #fff;
  --focus: #f4d79e;
  color: var(--navy);
  font-family: Piazzolla,Georgia,serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--navy);
}

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

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--navy);
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hours-strip {
  min-height: 50px;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 22px;
  color: #fff;
  background: var(--navy);
  font-family: Open Sans Condensed,sans-serif;
  font-size: clamp(11px,1.05vw,15px);
  font-weight: 700;
  letter-spacing: clamp(.12em,.3vw,.27em);
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.hours-open,.hours-reserve {
  display: inline-flex;
  align-items: center;
  gap: .55em;
}

.hours-strip a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hero {
  height: clamp(620px,78svh,900px);
  position: relative;
  overflow: hidden;
  background: #aa8869;
}

.hero picture,.hero picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: center 52%;
}

.hero-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(270px,24vw);
  height: auto;
  transform: translate(-50%,-50%);
}

.section-pattern {
  position: relative;
  background-color: var(--beige);
  background-image: image-set(url(/assets/images/dancers-wide.avif) type("image/avif"),url(/assets/images/dancers-wide.webp) type("image/webp"),url(/assets/images/dancers-wide.png) type("image/png"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.announcement {
  min-height: 0;
  padding: clamp(90px,10vw,150px) 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-card {
  position: relative;
  width: min(770px,86vw);
  padding: 50px 70px;
  background: #fff;
  box-shadow: 0 1px 8px #2d344d4d;
  text-align: center;
}

.announcement-card .pill {
  margin-top: 10px;
}

.announcement-mark {
  width: 45px;
  height: auto;
  margin: 0 auto 28px;
}

h1,h2 {
  margin: 0;
  font-family: Italiana,Georgia,serif;
  font-weight: 400;
  letter-spacing: .24em;
  line-height: 1.18;
}

.announcement h2 {
  font-size: 25px;
  margin-bottom: 28px;
}

.announcement p {
  max-width: 720px;
  margin: 0 auto 22px;
  font-size: 15px;
  line-height: 1.8;
}

.pill {
  min-width: 256px;
  min-height: 44px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .23em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.pill-navy {
  color: #fff;
  background: var(--navy);
}

.pill-light {
  color: var(--navy);
  background: var(--beige);
}

.announcement-mobile-action,.mobile-only {
  display: none;
}

.split {
  min-height: clamp(620px,62vw,820px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.split-copy,.split-image {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.split-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navy-panel {
  color: #fff;
  background: var(--navy);
}

.beige-panel {
  color: var(--navy);
  background: var(--beige);
}

.copy-inner {
  width: min(525px,72%);
}

.copy-inner h2 {
  margin-bottom: 49px;
  font-size: clamp(36px,3vw,48px);
}

.copy-inner p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.8;
}

.story .copy-inner,.mangia .copy-inner {
  text-align: center;
}

.mangia-inner .pill {
  margin-top: 24px;
}

.reserve-inner,.contact-inner {
  text-align: center;
}

.reserve-inner h2,.contact-inner h2 {
  font-size: clamp(38px,3.2vw,52px);
}

.reserve-inner p {
  margin-bottom: 16px;
}

.phone-link {
  margin-top: 20px;
}

.map-wrap {
  min-height: clamp(620px,62vw,820px);
  position: relative;
  overflow: hidden;
  background: #e7e2d6;
}

.map-wrap iframe,.map-wrap>div:not(.map-placeholder) {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(27deg,transparent 48%,rgb(255 255 255 / 62%) 49% 53%,transparent 54%),linear-gradient(145deg,#cfebe5 0 24%,#eee9df 24% 100%);
}

.contact-inner address {
  margin-bottom: 22px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.75;
}

.contact-inner>a:not(.pill) {
  width: fit-content;
  min-height: 44px;
  margin: 0 auto;
  padding: 10px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-address {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.contact-address:hover address {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-inner .pill {
  margin-top: 31px;
}

.site-footer {
  height: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
}

.site-footer img {
  width: 520px;
  height: auto;
}

.site-footer a {
  display: block;
  padding: 20px;
}

.lightbox {
  width: min(1100px,92vw);
  height: min(800px,88vh);
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.lightbox::backdrop {
  background: #10121ae0;
}

.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 36px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  z-index: 2147483647;
  right: 25px;
  bottom: 25px;
  width: min(410px,calc(100vw - 32px));
  padding: 24px 55px 24px 24px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 3px 18px #00000040;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-banner p {
  margin: 0;
}

.cookie-accept {
  margin: 0;
}

.cookie-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.cookie-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}

.cookie-actions .pill {
  min-width: 0;
  flex: 1 1 0;
  padding-inline: 16px;
}

.cookie-decline {
  border: 1px solid var(--navy);
  color: var(--navy);
  background: #fff;
}

@media(max-width:700px) {
  .hours-strip {
    min-height: 72px;
    padding: 14px 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: .16em;
    text-align: center;
    white-space: normal;
  }
  .hours-separator {
    display: none;
  }
  .hours-open,.hours-reserve {
    justify-content: center;
    white-space: nowrap;
  }
  .hero {
    height: clamp(520px,75svh,654px);
  }
  .hero picture img {
    object-position: 48% center;
  }
  .hero-mark {
    width: 160px;
  }
  .announcement {
    min-height: 0;
    padding: 128px 16px 64px;
    align-items: flex-start;
    background-image: image-set(url(/assets/images/dancers-tall.avif) type("image/avif"),url(/assets/images/dancers-tall.webp) type("image/webp"),url(/assets/images/dancers-tall.png) type("image/png"));
    background-size: cover;
  }
  .announcement-mobile-action {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .announcement-card {
    width: 100%;
    padding: 44px 24px;
  }
  .announcement-mark {
    width: 62px;
    margin-bottom: 25px;
  }
  .announcement h2 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.2;
  }
  .announcement p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.66;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inline;
  }
  .split {
    height: auto;
    min-height: 0;
    display: block;
    overflow: visible;
  }
  .split-image {
    display: none;
  }
  .split-copy {
    min-height: 0;
  }
  .copy-inner {
    width: 100%;
    padding-inline: clamp(24px,9vw,45px);
  }
  .copy-inner h2 {
    margin-bottom: 39px;
    font-size: 26px;
    text-align: center;
  }
  .copy-inner p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.66;
    text-align: center;
  }
  .story {
    height: auto;
  }
  .story .copy-inner {
    padding-top: 72px;
    padding-bottom: 64px;
  }
  .mangia {
    height: auto;
  }
  .mangia .copy-inner {
    padding-top: 72px;
    padding-bottom: 64px;
  }
  .mangia-inner .pill {
    margin-top: 22px;
  }
  .reserve {
    height: auto;
  }
  .reserve .copy-inner {
    padding: 72px clamp(24px,9vw,43px) 64px;
  }
  .reserve-inner h2 {
    font-size: 27px;
  }
  .phone-link {
    margin-top: 25px;
  }
  .contact {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .map-wrap {
    flex: 0 0 clamp(360px,100vw,500px);
    min-height: 360px;
  }
  .contact-panel {
    flex: 1 1 auto;
    min-height: 0;
  }
  .contact-inner {
    padding-top: 72px;
    padding-bottom: 64px;
  }
  .contact-inner h2 {
    font-size: 29px;
    margin-bottom: 55px;
  }
  .contact-inner address,.contact-inner>a:not(.pill) {
    font-size: 13px;
    line-height: 1.65;
  }
  .contact-inner .pill {
    margin-top: 24px;
  }
  .site-footer {
    height: 137px;
  }
  .site-footer img {
    width: 220px;
  }
  .cookie-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    padding: 22px 50px 22px 20px;
    overflow-y: auto;
  }

  .cookie-actions {
    margin-right: -30px;
  }
}

@media(min-width:701px) {
  .contact-panel {
    background: #fff;
  }
}

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

/* ---------- Navigatie ---------- */

/* Vaste balk over de hero, wordt navy zodra je scrolt (zie main.js) */
.site-bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .27em;
}

.site-bar:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--navy);
  opacity: 0;
  transition: opacity .3s ease;
}

/* Donker verloop over de foto, zodat de witte letters leesbaar blijven */
.site-bar:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background: linear-gradient(#1d2131cc, #1d213100);
  pointer-events: none;
  transition: opacity .3s ease;
}

.site-bar.is-scrolled:before {
  opacity: 1;
}

.site-bar.is-scrolled:after {
  opacity: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-nav a {
  min-height: 44px;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.site-bar a {
  color: #fff;
  text-decoration: none;
}

.site-bar a:hover {
  opacity: .75;
}

#contact {
  scroll-margin-top: 72px;
}

/* ---------- Cateringpagina ---------- */

.hero-page {
  height: clamp(440px,58svh,600px);
}

.hero-page picture img {
  object-position: center;
}

.catering-intro {
  min-height: 760px;
}

.catering-split .copy-inner {
  text-align: center;
}

.catering-split .pill {
  margin-top: 24px;
}

.catering-split .navy-panel .pill {
  color: var(--navy);
  background: var(--beige);
}

@media(max-width:700px) {
  .site-bar {
    height: 64px;
    padding: 0 58px 0 8px;
    font-size: clamp(9px,2.8vw,11px);
    letter-spacing: .12em;
  }

  .site-nav {
    width: 100%;
    justify-content: space-evenly;
    gap: 0;
  }

  .site-nav span {
    display: none;
  }

  .site-nav a {
    min-width: 44px;
    min-height: 44px;
    padding: 0 4px;
    justify-content: center;
  }

  #contact {
    scroll-margin-top: 64px;
  }

  .hero-page {
    height: clamp(320px,52svh,420px);
  }

  .catering-intro {
    min-height: 0;
    padding: 70px 23px;
    align-items: center;
  }

  .catering-split {
    height: auto;
  }

  .catering-split .copy-inner {
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .catering-split .split-image {
    height: clamp(320px,95vw,480px);
    display: block;
  }
}

/* ---------- Galerij ---------- */

/* Vaste hoogte, breedte volgt de foto. Swipen, slepen of automatisch (zie main.js) */
.gallery {
  height: 674px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.gallery-viewport {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  cursor: grab;
}

.gallery-viewport::-webkit-scrollbar {
  display: none;
}

.gallery-viewport.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
}

.gallery-track {
  width: max-content;
  height: 100%;
  display: flex;
  gap: 8px;
}

.gallery-item {
  flex: 0 0 auto;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #eee9df;
  cursor: zoom-in;
  scroll-snap-align: start;
}

.gallery-item picture,.gallery-item img {
  width: auto;
  height: 100%;
}

.gallery-item img {
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}

.gallery-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #2d344dd9;
  font-size: 20px;
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 25px;
}

.gallery-next {
  right: 25px;
}

@media(max-width:700px) {
  .gallery {
    height: 584px;
  }

  .gallery-viewport {
    scroll-padding: 0 24px;
  }

  .gallery-track {
    padding: 0 24px;
  }

  /* Liggende foto's niet breder dan het scherm */
  .gallery-item,.gallery-item picture,.gallery-item img {
    max-width: calc(100vw - 48px);
  }

  .gallery-item {
    scroll-snap-align: center;
  }

  .gallery-arrow {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .gallery-prev {
    left: 6px;
  }

  .gallery-next {
    right: 6px;
  }
}

/* ---------- Knoppen ---------- */

.pill,.phone-link {
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.gallery-arrow {
  overflow: hidden;
  transition: transform .2s ease;
}

@media(hover:hover) {
  .pill:hover,.phone-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px #2d344d40;
  }

  .gallery-arrow:hover {
    transform: translateY(-50%) scale(1.08);
  }
}

/* Indrukken */
.pill:active,.phone-link:active {
  transform: scale(.95);
  box-shadow: 0 2px 6px #2d344d33;
  transition-duration: .08s;
}

.gallery-arrow:active {
  transform: translateY(-50%) scale(.9);
  transition-duration: .08s;
}

/* Rimpel vanaf het klikpunt (zie main.js) */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: currentColor;
  opacity: .3;
  pointer-events: none;
  transform: scale(0);
  animation: ripple .6s ease-out forwards;
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(1);
  }
}

@media(prefers-reduced-motion:reduce) {
  .pill,.phone-link,.gallery-arrow {
    transition: none;
  }

  .ripple {
    display: none;
  }
}

/* ---------- Tekstblokken zonder foto ---------- */

/* La Tarantella en Mangia con amore: alleen een blauw vlak met tekst */
@media(min-width:701px) {
  .story,.mangia {
    height: auto;
    min-height: 0;
    display: block;
  }

  .story .split-copy,.mangia .split-copy {
    padding: 150px 0;
  }

  /* Kop mag breder dan de tekstkolom, zodat hij op één regel past */
  .story .copy-inner,.mangia .copy-inner {
    width: min(900px,88%);
  }

  .story .copy-inner p,.mangia .copy-inner p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:700px) {
  .story,.mangia {
    height: auto;
  }
}

/* ---------- Menupagina ---------- */

.menu {
  padding: 110px 24px 100px;
  background-position: center top;
  background-size: auto clamp(1000px,76vw,1160px);
}

.menu-head {
  text-align: center;
}

.menu-head h1 {
  margin-bottom: 34px;
  font-size: clamp(36px,3vw,48px);
}

.menu-switch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.menu-tab {
  cursor: pointer;
  text-transform: uppercase;
  color: var(--navy);
  background: #fff;
}

.menu-tab[aria-pressed="true"] {
  color: #fff;
  background: var(--navy);
}

.menu-chapters button {
  padding: 4px 2px;
  border: 0;
  color: var(--navy);
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  opacity: .45;
  transition: opacity .2s ease;
}

.menu-chapters button[aria-current="true"],.menu-chapters button:hover {
  opacity: 1;
}

.menu-chapters {
  margin: 44px 0 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 30px;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .23em;
  text-transform: uppercase;
}

.menu-viewport {
  max-width: 820px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  transition: height .35s ease;
}

.menu-viewport::-webkit-scrollbar {
  display: none;
}

.menu-track {
  display: flex;
  align-items: flex-start;
}

.menu-slide {
  flex: 0 0 100%;
  padding: 10px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.menu-card {
  padding: 50px 70px 40px;
  background: #fff;
  box-shadow: 0 1px 8px #2d344d4d;
}

.menu-mark {
  width: 45px;
  height: auto;
  margin: 0 auto 24px;
}

.menu-card h2 {
  font-size: clamp(30px,2.6vw,40px);
  text-align: center;
  text-transform: uppercase;
}

.menu-card h3 {
  margin: 40px 0 22px;
  font-family: Italiana,Georgia,serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}

.menu-sub {
  margin: 12px 0 40px;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .23em;
  text-align: center;
  text-transform: uppercase;
  opacity: .6;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  margin-bottom: 26px;
}

.menu-item-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.menu-item-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.menu-item-dots {
  flex: 1 1 24px;
  min-width: 24px;
  border-bottom: 1px dotted #2d344d73;
  transform: translateY(-4px);
}

.menu-item-price {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.menu-item-info {
  margin: 3px 0 0;
  font-size: 13px;
  letter-spacing: .03em;
  opacity: .65;
}

.menu-item-desc {
  margin: 4px 0 0;
  font-size: 15px;
  line-height: 1.6;
  opacity: .85;
}

.menu-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  vertical-align: 1px;
}

.menu-info:empty {
  display: none;
}

.menu-controls {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.menu-arrow {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 18px;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-arrow:active {
  transform: scale(.9);
}

.menu-arrow:disabled {
  opacity: .3;
  cursor: default;
}

.menu-dots {
  display: flex;
  gap: 10px;
}

.menu-dots button {
  width: 32px;
  height: 32px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-dots button:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid var(--navy);
  border-radius: 50%;
}

.menu-dots button[aria-current="true"]:before {
  background: var(--navy);
}

.menu-pdf,.menu-fallback {
  margin: 34px 0 0;
  font-size: 14px;
  text-align: center;
}

.menu-pdf a,.menu-fallback a {
  min-height: 44px;
  padding: 8px 4px;
  display: inline-flex;
  align-items: center;
}

@media(hover:hover) {
  .menu-arrow:not(:disabled):hover {
    transform: scale(1.08);
  }
}

@media(max-width:700px) {
  .menu {
    padding: 70px 8px 70px;
    background-size: auto 1150px;
  }

  .menu-head h1 {
    margin-bottom: 26px;
    font-size: 29px;
  }

  .menu-tab {
    min-width: 140px;
  }

  .menu-chapters {
    margin: 30px 12px 12px;
    gap: 6px 18px;
    font-size: 11px;
  }

  .menu-chapters button {
    min-height: 44px;
    padding: 8px 4px;
  }

  .menu-slide {
    padding: 8px;
  }

  .menu-card {
    padding: 38px 22px 26px;
  }

  .menu-card h2 {
    font-size: 26px;
  }

  .menu-sub {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .menu-item-name {
    font-size: 15px;
  }

  .menu-item-desc {
    font-size: 14px;
  }
}

/* ---------- Talen ---------- */

/* Teksten met data-l alleen in de gekozen taal tonen (menukaart) */
html:not([lang="nl"]) [data-l="nl"],html:not([lang="en"]) [data-l="en"],html:not([lang="it"]) [data-l="it"] {
  display: none !important;
}

/* NL | EN | IT klein rechtsboven in de balk */
.lang-switch {
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .2em;
}

.lang-switch button {
  min-width: 32px;
  min-height: 44px;
  padding: 4px;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  opacity: .55;
  transition: opacity .2s ease;
}

.lang-switch button[aria-pressed="true"],.lang-switch button:hover {
  opacity: 1;
}

.lang-switch span {
  opacity: .4;
}

/* Mobiel: alleen de huidige taal, tik om de andere te tonen */
@media(max-width:700px) {
  .lang-switch {
    right: 4px;
    height: auto;
    padding: 10px 2px;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    font-size: 11px;
    border-radius: 0 0 6px 6px;
  }

  .lang-switch span,.lang-switch button[aria-pressed="false"] {
    display: none;
  }

  .lang-switch button[aria-pressed="true"] {
    order: -1;
  }

  .lang-switch button {
    min-width: 50px;
    min-height: 44px;
  }

  .lang-switch button[aria-pressed="true"]:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 3px 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
  }

  .lang-switch.is-open {
    background: var(--navy);
  }

  .lang-switch.is-open button[aria-pressed="false"] {
    display: block;
  }
}

/* ---------- Hero homepage: intro en beweging ---------- */

/* Iets ingezoomd, zodat de foto bij het meebewegen nooit een rand laat zien */
.hero:not(.hero-page) picture img {
  scale: 1.05;
  will-change: translate, scale;
}

@media(prefers-reduced-motion:no-preference) {
  /* Logo komt zacht uit een waas tevoorschijn */
  .hero:not(.hero-page) .hero-mark {
    animation: mark-in 1.8s cubic-bezier(.2,.7,.2,1) .35s both;
  }

  /* Achtergrond zoomt rustig uit bij het laden */
  .hero:not(.hero-page) picture img {
    animation: hero-in 2.6s cubic-bezier(.2,.7,.2,1) both;
  }
}

/* Telefoon en tablet: geen muis, dus een heel langzame zoom */
@media(prefers-reduced-motion:no-preference) and (hover:none) {
  .hero:not(.hero-page) picture img {
    animation: hero-in 2.6s cubic-bezier(.2,.7,.2,1) both, hero-drift 20s ease-in-out 2.6s infinite alternate;
  }
}

@keyframes mark-in {
  from {
    opacity: 0;
    scale: .94;
    filter: blur(8px);
  }

  to {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}

@keyframes hero-in {
  from {
    scale: 1.12;
  }

  to {
    scale: 1.05;
  }
}

@keyframes hero-drift {
  from {
    scale: 1.05;
  }

  to {
    scale: 1.1;
  }
}
