/* =========================================================
   PAGE LUXE ALIGNMENT
   Basis: style.css
   Doel: alleen paginaspecifieke layout/styling, volledig in lijn met de definitieve basis
   ========================================================= */:root {
  --lux-bg: #000000;
  --lux-panel: #0b0b0b;
  --lux-panel-2: #111111;
  --lux-text: #f0f0f0;
  --lux-text-soft: #e2e2e2;
  --lux-text-muted: #bfa57a;
  --lux-gold: #f3d28a;
  --lux-gold-dark: #c6a46c;
  --lux-border: rgba(198, 164, 108, 0.42);
  --lux-border-soft: rgba(198, 164, 108, 0.28);
  --lux-border-strong: rgba(243, 210, 138, 0.78);
  --lux-shadow: 0 24px 54px rgba(0, 0, 0, 0.58);
  --lux-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.42);
  --lux-radius: 22px;
}body {
  background: var(--lux-bg);
  color: var(--lux-text);
}a {
  transition: all 0.3s ease;
}a:hover {
  color: var(--lux-gold);
  text-decoration: none;
}.topSingleBkg .inner-desc,
.topPageCustomH .inner-desc {
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.65);
}.page-card,
.lux-card {
  background: var(--lux-panel);
  border: 2px solid var(--lux-border);
  border-radius: var(--lux-radius);
  box-shadow: var(--lux-shadow), inset 0 0 20px rgba(198, 164, 108, 0.05);
}.page-card:hover,
.lux-card:hover {
  border-color: var(--lux-border-strong);
}/* =========================================================
   REVIEWS PAGINA
   ========================================================= */.reviews-fullwidth-holder {
  padding-top: 70px;
  padding-bottom: 20px;
}.reviews-fullwidth-holder .row {
  justify-content: center;
}.reviews-fullwidth-holder .posts-holder {
  float: none;
  margin: 0 auto;
  width: 100%;
}.blog-1col-list-left .blog-item.blog-item-1col-list {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}.blog-1col-list-left .post-image,
.blog-1col-list-left .list-image,
.blog-1col-list-left .post-meta {
  display: none !important;
}.blog-1col-list-left .post-holder,
#reservation-holder {
  background: linear-gradient(145deg, #0d0d0d, #171717);
  border: 2px solid var(--lux-border);
  border-radius: 28px;
  box-shadow: var(--lux-shadow-soft);
}.blog-1col-list-left .post-holder {
  width: 100%;
  margin: 0 auto;
  padding: 34px 38px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.blog-1col-list-left .post-holder:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  border-color: rgba(243, 210, 138, 0.55);
}.review-intro-card {
  text-align: center !important;
}.review-intro-card .article-title2,
.review-intro-card .article-excerpt {
  text-align: center !important;
}.review-intro-card .article-title2 {
  margin-bottom: 14px;
}.article-title2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: left;
}.google-review-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 10px 0 22px;
  flex-wrap: wrap;
}.google-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}.google-stars .fa {
  color: #fbbc04;
  font-size: 17px;
}.google-stars .star-empty {
  color: #666666;
}.google-review-date {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1;
}.article-excerpt {
  color: #ece4d8;
  line-height: 1.95;
  font-size: 17px;
  text-align: left;
  white-space: normal;
  max-width: 760px;
  margin: 0;
}.article-excerpt p,
.article-excerpt span,
.article-excerpt div {
  text-align: left;
}.prev-next {
  margin-top: 34px;
  text-align: center;
}.prev-next .page-numbers,
.prev-next .current-page {
  display: inline-block;
  min-width: 42px;
  padding: 10px 14px;
  margin: 0 4px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid rgba(198, 164, 108, 0.35);
  background: #121212;
  color: var(--lux-gold);
  transition: all 0.2s ease;
}.prev-next .page-numbers:hover {
  background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
  color: #111111;
}.prev-next .current-page {
  background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
  color: #111111;
  font-weight: 700;
}.home-section-28 {
  padding: 50px 0 80px;
}.home-section-28 .smalltitle {
  color: var(--lux-gold);
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}#reservation-holder {
  max-width: 820px;
  margin: 0 auto;
  padding: 34px;
}#reservation-form label {
  display: block;
  margin-bottom: 8px;
  color: #f0e6d7;
  font-weight: 600;
}.comm-field,
#msg-contact,
#reservation-form select,
#reservation-form input[type="date"],
#reservation-form input[type="text"],
#reservation-form input[type="email"] {
  width: 100%;
  border: 1px solid rgba(198, 164, 108, 0.28);
  background: #0d0d0d;
  color: #f5f1ea;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 18px;
}.comm-field::placeholder,
#msg-contact::placeholder {
  color: #9f9a92;
}.comm-field:focus,
#msg-contact:focus,
#reservation-form select:focus,
#reservation-form input[type="date"]:focus,
#reservation-form input[type="text"]:focus,
#reservation-form input[type="email"]:focus {
  outline: none;
  border-color: rgba(243, 210, 138, 0.75);
  box-shadow: 0 0 0 3px rgba(198, 164, 108, 0.12);
}#msg-contact {
  min-height: 150px;
  resize: vertical;
}.antispam {
  display: none;
}.alignc {
  text-align: center;
}#submit-contact {
  display: inline-block;
  border: 0;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
  color: #111111;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}#submit-contact:hover {
  background: linear-gradient(135deg, #d4b073, #ffe0a3);
  transform: translateY(-1px);
}#output-contact {
  max-width: 820px;
  margin: 18px auto 0;
  color: #e9dfca;
}@media (max-width: 991px) {.reviews-fullwidth-holder {
    padding-top: 50px;
  }.blog-1col-list-left .post-holder {
    padding: 26px 24px;
  }#reservation-holder {
    padding: 26px;
  }
}@media (max-width: 767px) {.article-title2 {
    font-size: 23px;
  }.article-excerpt {
    font-size: 15px;
    line-height: 1.8;
  }.google-stars .fa {
    font-size: 16px;
  }.google-review-date {
    font-size: 14px;
  }.blog-1col-list-left .post-holder {
    border-radius: 20px;
    padding: 22px 18px;
  }
}/* =========================================================
   PERFECT LUXE HARMONISATIE
   ========================================================= */

.reviews-fullwidth-holder {
  padding-top: 0;
  padding-bottom: 24px;
}.blog-1col-list-left .blog-item.blog-item-1col-list {
  margin-bottom: 24px;
}.blog-1col-list-left .post-holder,
#reservation-holder {
  border-radius: 24px;
}.blog-1col-list-left .post-holder,
#reservation-holder {
  padding: 32px 30px;
}.article-title2 {
  font-size: 30px;
  line-height: 1.2;
}.article-excerpt {
  font-size: 16px;
  line-height: 1.85;
}.home-section-28 {
  padding: 32px 0 72px;
}@media (max-width: 767px) {.blog-1col-list-left .post-holder,
#reservation-holder {
    border-radius: 20px;
    padding: 24px 20px;
  }.article-title2 {
    font-size: 26px;
  }
}/* =========================================================
   HTML ALIGNMENT PATCHES
   ========================================================= */

.blog-1col-list-left .post-holder {
  height: 100%;
}.blog-1col-list-left .post-holder:focus-within {
  border-color: rgba(243, 210, 138, 0.65);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.50);
}.prev-next .page-numbers:focus-visible {
  background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
  color: #111111;
}
