:root {
  --dulac-blue: #254796;
  --dulac-ink: #15233c;
  --dulac-cream: #f7f4ed;
  --dulac-gold: #d7b36a;
  --dulac-wide-content: 1600px;
  --dulac-wide-gutter: clamp(20px, 3.125vw, 60px);
  --dulac-wide-padding: max(
    var(--dulac-wide-gutter),
    calc((100vw - var(--dulac-wide-content)) / 2)
  );
}

html {
  scroll-behavior: smooth !important;
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root) {
  animation: dulac-page-out .14s ease both;
}

::view-transition-new(root) {
  animation: dulac-page-in .2s ease both;
}

@keyframes dulac-page-out {
  to { opacity: .82; }
}

@keyframes dulac-page-in {
  from { opacity: .82; }
}

#rooms {
  scroll-margin-top: 96px;
}

/*
 * One deliberate outer frame for the site's largest landmarks. Backgrounds
 * remain full bleed, while their content shares the same left and right edge.
 * Smaller editorial sections keep their original, more readable widths.
 */
.elementor-54 .elementor-element-5699b52 > .e-con-inner,
.elementor-64 .elementor-element-d493993 > .e-con-inner,
.elementor-344 .elementor-element-aa8fff5 > .e-con-inner {
  width: min(
    var(--dulac-wide-content),
    calc(100% - var(--dulac-wide-gutter) - var(--dulac-wide-gutter))
  ) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

/* The homepage hero has two independently positioned children. */
.elementor-46 .elementor-element-e327b79 {
  margin-left: var(--dulac-wide-padding) !important;
}

.elementor-46 .elementor-element-18034d9 {
  margin-right: var(--dulac-wide-padding) !important;
}

/* The homepage location/map pair is the wide closing landmark. */
.elementor-46 .elementor-element-13f96f7 {
  width: min(
    var(--dulac-wide-content),
    calc(100% - var(--dulac-wide-gutter) - var(--dulac-wide-gutter))
  ) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

/* Give the location copy a lighter inset without changing its right edge. */
.elementor-46 .elementor-element-1ae3a66 {
  --padding-left: 30px !important;
  padding-left: 30px !important;
}

/* Generated information, privacy and error pages use the same wide frame. */
.foundation-hero,
.foundation-footer {
  padding-inline: var(--dulac-wide-padding) !important;
}

:focus-visible {
  outline: 3px solid var(--dulac-gold) !important;
  outline-offset: 3px !important;
}

/* Replaced by real, crawlable language URLs. */
.gtranslate_wrapper {
  display: none !important;
}

/* German expands this heading considerably; keep the translation elegant. */
html[data-site-language="de"] .elementor-element-7d69464 .elementor-heading-title {
  max-width: 18ch;
  margin-inline: auto;
  font-size: clamp(36px, 4vw, 54px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

html[data-site-language="de"] .elementor-element-7d69464 .elementor-heading-title span {
  display: block;
}

.agent-fact-note {
  font-size: .9rem;
  color: #46546b;
}

.dulac-service-bar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 40px;
  padding: 6px var(--dulac-wide-padding);
  color: #fff;
  background: #15233c;
  font: 500 12px/1.3 system-ui, sans-serif;
}

.dulac-service-bar__copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dulac-service-bar__copy > svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--dulac-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dulac-service-bar__copy strong {
  color: #fff;
  font-weight: 700;
}

.dulac-service-bar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 4px 0 4px 18px;
  color: #fff;
  border-left: 1px solid rgb(255 255 255 / 20%);
  font-weight: 650;
  text-decoration: none;
}

.dulac-service-bar a svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform .18s ease;
}

.dulac-service-bar a:hover,
.dulac-service-bar a:focus-visible {
  color: #fff;
}

.dulac-service-bar a:hover svg {
  transform: scale(1.06);
}

/* Replace the migrated WordPress header with one clear, touch-first header. */
#site-header {
  display: none !important;
}

.foundation-header {
  display: none !important;
}

.dulac-site-header {
  position: sticky;
  z-index: 10000;
  top: 0;
  color: var(--dulac-ink);
  border-bottom: 1px solid rgb(21 35 60 / 9%);
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 8px 28px rgb(21 35 60 / 7%);
  backdrop-filter: blur(18px);
  transition:
    color .35s ease,
    border-color .35s ease,
    background-color .35s ease,
    box-shadow .35s ease,
    backdrop-filter .35s ease,
    top .35s ease;
}

.dulac-site-header__inner {
  width: min(var(--dulac-wide-content), calc(100% - (var(--dulac-wide-gutter) * 2)));
  min-height: 76px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 30px;
}

.dulac-site-header__brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 11px;
  color: var(--dulac-ink);
  text-decoration: none;
  transition: color .35s ease;
}

.dulac-site-header__brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.dulac-site-header__brand span,
.dulac-site-header__brand strong,
.dulac-site-header__brand small {
  display: block;
}

.dulac-site-header__brand strong {
  font: 750 16px/1.05 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .015em;
}

.dulac-site-header__brand small {
  margin-top: 4px;
  color: #667086;
  font: 600 9px/1 system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .35s ease;
}

.dulac-site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.4vw, 38px);
}

.dulac-site-header__nav a {
  position: relative;
  padding: 28px 0 26px;
  color: #344057;
  font: 650 12px/1 system-ui, sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .35s ease;
}

.dulac-site-header__nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 19px;
  left: 50%;
  height: 2px;
  background: var(--dulac-blue);
  transition: right .18s ease, left .18s ease;
}

.dulac-site-header__nav a:hover::after,
.dulac-site-header__nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.dulac-site-header__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.dulac-header-language {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgb(21 35 60 / 12%);
  border-radius: 999px;
  background: #f4f5f8;
  transition: border-color .35s ease, background-color .35s ease;
}

.dulac-header-language a,
.dulac-mobile-menu__language a {
  min-width: 34px;
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #647086;
  font: 700 10px/1 system-ui, sans-serif;
  letter-spacing: .07em;
  text-decoration: none;
  transition: color .35s ease, background-color .18s ease;
}

.dulac-header-language a[aria-current="page"],
.dulac-mobile-menu__language a[aria-current="page"],
html[data-site-language="en"] [data-site-language="en"],
html[data-site-language="de"] [data-site-language="de"],
.dulac-header-language a:hover,
.dulac-mobile-menu__language a:hover {
  color: #fff;
  background: var(--dulac-blue);
}

.dulac-site-header__book {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 0 22px;
  color: #fff;
  border-radius: 4px;
  background: var(--dulac-blue);
  font: 700 12px/1 system-ui, sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .18s ease, transform .18s ease;
}

.dulac-site-header__book:hover {
  color: #fff;
  background: #1d3b82;
  transform: translateY(-1px);
}

.dulac-site-header__menu-toggle,
.dulac-mobile-menu {
  display: none;
}

/* Give the migrated homepage hero a deliberate, conversion-first structure. */
.elementor-46 .elementor-element-ca16c90 {
  min-height: min(780px, calc(100svh - 76px)) !important;
  background-image: url("/wp-content/uploads/al_opt_content/IMAGE/dulac-thunersee.ch/wp-content/uploads/2026/03/pexels-manish-jain-1176829519-33417944-scaled.jpg.bv_resized_desktop.jpg.bv.webp") !important;
  background-position: 50% 60% !important;
  background-size: cover !important;
}

.elementor-46 .elementor-element-ca16c90::before {
  background: linear-gradient(90deg, rgb(5 10 18 / 62%) 0%, rgb(5 10 18 / 30%) 52%, rgb(5 10 18 / 8%) 100%) !important;
  opacity: 1 !important;
}

/*
 * On the homepage, let the desktop hero run behind the navigation. The header
 * gains its solid surface only after the visitor starts scrolling.
 */
@media (min-width: 768px) {
  .dulac-site-header--hero {
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    color: #fff;
    border-bottom-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: blur(0);
  }

  .dulac-site-header--hero .dulac-site-header__brand,
  .dulac-site-header--hero .dulac-site-header__nav a {
    color: #fff;
    text-shadow: 0 1px 16px rgb(0 0 0 / 28%);
  }

  .dulac-site-header--hero .dulac-site-header__brand small {
    color: rgb(255 255 255 / 78%);
  }

  .dulac-site-header--hero .dulac-header-language {
    border-color: rgb(255 255 255 / 34%);
    background: rgb(8 17 31 / 18%);
  }

  .dulac-site-header--hero .dulac-header-language a {
    color: rgb(255 255 255 / 82%);
  }

  .dulac-site-header--hero .dulac-header-language a[aria-current="page"],
  .dulac-site-header--hero .dulac-header-language a:hover {
    color: var(--dulac-ink);
    background: #fff;
  }

  .dulac-site-header--hero .dulac-site-header__nav a::after {
    background: var(--dulac-gold);
  }

  .dulac-site-header--hero .dulac-site-header__book {
    color: var(--dulac-ink);
    background: var(--dulac-gold);
  }

  .dulac-site-header--hero .dulac-site-header__book:hover {
    color: var(--dulac-ink);
    background: #e4c47f;
  }

  .dulac-site-header--hero.is-scrolled {
    top: 0;
    color: var(--dulac-ink);
    border-bottom-color: rgb(21 35 60 / 9%);
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 8px 28px rgb(21 35 60 / 9%);
    backdrop-filter: blur(18px);
  }

  .dulac-site-header--hero.is-scrolled .dulac-site-header__brand,
  .dulac-site-header--hero.is-scrolled .dulac-site-header__nav a {
    color: var(--dulac-ink);
    text-shadow: none;
  }

  .dulac-site-header--hero.is-scrolled .dulac-site-header__brand small {
    color: #667086;
  }

  .dulac-site-header--hero.is-scrolled .dulac-header-language {
    border-color: rgb(21 35 60 / 12%);
    background: #f4f5f8;
  }

  .dulac-site-header--hero.is-scrolled .dulac-header-language a {
    color: #647086;
  }

  .dulac-site-header--hero.is-scrolled .dulac-header-language a[aria-current="page"],
  .dulac-site-header--hero.is-scrolled .dulac-header-language a:hover {
    color: #fff;
    background: var(--dulac-blue);
  }

  .dulac-site-header--hero.is-scrolled .dulac-site-header__nav a::after {
    background: var(--dulac-blue);
  }

  .dulac-site-header--hero.is-scrolled .dulac-site-header__book {
    color: #fff;
    background: var(--dulac-blue);
  }

  .dulac-site-header--hero.is-scrolled .dulac-site-header__book:hover {
    color: #fff;
    background: #1d3b82;
  }
}

.elementor-46 .elementor-element-e327b79 {
  justify-content: center !important;
  align-self: stretch !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-block: clamp(72px, 10vh, 120px) !important;
}

.elementor-46 .elementor-element-e327b79 > .e-con-inner {
  justify-content: center !important;
}

.elementor-46 .elementor-element-55ef13e .elementor-heading-title {
  max-width: 780px;
  margin: 18px 0 20px;
  font-family: "Jost", system-ui, sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(58px, 6vw, 88px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-transform: uppercase;
  text-wrap: balance;
}

.elementor-46 .elementor-element-55ef13e .elementor-heading-title > span {
  display: block;
}

.elementor-46 .elementor-element-79d9b76 {
  max-width: 620px;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.elementor-46 .elementor-element-79d9b76 p {
  margin: 0 !important;
}

.elementor-46 .elementor-element-79d9b76 p + p {
  margin-top: 4px !important;
}

.elementor-46 .elementor-element-3369b06 {
  width: auto !important;
  margin-top: 30px;
  gap: 12px !important;
}

.elementor-46 .elementor-element-d9a2577 .elementor-button,
.elementor-46 .elementor-element-0b83948 .elementor-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px !important;
}

/* The room QR code lands directly in a full-page conversation. */
.support-page--chat {
  min-height: calc(100dvh - 116px);
  padding: clamp(18px, 3vw, 34px);
  background:
    radial-gradient(circle at 15% 5%, rgb(215 179 106 / 14%), transparent 28rem),
    linear-gradient(180deg, #f7f4ed, #eef2f8);
}

.support-chat-layout {
  width: min(1180px, 100%);
  height: min(720px, calc(100dvh - 184px));
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(250px, 3fr) minmax(0, 7fr);
  grid-template-areas: "info chat";
  gap: 18px;
  margin-inline: auto;
}

.support-chat-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.support-chat-shell {
  grid-area: chat;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.support-chat-shell noscript {
  display: block;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.support-chat-aside {
  grid-area: info;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 3vw, 34px);
  color: #fff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgb(215 179 106 / 22%), transparent 18rem),
    #15233c;
  box-shadow: 0 24px 70px rgb(21 35 60 / 15%);
}

.support-chat-aside__eyebrow {
  margin: 0 0 12px !important;
  color: #d7b36a;
  font: 700 10px/1 system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.support-chat-aside h2 {
  max-width: 9ch;
  margin: 0;
  color: #fff;
  font: 400 clamp(30px, 3vw, 42px)/1 "Jost", system-ui, sans-serif;
  letter-spacing: -.025em;
}

.support-chat-aside > div > p:last-child {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 70%);
  font: 400 13px/1.55 system-ui, sans-serif;
}

.support-chat-actions {
  display: grid;
  gap: 9px;
}

.support-chat-actions a,
.support-chat-actions button {
  width: 100%;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 14px;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 12px;
  background: rgb(255 255 255 / 7%);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.support-chat-actions a:hover,
.support-chat-actions button:hover,
.support-chat-actions a:focus-visible,
.support-chat-actions button:focus-visible {
  color: #fff;
  border-color: rgb(215 179 106 / 58%);
  background: rgb(255 255 255 / 12%);
  transform: translateY(-1px);
}

.support-chat-actions strong,
.support-chat-actions span {
  display: block;
}

.support-chat-actions strong {
  color: #fff;
  font: 700 12px/1.2 system-ui, sans-serif;
}

.support-chat-actions span {
  margin-top: 5px;
  color: rgb(255 255 255 / 60%);
  font: 400 11px/1.3 system-ui, sans-serif;
}

.support-chat-aside__note {
  margin: 0;
  padding-top: 18px;
  color: rgb(255 255 255 / 58%);
  border-top: 1px solid rgb(255 255 255 / 13%);
  font: 400 11px/1.5 system-ui, sans-serif;
}

body:has(.support-page--chat) .foundation-footer,
body:has(.support-page--chat) .dulac-footer {
  display: none;
}

@media (max-width: 900px) {
  .support-chat-layout {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "chat"
      "info";
    gap: 14px;
  }

  .support-chat-shell {
    height: min(680px, calc(100dvh - 150px));
    min-height: 520px;
  }

  .support-chat-aside {
    min-height: 360px;
  }
}

/* Pet information belongs inside Breakfast; cancellation/check-in remains
   the original independent sibling card. */
.dulac-pet-policy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #d6dae2;
}

.dulac-pet-policy__icon {
  font-size: 20px;
  line-height: 1;
}

.dulac-pet-policy .info-card-title {
  margin-bottom: 10px;
}

.dulac-pet-policy .info-card-text p:last-child {
  margin-bottom: 0;
}

/* GPU-friendly gallery crossfade: the new image still swaps immediately. */
.dg-main {
  position: relative;
  overflow: hidden;
}

.dg-main .dg-image-ghost {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 1;
  transform: scale(1);
  transition: opacity .48s ease-out, transform .55s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}

.dg-main .dg-image-ghost.is-leaving {
  opacity: 0;
  transform: scale(1.012);
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }

  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-46 .elementor-element-ca16c90 {
    background-image: url("/wp-content/uploads/al_opt_content/IMAGE/dulac-thunersee.ch/wp-content/uploads/2026/03/pexels-manish-jain-1176829519-33417944-scaled.jpg.bv_resized_ipad.jpg.bv.webp") !important;
  }
}

@media (max-width: 767px) {
  #rooms {
    scroll-margin-top: 78px;
  }

  body.home .dulac-service-bar {
    display: none;
  }

  .dulac-service-bar {
    min-height: 38px;
    padding: 5px 14px;
    font-size: 11px;
  }

  .dulac-service-bar__copy {
    min-width: 0;
    gap: 6px;
  }

  .dulac-service-bar__copy > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dulac-service-bar a {
    flex: 0 0 auto;
    min-height: 28px;
    padding-left: 6px;
  }

  .dulac-site-header__inner {
    width: 100%;
    min-height: 64px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "brand actions menu";
    gap: 10px;
    padding: 0 10px 0 12px;
  }

  .dulac-site-header__menu-toggle {
    grid-area: menu;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--dulac-ink);
    border: 1px solid rgb(21 35 60 / 12%);
    border-radius: 50%;
    background: var(--dulac-cream);
    cursor: pointer;
    justify-self: end;
  }

  .dulac-site-header__menu-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.7;
  }

  .dulac-site-header__brand {
    grid-area: brand;
    justify-self: start;
  }

  .dulac-site-header__brand img {
    width: 42px;
    height: 42px;
  }

  .dulac-site-header__brand span {
    display: none;
  }

  .dulac-site-header__nav {
    display: none;
  }

  .dulac-site-header__actions {
    grid-area: actions;
    justify-self: end;
  }

  .dulac-site-header__book {
    min-height: 36px;
    justify-self: end;
    padding-inline: 15px;
    color: var(--dulac-ink);
    border-radius: 999px;
    background: var(--dulac-gold);
    font-size: 9px;
    letter-spacing: .07em;
  }

  .dulac-site-header__book:hover {
    color: var(--dulac-ink);
    background: #e4c47f;
  }

  .dulac-header-language {
    display: none;
  }

  .dulac-mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 8px 14px 16px;
    border-top: 1px solid rgb(21 35 60 / 8%);
    background: #fff;
    box-shadow: 0 18px 36px rgb(21 35 60 / 16%);
  }

  .dulac-mobile-menu[hidden] {
    display: none;
  }

  .dulac-mobile-menu > a {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: var(--dulac-ink);
    border-bottom: 1px solid rgb(21 35 60 / 8%);
    font: 650 15px/1.2 system-ui, sans-serif;
    text-decoration: none;
  }

  .dulac-mobile-menu__call {
    gap: 12px;
    margin-top: 8px;
    padding: 12px 14px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 8px;
    background: var(--dulac-blue);
  }

  .dulac-mobile-menu__language {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 12px 0 4px;
    padding: 10px 8px 2px;
    border-top: 1px solid rgb(21 35 60 / 8%);
  }

  .dulac-mobile-menu__language a {
    min-width: 48px;
    min-height: 42px;
    border: 1px solid rgb(21 35 60 / 10%);
    border-radius: 8px;
    font-size: 12px;
  }

  .dulac-mobile-menu__call svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .dulac-mobile-menu__call span,
  .dulac-mobile-menu__call small {
    display: block;
  }

  .dulac-mobile-menu__call small {
    margin-top: 3px;
    color: rgb(255 255 255 / 72%);
    font-size: 11px;
  }

  body.dulac-menu-open {
    overflow: hidden;
  }

  .elementor-46 .elementor-element-ca16c90 {
    min-height: min(720px, calc(100svh - 64px)) !important;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
    background-image: url("/assets/hotel-dulac-night-mobile-hero.jpeg") !important;
    background-position: center 46% !important;
  }

  .elementor-46 .elementor-element-ca16c90::before {
    background: linear-gradient(180deg, rgb(5 13 30 / 5%) 0%, rgb(5 13 30 / 10%) 42%, rgb(5 13 30 / 90%) 100%) !important;
  }

  .elementor-46 .elementor-element-e327b79 {
    justify-content: flex-end !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 72px 18px 28px !important;
  }

  .elementor-46 .elementor-element-e327b79 > .e-con-inner {
    width: 100% !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  .hdl-hero-tag {
    max-width: 100%;
    display: inline-flex !important;
    margin: 0 0 18px !important;
    padding: 6px 11px !important;
    font-size: clamp(7px, 2.05vw, 8px) !important;
    letter-spacing: .14em !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .elementor-46 .elementor-element-55ef13e .elementor-heading-title {
    max-width: none;
    margin: 0 0 13px;
    font-family: "Jost", system-ui, sans-serif !important;
    font-size: clamp(38px, 11vw, 46px) !important;
    font-weight: 300 !important;
    font-synthesis: none;
    line-height: 1.01 !important;
    letter-spacing: .005em !important;
    text-wrap: nowrap;
  }

  .elementor-46 .elementor-element-79d9b76 {
    width: min(28ch, 100%) !important;
    max-width: 100%;
    padding: 0 !important;
    color: rgb(255 255 255 / 82%) !important;
    font-family: "Josefin Sans", "Jost", system-ui, sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.42 !important;
    white-space: normal !important;
    overflow-wrap: normal;
  }

  .elementor-46 .elementor-element-79d9b76 p {
    margin: 0 !important;
    white-space: normal !important;
  }

  .elementor-46 .elementor-element-79d9b76 p + p {
    display: none;
  }

  .elementor-46 .elementor-element-3369b06 {
    display: none !important;
  }

  .elementor-46 .elementor-element-0b83948 {
    display: none !important;
  }

  .elementor-46 .elementor-element-d9a2577,
  .elementor-46 .elementor-element-d9a2577 .elementor-button {
    width: auto !important;
  }

  .elementor-46 .elementor-element-d9a2577 .elementor-button {
    width: auto !important;
    max-width: 100%;
    min-height: 44px;
    padding: 10px 18px !important;
    font-size: 10px !important;
    letter-spacing: .11em !important;
    white-space: nowrap;
  }

  .elementor-46 .elementor-element-d9a2577 .elementor-button-content-wrapper,
  .elementor-46 .elementor-element-d9a2577 .elementor-button-text {
    white-space: nowrap;
  }

  .elementor-46 .elementor-element-726e3bd,
  .elementor-46 .elementor-element-e287c00,
  .dulac-pet-policy .info-card-text {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .support-page--chat {
    min-height: calc(100dvh - 100px);
    padding: 0;
    background: #fff;
  }

  .support-chat-layout {
    width: 100%;
    gap: 0;
  }

  .support-chat-shell {
    width: 100%;
    height: calc(100dvh - 100px);
    min-height: 0;
  }

  .support-chat-aside {
    min-height: 0;
    padding: 28px 20px;
    border-radius: 0;
  }

  .support-chat-aside h2 {
    max-width: none;
    font-size: 32px;
  }

}

/* A complete closing section for booking, guest information and contact. */
.dulac-footer {
  position: relative;
  z-index: 1;
  padding: 0 var(--dulac-wide-padding);
  color: rgb(255 255 255 / 72%);
  border-top: 3px solid var(--dulac-gold);
  background: #101d33;
  font: 400 14px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dulac-footer,
.dulac-footer * {
  box-sizing: border-box;
}

.dulac-footer a {
  color: inherit;
  text-decoration: none;
}

.dulac-footer__main {
  width: min(var(--dulac-wide-content), 100%);
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(34px, 5vw, 80px);
  margin-inline: auto;
  padding: clamp(48px, 6vw, 76px) 0;
}

.dulac-footer__brand img {
  width: 76px;
  height: 76px;
  display: block;
  object-fit: contain;
}

.dulac-footer__brand p {
  max-width: 300px;
  margin: 20px 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: 14px;
}

.dulac-footer__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.dulac-footer__column h2 {
  margin: 0 0 10px;
  color: #fff;
  font: 700 11px/1.2 system-ui, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.dulac-footer__column a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  color: rgb(255 255 255 / 68%);
  font-size: 13px;
  transition: color .18s ease;
}

.dulac-footer__column a:hover,
.dulac-footer__column a:focus-visible,
.dulac-footer__bottom a:hover,
.dulac-footer__bottom button:hover {
  color: #fff;
}

.dulac-footer__contact address {
  margin: 0 0 4px;
  color: rgb(255 255 255 / 58%);
  font-style: normal;
}

.dulac-footer__bottom {
  width: min(var(--dulac-wide-content), 100%);
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  padding: 14px 0;
  border-top: 1px solid rgb(255 255 255 / 11%);
  color: rgb(255 255 255 / 48%);
  font-size: 11px;
}

.dulac-footer__bottom p {
  margin: 0;
}

.dulac-footer__bottom > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.dulac-footer__bottom a,
.dulac-footer__bottom .dulac-cookie-settings {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgb(255 255 255 / 52%);
  border: 0;
  border-radius: 0;
  background: transparent;
  font: inherit;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

@media (max-width: 900px) {
  .dulac-footer__main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .dulac-footer__contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    align-items: start;
    gap: 8px 24px;
    padding-top: 28px;
    border-top: 1px solid rgb(255 255 255 / 10%);
  }

  .dulac-footer__contact h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .dulac-footer {
    padding-inline: 20px;
  }

  .dulac-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
    padding: 44px 0 36px;
  }

  .dulac-footer__brand,
  .dulac-footer__contact {
    grid-column: 1 / -1;
  }

  .dulac-footer__brand p {
    margin-top: 14px;
  }

  .dulac-footer__contact {
    display: flex;
    padding-top: 28px;
  }

  .dulac-footer__column a {
    min-height: 34px;
  }

  .dulac-footer__bottom {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 18px 0 20px;
  }

  .dulac-footer__bottom > div {
    gap: 20px;
  }
}

/* Optional analytics consent: compact, honest and equally easy to accept or
   decline. The controls are injected by site.js only when no choice exists. */
.dulac-consent {
  position: fixed;
  z-index: 10050;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: min(920px, calc(100% - 36px));
  margin-inline: auto;
  padding: 18px 20px;
  color: var(--dulac-ink);
  border: 1px solid rgb(21 35 60 / 12%);
  border-radius: 16px;
  background: rgb(255 255 255 / 98%);
  box-shadow: 0 24px 70px rgb(12 25 48 / 22%);
}

.dulac-consent__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.dulac-consent h2 {
  margin: 0 0 4px;
  color: var(--dulac-ink);
  font: 600 18px/1.2 "Jost", system-ui, sans-serif;
}

.dulac-consent p {
  max-width: 650px;
  margin: 0;
  color: #58647a;
  font: 400 13px/1.5 system-ui, sans-serif;
}

.dulac-consent a {
  color: var(--dulac-blue);
  text-underline-offset: 2px;
}

.dulac-consent__actions {
  display: flex;
  gap: 9px;
}

.dulac-consent button,
.dulac-cookie-settings {
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgb(37 71 150 / 24%);
  border-radius: 8px;
  font: 700 11px/1 system-ui, sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
}

.dulac-consent__decline {
  color: var(--dulac-blue);
  background: #fff;
}

.dulac-consent__accept {
  color: #fff;
  border-color: var(--dulac-blue) !important;
  background: var(--dulac-blue);
}

.dulac-cookie-settings {
  min-height: 34px;
  margin-top: 14px;
  padding-inline: 10px;
  color: inherit;
  border-color: rgb(255 255 255 / 24%);
  background: transparent;
  font-size: 10px;
}

.dulac-chat__direct-help .dulac-cookie-settings {
  min-height: 28px;
  margin: 0;
  padding: 0 4px;
  color: #667086;
  border: 0;
  background: transparent;
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 640px) {
  .dulac-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 16px;
    border-radius: 14px;
  }

  .dulac-consent__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dulac-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dulac-consent button {
    width: 100%;
    padding-inline: 10px;
  }
}
