/* VERSION: STYLES_LOCAL_FONTS_022_HOME_SPACING_FOOTER_MYBNBHUB_SOCIALS_TUNE */
@font-face {
  font-family: "Inter";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/8909904ab6c872eb994093482a88a28eca2cd95912d7b6fecd72103b0dc07edc.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/f3779f1efccc4bdcdf9c0a02ab95bf6bd092ed09c48c08cedc725889edd1d19f.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/f9a06e79cd3a2a20951c0f0e28f66dd0e6d3fda73911d640a2125c8fcb78f21a.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/6f56409fd3d64bb85f7d070bce20749db2d66b6d63cec586cc22d1c761be2491.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/8048ac209bec741e1c29cd0cfac5aac1c0c2ba8c3ddbd4a58fa9bd92ef5c63c2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/8197bf53615ddc8c423f444c7f0eec63b7fa0ba093fcfbec60dfdd28429b0fc8.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/ae062b6d5ae308e7edf61b28b07b9984bbb6e961b1f34d9b2c2f4389c33f21ea.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/sites/d-monstration-mybnbhub-publication/assets/fr/21a0fc1c5c22708cf4aa0c147fd32982e25bf9e21efec0ca31a4495ba41753eb.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f8f4ef;
  --surface: #ffffff;
  --surface-alt: #f3ede6;
  --text: #1f1a17;
  --muted: #6f655d;
  --line: #dfd3c7;
  --accent: #a24634;
  --accent-dark: #863727;
  --accent-soft: #f4e6e1;
  --shadow: 0 18px 45px rgba(30, 24, 20, 0.12);
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1200px;
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 244, 239, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-inner {
  --header-shell-width: min(calc(100vw - 32px), calc(var(--container) + 220px));
  --header-side-reserve: 365px;
  position: relative;
  width: var(--header-shell-width);
  margin-inline: auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: var(--header-side-reserve);
}

.brand-logo {
  height: 58px;
  width: auto;
}

.brand {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  z-index: 3;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.2vw, 26px);
  margin-inline: auto;
}

.site-nav a {
  color: var(--text);
  font-weight: 500;
  font-size: 0.98rem;
  line-height: 1;
  white-space: nowrap;
  transition: color var(--transition);
}

.site-nav a:hover {
  color: var(--accent);
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.55rem, 2.35vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.header-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  z-index: 3;
}

.btn-nav-desktop {
  min-width: 112px;
}

.btn-nav-mobile {
  display: none !important;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: all var(--transition);
}

.lang-switcher a:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

.lang-switcher a.is-active {
  background: var(--accent);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  margin: 6px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
}

.btn-primary,
.btn-nav {
  background: var(--accent);
  color: #fff !important;
}

.btn-primary:hover,
.btn-nav:hover {
  background: var(--accent-dark);
}

.btn-secondary {
  background: var(--surface);
  border-color: var(--line);
  color: var(--text) !important;
}

.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent) !important;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.btn-full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  overflow: clip;
  background: var(--bg);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

@media (min-width: 1400px) {
  .hero-media,
  .hero-overlay {
    left: 50%;
    right: auto;
    width: min(calc(100vw - 32px), calc(var(--container) + 220px));
    transform: translateX(-50%);
    border-radius: 0 0 28px 28px;
  }
}

@media (min-width: 2200px) {
  .hero-media,
  .hero-overlay {
    width: min(calc(100vw - 64px), calc(var(--container) + 260px));
  }
}

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

.hero-overlay {
  background:
    linear-gradient(108deg, rgba(23, 16, 12, 0.62) 8%, rgba(23, 16, 12, 0.20) 48%, rgba(23, 16, 12, 0.08) 100%);
}

.hero-media {
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  border-radius: 0 0 28px 28px;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 38px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.hero-content-single {
  grid-template-columns: 1fr;
}

.hero-copy {
  color: #fff;
  max-width: 700px;
}

.hero-copy-wide {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero .eyebrow {
  color: #ffe1d8;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

h3 {
  font-size: 1.6rem;
}

.hero-text,
.page-intro,
p {
  margin: 0 0 16px;
}

.hero-text {
  font-size: 1.08rem;
  max-width: 620px;
}

.hero-actions {
  margin-top: 26px;
}

.reservation-panel-wrap {
  position: relative;
  margin-top: -70px;
  z-index: 3;
  padding-bottom: 20px;
}

.reservation-panel-wrap.module-calendar-standalone {
  margin-top: 0;
  padding-top: 44px;
}

.module-prose { white-space: pre-line; overflow-wrap: anywhere; }
.module-text-container { max-width: 860px; }
.module-background-alternate { background: var(--surface); }
.module-image figure { margin-top: 0; margin-bottom: 0; }
.module-image figcaption { margin-top: 18px; text-align: center; }
[data-module-id] { scroll-margin-top: 100px; }
.site-legacy-content .site-section { max-width: var(--container); margin: 0 auto; padding: 88px 24px; }
.site-legacy-content .site-narrow { max-width: 860px; }
.site-legacy-content .site-lead { max-width: 800px; font-size: 1.15rem; }
.site-legacy-content .site-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; padding: 24px 0; }
.site-legacy-content .site-cards article { padding: 26px; background: var(--surface); border-radius: 24px; box-shadow: var(--shadow); }
.site-legacy-content .site-property { padding: 32px 0; }
.site-legacy-content .site-gallery { columns: 3 250px; column-gap: 20px; }
.site-legacy-content .site-gallery figure { margin: 0 0 20px; break-inside: avoid; }
.site-legacy-content .site-gallery img { width: 100%; height: auto; border-radius: 24px; }
.site-legacy-content .site-request-form { max-width: 550px; margin: 30px 0; }
.site-legacy-content .site-request-form fieldset { display: grid; gap: 12px; min-width: 0; border: 0; padding: 0; margin: 0; }
.site-legacy-content .site-request-form input,
.site-legacy-content .site-request-form select { width: 100%; max-width: 100%; font: inherit; padding: 13px; border: 1px solid var(--border); border-radius: 12px; background: #fff; color: inherit; }
.site-legacy-content .site-request-form [aria-invalid=true] { border-color: var(--accent); }
.site-legacy-content .site-request-form fieldset:disabled { opacity: .65; }
.site-legacy-content .site-request-errors,
.site-legacy-content .site-request-success { padding: 24px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.site-legacy-content .site-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 25px; border: 0; border-radius: 999px; background: var(--accent); color: #fff; font: inherit; cursor: pointer; }

.booking-panel {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(30, 24, 20, 0.14);
  border: 1px solid rgba(223, 211, 199, 0.8);
  padding: 28px;
}

.booking-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}

.booking-panel-note {
  max-width: 360px;
  color: var(--muted);
  margin: 0;
  text-align: right;
}

.booking-form {
  display: grid;
  gap: 16px;
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.date-field {
  position: relative;
}

.field span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

.field input,
.field select,
textarea {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(223, 211, 199, 0.95);
  background: #fff;
  padding: 0 14px;
  color: var(--text);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.date-display-input {
  cursor: pointer;
  padding-right: 42px;
}

.field input:focus,
.field select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(162, 70, 52, 0.12);
}

.field.date-field .date-picker-select {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  min-height: 54px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: menulist;
}

.field.date-field .date-picker-select:disabled {
  cursor: not-allowed;
}

.inline-calendar-box {
  border: 1px solid rgba(223, 211, 199, 0.95);
  border-radius: 22px;
  background: #fff;
  padding: 16px;
}

.inline-calendar-head {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.calendar-head-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--muted);
}

.calendar-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.calendar-nav:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.inline-calendars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.calendar-month {
  border: 1px solid rgba(223, 211, 199, 0.95);
  border-radius: 18px;
  padding: 12px;
  background: #fff;
}

.calendar-month-title {
  text-align: center;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  font-size: 1rem;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.calendar-weekday {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
  padding: 6px 0;
}

.calendar-day {
  min-height: 58px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 0.92rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 6px 6px 5px;
  text-align: left;
}

.calendar-day-top {
  display: block;
  width: 100%;
}

.calendar-day-bottom {
  display: block;
  width: 100%;
}

.calendar-day-number {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
}

.calendar-day-price {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.68rem;
  line-height: 1;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar-day:hover:not(.is-empty):not(.is-booked):not(.is-checkout-candidate) {
  background: var(--accent-soft);
}

.calendar-day.is-checkout-candidate:hover {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(244, 221, 215, 0.95) 0,
      rgba(244, 221, 215, 0.95) 6px,
      rgba(255, 255, 255, 0.96) 6px,
      rgba(255, 255, 255, 0.96) 12px
    );
}

.calendar-day.is-empty {
  cursor: default;
  opacity: 0;
}

.calendar-day.is-booked {
  background: #ece7e2;
  color: #b0a59b;
  cursor: not-allowed;
}

.calendar-day.is-checkout-candidate {
  background:
    repeating-linear-gradient(
      135deg,
      #ece7e2 0,
      #ece7e2 6px,
      rgba(255, 255, 255, 0.96) 6px,
      rgba(255, 255, 255, 0.96) 12px
    );
  border-color: #d9cec2;
  color: #8f8378;
  cursor: pointer;
}

.calendar-day.is-checkout-candidate .calendar-day-number {
  font-weight: 700;
}

.calendar-day.is-checkout-candidate .calendar-day-price {
  color: transparent;
}

.calendar-day.is-booked .calendar-day-price,
.calendar-day.is-past .calendar-day-price {
  color: #b0a59b;
}

.calendar-day.is-start,
.calendar-day.is-end {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
}

.calendar-day.is-start .calendar-day-price,
.calendar-day.is-end .calendar-day-price {
  color: rgba(255, 255, 255, 0.92);
}

.calendar-day.is-in-range {
  background: #f4ddd7;
  color: var(--accent-dark);
}

.calendar-day.is-in-range .calendar-day-price {
  color: var(--accent-dark);
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 0.84rem;
  color: var(--muted);
}

.legend {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -2px;
}

.legend-start,
.legend-end {
  background: var(--accent);
}

.legend-range {
  background: #f4ddd7;
}

.legend-booked {
  background: #ece7e2;
}

.calendar-hint {
  color: var(--muted);
  font-size: 0.92rem;
}

.quote-box {
  background: rgba(243, 237, 230, 0.92);
  border: 1px solid rgba(223, 211, 199, 0.95);
  border-radius: 18px;
  padding: 16px 18px;
  display: grid;
  gap: 10px;
}

.quote-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.quote-line strong {
  font-size: 1.04rem;
}

.quote-line.small {
  font-size: 0.95rem;
  color: var(--muted);
}

.booking-actions,
.actions-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.section {
  padding: 88px 0;
}

.intro {
  background: var(--surface);
}

.two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
}

.media-stack img {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.center {
  text-align: center;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.feature-card,
.testimonial-card,
.contact-card {
  background: rgba(255, 255, 255, 0.96);
  padding: 26px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.testimonial-card {
  background: #fffdfa;
  border: 1px solid rgba(191, 173, 160, 0.82);
  box-shadow: none;
}

.testimonials {
  position: relative;
  background: var(--bg);
  padding-bottom: 132px;
}

.testimonials::after {
  display: none;
}

.testimonials .container {
  position: relative;
  z-index: 1;
}

.home-highlights-section {
  padding-bottom: 44px;
}

.home-direct-booking-section {
  padding-top: 44px;
  padding-bottom: 44px;
}

.home-testimonials-section {
  padding-top: 44px;
}

.site-footer {
  background: #191411;
  color: rgba(255, 255, 255, 0.88);
  padding-top: 56px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.9fr;
  gap: 28px;
}

.footer-logo {
  height: 52px;
  width: auto;
  margin-bottom: 14px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}

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

.footer-links li + li {
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact-info-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 42px;
  row-gap: 16px;
  align-content: start;
}

.footer-social-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 2px;
}

.footer-social-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.92);
}

.footer-social-chip svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-chip .icon-fill {
  fill: currentColor;
  stroke: none;
}

.footer-explore-strip {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-explore-label {
  margin: 0 0 8px;
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.34);
}

.footer-explore-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 14px;
  max-width: 1420px;
  margin: 0 auto;
  text-align: center;
}

.footer-explore-link {
  font-size: 0.64rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
  white-space: nowrap;
}

.footer-explore-link:hover {
  color: rgba(255, 255, 255, 0.74);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 34px;
  padding: 18px 0 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
}

.footer-bottom-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 8px;
  margin: 0;
  text-align: center;
}

.footer-bottom-divider {
  color: rgba(255, 255, 255, 0.3);
}

.footer-powered-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 2px 0;
  color: inherit;
  white-space: nowrap;
  transition: transform var(--transition), filter var(--transition), opacity var(--transition);
}

.footer-powered-prefix {
  color: rgba(255, 255, 255, 0.72);
}

.footer-powered-brand {
  display: inline-block;
  position: relative;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.08em;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #ff7b19 0%, #ff9425 34%, #0c4f95 63%, #0a6dc8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-powered-brand::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 123, 25, 0.92) 0%, rgba(255, 148, 37, 0.92) 34%, rgba(12, 79, 149, 0.92) 63%, rgba(10, 109, 200, 0.92) 100%);
  opacity: 0.72;
}

.footer-powered-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.footer-powered-link:hover .footer-powered-brand::after {
  opacity: 1;
}


@media (max-width: 1360px) {
  .footer-bottom-meta {
    flex-direction: column;
    gap: 6px;
  }

  .footer-bottom-divider {
    display: none;
  }

  .footer-powered-link {
    width: auto;
    max-width: 100%;
    justify-content: center;
  }

  .footer-contact-info-wrap {
    max-width: 560px;
  }

  .two-col,
  .cards-grid,
  .footer-grid,
  .inline-calendars,
  .booking-panel-header {
    grid-template-columns: 1fr;
  }

  .booking-panel-header {
    display: grid;
    align-items: start;
  }

  .booking-panel-note {
    text-align: left;
    max-width: none;
  }

  .header-inner {
    width: min(100% - 32px, var(--container));
    min-height: 84px;
    padding-inline: 0;
    justify-content: space-between;
    gap: 16px;
  }

  .brand {
    position: static;
    transform: none;
  }

  .brand-name {
    font-size: 2.15rem;
  }

  .header-right {
    position: static;
    transform: none;
    margin-left: auto;
    gap: 10px;
  }

  .site-nav {
    position: fixed;
    top: 84px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 14px;
    margin-inline: 0;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
    box-shadow: var(--shadow);
    z-index: 60;
  }

  .site-nav a {
    font-size: 1rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .btn-nav-desktop {
    display: none;
  }

  .btn-nav-mobile {
    display: inline-flex !important;
    justify-content: center;
    width: 100%;
  }

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  .calendar-day-price {
    font-size: 0.6rem;
    text-overflow: clip;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 62px 0;
  }

  .testimonials {
    padding-bottom: 104px;
  }

  .home-highlights-section {
    padding-bottom: 31px;
  }

  .home-direct-booking-section {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .home-testimonials-section {
    padding-top: 31px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand-logo {
    height: 46px;
  }

  .brand-name {
    font-size: 1.9rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .booking-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .booking-panel,
  .booking-form,
  .booking-grid,
  .booking-grid > *,
  .field,
  .field input,
  .field select,
  .inline-calendar-box,
  .inline-calendars,
  .inline-calendars > *,
  .calendar-month,
  .calendar-grid,
  .calendar-legend,
  .calendar-legend span,
  .quote-box,
  .quote-line,
  .quote-line > * {
    min-width: 0;
    max-width: 100%;
  }

  .booking-panel,
  .inline-calendar-box,
  .quote-box {
    overflow-x: clip;
  }

  .booking-grid {
    grid-template-columns: 1fr;
  }

  .booking-actions,
  .actions-row {
    flex-direction: column;
  }

  .booking-actions .btn,
  .actions-row .btn {
    width: 100%;
  }

  .calendar-day {
    min-height: 54px;
    padding: 6px 4px 5px;
    font-size: 0.84rem;
  }

  .calendar-month {
    width: 100%;
    overflow: hidden;
  }

  .calendar-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
  }

  .calendar-weekday,
  .calendar-day {
    min-width: 0;
    width: 100%;
  }

  .calendar-day-price {
    font-size: 0.54rem;
    text-overflow: clip;
    letter-spacing: -0.04em;
  }

  .inline-calendar-head {
    grid-template-columns: 36px 1fr 36px;
  }

  .calendar-nav {
    width: 36px;
    height: 36px;
  }

  .calendar-legend {
    gap: 10px 12px;
  }

  .calendar-legend span {
    flex: 1 1 120px;
  }

  .quote-line {
    align-items: flex-start;
  }

  .quote-line span {
    flex: 0 1 38%;
    overflow-wrap: anywhere;
  }

  .quote-line strong {
    flex: 1 1 0;
    text-align: right;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .quote-line strong.quote-inline-message {
    text-align: left;
  }

  .reservation-panel-wrap {
    margin-top: -36px;
  }
}

/* CARROUSEL AVIS */
.testimonials-carousel {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  background: var(--bg);
}

.testimonials-viewport,
.testimonials-track {
  background: var(--bg);
}

.testimonials-viewport {
  overflow: hidden;
  flex: 1;
  padding-bottom: 6px;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.testimonial-slide {
  min-width: calc((100% - 48px) / 3);
  box-sizing: border-box;
}

.testimonial-slide .testimonial-card,
.testimonial-slide.testimonial-card {
  min-height: 214px;
}

.carousel-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #7f2f24;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  flex: 0 0 auto;
}

.carousel-arrow:hover {
  transform: translateY(-1px);
  background: #faf7f5;
}

.carousel-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(127, 47, 36, 0.22);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.carousel-dot.is-active {
  background: #7f2f24;
  transform: scale(1.15);
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
}

.testimonial-meta span {
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.58);
}

@media (max-width: 1099px) {
  .testimonial-slide {
    min-width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .testimonials-carousel {
    gap: 12px;
  }

  .testimonial-slide {
    min-width: 100%;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .footer-contact-info-wrap {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }

  .footer-social-row {
    justify-content: flex-start;
  }
}

.quote-inline-message {
  font-weight: 700;
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--text);
}

.quote-line strong.quote-inline-message {
  max-width: 33rem;
  text-align: right;
}

@media (max-width: 767px) {
  .quote-line strong.quote-inline-message {
    max-width: none;
    text-align: left;
  }
}


/* Shared SaaS integration: empty editable nodes and preview chrome are not page layout. */
[hidden] { display: none !important; }
.media-stack img { height: auto; }
.booking-anchor { position: absolute; inset: 0 auto auto 0; scroll-margin-top: 104px; }
[data-generated-section] { scroll-margin-top: 104px; }
.site-preview-notice {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 100;
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: calc(100% - 24px);
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--shadow);
  font-size: .8rem;
}
.site-preview-notice a { text-decoration: underline; }
/* Keep the editor return link above the floating contact control in private previews. */
.generated-site:has(.wa-float) [data-preview-notice] { bottom: 84px; }
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.footer-social-chip span { font-weight: 700; }
@media (max-width: 760px) {
  .site-preview-notice { font-size: .7rem; padding: 8px 12px; }
  .brand-name { max-width: 45vw; overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b14e3a, #8f3f31);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(43, 24, 17, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(43, 24, 17, 0.28);
  filter: brightness(1.03);
}

.wa-float__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.wa-float__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.wa-float__label {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media (max-width: 768px) {
  .wa-float {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .wa-float__label {
    display: none;
  }

  .wa-float__icon,
  .wa-float__icon svg {
    width: 24px;
    height: 24px;
  }
}
