/*CSS document*/

/*Algemeen*/
@font-face {
        font-family: "Neo Sans Std Regular";
        src: url(/font/NeoSansStd-Regular.otf) format("opentype");
        font-display: swap;
    }

@font-face {
        font-family: "Neo Sans Std Bold";
        src: url(/font/NeoSansStd-Bold.otf) format("opentype");
        font-weight: bold;
        font-display: swap;
    }

@font-face {
        font-family: "Neo Sans Std Light";
        src: url(/font/NeoSansStd-Light.otf) format("opentype");
        font-display: swap;
    }

@font-face {
        font-family: "Allura";
        src: url(/font/Allura.woff2) format("woff2"),
             url(/font/Allura.woff) format("woff"),
             url(/font/Allura.ttf) format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

body {font-family: 'Neo Sans Std Regular', sans-serif;}

p, h4 {font-family: 'Neo Sans Std Regular', 'Verdana', 'arial', 'helvetica';}

h1, h2, h3, h5 {font-family: 'GFS Didot', 'Neo Sans Std Regular', 'Verdana', 'arial', 'helvetica'; font-weight:400;text-align: left;}

/*'Rajdhani'*/
    
h1 {font-size: 50px;}
h2 {font-size: 25px;}
h3 {text-align: center; font-weight:normal; font-size:25px;margin-bottom:30px; font-style:italic;}
h4 {text-align: left; font-weight:normal; font-size:22px;margin-bottom:30px;}
h5 {text-align: center; font-weight:normal; font-size:45px;}

.ftb-widget {margin-bottom:30px;}

.booking-widget-custom {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    padding: 14px 20px;
    width: fit-content;
    margin: 0 auto 50px auto;
    border-radius: 6px;
    background-color: transparent;
    backdrop-filter: none;
}

.booking-kicker-inline {
    font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', sans-serif;
    font-size: 22px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    padding-bottom: 9px;
}

.booking-field {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.booking-field-label {
    font-size: 14px;
    font-family: 'Neo Sans Std Regular', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.booking-date-input,
.booking-date-display {
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #1f1f1f;
    border-radius: 4px;
    padding: 8px 10px;
    min-width: 165px;
    font-family: 'Neo Sans Std Regular', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    height: 42px;
    box-sizing: border-box;
}

.booking-date-display {
    cursor: pointer;
}

.flatpickr-calendar {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
    font-family: 'Neo Sans Std Regular', sans-serif;
    z-index: 1300;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #000;
    border-color: #000;
}

.flatpickr-day:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
}

.booking-search-button {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 0 16px;
    font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', sans-serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 0;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booking-search-button:hover {
    background: #f5f5f5;
}

.booking-text-input,
.booking-select,
.booking-textarea {
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #1f1f1f;
    border-radius: 4px;
    padding: 8px 10px;
    min-width: 165px;
    font-family: 'Neo Sans Std Regular', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    box-sizing: border-box;
}

.booking-text-input,
.booking-select {
    height: 42px;
}

.booking-textarea {
    width: 100%;
    min-height: 72px;
    resize: vertical;
}

.table-booking-widget {
    flex-wrap: wrap;
    max-width: 980px;
    align-items: flex-end;
}

.table-booking-widget__notes {
    flex: 1 1 100%;
    max-width: 100%;
}

.table-booking-feedback {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 18px;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.table-booking-feedback--success {
    background: #eef8ef;
    border: 1px solid #b9ddb9;
    color: #1f4d24;
}

.table-booking-feedback--error {
    background: #fff1f1;
    border: 1px solid #efb4b4;
    color: #7a1f1f;
}

/* Centre booking bar in its row (all pages using booking_widget.php) */
.booking-widget-host {
  width: 100%;
  display: flex;
  justify-content: center;
}

.anchor{
    display: block;
    height: 80px; /*same height as header*/
    margin-top:-100px;
    visibility: hidden;
}

/* Scroll target only (e.g. #home inside hero) — must not shift slideshow layout */
.anchor.anchor--scroll-only {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  scroll-margin-top: var(--hero-nav-height, clamp(88px, 5.5vw + 56px, 118px));
}

#carouselHeader {
  position: relative;
}

.white { color:white; }

.hotelcontainer { background-color: beige; }

body.index1-page .hotelcontainer {
  background-color: #f3f0e5;
}

.restaurantcontainer { background-color: beige; padding: 80px 0 0 0; }

body.index1-page .restaurantcontainer {
  background-color: #f3f0e5;
}

.contactcontainer { margin: 60px 0 60px 0; }

/* Reviews page: intro (index1-style two columns) */
.reviews-intro.index1-feature-section {
  margin: clamp(36px, 5vw, 56px) 0 100px;
  padding-left: 0;
  padding-right: 0;
}

.reviews-intro__text-panel {
  padding-left: 0 !important;
  padding-right: 0;
}

@media (min-width: 768px) {
  .reviews-intro__text-panel {
    padding-right: clamp(32px, 3.6vw, 56px) !important;
    padding-left: 0 !important;
    padding-top: 0;
  }

  .reviews-intro__media {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .reviews-intro__media {
    margin-top: 24px;
  }
}

.reviews-intro__figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e8e4dc;
}

.reviews-intro__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reviews-intro__body p {
  margin: 0 0 16px;
  line-height: 1.65;
  color: #222;
}

.reviews-intro__body p:last-child {
  margin-bottom: 0;
}

.reviews-intro .index1-contact-icons {
  margin-top: 28px;
}

/* Reviews list band — same spacing & gold as .index1-video-section; runs flush into footer */
.reviews-strip {
  --index1-promo-y-pad: 100px;
  margin: 0;
  padding: var(--index1-promo-y-pad) clamp(12px, 2.5vw, 28px);
  background-color: #ded391;
  box-sizing: border-box;
}

.reviews-strip.contactcontainer {
  margin: 0;
}

.reviews-strip .row {
  --bs-gutter-x: 0;
}

.reviews-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.reviews-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
  color: #5c5c5c;
  font-weight: 500;
}

.reviews-heading {
  margin: 0 0 1.5rem;
  text-align: left;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(1.65rem, 2.1vw + 1rem, 2.75rem) !important;
  font-weight: 800;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.reviews-list-wrap {
  margin: 0;
  padding-top: 0.25rem;
}

.reviews-list-empty {
  margin: 0;
  padding: 1.25rem 1rem;
  text-align: center;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: #5c5c5c;
  background: #faf8f4;
  border-radius: 10px;
  border: 1px solid rgba(42, 36, 56, 0.08);
}

.reviews-ftb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.35rem);
}

.reviews-ftb-item {
  margin: 0;
  padding: clamp(1.15rem, 2.8vw, 1.65rem) clamp(1.1rem, 3vw, 1.75rem);
  background: #faf8f4;
  border: 1px solid rgba(42, 36, 56, 0.08);
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(42, 36, 56, 0.06);
}

.reviews-ftb-item__quote {
  margin: 0 0 0.65rem;
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-size: clamp(1rem, 0.35vw + 0.9rem, 1.15rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  color: #2a2438;
}

.reviews-ftb-item__guest {
  margin: 0;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 0.2vw + 0.76rem, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
  color: #b8891d;
}

.reviews-ftb-item__date {
  margin: 0.25rem 0 0;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.78rem, 0.15vw + 0.72rem, 0.86rem);
  font-weight: 400;
  line-height: 1.35;
  color: #5c5c5c;
}

.reviews-load-more-wrap {
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
  text-align: center;
}

.reviews-load-more-wrap .index1-mid-split-btn {
  margin-bottom: 0;
  cursor: pointer;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
}

.main {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.form-select {
    margin-top: 2px;
    font-family: 'GFS Didot', 'Neo Sans Std Regular', 'Verdana', 'arial', 'helvetica';
    font-weight: normal;
    font-size: 22px;
        }

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Default state (not shrunk) */
.language-select {
  color: black; /* text in closed select */
  background-color: transparent;
  border: none;
  width: auto;
  min-width: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Force dropdown options to have black text */
.language-select option {
  color: black;
  background-color: white; /* to avoid transparency weirdness */
}


/*header*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    background: #f3f0e5;
    z-index: 100;
    overflow: visible;
    /* Geen transition:all — dat animeert bij elke resize en voelt traag / “vast” */
    transition: box-shadow 0.35s ease, background-color 0.35s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2rem 0.4rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2rem 0.4rem;
}

.block {
    display: block !important;
}

#logo_expanded {
    max-width: 200px;
    max-height: 80px;   /* belangrijk */
    width: auto;
    height: auto;
    z-index:9000;
    display: block;     /* 🔥 lost Firefox baseline probleem op */
    margin: 0;          /* verwijder negatieve margin */
}


.logo_mobiel {
    position: fixed;
    top: 10px;
    right: 16px;
    z-index: 9999;
}

.logo_mobiel a {
    display: block;
    text-decoration: none;
    line-height: 0;
}

.containermenu {
    position: relative;
}

.phone-nav-link {
    font-family: 'GFS Didot', 'Neo Sans Std Regular', 'Verdana', 'arial', 'helvetica';
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    padding: 0;
    padding-bottom: 1px;
    vertical-align: middle;
}

.phone-nav-link i {
    margin-right: 6px;
    font-size: 0.8em;
    vertical-align: middle;
}

.phone-nav-link:focus {
    outline: none;
}

.phone-nav-link:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.35);
    outline-offset: 2px;
    border-radius: 2px;
}

.phone-nav-item {
    position: relative;
    margin-right: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.phone-nav-link:hover {
    color: #000000;
}

.carousel-media-wrapper {
  height: 80vh; /* 90% of viewport height */
  overflow: hidden;
  position: relative;
}

.carousel-media-wrapper--hero-video {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  isolation: isolate;
}

.carousel-media-wrapper img,
.carousel-media-wrapper iframe,
.carousel-media-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-media-wrapper .carousel-hero-video {
  position: relative;
  z-index: 1;
  background: transparent;
}

.hero-video-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.hero-video-poster.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.carousel-hero-video.is-loading {
  opacity: 0;
}

.carousel-hero-video:not(.is-loading) {
  opacity: 1;
}

.hero-video-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: transparent;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.hero-video-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-video-loader__ring {
  width: clamp(74px, 8vw, 92px);
  height: clamp(74px, 8vw, 92px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 58%, transparent 59%),
    conic-gradient(#ffffff calc(var(--hero-video-progress, 0) * 1%), rgba(255, 255, 255, 0.24) 0);
  display: grid;
  place-items: center;
}

.hero-video-loader__percent {
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.9rem, 1vw + 0.55rem, 1.05rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}

/* Hero carousel arrows: centre on visible slide (below fixed header when it overlays the hero) */
#carouselHeader .carousel-control-prev,
#carouselHeader .carousel-control-next {
  top: 0;
  bottom: auto;
  height: 80vh;
  max-height: 80vh;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* Desktop/tablet: menu overlays hero — centre in strip below header (--hero-nav-height from header_new1.php) */
@media (min-width: 768px) {
  #carouselHeader .carousel-control-prev,
  #carouselHeader .carousel-control-next {
    top: var(--hero-nav-height, clamp(88px, 5.5vw + 56px, 118px));
    height: calc(80vh - var(--hero-nav-height, clamp(88px, 5.5vw + 56px, 118px)));
    max-height: calc(80vh - var(--hero-nav-height, clamp(88px, 5.5vw + 56px, 118px)));
  }
}

#carouselHeader:hover .carousel-control-prev,
#carouselHeader:hover .carousel-control-next {
  opacity: 1;
  pointer-events: auto;
}

#carouselHeader .carousel-control-prev-icon,
#carouselHeader .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  background: #ffffff;
  position: relative;
}

#carouselHeader .carousel-control-prev-icon::after,
#carouselHeader .carousel-control-next-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

#carouselHeader .carousel-control-prev-icon::after {
  transform: translate(-40%, -50%) rotate(-135deg);
}

#carouselHeader .carousel-control-next-icon::after {
  transform: translate(-60%, -50%) rotate(45deg);
}

#carouselHeader .carousel-control-prev:hover .carousel-control-prev-icon,
#carouselHeader .carousel-control-next:hover .carousel-control-next-icon {
  background: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.35);
}

/* Improve hero text readability without a background panel */
#carouselHeader .carousel-caption {
  display: inline-block;
  width: fit-content;
  max-width: 90%;
  left: 15%;
  right: auto;
  transform: none;
  text-align: left;
  z-index: 5;
  /* Keep titles above <video> compositing layers (esp. Safari/iOS) */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#carouselHeader .carousel-caption h1,
#carouselHeader .carousel-caption h2,
#carouselHeader .carousel-caption h3 {
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* Menu navbar */

/* MENU CONTAINER: spacing regelen via gap (BELANGRIJK) */
.topnav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Geen extra Bootstrap spacing */
.topnav li {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.topnav .navbar-brand {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
}

#logo_expanded {
    vertical-align: middle;
}

/* LINKS */
.topnav li a {
    position: relative;
    display: inline-block;
    font-family: 'GFS Didot', 'Neo Sans Std Regular', 'Verdana', 'arial', 'helvetica';
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding: 0;
    padding-bottom: 1px;
    transition: color .5s;
}

/* Override Bootstrap nav-link horizontal padding so underline matches text width */
.topnav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

/* underline effect */
.topnav li a::after {
    display: none;
}

.topnav li a .nav-link-text,
.topnav li button .nav-link-text {
    position: relative;
    display: inline-block;
}

.topnav li a .nav-link-text::after,
.topnav li button .nav-link-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;
    background-color: currentColor;

    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s cubic-bezier(.22,1,.36,1);
}

/* hover + active */
.topnav li a:hover .nav-link-text::after,
.topnav li a.active .nav-link-text::after,
.topnav li button:hover .nav-link-text::after,
.topnav li button.active .nav-link-text::after,
.topnav li button[aria-expanded="true"] .nav-link-text::after {
    transform: scaleX(1);
}

/* geen default underline */
.topnav li a:hover {
    text-decoration: none;
}

/* Small balance tweak so centered logo aligns visually */
#menuHotelLink {
    margin-right: 12px;
}

/* GEEN underline op logo */
.topnav .navbar-brand::after {
    display: none !important;
}

/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 24px;
  padding-left: 15px;
  width: 100%;
  height: 72px;
  cursor: pointer;
  z-index: 9998;
  background:#eeeae6;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.mobile-call-btn {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: 'GFS Didot', 'Neo Sans Std Regular', 'Verdana', 'arial', 'helvetica';
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
}

.mobile-call-btn i {
  font-size: 0.85em;
}

.mobile-call-btn:hover {
  color: #000;
  text-decoration: none;
}

.bar,
.bar:after,
.bar:before {
  width: 25px;
  height: 3px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
	/*---------------------
	Mobiles Menu - Design 
	----------------------*/

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left:15px;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background: #CCCCCC;
}

.mobile-menu li a {
  text-decoration: none;
  color: black;
}

	/*---------------------
	Mobiles Menu - Slide IN 
	----------------------*/

.mobile-menu {
  top: 0;
  max-width: 240px;
  left: -100%;
  width: 100%;
  background: #EBEBEB;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  transition: transform 500ms ease-in-out, left 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease-in-out, left 500ms ease-in-out;
}

/*Tillys — cream band (matches index1 sections below booking bar) */
.tillyscontainer {
    padding-top: 60px;
    background-color: #f3f0e5;
}

/* Explore page — layout from stylesheet_tillys.css, cream colours from new site */
.summarycontainer,
.culinarycontainer,
.outdoorcontainer,
.citycontainer {
  padding-top: 60px;
}

.summarycontainer,
.outdoorcontainer,
.citycontainer {
  padding-bottom: 80px;
}

.outdoorcontainer {
  padding-bottom: 140px;
}

.outdoorcontainer,
.citycontainer {
  background-color: #f3f0e5;
}

.summarycontainer,
.culinarycontainer {
  background-color: #fff;
}

/* Culinary text + 4 photo strip share one white band; outdoor starts after */
body.explore-page .culinarycontainer {
  padding-bottom: 0;
}

body.explore-page .gallery-block2.compact-gallery {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
  margin: 0;
}

.last-item {
  padding-bottom: 40px;
}

/* Explore: section heading sizes (fonts match index1-page / Neo Sans) */
body.explore-page .summarycontainer h5,
body.explore-page .citycontainer h5,
body.explore-page .culinarycontainer h5,
body.explore-page .outdoorcontainer h5 {
  text-align: center;
  font-size: 45px;
}

body.explore-page .summarycontainer h3,
body.explore-page .citycontainer h3,
body.explore-page .culinarycontainer h3,
body.explore-page .outdoorcontainer h3 {
  text-align: center;
  font-style: italic;
  font-size: 25px;
  margin-bottom: 30px;
}

/* Explore hero captions: respect Bootstrap d-none / d-md-block (index1 forces display) */
body.explore-page.index1-page #carouselHeader .carousel-caption.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  body.explore-page.index1-page #carouselHeader .carousel-caption.d-md-block {
    display: inline-block !important;
  }
}

@media (max-width: 991.98px) {
  body.explore-page .summarycontainer h5,
  body.explore-page .citycontainer h5,
  body.explore-page .culinarycontainer h5,
  body.explore-page .outdoorcontainer h5 {
    font-size: 30px;
  }

  body.explore-page .summarycontainer h3,
  body.explore-page .citycontainer h3,
  body.explore-page .culinarycontainer h3,
  body.explore-page .outdoorcontainer h3 {
    font-size: 20px;
  }
}

/* hotel.php (index1 stack): same breathing room under hero as index1 “Book your stay”; bar matches Rooms block */
body.index1-page .hotelcontainer,
body.index1-page .restaurantcontainer {
  padding-top: 60px;
}

.ftb-widget {padding-bottom: 40px;}

/* Contact footer */

#footer h5 {
    margin-bottom:10px;
}

#footer ul{
    list-style: none;
    padding:0;
}

#footer {
  padding-top: 40px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  /* Single rule for bar colour; shorthand + !important beats stray background/background-color */
  background: #145710 !important;
}

#footer, #footer a {
	font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#footer a:hover{
    /*color: #bc362b;*/
    text-decoration: underline;
}

#footer h4 {
  color: #ffffff;
  padding-top: 52px;
  margin-top: 0;
}

#footer .footer-logo-wrap {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}

#footer .footer-brand-logo {
  display: block;
  opacity: 1;
  width: 256px;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  #footer .col-4.d-lg-block .footer-logo-wrap {
    padding-top: 52px;
  }
}

#footer .footer-mobile-logo {
  padding: 8px 0 4px;
}

#footer .footer-mobile-logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

#footer .footer-mobile-logo-link:hover,
#footer .footer-mobile-logo-link:focus-visible {
  text-decoration: none;
  opacity: 0.92;
}

#footer .footer-brand-logo--footer-mobile {
  width: min(220px, 72vw);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  #footer .main > div.col-sm-12 > h4 {
    padding-top: 22px;
  }
}

#footer .krantenkop {
  color: rgba(255, 255, 255, 0.78);
}

#footer table td {
  color: #f0f0f0;
}

#footer .fa {
  color: #f5f5f5;
}


/*Vanaf hier wat kleine aanpassingen voor mobiele telefoon en ipads*/


/*medium device = 768 tm 991px bijvoorbeeld ipad mini rechtop (maar niet landscape)*/
@media only screen and (max-width: 991px) {

    .anchor {height:90px;}
    
    #logo_expanded {max-width:90px; margin-top:0px;}
    #logo_expanded.shrink {
    max-width:60px;
    margin-top:0px;
}

    
    .topnav li a { font-size: 17px; }
    .topnav li { margin: -10px 9px 0 0;}
    .form-select {font-size: 17px;}
    .phone-nav-link {font-size: 15px;}
    h1 {font-size: 40px;}
    h2 {font-size: 20px;}
    h3 {font-size: 20px;}
    h5 {font-size: 30px;}

    /* Layout: live index.php; background comes from parent container (cream / beige) */
    .booking-widget-custom {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto 42px auto;
      gap: 14px;
      padding: 12px 14px;
    }

    .booking-kicker-inline {
      display: block;
      width: 100%;
      padding-bottom: 2px;
      font-size: 18px;
      letter-spacing: 0.1em;
    }

    .booking-date-input,
    .booking-date-display {
      min-width: 132px;
      font-size: 14px;
      height: 38px;
    }

    .booking-search-button {
      height: 38px;
      font-size: 13px;
    }

    .booking-text-input,
    .booking-select,
    .booking-textarea {
      min-width: 132px;
      font-size: 14px;
    }

    .booking-text-input,
    .booking-select {
      height: 38px;
    }

    .table-booking-widget .booking-field {
      flex: 1 1 calc(50% - 7px);
      min-width: 132px;
    }

    .table-booking-widget .table-booking-widget__notes,
    .table-booking-widget .booking-kicker-inline,
    .table-booking-widget .booking-search-button {
      flex: 1 1 100%;
    }
}


/*small device = 544 tm 767px , bv iphone landscape, menu = collapsed */
@media only screen and (max-width: 767px) {
    
    
    .carousel-media-wrapper {
    height: 50vh;
  }

    #carouselHeader .carousel-control-prev,
    #carouselHeader .carousel-control-next {
      top: 0;
      height: 50vh;
      max-height: 50vh;
    }

    #carouselHeader {margin-top:72px;}
    
    .navbar {padding:0;}
    
    .form-select.shrink {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #000000;
}

	.anchor {
		height: 72px;
		margin-top: -72px;
	}

    }



/* ========== stylesheet1 (new site / index1 stack) ========== */

body {
  background-color: #f3f0e5;
}

/* index1.php test page only: all text in Neo Sans Std Regular (Font Awesome keeps .fa on i) */
body.index1-page {
  --index1-reviews-y-pad: clamp(48px, 7vw, 88px);
  --index1-promo-y-pad: 100px;
  --index1-showcase-bg: rgb(237, 232, 228);
  /* Symmetric gap: showcase cards ↔ review card ↔ photo mosaic */
  --index1-showcase-y-pad: clamp(52px, 6.5vw, 92px);
  --index1-reviews-card-gap: clamp(40px, 5.5vw, 74px);
  --index1-reviews-title-space: clamp(3.75rem, 6.5vw, 5.25rem);
  --index1-mosaic-edge-gap: 8px;
}

body.index1-page,
body.index1-page h1,
body.index1-page h2,
body.index1-page h3,
body.index1-page h4,
body.index1-page h5,
body.index1-page h6,
body.index1-page p,
body.index1-page a,
body.index1-page li,
body.index1-page td,
body.index1-page th,
body.index1-page label,
body.index1-page button,
body.index1-page input,
body.index1-page textarea,
body.index1-page select,
body.index1-page .btn,
body.index1-page .nav-link,
body.index1-page small,
body.index1-page strong,
body.index1-page em,
body.index1-page .navbar,
body.index1-page .footer,
body.index1-page .booking-kicker-inline,
body.index1-page .booking-field-label,
body.index1-page .flatpickr-calendar {
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif !important;
}

/* Keep Font Awesome icons readable (Neo Sans on td/a would otherwise inherit) */
body.index1-page .fa {
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
}

/* Footer headings (new site) */
body.index1-page #footer h4 {
  padding-top: 52px;
  margin-top: 0;
}

/* Laatste sectie = foto-collage/mozaïek: minimale ruimte tot footer (zelfde als gap tussen foto's) */
body.index1-page:has(#index1PhotoMosaic) #footer {
  padding-top: 8px;
}

body.index1-page:has(.restaurant-collage-section) #footer {
  padding-top: 6px;
}

/* Restaurant: crème strook tussen collage en groene footer (zelfde als hotel) */
body.restaurant-page #footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 10px solid #f3f0e5 !important;
  box-sizing: border-box;
}

/* Hotel / restaurant: collage → footer */
body.hotel-page .hotel-cream-band,
body.restaurant-page .hotel-cream-band {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 0;
}

body.restaurant-page .hotel-cream-band {
  display: flex;
  flex-direction: column;
  gap: var(--index1-mosaic-edge-gap, 8px);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

body.restaurant-page .hotel-cream-band:has(.restaurant-function-band) {
  padding-top: 0;
}

body.hotel-page .hotel-collage-section,
body.restaurant-page .hotel-collage-section {
  padding-top: 0;
  padding-bottom: var(--index1-mosaic-edge-gap, 8px);
  box-sizing: border-box;
}

body.hotel-page .hotel-collage-section {
  padding-left: 10px;
  padding-right: 10px;
}

body.restaurant-page .hotel-collage-section {
  padding-left: 0;
  padding-right: 0;
}

body.hotel-page .hotel-collage-section,
body.hotel-page .hotel-collage,
body.restaurant-page .hotel-collage-section,
body.restaurant-page .hotel-collage {
  gap: 8px;
}

body.hotel-page .hotel-booking-cta {
  margin-bottom: 0;
}

/* Hotel: 8px crème tussen adventure-CTA en footer (= collage-gap) */
.hotel-booking-cta ~ #footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 8px solid #f3f0e5 !important;
  box-sizing: border-box;
}

body.hotel-page #footer,
body.restaurant-page #footer {
  position: relative;
  z-index: 1;
}

/* header_new1 only: full desktop = zelfde afstand als live site; kleiner scherm = minder gap + logo-lucht */
body.index1-page .topnav {
  column-gap: 24px;
}

/* Geen extra marge op Hotel; symmetrische ruimte rond logo: Restaurant ↔ logo ↔ Explore */
body.index1-page #menuHotelLink {
  margin-right: 0;
}

body.index1-page #menuRestaurantLink {
  margin-right: 12px;
}

/* Alleen column-gap tussen logo en Explore (extra marge maakte die kant te breed) */
body.index1-page #menuExploreLink {
  margin-left: 0;
}

/* Taalkeuze: zelfde verticale lijn als overige nav-links (global .form-select heeft margin-top: 2px) */
body.index1-page .topnav > li.nav-item:last-child {
  display: flex;
  align-items: center;
}

body.index1-page .topnav #languageSelector.language-select,
body.index1-page .topnav #languageSelector.form-select {
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
  line-height: 1.15;
  min-height: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

@media (max-width: 1399.98px) {
  body.index1-page .topnav {
    column-gap: 20px;
  }
}

@media (max-width: 1199.98px) {
  body.index1-page .topnav {
    column-gap: 16px;
  }

  body.index1-page #menuRestaurantLink {
    margin-right: 10px;
  }

  body.index1-page #menuExploreLink {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  /* Zelfde breakpoint als kleinere menutekst: nog iets minder ruimte tussen items */
  body.index1-page .topnav {
    column-gap: 8px;
  }

  body.index1-page .topnav li {
    margin: 0;
  }

  /* Extra ruimte Restaurant→logo: compenseert smallere column-gap t.o.v. logo→Explore (die kant voelt ruimer) */
  body.index1-page #menuRestaurantLink {
    margin-right: clamp(8px, 1.1vw + 4px, 14px);
  }

  body.index1-page #menuExploreLink {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* Desktop-header: iets compacter dan vorige stap */
  body.index1-page .header .navbar {
    padding-top: clamp(1px, 0.12vw + 1px, 6px);
    padding-bottom: clamp(1px, 0.12vw + 1px, 7px);
    min-height: 0;
  }

  body.index1-page #logo_expanded {
    max-height: clamp(50px, 6.2vw, 62px);
    max-width: clamp(112px, 11.8vw, 158px);
    margin-top: clamp(1px, 0.2vw, 4px);
    margin-bottom: clamp(0px, 0.1vw, 2px);
  }
}

@media only screen and (max-width: 991px) {
  body.index1-page #logo_expanded {
    max-height: clamp(46px, 11vw, 58px);
    margin-top: clamp(2px, 0.5vw + 1px, 6px);
  }

  body.index1-page #logo_expanded.shrink {
    max-height: clamp(38px, 9vw, 48px);
    margin-top: clamp(1px, 0.4vw, 4px);
  }
}

/* Hero carousel on index1: same titles/visibility as index.php (explicit so test page always matches) */
.index1-page #carouselHeader .carousel-caption {
  display: inline-block !important;
  width: fit-content;
  max-width: 90%;
  left: 15%;
  right: auto;
  transform: none;
  text-align: left;
  z-index: 5;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.index1-page #carouselHeader .carousel-caption h1,
.index1-page #carouselHeader .carousel-caption h2,
.index1-page #carouselHeader .carousel-caption h3 {
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

body.index1-page.index1-hero-zoom #carouselHeader .carousel-media-wrapper img {
  transform: scale(1.12);
  transform-origin: center center;
}

body.index1-page.index1-hero-zoom #carouselHeader .carousel-item.index1-hero-zoom-animate .carousel-media-wrapper img {
  animation: index1-hero-zoom-out 9s ease-out forwards;
}

@keyframes index1-hero-zoom-out {
  from {
    transform: scale(1.12);
  }

  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.index1-page.index1-hero-zoom #carouselHeader .carousel-item.active .carousel-media-wrapper img {
    animation: none;
    transform: scale(1);
  }
}

/* index1 stack (index1, hotel, restaurant, reviews): inherit media-height centre (see #carouselHeader rules) */

/* Block under intro: big title, then col-10 split (square slideshow | text) */
.index1-feature-section {
  margin-bottom: 100px;
}

body.index1-page #index1TillysSection.index1-feature-section {
  margin-top: 30px;
}

/* Full-width promo video above Reviews (index1 only) */
.index1-video-section {
  --index1-promo-y-pad: 100px;
  --index1-video-floor-opacity: 0.52;
  --index1-video-floor-wash: rgba(222, 211, 145, 0.14);
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: var(--index1-promo-y-pad) 0;
  background-color: #ded391;
  overflow: hidden;
}

.index1-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images/hotel-floor.png');
  background-size: cover;
  background-position: center;
  opacity: var(--index1-video-floor-opacity);
  pointer-events: none;
  z-index: 0;
}

.index1-video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--index1-video-floor-wash);
  pointer-events: none;
  z-index: 0;
}

.index1-video-section .row {
  --bs-gutter-x: 0;
  position: relative;
  z-index: 1;
}

/* col-10 (Bootstrap) wraps frame; frame is 90% of that column, 1160:670 aspect */
.index1-video-frame {
  position: relative;
  width: 90%;
  max-width: 100%;
  aspect-ratio: 1160 / 670;
  overflow: visible;
}

.index1-promo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

/* TEMP poster over promo video — remove .is-temp-poster + .index1-promo-poster when video is ready */
.index1-video-frame.is-temp-poster .index1-promo-video {
  visibility: hidden;
  pointer-events: none;
}

.index1-promo-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 0;
  z-index: 1;
}

.index1-video-textbox {
  position: absolute;
  /* 30% of panel width past the video’s left edge, then nudged 20px right */
  left: calc(-100% * 440 / 1160 * 0.3 + 20px);
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100% * 440 / 1160);
  height: calc(100% * 541 / 670);
  max-width: 440px;
  max-height: 541px;
  box-sizing: border-box;
  padding: 1.5rem 1.75rem;
  background: #000;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
}

.index1-video-textbox-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
}

.index1-video-textbox-title {
  margin: 0 0 0.65rem;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.06;
  color: #fff;
}

.index1-video-title-line {
  display: block;
  white-space: nowrap;
}

.index1-video-textbox-body {
  margin: 0 0 1.1rem;
  font-size: 0.98rem;
  line-height: 1.55;
  opacity: 0.92;
}

.index1-video-textbox-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 2.1rem;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 0.95rem;
  font-weight: 600;
  pointer-events: auto;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.index1-video-textbox-button:hover,
.index1-video-textbox-button:focus-visible {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.index1-video-textbox.index1-video-textbox-reveal-ready {
  opacity: 0;
  transform: translate(calc(-1 * clamp(36px, 5vw, 72px)), -50%);
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.index1-video-textbox.index1-video-textbox-reveal-ready.index1-video-textbox-visible {
  opacity: 1;
  transform: translate(0, -50%);
}

@media (max-width: 991px) {
  .index1-video-textbox {
    padding: 1.1rem 1.25rem;
  }
}

@media (max-width: 575px) {
  .index1-feature-section {
    margin-bottom: calc(48px + 4rem);
  }

  .index1-video-textbox {
    padding: 1rem 1.1rem;
  }
}

.index1-promo-video::-webkit-media-controls {
  display: none !important;
}

.index1-promo-video::-webkit-media-controls-enclosure {
  display: none !important;
}

/* Group stay: text left, image right */
.index1-mid-split-section {
  --index1-mid-split-vertical-pad: 100px;
  margin: 0;
  padding-inline: clamp(12px, 2.5vw, 28px);
  padding-block: var(--index1-mid-split-vertical-pad);
  background: #f3f0e5;
  box-sizing: border-box;
}

.index1-mid-split-section .index1-mid-split-row {
  --bs-gutter-x: 0;
  margin-inline: 0;
  width: 100%;
  max-width: none;
}

.index1-mid-split-col {
  min-width: 0;
}

.index1-mid-split-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 44px);
  width: 100%;
  max-width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.index1-mid-split-text-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: left;
  color: #111;
  font-size: 1rem;
  line-height: 1.55;
  box-sizing: border-box;
}

.index1-mid-split-text-inner.index1-mid-split-text-reveal-ready {
  opacity: 0;
  transform: translateY(clamp(14px, 2.5vw, 24px));
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.index1-mid-split-text-inner.index1-mid-split-text-reveal-ready.index1-mid-split-text-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .index1-mid-split-text-inner.index1-mid-split-text-reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.index1-mid-split-title {
  margin: 0 0 0.2rem;
  font-size: clamp(1.5rem, 1.45vw + 1rem, 2.35rem);
  font-weight: 800;
  font-style: normal;
  line-height: 1.25;
  color: #111;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.index1-mid-split-body {
  margin: 0 0 0.5rem;
  text-align: left;
  color: #111;
}

.index1-mid-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 2.1rem;
  margin-bottom: 0;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.index1-mid-split-btn:hover,
.index1-mid-split-btn:focus-visible {
  background: #000;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* index1 homepage: dark group-stay band */
#index1MidSplit.index1-mid-split-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: 0;
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: calc(clamp(3rem, 6vw, 5rem) + 70px);
  background-color: #1e1e1e;
  color: #fff;
  overflow: hidden;
}

#index1MidSplit .index1-mid-split-panel {
  max-width: none;
  margin: 0;
  gap: 0;
}

#index1MidSplit .index1-mid-split-text-inner {
  color: #fff;
}

#index1MidSplit .index1-mid-split-kicker {
  margin: 0 0 0.85rem;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 0.35vw + 0.72rem, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4a96a;
}

#index1MidSplit .index1-mid-split-title,
#index1MidSplit .index1-mid-split-body {
  color: #fff;
}

#index1MidSplit .index1-mid-split-title {
  width: 100%;
  text-align: left;
  font-size: clamp(1.65rem, 2.1vw + 1rem, 2.75rem);
  line-height: 1.1;
  margin-bottom: 0;
}

#index1MidSplit .index1-mid-split-rule {
  width: clamp(72px, 10vw, 110px);
  height: 1px;
  margin-top: clamp(1rem, 2vw, 1.35rem);
  margin-bottom: 0.15rem;
  background: #c4a96a;
  flex-shrink: 0;
}

#index1MidSplit .index1-mid-split-body {
  max-width: 36rem;
}

#index1MidSplit .index1-mid-split-btn {
  background: #fff;
  color: #111;
  border: 1px solid #fff;
  margin-top: 20px;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
}

#index1MidSplit .index1-mid-split-btn:hover,
#index1MidSplit .index1-mid-split-btn:focus-visible {
  background: transparent;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#index1MidSplit .index1-mid-split-media {
  aspect-ratio: 16 / 10;
  width: 100%;
  position: relative;
  background: #1e1e1e;
  overflow: hidden;
}

#index1MidSplit .index1-mid-split-media.index1-mid-split-media-reveal-ready {
  opacity: 1;
  transform: none;
}

#index1MidSplit .index1-mid-split-media.index1-mid-split-media-reveal-ready img {
  opacity: 0;
  transform: translateX(clamp(64px, 11vw, 150px));
  transition: opacity 0.95s ease, transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

#index1MidSplit .index1-mid-split-media.index1-mid-split-media-reveal-ready.index1-mid-split-media-visible img {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 768px) {
  #index1MidSplit.index1-mid-split-section {
    padding-top: clamp(4.5rem, 9vw, 7rem);
    padding-bottom: 70px;
  }

  #index1MidSplit .index1-mid-split-panel {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    align-items: stretch;
    min-height: clamp(300px, 34vw, 440px);
  }

  #index1MidSplit .index1-mid-split-text-inner {
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(24px, 5vw, 64px);
    padding-right: clamp(20px, 3vw, 36px);
    gap: 0.95rem;
  }

  #index1MidSplit .index1-mid-split-media {
    aspect-ratio: unset;
    position: relative;
    min-height: 100%;
    align-self: stretch;
  }

  #index1MidSplit .index1-mid-split-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1e1e1e 0%, rgba(30, 30, 30, 0.82) 12%, rgba(30, 30, 30, 0.35) 26%, transparent 44%);
    pointer-events: none;
    z-index: 1;
  }

  #index1MidSplit .index1-mid-split-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 767.98px) {
  #index1MidSplit .index1-mid-split-text-inner {
    padding: 0 clamp(20px, 4vw, 32px) clamp(1.5rem, 4vw, 2rem);
  }
}

.index1-mid-split-media {
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd;
}

.index1-mid-split-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.index1-mid-split-media.index1-mid-split-media-reveal-ready {
  opacity: 0;
  transform: translateX(clamp(18px, 3vw, 36px));
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.index1-mid-split-media.index1-mid-split-media-reveal-ready.index1-mid-split-media-visible {
  opacity: 1;
  transform: translateX(0);
}

.index1-mid-split-icons {
  width: fit-content;
  max-width: min(var(--index1-mid-split-copy-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-template-rows: auto;
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
  justify-content: center;
  justify-items: center;
}

.index1-mid-split-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: clamp(0.72rem, 2.4vw, 0.88rem);
  line-height: 1.25;
  text-align: center;
  text-transform: capitalize;
  min-width: 0;
}

.index1-mid-split-icons.index1-icons-reveal-ready .index1-mid-split-icon-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.index1-mid-split-icons.index1-icons-reveal-ready.index1-icons-visible .index1-mid-split-icon-item {
  opacity: 1;
  transform: translateY(0);
}

.index1-mid-split-icons.index1-icons-reveal-ready.index1-icons-visible .index1-mid-split-icon-item:nth-child(2) {
  transition-delay: 110ms;
}

.index1-mid-split-icons.index1-icons-reveal-ready.index1-icons-visible .index1-mid-split-icon-item:nth-child(3) {
  transition-delay: 220ms;
}

.index1-mid-split-icons.index1-icons-reveal-ready.index1-icons-visible .index1-mid-split-icon-item:nth-child(4) {
  transition-delay: 330ms;
}

.index1-mid-split-icons.index1-icons-reveal-ready.index1-icons-visible .index1-mid-split-icon-item:nth-child(5) {
  transition-delay: 440ms;
}

.index1-mid-split-icons.index1-icons-reveal-ready.index1-icons-visible .index1-mid-split-icon-item:nth-child(6) {
  transition-delay: 550ms;
}

@media (prefers-reduced-motion: reduce) {
  .index1-mid-split-icons.index1-icons-reveal-ready .index1-mid-split-icon-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .index1-mid-split-media.index1-mid-split-media-reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #index1MidSplit .index1-mid-split-media.index1-mid-split-media-reveal-ready img {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .index1-video-textbox.index1-video-textbox-reveal-ready,
  .index1-video-textbox.index1-video-textbox-reveal-ready.index1-video-textbox-visible {
    opacity: 1;
    transition: none;
  }
}

.index1-mid-split-icon {
  width: clamp(38px, 5vw, 58px);
  height: clamp(38px, 5vw, 58px);
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%);
}

.index1-mid-split-icon--raster {
  filter: none;
  width: clamp(48px, 6vw, 74px);
  height: clamp(48px, 6vw, 74px);
}

/* Keep default col-lg-10 width/padding so group split matches Tilly's Locanda section */

@media (min-width: 768px) {
  .index1-mid-split-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .index1-mid-split-media {
    width: 88%;
    justify-self: end;
  }
}

.index1-mid-split-icon-item span {
  display: block;
  color: #111;
  font-weight: 600;
}

/* Group showcase (index1): tekst links + kaartenslider rechts */
.index1-group-showcase {
  background: var(--index1-showcase-bg);
  padding: var(--index1-showcase-y-pad, clamp(52px, 6.5vw, 92px)) clamp(20px, 4vw, 52px);
  box-sizing: border-box;
}

.index1-group-showcase__inner {
  max-width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, calc(34% - 40px)) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.index1-group-showcase__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95rem;
}

.index1-group-showcase__kicker {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  color: #111;
  opacity: 0.72;
}

.index1-group-showcase__title {
  margin: 0;
  font-size: clamp(1.7rem, 2.3vw + 0.55rem, 2.85rem);
  font-weight: 800;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  color: #111;
}

.index1-group-showcase__body {
  margin: 0;
  font-size: clamp(0.92rem, 0.3vw + 0.84rem, 1.03rem);
  line-height: 1.65;
  color: #111;
  opacity: 0.9;
  max-width: 38ch;
}

.index1-group-showcase__nav {
  display: flex;
  gap: 10px;
  margin-top: 0.35rem;
}

.index1-group-showcase__nav-btn {
  width: 44px;
  height: 44px;
  border: 1px solid #111;
  border-radius: 50%;
  background: transparent;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.index1-group-showcase__nav-btn:hover:not(:disabled),
.index1-group-showcase__nav-btn:focus-visible:not(:disabled) {
  background: #111;
  color: #fff;
  outline: none;
}

.index1-group-showcase__nav-btn:disabled {
  opacity: 0.32;
  cursor: default;
}

.index1-group-showcase__nav-icon {
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.index1-group-showcase__nav-icon--prev {
  transform: rotate(45deg);
  margin-left: 3px;
}

.index1-group-showcase__nav-icon--next {
  transform: rotate(-135deg);
  margin-right: 3px;
}

.index1-group-showcase__slider {
  min-width: 0;
}

.index1-group-showcase__viewport {
  overflow: hidden;
  width: 100%;
  --index1-showcase-gap: 18px;
  --index1-showcase-card-extra: 10px;
  --index1-showcase-card-width: 240px;
}

.index1-group-showcase__track {
  display: flex;
  gap: var(--index1-showcase-gap);
  margin: 0;
  padding: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.index1-group-showcase__card {
  flex: 0 0 var(--index1-showcase-card-width);
  width: var(--index1-showcase-card-width);
  max-width: var(--index1-showcase-card-width);
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.index1-group-showcase__media {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd;
}

.index1-group-showcase__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.index1-group-showcase__copy {
  padding: clamp(16px, 2.2vw, 22px) clamp(14px, 2vw, 18px) clamp(20px, 2.5vw, 28px);
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  background: #fff;
}

.index1-group-showcase__card-title {
  margin: 0 0 0.6rem;
  font-size: clamp(0.8rem, 1vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #111;
}

.index1-group-showcase__card-text {
  margin: 0;
  font-size: calc(clamp(0.78rem, 0.85vw, 0.9rem) + 2px);
  line-height: 1.55;
  color: #333;
}

.index1-group-showcase__intro.index1-group-showcase__intro-reveal-ready {
  opacity: 0;
  transform: translateX(calc(-1 * clamp(24px, 4vw, 48px)));
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.index1-group-showcase__intro.index1-group-showcase__intro-reveal-ready.index1-group-showcase__intro-visible {
  opacity: 1;
  transform: translateX(0);
}

.index1-group-showcase__slider.index1-group-showcase__slider-reveal-ready {
  opacity: 0;
  transform: translateX(clamp(24px, 4vw, 48px));
  transition: opacity 0.78s ease, transform 0.78s ease;
  transition-delay: 0.1s;
}

.index1-group-showcase__slider.index1-group-showcase__slider-reveal-ready.index1-group-showcase__slider-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  .index1-group-showcase__inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 40px);
  }

  .index1-group-showcase__body {
    max-width: none;
  }

}

@media (prefers-reduced-motion: reduce) {
  .index1-group-showcase__track {
    transition: none;
  }

  .index1-group-showcase__intro.index1-group-showcase__intro-reveal-ready,
  .index1-group-showcase__slider.index1-group-showcase__slider-reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .index1-reviews-band__stack.index1-reviews-reveal-ready {
    opacity: 1;
    transition: none;
  }
}

/* Testimonials: tussen groepsboeking (#f3f0e5) en foto-mosaic (#fefbf0); kaart op de kleurovergang */
.index1-reviews-band {
  margin: 0;
  padding: var(--index1-reviews-y-pad) clamp(12px, 2.5vw, 28px) calc(var(--index1-reviews-y-pad) - 40px);
  box-sizing: border-box;
  background: linear-gradient(180deg, var(--index1-showcase-bg) 0%, var(--index1-showcase-bg) 50%, #fefbf0 50%, #fefbf0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.index1-reviews-band__stack.index1-reviews-reveal-ready {
  opacity: 0;
  transition: opacity 0.78s ease;
}

.index1-reviews-band__stack.index1-reviews-reveal-ready.index1-reviews-visible {
  opacity: 1;
}

/* Gap after showcase: title floats in pad-top; card-gap = space to showcase & to mosaic */
#index1ReviewsBand.index1-reviews-band {
  --index1-reviews-box-shift: 20px;
  --index1-reviews-box-gap-below: 20px;
  --index1-reviews-pad-top: calc(var(--index1-reviews-title-space) + var(--index1-reviews-card-gap) - 20px);
  --index1-reviews-pad-bottom: 0px;
  margin-top: 0;
  padding-top: var(--index1-reviews-pad-top);
  padding-bottom: var(--index1-reviews-pad-bottom);
  /* Card midline (arrows) on 50% colour split */
  --index1-reviews-split-nudge: calc((var(--index1-reviews-pad-bottom) - var(--index1-reviews-pad-top) - var(--index1-reviews-box-shift) + var(--index1-reviews-box-gap-below)) / 2);
}

/* Card + arrows sit on the 50% background split (arrows at card midline) */
#index1ReviewsBand .index1-reviews-band__stack {
  transform: translateY(var(--index1-reviews-split-nudge));
}

#index1ReviewsBand .index1-reviews-slider {
  margin-top: var(--index1-reviews-box-shift);
  margin-bottom: var(--index1-reviews-box-gap-below);
}

/* index1: dark band — group stay, showcase, reviews overlap */
body.index1-page #index1GroupShowcase.index1-group-showcase {
  --index1-showcase-green-top: #2d3323;
  --index1-showcase-green-bottom: #283313;
  background-color: #2d3323;
  background: linear-gradient(
    180deg,
    var(--index1-showcase-green-top) 0%,
    #2b311e 68%,
    var(--index1-showcase-green-bottom) 100%
  );
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: 0;
  margin-bottom: 0;
}

body.index1-page #index1GuestReviews.index1-guest-reviews {
  margin-top: 0;
  padding-top: clamp(3.25rem, 7vw, 5.25rem);
}

body.index1-page #index1GroupShowcase .index1-group-showcase__inner {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

body.index1-page #index1GroupShowcase .index1-group-showcase__title {
  margin-bottom: 0;
}

body.index1-page #index1GroupShowcase .index1-group-showcase__rule {
  width: clamp(72px, 10vw, 110px);
  height: 1px;
  margin-top: clamp(1rem, 2vw, 1.35rem);
  margin-bottom: 0.15rem;
  background: #c4a96a;
  flex-shrink: 0;
}

body.index1-page #index1GroupShowcase .index1-group-showcase__title,
body.index1-page #index1GroupShowcase .index1-group-showcase__body {
  color: #fff;
  opacity: 1;
}

body.index1-page #index1GroupShowcase .index1-group-showcase__nav-btn {
  border-color: rgba(255, 255, 255, 0.88);
  color: #fff;
}

body.index1-page #index1GroupShowcase .index1-group-showcase__nav-btn:hover:not(:disabled),
body.index1-page #index1GroupShowcase .index1-group-showcase__nav-btn:focus-visible:not(:disabled) {
  background: #fff;
  color: #161616;
}

/* Guest reviews grid — green band + low-opacity Locanda photo */
.index1-guest-reviews {
  --index1-guest-reviews-green: #283313;
  --index1-guest-reviews-photo-opacity: 0.38;
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(2.5rem, 5vw, 4rem) clamp(20px, 4vw, 52px);
  box-sizing: border-box;
  background-color: var(--index1-guest-reviews-green);
  color: #fff;
  overflow: hidden;
}

.index1-guest-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/pilotbar2.webp");
  background-size: cover;
  background-position: center;
  opacity: var(--index1-guest-reviews-photo-opacity);
  pointer-events: none;
  z-index: 0;
}

.index1-guest-reviews::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(40, 51, 19, 0.52), rgba(40, 51, 19, 0.62));
  pointer-events: none;
  z-index: 0;
}

.index1-guest-reviews__inner {
  position: relative;
  z-index: 1;
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.index1-guest-reviews__title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(1.65rem, 2.1vw + 1rem, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.index1-guest-reviews__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 24px);
}

.index1-guest-reviews__desktop {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 24px);
}

.index1-guest-reviews__mobile-slider {
  display: none;
}

.index1-guest-reviews__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
}

.index1-guest-reviews__row.index1-guest-reviews__row--reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.index1-guest-reviews__row.index1-guest-reviews__row--reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.index1-guest-reviews__card {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.6vw, 1.1rem);
  min-height: 0;
  padding: clamp(1.15rem, 2.2vw, 1.65rem);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
}

.index1-guest-reviews__from {
  margin: 0;
  font-size: clamp(0.95rem, 0.35vw + 0.88rem, 1.05rem);
  font-weight: 800;
  line-height: 1.3;
  color: #111;
}

.index1-guest-reviews__quote {
  margin: 0;
  flex: 1 1 auto;
}

.index1-guest-reviews__quote p {
  margin: 0;
  font-size: clamp(0.86rem, 0.25vw + 0.8rem, 0.96rem);
  line-height: 1.62;
  color: #4a4a4a;
}

.index1-guest-reviews__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin: 0;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;
  background: var(--index1-guest-reviews-green);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

.index1-guest-reviews__rating-star {
  font-size: 0.95rem;
  line-height: 1;
  color: #f0d878;
}

.index1-guest-reviews__rating-value {
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-variant-numeric: lining-nums;
}

.index1-guest-reviews__cta {
  margin: clamp(1.75rem, 3.5vw, 2.5rem) 0 0;
  text-align: center;
}

.index1-guest-reviews__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 2.1rem;
  background: #fff;
  color: #111;
  border: 1px solid #fff;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.index1-guest-reviews__btn:hover,
.index1-guest-reviews__btn:focus-visible {
  background: #fff;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767.98px) {
  .index1-guest-reviews__desktop {
    display: none;
  }

  .index1-guest-reviews__mobile-slider {
    display: block;
  }

  .index1-guest-reviews__mobile-viewport {
    overflow: hidden;
    width: 100%;
  }

  .index1-guest-reviews__mobile-track {
    display: flex;
    width: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
  }

  .index1-guest-reviews__mobile-slide {
    flex: 0 0 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .index1-guest-reviews__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: clamp(1.1rem, 3vw, 1.5rem);
  }

  .index1-guest-reviews__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    opacity: 0.45;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .index1-guest-reviews__dot.is-active {
    opacity: 1;
    transform: scale(1.1);
  }

  .index1-guest-reviews__dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .index1-guest-reviews__row.index1-guest-reviews__row--reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .index1-guest-reviews__mobile-track {
    transition: none;
  }
}

body.index1-page #index1ReviewsBand.index1-reviews-band {
  background: #283313;
  --index1-reviews-box-gap-below: 0;
}

body.index1-page #index1ReviewsBand .index1-reviews-band__stack {
  transform: none;
}

body.index1-page #index1-reviews-title.index1-locanda-hero {
  color: #fff !important;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(1.65rem, 2.1vw + 1rem, 2.75rem) !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  max-width: 100%;
  text-align: center !important;
}

.index1-reviews-band__row {
  --bs-gutter-x: 0;
  width: 100%;
  max-width: 100%;
}

/* Slider stays in normal flow (same vertical position as before the heading). Heading sits above without pushing the box down. */
.index1-reviews-band__stack {
  position: relative;
  width: 100%;
}

.index1-reviews-band__title-row {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  justify-content: center;
}

.index1-reviews-band__title-row .index1-locanda-title-slot {
  display: flex;
  justify-content: center;
  padding-right: 0;
}

.index1-reviews-band__title-row h5.index1-locanda-hero {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.index1-reviews-slider {
  width: 100%;
  max-width: min(720px, 100%);
  margin: 0 auto;
}

.index1-reviews-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  color: #b8891d;
  cursor: pointer;
  border-radius: 6px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.index1-reviews-slider__arrow--prev {
  left: clamp(2px, 1.2vw, 10px);
}

.index1-reviews-slider__arrow--next {
  right: clamp(2px, 1.2vw, 10px);
}

.index1-reviews-slider__arrow:hover,
.index1-reviews-slider__arrow:focus-visible {
  color: #9a7418;
  background-color: rgba(184, 137, 29, 0.12);
  outline: none;
}

.index1-reviews-slider__chev {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 300;
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
}

.index1-reviews-slider__card {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.1rem, 2.6vw, 1.85rem) clamp(2.65rem, 9vw, 3.6rem);
  background: #faf8f4;
  border: 1px solid rgba(42, 36, 56, 0.08);
  box-shadow: 0 14px 42px rgba(42, 36, 56, 0.1);
  box-sizing: border-box;
}

.index1-reviews-slider__slides {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}

.index1-reviews-slide {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.index1-reviews-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .index1-reviews-slide {
    transition: none;
  }
}

.index1-reviews-slide__quote {
  margin: 0 0 0.5rem;
  width: 100%;
  max-width: 100%;
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.02rem, 0.35vw + 0.92rem, 1.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  color: #2a2438;
  text-align: center;
}

.index1-reviews-slide__quoteInner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.index1-reviews-slide__meta {
  margin: 0 0 0.65rem;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 0.2vw + 0.76rem, 0.92rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.35;
  color: #b8891d;
  text-align: center;
}

.index1-reviews-slide__more {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0.5rem;
  border: none;
  background: transparent;
  color: #b8891d;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 0.2vw + 0.76rem, 0.9rem);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  border-radius: 4px;
}

.index1-reviews-slide__more:hover,
.index1-reviews-slide__more:focus-visible {
  color: #9a7418;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .index1-reviews-slide__more {
    text-decoration: none;
    border-bottom: 1px solid currentColor;
  }
}

@media (max-width: 575.98px) {
  .index1-reviews-slider__arrow {
    width: 40px;
    height: 40px;
  }
}

/* Photo mosaic — same cream as group stay used to sit on; lighter band than page #f3f0e5 */
.index1-photo-mosaic {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: var(--index1-promo-y-pad) 0;
  background-color: #fefbf0;
}

/* index1: smalle crème rand boven/onder collage (= ruimte tot footer) */
#index1PhotoMosaic.index1-photo-mosaic {
  padding-top: var(--index1-mosaic-edge-gap, 8px);
  padding-bottom: var(--index1-mosaic-edge-gap, 8px);
}

/* Bootstrap container-fluid normally adds horizontal gutter — strip for edge-to-edge grid */
.index1-photo-mosaic > .container-fluid {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Photo mosaic: mobile = 2×3 + rotation; desktop = classic two rows (see .index1-crowd-grid--classic) */
.index1-crowd-grid {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.index1-photo-mosaic__mobile {
  display: block;
}

.index1-photo-mosaic__desktop {
  display: none;
}

@media (min-width: 768px) {
  .index1-photo-mosaic__mobile {
    display: none !important;
  }

  .index1-photo-mosaic__desktop {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .index1-crowd-grid--six {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    aspect-ratio: 2 / 3;
    isolation: isolate;
  }

}

/* Desktop mosaic: two rows × five tiles */
.index1-photo-mosaic__desktop .index1-crowd-grid--classic {
  --index1-crowd-tile-h: clamp(390px, 54.6vh, 780px);
  --index1-crowd-inter-row-gap: 8px;
  display: flex;
  flex-direction: column;
  gap: var(--index1-crowd-inter-row-gap);
}

.index1-photo-mosaic__desktop .index1-crowd-grid--classic > .row.index1-crowd-row {
  --bs-gutter-x: 0.4rem;
  /* Vertical gutter drew thin bands under tiles on md/tablet; inter-row gap is handled by .index1-crowd-grid--classic gap */
  --bs-gutter-y: 0;
  position: relative;
  z-index: 0;
  width: 100%;
}

.index1-photo-mosaic__desktop .index1-crowd-row > [class*="col"] {
  display: flex;
  min-width: 0;
}

@media (min-width: 768px) {
  .index1-photo-mosaic__desktop .index1-crowd-cta__inner {
    top: calc(var(--index1-crowd-tile-h) + var(--index1-crowd-inter-row-gap) * 0.5);
    transform: translate(-50%, -50%);
  }
}

/* CrowdRiff-style card: horizontally centred; vertically centred on seam between row 1 and row 2 (50/50 overlap) */
.index1-crowd-cta {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.index1-crowd-cta__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  text-align: center;
  background: #fefbf0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 1.35rem 2rem 1.25rem;
  max-width: min(560px, 96vw);
  box-sizing: border-box;
}

.index1-crowd-cta__lines {
  margin: 0 0 1.05rem;
  padding: 0;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
}

.index1-crowd-cta__line1 {
  display: block;
  margin: 0 0 0.4rem;
  font-size: clamp(0.78rem, 1vw + 0.45rem, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #111;
  line-height: 1.25;
  text-transform: uppercase;
}

.index1-crowd-cta__line2 {
  display: block;
  font-size: clamp(1.05rem, 1.15vw + 0.6rem, 1.5rem);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.3;
}

.index1-crowd-cta__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.index1-crowd-cta__icons .index1-contact-icon {
  width: 44px;
  height: 44px;
  font-size: 17px;
}

.index1-contact-icon--tiktok {
  line-height: 0;
}

.index1-contact-icon__tiktok {
  display: block;
}

.index1-crowd-grid--six .index1-moment-tile {
  min-width: 0;
}

.index1-crowd-tile {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-decoration: none;
  /* Match section cream so subpixel gaps under cover images are not a dark “hairline” (was #1a1a1a) */
  background: #fefbf0;
}

.index1-crowd-grid--six .index1-crowd-tile {
  height: 100%;
  min-height: 0;
}

.index1-photo-mosaic__desktop .index1-crowd-grid--classic .index1-crowd-tile {
  height: var(--index1-crowd-tile-h);
  min-height: var(--index1-crowd-tile-h);
  flex: 1 1 auto;
}

.index1-crowd-tile__bg {
  position: absolute;
  inset: 0;
  /* Slight bleed avoids GPU rounding leaving a 1px seam at bottom on narrow viewports */
  transform: translateZ(0);
  background-size: cover;
  background-position: center center;
  transition: transform 0.45s ease;
}

.index1-crowd-tile:hover .index1-crowd-tile__bg,
.index1-crowd-tile:focus-visible .index1-crowd-tile__bg {
  transform: translateZ(0) scale(1.05);
}

.index1-crowd-tile__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 70%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.index1-crowd-tile:hover .index1-crowd-tile__overlay,
.index1-crowd-tile:focus-visible .index1-crowd-tile__overlay {
  opacity: 1;
}

.index1-crowd-tile__user {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Photo mosaic: scroll-reveal per row; CTA stays fixed on the seam */
@media (min-width: 768px) {
  .index1-photo-mosaic__desktop .index1-crowd-row.index1-crowd-row--reveal-ready {
    transition: opacity 0.82s ease, transform 0.82s ease;
  }

  .index1-photo-mosaic__desktop #index1CrowdRow1.index1-crowd-row--reveal-ready:not(.is-visible),
  .index1-photo-mosaic__desktop #index1CrowdRow2.index1-crowd-row--reveal-ready:not(.is-visible) {
    opacity: 0;
    transform: translateY(clamp(22px, 3.2vw, 40px));
  }

  .index1-photo-mosaic__desktop #index1CrowdRow1.index1-crowd-row--reveal-ready.is-visible,
  .index1-photo-mosaic__desktop #index1CrowdRow2.index1-crowd-row--reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .index1-crowd-grid--six .index1-moment-tile.index1-mosaic-reveal-ready {
    transition: opacity 0.78s ease, transform 0.78s ease;
  }

  .index1-crowd-grid--six .index1-moment-tile.index1-mosaic-reveal-ready:not(.is-visible) {
    opacity: 0;
    transform: translateY(clamp(16px, 4vw, 28px));
  }

  .index1-crowd-grid--six .index1-moment-tile.index1-mosaic-reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .index1-crowd-grid--six .index1-moment-tile.index1-mosaic-reveal-ready.is-visible[data-index1-mosaic-row="2"]:nth-of-type(4) {
    transition-delay: 0.06s;
  }

  .index1-crowd-grid--six .index1-moment-tile.index1-mosaic-reveal-ready.is-visible[data-index1-mosaic-row="2"]:nth-of-type(5) {
    transition-delay: 0.12s;
  }

  .index1-crowd-grid--six .index1-moment-tile.index1-mosaic-reveal-ready.is-visible[data-index1-mosaic-row="2"]:nth-of-type(6) {
    transition-delay: 0.18s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .index1-photo-mosaic__desktop .index1-crowd-row.index1-crowd-row--reveal-ready,
  .index1-crowd-grid--six .index1-moment-tile.index1-mosaic-reveal-ready {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .index1-mid-split-section {
    --index1-mid-split-copy-width: 90vw;
  }

  .index1-mid-split-panel {
    gap: 28px;
    padding: 0 clamp(8px, 3vw, 16px);
  }

  .index1-mid-split-icons {
    gap: 10px 14px;
    max-width: 90vw;
  }

  .index1-mid-split-icon-item {
    font-size: clamp(0.58rem, 2.1vw, 0.72rem);
    gap: 6px;
  }

  .index1-mid-split-icon {
    width: 34px;
    height: 34px;
  }

  .index1-mid-split-icon--raster {
    width: 42px;
    height: 42px;
  }
}

/* Title sits in same col-md-6 as slideshow → left edges align */
.index1-locanda-title-row {
  margin-bottom: 20px;
}

.index1-locanda-title-row,
.index1-locanda-title-row > [class*="col-"] {
  overflow: visible;
}

/* Container width drives max font so the full line fits (up to 70px) */
.index1-locanda-title-slot {
  container-type: inline-size;
  container-name: locanda-title;
  width: 100%;
  padding: 0;
  padding-right: 4px;
  overflow: visible;
}

/* Override global h5 — one line; ~50px cap, scales down to fit column (no cut-off) */
h5.index1-locanda-hero.index1-locanda-hero {
  margin: 0;
  padding: 0;
  text-align: left !important;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
  /* Fallback first (ignored when the next line is valid) */
  font-size: clamp(28px, 4.5vw, 50px) !important;
  font-size: min(50px, calc(100cqw / 9.2)) !important;
  line-height: 1 !important;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: block;
  width: max-content;
}

.index1-feature-wrap {
  margin-left: 0;
  margin-right: 0;
}

.index1-feature-split {
  margin: 0;
}

.index1-feature-media {
  background: transparent;
  padding: 0;
}

.index1-feature-text-panel {
  background: transparent;
  color: #1a1a1a;
  padding: 0 0 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* md+ two columns: horizontal inset only — top aligns with carousel (no padding-top) */
@media (min-width: 768px) {
  .index1-feature-text-panel {
    padding-left: clamp(32px, 3.6vw, 56px);
    padding-top: 0;
  }
}

.index1-feature-heading {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.65rem, 2.1vw + 1rem, 2.75rem);
  line-height: 1.1;
  text-align: left;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.index1-feature-rule {
  width: clamp(72px, 10vw, 110px);
  height: 1px;
  margin-top: clamp(1rem, 2vw, 1.35rem);
  margin-bottom: clamp(1rem, 2vw, 1.15rem);
  background: #111;
  flex-shrink: 0;
}

.index1-feature-text-panel p {
  margin-bottom: 16px;
  line-height: 1.65;
  color: #222;
}

.index1-contact-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.index1-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.index1-contact-icon:hover {
  background: #1a6fb8;
  color: #fff;
  transform: translateY(-2px);
}

.index1-feature-carousel {
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.index1-feature-carousel .carousel-inner {
  border: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.index1-feature-carousel .carousel-item,
.index1-feature-carousel .carousel-item img {
  height: 100%;
}

.index1-feature-carousel .carousel-item {
  position: relative;
}

.index1-feature-carousel .carousel-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.index1-slide-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.index1-slide-overlay-bottom {
  bottom: 48px;
}

.index1-slide-overlay-top {
  top: 28px;
}

.index1-slide-overlay-center {
  top: 50%;
  transform: translateY(-50%);
}

.index1-slide-title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 4px;
  opacity: 0;
  transform: translateY(12px);
}

.index1-slide-link {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 6px 10px;
  opacity: 0;
  transform: translateY(12px);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.index1-slide-link:hover,
.index1-slide-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 1;
}

.index1-feature-carousel .carousel-item.active .index1-slide-title {
  animation: index1SlideTextIn 0.55s ease-out forwards;
}

.index1-feature-carousel .carousel-item.active .index1-slide-link {
  animation: index1SlideTextIn 0.55s ease-out 0.14s forwards;
}

@keyframes index1SlideTextIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.index1-feature-carousel .carousel-indicators {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  bottom: 20px;
  left: 12px;
  right: 12px;
}

.index1-feature-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  opacity: 0.5;
  margin: 0 4px;
}

.index1-feature-carousel .carousel-indicators .active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .index1-feature-section {
    margin-bottom: 32px;
  }

  .index1-locanda-title-row {
    margin-bottom: 14px;
  }

  /* Stacked layout only: space below slideshow before text */
  .index1-feature-text-panel {
    padding-top: 24px;
  }

  .index1-feature-heading {
    font-size: clamp(1.5rem, 5vw, 2.35rem);
    margin-top: 0;
    margin-bottom: 0;
  }

  .index1-feature-rule {
    margin-bottom: 14px;
  }

  .index1-slide-overlay {
    left: 12px;
    right: 12px;
  }

  .index1-slide-overlay-bottom {
    bottom: 40px;
  }

  .index1-slide-overlay-top {
    top: 20px;
  }

  .index1-slide-overlay-center {
    top: 50%;
    transform: translateY(-50%);
  }

  .index1-slide-title {
    font-size: 22px;
  }

  .index1-slide-link {
    font-size: 15px;
  }

  .index1-feature-carousel .carousel-indicators {
    bottom: 16px;
    left: 10px;
    right: 10px;
  }
}

/* --- index1.php: tablet, narrow laptop, mobile (fixed layout overflow & touch) --- */
body.index1-page {
  overflow-x: hidden;
}

@media (max-width: 1199.98px) {
  .index1-mid-split-section {
    padding-block: clamp(36px, 7vw, 72px); /* match .index1-photo-mosaic --index1-promo-y-pad ≤1199px */
  }

  #hotelMidSplit.index1-mid-split-section {
    padding-block: 0 clamp(2.5rem, 5vw, 4.5rem);
  }

  .index1-feature-section {
    margin-bottom: clamp(40px, 7vw, 80px);
  }

  body.index1-page {
    --index1-promo-y-pad: clamp(36px, 7vw, 72px);
  }
}

/* Stacked promo video only ≤991 — from 992px use laptop overlay (black box on video) */
@media (max-width: 991.98px) {
  .index1-video-section {
    --index1-promo-y-pad: clamp(36px, 7vw, 72px);
    --index1-video-floor-opacity: 0.46;
    --index1-video-floor-wash: rgba(243, 240, 229, 0.16);
    background-color: #f3f0e5;
    padding-bottom: 0;
    margin-top: -60px;
  }

  body.index1-page .index1-video-section .index1-video-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .index1-video-frame {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    aspect-ratio: unset;
    padding-bottom: 20px;
    /* Match page / group band — #fefbf0 reads as a strip above #index1MidSplit */
    background-color: #f3f0e5;
    box-sizing: border-box;
  }

  .index1-promo-video {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1160 / 670;
    max-height: min(52vh, 460px);
    flex-shrink: 0;
  }

  .index1-video-frame.is-temp-poster .index1-promo-video {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
  }

  .index1-promo-poster {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1160 / 670;
    max-height: min(52vh, 460px);
    flex-shrink: 0;
  }

  .index1-video-textbox {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 1.35rem 1.25rem;
    pointer-events: auto;
    box-sizing: border-box;
  }

  .index1-video-textbox.index1-video-textbox-reveal-ready {
    transform: translateX(calc(-1 * clamp(36px, 5vw, 72px)));
  }

  .index1-video-textbox.index1-video-textbox-reveal-ready.index1-video-textbox-visible {
    transform: translateX(0);
  }

  @media (prefers-reduced-motion: reduce) {
    .index1-video-textbox.index1-video-textbox-reveal-ready,
    .index1-video-textbox.index1-video-textbox-reveal-ready.index1-video-textbox-visible {
      transform: none;
    }
  }

  .index1-video-textbox-title {
    font-size: clamp(1.45rem, 6vw, 2.5rem);
  }

  .index1-video-title-line {
    white-space: normal;
  }
}

/* Tablet stacked video (768–991): pull section up a bit more; more black above title & below CTA */
@media (min-width: 768px) and (max-width: 991.98px) {
  body.index1-page .index1-video-section {
    margin-top: -90px;
  }

  .index1-video-textbox-title {
    margin-top: 20px;
    margin-bottom: 0.65rem;
  }

  .index1-video-textbox {
    padding-bottom: calc(1.35rem + 20px);
  }
}

/* Stacked video: extra black band above title + more space below CTA (mobile only) */
@media (max-width: 767.98px) {
  /* Tighter gap between hero slideshow and “Book your stay” (global .tillyscontainer is 60px) */
  body.index1-page .tillyscontainer {
    padding-top: 50px;
  }

  body.index1-page .hotelcontainer,
  body.index1-page .restaurantcontainer {
    padding-top: 50px;
  }

  /* Geen terrazzo-achtergrond; video + group stay sluiten direct op elkaar aan */
  body.index1-page .index1-video-section::before,
  body.index1-page .index1-video-section::after {
    content: none;
    display: none;
  }

  body.index1-page .index1-video-section {
    background-color: transparent !important;
    padding-top: var(--index1-promo-y-pad);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  body.index1-page .index1-video-frame {
    padding-bottom: 0;
    background-color: #1e1e1e;
  }

  body.index1-page .index1-video-textbox {
    padding-top: calc(1.35rem + 20px);
    padding-bottom: calc(1.35rem + 20px);
    background: #000;
  }

  body.index1-page .booking-widget-custom {
    margin-bottom: 32px;
  }

  body.index1-page .index1-feature-text-panel {
    padding-top: 34px;
  }

  body.index1-page #index1MidSplit.index1-mid-split-section {
    padding-top: 40px;
    padding-bottom: clamp(3rem, 6vw, 5rem);
    margin-top: 0;
  }

  body.index1-page #index1MidSplit .index1-mid-split-media {
    margin-top: 20px;
    width: auto;
    max-width: calc(100% - clamp(40px, 8vw, 64px));
    margin-left: clamp(20px, 4vw, 32px);
    margin-right: clamp(20px, 4vw, 32px);
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 991.98px) {
  .index1-page #carouselHeader .carousel-caption {
    left: 8%;
    max-width: 88%;
  }

  .index1-page #carouselHeader .carousel-caption h1 {
    font-size: clamp(1.58rem, 5.6vw, 2.65rem);
    line-height: 1.12;
  }

  .index1-page #carouselHeader .carousel-caption h2 {
    font-size: clamp(1.02rem, 3.1vw, 1.32rem);
    line-height: 1.35;
  }

  .index1-page #carouselHeader .carousel-control-prev,
  .index1-page #carouselHeader .carousel-control-next {
    opacity: 0.48;
    pointer-events: auto;
    width: 52px;
  }
}

/* Narrow laptop: overlay (black box on video) like ≥1200, with a smaller frame */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .index1-video-section {
    --index1-promo-y-pad: clamp(48px, 5.5vw, 88px);
    margin-top: -30px;
  }

  /* ~10% larger than 82%/720; black box keeps same ratio (width/height/left use % of frame) */
  .index1-video-frame {
    width: min(90%, 792px);
    margin-left: auto;
    margin-right: auto;
  }

  .index1-video-textbox {
    padding: 1.2rem 1.35rem 1.15rem;
  }

  .index1-video-textbox-title {
    font-size: clamp(1.75rem, 1.1vw + 1.35rem, 2.65rem);
  }

  .index1-video-textbox-body {
    font-size: clamp(0.86rem, 0.22vw + 0.78rem, 0.95rem);
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .index1-page #carouselHeader .carousel-caption {
    left: 5%;
    max-width: 92%;
  }

  .index1-page #carouselHeader .carousel-caption h1 {
    font-size: clamp(1.65rem, 5.9vw, 2.75rem);
  }

  .index1-page #carouselHeader .carousel-caption h2 {
    font-size: clamp(1.06rem, 3.25vw, 1.38rem);
  }

  .index1-page #carouselHeader .carousel-control-prev,
  .index1-page #carouselHeader .carousel-control-next {
    width: 44px;
    opacity: 0.42;
  }

  h5.index1-locanda-hero.index1-locanda-hero {
    white-space: normal;
    max-width: 100%;
    width: 100%;
    font-size: min(2.35rem, 10vw) !important;
    line-height: 1.08 !important;
    word-break: break-word;
  }

  body.index1-page #index1-reviews-title.index1-locanda-hero {
    font-size: clamp(1.65rem, 2.1vw + 1rem, 2.75rem) !important;
    line-height: 1.1 !important;
    width: auto;
  }

  body.index1-page .index1-locanda-title-slot {
    max-width: 100%;
    padding-inline: 0;
  }

  .index1-crowd-cta__inner {
    padding: 1rem 1.15rem;
    max-width: min(520px, 94vw);
  }

  .index1-crowd-cta__line1 {
    letter-spacing: 0.08em;
  }
}

@media (hover: none) and (pointer: coarse) {
  .index1-page #carouselHeader .carousel-control-prev,
  .index1-page #carouselHeader .carousel-control-next {
    opacity: 0.5;
    pointer-events: auto;
  }
}

/* Rooms page: intro + full-bleed room slider */
.hotelcontainer .main h5,
.hotelcontainer .main h3,
.restaurantcontainer .main h5,
.restaurantcontainer .main h3 {
  text-align: center;
}

/* Restaurant page: welcome split + hours (Boston Tattoo–style layout) */
.restaurant-welcome {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(20px, 4vw, 48px) clamp(2.5rem, 5vw, 4rem);
  box-sizing: border-box;
  background: #f3f0e5;
}

.restaurant-welcome__inner {
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.restaurant-welcome__split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.restaurant-welcome__title {
  margin: 0;
  padding: 0.42rem 0 0;
  text-align: right;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2rem, 3.8vw + 0.5rem, 3.65rem);
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #111;
}

.restaurant-welcome__body {
  padding-top: 0;
  color: #2a2a2a;
}

.restaurant-welcome__body p {
  margin: 0;
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-size: clamp(1rem, 0.35vw + 0.92rem, 1.12rem);
  line-height: 1.72;
  text-align: left;
}

.restaurant-welcome__body p + p {
  margin-top: 1.35rem;
}

.restaurant-welcome__body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.restaurant-welcome__body a:hover,
.restaurant-welcome__body a:focus-visible {
  color: #000;
}

.restaurant-welcome__hours {
  grid-column: 2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  justify-self: center;
  width: 100%;
  max-width: 100%;
  gap: clamp(24px, 4vw, 44px);
  margin-top: calc(clamp(3rem, 7vw, 5rem) - 50px);
  text-align: center;
}

.restaurant-welcome__hours-rule {
  width: 1px;
  flex: 0 0 1px;
  align-self: stretch;
  min-height: clamp(4.25rem, 8vw, 5.5rem);
  background: #111;
}

.restaurant-welcome__hours-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding-block: 0.25rem;
  text-align: center;
}

.restaurant-welcome__hours-label {
  margin: 0;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: clamp(1.05rem, 1.1vw + 0.7rem, 1.55rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #111;
}

.restaurant-welcome__hours-time {
  margin: 0;
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.1rem, 0.8vw + 0.85rem, 1.45rem);
  line-height: 1.45;
  color: #2a2a2a;
}

.restaurant-welcome__phone-link {
  display: inline-block;
  margin-top: 0.35rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.restaurant-welcome__phone-link:hover,
.restaurant-welcome__phone-link:focus-visible {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Restaurant page: choose your atmosphere (Why Tilly's-style band + wider cards) */
.restaurant-atmosphere {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(3rem, 6.5vw, 5.5rem) clamp(20px, 4vw, 52px);
  box-sizing: border-box;
  background-color: #2d3323;
  background: linear-gradient(
    180deg,
    #2d3323 0%,
    #2b311e 68%,
    #283313 100%
  );
  color: #fff;
}

.restaurant-atmosphere__inner {
  max-width: min(1320px, 100%);
  margin: 0 auto;
}

.restaurant-atmosphere__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 0.95rem);
  max-width: min(920px, 100%);
  margin: 0 auto clamp(2.5rem, 5vw, 3.75rem);
  text-align: center;
}

.restaurant-atmosphere__kicker {
  margin: 0;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.72rem, 0.25vw + 0.66rem, 0.84rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.restaurant-atmosphere__title {
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2rem, 3vw + 0.75rem, 3.35rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}

.restaurant-atmosphere__rule {
  width: clamp(72px, 10vw, 110px);
  height: 1px;
  margin: clamp(0.35rem, 0.8vw, 0.65rem) 0;
  background: #c4a96a;
  flex-shrink: 0;
}

.restaurant-atmosphere__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
  overflow: hidden;
}

.restaurant-atmosphere__dots {
  display: none;
}

.restaurant-atmosphere__dot {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.restaurant-atmosphere__dot.is-active {
  background: #c4a96a;
  transform: scale(1.15);
}

.restaurant-atmosphere__dot:focus-visible {
  outline: 2px solid #c4a96a;
  outline-offset: 3px;
}

.restaurant-atmosphere__card.hotel-reveal--left.hotel-reveal-ready,
.restaurant-atmosphere__card.hotel-reveal--right.hotel-reveal-ready,
.restaurant-atmosphere__card.hotel-reveal--center.hotel-reveal-ready {
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.restaurant-atmosphere__card.hotel-reveal--left.hotel-reveal-ready:not(.is-visible),
.restaurant-atmosphere__card.hotel-reveal--right.hotel-reveal-ready:not(.is-visible),
.restaurant-atmosphere__card.hotel-reveal--center.hotel-reveal-ready:not(.is-visible) {
  opacity: 1;
  visibility: hidden;
}

.restaurant-atmosphere__card.hotel-reveal--left.hotel-reveal-ready:not(.is-visible) {
  transform: translateX(calc(-1 * clamp(48px, 8vw, 110px)));
}

.restaurant-atmosphere__card.hotel-reveal--right.hotel-reveal-ready:not(.is-visible) {
  transform: translateX(clamp(48px, 8vw, 110px));
}

.restaurant-atmosphere__card.hotel-reveal--center.hotel-reveal-ready:not(.is-visible) {
  transform: translateY(clamp(48px, 8vw, 110px));
}

.restaurant-atmosphere__card.hotel-reveal--left.hotel-reveal-ready.is-visible,
.restaurant-atmosphere__card.hotel-reveal--right.hotel-reveal-ready.is-visible,
.restaurant-atmosphere__card.hotel-reveal--center.hotel-reveal-ready.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.restaurant-atmosphere__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.restaurant-atmosphere__media {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd;
  line-height: 0;
}

.restaurant-atmosphere__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 0;
  vertical-align: top;
}

.restaurant-atmosphere__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  padding: clamp(18px, 2.4vw, 26px) clamp(16px, 2.2vw, 24px) clamp(22px, 2.8vw, 30px);
  text-align: center;
  background: #fff;
}

.restaurant-atmosphere__card-title {
  margin: 0 0 0.75rem;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.95rem, 1vw + 0.65rem, 1.15rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #111;
}

.restaurant-atmosphere__card-title--red {
  color: #7a2f2f;
}

.restaurant-atmosphere__card-text {
  margin: 0;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: clamp(0.92rem, 0.35vw + 0.82rem, 1.05rem);
  line-height: 1.58;
  color: #333;
}

.restaurant-atmosphere__discover-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin: auto 0 0;
  padding-top: clamp(1.15rem, 2vw, 1.6rem);
}

.restaurant-atmosphere__discover {
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.68rem, 0.2vw + 0.62rem, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #111;
}

.restaurant-atmosphere__discover-rule {
  width: clamp(42px, 5vw, 56px);
  height: 1px;
  background: #c4a96a;
}

/* Restaurant page: hire-a-hall CTA above photo collage */
body.restaurant-page .restaurant-function-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  flex-shrink: 0;
}

.restaurant-function-band {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: clamp(6rem, 12.6vw, 9rem) clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  overflow: hidden;
  background-color: #1c1814;
  color: #fff;
}

.restaurant-function-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images/restaurantbanner.webp');
  background-size: cover;
  background-position: center 42%;
  pointer-events: none;
  z-index: 0;
}

.restaurant-function-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 24, 20, 0.55);
  pointer-events: none;
  z-index: 0;
}

.restaurant-function-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 36px);
  width: 100%;
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.restaurant-function-band__copy {
  flex: 1 1 320px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.restaurant-function-band__title {
  margin: 0;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.55rem, 2vw + 0.85rem, 2.5rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}

.restaurant-function-band__rule {
  width: clamp(72px, 10vw, 110px);
  height: 1px;
  margin: clamp(0.85rem, 1.6vw, 1.2rem) 0 clamp(1rem, 1.8vw, 1.35rem);
  background: #c4a96a;
  flex-shrink: 0;
}

.restaurant-function-band__text {
  margin: 0;
  max-width: 46rem;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.92rem, 0.25vw + 0.86rem, 1.05rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.88);
}

.restaurant-function-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 44px;
  padding: 0.55rem 2rem;
  border: 1px solid #d9bf82;
  border-radius: 999px;
  background: rgba(196, 169, 106, 0.14);
  color: #e8d5a8;
  text-decoration: none;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, text-decoration 0.2s ease;
}

.restaurant-function-band__btn:hover,
.restaurant-function-band__btn:focus-visible {
  background: rgba(196, 169, 106, 0.22);
  color: #f3e6c4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rooms-page-intro {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0.75rem;
  margin-bottom: 2.25rem;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(0, 3.8fr) minmax(100px, 1fr);
  gap: 10px;
  text-align: left;
}

.rooms-page-intro__content {
  grid-column: 2;
  box-sizing: border-box;
  padding-inline: 10px;
}

.rooms-page-intro__content p {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
  line-height: 1.7;
  opacity: 0.92;
}

.rooms-page-intro__content p + p {
  margin-top: 1.35rem;
}

.restaurant-collage-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: minmax(56px, 0.7fr) minmax(0, 5.4fr) minmax(56px, 0.7fr);
  gap: 10px;
  background: #fff;
}

.restaurant-collage {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: clamp(620px, 74vw, 1040px);
  padding-inline: 0;
  box-sizing: border-box;
}

.restaurant-collage__col {
  display: grid;
  gap: 10px;
  min-height: 0;
}

.restaurant-collage__col--left {
  grid-template-rows: 7.5fr 4.5fr;
}

.restaurant-collage__col--right {
  grid-template-rows: 4.5fr 7.5fr;
}

.restaurant-collage__item {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  background: #1a1a1a;
}

.restaurant-collage__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.rooms-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.rooms-slider--before-breakfast {
  --hotel-group-gap: clamp(24px, 4vw, 44px);
}

.rooms-slider--before-breakfast .rooms-slider__description {
  padding: 0.5rem 0 calc(var(--hotel-group-gap) + 20px);
  background: #f3f0e5;
}

.hotel-breakfast-banner {
  position: relative;
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 70px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: clamp(220px, 32vw, 420px);
  overflow: hidden;
  background: #1a1a1a;
}

/* Hotel page: cream band — collage through footer */
body.index1-page:has(.hotel-cream-band) {
  --hotel-showcase-collage-gap: 10px;
}

.hotel-pilots-band {
  --hotel-pilots-floor-opacity: 0.82;
  --hotel-pilots-dark-wash: rgba(24, 18, 12, 0.58);
  --hotel-pilots-gold-wash: rgba(200, 175, 105, 0.1);
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  padding: clamp(3.25rem, 7vw, 5.5rem) clamp(20px, 4vw, 52px);
  box-sizing: border-box;
  background-color: #1c1610;
  color: #fff;
  overflow: hidden;
}

.hotel-pilots-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images/hotel-floor.png');
  background-size: cover;
  background-position: center;
  opacity: var(--hotel-pilots-floor-opacity);
  pointer-events: none;
  z-index: 0;
}

.hotel-pilots-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--hotel-pilots-dark-wash), var(--hotel-pilots-dark-wash)),
    var(--hotel-pilots-gold-wash);
  pointer-events: none;
  z-index: 0;
}

.hotel-pilots-band__inner {
  position: relative;
  z-index: 1;
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.hotel-pilots-band__split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hotel-pilots-band__title {
  margin: 0;
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(2rem, 3.2vw + 0.6rem, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: left;
}

.hotel-pilots-band__body p {
  margin: 0;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.95rem, 0.25vw + 0.9rem, 1.05rem);
  line-height: 1.68;
  color: #fff;
}

.hotel-pilots-band__body p + p {
  margin-top: 1.25rem;
}

.hotel-pilots-band__cta {
  margin: 0;
}

.hotel-pilots-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 1rem;
  padding: 0.55rem 2.1rem;
  background: #fff;
  color: #111;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hotel-pilots-band__btn:hover,
.hotel-pilots-band__btn:focus-visible {
  background: transparent;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hotel-facilities {
  --hotel-facilities-accent: #c4a96a;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(3rem, 6vw, 4.5rem) clamp(20px, 4vw, 52px) clamp(3.5rem, 7vw, 5rem);
  box-sizing: border-box;
  background-color: #161616;
  color: #fff;
}

.hotel-facilities__inner {
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.hotel-facilities__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.hotel-facilities__kicker {
  margin: 0 0 0.85rem;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hotel-facilities-accent);
}

.hotel-facilities__title {
  margin: 0;
  max-width: 14ch;
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(2rem, 3.2vw + 0.5rem, 3.1rem);
  line-height: 1.08;
  color: #fff;
}

.hotel-facilities__rule {
  width: clamp(72px, 10vw, 110px);
  height: 1px;
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  background: var(--hotel-facilities-accent);
}

.hotel-facilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px) clamp(18px, 3vw, 32px);
}

.hotel-facilities__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.hotel-facilities__icon {
  width: clamp(83px, 9.6vw, 115px);
  height: clamp(83px, 9.6vw, 115px);
  object-fit: contain;
  display: block;
  margin: 0 auto clamp(14px, 2vw, 20px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.hotel-facilities__icon--invert {
  filter: brightness(0) invert(1);
}

.hotel-facilities__item-title {
  margin: 0 0 0.55rem;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--hotel-facilities-accent);
}

.hotel-facilities__item-text {
  margin: 0;
  max-width: 28ch;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(0.84rem, 0.25vw + 0.8rem, 0.95rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.hotel-booking-cta {
  position: relative;
  isolation: isolate;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: clamp(4.5rem, 11vw, 7.5rem) clamp(20px, 4vw, 52px);
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.hotel-booking-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images/adventure3.webp');
  background-size: cover;
  background-position: center 42%;
  pointer-events: none;
  z-index: 0;
}

.hotel-booking-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
  z-index: 0;
}

.hotel-booking-cta__inner {
  position: relative;
  z-index: 1;
  max-width: min(760px, 100%);
  margin: 0 auto;
}

.hotel-booking-cta__title {
  margin: 0 0 clamp(0.85rem, 2vw, 1.35rem);
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw + 0.5rem, 3.35rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #fff;
}

.hotel-booking-cta__text {
  margin: 0 0 clamp(1.6rem, 3.5vw, 2.4rem);
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.1vw + 0.55rem, 1.22rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.hotel-booking-cta__btn {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hotel-cream-band {
  width: 100%;
  background: #f3f0e5;
  padding-top: var(--hotel-showcase-collage-gap, 80px);
  padding-bottom: 0;
  box-sizing: border-box;
}

/* Hotel page: photo collage — full width with 10px viewport inset */
.hotel-collage-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  box-sizing: border-box;
}

.hotel-collage {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  align-items: stretch;
  gap: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.hotel-collage__item {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  background: #f3f0e5;
}

.hotel-collage__item--portrait {
  aspect-ratio: 3 / 4;
}

.hotel-collage__item--coffee {
  grid-column: 1;
  grid-row: 1;
}

.hotel-collage__item--video {
  grid-column: 2;
  grid-row: 1;
}

.hotel-collage__item--chair {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.hotel-collage__chair-split {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: 1 1 auto;
  box-sizing: border-box;
}

.hotel-collage__chair-pane {
  min-height: 0;
  overflow: hidden;
  background: #f3f0e5;
}

.hotel-collage__chair-pane--black {
  background: #000;
}

.hotel-collage__menu-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 3cqh, 18px) clamp(10px, 3.5cqw, 20px) clamp(14px, 5.5cqh, 26px);
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  container-type: size;
  container-name: menu-tile;
}

.hotel-collage__menu-tile-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, 3cqh, 0.6rem);
  width: min(94%, 100%);
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: clamp(2px, 1.5cqh, 8px);
}

body.index1-page .hotel-collage__menu-script,
.hotel-collage__menu-script {
  margin: 0;
  display: block;
  font-family: "Allura", cursive !important;
  font-weight: 400;
  font-synthesis: none;
  font-size: clamp(1.85rem, 21cqw, 3.1rem);
  line-height: 1.05;
  color: #c4a96a;
  white-space: nowrap;
  transform: skewX(-10deg);
  transform-origin: center;
}

.hotel-collage__menu-heading {
  margin: 0;
  font-family: 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  font-size: clamp(0.7rem, 5.9cqw, 1.05rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff;
  white-space: nowrap;
}

.hotel-collage__menu-heading-text {
  text-decoration: none;
  font-family: inherit !important;
  color: #fff;
}

.hotel-collage__menu-link {
  font-family: inherit !important;
  color: #c4a96a;
  text-decoration: underline;
  text-decoration-color: #c4a96a;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.hotel-collage__menu-link:hover,
.hotel-collage__menu-link:focus-visible {
  color: #d9bf82;
  text-decoration-color: #d9bf82;
}

.hotel-collage__menu-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(0.15rem, 2.2cqh, 0.45rem);
  width: 100%;
}

.hotel-collage__menu-ornament-img {
  width: clamp(36px, 28cqw, 58px);
  max-width: 42%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hotel-collage__chair-pane--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hotel-collage__row2 {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(0, auto);
  gap: 8px;
  align-items: stretch;
  min-width: 0;
}

.hotel-collage__row2 .hotel-collage__item--pilotbar {
  grid-column: 1 / span 2;
  grid-row: 1;
  position: relative;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hotel-collage__row2 .hotel-collage__item--pilotbar {
    aspect-ratio: unset;
  }
}

.hotel-collage__row2 .hotel-collage__item--breakfast {
  grid-column: 3;
  grid-row: 1;
}

.hotel-collage__item img,
.hotel-collage__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hotel-collage__row2 .hotel-collage__item--pilotbar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hotel-collage__video::-webkit-media-controls {
  display: none !important;
}

.hotel-gold-band {
  box-sizing: border-box;
  width: 100%;
  padding-inline: 30px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.hotel-gold-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
  align-items: center;
  min-height: clamp(280px, 42vw, 520px);
  padding: clamp(24px, 4vw, 40px);
  box-sizing: border-box;
}

.hotel-gold-band__video-card {
  margin: 0;
  width: 100%;
  max-width: min(280px, 78%);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #1a1a1a;
  justify-self: center;
}

.hotel-gold-band__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hotel-gold-band__video::-webkit-media-controls {
  display: none !important;
}

.hotel-gold-band__text {
  padding: clamp(20px, 3vw, 32px);
  box-sizing: border-box;
}

.hotel-gold-band__title {
  margin: 0 0 0.85rem;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #111;
  text-align: center;
}

.hotel-gold-band__body {
  margin: 0;
  font-family: 'GFS Didot', Georgia, 'Times New Roman', serif;
  font-size: clamp(0.95rem, 0.3vw + 0.88rem, 1.08rem);
  line-height: 1.65;
  color: #2a2a2a;
  text-align: center;
}

@media (max-width: 991.98px) {
  .hotel-gold-band__inner {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 24px);
    min-height: 0;
  }

  .hotel-gold-band__video-card {
    max-width: min(260px, 72vw);
    justify-self: center;
  }
}

.hotel-breakfast-banner__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hotel-breakfast-banner__title {
  position: absolute;
  top: calc(25% + 50px);
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 1rem;
  max-width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.2vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  pointer-events: none;
}

.hotel-breakfast-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

#hotelMidSplit.index1-mid-split-section {
  --hotel-group-gap: clamp(24px, 4vw, 44px);
  background: #fefbf0;
  padding-block: 0 clamp(2.5rem, 5vw, 4.5rem);
}

#hotelMidSplit .index1-mid-split-panel {
  gap: var(--hotel-group-gap);
}

#hotelMidSplit .index1-mid-split-media {
  margin-top: 0;
  justify-self: start;
}

@media (min-width: 768px) {
  #hotelMidSplit .index1-mid-split-text-inner {
    margin-top: 70px;
  }
}

.rooms-slider__viewport {
  position: relative;
  width: 100%;
  height: clamp(550px, calc(72vh + 50px), 890px);
  overflow: hidden;
  background: #f3f0e5;
  outline: none;
}

.rooms-slider__stage {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(0, 3.8fr) minmax(100px, 1fr);
  gap: 10px;
  width: 100%;
  height: 100%;
}

.rooms-slider__panel {
  position: relative;
  overflow: hidden;
}

.rooms-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rooms-slider__img--side {
  opacity: 0.72;
  transform: scale(1.03);
}

.rooms-slider__label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 2.3vw, 2.4rem);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.rooms-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  opacity: 0.92;
  transition: opacity 160ms ease, transform 160ms ease;
}

.rooms-slider__nav:hover {
  opacity: 1;
  background: transparent;
}

.rooms-slider__nav:active {
  transform: translateY(-50%) scale(0.96);
}

.rooms-slider__nav--prev {
  left: clamp(18px, 2.2vw, 28px);
}

.rooms-slider__nav--next {
  right: clamp(18px, 2.2vw, 28px);
}

.rooms-slider__navIcon {
  display: block;
  width: 22px;
  height: 22px;
  border: 0;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: none;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}

.rooms-slider__nav--prev .rooms-slider__navIcon {
  transform: rotate(45deg);
}

.rooms-slider__nav--next .rooms-slider__navIcon {
  transform: rotate(-135deg);
}

.rooms-slider__choices {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  padding: 20px 16px 48px;
  flex-wrap: wrap;
  background: #f3f0e5;
}

.rooms-slider__choice {
  border: 0;
  background: transparent;
  padding: 4px 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  color: inherit;
}

.rooms-slider__choice:hover {
  text-decoration: none;
}

.rooms-slider__choice-text {
  position: relative;
  display: inline-block;
}

.rooms-slider__choice-label--short {
  display: none;
}

.rooms-slider__choice-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(.22, 1, .36, 1);
}

.rooms-slider__choice:hover .rooms-slider__choice-text::after,
.rooms-slider__choice.is-active .rooms-slider__choice-text::after {
  transform: scaleX(1);
}

.rooms-slider__description {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #f3f0e5;
  padding: 0.5rem clamp(16px, 3vw, 32px) 0;
  text-align: left;
}

.rooms-slider__description-inner {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 2.5vw, 36px);
  width: 100%;
  max-width: min(900px, 100%);
  box-sizing: border-box;
}

.rooms-slider__description-tagline {
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
  text-align: right;
  font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.55rem, 2.8vw + 0.35rem, 2.75rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #111;
}

.rooms-slider__description-tagline--mobile {
  display: none;
}

.rooms-slider__description-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  text-align: left;
  line-height: 1.7;
  opacity: 0.92;
}

.rooms-slider__description-tagline.rooms-slider__description-reveal-ready {
  opacity: 0;
  transform: translateX(calc(-1 * clamp(28px, 4vw, 52px)));
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.rooms-slider__description-tagline.rooms-slider__description-reveal-ready.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.rooms-slider__description-text.rooms-slider__description-reveal-ready {
  opacity: 0;
  transform: translateY(clamp(12px, 2vw, 20px));
  transition: opacity 0.82s ease, transform 0.82s ease;
}

.rooms-slider__description-text.rooms-slider__description-reveal-ready.is-visible {
  opacity: 0.92;
  transform: translateY(0);
}

.hotel-collage__item.hotel-collage-reveal-ready {
  transition: opacity 0.82s ease, transform 0.82s ease;
}

.hotel-collage__item.hotel-collage-reveal-ready:not(.is-visible) {
  opacity: 0;
  transform: translateY(12px);
}

.hotel-collage__item.hotel-collage-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hotel-collage__item.hotel-collage-reveal-ready.is-visible.hotel-collage__item--video {
  transition-delay: 0.08s;
}

.hotel-collage__item.hotel-collage-reveal-ready.is-visible.hotel-collage__item--chair {
  transition-delay: 0.16s;
}

.hotel-collage__item.hotel-collage-reveal-ready.is-visible.hotel-collage__item--breakfast {
  transition-delay: 0.1s;
}

/* Hotel page: scroll-reveal for text and facility icons */
.hotel-reveal.hotel-reveal-ready {
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.hotel-reveal.hotel-reveal-ready:not(.is-visible) {
  opacity: 0;
  transform: translateY(18px);
}

.hotel-reveal.hotel-reveal--left.hotel-reveal-ready:not(.is-visible) {
  transform: translateX(calc(-1 * clamp(32px, 5vw, 64px)));
}

.hotel-reveal.hotel-reveal--center.hotel-reveal-ready:not(.is-visible) {
  opacity: 0;
  transform: none;
}

.hotel-reveal.hotel-reveal--right.hotel-reveal-ready:not(.is-visible) {
  transform: translateX(clamp(32px, 5vw, 64px));
}

.hotel-reveal.hotel-reveal-ready.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

body.hotel-page .hotel-facilities__item.hotel-reveal-ready:not(.is-visible) .hotel-facilities__icon {
  opacity: 0;
  transform: translateY(14px) scale(0.94);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

body.hotel-page .hotel-facilities__item.hotel-reveal-ready.is-visible .hotel-facilities__icon {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .rooms-slider__description-tagline.rooms-slider__description-reveal-ready,
  .rooms-slider__description-text.rooms-slider__description-reveal-ready,
  .hotel-collage__item.hotel-collage-reveal-ready,
  .hotel-reveal.hotel-reveal-ready {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.hotel-page .hotel-facilities__item.hotel-reveal-ready .hotel-facilities__icon {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .rooms-slider__description-text.rooms-slider__description-reveal-ready.is-visible {
    opacity: 0.92 !important;
  }
}

@media (max-width: 767.98px) {
  .rooms-slider--before-breakfast {
    --hotel-group-gap: 28px;
  }

  .hotel-breakfast-banner {
    height: clamp(180px, 42vw, 300px);
  }

  .hotel-breakfast-banner__title {
    font-size: clamp(1rem, 4.8vw, 1.6rem);
  }

  .hotel-gold-band__inner {
    padding: 18px;
  }

  .rooms-page-intro {
    grid-template-columns: minmax(64px, 0.45fr) minmax(0, 2.2fr) minmax(64px, 0.45fr);
    gap: 6px;
  }

  .restaurant-welcome__split {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .restaurant-welcome__title {
    text-align: left;
    font-size: clamp(1.85rem, 8.5vw, 2.75rem);
  }

  .restaurant-welcome__hours {
    grid-column: 1;
    justify-self: center;
    margin-top: calc(2.5rem - 50px);
    gap: 20px;
  }

  .restaurant-welcome__hours-label {
    font-size: clamp(1rem, 4.2vw, 1.35rem);
  }

  .restaurant-welcome__hours-time {
    font-size: clamp(1.05rem, 3.8vw, 1.25rem);
  }

  .restaurant-atmosphere__slider {
    width: 100%;
  }

  .restaurant-atmosphere__grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    max-width: none;
    margin-inline: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .restaurant-atmosphere__grid::-webkit-scrollbar {
    display: none;
  }

  .restaurant-atmosphere__card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    container-type: inline-size;
  }

  /* Mobile slide order: Green → Red → Terraces */
  .restaurant-atmosphere__card--green {
    order: 1;
  }

  .restaurant-atmosphere__card--red {
    order: 2;
  }

  .restaurant-atmosphere__card--terrace {
    order: 3;
  }

  /* Same width, 80px less tall — crop 80px from top of photo */
  .restaurant-atmosphere__media {
    aspect-ratio: auto;
    height: calc(100cqw * 5 / 4 - 80px);
    overflow: hidden;
  }

  .restaurant-atmosphere__media img {
    width: 100%;
    height: calc(100% + 80px);
    object-fit: cover;
    object-position: center top;
    transform: translateY(-80px);
  }

  .restaurant-atmosphere__card.hotel-reveal--left.hotel-reveal-ready:not(.is-visible),
  .restaurant-atmosphere__card.hotel-reveal--right.hotel-reveal-ready:not(.is-visible),
  .restaurant-atmosphere__card.hotel-reveal--center.hotel-reveal-ready:not(.is-visible) {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .restaurant-atmosphere__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1.25rem;
  }

  .restaurant-atmosphere__title {
    font-size: clamp(1.85rem, 8.5vw, 2.75rem);
  }

  .hotel-pilots-band__split {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hotel-pilots-band__title {
    font-size: clamp(1.85rem, 8.5vw, 2.75rem);
  }

  .hotel-facilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .hotel-facilities__title {
    max-width: none;
    font-size: clamp(1.85rem, 8.5vw, 2.75rem);
  }

  #index1PhotoMosaic.index1-photo-mosaic {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.index1-page:has(#index1PhotoMosaic) #footer {
    padding-top: 40px;
  }

  body.index1-page:has(.restaurant-collage-section) #footer {
    padding-top: 6px;
  }

  body.restaurant-page #footer {
    padding-top: 0 !important;
    border-top: 10px solid #f3f0e5 !important;
  }

  body.hotel-page .hotel-cream-band,
  body.restaurant-page .hotel-cream-band {
    padding-bottom: 0;
  }

  body.restaurant-page .hotel-cream-band {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.hotel-page .hotel-collage-section {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }

  body.restaurant-page .hotel-collage-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  body.hotel-page .hotel-collage-section,
  body.hotel-page .hotel-collage,
  body.restaurant-page .hotel-collage-section,
  body.restaurant-page .hotel-collage {
    gap: 0;
  }
}

@media (max-width: 599.98px) {
  .hotel-facilities__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.hotel-page .hotel-collage-section {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.restaurant-page .hotel-collage-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hotel-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 0;
  }

  .hotel-collage__row2 {
    display: contents;
  }

  .hotel-collage__item--coffee {
    grid-column: 1;
    grid-row: 1;
  }

  .hotel-collage__item--video {
    grid-column: 2;
    grid-row: 1;
  }

  .hotel-collage__item--chair {
    grid-column: 1;
    grid-row: 2;
  }

  /* Mobile collage has gap: 0 — keep menu tile flush with photo below */
  body.restaurant-page .hotel-collage__chair-split {
    gap: 0;
  }

  /* Mobile: photo above, Discover our menu below */
  body.restaurant-page .hotel-collage__chair-pane--image {
    order: 1;
  }

  body.restaurant-page .hotel-collage__chair-pane--black {
    order: 2;
  }

  body.restaurant-page .hotel-collage__menu-tile {
    align-items: center;
    padding: clamp(8px, 2.8cqh, 14px) clamp(8px, 3.2cqw, 16px);
  }

  body.restaurant-page .hotel-collage__menu-tile-inner {
    margin-bottom: 0;
  }

  body.restaurant-page .hotel-collage__menu-script {
    font-size: clamp(1.5rem, 18cqw, 2.55rem);
    line-height: 1.1;
  }

  .hotel-collage__row2 .hotel-collage__item--breakfast,
  .hotel-collage__item--breakfast {
    grid-column: 2;
    grid-row: 2;
  }

  .hotel-collage__row2 .hotel-collage__item--pilotbar,
  .hotel-collage__item--pilotbar {
    grid-column: 1 / span 2;
    grid-row: 3;
    aspect-ratio: 3 / 2;
    position: relative;
    width: 100%;
    align-self: start;
  }

  /* Restaurant: resthorizontaal.webp as last full-width band (cream-band already has 10px side inset) */
  body.restaurant-page .hotel-collage__row2 .hotel-collage__item--pilotbar,
  body.restaurant-page .hotel-collage__item--pilotbar {
    grid-column: 1 / -1;
    grid-row: 3;
    aspect-ratio: 3 / 2;
    margin-top: 0;
  }

  body.restaurant-page .hotel-collage__row2 .hotel-collage__item--pilotbar img,
  body.restaurant-page .hotel-collage__item--pilotbar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 991.98px) {
  .restaurant-collage-section {
    margin-bottom: 6px;
  }

  body.index1-page:has(.restaurant-collage-section) #footer {
    padding-top: 6px;
  }

  .restaurant-collage-section {
    grid-template-columns: minmax(28px, 0.32fr) minmax(0, 2.36fr) minmax(28px, 0.32fr);
    gap: 6px;
  }

  .restaurant-collage {
    gap: 6px;
    height: clamp(440px, 96vw, 680px);
    padding-inline: 0;
  }

  .restaurant-collage__col {
    gap: 6px;
  }

  .rooms-slider--before-breakfast .rooms-slider__description {
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
  }

  .rooms-slider__choices {
    flex-wrap: nowrap;
    gap: clamp(14px, 4.5vw, 22px);
    padding-left: clamp(12px, 3vw, 16px);
    padding-right: clamp(12px, 3vw, 16px);
  }

  .rooms-slider__choice {
    font-size: clamp(0.95rem, 4vw, 1.08rem);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .rooms-slider__choice-label--long {
    display: none;
  }

  .rooms-slider__choice-label--short {
    display: inline;
  }

  .rooms-slider__description-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(12px, 3vw, 18px);
  }

  .rooms-slider__description-tagline {
    align-self: flex-start;
    margin: 0;
    padding: 0.42rem 0 0;
    text-align: left;
    font-family: 'Neo Sans Std Bold', 'Neo Sans Std Regular', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(1.55rem, 7.2vw, 2.35rem);
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #111;
  }

  .rooms-slider__description-tagline--desktop {
    display: none;
  }

  .rooms-slider__description-tagline--mobile {
    display: block;
  }

  .rooms-slider__viewport {
    height: clamp(225px, calc(31vh + 25px), 325px);
  }

  .rooms-slider__stage {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    grid-template-columns: none;
    gap: 0;
  }

  .rooms-slider__panel--main {
    width: 100%;
    height: 100%;
  }

  .rooms-slider__panel--side {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: transparent;
  }

  .rooms-slider__panel--side .rooms-slider__img {
    display: none;
  }

  .rooms-slider__panel--side .rooms-slider__nav {
    pointer-events: auto;
  }

  .rooms-slider__nav--prev {
    left: 14px;
  }

  .rooms-slider__nav--next {
    right: 14px;
  }

  body.hotel-page .hotel-booking-cta {
    margin-top: 0;
  }

  body.hotel-page .hotel-booking-cta::before {
    background-position: calc(50% + 50px) 42%;
  }

  body.hotel-page .hotel-booking-cta ~ #footer {
    padding-top: 0 !important;
    border-top: 8px solid #f3f0e5 !important;
  }
}
