html:not(.palazzotto-ready) #root {
  visibility: visible;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/cormorant-garamond-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/cormorant-garamond-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/cormorant-garamond-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/cormorant-garamond-300-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/cormorant-garamond-400-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --background: 40 30% 98%;
  --foreground: 164 22% 25%;
  --card: 36 35% 92%;
  --card-foreground: 164 22% 25%;
  --primary: 164 22% 27%;
  --primary-foreground: 40 33% 97%;
  --secondary: 36 35% 92%;
  --secondary-foreground: 164 22% 25%;
  --muted: 36 25% 93%;
  --muted-foreground: 163 10% 44%;
  --accent: 35 40% 68%;
  --accent-foreground: 164 22% 22%;
  --border: 164 13% 68%;
  --input: 164 13% 68%;
  --ring: 164 22% 27%;
  --gold: 35 40% 68%;
  --gold-dark: 34 33% 56%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #36554f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-editorial,
.font-body {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.015em;
}

p {
  line-height: 1.62;
}

::selection {
  background: #36554f;
  color: #fff;
}

.container-wide {
  max-width: 1280px;
}

.container-narrow {
  max-width: 980px;
}

.section-padding {
  padding: 9rem 5vw;
}

.bg-card {
  background: #f2ece3;
}

.bg-primary {
  background: #36554f;
}

.text-label,
[class*="tracking-[0.2em]"],
[class*="tracking-[0.25em]"] {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.text-label {
  color: #36554f;
}

.divider-gold {
  width: 70px;
  margin-top: 1.35rem;
  margin-bottom: 1.35rem;
  background: #36554f;
}

.btn-gold,
.btn-outline-neutral {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1.45rem;
  border: 1px solid currentColor;
  background: transparent;
  color: #36554f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.btn-gold::after,
.btn-outline-neutral::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  transition: right 300ms ease;
}

.btn-gold:hover,
.btn-outline-neutral:hover {
  border-color: #36554f;
  background: #36554f;
  color: #fff;
}

.btn-gold:hover::after,
.btn-outline-neutral:hover::after {
  right: 0;
}

header {
  z-index: 80 !important;
  color: #fff;
}

header a,
header button,
header span {
  color: inherit !important;
}

header > div {
  position: relative;
  max-width: none !important;
  min-height: 84px;
  padding: 18px 28px !important;
}

header.palazzotto-scrolled {
  background: rgba(54, 85, 79, 0.96) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

header > div > a:first-child {
  position: absolute;
  /* top: 16px; */
  left: 50%;
  z-index: 2;
  /* width: 220px; */
  transform: translateX(-50%);
  text-align: center;
}

header > div > a:first-child::after {
  content: "LUXURY SUITES · LECCE";
  display: block;
  margin-top: 1px;
  color: currentColor;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.32em;
}

header > div > a:first-child span {
  display: block !important;
  color: inherit !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
}

header > div > a:first-child img {
  display: none !important;
}

header nav {
  display: none !important;
}

.palazzotto-native-menu-trigger {
  display: none !important;
}

.palazzotto-fixed-menu-trigger {
  position: fixed;
  top: 20px;
  left: 18px;
  z-index: 110;
  display: grid !important;
  width: 44px;
  height: 44px;
  padding: 9px !important;
  place-items: center;
  background: transparent !important;
  color: #fff !important;
  filter: drop-shadow(0 1px 3px rgba(20, 39, 35, 0.75));
}

.palazzotto-fixed-menu-trigger.is-scrolled {
  background: transparent !important;
}

.palazzotto-fixed-menu-trigger svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.1;
}

.palazzotto-header-actions {
  position: absolute;
  top: 25px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.palazzotto-header-actions a {
  min-width: 150px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  text-align: center;
  transition:
    background 250ms ease,
    color 250ms ease;
}

.palazzotto-header-actions a:hover {
  background: #fff;
  color: #36554f !important;
}

.palazzotto-language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
}

.palazzotto-language-switcher button {
  padding: 4px 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  opacity: 0.55;
  transition: opacity 180ms ease;
}

.palazzotto-language-switcher button:hover,
.palazzotto-language-switcher button.is-active {
  opacity: 1;
}

.palazzotto-language-switcher button + button::before {
  content: "·";
  margin-right: 8px;
  opacity: 0.7;
}

.palazzotto-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  visibility: hidden;
  overflow-y: auto;
  background: #36554f;
  color: #fff;
  opacity: 0;
  transition:
    opacity 350ms ease,
    visibility 350ms;
}

.palazzotto-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.palazzotto-menu__close {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.palazzotto-menu__actions {
  position: absolute;
  top: 23px;
  right: 33px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.palazzotto-menu__actions a {
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.palazzotto-menu__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 7vw;
  width: min(1160px, calc(100% - 14vw));
  margin: 0 auto;
  padding: 29vh 0 12vh;
}

.palazzotto-menu__main,
.palazzotto-menu__secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.palazzotto-menu__main a {
  margin-bottom: 20px;
  font-size: clamp(26px, 2.35vw, 38px);
  line-height: 1.05;
}

.palazzotto-menu__main small {
  display: block;
  margin-top: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.palazzotto-menu__secondary a {
  margin-bottom: 17px;
  font-size: clamp(19px, 1.55vw, 25px);
  font-style: italic;
}

.palazzotto-menu a {
  transition: opacity 200ms ease;
}

.palazzotto-menu a:hover {
  opacity: 0.62;
}

main > section:first-child {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  isolation: auto;
}

main > section:first-child > img,
main > section:first-child > video,
main > section:first-child > picture,
main > section:first-child > picture > img,
main > section:first-child .parallax-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}

main > section:first-child .parallax-image {
  transform: scale(1.1) !important;
}

main > section:first-child > div[class*="absolute"][class*="inset-0"],
main > section:first-child > div[class*="inset-0"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  z-index: 1;
}

main > section:first-child > div.relative,
main > section:first-child > div[class*="relative"] {
  position: relative;
  z-index: 2;
}

main > section:first-child > img,
main > section:first-child > video,
.parallax-image {
  filter: saturate(0.78) contrast(0.96);
}

main > section:first-child > div[class*="inset-0"],
.parallax-container > div[class*="inset-0"] {
  background: linear-gradient(
    180deg,
    rgba(14, 29, 27, 0.2),
    rgba(14, 29, 27, 0.48)
  ) !important;
}

main > section:first-child > div.relative {
  left: 50%;
  max-width: 1000px !important;
  padding: 0 24px 7vh !important;
  transform: translateX(-50%);
  text-align: center;
}

main > section:first-child h1 {
  max-width: none;
  margin-bottom: 0.7rem;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.95;
  text-transform: none !important;
}

main > section:first-child h1 + p {
  max-width: none;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

main > section:first-child form {
  display: none !important;
}

main > section:first-child.h-screen {
  height: 100svh;
  min-height: 720px;
}

main > section:first-child.h-screen h1 {
  font-size: clamp(48px, 5.4vw, 80px);
}

.page-home main > section:nth-of-type(2).section-padding {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.page-home main > section:nth-of-type(2) h2 {
  color: #36554f;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.05;
}

.page-home main > section:nth-of-type(2) .text-muted-foreground {
  color: #657a75;
  font-size: 18px;
}

.page-home main > section:nth-of-type(3).bg-card {
  background: #fff;
}

.page-home main > section:nth-of-type(3) .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7rem 2rem;
}

.page-home main > section:nth-of-type(3) .grid > a {
  grid-column: span 4;
}

.page-home main > section:nth-of-type(3) .grid > a:nth-child(2),
.page-home main > section:nth-of-type(3) .grid > a:nth-child(5) {
  transform: translateY(6rem);
}

.page-home main > section:nth-of-type(3) .grid > a:nth-child(4) {
  grid-column: 3 / span 4;
}

.page-home main > section:nth-of-type(3) .grid > a:nth-child(5) {
  grid-column: 7 / span 4;
}

.page-home main > section:nth-of-type(3) .grid > a > div {
  aspect-ratio: 3 / 4 !important;
}

.image-zoom {
  background: #eee8df;
}

.image-zoom img {
  filter: saturate(0.86);
}

.image-zoom:hover img {
  transform: scale(1.025);
}

.page-home main > section:nth-of-type(4).parallax-container {
  min-height: 78vh;
}

.page-home main > section:nth-of-type(4).parallax-container .max-w-md {
  margin-left: auto;
  padding: 2.8rem;
  background: rgba(255, 255, 255, 0.9);
  color: #36554f;
}

.page-home main > section:nth-of-type(4).parallax-container h2,
.page-home main > section:nth-of-type(4).parallax-container p {
  color: #36554f !important;
}

.page-home main > section:nth-of-type(5) .grid {
  gap: 1.25rem;
}

.page-home main > section:nth-of-type(5) .grid > div {
  position: relative;
}

.page-home main > section:nth-of-type(5) .grid > div > div:first-child {
  aspect-ratio: 3 / 4;
}

.page-home main > section:nth-of-type(5) h3 {
  margin-top: 1.35rem;
  color: #36554f;
  font-size: 28px;
}

.page-home main > section:nth-of-type(6).bg-primary {
  background: #36554f;
}

.page-home main > section:nth-of-type(6) blockquote {
  border-color: rgba(255, 255, 255, 0.28);
}

.page-home main > section:nth-of-type(7) {
  background: #f2ece3;
}

.columns-1 button {
  background: transparent;
}

.columns-1 img {
  filter: saturate(0.88);
}

main section .grid.md\:grid-cols-2 {
  column-gap: 6rem;
}

main section .grid.md\:grid-cols-2 > .image-zoom,
main section .grid.md\:grid-cols-2 > div > .image-zoom {
  background: #eee8df;
}

/* Pagine interne: ritmo editoriale ispirato al sito di riferimento. */
.page-suites main > section:nth-of-type(2) {
  padding-bottom: 14rem;
}

.page-suites main > section:nth-of-type(2) .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.page-suites main > section:nth-of-type(2) .grid > a:nth-child(2),
.page-suites main > section:nth-of-type(2) .grid > a:nth-child(5) {
  transform: translateY(5rem);
}

.page-suites main > section:nth-of-type(2) .grid > a > div {
  aspect-ratio: 3 / 4 !important;
}

.page-room main > section:first-child > div:last-child {
  position: absolute !important;
  inset: auto 0 0 !important;
  z-index: 2;
  padding: 0 6vw 7vh !important;
  text-align: center;
}

.page-room main > section:first-child > div:last-child > div {
  max-width: 1180px;
  margin: 0 auto;
}

.page-room main > section:nth-of-type(2) .container-narrow {
  max-width: 1120px;
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:first-child {
  margin-bottom: 7rem;
}

.page-room main > section:nth-of-type(2) form {
  background: #f2ece3;
  border-color: #a9b6b2;
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(2) {
  max-width: 760px;
  margin: 0 auto 7rem;
  text-align: center;
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(2)
  > p:first-child {
  color: #36554f;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(3)
  > .grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(3)
  > .grid
  > div {
  grid-column: auto;
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
  transform: none !important;
  cursor: zoom-in;
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(3)
  > .grid
  > div:focus-visible {
  outline: 1px solid #313131;
  outline-offset: 4px;
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(3)
  > .grid
  > div
  > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 640px) {
  .page-room
    main
    > section:nth-of-type(2)
    .container-narrow
    > .reveal:nth-child(3)
    > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-room
    main
    > section:nth-of-type(2)
    .container-narrow
    > .reveal:nth-child(3)
    > .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(3) {
  margin-bottom: 8rem;
}

.page-about main > section:nth-of-type(2) h2,
.page-about main > section:nth-of-type(3) h2,
.page-about main > section:nth-of-type(4) h2,
.page-contact main > section:nth-of-type(2) h2,
.page-services main h2,
.page-experience-lecce main h2,
.page-gallery main h2 {
  color: #36554f;
  font-size: clamp(32px, 3.1vw, 48px);
  line-height: 1.08;
}

.page-services main > section:nth-of-type(3) .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 2.5rem;
}

.page-services main > section:nth-of-type(3) .grid > div {
  display: block;
  padding-top: 1.5rem;
  border-top: 1px solid #a9b6b2;
}

.page-services main > section:nth-of-type(3) .grid > div > div:first-child {
  display: none;
}

.page-services main > section:nth-of-type(3) h3 {
  margin-bottom: 1rem;
  font-size: 30px;
}

.palazzotto-services-rooms {
  width: 100%;
  padding: 80px 24px 130px;
  background: var(--palazzotto-ivory);
}

.palazzotto-services-rooms__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.palazzotto-services-rooms__header {
  max-width: 720px;
  margin-bottom: clamp(36px, 5vw, 60px);
}

.palazzotto-services-rooms__header p {
  margin-bottom: 12px;
  color: #6f756f;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.palazzotto-services-rooms__header h2 {
  margin: 0;
}

.palazzotto-services-rooms__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.palazzotto-services-room-card {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.palazzotto-services-room-card:focus-visible {
  outline: 2px solid #313131;
  outline-offset: 3px;
}

.palazzotto-services-room-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.palazzotto-services-room-card__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.palazzotto-services-room-card:hover
  .palazzotto-services-room-card__media
  > img {
  transform: scale(1.035);
}

.palazzotto-services-room-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    hsla(30, 8%, 10%, 0.7) 0%,
    hsla(30, 8%, 10%, 0.1) 45%,
    transparent 65%
  );
}

.palazzotto-services-room-card__overlay small {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.palazzotto-services-room-card__overlay strong {
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
}

.palazzotto-services-room-card__overlay > span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.35;
  opacity: 0;
  transition: opacity 500ms ease;
}

.palazzotto-services-room-card:hover
  .palazzotto-services-room-card__overlay
  > span,
.palazzotto-services-room-card:focus-visible
  .palazzotto-services-room-card__overlay
  > span {
  opacity: 1;
}

@media (max-width: 900px) {
  .palazzotto-services-rooms__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .palazzotto-services-rooms {
    padding-right: 18px;
    padding-left: 18px;
  }

  .palazzotto-services-rooms__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}

.page-gallery main > section:nth-of-type(2) .mb-16 {
  margin-bottom: 8rem;
}

.page-gallery main > section:nth-of-type(2) h2 {
  margin-bottom: 2.5rem;
  font-style: italic;
}

.page-gallery main > section:nth-of-type(2) .columns-1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  columns: auto;
}

.page-gallery main > section:nth-of-type(2) .columns-1 > button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.page-gallery main > section:nth-of-type(2) .columns-1 > button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 640px) {
  .page-gallery main > section:nth-of-type(2) .columns-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-gallery main > section:nth-of-type(2) .columns-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-experience-lecce main > section:nth-of-type(3) .space-y-24 {
  gap: 9rem;
}

.page-experience-lecce main > section:nth-of-type(3) .image-zoom > div {
  aspect-ratio: 4 / 5;
}

.page-experience-lecce main > section:nth-of-type(3) h3 {
  font-size: clamp(34px, 3.5vw, 50px);
}

form input,
form select,
form textarea {
  border: 0 !important;
  border-bottom: 1px solid #71857f !important;
  background: transparent !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-radius: 0 !important;
}

.booking-search-form--invalid {
  margin-bottom: 44px;
}

.booking-search-form__error {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  width: 100%;
  margin: 0;
  color: #d2554f;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: #36554f !important;
  box-shadow: none !important;
}

.scraped-intro header > p,
.scraped-breakfast header > p,
.scraped-destination header > p,
.scraped-reviews header > p {
  color: #36554f !important;
}

#root footer {
  padding: 6rem 7vw 3rem;
  background: #36554f !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

#root footer h3 {
  color: #ffffff !important;
}

#root footer a,
#root footer p,
#root footer span {
  color: rgba(255, 255, 255, 0.82) !important;
  opacity: 1 !important;
}

#root footer img {
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

#root footer [class*="border-t"] {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

#root footer [class*="text-muted"],
#root footer [class*="opacity-"] {
  color: rgba(255, 255, 255, 0.68) !important;
  opacity: 1 !important;
}

#root > footer hr,
#root > footer [class*="border-t"] {
  border-color: rgba(255, 255, 255, 0.28) !important;
}

#root > footer [class*="text-muted"],
#root > footer [class*="opacity"] {
  color: rgba(255, 255, 255, 0.65) !important;
  opacity: 1 !important;
}

@media (max-width: 1023px) {
  .section-padding {
    padding: 7rem 6vw;
  }

  .palazzotto-menu__grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 20vh;
  }

  .palazzotto-menu__grid > :last-child {
    grid-column: 2;
  }

  .page-home main > section:nth-of-type(3) .grid > a {
    grid-column: span 6;
  }

  .page-home main > section:nth-of-type(3) .grid > a:nth-child(4) {
    grid-column: span 6;
  }

  .page-home main > section:nth-of-type(3) .grid > a:nth-child(5) {
    grid-column: span 6;
  }

  .page-services main > section:nth-of-type(3) .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Slider homepage: scorrimento attivo senza barra visibile. */
body.theme-palazzotto.page-home .palazzotto-horizontal-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.theme-palazzotto.page-home
  .palazzotto-horizontal-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Logo ufficiale derivato da assets/logo.pdf. */
body.theme-palazzotto header > div > a:first-child {
  top: 13px;
}

body.theme-palazzotto header > div > a:first-child::after {
  content: none;
}

body.theme-palazzotto header > div > a:first-child span {
  display: none !important;
}

body.theme-palazzotto header > div > a:first-child img.palazzotto-brand-logo {
  display: block !important;
  width: 120px;
  height: auto;
  filter: none !important;
  opacity: 1 !important;
}

body.theme-palazzotto .palazzotto-menu__brand {
  width: 140px;
}

body.theme-palazzotto .palazzotto-menu__brand img.palazzotto-brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

body.theme-palazzotto #root footer img.palazzotto-brand-logo {
  display: block;
  width: 150px;
  height: auto;
  filter: none !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  body.theme-palazzotto header > div > a:first-child {
    top: 15px;
  }

  body.theme-palazzotto header > div > a:first-child img.palazzotto-brand-logo {
    width: 90px;
  }

  body.theme-palazzotto .palazzotto-menu__brand {
    width: 110px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .section-padding {
    padding: 6rem 24px;
  }

  header > div {
    min-height: 72px;
    padding: 14px 18px !important;
  }

  header > div > a:first-child span {
    font-size: 20px !important;
  }

  header > div > a:first-child::after {
    font-size: 6px;
  }

  .palazzotto-fixed-menu-trigger {
    top: 14px;
    left: 10px;
  }

  .palazzotto-header-actions {
    top: 20px;
    right: 18px;
  }

  .palazzotto-header-actions .palazzotto-language-switcher {
    display: none;
  }

  .palazzotto-header-actions a {
    min-width: 0;
    padding: 8px 10px;
    font-size: 8px;
  }

  .palazzotto-menu__close {
    top: 21px;
    left: 20px;
  }

  .palazzotto-menu__actions {
    top: 15px;
    right: 18px;
  }

  .palazzotto-menu__actions a {
    padding: 8px 12px;
  }

  .palazzotto-menu__grid {
    display: block;
    width: auto;
    padding: 18vh 24px 8vh;
  }

  .palazzotto-menu__main,
  .palazzotto-menu__secondary {
    margin-bottom: 2.5rem;
  }

  .palazzotto-menu__main a {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .palazzotto-menu__secondary a {
    margin-bottom: 12px;
    font-size: 19px;
  }

  main > section:first-child.h-screen {
    min-height: 690px;
  }

  main > section:first-child > div.relative {
    padding-right: 24px !important;
    padding-bottom: 10vh !important;
    padding-left: 24px !important;
  }

  main > section:first-child h1,
  main > section:first-child.h-screen h1 {
    font-size: 44px;
  }

  .page-home main > section:nth-of-type(2).section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .page-home main > section:nth-of-type(2) h2 {
    font-size: 40px;
  }

  .page-home main > section:nth-of-type(2) .text-muted-foreground {
    font-size: 16px;
  }

  .page-home main > section:nth-of-type(3) .grid {
    display: block;
  }

  .page-home main > section:nth-of-type(3) .grid > a {
    display: block;
    margin-bottom: 2rem;
  }

  .page-home main > section:nth-of-type(3) .grid > a:nth-child(2),
  .page-home main > section:nth-of-type(3) .grid > a:nth-child(5) {
    transform: none;
  }

  .page-home main > section:nth-of-type(3) .grid > a > div {
    aspect-ratio: 4 / 5 !important;
  }

  .page-home main > section:nth-of-type(4).parallax-container {
    min-height: 84vh;
  }

  .page-home main > section:nth-of-type(4).parallax-container .max-w-md {
    margin: auto 0 0;
    padding: 2rem;
  }

  .page-home main > section:nth-of-type(5) .grid > div > div:first-child {
    aspect-ratio: 4 / 5;
  }

  main section .grid.md\:grid-cols-2 {
    column-gap: 0;
  }

  .page-suites main > section:nth-of-type(2) {
    padding-bottom: 6rem;
  }

  .page-suites main > section:nth-of-type(2) .grid {
    display: block;
  }

  .page-suites main > section:nth-of-type(2) .grid > a {
    display: block;
    margin-bottom: 2rem;
  }

  .page-suites main > section:nth-of-type(2) .grid > a:nth-child(2),
  .page-suites main > section:nth-of-type(2) .grid > a:nth-child(5) {
    transform: none;
  }

  .page-suites main > section:nth-of-type(2) .grid > a > div {
    aspect-ratio: 4 / 5 !important;
  }

  .page-room main > section:first-child > div:last-child {
    padding: 0 24px 9vh !important;
  }

  .page-room
    main
    > section:nth-of-type(2)
    .container-narrow
    > .reveal:first-child,
  .page-room
    main
    > section:nth-of-type(2)
    .container-narrow
    > .reveal:nth-child(2),
  .page-room
    main
    > section:nth-of-type(2)
    .container-narrow
    > .reveal:nth-child(3) {
    margin-bottom: 5rem;
  }

  .page-services main > section:nth-of-type(3) .grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .page-gallery main > section:nth-of-type(2) .mb-16 {
    margin-bottom: 5rem;
  }

  .page-experience-lecce main > section:nth-of-type(3) .space-y-24 {
    gap: 6rem;
  }

  #root > footer {
    padding: 5rem 24px 2rem;
    text-align: center;
  }
}

/* Fondo unico richiesto per tutte le superfici del sito. */
html,
.theme-palazzotto,
.theme-palazzotto #root,
.theme-palazzotto #root > div,
.theme-palazzotto main,
.theme-palazzotto main > section,
.theme-palazzotto #root > header,
.theme-palazzotto #root > div > header,
.theme-palazzotto .palazzotto-hotel-nav,
.theme-palazzotto #root footer,
.theme-palazzotto .palazzotto-menu,
.theme-palazzotto .palazzotto-menu__main,
.theme-palazzotto .palazzotto-menu__discover,
.theme-palazzotto .bg-card,
.theme-palazzotto .bg-primary,
.theme-palazzotto .bg-secondary {
  background-color: #f3eee7 !important;
}

/* Titolo e sottotitolo delle hero interne centrati sulla viewport. */
.theme-palazzotto:not(.page-home) main > section:first-child > div.relative,
.theme-palazzotto.page-room main > section:first-child > div:last-child {
  flex-direction: column;
}

.theme-palazzotto:not(.page-home)
  main
  > section:first-child
  > div.relative
  > h1,
.theme-palazzotto:not(.page-home)
  main
  > section:first-child
  > div.relative
  > p {
  width: auto;
  max-width: min(900px, 90vw);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

/* Homepage ricomposta dai contenuti pubblici di ilpalazzotto.net. */
.scraped-home {
  overflow: hidden;
  background: #f1eee6;
}

.scraped-home figure,
.scraped-home h1,
.scraped-home h2,
.scraped-home h3,
.scraped-home p {
  margin: 0;
}

.scraped-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scraped-home a {
  color: inherit;
}

.scraped-hero {
  position: relative;
  min-height: 100vh;
  color: #fff;
}

.scraped-hero > img,
.scraped-hero > video,
.scraped-hero__shade {
  position: absolute;
  inset: 0;
}

.scraped-hero > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scraped-hero__shade {
  background: linear-gradient(
    180deg,
    rgba(13, 29, 25, 0.18) 0%,
    rgba(13, 29, 25, 0.05) 42%,
    rgba(13, 29, 25, 0.62) 100%
  );
}

.scraped-hero__content {
  position: absolute;
  z-index: 1;
  left: 7vw;
  bottom: 19vh;
  max-width: 780px;
}

.scraped-hero__content > p,
.scraped-kicker,
.scraped-rooms header > p,
.scraped-breakfast__copy > p:first-child,
.scraped-destination header > p,
.scraped-reviews header > p {
  margin-bottom: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.scraped-hero__content h1 {
  max-width: 720px;
  font-size: clamp(58px, 7.2vw, 112px);
  font-weight: 400;
  font-style: italic;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.scraped-hero > img,
.scraped-hero > video,
.scraped-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.scraped-hero__shade {
  z-index: 1;
}

.scraped-hero__content {
  z-index: 2;
}

.scraped-booking {
  position: fixed !important;
  left: 50% !important;
  bottom: 24px !important;

  z-index: 2147483647 !important;

  width: min(1280px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);

  margin: 0 !important;
  transform: translateX(-50%) !important;

  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.18));
  isolation: isolate;
}

@media (max-width: 768px) {
  .scraped-booking {
    bottom: calc(16px + env(safe-area-inset-bottom));
    max-width: calc(100vw - 24px);
  }
}

.scraped-home .scraped-booking {
  display: grid !important;
}

.scraped-booking label {
  padding: 18px 24px 15px;
  border-right: 1px solid rgba(54, 85, 79, 0.18);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scraped-booking input,
.scraped-booking select {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #36554f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
}

.scraped-booking button {
  background: #36554f;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scraped-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(80px, 0.55fr) 1.1fr 1fr;
  gap: 5vw;
  min-height: 900px;
  padding: 160px 7vw 140px;
  background: #f1eee6;
  color: #36554f;
}

.scraped-kicker {
  padding-top: 13px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.scraped-intro__copy {
  position: relative;
  z-index: 2;
  padding-top: 25px;
}

.scraped-intro__copy h2,
.scraped-breakfast__copy h2,
.scraped-destination h2,
.scraped-reviews h2,
.scraped-closing h2 {
  font-size: clamp(50px, 5.2vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.scraped-intro__copy > p {
  max-width: 470px;
  margin-top: 42px;
  color: #657a75;
  font-size: 18px;
  line-height: 1.75;
}

.scraped-intro__copy a,
.scraped-breakfast__copy a {
  display: inline-block;
  margin-top: 42px;
  padding-bottom: 7px;
  border-bottom: 1px solid #36554f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.scraped-intro__image {
  height: 640px;
}

.scraped-intro__script {
  position: absolute;
  right: 9vw;
  bottom: 105px;
  z-index: 2;
  color: #b68655;
  font-size: clamp(42px, 5.3vw, 82px);
  font-style: italic;
  line-height: 0.9;
  text-align: right;
  transform: rotate(-5deg);
}

.scraped-rooms {
  padding: 140px 5vw 160px;
  background: #36554f;
  color: #f7f2e8;
  text-align: center;
}

.scraped-rooms header,
.scraped-destination header,
.scraped-reviews header {
  margin-bottom: 80px;
}

.scraped-rooms h2 {
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}

.scraped-rooms__grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 28px;
  align-items: start;
  text-align: left;
}

.scraped-room-card {
  grid-column: span 2;
  display: block;
}

.scraped-room-card:nth-child(even) {
  margin-top: 70px;
}

.scraped-room-card figure {
  height: clamp(300px, 34vw, 520px);
  overflow: hidden;
}

.scraped-room-card img,
.scraped-destination-card img {
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.scraped-room-card:hover img,
.scraped-destination-card:hover img {
  transform: scale(1.035);
}

.scraped-room-card > p {
  margin-top: 20px;
  color: rgba(247, 242, 232, 0.65);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.16em;
}

.scraped-room-card h3 {
  margin-top: 8px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.scraped-room-card span {
  display: block;
  margin-top: 10px;
  color: rgba(247, 242, 232, 0.62);
  font-size: 15px;
  line-height: 1.35;
}

.scraped-outline-link {
  display: inline-block;
  margin-top: 90px;
  padding: 15px 28px 13px;
  border: 1px solid currentColor;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scraped-breakfast {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.1fr;
  min-height: 980px;
  padding: 170px 7vw;
  background: #e3dac9;
  color: #36554f;
}

.scraped-breakfast__copy {
  position: relative;
  z-index: 3;
  max-width: 470px;
  padding-top: 105px;
}

.scraped-rule {
  width: 70px;
  height: 1px;
  margin: 38px 0;
  background: #9e815f;
}

.scraped-breakfast__copy > p:last-of-type {
  color: #657a75;
  font-size: 18px;
  line-height: 1.7;
}

.scraped-breakfast__large {
  position: absolute;
  top: 120px;
  right: 7vw;
  width: 49vw;
  height: 710px;
}

.scraped-breakfast__small {
  position: absolute;
  right: 44vw;
  bottom: 65px;
  z-index: 2;
  width: 260px;
  height: 330px;
  border: 12px solid #e3dac9;
}

.scraped-destination {
  padding: 150px 7vw 170px;
  background: #f1eee6;
  color: #36554f;
  text-align: center;
}

.scraped-destination h2,
.scraped-reviews h2 {
  color: #36554f;
}

.scraped-destination__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  text-align: left;
}

.scraped-destination-card figure {
  height: 530px;
  overflow: hidden;
}

.scraped-destination-card:nth-child(2) {
  margin-top: 70px;
}

.scraped-destination-card h3 {
  margin-top: 28px;
  font-size: 34px;
  font-weight: 400;
}

.scraped-destination-card p {
  max-width: 400px;
  margin-top: 12px;
  color: #657a75;
  font-size: 16px;
  line-height: 1.55;
}

.scraped-reviews {
  padding: 150px 7vw;
  background: #efe6d8;
  color: #36554f;
  text-align: center;
}

.scraped-reviews__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(54, 85, 79, 0.25);
  border-bottom: 1px solid rgba(54, 85, 79, 0.25);
}

.scraped-reviews blockquote {
  min-height: 285px;
  margin: 0;
  padding: 48px 30px;
  border-right: 1px solid rgba(54, 85, 79, 0.25);
}

.scraped-reviews blockquote:last-child {
  border-right: 0;
}

.scraped-reviews blockquote p {
  font-size: 25px;
  font-style: italic;
  line-height: 1.25;
}

.scraped-reviews cite {
  display: block;
  margin-top: 35px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.scraped-closing {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
  padding: 80px 24px;
  background:
    linear-gradient(rgba(22, 52, 46, 0.67), rgba(22, 52, 46, 0.67)),
    url("/assets/lecce-baroque-DcjvtcWV.jpg") center / cover !important;
  color: #fff;
  text-align: center;
}

.scraped-closing > div {
  max-width: 760px;
}

.scraped-closing p {
  margin-top: 25px;
  font-size: 19px;
}

.scraped-closing a {
  display: inline-block;
  margin-top: 36px;
  padding: 16px 30px 14px;
  border: 1px solid #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
}

@media (max-width: 1023px) {
  .scraped-rooms__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scraped-room-card {
    grid-column: auto;
  }

  .scraped-room-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 14px);
    margin-right: auto;
    margin-left: auto;
  }

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

  .scraped-reviews blockquote:nth-child(2) {
    border-right: 0;
  }

  .scraped-reviews blockquote:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(54, 85, 79, 0.25);
  }
}

@media (max-width: 767px) {
  .scraped-hero {
    min-height: 760px;
  }

  .scraped-hero__content {
    right: 24px;
    bottom: 210px;
    left: 24px;
  }

  .scraped-hero__content h1 {
    font-size: 54px;
  }

  .scraped-booking {
    grid-template-columns: 1fr 1fr;
    margin: 0 18px 18px;
  }

  .scraped-booking label {
    padding: 12px;
  }

  .scraped-booking label:nth-child(3),
  .scraped-booking button {
    min-height: 58px;
  }

  .scraped-intro {
    display: block;
    min-height: 0;
    padding: 100px 24px 125px;
  }

  .scraped-kicker {
    padding: 0;
    writing-mode: initial;
    transform: none;
  }

  .scraped-intro__copy {
    padding: 0;
  }

  .scraped-intro__copy h2,
  .scraped-breakfast__copy h2,
  .scraped-destination h2,
  .scraped-reviews h2,
  .scraped-closing h2 {
    font-size: 47px;
  }

  .scraped-intro__copy > p {
    margin-top: 28px;
  }

  .scraped-intro__image {
    height: 480px;
    margin-top: 70px;
  }

  .scraped-intro__script {
    right: 18px;
    bottom: 65px;
    font-size: 44px;
  }

  .scraped-rooms,
  .scraped-destination,
  .scraped-reviews {
    padding: 100px 24px 110px;
  }

  .scraped-rooms header,
  .scraped-destination header,
  .scraped-reviews header {
    margin-bottom: 55px;
  }

  .scraped-rooms__grid,
  .scraped-destination__grid,
  .scraped-reviews__track {
    display: block;
  }

  .scraped-room-card,
  .scraped-room-card:nth-child(even),
  .scraped-room-card:last-child {
    width: 100%;
    margin: 0 0 55px;
  }

  .scraped-room-card figure {
    height: 480px;
  }

  .scraped-outline-link {
    margin-top: 20px;
  }

  .scraped-breakfast {
    display: block;
    min-height: 1050px;
    padding: 100px 24px;
  }

  .scraped-breakfast__copy {
    max-width: none;
    padding: 0;
  }

  .scraped-breakfast__large {
    top: auto;
    right: 24px;
    bottom: 80px;
    width: calc(100% - 48px);
    height: 500px;
  }

  .scraped-breakfast__small {
    right: auto;
    bottom: 45px;
    left: 9px;
    width: 165px;
    height: 220px;
    border-width: 8px;
  }

  .scraped-destination-card,
  .scraped-destination-card:nth-child(2) {
    margin: 0 0 65px;
  }

  .scraped-destination-card figure {
    height: 480px;
  }

  .scraped-reviews blockquote {
    min-height: 0;
    border: 0;
    border-bottom: 1px solid rgba(54, 85, 79, 0.25);
  }

  .scraped-closing {
    min-height: 560px;
  }
}

/* Direzione Palazzotto Venice: palette, ritmo e componenti condivisi. */
.theme-palazzotto {
  --palazzotto-ivory: #f3eee7;
  --palazzotto-sand: #ebe6df;
  --palazzotto-ink: #313131;
  --palazzotto-muted: #585858;
  --palazzotto-rule: #c9c5bd;
  --background: 35 33% 93%;
  --foreground: 0 0% 19%;
  --card: 35 33% 93%;
  --card-foreground: 0 0% 19%;
  --primary: 0 0% 19%;
  --primary-foreground: 35 33% 93%;
  --secondary: 35 33% 93%;
  --secondary-foreground: 0 0% 19%;
  --muted: 35 33% 93%;
  --muted-foreground: 0 0% 35%;
  --accent: 35 33% 93%;
  --accent-foreground: 0 0% 19%;
  --border: 0 0% 77%;
  --input: 0 0% 77%;
  --ring: 0 0% 19%;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  overflow-x: hidden;
}

.theme-palazzotto #root {
  overflow-x: clip;
}

.theme-palazzotto h1,
.theme-palazzotto h2,
.theme-palazzotto h3,
.theme-palazzotto h4,
.theme-palazzotto h5,
.theme-palazzotto h6,
.theme-palazzotto .font-editorial,
.theme-palazzotto .font-body {
  color: var(--palazzotto-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.theme-palazzotto p {
  line-height: 1.75;
}

.theme-palazzotto ::selection {
  background: var(--palazzotto-ink);
  color: #fff;
}

.theme-palazzotto .section-padding {
  padding: 110px 24.5px;
}

.theme-palazzotto .container-wide {
  max-width: 1392px;
}

.theme-palazzotto .container-narrow {
  max-width: 1120px;
}

.theme-palazzotto .bg-card,
.theme-palazzotto .bg-secondary {
  background: var(--palazzotto-sand) !important;
}

.theme-palazzotto .bg-primary {
  background: var(--palazzotto-ink) !important;
}

.theme-palazzotto .text-label,
.theme-palazzotto [class*="tracking-[0.2em]"],
.theme-palazzotto [class*="tracking-[0.25em]"] {
  color: var(--palazzotto-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.theme-palazzotto .divider-gold {
  width: 46px;
  background: var(--palazzotto-ink);
}

.theme-palazzotto .btn-gold,
.theme-palazzotto .btn-outline-neutral {
  min-height: 43px;
  border-color: var(--palazzotto-ink);
  border-radius: 0;
  background: transparent;
  color: var(--palazzotto-ink);
  font-size: 9px;
  font-weight: 400;
}

.theme-palazzotto .btn-gold::after,
.theme-palazzotto .btn-outline-neutral::after {
  display: none;
}

.theme-palazzotto .btn-gold:hover,
.theme-palazzotto .btn-outline-neutral:hover {
  background: var(--palazzotto-ink);
  color: #fff;
}

/* Header Palazzotto: barra principale bianca e navigazione hotel sottile. */
.theme-palazzotto #root > header,
.theme-palazzotto #root > div > header {
  position: sticky !important;
  top: 0;
  z-index: 90 !important;
  width: 100%;
  background: #fff !important;
  color: var(--palazzotto-ink) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.theme-palazzotto #root > header > div,
.theme-palazzotto #root > div > header > div {
  min-height: 84px;
  padding: 19px 24px !important;
  border-bottom: 1px solid #e7e5e0;
}

.theme-palazzotto header > div > a:first-child span {
  color: var(--palazzotto-ink) !important;
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
}

.theme-palazzotto header > div > a:first-child::after {
  margin-top: -1px;
  color: var(--palazzotto-ink);
  font-size: 6px;
  letter-spacing: 0.25em;
}

.theme-palazzotto .palazzotto-fixed-menu-trigger {
  position: fixed;
  top: 20px;
  left: 14px;
  width: 44px;
  height: 44px;
  color: var(--palazzotto-ink) !important;
  filter: none;
}

.theme-palazzotto .palazzotto-header-actions {
  top: 19px;
  right: 24px;
  gap: 20px;
  color: var(--palazzotto-ink);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.theme-palazzotto .palazzotto-header-actions a {
  min-width: 142px;
  min-height: 46px;
  padding: 16px 22px;
  border: 0;
  background: var(--palazzotto-ink);
  color: #fff !important;
}

.theme-palazzotto .palazzotto-header-actions a:hover {
  background: #111;
  color: #fff !important;
}

.theme-palazzotto .palazzotto-hotel-nav {
  display: flex !important;
  min-height: 38px;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding: 0 80px;
  border-bottom: 1px solid #e7e5e0;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.theme-palazzotto .palazzotto-hotel-nav a {
  color: var(--palazzotto-ink) !important;
}

.theme-palazzotto .palazzotto-hotel-nav a:hover {
  opacity: 0.55;
}

/* Menu a pannello, diviso tra navigazione e approfondimenti. */
.theme-palazzotto .palazzotto-menu {
  right: auto;
  width: min(1360px, calc(100% - 64px));
  background: #fff;
  color: var(--palazzotto-ink);
  box-shadow: 64px 0 0 rgba(0, 0, 0, 0.62);
  transform: translateX(-102%);
  transition:
    transform 450ms cubic-bezier(0.76, 0, 0.24, 1),
    visibility 450ms;
  opacity: 1;
}

.theme-palazzotto .palazzotto-menu.is-open {
  transform: translateX(0);
}

.theme-palazzotto .palazzotto-menu__close {
  top: 28px;
  left: 30px;
  border-color: var(--palazzotto-ink);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .palazzotto-menu__actions {
  top: 20px;
  right: 28px;
  color: var(--palazzotto-ink);
}

.theme-palazzotto .palazzotto-menu__actions a {
  border: 0;
  background: var(--palazzotto-ink);
  color: #fff;
}

.theme-palazzotto .palazzotto-menu__grid {
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 0;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 118px 0 0;
}

.theme-palazzotto .palazzotto-menu__main,
.theme-palazzotto .palazzotto-menu__secondary {
  min-height: calc(100vh - 118px);
  padding: 7vh 5vw 60px;
}

.theme-palazzotto .palazzotto-menu__main {
  background: #fff;
}

.theme-palazzotto .palazzotto-menu__secondary {
  background: var(--palazzotto-sand);
}

.theme-palazzotto .palazzotto-menu__main a {
  margin-bottom: 25px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 300;
  line-height: 1.2;
}

.theme-palazzotto .palazzotto-menu__main small {
  margin-top: 7px;
  color: #74716c;
  font-size: 7px;
  letter-spacing: 0.15em;
}

.theme-palazzotto .palazzotto-menu__secondary a {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(49, 49, 49, 0.25);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.04em;
}

/* Hero interni: immagine ampia, titolo su pannello avorio sottostante. */
.theme-palazzotto:not(.page-home) main > section:first-child {
  width: min(1440px, calc(100% - 48px));
  height: min(69vw, 790px) !important;
  min-height: 620px;
  margin: 24px auto 0;
  padding-bottom: 174px;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
}

.theme-palazzotto:not(.page-home) main > section:first-child > img,
.theme-palazzotto:not(.page-home) main > section:first-child > video,
.theme-palazzotto:not(.page-home) main > section:first-child > picture,
.theme-palazzotto:not(.page-home) main > section:first-child > picture > img,
.theme-palazzotto:not(.page-home) main > section:first-child .parallax-image {
  top: 0 !important;
  bottom: auto !important;
  height: calc(100% - 174px) !important;
  filter: saturate(0.82) contrast(0.98);
  transform: scale(1.04) !important;
}

.theme-palazzotto:not(.page-home)
  main
  > section:first-child
  > div[class*="inset-0"] {
  top: 0 !important;
  bottom: auto !important;
  height: calc(100% - 174px) !important;
  min-height: 0 !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04),
    rgba(0, 0, 0, 0.12)
  ) !important;
}

.theme-palazzotto:not(.page-home) main > section:first-child > div.relative,
.theme-palazzotto.page-room main > section:first-child > div:last-child {
  position: absolute !important;
  inset: auto 0 0 !important;
  display: flex;
  width: 100%;
  height: 174px;
  max-width: none !important;
  align-items: center;
  justify-content: center;
  padding: 28px 24px !important;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
  transform: none;
  text-align: center;
}

.theme-palazzotto:not(.page-home) main > section:first-child h1 {
  margin: 0 0 8px;
  color: var(--palazzotto-ink) !important;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.05;
}

.theme-palazzotto:not(.page-home) main > section:first-child h1 + p,
.theme-palazzotto.page-room main > section:first-child p {
  color: #5e5b56 !important;
  font-size: 8px;
  letter-spacing: 0.17em;
}

/* Contenuti interni: griglie pulite, immagini dominanti e regole sottili. */
.theme-palazzotto main section {
  border-radius: 0 !important;
}

.theme-palazzotto .image-zoom,
.theme-palazzotto .image-zoom img {
  border-radius: 0 !important;
}

.theme-palazzotto .image-zoom {
  background: #ded9d1;
}

.theme-palazzotto .image-zoom img,
.theme-palazzotto .columns-1 img {
  filter: saturate(0.85) contrast(0.98);
}

.theme-palazzotto.page-about main > section:nth-of-type(2) h2,
.theme-palazzotto.page-about main > section:nth-of-type(3) h2,
.theme-palazzotto.page-about main > section:nth-of-type(4) h2,
.theme-palazzotto.page-contact main > section:nth-of-type(2) h2,
.theme-palazzotto.page-services main h2,
.theme-palazzotto.page-experience-lecce main h2,
.theme-palazzotto.page-gallery main h2 {
  color: var(--palazzotto-ink);
  font-size: clamp(30px, 3vw, 44px);
}

.theme-palazzotto.page-suites main > section:nth-of-type(2) {
  padding-top: 80px;
  padding-bottom: 130px;
  background: var(--palazzotto-ivory);
}

.theme-palazzotto.page-suites main > section:nth-of-type(2) .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.theme-palazzotto.page-suites main > section:nth-of-type(2) .grid > a,
.theme-palazzotto.page-suites
  main
  > section:nth-of-type(2)
  .grid
  > a:nth-child(2),
.theme-palazzotto.page-suites
  main
  > section:nth-of-type(2)
  .grid
  > a:nth-child(5) {
  transform: none;
}

.theme-palazzotto.page-suites main > section:nth-of-type(2) .grid > a > div {
  aspect-ratio: 3 / 4 !important;
}

.theme-palazzotto.page-suites main > section:nth-of-type(2) .grid > a h3 {
  color: #fff;
  font-size: clamp(23px, 2.1vw, 31px);
  font-style: normal;
}

.theme-palazzotto.page-room main > section:nth-of-type(2) {
  background: var(--palazzotto-ivory);
}

.theme-palazzotto.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:first-child,
.theme-palazzotto.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(2) {
  margin-bottom: 100px;
}

.theme-palazzotto.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(2)
  > p:first-child {
  color: var(--palazzotto-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
}

.theme-palazzotto.page-room main > section:nth-of-type(2) form {
  background: var(--palazzotto-sand);
  border-color: var(--palazzotto-rule);
}

.theme-palazzotto.page-room
  main
  > section:nth-of-type(2)
  .container-narrow
  > .reveal:nth-child(3)
  > .grid {
  gap: 16px;
}

.theme-palazzotto.page-services main > section:nth-of-type(3) .grid > div {
  border-color: var(--palazzotto-rule);
}

.theme-palazzotto form input,
.theme-palazzotto form select,
.theme-palazzotto form textarea {
  border-color: #8f8b84 !important;
  color: var(--palazzotto-ink) !important;
}

.theme-palazzotto form input:focus,
.theme-palazzotto form select:focus,
.theme-palazzotto form textarea:focus {
  border-color: var(--palazzotto-ink) !important;
}

/* Homepage ricomposta con lo stesso ritmo editoriale del riferimento. */
.theme-palazzotto .scraped-home {
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-hero {
  min-height: 990px;
  margin: 86px 24px 24px;
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-hero > img,
.theme-palazzotto .scraped-hero > video,
.theme-palazzotto .scraped-hero__shade {
  bottom: 210px !important;
  height: calc(100% - 210px) !important;
}

.theme-palazzotto .scraped-hero > img,
.theme-palazzotto .scraped-hero > video {
  filter: saturate(0.82) contrast(0.98);
}

.theme-palazzotto .scraped-hero__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12));
}

.theme-palazzotto .scraped-hero__content {
  right: 12vw;
  bottom: 45px;
  left: 12vw;
  max-width: none;
  color: var(--palazzotto-ink);
  text-align: center;
}

.theme-palazzotto .scraped-hero__content > p {
  margin-bottom: 12px;
  color: #5f5b56;
  font-size: 8px;
  letter-spacing: 0.18em;
}

.theme-palazzotto .scraped-hero__content h1 {
  max-width: none;
  color: var(--palazzotto-ink);
  font-size: clamp(32px, 3.4vw, 48px);
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 0;
}

.theme-palazzotto .scraped-hero__reserve {
  display: none;
}

.theme-palazzotto .scraped-booking {
  display: grid !important;
  position: fixed !important;
  left: 50% !important;
  bottom: 24px !important;
  z-index: 2147483647 !important;
  transform: translateX(-50%) !important;
}

.theme-palazzotto .scraped-intro {
  display: block;
  min-height: 0;
  padding: 115px 7vw 140px;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
  text-align: center;
}

.theme-palazzotto .scraped-kicker {
  padding: 0;
  color: #5f5b56;
  font-size: 8px;
  writing-mode: initial;
  transform: none;
}

.theme-palazzotto .scraped-intro__copy {
  max-width: 670px;
  margin: 0 auto;
  padding: 0;
}

.theme-palazzotto .scraped-intro__copy h2 {
  margin-top: 13px;
  color: var(--palazzotto-ink);
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.08;
}

.theme-palazzotto .scraped-intro__copy > p {
  max-width: 600px;
  margin: 28px auto 0;
  color: #4f4c48;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.theme-palazzotto .scraped-intro__copy a,
.theme-palazzotto .scraped-breakfast__copy a {
  margin-top: 28px;
  border-color: var(--palazzotto-ink);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-intro__image {
  width: min(1120px, 86vw);
  height: min(50vw, 610px);
  margin: 90px auto 0;
}

.theme-palazzotto .scraped-intro__script {
  display: none;
}

.theme-palazzotto .scraped-rooms {
  padding: 125px 4vw 145px;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-rooms header,
.theme-palazzotto .scraped-destination header,
.theme-palazzotto .scraped-reviews header {
  margin-bottom: 55px;
}

.theme-palazzotto .scraped-rooms header > p,
.theme-palazzotto .scraped-destination header > p,
.theme-palazzotto .scraped-reviews header > p,
.theme-palazzotto .scraped-breakfast__copy > p:first-child {
  margin-bottom: 12px;
  color: #5f5b56 !important;
  font-size: 8px;
}

.theme-palazzotto .scraped-rooms h2,
.theme-palazzotto .scraped-breakfast__copy h2,
.theme-palazzotto .scraped-destination h2,
.theme-palazzotto .scraped-reviews h2,
.theme-palazzotto .scraped-closing h2 {
  color: var(--palazzotto-ink);
  font-size: clamp(31px, 3.2vw, 46px);
  font-style: normal;
  line-height: 1.08;
}

.theme-palazzotto .scraped-rooms__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.theme-palazzotto .scraped-room-card {
  grid-column: auto;
}

.theme-palazzotto .scraped-room-card:nth-child(even) {
  margin-top: 0;
}

.theme-palazzotto .scraped-room-card figure {
  height: clamp(280px, 32vw, 500px);
}

.theme-palazzotto .scraped-room-card > p {
  color: #716e68;
}

.theme-palazzotto .scraped-room-card h3 {
  color: var(--palazzotto-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-style: normal;
}

.theme-palazzotto .scraped-room-card span {
  color: #65625d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
}

.theme-palazzotto .scraped-outline-link {
  margin-top: 65px;
  border-color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-breakfast {
  min-height: 820px;
  padding: 120px 7vw;
  background: var(--palazzotto-sand);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-breakfast__copy {
  padding-top: 80px;
}

.theme-palazzotto .scraped-breakfast__copy > p:last-of-type {
  color: #55514c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
}

.theme-palazzotto .scraped-rule {
  width: 45px;
  background: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-breakfast__large {
  top: 80px;
  height: 620px;
}

.theme-palazzotto .scraped-breakfast__small {
  bottom: 45px;
  border-color: var(--palazzotto-sand);
}

.theme-palazzotto .scraped-destination {
  padding: 125px 7vw 145px;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-destination-card:nth-child(2) {
  margin-top: 0;
}

.theme-palazzotto .scraped-destination-card figure {
  height: min(42vw, 570px);
}

.theme-palazzotto .scraped-destination-card h3 {
  color: var(--palazzotto-ink);
  font-size: 29px;
}

.theme-palazzotto .scraped-destination-card p {
  color: #5c5954;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
}

.theme-palazzotto .scraped-reviews {
  padding: 125px 7vw;
  background: var(--palazzotto-sand);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-reviews__track {
  border-color: var(--palazzotto-rule);
}

.theme-palazzotto .scraped-reviews blockquote {
  border-color: var(--palazzotto-rule);
}

.theme-palazzotto .scraped-reviews blockquote p {
  color: var(--palazzotto-ink);
  font-size: 23px;
  font-style: normal;
}

.theme-palazzotto .scraped-closing {
  min-height: 620px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)),
    url("/assets/lecce-baroque-DcjvtcWV.jpg") center / cover !important;
}

.theme-palazzotto .scraped-closing h2 {
  color: #fff;
}

/* Footer chiaro e tipografico, come nel riferimento. */
.theme-palazzotto #root footer,
.theme-palazzotto #root > footer {
  padding: 100px 7vw 42px;
  background: #fff !important;
  color: var(--palazzotto-ink) !important;
}

.theme-palazzotto #root footer h3,
.theme-palazzotto #root footer a,
.theme-palazzotto #root footer p,
.theme-palazzotto #root footer span,
.theme-palazzotto #root footer [class*="text-muted"],
.theme-palazzotto #root footer [class*="opacity-"] {
  color: var(--palazzotto-ink) !important;
  opacity: 1 !important;
}

.theme-palazzotto #root footer h3 {
  font-size: 24px;
}

.theme-palazzotto #root footer img {
  filter: brightness(0);
}

.theme-palazzotto #root footer [class*="border-t"],
.theme-palazzotto #root > footer hr {
  border-color: var(--palazzotto-rule) !important;
}

@media (max-width: 1023px) {
  .theme-palazzotto .palazzotto-menu__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .theme-palazzotto .palazzotto-menu__grid > :last-child {
    grid-column: 2;
  }

  .theme-palazzotto .scraped-rooms__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-palazzotto .scraped-room-card:last-child {
    width: calc(50% - 10px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .theme-palazzotto {
    font-size: 13px;
  }

  .theme-palazzotto .section-padding {
    padding: 80px 24px;
  }

  .theme-palazzotto #root > header > div,
  .theme-palazzotto #root > div > header > div {
    min-height: 108px;
    padding: 30px 24px !important;
  }

  .theme-palazzotto header > div > a:first-child span {
    font-size: 18px !important;
    letter-spacing: 0.13em !important;
  }

  .theme-palazzotto header > div > a:first-child::after {
    display: none;
  }

  .theme-palazzotto .palazzotto-fixed-menu-trigger {
    top: 32px;
    left: 14px;
  }

  .theme-palazzotto .palazzotto-header-actions {
    top: 32px;
    right: 20px;
    display: flex;
  }

  .theme-palazzotto .palazzotto-header-actions .palazzotto-language-switcher {
    display: none;
  }

  .theme-palazzotto .palazzotto-header-actions a {
    min-width: 0;
    min-height: 44px;
    padding: 16px 0;
    background: transparent;
    color: var(--palazzotto-ink) !important;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .theme-palazzotto .palazzotto-header-actions a:hover {
    background: transparent;
    color: var(--palazzotto-ink) !important;
  }

  .theme-palazzotto .palazzotto-hotel-nav {
    display: none !important;
  }

  .theme-palazzotto .palazzotto-menu {
    width: calc(100% - 28px);
    box-shadow: 28px 0 0 rgba(0, 0, 0, 0.62);
  }

  .theme-palazzotto .palazzotto-menu__close {
    top: 20px;
    left: 20px;
  }

  .theme-palazzotto .palazzotto-menu__actions {
    top: 13px;
    right: 16px;
  }

  .theme-palazzotto .palazzotto-menu__actions .palazzotto-language-switcher {
    display: none;
  }

  .theme-palazzotto .palazzotto-menu__actions a {
    padding: 10px 14px;
  }

  .theme-palazzotto .palazzotto-menu__grid {
    display: block;
    min-height: 100%;
    padding-top: 78px;
  }

  .theme-palazzotto .palazzotto-menu__main,
  .theme-palazzotto .palazzotto-menu__secondary {
    min-height: 0;
    padding: 40px 24px;
  }

  .theme-palazzotto .palazzotto-menu__main a {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .theme-palazzotto .palazzotto-menu__secondary a {
    font-size: 10px;
  }

  .theme-palazzotto:not(.page-home) main > section:first-child {
    width: 100%;
    height: 580px !important;
    min-height: 0;
    margin: 0;
    padding-bottom: 155px;
  }

  .theme-palazzotto:not(.page-home) main > section:first-child > img,
  .theme-palazzotto:not(.page-home) main > section:first-child > video,
  .theme-palazzotto:not(.page-home) main > section:first-child > picture,
  .theme-palazzotto:not(.page-home) main > section:first-child > picture > img,
  .theme-palazzotto:not(.page-home) main > section:first-child .parallax-image,
  .theme-palazzotto:not(.page-home)
    main
    > section:first-child
    > div[class*="inset-0"] {
    height: 425px !important;
  }

  .theme-palazzotto:not(.page-home) main > section:first-child > div.relative,
  .theme-palazzotto.page-room main > section:first-child > div:last-child {
    height: 155px;
    padding: 24px 18px !important;
  }

  .theme-palazzotto:not(.page-home) main > section:first-child h1 {
    font-size: 31px;
  }

  .theme-palazzotto.page-suites main > section:nth-of-type(2) {
    padding: 70px 20px 90px;
  }

  .theme-palazzotto.page-suites main > section:nth-of-type(2) .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .theme-palazzotto.page-suites main > section:nth-of-type(2) .grid > a {
    margin-bottom: 0;
  }

  .theme-palazzotto.page-room
    main
    > section:nth-of-type(2)
    .container-narrow
    > .reveal:first-child,
  .theme-palazzotto.page-room
    main
    > section:nth-of-type(2)
    .container-narrow
    > .reveal:nth-child(2) {
    margin-bottom: 70px;
  }

  .theme-palazzotto .scraped-hero {
    min-height: 700px;
    margin: 0;
  }

  .theme-palazzotto .scraped-hero > img,
  .theme-palazzotto .scraped-hero > video,
  .theme-palazzotto .scraped-hero__shade {
    bottom: 185px !important;
    height: 515px !important;
  }

  .theme-palazzotto .scraped-hero__content {
    right: 24px;
    bottom: 38px;
    left: 24px;
  }

  .theme-palazzotto .scraped-hero__content h1 {
    font-size: 31px;
  }

  .theme-palazzotto .scraped-hero__reserve {
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
    background: var(--palazzotto-ink);
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .theme-palazzotto .scraped-intro {
    padding: 90px 20px 100px;
  }

  .theme-palazzotto .scraped-intro__copy h2,
  .theme-palazzotto .scraped-breakfast__copy h2,
  .theme-palazzotto .scraped-destination h2,
  .theme-palazzotto .scraped-reviews h2,
  .theme-palazzotto .scraped-closing h2 {
    font-size: 32px;
  }

  .theme-palazzotto .scraped-intro__image {
    width: 100%;
    height: 430px;
    margin-top: 60px;
  }

  .theme-palazzotto .scraped-rooms,
  .theme-palazzotto .scraped-destination,
  .theme-palazzotto .scraped-reviews {
    padding: 85px 20px 95px;
  }

  .theme-palazzotto .scraped-rooms__grid,
  .theme-palazzotto .scraped-destination__grid,
  .theme-palazzotto .scraped-reviews__track {
    display: block;
  }

  .theme-palazzotto .scraped-room-card,
  .theme-palazzotto .scraped-room-card:nth-child(even),
  .theme-palazzotto .scraped-room-card:last-child {
    width: 100%;
    margin: 0 0 48px;
  }

  .theme-palazzotto .scraped-room-card figure,
  .theme-palazzotto .scraped-destination-card figure {
    height: 470px;
  }

  .theme-palazzotto .scraped-breakfast {
    min-height: 960px;
    padding: 85px 20px;
  }

  .theme-palazzotto .scraped-breakfast__large {
    right: 20px;
    bottom: 65px;
    width: calc(100% - 40px);
    height: 460px;
  }

  .theme-palazzotto .scraped-breakfast__small {
    bottom: 38px;
  }

  .theme-palazzotto #root footer,
  .theme-palazzotto #root > footer {
    padding: 75px 24px 35px;
    text-align: left;
  }
}

/* Impaginazione delle sezioni allineata alla sequenza editoriale Palazzotto. */
.theme-palazzotto .scraped-intro {
  padding: 105px 0 115px;
}

.theme-palazzotto .scraped-intro__copy {
  padding-right: 24px;
  padding-left: 24px;
}

/* Scrollbar orizzontale condivisa da gallerie, slider e recensioni. */
body.theme-palazzotto .palazzotto-horizontal-scrollbar {
  --palazzotto-scrollbar-inset-start: clamp(36px, 18vw, 260px);
  --palazzotto-scrollbar-inset-end: clamp(36px, 18vw, 210px);
  scrollbar-color: rgba(49, 49, 49, 0.42) var(--palazzotto-ivory);
  scrollbar-width: thin;
}

body.theme-palazzotto .palazzotto-horizontal-scrollbar.is-autoplaying {
  scroll-snap-type: none;
}

body.services-modal-open {
  overflow: hidden;
}

.palazzotto-services-trigger {
  cursor: pointer;
}

.palazzotto-services-modal[hidden] {
  display: none;
}

.palazzotto-services-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
}

.palazzotto-services-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.62);
}

.palazzotto-services-modal__dialog {
  position: fixed;
  inset: clamp(16px, 4vw, 54px);
  overflow-y: auto;
  padding: clamp(28px, 3vw, 34px);
  background: #fdfbf8;
  color: #444;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  right: 50%;
  transform: translateX(50%);
  margin: 0;
}

@media (max-width: 767px) {
  /* qui usa la classe REALE del pannello bianco del popup */
  .palazzotto-room-services-modal {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100vw !important;
    max-width: none !important;

    height: 100dvh !important;
    max-height: none !important;

    margin: 0 !important;
    transform: none !important;

    border-radius: 0 !important;

    padding-top: max(24px, env(safe-area-inset-top)) !important;
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;

    overflow-y: auto !important;
  }

  .palazzotto-services-modal__dialog {
    position: fixed;
    inset: clamp(16px, 4vw, 54px);
    overflow-y: auto;
    padding: clamp(28px, 3vw, 34px);
    background: #fdfbf8;
    color: #444;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
    right: 50%;
    margin: 0;
    transform: translateX(0%) !important;
  }
}

.palazzotto-services-modal__close {
  position: sticky;
  z-index: 1;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  border: 1px solid #827d75;
  border-radius: 50%;
  background: #fdfbf8;
  color: #313131;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.palazzotto-services-modal header {
  max-width: 1100px;
  margin-bottom: 34px;
}

.palazzotto-services-modal h2,
.palazzotto-services-modal h3 {
  color: #444;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.palazzotto-services-modal h2 {
  margin: 0 54px 8px 0;
  font-size: clamp(23px, 2.4vw, 34px);
}

.palazzotto-services-modal h3 {
  margin-bottom: 28px;
  font-size: clamp(21px, 2vw, 29px);
}

.palazzotto-services-modal__occupancy,
.palazzotto-services-modal__description {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
}

.palazzotto-services-modal__details {
  display: flex;
  gap: 28px;
  margin: 12px 0 20px;
  flex-wrap: wrap;
  font-size: 14px;
}

.palazzotto-services-modal__list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px 36px;
  list-style: none;
}

.palazzotto-services-modal__list li {
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  line-height: 1.35;
}

.palazzotto-services-modal__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #8d8467;
  content: "✓";
}

@media (max-width: 800px) {
  .palazzotto-services-modal__dialog {
    inset: 10px;
    padding: 24px 20px 36px;
  }

  .palazzotto-services-modal__list {
    grid-template-columns: 1fr;
    gap: 11px;
  }
}

/* Barra di ricerca camere flottante nelle pagine di dettaglio. */
body.theme-palazzotto.page-room .palazzotto-floating-booking-wrap {
  height: 0;
  margin: 0 !important;
}

body.theme-palazzotto.page-room .palazzotto-floating-booking {
  position: fixed;
  z-index: 80;
  right: 50%;
  bottom: 24px;
  width: min(1180px, calc(100vw - 48px));
  min-height: 96px;
  margin: 0;
  transform: translateX(50%);
  border: 1px solid rgba(49, 49, 49, 0.34) !important;
  background: rgba(246, 243, 239, 0.96) !important;
  box-shadow: 0 18px 46px rgba(25, 25, 25, 0.2);
  backdrop-filter: blur(14px);
}

body.theme-palazzotto.page-room
  .palazzotto-floating-booking
  > div:not(:last-of-type) {
  display: flex;
  min-width: 0;
  padding: 20px 26px !important;
  justify-content: center;
  flex-direction: column;
}

body.theme-palazzotto.page-room .palazzotto-floating-booking label {
  margin-bottom: 7px;
  color: #67635e !important;
  font-size: 11px;
  letter-spacing: 0.26em;
}

body.theme-palazzotto.page-room .palazzotto-floating-booking input,
body.theme-palazzotto.page-room .palazzotto-floating-booking select {
  min-height: 30px;
  color: #313131 !important;
  font-size: 17px;
}

body.theme-palazzotto.page-room
  .palazzotto-floating-booking
  > div:last-of-type {
  display: flex;
  padding: 12px !important;
  align-items: stretch;
}

body.theme-palazzotto.page-room
  .palazzotto-floating-booking
  button[type="submit"] {
  min-width: 190px;
  min-height: 70px;
  background: #252525 !important;
  color: #fff !important;
  font-size: 11px;
  letter-spacing: 0.24em;
}

body.theme-palazzotto.page-room main > div.fixed.bottom-0 {
  display: none !important;
}

/* Barra prenotazione sovrapposta al video hero della home. */
body.theme-palazzotto.page-home .scraped-hero .scraped-booking {
  right: 50%;
  bottom: 14px;
  left: auto;
  display: grid !important;
  width: min(1280px, calc(100% - 28px));
  max-width: none;
  min-height: 82px;
  margin: 0;
  transform: translateX(50%);
  grid-template-columns: repeat(3, minmax(160px, 1fr)) minmax(170px, 0.65fr);
  border: 1px solid rgba(49, 49, 49, 0.25);
  background: rgba(249, 247, 244, 0.96);
  color: #313131;
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.18);
  backdrop-filter: blur(12px);
}

body.theme-palazzotto.page-home .scraped-booking label {
  display: flex;
  padding: 17px 22px 14px;
  justify-content: center;
  flex-direction: column;
  border-right-color: rgba(49, 49, 49, 0.12);
  color: #6a6661;
  font-size: 9px;
  letter-spacing: 0.24em;
}

body.theme-palazzotto.page-home .scraped-booking input,
body.theme-palazzotto.page-home .scraped-booking select {
  margin-top: 8px;
  color: #4a4743;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
}

body.theme-palazzotto.page-home .scraped-booking button {
  margin: 9px;
  background: #252525;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.22em;
  cursor: pointer;
}

@media (max-width: 700px) {
  body.theme-palazzotto.page-home .scraped-hero .scraped-booking {
    bottom: 10px;
    width: calc(100% - 20px);
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-palazzotto.page-home .scraped-booking label {
    min-width: 0;
    padding: 10px 12px;
  }

  body.theme-palazzotto.page-home .scraped-booking input,
  body.theme-palazzotto.page-home .scraped-booking select {
    font-size: 13px;
  }

  body.theme-palazzotto.page-home .scraped-booking button {
    min-height: 52px;
    margin: 5px;
  }

  body.theme-palazzotto.page-room .palazzotto-floating-booking {
    bottom: 10px;
    display: grid !important;
    width: calc(100vw - 20px);
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-palazzotto.page-room
    .palazzotto-floating-booking
    > div:not(:last-of-type) {
    padding: 11px 13px !important;
  }

  body.theme-palazzotto.page-room
    .palazzotto-floating-booking
    > div:nth-of-type(3) {
    border-top: 1px solid rgba(49, 49, 49, 0.2);
  }

  body.theme-palazzotto.page-room
    .palazzotto-floating-booking
    > div:last-of-type {
    padding: 6px !important;
    border-top: 1px solid rgba(49, 49, 49, 0.2);
  }

  body.theme-palazzotto.page-room
    .palazzotto-floating-booking
    button[type="submit"] {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 12px !important;
  }
}

body.theme-palazzotto .palazzotto-horizontal-scrollbar::-webkit-scrollbar {
  height: 4px;
  background: var(--palazzotto-ivory);
}

body.theme-palazzotto
  .palazzotto-horizontal-scrollbar::-webkit-scrollbar-track {
  margin-right: var(--palazzotto-scrollbar-inset-end, 0);
  margin-left: var(--palazzotto-scrollbar-inset-start, 0);
  background: var(--palazzotto-ivory);
}

body.theme-palazzotto
  .palazzotto-horizontal-scrollbar::-webkit-scrollbar-corner {
  background: var(--palazzotto-ivory);
}

body.theme-palazzotto
  .palazzotto-horizontal-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(49, 49, 49, 0.42);
}

@media (hover: hover) and (pointer: fine) {
  body.theme-palazzotto .palazzotto-horizontal-scrollbar {
    cursor: grab;
    user-select: none;
  }

  body.theme-palazzotto .palazzotto-horizontal-scrollbar.is-mouse-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  body.theme-palazzotto .palazzotto-horizontal-scrollbar img {
    pointer-events: none;
  }
}

.theme-palazzotto .palazzotto-gallery-strip {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(280px, 22vw, 420px);
  gap: 48px;
  width: 100vw;
  margin: 95px 0 0;
  padding: 0 24px 16px;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 24px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.theme-palazzotto .palazzotto-gallery-strip__item {
  height: 260px;
  overflow: hidden;
  scroll-snap-align: center;
}

.theme-palazzotto .palazzotto-gallery-strip__item:nth-child(odd) {
  height: 360px;
}

.theme-palazzotto .palazzotto-gallery-strip__item:first-child {
  grid-column: auto;
}

.theme-palazzotto .palazzotto-gallery-strip img {
  filter: saturate(0.84) contrast(0.98);
}

.theme-palazzotto .scraped-rooms {
  padding: 105px 24px 125px;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
  text-align: left;
}

.theme-palazzotto .scraped-rooms__feature {
  width: 100%;
  height: min(55vw, 790px);
  overflow: hidden;
}

.theme-palazzotto .scraped-rooms__feature img {
  filter: saturate(0.84) contrast(0.98);
}

.theme-palazzotto .scraped-rooms__copy {
  max-width: 720px;
  padding: 50px 0 30px;
}

.theme-palazzotto .scraped-rooms__copy > p:first-child,
.theme-palazzotto .scraped-destination-card > p:first-of-type,
.theme-palazzotto .scraped-breakfast__copy > p:first-child {
  margin-bottom: 18px;
  color: #5f5b56;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-palazzotto .scraped-rooms__copy h2 {
  margin-bottom: 12px;
  color: var(--palazzotto-ink);
  font-size: 34px;
  font-style: normal;
}

.theme-palazzotto .scraped-rooms__copy > p:nth-child(3) {
  max-width: 670px;
  color: #514e49;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.55;
}

.theme-palazzotto .scraped-rooms__copy > div {
  display: flex;
  gap: 10px;
  margin-top: 38px;
}

.theme-palazzotto .scraped-rooms__copy a,
.theme-palazzotto .scraped-destination-card a,
.theme-palazzotto .scraped-breakfast__copy a {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--palazzotto-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.theme-palazzotto .palazzotto-home-services-trigger {
  min-width: 88px;
  padding: 13px 19px;
  border: 1px solid var(--palazzotto-ink);
  background: transparent;
  color: var(--palazzotto-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.18em;
  cursor: pointer;
}

.theme-palazzotto .palazzotto-home-services-trigger:hover {
  background: var(--palazzotto-ink);
  color: var(--palazzotto-ivory);
}

.theme-palazzotto.page-room .palazzotto-room-services-inline {
  margin-bottom: 72px;
  padding: clamp(24px, 3vw, 42px);
  background: #fbfbfb;
  color: #4a4a4a;
}

.theme-palazzotto.page-room .palazzotto-room-services-inline h2 {
  margin: 0 0 7px;
  color: #454545;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.2;
}

.theme-palazzotto.page-room .palazzotto-room-services-inline h3 {
  margin: 35px 0 28px;
  color: #454545;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
}

.theme-palazzotto.page-room .palazzotto-room-services-summary {
  max-width: 1080px;
}

.theme-palazzotto.page-room .palazzotto-room-services-occupancy {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  gap: 6px;
  color: #505050;
  font-size: 13px;
}

.theme-palazzotto.page-room .palazzotto-room-services-occupancy i {
  color: #8b8061;
  font-size: 17px;
}

.theme-palazzotto.page-room .palazzotto-room-services-details {
  display: flex;
  min-height: 0;
  gap: 34px;
  flex-wrap: wrap;
  color: #555;
  font-size: 13px;
}

.theme-palazzotto.page-room .palazzotto-room-services-details:not(:empty) {
  margin: 12px 0 22px;
}

.theme-palazzotto.page-room .palazzotto-room-services-details span i {
  margin-right: 8px;
  color: #8b8061;
  font-size: 16px;
}

.theme-palazzotto.page-room .palazzotto-room-services-description {
  margin: 0;
  color: #505050;
  font-size: 13px;
  line-height: 1.45;
}

.theme-palazzotto.page-room .palazzotto-room-services-inline ul {
  margin: 0;
  padding: 0;
  columns: 3;
  column-gap: clamp(28px, 5vw, 72px);
  list-style: none;
}

.theme-palazzotto.page-room .palazzotto-room-services-inline li {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  gap: 9px;
  break-inside: avoid;
  color: #585858;
  font-size: 12px;
  line-height: 1.4;
}

.theme-palazzotto.page-room .palazzotto-room-services-inline li > i {
  width: 18px;
  flex: 0 0 18px;
  color: #9a9a9a;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 800px) {
  .theme-palazzotto .scraped-rooms__copy > div {
    gap: 18px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .theme-palazzotto.page-room .palazzotto-room-services-inline ul {
    columns: 1;
  }
}

.theme-palazzotto .scraped-destination {
  padding: 80px 24px 130px;
  background: #faf9f6;
  color: var(--palazzotto-ink);
  text-align: left;
}

.theme-palazzotto .scraped-destination__grid {
  gap: 38px;
}

.theme-palazzotto .scraped-destination-card,
.theme-palazzotto .scraped-destination-card:nth-child(2) {
  margin: 0;
}

.theme-palazzotto .scraped-destination-card figure {
  height: min(43vw, 620px);
}

.theme-palazzotto .scraped-destination-card h3 {
  margin-top: 25px;
  font-size: 28px;
}

.theme-palazzotto .scraped-destination-card p {
  min-height: 68px;
  margin-top: 12px;
  color: #514e49;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
}

.theme-palazzotto .scraped-breakfast {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 38px;
  min-height: 0;
  padding: 0 24px 135px;
  background: #faf9f6;
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-breakfast__primary,
.theme-palazzotto .scraped-breakfast__secondary {
  min-width: 0;
}

.theme-palazzotto .scraped-breakfast__large,
.theme-palazzotto .scraped-breakfast__small {
  position: static;
  width: 100%;
  height: min(43vw, 620px);
  border: 0;
}

.theme-palazzotto .scraped-breakfast__copy {
  max-width: none;
  padding: 25px 0 0;
}

.theme-palazzotto .scraped-breakfast__copy h2 {
  margin-bottom: 12px;
  color: var(--palazzotto-ink);
  font-size: 28px;
}

.theme-palazzotto .scraped-breakfast__copy > p:last-of-type {
  min-height: 68px;
  color: #514e49;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
}

.theme-palazzotto .scraped-closing {
  min-height: 850px;
  padding: 95px 24px 580px;
  place-items: start center;
  background:
    linear-gradient(rgba(243, 240, 233, 0), rgba(243, 240, 233, 0)),
    url("/assets/lecce-hero-B-RKSzp1.png") center bottom / 100% 540px no-repeat,
    var(--palazzotto-ivory) !important;
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-closing > div {
  max-width: 690px;
}

.theme-palazzotto .scraped-closing h2 {
  color: var(--palazzotto-ink);
  font-size: 42px;
}

.theme-palazzotto .scraped-closing p {
  margin-top: 24px;
  color: #514e49;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.5;
}

.theme-palazzotto .scraped-closing a {
  margin-top: 26px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid var(--palazzotto-ink);
  color: var(--palazzotto-ink);
}

.theme-palazzotto .scraped-reviews {
  padding: 100px 0 135px;
  background: var(--palazzotto-ivory);
  color: var(--palazzotto-ink);
  overflow: hidden;
}

.theme-palazzotto .scraped-reviews header {
  margin-bottom: 55px;
}

.theme-palazzotto .scraped-reviews__track {
  grid-template-columns: repeat(4, minmax(380px, 1fr));
  gap: 38px;
  width: calc(100% + 250px);
  padding: 0 24px;
  border: 0;
  text-align: center;
}

.theme-palazzotto .scraped-reviews blockquote {
  min-height: 0;
  padding: 0;
  border: 0;
}

.theme-palazzotto .scraped-reviews blockquote figure {
  height: 420px;
  overflow: hidden;
}

.theme-palazzotto .scraped-reviews blockquote p {
  margin-top: 24px;
  padding: 0 20px;
  font-size: 21px;
  line-height: 1.25;
}

.theme-palazzotto .scraped-reviews cite {
  margin-top: 14px;
  color: #68645f;
}

@media (max-width: 767px) {
  .theme-palazzotto .scraped-intro {
    padding: 75px 0 85px;
  }

  .theme-palazzotto .palazzotto-gallery-strip {
    grid-template-columns: none;
    grid-auto-columns: 72vw;
    gap: 18px;
    width: 100vw;
    margin: 65px 0 0;
    padding: 0 24px 14px;
  }

  .theme-palazzotto .palazzotto-gallery-strip__item,
  .theme-palazzotto .palazzotto-gallery-strip__item:nth-child(odd) {
    height: 235px;
  }

  .theme-palazzotto .palazzotto-gallery-strip__item:nth-child(even) {
    height: 175px;
  }

  .theme-palazzotto .palazzotto-gallery-strip__item:first-child {
    grid-column: auto;
  }

  .theme-palazzotto .palazzotto-gallery-strip__item:nth-child(n + 4) {
    display: block;
  }

  .theme-palazzotto .scraped-rooms {
    padding: 70px 15px 85px;
  }

  .theme-palazzotto .scraped-rooms__feature {
    height: 430px;
  }

  .theme-palazzotto .scraped-rooms__copy {
    padding: 30px 0 0;
  }

  .theme-palazzotto .scraped-rooms__copy h2 {
    font-size: 29px;
  }

  .theme-palazzotto .scraped-rooms__copy > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }

  .theme-palazzotto .scraped-destination {
    padding: 70px 15px 85px;
  }

  .theme-palazzotto .scraped-destination__grid {
    display: block;
  }

  .theme-palazzotto .scraped-destination-card {
    margin-bottom: 70px;
  }

  .theme-palazzotto .scraped-destination-card figure {
    height: 430px;
  }

  .theme-palazzotto .scraped-breakfast {
    display: block;
    min-height: 0;
    padding: 0 15px 90px;
  }

  .theme-palazzotto .scraped-breakfast__primary,
  .theme-palazzotto .scraped-breakfast__secondary {
    margin-bottom: 70px;
  }

  .theme-palazzotto .scraped-breakfast__large,
  .theme-palazzotto .scraped-breakfast__small {
    position: static;
    width: 100%;
    height: 430px;
  }

  .theme-palazzotto .scraped-closing {
    min-height: 680px;
    padding: 75px 24px 380px;
    background:
      url("/assets/lecce-hero-B-RKSzp1.png") center bottom / auto 350px
        no-repeat,
      var(--palazzotto-ivory) !important;
  }

  .theme-palazzotto .scraped-closing h2 {
    font-size: 32px;
  }

  .theme-palazzotto .scraped-reviews {
    padding: 80px 0 95px;
  }

  .theme-palazzotto .scraped-reviews__track {
    display: grid;
    grid-template-columns: repeat(4, 78vw);
    gap: 18px;
    width: max-content;
    padding: 0 15px;
    overflow: visible;
    text-align: center;
  }

  .theme-palazzotto .scraped-reviews blockquote {
    display: block;
  }

  .theme-palazzotto .scraped-reviews blockquote figure {
    height: 360px;
  }
}

/* Header e drawer sulle proporzioni del riferimento fornito. */
.theme-palazzotto #root > header,
.theme-palazzotto #root > div > header {
  background: var(--palazzotto-ivory) !important;
}

.theme-palazzotto #root > header > div,
.theme-palazzotto #root > div > header > div {
  width: min(1600px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  padding: 20px 0 !important;
}

.theme-palazzotto .palazzotto-hotel-nav {
  width: min(1600px, calc(100% - 48px));
  min-height: 48px;
  margin: 0 auto;
  padding: 0 24px;
  justify-content: center;
  gap: 32px;
  background: var(--palazzotto-ivory);
}

.theme-palazzotto .palazzotto-fixed-menu-trigger {
  top: 22px;
  left: max(24px, calc((100vw - 1600px) / 2));
  display: flex !important;
  width: auto;
  min-width: 94px;
  height: 44px;
  padding: 9px 0 !important;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.theme-palazzotto .palazzotto-fixed-menu-trigger span {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.theme-palazzotto .palazzotto-header-actions {
  top: 22px;
  right: 24px;
}

.theme-palazzotto .palazzotto-header-actions a {
  min-width: 140px;
  min-height: 42px;
  padding: 14px 22px;
}

.theme-palazzotto .palazzotto-header-search {
  position: absolute;
  top: 35px;
  left: 150px;
  color: #313131 !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.theme-palazzotto .palazzotto-menu {
  width: min(1360px, calc(100% - 64px));
  border-radius: 0 0 0 24px;
  background: #fff;
}

.theme-palazzotto .palazzotto-menu__brand {
  position: absolute;
  top: 28px;
  left: 108px;
  z-index: 2;
  display: block;
  color: var(--palazzotto-ink);
  text-align: center;
}

.theme-palazzotto .palazzotto-menu__brand span {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.theme-palazzotto .palazzotto-menu__brand small {
  display: block;
  margin-top: -2px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 6px;
  letter-spacing: 0.25em;
}

.theme-palazzotto .palazzotto-menu__close {
  top: 30px;
  right: 38px;
  left: auto;
  border: 0;
  color: #77726c;
}

.theme-palazzotto .palazzotto-menu__actions {
  display: none;
}

.theme-palazzotto .palazzotto-menu__grid {
  grid-template-columns: 51% 49%;
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

.theme-palazzotto .palazzotto-menu__main {
  min-height: 100vh;
  padding: 150px 108px 70px;
  background: #fff;
}

.theme-palazzotto .palazzotto-menu__main a {
  position: relative;
  width: 245px;
  margin-bottom: 17px;
  color: var(--palazzotto-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.35;
}

.theme-palazzotto .palazzotto-menu__main a b {
  position: absolute;
  right: 0;
  font-size: 22px;
  font-weight: 300;
}

.theme-palazzotto .palazzotto-menu__main-divider {
  height: 43px;
}

.theme-palazzotto .palazzotto-menu__discover {
  display: flex;
  min-height: 100vh;
  padding: 0 82px;
  flex-direction: column;
  justify-content: center;
  background: #f6f2ec;
}

.theme-palazzotto .palazzotto-menu__discover p {
  margin-bottom: 16px;
  color: #5d5852;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 15px;
}

.theme-palazzotto .palazzotto-menu__discover a {
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--palazzotto-ink);
  color: var(--palazzotto-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .theme-palazzotto #root > header > div,
  .theme-palazzotto #root > div > header > div {
    width: 100%;
    min-height: 108px;
    padding: 30px 24px !important;
  }

  .theme-palazzotto .palazzotto-fixed-menu-trigger {
    top: 32px;
    left: 24px;
    min-width: 44px;
  }

  .theme-palazzotto .palazzotto-fixed-menu-trigger span {
    display: none;
  }

  .theme-palazzotto .palazzotto-header-actions {
    top: 32px;
    right: 20px;
  }

  .theme-palazzotto .palazzotto-header-search {
    display: none;
  }

  .theme-palazzotto .palazzotto-menu {
    width: calc(100% - 28px);
    border-radius: 0 0 0 18px;
  }

  .theme-palazzotto .palazzotto-menu__brand {
    top: 25px;
    left: 24px;
  }

  .theme-palazzotto .palazzotto-menu__brand span {
    font-size: 17px;
  }

  .theme-palazzotto .palazzotto-menu__close {
    top: 23px;
    right: 22px;
  }

  .theme-palazzotto .palazzotto-menu__grid {
    display: block;
  }

  .theme-palazzotto .palazzotto-menu__main {
    min-height: 610px;
    padding: 118px 24px 55px;
  }

  .theme-palazzotto .palazzotto-menu__main a {
    width: 100%;
    max-width: 270px;
    margin-bottom: 15px;
    font-size: 23px;
  }

  .theme-palazzotto .palazzotto-menu__main-divider {
    height: 30px;
  }

  .theme-palazzotto .palazzotto-menu__discover {
    min-height: 430px;
    padding: 65px 24px;
  }

  .theme-palazzotto .palazzotto-menu__discover a {
    font-size: 11px;
  }
}

/* Backdrop reale: copre tutta la viewport e chiude il drawer al clic. */
.theme-palazzotto .palazzotto-menu {
  box-shadow: none;
}

.palazzotto-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 119;
  visibility: hidden;
  width: 100vw;
  height: 100dvh;
  border: 0;
  background: rgba(20, 20, 19, 0.68);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 450ms ease,
    visibility 450ms;
}

.palazzotto-menu-backdrop.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Colori tipografici misurati sul riferimento Palazzotto Rosa Alpina. */
.theme-palazzotto,
.theme-palazzotto main,
.theme-palazzotto #root > header,
.theme-palazzotto #root > div > header,
.theme-palazzotto .palazzotto-menu {
  color: #313131;
}

.theme-palazzotto #root > header,
.theme-palazzotto #root > div > header,
.theme-palazzotto .palazzotto-hotel-nav,
.theme-palazzotto .scraped-home,
.theme-palazzotto .scraped-intro,
.theme-palazzotto .scraped-rooms,
.theme-palazzotto .scraped-closing,
.theme-palazzotto .scraped-reviews {
  background-color: #f3eee7 !important;
}

.theme-palazzotto .scraped-hero__content > p,
.theme-palazzotto .scraped-intro .scraped-kicker,
.theme-palazzotto .scraped-intro__copy > p,
.theme-palazzotto .scraped-rooms__copy > p,
.theme-palazzotto .scraped-destination-card h3,
.theme-palazzotto .scraped-destination-card p,
.theme-palazzotto .scraped-breakfast__copy > p,
.theme-palazzotto .scraped-closing p,
.theme-palazzotto .scraped-reviews blockquote p,
.theme-palazzotto .scraped-reviews cite,
.theme-palazzotto .palazzotto-menu__discover p,
.theme-palazzotto:not(.page-home) main > section:first-child h1 + p,
.theme-palazzotto.page-room main > section:first-child p {
  color: #313131 !important;
}

.theme-palazzotto .scraped-breakfast__copy > p:first-child,
.theme-palazzotto .scraped-reviews header > p,
.theme-palazzotto .scraped-rooms__copy > p:first-child {
  color: #313131 !important;
}

.theme-palazzotto .scraped-intro__copy h2,
.theme-palazzotto .scraped-rooms__copy h2,
.theme-palazzotto .scraped-destination-card h3,
.theme-palazzotto .scraped-breakfast__copy h2,
.theme-palazzotto .scraped-closing h2,
.theme-palazzotto .scraped-reviews h2,
.theme-palazzotto:not(.page-home) main > section:first-child h1 {
  color: #313131 !important;
}

.theme-palazzotto .text-muted-foreground,
.theme-palazzotto [class*="text-muted-foreground"] {
  color: #585858 !important;
}

.theme-palazzotto .palazzotto-header-actions a,
.theme-palazzotto .scraped-hero__reserve {
  background: #313131;
  color: #fdf9f5 !important;
  font-weight: 600;
}

.theme-palazzotto #root footer,
.theme-palazzotto #root footer p,
.theme-palazzotto #root footer a,
.theme-palazzotto #root footer span,
.theme-palazzotto #root footer [class*="text-muted"],
.theme-palazzotto #root footer [class*="opacity-"] {
  color: #585858 !important;
}

.theme-palazzotto #root footer h2,
.theme-palazzotto #root footer h3,
.theme-palazzotto #root footer h4 {
  color: #313131 !important;
}

.theme-palazzotto #root footer a[href*="kross.travel"] {
  display: inline-flex !important;
  min-width: 140px;
  min-height: 42px;
  padding: 14px 22px !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: #313131 !important;
  color: #fdf9f5 !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-palazzotto #root footer a[href*="kross.travel"]:hover {
  background: #111 !important;
  color: #fdf9f5 !important;
}

/* Durante lo scroll si riducono wordmark e altezza della barra. */
.theme-palazzotto header > div > a:first-child {
  transform: translateX(-50%) scale(1);
  transform-origin: center;
  transition: transform 320ms ease;
}

.theme-palazzotto header.palazzotto-scrolled > div > a:first-child {
  transform: translateX(-50%) translateY(-15px) scale(0.7);
}

.theme-palazzotto header.palazzotto-scrolled,
.theme-palazzotto header.palazzotto-scrolled .palazzotto-hotel-nav {
  background: #f3eee7 !important;
  color: #313131 !important;
}

.theme-palazzotto #root > header > div,
.theme-palazzotto #root > div > header > div,
.theme-palazzotto .palazzotto-hotel-nav,
.theme-palazzotto .palazzotto-fixed-menu-trigger,
.theme-palazzotto .palazzotto-header-actions {
  transition:
    min-height 320ms ease,
    padding 320ms ease,
    top 320ms ease;
}

.theme-palazzotto #root > header.palazzotto-scrolled > div,
.theme-palazzotto #root > div > header.palazzotto-scrolled > div {
  min-height: 56px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.theme-palazzotto header.palazzotto-scrolled .palazzotto-hotel-nav {
  min-height: 43px;
}

.theme-palazzotto .palazzotto-fixed-menu-trigger.is-scrolled {
  top: 6px;
}

.theme-palazzotto header.palazzotto-scrolled .palazzotto-header-actions {
  top: 7px;
}

@media (max-width: 767px) {
  .theme-palazzotto header.palazzotto-scrolled > div > a:first-child {
    transform: translateX(-50%) scale(0.92);
  }

  .theme-palazzotto #root > header.palazzotto-scrolled > div,
  .theme-palazzotto #root > div > header.palazzotto-scrolled > div {
    min-height: 56px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .theme-palazzotto .palazzotto-fixed-menu-trigger.is-scrolled,
  .theme-palazzotto header.palazzotto-scrolled .palazzotto-header-actions {
    top: 6px;
  }

  .theme-palazzotto .palazzotto-header-actions a,
  .theme-palazzotto header.palazzotto-scrolled .palazzotto-header-actions a {
    min-width: 0;
    padding: 15px 0;
    background: transparent;
    color: #313131 !important;
  }
}

/* Override finale: nessuna superficie chiara usa colori differenti. */
html,
body.theme-palazzotto,
body.theme-palazzotto #root,
body.theme-palazzotto #root > div,
body.theme-palazzotto main,
body.theme-palazzotto main > section,
body.theme-palazzotto #root > header,
body.theme-palazzotto #root > div > header,
body.theme-palazzotto .palazzotto-hotel-nav,
body.theme-palazzotto #root footer,
body.theme-palazzotto .palazzotto-menu,
body.theme-palazzotto .palazzotto-menu__main,
body.theme-palazzotto .palazzotto-menu__discover,
body.theme-palazzotto .bg-card,
body.theme-palazzotto .bg-primary,
body.theme-palazzotto .bg-secondary,
body.theme-palazzotto .image-zoom {
  background-color: #f3eee7 !important;
}

/* Menu a due pannelli: bianco a sinistra, fondo sito a destra. */
body.theme-palazzotto .palazzotto-menu {
  background-color: transparent !important;
}

body.theme-palazzotto .palazzotto-menu__grid {
  grid-template-columns: 51% 49%;
  gap: 0;
}

body.theme-palazzotto .palazzotto-menu__main {
  background-color: #fff !important;
}

body.theme-palazzotto .palazzotto-menu__discover {
  background-color: #f3eee7 !important;
}

/* Il footer conserva una superficie distinta dal fondo generale. */
body.theme-palazzotto #root footer {
  background-color: #fff !important;
}

/* Icona di ricerca nel gruppo azioni, dopo la prenotazione. */
.theme-palazzotto .palazzotto-header-actions .palazzotto-header-search {
  position: static;
  display: grid;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0 !important;
  place-items: center;
  border: 0;
  background: transparent !important;
}

.theme-palazzotto .palazzotto-header-actions .palazzotto-header-search img {
  display: block !important;
  width: 20px;
  height: 20px;
  filter: none !important;
}

.theme-palazzotto .palazzotto-header-actions .palazzotto-header-search:hover {
  background: transparent !important;
  opacity: 0.55;
}

@media (max-width: 767px) {
  .theme-palazzotto .palazzotto-header-actions {
    gap: 6px;
  }

  .theme-palazzotto .palazzotto-header-actions > a[data-copy="bookNow"] {
    width: 53px;
    min-width: 53px;
    font-size: 6px;
    letter-spacing: 0.08em;
  }

  .theme-palazzotto .palazzotto-header-actions .palazzotto-header-search {
    display: grid;
    width: 32px;
    min-width: 32px;
    height: 42px;
  }

  .theme-palazzotto .palazzotto-header-actions .palazzotto-header-search img {
    width: 18px;
    height: 18px;
  }
}

/* Allineamento finale della homepage al sistema di contenitori Palazzotto. */
@media (min-width: 768px) {
  .theme-palazzotto .scraped-hero,
  .theme-palazzotto .scraped-rooms,
  .theme-palazzotto .scraped-destination,
  .theme-palazzotto .scraped-breakfast,
  .theme-palazzotto .scraped-location,
  .theme-palazzotto .scraped-closing {
    width: min(1440px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
  }
}

.theme-palazzotto .scraped-rooms__feature {
  position: relative;
}

.theme-palazzotto .scraped-rooms__feature img {
  opacity: 1;
  transition: opacity 180ms ease;
}

.theme-palazzotto .scraped-rooms__feature img.is-changing {
  opacity: 0;
}

.theme-palazzotto .scraped-rooms__controls {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(49, 49, 49, 0.32);
  background: #f3eee7;
  color: #313131;
}

.theme-palazzotto .scraped-rooms__controls button,
.theme-palazzotto .scraped-rooms__controls span {
  padding: 13px 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-palazzotto .scraped-rooms__controls button:hover {
  background: #313131;
  color: #fdf9f5;
}

.theme-palazzotto .scraped-location {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 130px;
  color: #313131;
  text-align: center;
}

.theme-palazzotto .scraped-location header {
  max-width: 690px;
  margin: 0 auto 52px;
}

.theme-palazzotto .scraped-location header > p {
  margin-bottom: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.18em;
}

.theme-palazzotto .scraped-location h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3vw, 43px);
  line-height: 1.08;
}

.theme-palazzotto .scraped-location header > span {
  color: #514e49 !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.theme-palazzotto .scraped-location .palazzotto-mapkit {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 470px;
  border: 0;
  pointer-events: auto !important;
}

.theme-palazzotto .scraped-location > div {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(49, 49, 49, 0.18);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.05em;
}

.theme-palazzotto .scraped-location address {
  font-style: normal;
}

.theme-palazzotto .scraped-location a {
  padding-bottom: 5px;
  border-bottom: 1px solid #313131;
}

.theme-palazzotto .scraped-reviews__track {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.theme-palazzotto .scraped-reviews blockquote {
  scroll-snap-align: start;
}

.theme-palazzotto .palazzotto-footer-grid {
  display: grid;
  grid-template-columns:
    minmax(240px, 1.2fr) minmax(180px, 0.9fr) minmax(150px, 0.75fr)
    minmax(260px, 1.15fr);
  gap: clamp(36px, 4vw, 64px);
}

.theme-palazzotto .palazzotto-footer-stay nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme-palazzotto .palazzotto-footer-stay a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.875rem;
}

@media (max-width: 1023px) {
  .theme-palazzotto .palazzotto-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .theme-palazzotto .palazzotto-header-actions .palazzotto-language-switcher,
  .theme-palazzotto .palazzotto-header-actions > a[data-copy="bookNow"] {
    display: none !important;
  }

  .theme-palazzotto .palazzotto-header-actions {
    top: 32px;
    right: 24px;
    gap: 0;
  }

  .theme-palazzotto .palazzotto-menu__main {
    min-height: 100dvh;
    padding: 92px 24px 38px;
    align-items: center;
    justify-content: center;
  }

  .theme-palazzotto .palazzotto-menu__main a {
    display: flex;
    width: 100%;
    max-width: 340px;
    min-height: 46px;
    margin: 0;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(49, 49, 49, 0.18);
    font-size: 20px;
    text-align: center;
  }

  .theme-palazzotto .palazzotto-menu__main a b {
    right: 12px;
  }

  .theme-palazzotto .palazzotto-menu__main-divider {
    height: 22px;
  }

  .theme-palazzotto .palazzotto-menu__discover {
    display: none !important;
  }

  .theme-palazzotto .scraped-rooms__controls {
    right: 12px;
    bottom: 12px;
  }

  .theme-palazzotto .scraped-rooms__controls button,
  .theme-palazzotto .scraped-rooms__controls span {
    padding: 12px 10px;
    font-size: 7px;
  }

  .theme-palazzotto .scraped-location {
    width: calc(100% - 30px);
    margin-bottom: 85px;
  }

  .theme-palazzotto .scraped-location header {
    margin-bottom: 35px;
    padding: 0 10px;
  }

  .theme-palazzotto .scraped-location .palazzotto-mapkit {
    height: 390px;
  }

  .theme-palazzotto .scraped-location > div {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .theme-palazzotto .palazzotto-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* Superfici editoriali chiare estese alla viewport, contenuti nel container. */
body.theme-palazzotto main > .scraped-destination,
body.theme-palazzotto main > .scraped-breakfast {
  background-color: #fdfaf6 !important;
}

body.theme-palazzotto main > .scraped-destination,
body.theme-palazzotto main > .scraped-breakfast {
  position: relative;
  isolation: isolate;
  box-shadow: none;
  clip-path: none;
}

body.theme-palazzotto main > .scraped-destination::before,
body.theme-palazzotto main > .scraped-breakfast::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background: #fdfaf6;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Immagine conclusiva a pieno riempimento, senza deformazioni. */
body.theme-palazzotto .scraped-closing {
  position: relative;
  isolation: isolate;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.theme-palazzotto .scraped-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(20, 20, 19, 0.42);
  pointer-events: none;
}

body.theme-palazzotto .scraped-closing > div {
  position: relative;
  z-index: 1;
}

body.theme-palazzotto .scraped-closing h2,
body.theme-palazzotto .scraped-closing p,
body.theme-palazzotto .scraped-closing a {
  color: #fff !important;
}

body.theme-palazzotto .scraped-closing a {
  border-bottom-color: #fff !important;
  font-weight: 600;
}

body.theme-palazzotto button,
body.theme-palazzotto .btn-gold,
body.theme-palazzotto .btn-outline-neutral,
body.theme-palazzotto .scraped-outline-link,
body.theme-palazzotto .scraped-hero__reserve,
body.theme-palazzotto .scraped-intro__copy > a,
body.theme-palazzotto .scraped-rooms__copy a,
body.theme-palazzotto .scraped-breakfast__copy a,
body.theme-palazzotto .scraped-location a,
body.theme-palazzotto .scraped-closing a,
body.theme-palazzotto .palazzotto-header-actions > a[data-copy="bookNow"],
body.theme-palazzotto .palazzotto-menu__actions > a,
body.theme-palazzotto #root footer a[href*="kross.travel"] {
  text-transform: uppercase;
}

/* Le recensioni conservano sempre una superficie orizzontale scrollabile. */
body.theme-palazzotto .scraped-reviews__track {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: max(380px, 30vw);
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 24px;
  padding-bottom: 28px;
  padding-left: 24px;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 24px;
  -webkit-overflow-scrolling: touch;
}

/* Footer unificato: contenuti nella griglia principale e copyright finale. */
body.theme-palazzotto #root footer > .container-wide {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

body.theme-palazzotto .palazzotto-footer-copyright {
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid rgba(49, 49, 49, 0.16);
  text-align: center;
}

body.theme-palazzotto .palazzotto-footer-copyright__rights {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

/* Spazio inferiore del footer misurato sul riferimento Palazzotto. */
body.theme-palazzotto #root footer {
  padding-right: 24px !important;
  padding-bottom: 12px !important;
  padding-left: 24px !important;
}

@media (max-width: 767px) {
  body.theme-palazzotto .scraped-reviews__track {
    grid-auto-columns: 78vw;
    gap: 18px;
    padding-right: 24px;
    padding-bottom: 28px;
    padding-left: 24px;
  }

  body.theme-palazzotto .palazzotto-footer-copyright {
    margin-top: 42px;
    padding-top: 28px;
    text-align: center;
  }

  body.theme-palazzotto .palazzotto-footer-copyright__rights {
    text-align: center;
  }

  body.theme-palazzotto #root footer {
    padding-right: 15px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
  }
}

/* Hero interne: titolo e sottotitolo sovrapposti all'immagine. */
body.theme-palazzotto:not(.page-home) main > section:first-child {
  padding-bottom: 0;
}

body.theme-palazzotto:not(.page-home) main > section:first-child > img,
body.theme-palazzotto:not(.page-home) main > section:first-child > video,
body.theme-palazzotto:not(.page-home) main > section:first-child > picture,
body.theme-palazzotto:not(.page-home)
  main
  > section:first-child
  > picture
  > img,
body.theme-palazzotto:not(.page-home)
  main
  > section:first-child
  .parallax-image {
  height: 100% !important;
}

body.theme-palazzotto:not(.page-home)
  main
  > section:first-child
  > div[class*="inset-0"] {
  height: 100% !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16),
    rgba(0, 0, 0, 0.3)
  ) !important;
}

body.theme-palazzotto:not(.page-home) main > section:first-child > div.relative,
body.theme-palazzotto.page-room main > section:first-child > div:last-child {
  inset: 0 !important;
  height: 100%;
  padding: 24px !important;
  background: transparent;
  color: #fff;
}

body.theme-palazzotto:not(.page-home) main > section:first-child h1 {
  color: #fff !important;
}

body.theme-palazzotto:not(.page-home) main > section:first-child h1 + p,
body.theme-palazzotto.page-room main > section:first-child p {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Pagina Lecce: i tre approfondimenti diventano card affiancate dopo l'introduzione. */
body.theme-palazzotto.page-experience-lecce main {
  display: grid;
  grid-template-columns: 24px repeat(3, minmax(0, 1fr)) 24px;
  column-gap: 24px;
}

body.theme-palazzotto.page-experience-lecce main > section {
  grid-column: 1 / -1;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card {
  min-width: 0;
  min-height: 360px;
  margin: 72px 0;
  padding: 48px 28px !important;
  align-self: stretch;
  background: #ece6de !important;
  order: 1;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card--one {
  grid-column: 2;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card--two {
  grid-column: 3;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card--three {
  grid-column: 4;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-tour-section {
  order: 2;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card > div {
  width: 100%;
  max-width: none;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card h2 {
  font-size: clamp(23px, 1.8vw, 29px);
  line-height: 1.15;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card p {
  font-size: 12px;
}

body.theme-palazzotto.page-experience-lecce .lecce-card-intro {
  margin-bottom: 28px;
  line-height: 1.7;
}

body.theme-palazzotto.page-experience-lecce
  main
  > .lecce-info-card--three
  > div
  > div:last-child {
  margin-top: 40px;
}

body.theme-palazzotto.page-experience-lecce main > .lecce-info-card--three p {
  white-space: normal;
}

@media (max-width: 899px) {
  body.theme-palazzotto.page-experience-lecce main {
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    column-gap: 0;
  }

  body.theme-palazzotto.page-experience-lecce main > .lecce-info-card {
    grid-column: 2;
    min-height: 0;
    margin: 0 0 20px;
    padding: 42px 24px !important;
  }

  body.theme-palazzotto.page-experience-lecce main > .lecce-info-card--one {
    margin-top: 48px;
  }

  body.theme-palazzotto.page-experience-lecce main > .lecce-info-card--three {
    margin-bottom: 48px;
  }
}

/* Tutte le hero principali hanno un'altezza massima uniforme. */
body.theme-palazzotto:not(.page-home) main > section:first-child,
body.theme-palazzotto.page-home main > section:first-child {
  height: min(69vw, 500px) !important;
  min-height: 100px;
}

body.theme-palazzotto.page-home .scraped-hero {
  margin-top: 24px;
}

body.theme-palazzotto.page-home .scraped-hero > img,
body.theme-palazzotto.page-home .scraped-hero > video,
body.theme-palazzotto.page-home .scraped-hero__shade {
  inset: 0 !important;
  width: 100%;
  height: 100% !important;
}

body.theme-palazzotto.page-home .scraped-hero__content {
  inset: 0;
  display: flex;
  max-width: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
  color: #fff;
}

body.theme-palazzotto.page-home .scraped-hero__content > p,
body.theme-palazzotto.page-home .scraped-hero__content h1 {
  color: #fff !important;
}

/* Chiusura homepage più compatta, con contenuto centrato verticalmente. */
body.theme-palazzotto .scraped-closing {
  display: grid;
  height: min(55vw, 500px);
  min-height: 360px;
  padding: 40px 24px !important;
  place-items: center;
  text-align: center;
}

body.theme-palazzotto .scraped-closing > div {
  width: min(720px, 100%);
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.theme-palazzotto .scraped-closing {
    height: 420px;
    min-height: 0;
  }
}

body.theme-palazzotto .scraped-rooms__feature {
  height: min(69vw, 600px) !important;
  min-height: 100px;
}

/* Pagina Contatti: recapiti e form a sinistra, mappa estesa a destra. */
body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid {
  grid-template-areas:
    "details map"
    "meta map"
    "booking map";
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  column-gap: clamp(48px, 5vw, 80px);
  row-gap: 28px;
  align-items: stretch;
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid
  > div:first-child {
  grid-area: booking;
  min-width: 0;
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid
  > div:nth-child(2) {
  display: contents;
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid
  > div:nth-child(2)
  > div {
  margin: 0 !important;
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid
  > div:nth-child(2)
  > div:first-child {
  grid-area: details;
  padding-bottom: 0;
  border-bottom: 0;
}

body.theme-palazzotto.page-contact .palazzotto-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid
  > div:nth-child(2)
  > div:first-child
  [hidden] {
  display: none !important;
}

body.theme-palazzotto.page-contact .palazzotto-contact-actions > a {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
  padding-left: 12px;
  white-space: nowrap;
}

body.theme-palazzotto.page-contact .palazzotto-contact-actions svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid
  > div:nth-child(2)
  > div:nth-child(2) {
  grid-area: meta;
  padding-top: 24px;
  border-top: 1px solid rgba(49, 49, 49, 0.16);
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .container-wide
  > .grid
  > div:nth-child(2)
  > div:last-child {
  grid-area: map;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

body.theme-palazzotto.page-contact
  main
  > section:nth-of-type(2)
  .palazzotto-mapkit {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto !important;
}

.palazzotto-mapkit[data-mapkit-missing-token="true"],
.palazzotto-mapkit[data-mapkit-error="true"] {
  display: grid !important;
  place-items: center;
  padding: 24px;
  background: #e8e2da;
  color: #514e49;
  font-size: 13px;
  text-align: center;
}

/* Header mobile: barra unica, logo centrato e azioni sempre accessibili. */
@media (max-width: 767px) {
  html {
    height: auto;
    overflow-y: visible;
    scroll-behavior: auto;
  }

  body.theme-palazzotto .palazzotto-menu {
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100dvh;
    border-radius: 0;
  }

  body.theme-palazzotto .palazzotto-menu:not(.is-open) {
    overflow: hidden;
  }

  body.theme-palazzotto .palazzotto-menu.is-open {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.theme-palazzotto .palazzotto-menu__grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-height: 100dvh;
  }

  body.theme-palazzotto .palazzotto-menu__main {
    grid-column: 1;
    width: 100%;
  }

  body.theme-palazzotto #root header > div > button {
    display: none !important;
  }

  body.theme-palazzotto {
    height: auto;
    overflow: visible;
  }

  body.theme-palazzotto.menu-open {
    overflow: hidden;
  }

  body.theme-palazzotto #root {
    overflow-x: clip;
    overflow-y: visible;
  }

  body.theme-palazzotto #root footer {
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .theme-palazzotto #root > header > div,
  .theme-palazzotto #root > div > header > div {
    min-height: calc(116px + env(safe-area-inset-top, 0px));
    padding: calc(8px + env(safe-area-inset-top, 0px)) 14px 52px !important;
  }

  body.theme-palazzotto header > div > a:first-child {
    top: calc(36px + env(safe-area-inset-top, 0px));
    transform: translate(-50%, -50%);
  }

  body.theme-palazzotto header > div > a:first-child img.palazzotto-brand-logo {
    width: 78px;
  }

  .theme-palazzotto .palazzotto-fixed-menu-trigger {
    top: calc(14px + env(safe-area-inset-top, 0px));
    left: 14px;
  }

  .theme-palazzotto .palazzotto-header-actions {
    position: static;
  }

  .theme-palazzotto .palazzotto-header-actions .palazzotto-language-switcher {
    position: absolute;
    top: calc(14px + env(safe-area-inset-top, 0px));
    right: 14px;
    display: flex !important;
    min-height: 44px;
    align-items: center;
    gap: 5px;
    font-size: 10px;
  }

  .theme-palazzotto
    .palazzotto-header-actions
    .palazzotto-language-switcher
    button
    + button::before {
    margin-right: 5px;
  }

  .theme-palazzotto .palazzotto-header-actions > a[data-copy="bookNow"] {
    position: absolute;
    top: calc(72px + env(safe-area-inset-top, 0px));
    right: 14px;
    left: 14px;
    display: inline-flex !important;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 0 14px !important;
    align-items: center;
    justify-content: center;
    background: #313131 !important;
    color: #fdf9f5 !important;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  .theme-palazzotto .palazzotto-header-actions .palazzotto-header-search,
  .theme-palazzotto.page-home .scraped-hero__reserve {
    display: none !important;
  }

  body.theme-palazzotto.page-home .scraped-hero,
  body.theme-palazzotto:not(.page-home) main > section:first-child {
    margin-top: 16px;
  }

  .theme-palazzotto #root > header.palazzotto-scrolled > div,
  .theme-palazzotto #root > div > header.palazzotto-scrolled > div {
    min-height: calc(100px + env(safe-area-inset-top, 0px));
    padding: calc(6px + env(safe-area-inset-top, 0px)) 14px 50px !important;
  }

  .theme-palazzotto header.palazzotto-scrolled > div > a:first-child {
    top: calc(28px + env(safe-area-inset-top, 0px));
    transform: translate(-50%, -50%) scale(0.72);
  }

  .theme-palazzotto .palazzotto-fixed-menu-trigger.is-scrolled,
  .theme-palazzotto
    header.palazzotto-scrolled
    .palazzotto-header-actions
    .palazzotto-language-switcher {
    top: calc(6px + env(safe-area-inset-top, 0px));
  }

  .theme-palazzotto
    header.palazzotto-scrolled
    .palazzotto-header-actions
    > a[data-copy="bookNow"] {
    top: calc(56px + env(safe-area-inset-top, 0px));
    background: #313131 !important;
    color: #fdf9f5 !important;
  }
}

@media (max-width: 1023px) {
  body.theme-palazzotto.page-contact
    main
    > section:nth-of-type(2)
    .container-wide
    > .grid {
    grid-template-areas:
      "details"
      "meta"
      "booking"
      "map";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 0;
    row-gap: 32px;
  }

  body.theme-palazzotto.page-contact
    main
    > section:nth-of-type(2)
    .container-wide
    > .grid
    > div:nth-child(2)
    > div:last-child {
    height: min(110vw, 520px);
    min-height: 390px;
  }
}

/* Il contenitore applicazione usa sempre la superficie del body. */
body.theme-palazzotto #root {
  background-color: inherit !important;
}

.palazzotto-date-picker {
  position: fixed;
  right: auto;
  bottom: var(--date-picker-bottom, 120px);
  left: var(--date-picker-left, 16px);
  z-index: 2147483647;
  width: var(--date-picker-width, min(360px, calc(100vw - 32px)));
  padding: 18px;
  border: 1px solid rgba(49, 49, 49, 0.25);
  background: #f9f7f4;
  color: #313131;
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.2);
  font-family: "Montserrat", Arial, sans-serif;
}

body.theme-palazzotto .palazzotto-date-picker,
body.theme-palazzotto .palazzotto-date-picker header strong,
body.theme-palazzotto .palazzotto-date-picker button,
body.theme-palazzotto .palazzotto-date-picker span {
  color: #313131 !important;
}

.palazzotto-date-picker[hidden] {
  display: none;
}

.palazzotto-date-picker header,
.palazzotto-date-picker__weekdays,
.palazzotto-date-picker__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.palazzotto-date-picker header {
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  margin-bottom: 14px;
}

.palazzotto-date-picker header strong {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.palazzotto-date-picker button {
  min-width: 0;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.palazzotto-date-picker__weekdays span {
  padding: 5px 0 8px;
  color: #77716b !important;
  font-size: 8px;
  text-align: center;
}

.palazzotto-date-picker__days button {
  font-size: 11px;
}

body.theme-palazzotto .palazzotto-date-picker__days button:hover,
body.theme-palazzotto .palazzotto-date-picker__days button:focus-visible,
body.theme-palazzotto
  .palazzotto-date-picker__days
  button[aria-current="date"] {
  background: #313131;
  color: #fff !important;
}

.palazzotto-date-picker__days button:disabled {
  color: #b8b3ad !important;
  cursor: default;
}

@media (max-width: 700px) {
  .palazzotto-date-picker {
    padding: 14px;
  }
}

/* Nasconde la barra di prenotazione flottante solo nelle pagine camera. */
body.theme-palazzotto.page-room
  .booking-search-form.palazzotto-floating-booking,
body.theme-palazzotto.page-room .palazzotto-floating-booking {
  display: none !important;
}

/* Barra prenotazione globale nelle pagine interne. */
body.theme-palazzotto.has-global-booking {
  padding-bottom: 108px;
}

.palazzotto-global-booking {
  position: fixed;
  z-index: 80;
  right: 50%;
  bottom: 14px;
  display: grid;
  width: min(1280px, calc(100% - 28px));
  min-height: 82px;
  transform: translateX(50%);
  grid-template-columns: repeat(3, minmax(160px, 1fr)) minmax(170px, 0.65fr);
  border: 1px solid rgba(49, 49, 49, 0.25);
  background: rgba(249, 247, 244, 0.96);
  color: #313131;
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.18);
  backdrop-filter: blur(12px);
}

.palazzotto-global-booking label {
  display: flex;
  min-width: 0;
  padding: 17px 22px 14px;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(49, 49, 49, 0.12);
  color: #6a6661;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.palazzotto-global-booking input,
.palazzotto-global-booking select {
  width: 100%;
  min-height: 30px;
  margin-top: 8px;
  border: 0;
  border-bottom: 1px solid rgba(49, 49, 49, 0.42);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #4a4743;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.palazzotto-global-booking button {
  margin: 9px;
  border: 0;
  background: #252525;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 700px) {
  body.theme-palazzotto.has-global-booking {
    padding-bottom: 150px;
  }

  .palazzotto-global-booking {
    bottom: 10px;
    width: calc(100% - 20px);
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .palazzotto-global-booking label {
    padding: 10px 12px;
  }

  .palazzotto-global-booking input,
  .palazzotto-global-booking select {
    font-size: 13px;
  }

  .palazzotto-global-booking button {
    min-height: 52px;
    margin: 5px;
  }
}

/* Recensioni reali a 4 e 5 stelle dalla scheda Google di B&B Il Palazzotto. */
body.theme-palazzotto .scraped-reviews header a {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  color: #313131 !important;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.theme-palazzotto .scraped-reviews__track {
  align-items: start;
  grid-template-columns: none;
  grid-auto-columns: clamp(440px, 42vw, 560px);
  gap: 22px;
}

body.theme-palazzotto .scraped-reviews blockquote {
  display: flex;
  height: 240px;
  min-height: 240px;
  align-self: start;
  padding: 26px 32px;
  border: 1px solid rgba(49, 49, 49, 0.16);
  flex-direction: column;
  justify-content: center;
}

body.theme-palazzotto .scraped-reviews__stars {
  color: #a57b43;
  font-size: 18px;
  letter-spacing: 0.18em;
}

body.theme-palazzotto .scraped-reviews blockquote p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 18px;
  padding: 0;
  font-size: 16px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

body.theme-palazzotto .scraped-reviews blockquote.is-expanded {
  height: auto;
}

body.theme-palazzotto .scraped-reviews blockquote.is-expanded p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

body.theme-palazzotto .scraped-reviews__toggle {
  align-self: center;
  margin-top: 10px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #313131;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.theme-palazzotto .scraped-reviews__toggle[hidden] {
  display: none;
}

body.theme-palazzotto .scraped-reviews__measurement {
  position: absolute;
  visibility: hidden;
  inset: auto;
  display: block;
  overflow: visible;
  height: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

body.theme-palazzotto .palazzotto-gallery-strip__item[data-lightbox-index] {
  cursor: zoom-in;
}

body.theme-palazzotto
  .palazzotto-gallery-strip__item[data-lightbox-index]:focus-visible {
  outline: 2px solid #313131;
  outline-offset: 4px;
}

body.palazzotto-lightbox-open {
  overflow: hidden;
}

.palazzotto-lightbox {
  position: fixed;
  z-index: 2147483646;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 72px;
  background: rgba(20, 20, 20, 0.94);
}

.palazzotto-lightbox__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
}

.palazzotto-lightbox button {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  place-items: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.palazzotto-lightbox button:hover,
.palazzotto-lightbox button:focus-visible {
  color: #fff;
}

.palazzotto-lightbox__close {
  top: 18px;
  right: 18px;
}

.palazzotto-lightbox__previous {
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.palazzotto-lightbox__next {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .palazzotto-lightbox {
    padding: 64px 18px;
  }
}

body.theme-palazzotto .scraped-reviews__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 18px;
}

body.theme-palazzotto .scraped-reviews__avatar {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 34px;
  place-items: center;
  background: #313131;
  color: #f3eee7;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
}

body.theme-palazzotto .scraped-reviews__author cite {
  margin-top: 0;
  text-align: left;
}

body.theme-palazzotto .scraped-reviews cite span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body.theme-palazzotto .scraped-reviews__track {
    grid-template-columns: none;
    grid-auto-columns: min(86vw, 420px);
  }

  body.theme-palazzotto .scraped-reviews blockquote {
    height: 260px;
    min-height: 260px;
    padding: 24px 26px;
  }
}

/* Menu laterale compatto: navigazione e approfondimenti in un'unica colonna. */
body.theme-palazzotto .palazzotto-menu {
  width: min(690px, calc(100% - 64px));
  background: #fff !important;
}

body.theme-palazzotto .palazzotto-menu__close {
  top: 30px;
  right: 38px;
  left: auto;
}

body.theme-palazzotto .palazzotto-menu__grid {
  display: flex;
  width: 100%;
  min-height: 100dvh;
  padding: 0;
  flex-direction: column;
  background: #fff;
}

body.theme-palazzotto .palazzotto-menu__main {
  width: 100%;
  min-height: 0;
  padding: 150px 108px 24px;
  flex: 1 0 auto;
}

body.theme-palazzotto .palazzotto-menu__discover {
  display: flex !important;
  width: 100%;
  min-height: 0;
  padding: 20px 108px 56px;
  flex: 0 0 auto;
  justify-content: flex-end;
  background: #fff !important;
}

body.theme-palazzotto .palazzotto-menu__discover a {
  min-height: 50px;
}

@media (max-width: 767px) {
  body.theme-palazzotto .palazzotto-menu {
    width: 100vw;
  }

  body.theme-palazzotto .palazzotto-menu__close {
    top: 23px;
    right: 22px;
  }

  body.theme-palazzotto .palazzotto-menu__grid {
    min-height: 100dvh;
  }

  body.theme-palazzotto .palazzotto-menu__main {
    min-height: auto;
    padding: 96px 24px 18px;
    flex: 1 0 auto;
    justify-content: flex-start;
  }

  body.theme-palazzotto .palazzotto-menu__discover {
    padding: 18px 24px max(28px, env(safe-area-inset-bottom));
  }

  body.theme-palazzotto .palazzotto-menu__discover p {
    margin-bottom: 10px;
  }

  body.theme-palazzotto .palazzotto-menu__discover a {
    min-height: 44px;
    margin-bottom: 10px;
  }
}
