:root {
  --ink: #171411;
  --muted: #716b62;
  --line: rgba(92, 78, 62, 0.18);
  --surface: rgba(255, 255, 255, 0.62);
  --soft: #e9ddcb;
  --ivory: #f4ead9;
  --porcelain: #faf2e5;
  --sage: #71806e;
  --red: #8a4e3d;
  --red-dark: #553026;
  --green: #637666;
  --gold: #b88f58;
  --copper: #b8794d;
  --glass: rgba(255, 255, 255, 0.18);
  --glass-strong: rgba(255, 255, 255, 0.72);
  --graphite: #dfcfb8;
  --track: #c8b594;
  --shadow: 0 20px 60px rgba(43, 35, 27, 0.16);
  --radius: 8px;
  --max: 1180px;
}

@property --loader-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(184, 143, 88, 0.13), transparent 32%),
    linear-gradient(25deg, rgba(99, 118, 102, 0.1), transparent 44%),
    linear-gradient(180deg, #f7ecd9 0, #e7dac6 48%, #f3ebde 100%);
  font-family:
    Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

p {
  margin-bottom: 0;
  text-wrap: pretty;
}

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

.slideshow {
  position: relative;
  overflow: hidden;
  background: var(--soft);
  isolation: isolate;
}

.slideshow > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1600ms ease, transform 9000ms ease;
}

.slideshow > img:first-child {
  opacity: 1;
}

.slideshow > img.is-active {
  opacity: 1;
  transform: scale(1.055);
}

.slideshow.is-ready > img:not(.is-active) {
  opacity: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  margin: 12px;
  background: var(--ink);
  color: #fff;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(184, 143, 88, 0.16), transparent 42%),
    linear-gradient(25deg, rgba(113, 128, 110, 0.12), transparent 48%),
    linear-gradient(135deg, #171411, #28221e 54%, #0f0d0b);
  opacity: 1;
  transition: opacity 460ms ease, visibility 460ms ease;
}

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

.loader-glow {
  position: absolute;
  width: min(480px, 70vw);
  height: min(260px, 42vw);
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(184, 143, 88, 0.18), rgba(113, 128, 110, 0.1));
  filter: blur(38px);
}

.loader-panel {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 24px;
  width: min(520px, calc(100% - 36px));
}

.loader-frame {
  position: relative;
  display: grid;
  width: min(430px, 82vw);
  place-items: center;
  padding: clamp(22px, 5vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(255, 255, 255, 0.74)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 26px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px) saturate(1.2);
}

.loader-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 2px;
  border-radius: inherit;
  background:
    conic-gradient(from var(--loader-angle), transparent 0deg, rgba(113, 128, 110, 0.92) 72deg, rgba(255, 250, 242, 0.96) 132deg, rgba(184, 143, 88, 0.98) 210deg, transparent 318deg);
  content: "";
  pointer-events: none;
  animation: loaderBorderSpin 1050ms linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.loader-frame img {
  position: relative;
  z-index: 2;
  width: min(338px, 66vw);
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 18px 34px rgba(85, 48, 38, 0.18));
  transform: translateY(12px) scale(0.96);
  animation: logoReveal 620ms ease 120ms forwards;
}

.loader-side {
  position: absolute;
  z-index: 1;
  display: none;
  background: linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(184, 143, 88, 0.96), rgba(113, 128, 110, 0.92));
  box-shadow: 0 0 24px rgba(184, 143, 88, 0.28);
  transform-origin: left center;
}

.loader-side.top,
.loader-side.bottom {
  right: 0;
  left: 0;
  height: 2px;
  transform: scaleX(0);
}

.loader-side.top {
  top: 0;
  animation: drawHorizontal 420ms ease 120ms forwards;
}

.loader-side.bottom {
  bottom: 0;
  transform-origin: right center;
  animation: drawHorizontalReverse 420ms ease 760ms forwards;
}

.loader-side.right,
.loader-side.left {
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(184, 143, 88, 0.96), rgba(255, 250, 242, 0.96), rgba(113, 128, 110, 0.88));
  transform: scaleY(0);
}

.loader-side.right {
  right: 0;
  transform-origin: top center;
  animation: drawVertical 380ms ease 460ms forwards;
}

.loader-side.left {
  left: 0;
  transform-origin: bottom center;
  animation: drawVerticalReverse 380ms ease 1120ms forwards;
}

.loader-language {
  display: grid;
  justify-items: center;
  gap: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms ease, transform 280ms ease;
  pointer-events: none;
}

.loader.is-choosing .loader-language {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.loader-language p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.loader-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.loader-actions button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.loader-actions button:hover,
.loader-actions button:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

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

@keyframes loaderBorderSpin {
  to {
    --loader-angle: 360deg;
  }
}

@keyframes drawHorizontal {
  to {
    transform: scaleX(1);
  }
}

@keyframes drawHorizontalReverse {
  to {
    transform: scaleX(1);
  }
}

@keyframes drawVertical {
  to {
    transform: scaleY(1);
  }
}

@keyframes drawVerticalReverse {
  to {
    transform: scaleY(1);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(92, 78, 62, 0.12);
  background:
    linear-gradient(145deg, rgba(232, 218, 198, 0.86), rgba(204, 184, 156, 0.68)),
    rgba(239, 228, 211, 0.58);
  backdrop-filter: blur(26px) saturate(1.24);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(43, 35, 27, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(258px, 23vw, 350px);
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.brand-logo {
  width: 100%;
  height: 84px;
  object-fit: contain;
  filter: contrast(1.1) saturate(1.08) drop-shadow(0 12px 18px rgba(85, 48, 38, 0.18));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 18px);
  color: rgba(43, 35, 27, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.language-control {
  position: relative;
  display: inline-flex;
}

.language-control select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.language-trigger,
.language-menu button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(92, 78, 62, 0.14);
  background:
    linear-gradient(145deg, rgba(236, 224, 207, 0.86), rgba(213, 194, 165, 0.62)),
    rgba(239, 228, 211, 0.48);
  color: var(--red-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  backdrop-filter: blur(18px) saturate(1.2);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.language-trigger {
  min-width: 54px;
  padding: 0 15px;
  border: 1px solid rgba(92, 78, 62, 0.14);
  border-radius: 999px;
}

.language-trigger:hover,
.language-trigger:focus-visible,
.language-menu button:hover,
.language-menu button:focus-visible,
.language-menu button.is-active {
  border-color: rgba(184, 143, 88, 0.48);
  background:
    linear-gradient(145deg, rgba(246, 238, 226, 0.94), rgba(218, 199, 170, 0.72)),
    rgba(239, 228, 211, 0.62);
  transform: translateY(-1px);
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 80;
  display: grid;
  min-width: 162px;
  gap: 6px;
  padding: 8px;
  visibility: hidden;
  border: 1px solid rgba(92, 78, 62, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(239, 228, 211, 0.94), rgba(209, 188, 157, 0.8)),
    rgba(229, 213, 190, 0.72);
  box-shadow: 0 18px 48px rgba(43, 35, 27, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  backdrop-filter: blur(24px) saturate(1.28);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.floating-language {
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 69;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-language.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-language .language-trigger {
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(246, 238, 226, 0.92), rgba(210, 188, 157, 0.76)),
    rgba(239, 228, 211, 0.78);
  box-shadow: 0 16px 36px rgba(43, 35, 27, 0.16);
}

.floating-language .language-menu {
  top: auto;
  right: 0;
  bottom: calc(100% + 10px);
}

.language-menu.is-open,
.language-control:hover .language-menu,
.language-control:focus-within .language-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button {
  width: 100%;
  justify-content: flex-start;
  padding: 0 13px;
  border-radius: 16px;
  text-align: left;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 18px !important;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(184, 121, 77, 0.24);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(92, 78, 62, 0.14);
  border-radius: 50%;
  background: rgba(236, 224, 207, 0.72);
  backdrop-filter: blur(16px);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.quick-book {
  display: grid;
  grid-template-columns: minmax(136px, 1fr) minmax(136px, 1fr) minmax(132px, auto);
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(92, 78, 62, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(248, 241, 230, 0.82), rgba(222, 205, 177, 0.58)),
    rgba(239, 228, 211, 0.54);
  box-shadow: 0 18px 42px rgba(43, 35, 27, 0.12);
  backdrop-filter: blur(22px) saturate(1.25);
}

.quick-book .date-card {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  min-height: 66px;
  padding: 8px 14px 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(248, 241, 230, 0.62)),
    rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 24px rgba(43, 35, 27, 0.12);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.quick-book .date-card:hover,
.quick-book .date-card:focus-visible,
.quick-book .date-card.is-active {
  border-color: rgba(184, 143, 88, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 0 0 3px rgba(184, 143, 88, 0.18),
    0 10px 24px rgba(43, 35, 27, 0.12);
}

.date-label {
  position: relative;
  z-index: 1;
  padding-left: 0;
  color: var(--red-dark);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.date-display {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 8px;
  line-height: 1;
  color: var(--ink);
}

.date-display strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.8vw, 2.65rem);
  font-weight: 700;
  letter-spacing: 0;
}

.date-display span {
  display: grid;
  gap: 2px;
  padding-bottom: 5px;
}

.date-display em,
.date-display small {
  font-style: normal;
  line-height: 1;
}

.date-display em {
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: capitalize;
}

.date-display small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: capitalize;
}

.quick-book > input[type="hidden"] {
  display: none;
}

.quick-book > button[type="submit"] {
  min-height: 66px;
  padding: 0 18px;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(145deg, var(--copper), var(--red-dark));
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(85, 48, 38, 0.26);
}

.hero {
  position: relative;
  height: clamp(520px, 64svh, 640px);
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

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

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

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 17, 14, 0.72), rgba(20, 17, 14, 0.4) 50%, rgba(20, 17, 14, 0.2)),
    linear-gradient(0deg, rgba(138, 78, 61, 0.16), rgba(8, 10, 14, 0) 36%);
}

.track-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 5px;
  background:
    linear-gradient(90deg, transparent, rgba(138, 78, 61, 0.9) 16%, rgba(184, 143, 88, 0.9) 48%, rgba(113, 128, 110, 0.72) 84%, transparent);
  box-shadow: 0 -16px 34px rgba(85, 48, 38, 0.18);
}

.review-badge {
  position: absolute;
  top: auto;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(94px, 10vw, 124px);
  z-index: 3;
  display: grid;
  width: min(300px, calc(100% - 36px));
  gap: 4px;
  padding: 14px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.34), rgba(204, 184, 156, 0.2)),
    rgba(23, 20, 17, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: left;
  backdrop-filter: blur(22px) saturate(1.18);
}

.review-badge > span:first-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-badge strong {
  color: #f1c874;
  font-size: 1.2rem;
  line-height: 1;
}

.review-rotator {
  position: relative;
  display: block;
  min-height: 1.45em;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94rem;
  font-weight: 800;
}

.review-rotator span {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  animation: reviewFade 12s ease-in-out infinite;
}

.review-rotator span:nth-child(2) {
  animation-delay: 4s;
}

.review-rotator span:nth-child(3) {
  animation-delay: 8s;
}

@keyframes reviewFade {
  0%,
  8% {
    opacity: 0;
    transform: translateY(4px);
  }

  15%,
  30% {
    opacity: 1;
    transform: translateY(0);
  }

  42%,
  100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: min(100% - 36px, var(--max));
  height: 100%;
  margin: 0 auto;
  padding: clamp(90px, 12vw, 132px) 0 clamp(104px, 11vw, 140px);
  color: #fff;
  text-align: center;
}

.eyebrow,
.kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Space Grotesk", Manrope, ui-sans-serif, sans-serif;
  font-weight: 700;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  white-space: nowrap;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3.3vw, 3.25rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.16rem;
  line-height: 1.22;
}

.hero-copy {
  max-width: 760px;
  margin-top: clamp(44px, 8vh, 82px);
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  font-style: italic;
  font-weight: 500;
  text-transform: lowercase;
}

.intro-lead {
  max-width: 820px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.hero-actions {
  position: absolute;
  right: 0;
  bottom: clamp(28px, 5vw, 56px);
  left: 0;
  margin-top: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 154px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible,
.quick-book > button[type="submit"]:hover,
.quick-book > button[type="submit"]:focus-visible,
.date-card:hover,
.date-card:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.mobile-book:hover,
.mobile-book:focus-visible,
.whatsapp-banner:hover,
.whatsapp-banner:focus-visible,
.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(145deg, var(--copper), var(--red-dark));
  color: #fff;
  box-shadow: 0 16px 34px rgba(85, 48, 38, 0.26);
}

.button.primary:hover,
.button.primary:focus-visible,
.quick-book > button[type="submit"]:hover,
.quick-book > button[type="submit"]:focus-visible,
.modal-booking-form > button[type="submit"]:hover,
.modal-booking-form > button[type="submit"]:focus-visible {
  background: linear-gradient(145deg, #7f6040, #43291d);
}

.button.dark {
  background: #fff;
  color: var(--ink);
}

.booking-band .button.dark {
  background: var(--red);
  color: #fff;
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.52);
  color: #fff;
}

.button.ghost:hover,
.button.ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.12);
}

.button.outline {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.button.outline:hover,
.button.outline:focus-visible {
  background: #f0e2cf;
  border-color: rgba(92, 78, 62, 0.26);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.hero-facts li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
}

.booking-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.2fr) auto;
  align-items: center;
  justify-items: center;
  gap: 14px;
  padding: 18px clamp(18px, 4vw, 54px);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(92, 78, 62, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(234, 223, 206, 0.68) 52%, rgba(255, 250, 242, 0.54)),
    rgba(255, 255, 255, 0.5);
  color: var(--ink);
  text-align: center;
}

.booking-band h2 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, ui-sans-serif, sans-serif;
  font-size: clamp(1.28rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.booking-band p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.booking-band .kicker {
  color: var(--red-dark);
}

.section {
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
  padding: clamp(32px, 4vw, 56px) 0;
}

#camere,
#servizi,
#motor-valley,
#esperienze,
#dove-siamo,
#contatti,
#posizione {
  scroll-margin-top: 128px;
}

.section-heading {
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  text-align: center;
}

.section-heading.split {
  display: flex;
  max-width: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.section-heading p:not(.eyebrow),
.feature-copy p,
.location-copy p {
  color: var(--muted);
}

.position-intro {
  display: grid;
  min-height: min(720px, calc(100svh - 104px));
  align-content: center;
  padding-bottom: clamp(18px, 2vw, 28px);
}

.position-intro .section-heading {
  max-width: 900px;
}

.position-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: stretch;
  gap: 18px;
}

.distance-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.distance-list li {
  padding: 8px 12px;
  border: 1px solid rgba(92, 78, 62, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--red-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.position-map {
  display: grid;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(248, 241, 230, 0.5)),
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 44px rgba(43, 35, 27, 0.1);
  backdrop-filter: blur(22px) saturate(1.12);
}

.position-map img {
  width: 100%;
  height: 100%;
  max-height: clamp(330px, 45svh, 460px);
  object-fit: cover;
}

.position-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.position-cards article {
  display: flex;
  min-height: 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--line);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.78), rgba(248, 241, 230, 0.52)),
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 12px 30px rgba(43, 35, 27, 0.08);
  backdrop-filter: blur(20px) saturate(1.12);
  text-align: left;
}

.position-cards p {
  margin: 0;
  color: var(--muted);
}

.position-cards strong {
  color: var(--ink);
  font-weight: 900;
}

.intro-grid,
.room-grid,
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.intro-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.78), rgba(248, 241, 230, 0.52)),
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 12px 30px rgba(43, 35, 27, 0.08);
  backdrop-filter: blur(20px) saturate(1.12);
  text-align: center;
}

.intro-grid article:nth-child(2) {
  border-top-color: var(--green);
}

.intro-grid article:nth-child(3) {
  border-top-color: var(--gold);
}

.intro-grid p,
.experience-grid p,
.room-card p {
  color: var(--muted);
}

.icon-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 14px;
  border-radius: 50%;
}

.icon-dot.red {
  background: var(--red);
}

.icon-dot.green {
  background: var(--green);
}

.icon-dot.gold {
  background: var(--gold);
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--red-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.room-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(248, 241, 230, 0.5)),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(43, 35, 27, 0.1);
  backdrop-filter: blur(22px) saturate(1.12);
}

.room-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-slideshow {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.room-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
  text-align: left;
}

.room-body ul {
  display: grid;
  gap: 4px;
  padding-left: 18px;
  margin: 14px 0 18px;
  list-style: disc;
}

.room-body li {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #4b433b;
  font-size: 0.92rem;
  font-weight: 800;
}

.room-amenities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 12px auto 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(248, 241, 230, 0.48)),
    rgba(255, 255, 255, 0.48);
  box-shadow: 0 14px 34px rgba(43, 35, 27, 0.08);
  backdrop-filter: blur(18px) saturate(1.12);
}

.room-amenities span {
  padding: 8px 12px;
  border: 1px solid rgba(92, 78, 62, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #4b433b;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.room-note {
  max-width: 720px;
  margin: 10px auto 0;
  color: var(--muted);
  text-align: center;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  align-items: stretch;
  width: min(100% - 36px, var(--max));
  min-height: 360px;
  margin: clamp(14px, 2vw, 24px) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(234, 223, 206, 0.56) 48%, rgba(255, 250, 242, 0.48)),
    rgba(255, 255, 255, 0.42);
  color: var(--ink);
}

.feature-image {
  min-height: 340px;
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.feature-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 3vw, 34px);
  text-align: center;
}

.feature-copy .eyebrow {
  color: var(--red-dark);
}

.feature-copy p {
  color: var(--muted);
  font-size: 1rem;
}

.feature-copy em {
  font-style: italic;
}

.feature-copy strong {
  color: var(--red-dark);
  font-weight: 900;
}

.service-note {
  display: none;
}

.service-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.service-chips li {
  padding: 6px 9px;
  border: 1px solid rgba(92, 78, 62, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--red-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.experience-grid article {
  min-width: 0;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 12px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.7), rgba(248, 241, 230, 0.5)),
    rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 38px rgba(43, 35, 27, 0.08);
  text-align: center;
}

.experience-grid--wide {
  grid-template-columns: repeat(4, 1fr);
}

.experience-section .section-heading p:not(.eyebrow) {
  max-width: 840px;
  margin: 0 auto;
  color: var(--muted);
}

.experience-section {
  padding-bottom: clamp(22px, 2.7vw, 34px);
}

.experience-grid > article > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 12px;
}

.experience-slideshow {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  margin-bottom: 12px;
}

.experience-grid .text-link {
  display: none;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.gallery-section {
  display: block;
  width: min(100% - 22px, 1500px);
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(18px, 2vw, 30px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.05fr 1.05fr 1.3fr;
  gap: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(234, 223, 206, 0.5) 42%, rgba(255, 250, 242, 0.54)),
    #eadfce;
  box-shadow: 0 18px 44px rgba(43, 35, 27, 0.08);
}

.gallery-item {
  display: block;
  min-width: 0;
  min-height: clamp(390px, 39vw, 580px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.local-section {
  position: relative;
  padding-top: clamp(16px, 2vw, 26px);
}

.local-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.local-grid article {
  min-height: 168px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(138, 78, 61, 0.07), rgba(184, 143, 88, 0.06) 48%, rgba(255, 255, 255, 0.32) 78%),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 40px rgba(43, 35, 27, 0.08);
  backdrop-filter: blur(22px) saturate(1.12);
  text-align: center;
}

.local-grid p {
  color: var(--muted);
}

.proximity-section {
  width: min(100% - 36px, 1240px);
  padding-top: clamp(16px, 2vw, 26px);
}

.proximity-section .section-heading {
  max-width: 1020px;
}

.proximity-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  min-height: 44px;
  padding: 10px 18px;
  margin: 0 auto 14px;
  border: 1px solid rgba(184, 143, 88, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(248, 241, 230, 0.46)),
    rgba(255, 255, 255, 0.48);
  box-shadow: 0 12px 28px rgba(43, 35, 27, 0.08);
  color: var(--red-dark) !important;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(18px) saturate(1.12);
}

.proximity-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.76fr);
  align-items: stretch;
  gap: 14px;
}

.proximity-map {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(248, 241, 230, 0.48)),
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 20px 54px rgba(43, 35, 27, 0.12);
  backdrop-filter: blur(22px) saturate(1.12);
}

.proximity-map picture,
.proximity-map img {
  width: 100%;
}

.proximity-map img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.proximity-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.75), rgba(248, 241, 230, 0.54) 54%, rgba(255, 255, 255, 0.44)),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 20px 54px rgba(43, 35, 27, 0.1);
  backdrop-filter: blur(22px) saturate(1.12);
  text-align: center;
}

.proximity-panel article {
  padding: clamp(16px, 1.8vw, 22px) 0;
  border-top: 1px solid var(--line);
}

.proximity-panel article:first-child {
  border-top: 0;
}

.proximity-panel p {
  color: var(--muted);
}

.proximity-panel .text-link {
  align-self: center;
  margin-top: 18px;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(18px, 3vw, 34px);
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
  padding: clamp(24px, 3vw, 38px) 0;
}

.location-copy {
  text-align: center;
}

.location-copy p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.contact-actions {
  margin-top: 22px;
}

.map-panel {
  align-self: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(138, 78, 61, 0.07), rgba(184, 143, 88, 0.07) 44%, rgba(255, 255, 255, 0.28) 72%),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(43, 35, 27, 0.08);
  backdrop-filter: blur(22px) saturate(1.12);
  text-align: center;
}

.map-panel dl,
.map-panel dd {
  margin: 0;
}

.map-panel div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.map-panel dt {
  color: var(--muted);
}

.map-panel dd {
  font-weight: 800;
}

.address-link {
  color: var(--red-dark);
  text-decoration: underline;
  text-decoration-color: rgba(85, 48, 38, 0.28);
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 14px;
  padding: 30px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(234, 223, 206, 0.58) 42%, rgba(255, 250, 242, 0.62)),
    #eadfce;
  color: var(--ink);
  text-align: center;
}

.site-footer p,
.site-footer small {
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  order: 1;
}

.footer-logo {
  width: min(258px, 70vw);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 12px 18px rgba(85, 48, 38, 0.14));
}

.footer-brand p {
  margin: 0;
  max-width: 240px;
}

.site-footer small {
  grid-column: 1 / -1;
  justify-self: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  order: 2;
}

.footer-links a {
  color: var(--red-dark);
  font-weight: 700;
}

@media (min-width: 921px) {
  .proximity-section h2 {
    white-space: nowrap;
    font-size: clamp(1.7rem, 2.45vw, 2.55rem);
  }
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.booking-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.booking-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    linear-gradient(145deg, rgba(23, 20, 17, 0.78), rgba(43, 35, 27, 0.62)),
    rgba(0, 0, 0, 0.42);
  cursor: pointer;
}

.booking-modal-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100svh - 28px);
  overflow-y: auto;
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(26px) saturate(1.18);
  text-align: center;
}

.booking-modal-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.booking-modal-panel p:not(.eyebrow) {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.booking-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-booking-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}

.modal-date-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.modal-date-card {
  display: grid;
  gap: 4px;
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(92, 78, 62, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(248, 241, 230, 0.5)),
    rgba(255, 255, 255, 0.58);
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 10px 24px rgba(43, 35, 27, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.modal-date-card:hover,
.modal-date-card:focus-visible,
.modal-date-card.is-active {
  border-color: rgba(184, 143, 88, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 0 0 3px rgba(184, 143, 88, 0.16),
    0 12px 28px rgba(43, 35, 27, 0.1);
  transform: translateY(-1px);
}

.modal-date-card span {
  color: var(--red-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.modal-date-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 0.95;
}

.modal-date-card em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  text-transform: capitalize;
}

.modal-booking-form > input[type="hidden"] {
  display: none;
}

.date-picker {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(248, 241, 230, 0.36)),
    rgba(255, 255, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 16px 42px rgba(43, 35, 27, 0.1);
  backdrop-filter: blur(22px) saturate(1.16);
}

.date-picker-head {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.date-picker-head strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: capitalize;
}

.date-picker-head button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(92, 78, 62, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  color: var(--red-dark);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

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

.calendar-weekdays span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.calendar-days {
  margin-top: 7px;
}

.calendar-day {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(92, 78, 62, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.calendar-day:hover,
.calendar-day:focus-visible {
  border-color: rgba(184, 143, 88, 0.7);
  transform: translateY(-1px);
}

.calendar-day.is-muted {
  color: rgba(113, 107, 98, 0.48);
}

.calendar-day.is-disabled {
  cursor: not-allowed;
  opacity: 0.36;
  transform: none;
}

.calendar-day.is-in-range {
  background: rgba(184, 143, 88, 0.18);
}

.calendar-day.is-start,
.calendar-day.is-end {
  border-color: rgba(85, 48, 38, 0.78);
  background: linear-gradient(145deg, var(--copper), var(--red-dark));
  color: #fff;
}

.modal-booking-form > button[type="submit"] {
  position: sticky;
  bottom: 0;
  min-height: 54px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--copper), var(--red-dark));
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(85, 48, 38, 0.24);
}

body.booking-open {
  overflow: hidden;
}

.mobile-book {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.whatsapp-banner {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 70;
  display: inline-flex;
  width: auto;
  min-width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.34);
}

.whatsapp-banner:hover,
.whatsapp-banner:focus-visible {
  background: #1fb85a;
}

.whatsapp-banner span {
  white-space: nowrap;
}

.whatsapp-banner svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.back-to-top {
  position: fixed;
  right: 78px;
  bottom: 88px;
  z-index: 69;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(92, 78, 62, 0.16);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(246, 238, 226, 0.9), rgba(210, 188, 157, 0.72)),
    rgba(239, 228, 211, 0.72);
  box-shadow: 0 16px 36px rgba(43, 35, 27, 0.16);
  color: var(--red-dark);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  backdrop-filter: blur(18px) saturate(1.14);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header {
    flex-wrap: wrap;
  }

  #camere,
  #servizi,
  #motor-valley,
  #esperienze,
  #dove-siamo,
  #contatti,
  #posizione {
    scroll-margin-top: 260px;
  }

  .quick-book {
    order: 3;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
  }

  .site-header > .language-control {
    margin-left: auto;
  }
}

@media (max-width: 1080px) {
  .site-header {
    flex-wrap: nowrap;
  }

  #camere,
  #servizi,
  #motor-valley,
  #esperienze,
  #dove-siamo,
  #contatti,
  #posizione {
    scroll-margin-top: 150px;
  }

  .menu-toggle {
    display: inline-block;
    order: 3;
  }

  .brand {
    order: 1;
  }

  .site-header > .language-control {
    order: 2;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    padding: 14px;
    border: 1px solid rgba(92, 78, 62, 0.14);
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(232, 218, 198, 0.96), rgba(199, 177, 146, 0.86)),
      rgba(222, 205, 177, 0.78);
    box-shadow: 0 18px 48px rgba(43, 35, 27, 0.14);
    backdrop-filter: blur(24px) saturate(1.28);
  }

  .site-nav.is-open,
  .menu-toggle:hover + .site-nav,
  .site-nav:hover,
  .site-nav:focus-within {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
    border: 1px solid rgba(92, 78, 62, 0.12);
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(246, 238, 226, 0.88), rgba(215, 195, 165, 0.66)),
      rgba(239, 228, 211, 0.58);
    text-align: center;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero,
  .hero-content {
    height: clamp(500px, 68svh, 620px);
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 10, 14, 0.84), rgba(8, 10, 14, 0.48)),
      linear-gradient(0deg, rgba(184, 143, 88, 0.18), rgba(8, 10, 14, 0) 38%);
  }

  .booking-band,
  .section-heading.split,
  .feature-section,
  .position-layout,
  .proximity-layout,
  .location-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .booking-band {
    gap: 16px;
  }

  .quick-book {
    order: 0;
    flex: 1 1 430px;
    width: auto;
    max-width: 500px;
    margin-left: 0;
    grid-template-columns: minmax(124px, 1fr) minmax(124px, 1fr) minmax(120px, auto);
  }

  .local-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .room-grid,
  .experience-grid,
  .position-cards {
    grid-template-columns: 1fr;
  }

  .experience-grid--wide {
    grid-template-columns: repeat(2, 1fr);
  }

  .position-intro {
    min-height: 0;
  }

  .position-map img {
    max-height: 390px;
  }

  .feature-section {
    min-height: 0;
  }

  .feature-image,
  .feature-image img {
    min-height: 340px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item {
    min-height: 330px;
    border-radius: var(--radius) !important;
  }

  .footer-links {
    justify-content: center;
  }

  .site-footer,
  .footer-brand {
    justify-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    flex-wrap: wrap;
    padding: 12px 16px;
  }

  .brand {
    width: 214px;
    padding: 0;
  }

  .brand-logo {
    height: 62px;
    filter: drop-shadow(0 6px 12px rgba(85, 48, 38, 0.1));
  }

  .quick-book {
    order: 5;
    flex-basis: 100%;
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
  }

  #camere,
  #servizi,
  #motor-valley,
  #esperienze,
  #dove-siamo,
  #contatti,
  #posizione {
    scroll-margin-top: 218px;
  }

  .quick-book > button[type="submit"] {
    grid-column: 1 / -1;
  }

  .hero,
  .hero-content {
    height: clamp(500px, 68svh, 580px);
  }

  .review-badge {
    top: auto;
    right: 14px;
    bottom: 104px;
    left: auto;
    width: min(300px, calc(100% - 28px));
    padding: 11px 14px;
    border-radius: 18px;
  }

  h1 {
    font-size: clamp(1.7rem, 7.2vw, 2.6rem);
    white-space: normal;
  }

  h2 {
    font-size: clamp(1.55rem, 6vw, 2.15rem);
  }

  .hero-facts {
    display: none;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .hero-actions .button.ghost {
    display: inline-flex;
  }

  .section {
    padding: 24px 0;
  }

  .proximity-section {
    width: min(100% - 28px, 1240px);
  }

  .proximity-panel {
    padding: 20px;
  }

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

  .booking-modal-panel {
    padding: 22px;
  }

  .booking-modal-panel h2 {
    font-size: clamp(1.55rem, 6vw, 2.05rem);
  }

  .modal-date-card {
    min-height: 84px;
    padding: 12px;
  }

  .modal-date-card strong {
    font-size: 2rem;
  }

  .date-picker {
    padding: 12px;
  }

  .calendar-day {
    min-height: 38px;
    border-radius: 12px;
  }

  .intro-grid article,
  .room-body,
  .map-panel {
    padding: 20px;
  }

  .gallery-grid,
  .experience-grid--wide {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    min-height: 285px;
  }

  .map-panel div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .whatsapp-banner {
    right: 14px;
    bottom: 18px;
    height: 54px;
    padding: 0 13px 0 16px;
    font-size: 0.84rem;
  }

  .back-to-top {
    right: 76px;
    bottom: 84px;
    width: 44px;
    height: 44px;
  }

  .floating-language {
    right: 14px;
    bottom: 84px;
  }

  .floating-language .language-trigger {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .whatsapp-banner svg {
    width: 30px;
    height: 30px;
  }

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

  body {
    padding-bottom: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
