:root {
  --ls-navy: #082f52;
  --ls-navy-deep: #05233f;
  --ls-gold: #c99a4f;
  --ls-gold-light: #e3c37e;
  --ls-gold-text: #875916;
  --ls-ivory: #f6f2eb;
  --ls-paper: #fff;
  --ls-ink: #142943;
  --ls-muted: #5e6670;
  --ls-line: rgba(8, 47, 82, .16);
  --ls-shadow: 0 16px 44px rgba(5, 35, 63, .11);
}

.ls-elementor-page {
  overflow: clip;
  background: var(--ls-paper);
}

.ls-elementor-page .elementor-section.elementor-section-boxed > .elementor-container,
.ls-elementor-page .elementor-section > .elementor-container {
  max-width: 1280px;
}

.ls-elementor-page h1,
.ls-elementor-page h2,
.ls-elementor-page h3,
.ls-card h3,
.ls-detail h1,
.ls-contact-layout h2 {
  color: var(--ls-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.06;
}

.ls-elementor-page h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.ls-elementor-page p,
.ls-card,
.ls-form {
  color: var(--ls-muted);
  line-height: 1.65;
}

.ls-elementor-page .elementor-widget-heading .elementor-heading-title {
  color: var(--ls-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.ls-elementor-page .elementor-widget-text-editor {
  color: var(--ls-muted);
}

.ls-section {
  padding: clamp(58px, 6vw, 88px) 24px;
}

.ls-section-white {
  background: var(--ls-paper);
}

.ls-section-ivory {
  background: var(--ls-ivory);
}

.ls-section-intro {
  position: relative;
  overflow: hidden;
  padding-block: clamp(44px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(201,154,79,.07), transparent 30%),
    var(--ls-paper);
  isolation: isolate;
}

.ls-section-intro::before {
  position: absolute;
  z-index: -1;
  bottom: 8px;
  left: -38px;
  width: 330px;
  height: 230px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 230'%3E%3Cg fill='none' stroke='%23c99a4f' stroke-width='1.3'%3E%3Cpath d='M-15 222 74 112l34 45 48-78 70 104 35-49 84 88'/%3E%3Cpath d='m10 222 66-82 29 35 50-78 60 88 42-36 65 73' opacity='.6'/%3E%3Cpath d='m42 222 50-54 24 30 42-63 39 57 34-22 45 52' opacity='.35'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
  opacity: .2;
}

.ls-section-intro-split > .elementor-container {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}

.ls-section-intro-split .elementor-column {
  min-width: 0;
}

.ls-section-intro-split h2 {
  max-width: 560px;
  margin-bottom: 18px;
}

.ls-section-intro-split .elementor-widget-text-editor {
  max-width: 570px;
  color: #273b4c;
  font-size: .98rem;
  line-height: 1.65;
}

.ls-section-intro-split .elementor-column:last-child .elementor-widget-wrap {
  position: relative;
}

.ls-intro-photo {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: var(--ls-shadow);
}

.ls-intro-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ls-intro-badge-widget {
  position: absolute !important;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  width: auto !important;
  margin: 0 !important;
}

.ls-intro-badge {
  display: inline-flex;
  min-width: 162px;
  min-height: 72px;
  padding: 12px 18px;
  align-items: center;
  gap: 13px;
  border-left: 3px solid var(--ls-gold);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 12px 30px rgba(3, 30, 54, .16);
  color: var(--ls-navy);
}

.ls-intro-badge svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: var(--ls-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ls-intro-badge span {
  display: grid;
  gap: 2px;
}

.ls-intro-badge small {
  color: var(--ls-gold);
  font-size: .62rem;
  letter-spacing: .08em;
}

.ls-intro-badge strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: .9rem;
  font-weight: 500;
}

.ls-kicker,
.ls-kicker .elementor-heading-title {
  color: var(--ls-gold-text) !important;
  font-family: Arial, sans-serif !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ls-home-hero {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.ls-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3,30,54,.82) 0%, rgba(3,30,54,.55) 48%, rgba(3,30,54,.12) 78%),
    linear-gradient(0deg, rgba(3,30,54,.2), transparent 40%);
}

.ls-home-hero > .elementor-container {
  width: min(1180px, calc(100% - 40px)) !important;
  margin-inline: auto;
  padding-top: 94px;
}

.ls-home-hero .elementor-column {
  max-width: 820px;
}

.ls-home-hero .elementor-widget-heading,
.ls-home-hero .elementor-widget-text-editor {
  margin-bottom: 12px;
}

.ls-home-hero .elementor-heading-title,
.ls-home-hero .elementor-widget-text-editor,
.ls-home-hero .elementor-widget-text-editor p {
  color: #fff !important;
}

.ls-home-hero .ls-kicker .elementor-heading-title {
  font-size: clamp(3.6rem, 5vw, 5.2rem) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  line-height: .98;
  letter-spacing: .015em;
  white-space: nowrap;
}

.ls-home-hero .ls-season-title .elementor-heading-title {
  white-space: normal;
}

.ls-home-hero .ls-hero-title .elementor-heading-title {
  max-width: 780px;
  font-size: clamp(2rem, 2.75vw, 2.85rem);
  line-height: 1.08;
}

.ls-home-hero .ls-hero-copy {
  max-width: 620px;
  font-size: 1.06rem;
}

.ls-home-hero .elementor-widget-button {
  float: left;
  display: inline-block;
  width: auto;
  margin: 14px 12px 0 0;
}

.ls-home-hero .elementor-widget-wrap::after {
  display: block;
  clear: both;
  content: "";
}

.ls-btn .elementor-button,
.ls-btn,
.ls-submit,
.ls-link-book {
  border-radius: 0 !important;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.ls-btn .elementor-button {
  min-height: 52px;
  padding: 17px 26px;
}

.ls-btn-gold .elementor-button,
.ls-link-book,
.ls-submit {
  border: 1px solid var(--ls-gold) !important;
  background: linear-gradient(135deg, var(--ls-gold-light), var(--ls-gold)) !important;
  color: var(--ls-navy-deep) !important;
}

.ls-btn-solid .elementor-button {
  border: 1px solid var(--ls-navy) !important;
  background: var(--ls-navy) !important;
  color: #fff !important;
}

.ls-btn-outline .elementor-button {
  border: 1px solid rgba(255,255,255,.8) !important;
  background: rgba(4,37,66,.55) !important;
  color: #fff !important;
}

.ls-btn .elementor-button:hover,
.ls-link:hover,
.ls-submit:hover {
  transform: translateY(-2px);
}

.ls-booking-strip {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 0 24px;
}

.ls-booking-strip > .elementor-container {
  width: min(1180px, calc(100% - 40px)) !important;
  min-height: 126px;
  margin-inline: auto;
  padding: 26px 40px;
  border-top: 3px solid var(--ls-gold);
  background: var(--ls-navy);
  box-shadow: var(--ls-shadow);
}

.ls-booking-strip .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 330px);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(34px, 6vw, 82px);
  row-gap: 7px;
}

.ls-booking-strip .elementor-widget {
  width: auto !important;
  margin-bottom: 0;
}

.ls-booking-strip .elementor-heading-title,
.ls-booking-strip p {
  color: #fff !important;
  margin: 0;
}

.ls-booking-strip .elementor-heading-title {
  font-size: clamp(1.9rem, 3vw, 2.55rem) !important;
  line-height: 1.05;
  white-space: normal;
}

.ls-booking-strip .elementor-widget-heading {
  grid-column: 1;
  grid-row: 1;
}

.ls-booking-strip .elementor-widget-text-editor {
  grid-column: 1;
  grid-row: 2;
  max-width: 650px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.45;
}

.ls-booking-strip .elementor-widget-button {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100% !important;
  max-width: 330px;
  justify-self: end;
  margin-left: 0;
}

.ls-booking-strip .elementor-button {
  width: 100%;
  justify-content: center;
}

.ls-booking-strip .elementor-button-text {
  white-space: nowrap;
}

.ls-card-grid,
.ls-offer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.ls-card,
.ls-offer-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ls-line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(5,35,63,.06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ls-card:hover {
  border-color: rgba(201,154,79,.55);
  box-shadow: 0 18px 42px rgba(5,35,63,.12);
  transform: translateY(-4px);
}

.ls-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.18 / 1;
  background: #e9e4dc;
}

.ls-card-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(3,30,54,.2));
  content: "";
  opacity: 0;
  transition: opacity .35s ease;
}

.ls-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.ls-card:hover .ls-card-image img {
  transform: scale(1.035);
}

.ls-card:hover .ls-card-image::after {
  opacity: 1;
}

.ls-card-body,
.ls-offer-card {
  padding: 17px;
}

.ls-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ls-card h3 {
  display: grid;
  min-height: 3.5em;
  align-content: start;
  margin: 0 0 9px;
  font-size: 1.18rem;
  line-height: 1.16;
}

.ls-card p {
  min-height: 4.4em;
  margin: 0 0 14px;
  font-size: .84rem;
  line-height: 1.45;
}

.ls-card-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.ls-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ls-gold);
  color: var(--ls-navy);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ls-card-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  background: var(--ls-gold);
  color: var(--ls-navy-deep);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ls-section-alloggi {
  text-align: center;
}

.ls-section-alloggi > .elementor-container {
  max-width: 1440px !important;
}

.ls-section-alloggi .ls-card-grid {
  gap: 16px;
}

.ls-section-alloggi .ls-card-body {
  padding: 20px 18px;
}

.ls-section-cottages > .elementor-container {
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
}

.ls-section-cottages .ls-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.ls-section-cottages .elementor-widget-text-editor {
  max-width: 360px;
}

.ls-benefits,
.ls-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.ls-season-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.ls-season-card {
  position: relative;
  display: flex;
  min-height: 282px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--ls-line);
  background: #fff;
  box-shadow: 0 10px 32px rgba(5,35,63,.06);
}

.ls-season-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ls-gold), var(--ls-gold-light));
  content: "";
}

.ls-season-card h3 {
  margin: 8px 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.ls-season-card p:not(.ls-kicker) {
  margin: 0 0 22px;
}

.ls-season-card .ls-link {
  width: min(220px, 100%);
  min-height: 52px;
  align-self: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 20px;
  margin-top: auto;
  font-size: .72rem;
  line-height: 1.2;
}

.ls-section-benefits {
  padding-block: 28px;
  border-block: 1px solid var(--ls-line);
  background: #fff;
}

.ls-benefit,
.ls-service-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ls-benefit {
  min-height: 72px;
  justify-content: center;
  color: var(--ls-navy);
  font-size: .73rem;
  letter-spacing: .025em;
  text-align: left;
  text-transform: uppercase;
}

.ls-benefit span {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  color: var(--ls-navy);
  transition: color .25s ease, transform .3s cubic-bezier(.2,.75,.25,1);
}

.ls-benefit svg {
  width: 100%;
  height: 100%;
}

.ls-benefit strong {
  line-height: 1.25;
}

.ls-benefit:hover span {
  color: var(--ls-gold);
  transform: translateY(-4px);
}

.ls-service-grid {
  margin-top: 34px;
}

.ls-service-card {
  min-height: 130px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 14px;
  border: 1px solid var(--ls-line);
  color: var(--ls-navy);
  text-align: center;
}

.ls-service-card h3 {
  margin: 0 0 8px;
  font-family: Arial, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.ls-service-card p {
  margin: 0;
  font-size: .83rem;
}

.ls-section-review {
  padding-block: 58px;
  background: var(--ls-ivory);
}

.ls-section-review:has(.elementor-shortcode:empty) {
  display: none;
}

.ls-reviews {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.ls-reviews blockquote {
  margin: 0;
  color: var(--ls-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.ls-section-callback {
  padding: clamp(68px, 7vw, 96px) 24px;
  background: #fff;
}

.ls-section-callback > .elementor-container {
  width: min(1200px, 100%) !important;
  padding: 0;
  border-top: 3px solid var(--ls-gold);
  background: var(--ls-navy);
  box-shadow: 0 18px 48px rgba(5,35,63,.14);
}

.ls-form {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.ls-section-callback .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.72fr);
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
  column-gap: clamp(30px, 4vw, 58px);
  row-gap: 0;
  padding: clamp(44px, 5vw, 64px) !important;
}

.ls-section-callback .ls-callback-copy {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.ls-section-callback .elementor-widget-heading,
.ls-section-callback .elementor-widget-text-editor {
  width: 100% !important;
  margin: 0 !important;
}

.ls-section-callback .elementor-widget-heading {
  align-self: start;
}

.ls-section-callback .elementor-widget-heading::before {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  background: var(--ls-gold-light);
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63'/%3E%3Cpath d='M15 5h6M18 2v6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63'/%3E%3Cpath d='M15 5h6M18 2v6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ls-section-callback .elementor-widget-heading .elementor-heading-title {
  max-width: 390px;
  color: #fff !important;
  font-size: clamp(2.15rem, 2.75vw, 2.85rem);
  font-weight: 400;
  line-height: 1.05;
}

.ls-section-callback .elementor-widget-text-editor {
  max-width: 330px;
  margin-top: 0;
  color: rgba(255,255,255,.78);
  font-size: .95rem;
  line-height: 1.65;
}

.ls-section-callback .elementor-widget-text-editor p {
  margin: 0;
  color: rgba(255,255,255,.78) !important;
}

.ls-section-callback .elementor-widget-shortcode {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  width: 100%;
  margin: 0 !important;
  padding: clamp(30px, 3.5vw, 42px);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}

.ls-section-callback .elementor-widget-shortcode .elementor-shortcode {
  width: 100%;
}

.ls-section-callback .ls-callback-form {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px 14px;
  align-items: end;
  width: 100%;
}

.ls-section-callback .ls-callback-form > label:not(.ls-consent):not(.ls-honeypot) {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.ls-section-callback .ls-callback-form .ls-consent {
  grid-column: 1 / -1 !important;
  padding-top: 2px;
}

.ls-section-callback .ls-callback-form .ls-submit {
  grid-column: 1 / -1;
  min-height: 56px;
  margin-top: 2px;
}

.ls-form label {
  grid-column: span 4;
  color: var(--ls-ink);
  font-size: .78rem;
  font-weight: 700;
}

.ls-form input,
.ls-form select,
.ls-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(8,47,82,.24);
  border-radius: 0;
  background: #fff;
  color: var(--ls-ink);
  font: inherit;
}

.ls-form input,
.ls-form select {
  min-height: 49px;
  padding: 10px 12px;
}

.ls-form textarea {
  min-height: 145px;
  padding: 12px;
}

.ls-form .ls-consent,
.ls-form .ls-form-notice,
.ls-form .ls-form-error,
.ls-form .ls-form-success {
  grid-column: 1 / -1;
}

.ls-consent {
  grid-column: 1 / span 8 !important;
  display: flex;
  align-items: flex-start;
  align-self: center;
  gap: 10px;
  font-size: .73rem !important;
  line-height: 1.45;
  font-weight: 400 !important;
}

.ls-consent input {
  flex: 0 0 18px;
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
}

.ls-consent span {
  min-width: 0;
}

.ls-submit {
  grid-column: 9 / -1;
  min-height: 50px;
  padding: 12px 20px;
  cursor: pointer;
}

.ls-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.ls-form-error,
.ls-form-success {
  padding: 12px 15px;
  border-left: 3px solid;
}

.ls-form-error {
  border-color: #a13d32;
  background: #fff1ef;
  color: #77281f;
}

.ls-form-success {
  border-color: #3f7651;
  background: #eef8f1;
  color: #245b36;
}

.ls-final-cta {
  padding-block: 40px;
  background: var(--ls-navy);
}

.ls-final-cta > .elementor-container {
  width: min(1180px, calc(100% - 40px)) !important;
}

.ls-final-cta .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(220px, .7fr) minmax(220px, .7fr);
  align-items: center;
  gap: 16px;
}

.ls-final-cta .elementor-widget {
  width: 100% !important;
  margin: 0 !important;
}

.ls-final-cta .elementor-heading-title {
  color: #fff !important;
  font-size: clamp(2rem, 3.4vw, 3.35rem) !important;
  line-height: 1.08;
}

.ls-final-cta .elementor-widget-button {
  display: block;
}

.ls-final-cta .elementor-button {
  width: 100%;
  justify-content: center;
}

.ls-final-cta .elementor-button-text {
  white-space: nowrap;
}

.ls-btn .elementor-button,
.ls-link-book,
.ls-submit,
.ls-final-cta .elementor-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ls-btn .elementor-button::after,
.ls-link-book::after,
.ls-submit::after,
.ls-final-cta .elementor-button::after {
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -45%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-18deg);
  transition: left .55s ease;
}

.ls-btn .elementor-button:hover::after,
.ls-link-book:hover::after,
.ls-submit:hover::after,
.ls-final-cta .elementor-button:hover::after {
  left: 115%;
}

.ls-motion-ready .ls-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity .72s cubic-bezier(.2,.7,.2,1) var(--ls-delay, 0ms),
    transform .72s cubic-bezier(.2,.7,.2,1) var(--ls-delay, 0ms);
  will-change: opacity, transform;
}

.ls-motion-ready .ls-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.ls-motion-ready .ls-section-intro .elementor-column:first-child.ls-reveal {
  transform: translate3d(-30px, 0, 0);
}

.ls-motion-ready .ls-section-intro .elementor-column:last-child.ls-reveal {
  transform: translate3d(30px, 0, 0);
}

.ls-motion-ready .ls-section-intro .elementor-column.ls-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

.ls-home-hero .elementor-widget {
  backface-visibility: hidden;
}

.ls-hero-ready .ls-home-hero .elementor-widget {
  animation: ls-hero-enter .8s cubic-bezier(.2,.75,.2,1) both;
}

.ls-hero-ready .ls-home-hero .elementor-widget:nth-child(2) {
  animation-delay: .09s;
}

.ls-hero-ready .ls-home-hero .elementor-widget:nth-child(3) {
  animation-delay: .16s;
}

.ls-hero-ready .ls-home-hero .elementor-widget:nth-child(4),
.ls-hero-ready .ls-home-hero .elementor-widget:nth-child(5) {
  animation-delay: .24s;
}

@keyframes ls-hero-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ls-inner-hero {
  min-height: 330px;
  padding: 88px 24px;
  background: linear-gradient(135deg, var(--ls-navy-deep), var(--ls-navy));
  text-align: center;
}

.ls-inner-hero .elementor-heading-title,
.ls-inner-hero p {
  color: #fff !important;
}

.ls-contact-layout,
.ls-structure-grid,
.ls-detail-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.ls-structure-grid {
  gap: 24px;
}

.ls-structure-card {
  overflow: hidden;
  border: 1px solid var(--ls-line);
  background: #fff;
}

.ls-structure-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ls-structure-card > div {
  padding: 26px;
}

.ls-contact-details,
.ls-detail-facts {
  padding: 28px;
  border: 1px solid var(--ls-line);
  background: var(--ls-ivory);
}

.ls-detail-facts h3 {
  margin: 24px 0 10px;
  color: var(--ls-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.ls-detail-services {
  display: grid;
  gap: 7px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.ls-detail-services li::before {
  margin-right: 8px;
  color: var(--ls-gold);
  content: "✓";
  font-weight: 700;
}

.ls-detail {
  overflow: clip;
  background: #fff;
}

.ls-detail-hero {
  position: relative;
  display: grid;
  min-height: min(70vh, 680px);
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--ls-navy);
  isolation: isolate;
}

.ls-detail-hero::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,30,54,.78), rgba(3,30,54,.04) 65%);
  content: "";
}

.ls-detail-hero > img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ls-detail-hero > div {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  padding: 0 0 clamp(42px, 7vw, 78px);
  margin-inline: auto;
}

.ls-detail-hero h1 {
  max-width: 880px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.ls-detail-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(55px, 8vw, 100px) 24px;
}

.ls-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ls-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ls-related {
  padding: 70px 24px;
  background: var(--ls-ivory);
}

.ls-related > h2,
.ls-related > .ls-card-grid {
  max-width: 1180px;
  margin-inline: auto;
}

/* Modern accommodation detail */
.single-ls_accommodation .ls-elementor-page .elementor-section,
.single-ls_accommodation .ls-elementor-page .elementor-column,
.single-ls_accommodation .ls-elementor-page .elementor-widget-wrap,
.single-ls_accommodation .ls-elementor-page .elementor-widget-shortcode {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ls-detail-hero {
  width: 100%;
  min-height: min(78vh, 760px);
  margin-left: 0;
}

.ls-detail-hero::after {
  background:
    linear-gradient(90deg, rgba(3,30,54,.83), rgba(3,30,54,.36) 58%, rgba(3,30,54,.08)),
    linear-gradient(0deg, rgba(3,30,54,.62), transparent 60%);
}

.ls-detail-hero-content {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px)) !important;
  padding: 170px 0 clamp(64px, 8vw, 96px) !important;
  margin-inline: auto;
}

.ls-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ls-elementor-page .ls-detail-breadcrumb {
  color: rgba(255,255,255,.82);
}

.ls-detail-breadcrumb a {
  color: var(--ls-gold-light);
}

.ls-detail-hero h1 {
  max-width: 920px;
  margin: 0 0 18px;
  font-size: clamp(3.5rem, 7vw, 6.4rem);
  line-height: .95;
}

.ls-detail-hero-lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.ls-elementor-page .ls-detail-hero-lead {
  color: rgba(255,255,255,.92);
}

.ls-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ls-detail .ls-submit,
.ls-detail-call {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ls-detail-call {
  border: 1px solid currentColor;
  color: inherit;
}

.ls-detail-highlights {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(1120px, calc(100% - 48px));
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: -42px auto 0;
  border-top: 3px solid var(--ls-gold);
  background: #fff;
  box-shadow: 0 20px 52px rgba(5,35,63,.15);
}

.ls-detail-highlight {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 16px;
  padding: 24px 30px;
  border-right: 1px solid var(--ls-line);
}

.ls-detail-highlight:last-child {
  border-right: 0;
}

.ls-detail-highlight > span,
.ls-detail-service > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: var(--ls-navy);
}

.ls-detail-highlight svg,
.ls-detail-service svg {
  width: 100%;
  height: 100%;
}

.ls-detail-highlight p {
  display: grid;
  gap: 4px;
  margin: 0;
  line-height: 1.2;
}

.ls-detail-highlight small {
  color: var(--ls-gold-text);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.ls-detail-highlight strong {
  color: var(--ls-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  font-weight: 400;
}

.ls-detail-content {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  max-width: none;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .65fr);
  gap: clamp(50px, 7vw, 92px);
  align-items: start;
  margin-inline: auto;
  padding: clamp(78px, 9vw, 118px) 0;
}

.ls-detail-copy > h2,
.ls-detail-services-wrap > h2,
.ls-detail-gallery-heading h2,
.ls-related-heading h2,
.ls-detail-booking-card h2 {
  margin: 8px 0 22px;
  color: var(--ls-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.06;
}

.ls-detail-copy > h2 {
  max-width: 720px;
  font-size: clamp(2.4rem, 4.8vw, 4.25rem);
}

.ls-detail-description {
  max-width: 720px;
  color: #334659;
  font-size: 1.05rem;
  line-height: 1.75;
}

.ls-detail-services-wrap {
  padding-top: clamp(54px, 7vw, 84px);
}

.ls-detail-services-wrap > h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.ls-detail-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.ls-detail-service {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--ls-line);
  background: #fff;
  color: var(--ls-navy);
}

.ls-detail-service > span {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  color: var(--ls-gold-text);
}

.ls-detail-service strong {
  font-size: .73rem;
  letter-spacing: .045em;
  line-height: 1.3;
}

.ls-detail-booking-card {
  position: sticky;
  top: 168px;
  padding: 34px;
  border-top: 3px solid var(--ls-gold);
  color: #e8eef3;
  background: var(--ls-navy);
  box-shadow: var(--ls-shadow);
}

.ls-detail-booking-card .ls-kicker {
  color: var(--ls-gold-light) !important;
}

.ls-detail-booking-card h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.ls-detail-booking-card > p:not(.ls-kicker) {
  color: rgba(255,255,255,.78);
}

.ls-detail-booking-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 24px 0 28px;
  list-style: none;
}

.ls-detail-booking-card li::before {
  margin-right: 9px;
  color: var(--ls-gold-light);
  content: "✓";
}

.ls-detail-booking-card .ls-submit,
.ls-detail-booking-card .ls-detail-call {
  width: 100%;
  margin-top: 10px;
}

.ls-detail-gallery-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding: clamp(82px, 8vw, 112px) 24px;
  margin-left: 0;
  border-block: 1px solid rgba(8,47,82,.08);
  background: linear-gradient(180deg, #f6f2eb 0%, #fbfaf8 100%);
}

.ls-detail-gallery-heading,
.ls-related-heading,
.ls-detail-gallery-section .ls-gallery,
.ls-related > .ls-card-grid {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.ls-detail-gallery-heading,
.ls-related-heading {
  margin-bottom: 34px;
}

.ls-detail-gallery-heading {
  position: relative;
  padding-bottom: 22px;
}

.ls-detail-gallery-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 2px;
  background: var(--ls-gold);
  content: "";
}

.ls-detail-gallery-heading h2,
.ls-related-heading h2 {
  font-size: clamp(2.35rem, 4.4vw, 3.8rem);
}

.ls-detail-gallery-section .ls-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 10px;
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ls-detail-gallery-section .ls-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  grid-column: span 2;
  grid-row: auto;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 12px 30px rgba(5,35,63,.1);
  transition: filter .3s ease, box-shadow .3s ease;
}

.ls-detail-gallery-section .ls-gallery img:hover {
  filter: brightness(.94);
  box-shadow: 0 16px 36px rgba(5,35,63,.16);
}

.ls-detail-gallery-section .ls-gallery img:first-child {
  max-height: 600px;
  aspect-ratio: 16 / 7;
  grid-column: 1 / -1;
  grid-row: auto;
}

.ls-detail-gallery-section .ls-gallery img:nth-child(4) {
  grid-column: span 2;
}

.ls-related {
  padding: clamp(72px, 8vw, 108px) 24px;
  background: #fff;
}

.ls-related > .ls-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

.ls-related .ls-card-image {
  aspect-ratio: 16 / 10;
}

/* Shared full-width content pages */
.ls-page-shell,
.ls-page-shell > .elementor-container,
.ls-page-shell .elementor-column,
.ls-page-shell .elementor-widget-wrap,
.ls-page-shell .elementor-widget-shortcode {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ls-page-detail {
  overflow: clip;
  background: #fff;
}

.ls-page-hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: min(72vh, 700px);
  margin-left: 0;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--ls-navy);
  isolation: isolate;
}

.ls-page-hero::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,30,54,.84), rgba(3,30,54,.34) 60%, rgba(3,30,54,.08)),
    linear-gradient(0deg, rgba(3,30,54,.56), transparent 58%);
  content: "";
}

.ls-page-hero > img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ls-page-hero-content {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  padding: 170px 0 clamp(70px, 8vw, 98px);
  margin-inline: auto;
}

.ls-page-breadcrumb {
  margin: 0 0 15px;
  color: var(--ls-gold-light) !important;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ls-page-hero h1 {
  max-width: 980px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(3.35rem, 6.7vw, 6.2rem);
  line-height: .96;
}

.ls-page-hero-lead {
  max-width: 730px;
  margin: 0;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.55;
}

.ls-page-hero-actions {
  margin-top: 30px;
}

.ls-page-hero .ls-submit,
.ls-page-final-cta .ls-submit,
.ls-structure-location .ls-submit,
.ls-structure-location .ls-detail-call {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  text-decoration: none;
}

.ls-page-intro {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
  padding: clamp(76px, 9vw, 120px) 0;
  margin-inline: auto;
}

.ls-page-intro h2,
.ls-page-section-heading h2,
.ls-structure-story h2,
.ls-structure-location h2,
.ls-page-final-cta h2 {
  margin: 8px 0 20px;
  color: var(--ls-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.6vw, 4rem);
  font-weight: 400;
  line-height: 1.06;
}

.ls-page-intro p:not(.ls-kicker),
.ls-structure-story p:not(.ls-kicker),
.ls-structure-location p:not(.ls-kicker) {
  color: #334659;
  font-size: 1.02rem;
  line-height: 1.72;
}

.ls-page-list-section,
.ls-contact-form-section,
.ls-structure-services {
  padding: clamp(72px, 8vw, 108px) 24px;
  background: var(--ls-ivory);
}

.ls-page-section-heading,
.ls-page-list-section > .ls-card-grid,
.ls-contact-form-section > .ls-contact-layout,
.ls-structure-services > .ls-benefits {
  width: min(1280px, 100%);
  margin-inline: auto;
}

.ls-page-section-heading {
  margin-bottom: 38px;
}

.ls-alloggi-page .ls-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 0;
}

.ls-alloggi-page .ls-card-image {
  aspect-ratio: 16 / 10;
}

.ls-alloggi-page .ls-card h3,
.ls-alloggi-page .ls-card p {
  min-height: auto;
}

.ls-page-benefits {
  padding: 30px 24px;
  border-block: 1px solid var(--ls-line);
}

.ls-page-benefits .ls-benefits {
  width: min(1280px, 100%);
  margin-inline: auto;
}

.ls-page-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(52px, 6vw, 76px) max(24px, calc((100vw - 1200px) / 2));
  color: #fff;
  background: var(--ls-navy);
}

.ls-page-final-cta .ls-kicker {
  color: var(--ls-gold-light) !important;
}

.ls-page-final-cta h2 {
  max-width: 820px;
  margin-bottom: 0;
  color: #fff;
}

.ls-structure-highlights {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-structure-grid {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 clamp(82px, 9vw, 118px);
  margin-inline: auto;
}

.ls-structure-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--ls-line);
  color: var(--ls-navy);
  background: #fff;
  box-shadow: 0 10px 30px rgba(5,35,63,.06);
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ls-structure-card:hover {
  border-color: rgba(201,154,79,.65);
  box-shadow: 0 20px 46px rgba(5,35,63,.13);
  transform: translateY(-5px);
}

.ls-structure-card > span {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  place-items: center;
  color: var(--ls-gold-text);
}

.ls-structure-card svg {
  width: 100%;
  height: 100%;
}

.ls-structure-card > div {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 0;
}

.ls-structure-card h2 {
  min-height: 2.15em;
  margin: 7px 0 12px;
  color: var(--ls-navy);
  font-size: 1.62rem;
}

.ls-structure-card p:not(.ls-kicker) {
  margin: 0 0 20px;
  color: var(--ls-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.ls-structure-card em {
  margin-top: auto;
  color: var(--ls-gold-text);
  font-size: .7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ls-structure-story {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(46px, 7vw, 92px);
  align-items: center;
  padding: clamp(74px, 8vw, 106px) 0;
  margin-inline: auto;
  scroll-margin-top: 165px;
}

.ls-structure-story + .ls-structure-story {
  border-top: 1px solid var(--ls-line);
}

.ls-structure-story-reverse .ls-structure-story-image {
  order: 2;
}

.ls-structure-story-image {
  overflow: hidden;
  box-shadow: var(--ls-shadow);
}

.ls-structure-story-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ls-structure-services {
  scroll-margin-top: 165px;
}

.ls-structure-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: clamp(58px, 7vw, 84px) max(24px, calc((100vw - 1200px) / 2));
  scroll-margin-top: 165px;
  color: #fff;
  background: var(--ls-navy);
}

.ls-structure-location h2,
.ls-structure-location p:not(.ls-kicker) {
  color: #fff;
}

.ls-structure-location .ls-kicker {
  color: var(--ls-gold-light) !important;
}

.ls-structure-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ls-contact-channels {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -42px auto 0;
  border-top: 3px solid var(--ls-gold);
  background: #fff;
  box-shadow: var(--ls-shadow);
}

.ls-contact-channels > a {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-right: 1px solid var(--ls-line);
  color: var(--ls-navy);
  text-decoration: none;
  transition: background-color .2s ease;
}

.ls-contact-channels > a:hover {
  background: var(--ls-ivory);
}

.ls-contact-channels > a:last-child {
  border-right: 0;
}

.ls-contact-channels span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  color: var(--ls-gold-text);
}

.ls-contact-channels svg {
  width: 100%;
  height: 100%;
}

.ls-contact-channels p {
  display: grid;
  gap: 4px;
  margin: 0;
  min-width: 0;
}

.ls-contact-channels small {
  color: var(--ls-gold-text);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .11em;
}

.ls-contact-channels strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .98rem;
  font-weight: 400;
}

.ls-contact-form-section .ls-contact-layout {
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.55fr);
  gap: 26px;
}

.ls-contact-page .ls-contact-details {
  position: sticky;
  top: 168px;
  padding: 34px;
  color: rgba(255,255,255,.82);
  background: var(--ls-navy);
}

.ls-contact-page .ls-contact-details h2,
.ls-contact-page .ls-contact-details a {
  color: #fff;
}

.ls-elementor-page .ls-contact-page .ls-contact-details p {
  color: rgba(255,255,255,.82);
}

.ls-contact-page .ls-contact-layout > div {
  padding: 34px;
  border: 1px solid var(--ls-line);
  background: #fff;
}

.ls-contact-page .ls-contact-layout > div > h2 {
  margin-top: 0;
  font-size: 2.15rem;
}

.ls-contact-page .ls-contact-layout > div > .ls-form > label:nth-of-type(4) {
  grid-column: 1 / -1;
}

.ls-contact-page .ls-contact-layout textarea {
  min-height: 135px;
}

.ls-contact-page .ls-contact-layout hr {
  margin: 38px 0;
  border: 0;
  border-top: 1px solid var(--ls-line);
}

/* Coherent CTA icon language */
:where(.ls-btn .elementor-button, .ls-submit, .ls-detail-call, .ls-link) {
  gap: 10px;
}

:where(.ls-btn .elementor-button, .ls-submit, .ls-detail-call, .ls-link)::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  content: "";
  -webkit-mask: var(--ls-cta-icon) center / contain no-repeat;
  mask: var(--ls-cta-icon) center / contain no-repeat;
  transition: transform .2s ease;
}

:where(.ls-btn .elementor-button, .ls-submit, .ls-detail-call, .ls-link):hover::before {
  transform: translateX(2px);
}

.ls-btn .elementor-button,
.ls-submit,
.ls-detail-call {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
}

.ls-btn .elementor-button,
.ls-link,
.ls-submit[href*="/alloggi/"] {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}

.ls-submit,
.ls-link-book,
.ls-btn .elementor-button[href*="secure-reservation"],
.ls-submit[href*="secure-reservation"] {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 15l2 2 5-5'/%3E%3C/svg%3E");
}

.ls-btn .elementor-button[href^="tel:"],
.ls-submit[href^="tel:"],
.ls-detail-call[href^="tel:"],
.ls-link[href^="tel:"] {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.ls-btn .elementor-button[href*="maps"],
.ls-submit[href*="maps"],
.ls-detail-call[href*="maps"],
.ls-link[href*="maps"] {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.ls-submit[href*="wa.me"],
.ls-detail-call[href*="wa.me"],
.ls-link[href*="wa.me"],
.ls-link-whatsapp {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-9 8.5 9 9 0 0 1-4-.9L3 21l1.7-4.6A8.5 8.5 0 1 1 21 11.5z'/%3E%3Cpath d='M9 9.5c1 2.5 2.5 4 5 5'/%3E%3C/svg%3E");
}

.ls-season-card .ls-link[href*="estate-ponte-di-legno"] {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.42 1.42M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.42-1.42M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E");
}

.ls-season-card .ls-link[href*="inverno-ponte-di-legno"] {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M12 2v20M4 6.5l16 11M4 17.5l16-11M8.5 4 12 7l3.5-3M8.5 20l3.5-3 3.5 3M3.5 10l4.5 1-1 4M20.5 14l-4.5-1 1-4'/%3E%3C/svg%3E");
}

.ls-form:not(.ls-callback-form) .ls-submit {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 2-7 20-4-9-9-4zM22 2 11 13'/%3E%3C/svg%3E");
}

.ls-callback-form .ls-submit {
  --ls-cta-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63'/%3E%3Cpath d='M15 5h6M18 2v6'/%3E%3C/svg%3E");
}

.ls-contact-page .ls-form .ls-submit {
  min-height: 54px;
  align-self: end;
}

.ls-contact-page .ls-contact-details p:has(> .ls-link),
.ls-contact-page .ls-contact-details p:has(> .ls-submit) {
  margin: 0 0 10px;
}

.ls-contact-page .ls-contact-details .ls-link,
.ls-contact-page .ls-contact-details .ls-submit {
  width: 100%;
  min-height: 48px;
  justify-content: flex-start;
  padding: 12px 15px;
  margin: 0;
}

.ls-offers-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-offers-page .ls-offer-grid {
  width: min(1280px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto;
}

.ls-offers-page .ls-offer-card {
  min-height: 100%;
  border-top: 3px solid var(--ls-gold);
}

.ls-offers-page .ls-offer-card:hover {
  border-color: var(--ls-gold);
  box-shadow: 0 18px 42px rgba(5,35,63,.12);
  transform: translateY(-4px);
}

.ls-offers-page .ls-offer-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ls-offers-page .ls-offer-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}

.ls-offers-page .ls-offer-card h2 {
  margin: 0 0 14px;
  color: var(--ls-navy);
  font-size: 2rem;
}

.ls-offers-page .ls-offer-card .ls-submit {
  margin-top: auto;
}

.ls-offers-page .ls-empty-offers {
  width: min(1280px, 100%);
  padding: clamp(48px, 7vw, 82px);
  margin-inline: auto;
  border: 1px solid var(--ls-line);
  border-top: 3px solid var(--ls-gold);
  background: #fff;
  box-shadow: 0 14px 36px rgba(5,35,63,.07);
  text-align: left;
}

.ls-offers-page .ls-empty-offers h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--ls-navy);
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
}

.ls-offers-page .ls-empty-offers p {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--ls-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.ls-empty-offers {
  padding: 32px;
  border: 1px solid var(--ls-line);
  background: var(--ls-ivory);
  text-align: center;
}

.ls-provisional-image {
  position: relative;
}

.ls-provisional-image::after {
  content: "IMMAGINE PROVVISORIA — FOTO AD HOC";
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  background: rgba(5,35,63,.82);
  color: #fff;
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .06em;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--ls-gold-light);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .ls-season-card .ls-link {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .ls-booking-strip .elementor-widget-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    column-gap: 30px;
  }

  .ls-card-grid,
  .ls-offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ls-benefits,
  .ls-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ls-section-cottages .ls-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-section-callback .elementor-widget-wrap {
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.65fr);
    column-gap: 32px;
  }

  .ls-final-cta .elementor-widget-wrap {
    grid-template-columns: 1fr 220px 220px;
  }
}

@media (max-width: 960px) {
  .ls-section-callback .elementor-widget-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 0;
  }

  .ls-section-callback .elementor-widget-heading,
  .ls-section-callback .elementor-widget-text-editor,
  .ls-section-callback .elementor-widget-shortcode {
    grid-column: 1;
    grid-row: auto;
  }

  .ls-section-callback .elementor-widget-shortcode {
    width: 100%;
    margin-top: 30px;
  }

  .ls-detail-content {
    grid-template-columns: 1fr;
  }

  .ls-detail-booking-card {
    position: relative;
    top: auto;
    width: min(620px, 100%);
  }

  .ls-detail-highlights {
    width: calc(100% - 36px);
  }

  .ls-related > .ls-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-page-intro,
  .ls-structure-story,
  .ls-contact-form-section .ls-contact-layout {
    grid-template-columns: 1fr;
  }

  .ls-alloggi-page .ls-card-grid,
  .ls-structure-grid,
  .ls-structure-highlights,
  .ls-contact-channels,
  .ls-offers-page .ls-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-detail-gallery-section .ls-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-detail-gallery-section .ls-gallery img,
  .ls-detail-gallery-section .ls-gallery img:nth-child(4) {
    grid-column: span 1;
  }

  .ls-detail-gallery-section .ls-gallery img:first-child {
    grid-column: 1 / -1;
  }

  .ls-structure-story-reverse .ls-structure-story-image {
    order: 0;
  }

  .ls-contact-page .ls-contact-details {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .ls-section {
    padding: 56px 18px;
  }

  .ls-page-hero {
    min-height: 610px;
  }

  .ls-page-hero-content {
    width: calc(100% - 36px);
    padding: 142px 0 62px;
  }

  .ls-page-hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.35rem);
  }

  .ls-page-hero .ls-submit {
    width: 100%;
  }

  .ls-page-intro,
  .ls-structure-story {
    width: calc(100% - 36px);
    padding: 62px 0;
  }

  .ls-page-list-section,
  .ls-contact-form-section,
  .ls-structure-services {
    padding: 62px 18px;
  }

  .ls-alloggi-page .ls-card-grid,
  .ls-structure-grid,
  .ls-structure-highlights,
  .ls-contact-channels {
    grid-template-columns: 1fr;
  }

  .ls-structure-grid {
    width: calc(100% - 36px);
    padding-bottom: 66px;
  }

  .ls-structure-card {
    min-height: 260px;
  }

  .ls-structure-location,
  .ls-page-final-cta {
    grid-template-columns: 1fr;
    padding: 54px 18px;
  }

  .ls-structure-location-actions {
    display: grid;
  }

  .ls-contact-channels {
    width: calc(100% - 36px);
    margin-top: 0;
  }

  .ls-contact-channels > a {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--ls-line);
  }

  .ls-contact-page .ls-contact-layout > div,
  .ls-contact-page .ls-contact-details {
    padding: 26px 22px;
  }

  .ls-detail-hero {
    min-height: 610px;
  }

  .ls-detail-hero-content {
    width: calc(100% - 36px) !important;
    padding: 142px 0 62px !important;
  }

  .ls-detail-hero h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .ls-detail-hero-actions {
    display: grid;
  }

  .ls-detail-hero-actions .ls-submit,
  .ls-detail-hero-actions .ls-detail-call {
    width: 100%;
  }

  .ls-detail-highlights {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .ls-detail-highlight {
    min-height: 92px;
    padding: 18px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--ls-line);
  }

  .ls-detail-content {
    width: calc(100% - 36px);
    padding: 64px 0;
  }

  .ls-detail-services {
    grid-template-columns: 1fr;
  }

  .ls-detail-booking-card {
    padding: 28px 22px;
  }

  .ls-detail-gallery-section,
  .ls-related {
    padding: 62px 18px;
  }

  .ls-detail-gallery-section .ls-gallery,
  .ls-related > .ls-card-grid {
    grid-template-columns: 1fr;
  }

  .ls-detail-gallery-section .ls-gallery {
    grid-auto-rows: auto;
    gap: 8px;
    padding: 0;
  }

  .ls-detail-gallery-section .ls-gallery img,
  .ls-detail-gallery-section .ls-gallery img:first-child,
  .ls-detail-gallery-section .ls-gallery img:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .ls-home-hero {
    min-height: 500px;
    padding: 112px 18px 52px;
    background-position: 58% center !important;
  }

  .ls-home-hero > .elementor-container {
    width: 100% !important;
    padding-top: 0;
  }

  .ls-home-hero .ls-kicker .elementor-heading-title,
  .ls-booking-strip .elementor-heading-title,
  .ls-booking-strip .elementor-button-text {
    white-space: normal;
  }

  .ls-home-hero::before {
    background: linear-gradient(90deg, rgba(3,30,54,.84), rgba(3,30,54,.38));
  }

  .ls-home-hero .elementor-widget-button,
  .ls-final-cta .elementor-widget-button {
    float: none;
    display: block;
    width: 100%;
    margin: 9px 0 0;
  }

  .ls-btn .elementor-button {
    width: 100%;
  }

  .ls-booking-strip {
    margin-top: 0;
    padding: 0;
  }

  .ls-booking-strip > .elementor-container {
    width: 100% !important;
    padding: 28px 20px;
  }

  .ls-booking-strip .elementor-widget-wrap {
    display: block;
  }

  .ls-booking-strip .elementor-widget {
    width: 100%;
    margin-bottom: 10px;
  }

  .ls-card-grid,
  .ls-offer-grid,
  .ls-benefits,
  .ls-service-grid,
  .ls-season-grid,
  .ls-contact-layout,
  .ls-structure-grid,
  .ls-detail-content,
  .ls-gallery {
    grid-template-columns: 1fr;
  }

  .ls-card h3,
  .ls-card p {
    min-height: auto;
  }

  .ls-season-card {
    min-height: auto;
  }

  .ls-section-intro-split > .elementor-container,
  .ls-section-cottages > .elementor-container {
    display: flex;
    flex-direction: column;
  }

  .ls-section-intro::before {
    width: 250px;
    height: 180px;
  }

  .ls-section-intro-split .elementor-column,
  .ls-section-cottages .elementor-column {
    width: 100% !important;
  }

  .ls-intro-badge-widget {
    right: 12px;
    bottom: 12px;
  }

  .ls-intro-badge {
    min-width: 142px;
    min-height: 62px;
    padding: 9px 13px;
  }

  .ls-section-cottages .ls-card-grid {
    grid-template-columns: 1fr;
  }

  .ls-section-callback {
    padding: 52px 18px;
  }

  .ls-section-callback > .elementor-container {
    padding: 0;
  }

  .ls-section-callback .elementor-widget-wrap,
  .ls-final-cta .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .ls-section-callback .ls-callback-copy {
    display: flex;
    width: 100%;
  }

  .ls-section-callback .elementor-widget-wrap {
    padding: 34px 24px !important;
  }

  .ls-section-callback .elementor-widget-shortcode {
    width: 100%;
    padding: 24px 18px;
    margin-top: 28px;
  }

  .ls-final-cta {
    padding: 38px 18px;
    text-align: center;
  }

  .ls-final-cta > .elementor-container {
    width: 100% !important;
  }

  .ls-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .ls-benefit {
    min-height: 94px;
    flex-direction: column;
    justify-content: center;
    padding: 10px 4px;
    text-align: center;
  }

  .ls-benefit span {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

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

  .ls-form label,
  .ls-submit {
    grid-column: 1;
  }

  .ls-consent {
    grid-column: 1 !important;
  }
}

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