.the-place-page {
  --tpl-bg: #f6f1ea;
  --tpl-text: #1c1714;
  --tpl-muted: #72695f;
  --tpl-white: #ffffff;
  --tpl-line: rgba(28, 23, 20, 0.12);
  background: var(--tpl-bg);
  color: var(--tpl-text);
  overflow-x: clip;
  font-family: var(--pgk-font-serif);
  top: var(--header-h);
}

.the-place-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.the-place-page .container{
  width: min(1200px, calc(100% - 56px));
  margin:0 auto !important;

}

.the-place-page .tpl-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--tpl-muted);
  margin: 0 auto 34px !important;
  text-align: center;
}

.the-place-page .tpl-kicker--dark::before,
.the-place-page .tpl-kicker--dark::after{
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: currentColor;
  opacity: .45;
}

.the-place-page .tpl-kicker--dark {
  color: var(--tpl-muted);
}

.the-place-page .tpl-kicker--light {
  color: rgba(255, 255, 255, 0.72);
}

.the-place-page .tpl-title {
  margin: 0 auto 18px !important;
  max-width: 980px;
  font-family: var(--pgk-font-serif);
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.32;
  color: var(--tpl-text);
  font-weight: 400;
  text-align: center;
}

.the-place-page .tpl-title--light {
  color: var(--tpl-white);
}
.tpl-copy-food {
  max-width: 980px;
  margin: 0 auto;
  font-size: 2.05rem;
  line-height: 1.8;
  color: rgba(28, 23, 20, 0.82);
  text-align: center;
}

.the-place-page .tpl-copy {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(28, 23, 20, 0.82);
  text-align: center;
}

.the-place-page .tpl-copy--light {
  color: rgba(255, 255, 255, 0.82);
}

/* NUOVA DA VERIFICA */
.the-place-page .tpl-hero__content,
.the-place-page .tpl-overlap__text,
.the-place-page .tpl-landscape__panel,
.the-place-page .tpl-end__wrap,
.the-place-page section[style].container,
.the-place-page section[style] .container {
  text-align: center;
}

.the-place-page .tpl-overlap__text,
.the-place-page .tpl-landscape__panel,
.the-place-page .tpl-end__wrap {
  margin-left: auto;
  margin-right: auto;
}
/* FINE */
/* HERO */
.the-place-page .tpl-hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background: #000;
}

.the-place-page .tpl-hero__media,
.the-place-page .tpl-hero__shade {
  position: absolute;
  inset: 0;
}

.the-place-page .tpl-hero__media img {
  /*transform: scale(1.08);*/
  will-change: transform;
}

.the-place-page .tpl-hero__shade {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.44) 0%,
    rgba(0, 0, 0, 0.12) 45%,
    rgba(0, 0, 0, 0.06) 100%
  );
  z-index: 1;
}

.the-place-page .tpl-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 240px;
}

.the-place-page .tpl-hero__title {
  max-width: 980px;
  margin: 0 auto;
  color: var(--tpl-white);
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  font-weight: 400;
  text-align: center;
}

.the-place-page .tpl-hero .tpl-kicker {
  color: rgba(255, 255, 255, 0.72);
}

/* OVERLAP: text then image rises and covers it */
.the-place-page .tpl-overlap {
  position: relative;
  height: 240vh;
  background: var(--tpl-bg);
}

.the-place-page .tpl-overlap__sticky {
  /*[data-tpl-overlap-sticky] {*/
  position: sticky;
  top: var(--header-h);
  height: calc(100vh - var(--header-h));
}

.the-place-page .tpl-overlap__text {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding-top: 120px;
  opacity: 1;
  will-change: transform, opacity;
}

.the-place-page .tpl-overlap__media {
  position: absolute;
  inset: 0;
  z-index: 3;
  will-change: transform;
}

.the-place-page .tpl-overlap__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
@media (max-width: 991px) {
  .the-place-page .tpl-overlap__media img {
    object-position: 28% center;
  }
  .pgkLand__media img {
    object-position: 18% center;
  }
}
@media (max-width: 991px) {
  .the-place-page .tpl-overlap {
    height: 210vh;
  }

  .the-place-page .tpl-overlap__text {
    padding-top: 84px;
  }
}

@media (max-width: 640px) {
  .the-place-page .tpl-overlap {
    height: 170vh;
  }

  .the-place-page .tpl-overlap__sticky {
    height: 100svh;
  }

  .the-place-page .tpl-overlap__text {
    padding-top: 72px;
  }
}

/* CROSS */ 

.the-place-page .tpl-cross-block {
  position: relative;
  width: 100%;
  background: var(--tpl-bg);
}

:root {
  --header-h: var(--pgk-header-h);
}

.is-mobile { display: none; }
.is-desktop { display: block; }

.the-place-page .tpl-cross-block {
  position: relative;
  width: 100%;
  background: var(--tpl-bg);
}

/* DESKTOP */
.the-place-page .tpl-cross {
  position: relative;
  height: 300vh;
  background: var(--tpl-bg);
  overflow: hidden;
}

.the-place-page .tpl-cross__pin {
  position: relative;
  top: 0;
  height: calc(100vh - var(--header-h));
  overflow: hidden;
}

.the-place-page .tpl-cross__head {
  position: relative;
  z-index: 8;
  padding-top: 48px;
  opacity: 1;
  transform: none;
}

.the-place-page .tpl-cross__head .tpl-title {
  max-width: 760px;
}

.the-place-page .tpl-cross__stage {
  position: absolute;
  inset: 0;
}

.the-place-page .tpl-cross__item {
  position: absolute;
  overflow: hidden;
  will-change: transform, width, height, top, opacity;
}

.the-place-page .tpl-cross__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* PRIMA COPPIA */
.the-place-page .tpl-cross__item--base-left {
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  z-index: 2;
}

.the-place-page .tpl-cross__item--base-right {
  right: 8vw;
  top: 22%;
  width: 24vw;
  height: 36%;
  z-index: 3;
}

/* SECONDA COPPIA */
.the-place-page .tpl-cross__item--overlay-left {
  left: 0;
  top: 100%;
  width: 50vw;
  height: 100%;
  z-index: 4;
}

.the-place-page .tpl-cross__item--overlay-right {
  right: 0;
  top: -100%;
  width: 50vw;
  height: 100%;
  z-index: 5;
}
/* =========================================================
   CROSS REVERSE (invertito)
========================================================= */
/*
.the-place-page .tpl-cross-block--reverse .tpl-cross__item--base-left {
  left: auto;
  right: 0;
}

.the-place-page .tpl-cross-block--reverse .tpl-cross__item--base-right {
  right: auto;
  left: 8vw;
}

.the-place-page .tpl-cross-block--reverse .tpl-cross__item--overlay-left {
  left: auto;
  right: 0;
}

.the-place-page .tpl-cross-block--reverse .tpl-cross__item--overlay-right {
  right: auto;
  left: 0;
}

@media (max-width: 991px) {
  .the-place-page .tpl-cross {
    height: 240vh;
  }

  .the-place-page .tpl-cross__item--base-left,
  .the-place-page .tpl-cross__item--overlay-left {
    width: 52vw;
  }

  .the-place-page .tpl-cross__item--base-right {
    right: 5vw;
    top: 24%;
    width: 28vw;
    height: 30%;
  }

  .the-place-page .tpl-cross__item--overlay-right {
    right: 0;
    width: 52vw;
    height: 100%;
  }
}
*/
@media (max-width: 980px) {
  :root {
    --header-h: var(--pgk-header-h-m);
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .is-desktop { display: none !important; }
  .is-mobile { display: block; }
}

/* LANDSCAPE */
.the-place-page .tpl-landscape {
  position: relative;
  height: 110vh;
  min-height: 760px;
  overflow: hidden;
  background: #000;
}

.the-place-page .tpl-landscape__media {
  position: absolute;
  inset: 0;
}

.the-place-page .tpl-landscape__media img {
  /*transform: scale(1.08);*/
  will-change: transform;
}

.the-place-page .tpl-landscape__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
}

.the-place-page .tpl-landscape__panel {
  max-width: 640px;
  opacity: 0;
  transform: translate3d(0, 70px, 0);
}

/* END */
.the-place-page .tpl-end {
  padding: 120px 0 130px;
}

.the-place-page .tpl-end__wrap {
  max-width: 920px;
  padding-top: 30px;
  border-top: 1px solid var(--tpl-line);
}

/* TABLET */
@media (max-width: 991px) {
  .the-place-page .container {
    width: min(100% - 32px, 1200px);
  }

  .the-place-page .tpl-hero__content,
  .the-place-page .tpl-landscape__content {
    padding-bottom: 32vh;
  }
/*
  .the-place-page .tpl-cross {
    height: 220vh;
  }

  .the-place-page .tpl-cross__item--left {
    width: 58vw;
    height: 46vh;
    top: 50vh;
  }

  .the-place-page .tpl-cross__item--right {
    width: 36vw;
    height: 42vh;
    top: 10vh;
  }
*/
  .the-place-page .tpl-landscape {
    height: 82vh;
    min-height: 520px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .the-place-page .container {
    width: min(100% - 24px, 1200px);
  }

  .the-place-page .tpl-hero {
    min-height: 560px;
  }

  .the-place-page .tpl-hero__content,
  .the-place-page .tpl-landscape__content {
    padding-bottom: 30vh;
  }
/*
  .the-place-page .tpl-cross {
    height: auto;
    padding: 56px 0 24px;
  }

  .the-place-page .tpl-cross__pin {
    height: auto;
    overflow: visible;
  }

  .the-place-page .tpl-cross__head {
    margin-bottom: 24px;
    padding-top: 0;
    opacity: 1;
    transform: none;
  }

  .the-place-page .tpl-cross__stage {
    position: relative;
    display: grid;
    gap: 16px;
  }

  .the-place-page .tpl-cross__item,
  .the-place-page .tpl-cross__item--left,
  .the-place-page .tpl-cross__item--right {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    height: 42vh;
    transform: none !important;
  }*/

  .the-place-page .tpl-landscape__panel {
    opacity: 1;
    transform: none;
  }

  .tpl-copy-food {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .the-place-page .tpl-copy {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .the-place-page .tpl-end {
    padding: 84px 0 96px;
  }
}

.pgk-container{
  width: min(var(--pgk-max), calc(100% - (var(--pgk-container-gutter) * 2)));
  margin: 0 auto;
}

.pgk-kicker{
  display:inline-block;
  margin:0 0 18px;
  font-family: var(--pgk-font-sans);
  font-size: var(--pgk-kicker-size);
  line-height: 1;
  letter-spacing: var(--pgk-kicker-tracking);
  text-transform: uppercase;
  color: var(--pgk-muted);
}

.pgk-title-xl,
.pgk-title-lg{
  margin:0;
  font-family: var(--pgk-font-serif);
  font-weight:400;
  color: var(--pgk-ink);
}

.pgk-title-xl{
  font-size: var(--pgk-h1);
  line-height: .92;
  letter-spacing: -.04em;
}

.pgk-title-lg{
  font-size: var(--pgk-h2);
  line-height: .98;
  letter-spacing: -.035em;
}

.pgk-copy{
  margin:0;
  max-width: 760px;
  font-family: var(--pgk-font-sans);
  font-size: var(--pgk-body-size);
  line-height: var(--pgk-body-line);
  color: var(--pgk-text);
}

.pgk-section{
  padding: var(--pgk-section-y) 0;
}

/* blocchi testi */
/* MID TEXT BLOCKS */
.the-place-page .tpl-midtext {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.the-place-page .tpl-midtext .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.the-place-page .tpl-midtext .tpl-title {
  max-width: 980px;
  margin: 0 auto;
}

.the-place-page .tpl-midtext--one {
  padding: 30px 0;
  margin-top: 0px;
}

@media (max-width: 640px) {
  .the-place-page .tpl-midtext--two {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 641px) and (max-width: 990px) {
  .the-place-page .tpl-midtext--two {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 991px) {
  .the-place-page .tpl-midtext--two {
    position: relative;
    padding: 30px 0;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
  }
}



/* nuove sezioni */
/* STATIC INTRO TEXT - SAME AS OPENING TEXT */
.the-place-page .tpl-introtext {
  padding: 120px 0;
  background: var(--tpl-bg);
  text-align: center;
}

.the-place-page .tpl-introtext__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.the-place-page .tpl-introtext .tpl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

.the-place-page .tpl-introtext .tpl-title {
  max-width: 980px;
  margin: 0 auto 30px;
}

.the-place-page .tpl-introtext .tpl-copy-food {
  max-width: 900px;
  margin: 0 auto;
}

.the-place-page .tpl-introtext .tpl-copy {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .the-place-page .tpl-introtext {
    padding: 72px 0;
  }

  .the-place-page .tpl-introtext .tpl-kicker {
    margin-bottom: 24px;
  }

  .the-place-page .tpl-introtext .tpl-title {
    margin-bottom: 20px;
  }

  .tpl-copy-food {
    max-width: 34rem;
  }

  .the-place-page .tpl-introtext .tpl-copy {
    max-width: 34rem;
  }
}

/* immagine */
/* FEATURE SECTION - RESCHIO STYLE */
.the-place-page .tpl-feature {
  position: relative;
  padding: 11px 0 14px;
  background: var(--tpl-bg);
  overflow: hidden;

}

.the-place-page .tpl-feature__media {
  position: relative;
  width: min(84vw, 1580px);
  margin-left: auto;
  height: clamp(520px, 52vw, 760px);
  overflow: hidden;

}

.the-place-page .tpl-feature__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

}

.the-place-page .tpl-feature__card {
  position: absolute;
  left: min(11vw, 10px);
  top: 40%;
  transform: translateY(-28%);
  width: min(54vw, 660px);
  background: var(--tpl-bg);
  padding: 44px 36px 44px; 
  z-index: 3;
}

.the-place-page .tpl-feature__title {
  margin: 0 0 24px;
  font-size: clamp(28px, 3.1vw, 46px); 
  line-height: 0.92;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: center;
}

.the-place-page .tpl-feature__copy {
  max-width: 35rem;
  margin: 0 0 44px;
  text-align: center;
  font-size: clamp(18px, 1.2vw, 26px);
  line-height: 1.55;
  color: rgba(20, 20, 20, 0.72);
}

.the-place-page .tpl-feature__link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
}
/* inverso */
/* FEATURE REVERSE */
.the-place-page .tpl-feature--reverse .tpl-feature__media {
  margin-left: 0;
  margin-right: auto;
    position: relative;
  width: min(84vw, 1580px);
  height: clamp(520px, 52vw, 760px);
  overflow: hidden;

}

.the-place-page .tpl-feature--reverse .tpl-feature__card {
  left: auto;
  right: min(11vw, 10px);
}
@media (max-width: 990px) {
  .the-place-page .tpl-feature {
    padding: 70px 0 90px;
  }

  .the-place-page .tpl-feature__media {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 58vw;
    min-height: 360px;
  }

  .the-place-page .tpl-feature__card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: calc(100% - 80px);
    max-width: 620px;
    margin: -80px auto 0;
    padding: 42px 34px 38px;
  }

  .the-place-page .tpl-feature__title {
    font-size: clamp(34px, 6vw, 52px);
  }

  .the-place-page .tpl-feature__copy {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .the-place-page .tpl-feature--reverse .tpl-feature__media {
    width: calc(100% - 40px);
    height: 58vw;
    min-height: 360px;
    margin: 0 auto;
  }

  .the-place-page .tpl-feature--reverse .tpl-feature__card {
    left: auto;
    right: auto;
    width: calc(100% - 80px);
    margin: -80px auto 0;
  }

}

@media (max-width: 640px) {
  .the-place-page .tpl-feature {
    padding: 48px 0 70px;
  }

  .the-place-page .tpl-feature__media {
    width: 100%;
    height: 72vw;
    min-height: 280px;
  }

  .the-place-page .tpl-feature__card {
    width: calc(100% - 32px);
    margin: -34px auto 0;
    padding: 28px 22px 26px;
  }

  .the-place-page .tpl-feature__title {
    margin-bottom: 16px;
    font-size: clamp(28px, 8.5vw, 40px);
  }

  .the-place-page .tpl-feature__copy {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.6;
  }

  .the-place-page .tpl-feature__link {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

 .the-place-page .tpl-feature--reverse .tpl-feature__media {
    width: 100%;
    height: 72vw;
    min-height: 280px;
    margin: 0 auto;
  }

  .the-place-page .tpl-feature--reverse .tpl-feature__card {
    left: auto;
    right: auto;
    width: calc(100% - 32px);
    margin: -34px auto 0;
  }  
}
.tpl-end-image img{
  width:100%;
  display:block;
}

/* aggiunto per pagine singole camere */
  .mia-sezione {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .miaP {
   width: 100%;
    margin: 0 auto;
    text-align: left; 
  }
  .mia-sezione ul {
    padding-left: 20px; /* desktop */
  }

  @media (min-width: 910px) {
    .mia-sezione {
    width: 70%;
    }
    .miaP {
    width: 70%;      
    }
  }

  @media (max-width: 909px) {
    .mia-sezione ul {
      padding-left: 15px;
      margin-left: 0;
      text-align: left;
    }
  }