@font-face {
  font-family: "Dazzle";
  src: url("Font/DazzleUnicaseMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Termina";
  src: url("Font/Termina-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --fresco: #ffb7b7;
  --garnet: #6b2137;
  --garden: #ddf2ae;
  --blue: #0636ba;
  --ink: #111014;
  --paper: #f8f1eb;
  --mist: #efede9;
  --green: #24bf7a;
  --footer: #020202;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 128px;
}

body {
  margin: 0;
  padding-bottom: 88px;
  color: var(--ink);
  background: #fff;
  font-family: "Termina", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

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

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

button {
  font: inherit;
}

.glass-nav {
  position: fixed;
  z-index: 50;
  top: 24px;
  left: 50%;
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  width: min(94vw, 1180px);
  min-height: 78px;
  padding: 14px 28px;
  color: #fff;
  background: linear-gradient(105deg, rgba(78, 78, 78, .72), rgba(132, 132, 132, .52));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px) saturate(125%);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .28);
  transform: translateX(-50%);
}

.glass-nav a,
.glass-nav button {
  position: relative;
  z-index: 2;
}

/* Selettore lingua: il pulsante mostra la lingua corrente, la tendina
   elenca tutte quelle disponibili (pensato per crescere oltre le due). */
.nav-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: inherit;
  font-family: "Termina", Arial, sans-serif;
  font-size: 18px;
  background: none;
  border: 0;
  cursor: pointer;
}

.nav-lang-toggle span {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.nav-lang-toggle[aria-expanded="true"] span {
  transform: rotate(-135deg) translateY(2px);
}

.nav-lang-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: -12px;
  z-index: 5;
  min-width: 190px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(17, 16, 20, .08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(17, 16, 20, .16);
  animation: bookingPopIn .18s ease;
}

.nav-lang-menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 26px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

.nav-lang-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 12px;
  color: #1e1e1f;
  font-size: 14px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 10px;
  transition: background .12s ease;
}

.nav-lang-menu a:hover,
.nav-lang-menu a:focus-visible {
  background: rgba(107, 32, 55, .08);
}

.nav-lang-menu a[aria-current] {
  background: rgba(107, 32, 55, .12);
}

.nav-lang-menu i {
  font-style: normal;
  font-size: 12px;
  letter-spacing: .08em;
  opacity: .55;
}

.portfolio {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-left: 30px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.05;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.portfolio img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand {
  justify-self: center;
}

.brand img {
  width: clamp(150px, 17vw, 220px);
  max-height: 68px;
  height: auto;
  object-fit: contain;
}

.nav-time {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 26px;
  font-family: "Termina", Arial, sans-serif;
  font-size: 17px;
}

.sun {
  width: 20px;
  height: 20px;
  background: #fff;
  clip-path: polygon(50% 0, 59% 28%, 85% 15%, 72% 41%, 100% 50%, 72% 59%, 85% 85%, 59% 72%, 50% 100%, 41% 72%, 15% 85%, 28% 59%, 0 50%, 28% 41%, 15% 15%, 41% 28%);
}

.menu-toggle {
  display: grid;
  gap: 8px;
  width: 70px;
  padding: 8px 0;
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: currentColor;
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  color: #6B2037;
  background: #f6cccc;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: translateX(0);
  transition: clip-path .68s cubic-bezier(.78, 0, .18, 1), visibility 0s linear .68s;
}

.site-menu.is-open {
  pointer-events: auto;
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path .82s cubic-bezier(.16, 1, .3, 1), visibility 0s;
}

.menu-panel {
  display: grid;
  grid-template-columns: minmax(360px, 48vw) 1fr;
  width: 100%;
  height: 100%;
}

.menu-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  justify-items: start;
  padding: clamp(34px, 5.5vw, 68px) clamp(42px, 7.2vw, 96px);
  background: #f6cccc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(107, 32, 55, .35) transparent;
  transform: translateX(-8vw);
  transition: transform .74s cubic-bezier(.16, 1, .3, 1) .12s;
}

.site-menu.is-open .menu-content {
  transform: translateX(0);
}

.site-menu:not(.is-open) .menu-content {
  transition-delay: 0s;
}

.menu-panel {
  transform: translateX(5vw);
  transition: transform .74s cubic-bezier(.16, 1, .3, 1);
}

.site-menu.is-open .menu-panel {
  transform: translateX(0);
}

.menu-logo {
  display: inline-flex;
  width: min(230px, 34vw);
}

.menu-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.menu-links {
  align-self: center;
  display: grid;
  gap: clamp(10px, 1.25vw, 18px);
  margin-top: clamp(6px, 1.6vw, 18px);
  margin-bottom: clamp(14px, 2.2vw, 30px);
}

.site-menu .menu-links a {
  position: relative;
  display: inline-flex;
  width: max-content;
  padding: 0;
  color: #6B2037;
  border-radius: 0;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(42px, 4.45vw, 68px);
  line-height: .86;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: translateX(-18px);
  transition: color .22s ease, transform .52s cubic-bezier(.16, 1, .3, 1);
}

.site-menu.is-open .menu-links a {
  transform: translateX(0);
}

.site-menu.is-open .menu-links a:nth-child(1) {
  transition-delay: .16s;
}

.site-menu.is-open .menu-links a:nth-child(2) {
  transition-delay: .2s;
}

.site-menu.is-open .menu-links a:nth-child(3) {
  transition-delay: .24s;
}

.site-menu.is-open .menu-links a:nth-child(4) {
  transition-delay: .28s;
}

.site-menu.is-open .menu-links a:nth-child(5) {
  transition-delay: .32s;
}

.site-menu.is-open .menu-links a:nth-child(6) {
  transition-delay: .36s;
}

.site-menu.is-open .menu-links a:nth-child(7) {
  transition-delay: .4s;
}

.site-menu.is-open .menu-links a:nth-child(8) {
  transition-delay: .44s;
}

.site-menu.is-open .menu-links a:nth-child(9) {
  transition-delay: .48s;
}

.site-menu .menu-links a::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: var(--garden);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  transform: translate(-12px, -50%) scale(.35);
  transition: opacity .22s ease, transform .22s ease;
}

.site-menu .menu-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.1em;
  height: 4px;
  background: var(--garden);
  transition: right .28s cubic-bezier(.2, .9, .18, 1);
}

.site-menu .menu-links a:hover,
.site-menu .menu-links a:focus-visible {
  color: #2a7771;
  background: transparent;
  transform: translateX(14px);
  transition-delay: 0s;
}

.site-menu .menu-links a:hover::before,
.site-menu .menu-links a:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

.site-menu .menu-links a:hover::after,
.site-menu .menu-links a:focus-visible::after {
  right: 0;
}

.menu-book {
  align-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(240px, 70vw);
  min-height: 58px;
  margin-top: clamp(22px, 3vw, 34px);
  padding: 0 34px;
  color: var(--garden);
  background: #6B2037;
  border-radius: 999px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.menu-book:hover,
.menu-book:focus-visible {
  color: #6B2037;
  background: var(--garden);
  transform: translateY(-3px);
}

.menu-pattern {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .42);
  transform: translateX(7vw) scaleX(1.04);
  transform-origin: right center;
  transition: transform .82s cubic-bezier(.16, 1, .3, 1) .04s;
}

.site-menu.is-open .menu-pattern {
  transform: translateX(0) scaleX(1);
}

.menu-pattern-track {
  position: absolute;
  inset: 0;
  opacity: .52;
  --pattern-step: 265.5px;
  background-image: url("assets/menu-pattern.png");
  background-repeat: repeat;
  background-size: 281px auto;
  animation: menuPatternRise 9s linear infinite;
}

.menu-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(54vw, 540px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 76px 0 76px 0;
  transform: translate(-50%, -50%) scale(.92) rotate(2deg);
  transition: transform .84s cubic-bezier(.16, 1, .3, 1) .18s;
}

.site-menu.is-open .menu-visual {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.menu-79-mark,
.menu-hover-image,
.menu-hover-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .34s ease, transform .5s cubic-bezier(.2, .9, .18, 1);
}

.menu-79-mark {
  z-index: 1;
  filter: drop-shadow(0 22px 42px rgba(107, 32, 55, .12));
}

.menu-hover-image {
  z-index: 2;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04) translateY(14px);
}

.menu-hover-video {
  z-index: 3;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04) translateY(14px);
}

.site-menu.has-preview .menu-79-mark {
  opacity: 0;
  transform: scale(.96);
}

.site-menu.has-preview .menu-hover-image {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.site-menu.has-video-preview .menu-hover-image {
  opacity: 0;
  transform: scale(1.04) translateY(14px);
}

.site-menu.has-video-preview .menu-hover-video {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.menu-close {
  position: fixed;
  top: clamp(22px, 4vw, 46px);
  right: clamp(24px, 4.5vw, 54px);
  z-index: 4;
  width: 54px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  color: #6B2037;
  background: rgba(255, 183, 183, .78);
  border: 0;
  border-radius: 999px;
  transform: translateY(-22px) rotate(-35deg) scale(.82);
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), background .2s ease;
}

.site-menu.is-open .menu-close {
  transform: rotate(0deg) scale(1);
  transition-delay: .28s, 0s;
}

.menu-close:hover {
  background: var(--garden);
}

.menu-close span {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  height: 3px;
  background: currentColor;
  transform-origin: center;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.booking-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: 1.12fr .92fr 1.15fr auto;
  align-items: stretch;
  min-height: 88px;
  padding: 0 clamp(18px, 2vw, 30px);
  color: #1e1e1f;
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid rgba(17, 16, 20, .1);
  box-shadow: 0 -12px 32px rgba(17, 16, 20, .08);
  backdrop-filter: blur(14px);
}

.booking-toggle {
  display: none;
}

.booking-field {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: 16px clamp(18px, 2.6vw, 44px) 14px 0;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.booking-field-wrap {
  position: relative;
  display: grid;
  min-width: 0;
}

.booking-field-wrap + .booking-field-wrap .booking-field {
  padding-left: clamp(20px, 3.6vw, 68px);
}

.booking-field-wrap + .booking-field-wrap .booking-field::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  border-left: 1px dashed rgba(17, 16, 20, .54);
}

.booking-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(17, 16, 20, .62);
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(10px, .82vw, 13px);
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.booking-label svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.booking-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 32px);
  min-width: 0;
  font-size: clamp(13px, 1.12vw, 16px);
  line-height: 1.25;
  white-space: nowrap;
}

.booking-dates .booking-value {
  justify-content: flex-start;
}

.booking-arrow {
  padding: 0 clamp(2px, .7vw, 12px);
}

.booking-chevron {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
}

.booking-submit {
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 182px;
  min-height: 48px;
  padding: 0 26px;
  color: #fff;
  background: #202020;
  border-radius: 999px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}

.booking-submit:hover,
.booking-submit:focus-visible {
  background: var(--garnet);
  transform: translateY(-2px);
}

@keyframes menuPatternRise {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 calc(var(--pattern-step) * -1);
  }
}

.hero {
  position: relative;
  height: clamp(620px, 78vw, 940px);
  overflow: hidden;
  background: var(--garnet);
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(.86);
  transform: scale(1.07);
}

.hero-separator {
  position: relative;
  z-index: 2;
  width: 100%;
  height: clamp(34px, 6.8vw, 73px);
  margin-top: calc((clamp(34px, 6.8vw, 73px) + 2px) * -1);
  margin-bottom: -4px;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.dual-panel {
  position: relative;
  margin-top: -2px;
  padding: clamp(30px, 5vw, 66px) 5vw 58px;
  color: var(--garden);
  background: var(--garnet);
}

.dual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 394px));
  justify-content: center;
  align-items: start;
  gap: clamp(44px, 7vw, 136px);
}

.oval-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: clamp(18px, 2.4vw, 28px);
}

.oval-card h1 {
  margin: 0;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(31px, 4.4vw, 50px);
  line-height: .9;
  text-transform: uppercase;
  color: var(--garden);
  min-height: clamp(78px, 8vw, 102px);
  display: flex;
  align-items: end;
}

.oval-frame {
  position: relative;
  display: block;
  width: min(26vw, 394px);
  min-width: 220px;
  aspect-ratio: 394 / 487;
  overflow: hidden;
  transition: transform .22s ease;
}

.oval-heading-logo {
  display: block;
  width: auto;
  height: clamp(78px, 8vw, 102px);
  object-fit: contain;
}

.oval-heading-logo-roof {
  height: clamp(78px, 8vw, 104px);
}

.oval-heading-logo-circolo {
  width: min(244px, 20vw);
  height: clamp(70px, 7.4vw, 96px);
}

.oval-frame:hover {
  transform: translateY(-6px);
}

.oval-video,
.oval-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.oval-video {
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

.oval-mask {
  z-index: 2;
  pointer-events: none;
}

.urn-strip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(70px, 8.5vw, 107px);
  background: var(--garnet);
}

.urn-strip-track {
  position: absolute;
  inset: 0 0 -5px;
  background-image: url("assets/vasi-strip.png");
  background-repeat: repeat-x;
  background-position: calc(50% + var(--urn-shift, 0px)) calc(100% + 5px);
  background-size: auto 100%;
  transition: background-position .12s linear;
  will-change: background-position;
}

.section-pad {
  padding: clamp(44px, 7vw, 92px) 6vw;
}

.explore-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.experience-pattern {
  position: absolute;
  inset: -38% -34%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.experience-pattern-track {
  display: grid;
  gap: clamp(8px, 1.2vw, 18px);
  width: 190%;
  color: rgba(255, 183, 183, .4);
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(54px, 7.2vw, 108px);
  line-height: .72;
  text-transform: uppercase;
  transform: rotate(-17deg) translate3d(-8%, 0, 0);
  animation: experiencePatternDrift 22s linear infinite;
  will-change: transform;
}

.experience-pattern-row {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 26px);
}

.experience-pattern-row:nth-child(even) {
  transform: translateX(-8%);
}

.experience-pattern-track span {
  white-space: nowrap;
}

.experience-pattern-track i {
  flex: 0 0 auto;
  display: block;
  width: clamp(14px, 1.7vw, 28px);
  height: clamp(14px, 1.7vw, 28px);
  background: rgba(255, 183, 183, .46);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

@keyframes experiencePatternDrift {
  from {
    transform: rotate(-17deg) translate3d(-8%, 4%, 0);
  }

  to {
    transform: rotate(-17deg) translate3d(5%, -10%, 0);
  }
}

.section-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 40px;
}

.section-title h2 {
  margin: 0;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(36px, 6vw, 58px);
  text-transform: uppercase;
}

.section-title span {
  width: 18px;
  height: 18px;
  background: var(--fresco);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.feature-video-vespa {
  object-position: center 66%;
}

.partner-mark {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 36px;
  color: #5c8b94;
  text-transform: uppercase;
}

.partner-mark img {
  width: min(260px, 52vw);
  clip-path: inset(28% 0 25% 0);
  margin: -34px 0 -30px;
}

.partner-title {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(28px, 4.6vw, 52px);
  font-weight: 500;
  line-height: .9;
  color: var(--garnet);
}

.partner-mark small {
  margin-top: 0;
  font-size: 9px;
  text-transform: none;
}

.experience-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 430px));
  justify-content: center;
  gap: clamp(28px, 5vw, 56px);
}

.experience-card {
  display: grid;
  gap: 22px;
  justify-items: center;
  color: #5e5e65;
  text-transform: uppercase;
}

.experience-card-feature {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(920px, 100%);
  margin-bottom: 10px;
}

.experience-card img,
.experience-video {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 8px;
}

.experience-card-feature .experience-video {
  aspect-ratio: 1452 / 500;
}

.experience-caption {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.experience-caption strong {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(28px, 4.6vw, 52px);
  font-weight: 500;
  line-height: .9;
  text-align: center;
  color: var(--garnet);
}

.experience-caption small {
  font-size: 9px;
  line-height: 1;
  text-transform: none;
  color: #5c8b94;
}

.experience-reel-hint {
  display: none;
}

.experience-logo {
  width: min(98px, 28vw);
  height: clamp(22px, 3.2vw, 34px);
  object-fit: contain;
}

.experience-logo-roof {
  clip-path: none;
  transform: none;
}

.suite-mark {
  display: grid;
  gap: 0;
  justify-content: center;
  justify-items: center;
  margin: clamp(48px, 8vw, 86px) auto 0;
  color: var(--garnet);
}

.suite-mark img {
  width: min(118px, 24vw);
  margin-top: -4px;
  animation: vaseMarkFloat 4.8s ease-in-out infinite;
}

.suite-mark span {
  position: relative;
  z-index: 2;
  font-family: "Termina", Arial, sans-serif;
  font-size: clamp(30px, 4.4vw, 58px);
  font-weight: 300;
  line-height: 1;
  text-transform: none;
}

@keyframes vaseMarkFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: -1deg;
  }

  50% {
    translate: 0 -9px;
    rotate: 1deg;
  }
}

@keyframes roomsTextureDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 560px -220px;
  }
}

.rooms-section {
  --room-accent: #6f8795;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(68px, 8vw, 112px) 0 clamp(64px, 7vw, 104px);
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--room-accent) 16%, transparent), transparent 40%),
    linear-gradient(180deg, color-mix(in srgb, var(--fresco) 86%, #fff), var(--fresco));
  transition: background .45s ease;
}

.rooms-section::before {
  content: "";
  position: absolute;
  inset: -28% -18%;
  z-index: -1;
  background-image: url("assets/vasi-strip.png");
  background-repeat: repeat;
  background-size: auto clamp(70px, 7vw, 118px);
  opacity: .18;
  transform: rotate(-8deg);
  animation: roomsTextureDrift 34s linear infinite;
  pointer-events: none;
  will-change: background-position;
}

.rooms-copy,
.rooms-showcase {
  position: relative;
  z-index: 1;
}

.rooms-copy {
  width: min(980px, 92vw);
  margin: 0 auto clamp(34px, 4vw, 58px);
  text-align: center;
}

.rooms-copy h2 {
  margin: 0;
  color: var(--garnet);
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.rooms-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(520px, 1fr) minmax(300px, 380px);
  align-items: center;
  gap: clamp(24px, 3.2vw, 46px);
  width: min(1320px, 92vw);
  margin: 0 auto;
}

.room-selector {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  align-content: center;
}

.room-choice {
  position: relative;
  width: 100%;
  padding: 13px 16px 13px 22px;
  color: rgba(107, 32, 55, .72);
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(107, 32, 55, .16);
  border-radius: 999px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  text-wrap: balance;
  cursor: pointer;
  transition: color .24s ease, background .24s ease, border-color .24s ease, transform .24s ease;
}

.room-choice:hover,
.room-choice:focus-visible {
  color: var(--garnet);
  background: var(--garden);
  border-color: transparent;
  transform: translateX(6px);
  outline: none;
}

.room-choice.is-active {
  color: var(--garden);
  background: var(--garnet);
  border-color: transparent;
  transform: translateX(10px);
}

.room-stage {
  grid-column: 2 / 4;
  grid-row: 1;
  position: relative;
  min-height: auto;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  background: rgba(255, 255, 255, .62);
  border-radius: clamp(22px, 2.5vw, 36px);
  box-shadow: 0 30px 70px rgba(42, 25, 31, .13);
}

.room-stage:focus {
  outline: 2px solid rgba(255, 183, 183, .85);
  outline-offset: 6px;
}

.room-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: scale(.965) translateY(14px);
  transition: opacity .44s ease, transform .68s cubic-bezier(.18, .92, .18, 1);
  will-change: transform, opacity;
}

.room-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.room-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 42%, rgba(18, 16, 18, .22)),
    linear-gradient(180deg, transparent 64%, rgba(18, 16, 18, .18));
  opacity: .72;
}

.room-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform .8s cubic-bezier(.18, .92, .18, 1);
  pointer-events: none;
}

.room-stage:hover .room-slide.is-active img,
.room-stage:focus .room-slide.is-active img {
  transform: scale(1.075);
}

.room-detail {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: clamp(18px, 2vw, 28px);
  width: min(100%, 360px);
  min-height: min(72%, 420px);
  margin: clamp(18px, 2.6vw, 36px);
  padding: clamp(28px, 3.5vw, 46px);
  color: #242024;
  background: rgba(255, 255, 255, .54);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 26px;
  backdrop-filter: blur(18px) saturate(128%);
  box-shadow: 0 24px 70px rgba(42, 25, 31, .18);
}

.room-current-title {
  margin: 0;
  color: #6B2037;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: .94;
  text-transform: uppercase;
}

.room-current-description {
  max-width: 32ch;
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
  color: #4b4549;
}

.room-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.room-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--garden);
  background: var(--garnet);
  border-radius: 999px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.room-links a:hover {
  background: var(--garden);
  color: var(--garnet);
  transform: translateY(-2px);
}

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

.around-hero {
  display: grid;
  grid-template-columns: minmax(420px, 610px) minmax(210px, 300px);
  align-items: center;
  justify-items: center;
  justify-content: center;
  column-gap: clamp(42px, 6vw, 104px);
  min-height: clamp(320px, 38vw, 430px);
  padding: clamp(42px, 6vw, 74px) 6vw clamp(50px, 6vw, 82px);
  background: var(--garden);
}

.around-copy {
  justify-self: end;
}

.around-hero h2 {
  margin: 0;
  color: var(--garnet);
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(58px, 7.4vw, 112px);
  line-height: .9;
  text-transform: uppercase;
}

.medusa-mark {
  justify-self: start;
  width: min(25vw, 262px);
  min-width: 190px;
  transform-origin: center bottom;
  animation: aroundHeadFloat 5.8s ease-in-out infinite;
}

.medusa-mark img {
  width: 100%;
  filter: drop-shadow(0 16px 18px rgba(107, 33, 55, .08));
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s ease, transform .85s cubic-bezier(.2, .9, .18, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.medusa-mark.reveal-on-scroll {
  transform: translateY(34px) scale(.96);
}

.medusa-mark.reveal-on-scroll.is-visible {
  transform: translateY(0) scale(1);
}

@keyframes aroundHeadFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: -1.1deg;
  }

  50% {
    translate: 0 -10px;
    rotate: 1.15deg;
  }
}

.map-panel {
  margin: 0;
  padding: clamp(46px, 7vw, 88px) 6vw;
  background: var(--paper);
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(430px, 760px);
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 5vw, 76px);
  max-width: 1280px;
  margin: 0 auto;
}

.map-sidebar {
  display: grid;
  gap: 22px;
  min-width: 0;
  line-height: 1.2;
}

.map-kicker {
  color: var(--teal);
  font-family: "Termina", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.map-sidebar h3 {
  margin: 0;
  color: var(--garnet);
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .9;
  text-transform: uppercase;
}

.map-location-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.map-place {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  padding: 0 0 2px 18px;
  color: rgba(107, 32, 55, .72);
  background: transparent;
  border: 0;
  font-family: "Termina", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: color .22s ease, transform .22s ease;
}

.map-place::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 999px;
  transform: translateY(-50%) scale(.72);
  opacity: .55;
  transition: opacity .22s ease, transform .22s ease;
}

.map-place:hover,
.map-place.is-active {
  color: var(--garnet);
  transform: translateX(4px);
}

.map-place:hover::before,
.map-place.is-active::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.15);
}

.map-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 760px;
  border-radius: 8px;
  box-shadow: 0 26px 58px rgba(81, 38, 45, .12);
  line-height: 0;
}

.map-panel img {
  width: 100%;
}

.map-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: var(--size, 22px);
  height: var(--size, 22px);
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.map-dot::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(37, 195, 126, .68);
  border-radius: 50%;
  animation: mapDotPulse 1.75s ease-out infinite;
}

.map-dot::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color .2s ease, transform .2s ease;
}

.map-dot:hover::after,
.map-dot.is-active::after {
  border-color: var(--garnet);
  transform: scale(1.05);
}

.map-dot-logo::before {
  inset: -2px;
  border-color: rgba(37, 195, 126, .48);
}

.map-dot-logo::after {
  inset: -4px;
}

@keyframes mapDotPulse {
  0% {
    opacity: .92;
    transform: scale(.72);
  }

  72% {
    opacity: 0;
    transform: scale(1.85);
  }

  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}

.map-popup {
  position: absolute;
  left: var(--popup-x, 50%);
  top: var(--popup-y, 50%);
  z-index: 4;
  width: clamp(132px, 14vw, 168px);
  overflow: hidden;
  background: #ae321f;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(85, 35, 35, .24);
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(18px, -104%) scale(.82);
  transform-origin: left bottom;
  transition: opacity .24s ease, transform .34s cubic-bezier(.2, .9, .18, 1.08), left .24s ease, top .24s ease;
}

.map-popup[data-side="below"] {
  transform: translate(18px, 16px) scale(.82);
  transform-origin: left top;
}

.map-popup[data-side="left"] {
  transform: translate(calc(-100% - 18px), -104%) scale(.82);
  transform-origin: right bottom;
}

.map-popup[data-side="above"] {
  transform: translate(-50%, calc(-100% - 18px)) scale(.82);
  transform-origin: center bottom;
}

.map-popup.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(18px, -104%) scale(1);
}

.map-popup.is-open[data-side="below"] {
  transform: translate(18px, 16px) scale(1);
}

.map-popup.is-open[data-side="left"] {
  transform: translate(calc(-100% - 18px), -104%) scale(1);
}

.map-popup.is-open[data-side="above"] {
  transform: translate(-50%, calc(-100% - 18px)) scale(1);
}

.map-popup img {
  width: 100%;
  aspect-ratio: 1 / .95;
  object-fit: cover;
}

.map-popup-title,
.map-popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #a62d1f;
  line-height: 1;
  text-align: center;
}

.map-popup-title {
  min-height: 27px;
  padding: 8px 10px 2px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(13px, 1.35vw, 17px);
  font-weight: 400;
  text-transform: uppercase;
}

.map-popup a {
  min-height: 28px;
  padding: 2px 10px 9px;
  font-family: "Termina", Arial, sans-serif;
  font-size: clamp(10px, 1.05vw, 13px);
  white-space: nowrap;
}

.map-detail-card,
.map-detail-card.is-open,
.map-detail-card.is-open[data-side="below"],
.map-detail-card.is-open[data-side="left"],
.map-detail-card.is-open[data-side="above"] {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.map-detail-card {
  margin-top: 2px;
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(85, 35, 35, .16);
}

.map-detail-card img {
  aspect-ratio: 16 / 11;
}

.story-band {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 520px);
  align-items: stretch;
  gap: clamp(32px, 5vw, 76px);
  width: min(1180px, 86vw);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
}

.story-copy {
  align-self: center;
  max-width: 560px;
  color: #1f2930;
  font-size: clamp(12px, 1.05vw, 15px);
  line-height: 1.56;
}

.keys-collage {
  position: relative;
  width: min(560px, 100%);
  height: clamp(148px, 17vw, 210px);
  margin-bottom: 32px;
}

.keys-collage img {
  position: absolute;
  display: block;
}

.key-base {
  left: 0;
  bottom: 0;
  width: clamp(96px, 11vw, 145px);
}

.key {
  width: clamp(44px, 5vw, 62px);
  transform-origin: center;
  transform: translate(var(--push-x, 0), var(--push-y, 0));
  transition: transform .2s ease-out;
  will-change: transform, translate, rotate;
}

.key-one {
  left: 34%;
  top: 23%;
  rotate: 18deg;
  animation: keyFloatOne 4.8s ease-in-out infinite;
}

.key-two {
  left: 50.5%;
  top: 23%;
  rotate: -8deg;
  animation: keyFloatTwo 5.4s ease-in-out .25s infinite;
}

.key-three {
  left: 67%;
  top: 22%;
  rotate: 17deg;
  animation: keyFloatThree 4.9s ease-in-out .45s infinite;
}

.key-four {
  left: 83.5%;
  top: 20%;
  rotate: 13deg;
  animation: keyFloatFour 5.8s ease-in-out .15s infinite;
}

.story-copy h2 {
  max-width: 520px;
  margin: 0 0 36px;
  color: #0f1216;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.08;
  text-transform: none;
}

.story-copy p {
  margin: 0 0 18px;
}

.story-photo {
  margin: 0;
}

.story-photo img {
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 66vw, 820px);
  object-fit: cover;
  object-position: center;
}

.story-band .reveal-on-scroll:nth-child(1) {
  transition-delay: .05s;
}

.story-band .reveal-on-scroll:nth-child(2) {
  transition-delay: .14s;
}

@keyframes keyFloatOne {
  0%,
  100% {
    translate: 0 0;
    rotate: 18deg;
  }

  50% {
    translate: 0 -12px;
    rotate: 24deg;
  }
}

@keyframes keyFloatTwo {
  0%,
  100% {
    translate: 0 0;
    rotate: -8deg;
  }

  50% {
    translate: 3px -9px;
    rotate: -14deg;
  }
}

@keyframes keyFloatThree {
  0%,
  100% {
    translate: 0 0;
    rotate: 17deg;
  }

  50% {
    translate: -2px -13px;
    rotate: 23deg;
  }
}

@keyframes keyFloatFour {
  0%,
  100% {
    translate: 0 0;
    rotate: 13deg;
  }

  50% {
    translate: 2px -10px;
    rotate: 7deg;
  }
}

.dark-link {
  display: inline-flex;
  margin-top: 8px;
  padding: 13px 20px;
  color: var(--garnet);
  background: #ffb7b7;
  border-radius: 2px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 18px;
}

.instagram-section {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(620px, 76vw, 820px);
  overflow: hidden;
  padding: clamp(96px, 11vw, 160px) 6vw;
  color: var(--paper);
  background: #6B2037;
}

.instagram-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 34px;
  width: min(760px, 86vw);
  text-align: center;
}

.instagram-copy p {
  margin: 0;
  font-family: "Termina", Arial, sans-serif;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.34;
  color: #fff6ee;
}

.instagram-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 28px;
  color: #6B2037;
  background: #ffb7b7;
  border-radius: 999px;
  font-family: "Termina", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.instagram-cta:hover {
  background: var(--garden);
  transform: translateY(-3px);
}

.instagram-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.instagram-gallery {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.instagram-photo {
  position: absolute;
  width: var(--photo-w);
  margin: 0;
  pointer-events: auto;
  transform: translate(var(--push-x, 0), var(--push-y, 0));
  transition: transform .28s ease;
}

.instagram-photo span {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(24, 7, 14, .26);
  animation: instagramFloat var(--float-duration, 15s) ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
  transform-origin: center;
}

.instagram-photo img {
  display: block;
  width: 100%;
  aspect-ratio: var(--photo-ratio, 4 / 5);
  object-fit: cover;
  transition: scale .45s ease, filter .45s ease;
}

.instagram-photo:hover img {
  scale: 1.06;
  filter: saturate(1.08) contrast(1.03);
}

.instagram-photo-one {
  --photo-w: clamp(100px, 9vw, 148px);
  --photo-ratio: 4 / 5;
  --float-duration: 17s;
  --float-delay: -2s;
  left: 7vw;
  top: 12%;
  rotate: -6deg;
}

.instagram-photo-two {
  --photo-w: clamp(150px, 15vw, 230px);
  --photo-ratio: 3 / 4;
  --float-duration: 19s;
  --float-delay: -8s;
  right: -1vw;
  top: 22%;
  rotate: 8deg;
}

.instagram-photo-three {
  --photo-w: clamp(118px, 11vw, 180px);
  --photo-ratio: 4 / 5;
  --float-duration: 16s;
  --float-delay: -4s;
  right: 20vw;
  bottom: 11%;
  rotate: -4deg;
}

.instagram-photo-four {
  --photo-w: clamp(130px, 12vw, 190px);
  --photo-ratio: 4 / 5;
  --float-duration: 18s;
  --float-delay: -10s;
  left: 16vw;
  bottom: 8%;
  rotate: 7deg;
}

.instagram-photo-five {
  --photo-w: clamp(136px, 13vw, 210px);
  --photo-ratio: 4 / 5;
  --float-duration: 20s;
  --float-delay: -12s;
  left: 3vw;
  top: 52%;
  rotate: -10deg;
}

.instagram-photo-six {
  --photo-w: clamp(112px, 10vw, 168px);
  --photo-ratio: 4 / 5;
  --float-duration: 18s;
  --float-delay: -6s;
  right: 3vw;
  bottom: 28%;
  rotate: 12deg;
}

.instagram-photo-seven {
  --photo-w: clamp(110px, 9vw, 156px);
  --photo-ratio: 4 / 5;
  --float-duration: 15s;
  --float-delay: -1s;
  right: 17vw;
  top: 4%;
  rotate: -2deg;
}

.instagram-photo-eight {
  --photo-w: clamp(96px, 8vw, 140px);
  --photo-ratio: 4 / 5;
  --float-duration: 18s;
  --float-delay: -5s;
  left: 27vw;
  top: 4%;
  rotate: 5deg;
}

.instagram-photo-nine {
  --photo-w: clamp(132px, 12vw, 196px);
  --photo-ratio: 16 / 10;
  --float-duration: 21s;
  --float-delay: -14s;
  right: 27vw;
  top: 9%;
  rotate: -6deg;
}

.instagram-photo-ten {
  --photo-w: clamp(142px, 13vw, 218px);
  --photo-ratio: 16 / 10;
  --float-duration: 20s;
  --float-delay: -9s;
  left: 25vw;
  bottom: 4%;
  rotate: -5deg;
}

.instagram-photo-eleven {
  --photo-w: clamp(104px, 9vw, 158px);
  --photo-ratio: 4 / 5;
  --float-duration: 17s;
  --float-delay: -11s;
  right: 29vw;
  bottom: 4%;
  rotate: 6deg;
}

.instagram-photo-twelve {
  --photo-w: clamp(150px, 14vw, 232px);
  --photo-ratio: 16 / 10;
  --float-duration: 22s;
  --float-delay: -7s;
  left: 7vw;
  top: 20%;
  rotate: -7deg;
}

.instagram-photo-thirteen {
  --photo-w: clamp(108px, 9vw, 166px);
  --photo-ratio: 4 / 5;
  --float-duration: 19s;
  --float-delay: -15s;
  left: 11vw;
  top: 37%;
  rotate: 9deg;
}

.instagram-photo-fourteen {
  --photo-w: clamp(108px, 9vw, 166px);
  --photo-ratio: 4 / 5;
  --float-duration: 18s;
  --float-delay: -3s;
  right: 11vw;
  top: 38%;
  rotate: -8deg;
}

@keyframes instagramFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  32% {
    translate: 12px -18px;
    rotate: 2.8deg;
  }

  66% {
    translate: -10px 14px;
    rotate: -2.2deg;
  }
}

.vases {
  background: #fff;
}

.vases img {
  width: 100%;
  height: clamp(300px, 45vw, 680px);
  object-fit: cover;
}

.site-footer {
  color: rgba(255, 183, 183, .76);
  background: #6B2037;
}

.footer-find {
  display: grid;
  grid-template-columns: 1fr auto 176px;
  align-items: center;
  gap: clamp(28px, 8vw, 130px);
  min-height: 155px;
  padding: 38px min(8vw, 120px);
  background: #190810;
  border-top: 2px solid rgba(255, 183, 183, .75);
}

.footer-find small,
.footer-nav strong {
  display: block;
  margin-bottom: 9px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .36em;
  text-transform: uppercase;
}

.footer-find p {
  margin: 0 0 10px;
  color: #ffd6d6;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: .18em;
}

.footer-find span,
.footer-coords {
  font-size: 12px;
  letter-spacing: .08em;
}

.footer-coords {
  justify-self: center;
  white-space: nowrap;
}

.footer-directions,
.footer-partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 0 24px;
  border: 1px solid rgba(255, 183, 183, .62);
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-main {
  padding: 46px min(8vw, 120px) 31px;
  background: #6B2037;
}

.footer-brand {
  display: block;
}

.footer-brand img {
  width: min(230px, 48vw);
  height: auto;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: clamp(34px, 5vw, 72px);
  width: min(430px, 48vw);
  margin-left: auto;
  margin-top: -44px;
}

.footer-nav div {
  display: grid;
  gap: 12px;
}

.footer-nav a {
  color: rgba(255, 214, 214, .75);
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 183, 183, .23);
  font-size: 10px;
  letter-spacing: .14em;
}

.footer-recognitions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-michelin {
  color: rgba(255, 214, 214, .86);
}

@media (max-width: 900px) {
  .glass-nav {
    grid-template-columns: auto 1fr auto;
    padding: 12px 18px;
  }

  .portfolio,
  .nav-time {
    display: none;
  }

  .brand {
    justify-self: center;
  }

  .menu-toggle {
    width: 48px;
  }

  .dual-grid,
  .experience-grid,
  .around-hero,
  .map-layout,
  .story-band {
    grid-template-columns: 1fr;
  }

  .map-panel {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .map-layout {
    gap: 32px;
  }

  .map-sidebar {
    order: 2;
    gap: 18px;
  }

  .map-stage {
    order: 1;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    box-shadow: none;
  }

  .map-location-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -5vw;
    margin-left: -5vw;
    padding: 0 5vw 8px;
    scroll-padding-inline: 5vw;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .map-location-list::-webkit-scrollbar {
    display: none;
  }

  .map-place {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    color: var(--garnet);
    background: rgba(255, 183, 183, .46);
    border-radius: 999px;
    white-space: nowrap;
  }

  .map-place::before {
    content: none;
  }

  .map-place:hover,
  .map-place.is-active {
    color: #fff;
    background: var(--garnet);
    transform: none;
  }

  .explore-section {
    position: relative;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    background: #6B2037;
  }

  .experience-pattern {
    display: none;
  }

  .explore-section .section-title {
    position: relative;
    z-index: 4;
    padding: 0 6vw;
    color: var(--garden);
  }

  .experience-grid {
    position: relative;
    display: block;
    width: min(430px, 88vw);
    height: min(690px, calc(100svh - 158px));
    min-height: 520px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
    padding: 0;
    border-radius: 26px;
    scroll-padding-block: 0;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 28px 80px rgba(24, 4, 12, .3);
  }

  .experience-grid::-webkit-scrollbar {
    display: none;
  }

  .experience-card,
  .experience-card-feature {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    color: #fff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    isolation: isolate;
  }

  .experience-card-feature .experience-video,
  .experience-video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    object-fit: cover;
    transform: scale(1.03);
  }

  .experience-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(20, 6, 11, .48), transparent 48%),
      linear-gradient(180deg, transparent 45%, rgba(20, 6, 11, .58));
    pointer-events: none;
  }

  .experience-caption {
    position: absolute;
    inset: auto 22px 24px 22px;
    z-index: 2;
    display: grid;
    justify-items: start;
    gap: 12px;
  }

  .experience-caption strong {
    max-width: min(270px, 64vw);
    color: #fff;
    font-size: clamp(34px, 10.6vw, 54px);
    line-height: .88;
    text-align: left;
    text-shadow: 0 12px 32px rgba(0, 0, 0, .32);
  }

  .experience-caption small {
    position: absolute;
    right: -12px;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 138px;
    padding: 16px 10px;
    color: #6B2037;
    background: #ffb7b7;
    border-radius: 999px;
    font-family: "Dazzle", Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    rotate: 180deg;
    box-shadow: 0 16px 36px rgba(24, 4, 12, .22);
  }

  .experience-reel-hint {
    position: absolute;
    right: calc(6vw + 3px);
    top: clamp(98px, 15vw, 126px);
    z-index: 5;
    display: grid;
    place-items: center;
    width: 38px;
    height: 60px;
    pointer-events: none;
  }

  .experience-reel-hint span {
    position: relative;
    width: 2px;
    height: 42px;
    background: var(--garden);
    border-radius: 999px;
    animation: reelArrow 1.25s ease-in-out infinite;
  }

  .experience-reel-hint span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--garden);
    border-bottom: 2px solid var(--garden);
    transform: translateX(-50%) rotate(45deg);
  }

@keyframes reelArrow {
  0%,
  100% {
    opacity: .45;
    transform: translateY(-7px);
  }

  50% {
    opacity: 1;
    transform: translateY(7px);
  }
}

  .dual-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 34vw);
    justify-content: start;
    gap: clamp(28px, 5vw, 48px);
    overflow-x: auto;
    margin: 0 -5vw;
    padding: 0 8vw 18px;
    scroll-padding-inline: 8vw;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .dual-grid::-webkit-scrollbar {
    display: none;
  }

  .dual-grid {
    scrollbar-width: none;
  }

  .dual-grid .oval-card {
    width: 100%;
    scroll-snap-align: center;
  }

  .dual-grid .oval-frame {
    width: 100%;
    min-width: 0;
  }

  .around-hero {
    gap: 22px;
  }

  .medusa-mark {
    justify-self: center;
    width: min(240px, 58vw);
  }

  .story-band {
    width: min(620px, 88vw);
  }

  .rooms-showcase {
    grid-template-columns: 1fr;
    width: min(720px, 92vw);
    gap: 20px;
  }

  .room-selector {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    order: 1;
  }

  .room-choice {
    padding: 12px 10px;
    font-size: clamp(18px, 3.6vw, 24px);
    text-align: center;
  }

  .room-choice:hover,
  .room-choice:focus-visible,
  .room-choice.is-active {
    transform: translateY(-2px);
  }

  .room-stage {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    aspect-ratio: 5 / 4;
  }

  .room-detail {
    grid-column: auto;
    grid-row: auto;
    order: 3;
    justify-items: center;
    width: auto;
    min-height: auto;
    margin: 0;
    padding: 28px 24px;
    text-align: center;
  }

  .room-current-title,
  .room-current-description,
  .room-links {
    max-width: 46ch;
  }

  .room-current-description {
    max-width: 44ch;
  }

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

  .menu-panel {
    grid-template-columns: minmax(330px, 56vw) 1fr;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menu-content {
    min-height: 100%;
    padding: 40px 7.5vw;
    padding-bottom: calc(44px + env(safe-area-inset-bottom, 0px));
  }

  .menu-links {
    gap: clamp(9px, 1.8vw, 15px);
  }

  .site-menu .menu-links a {
    width: auto;
    max-width: 100%;
    white-space: normal;
    line-height: .9;
    font-size: clamp(34px, 5.4vw, 54px);
  }

  .menu-visual {
    width: min(43vw, 420px);
    border-radius: 54px 0 54px 0;
  }

  .instagram-section {
    min-height: 760px;
  }

  .instagram-copy {
    width: min(560px, 82vw);
  }

  .instagram-copy p {
    font-size: clamp(21px, 4.5vw, 30px);
  }

  .instagram-photo-two {
    right: -2vw;
    top: 13%;
  }

  .instagram-photo-three {
    right: 12vw;
    bottom: 7%;
  }

  .instagram-photo-four {
    left: 8vw;
    bottom: 6%;
  }

  .instagram-photo-five {
    left: -4vw;
  }

  .instagram-photo-six {
    display: none;
  }

  .instagram-photo-nine {
    display: none;
  }

  .instagram-photo-ten {
    left: 20vw;
    bottom: 2%;
  }

  .instagram-photo-eleven {
    right: 21vw;
    bottom: 3%;
  }

  .instagram-photo-thirteen {
    left: 18vw;
    top: 31%;
  }

  .instagram-photo-fourteen {
    right: 17vw;
    top: 35%;
  }

  .story-photo img {
    min-height: 520px;
  }

  .keys-collage {
    width: min(420px, 100%);
  }

  .footer-find {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 22px;
  }

  .footer-coords,
  .footer-directions {
    justify-self: start;
  }

  .footer-nav {
    width: 100%;
    margin: 44px 0 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  body {
    padding-bottom: 84px;
  }

  .booking-bar {
    left: 18px;
    right: 18px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    transition: background .24s ease, box-shadow .24s ease, padding .24s ease, border-radius .24s ease;
  }

  .booking-bar.is-open {
    padding: 12px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(17, 16, 20, .08);
    border-radius: 22px;
    box-shadow: 0 -16px 38px rgba(17, 16, 20, .12);
    backdrop-filter: blur(14px);
  }

  .booking-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 22px;
    color: #fff;
    background: #202020;
    border: 0;
    border-radius: 999px;
    font-family: "Dazzle", Arial, sans-serif;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(17, 16, 20, .18);
  }

  .booking-toggle span:last-child {
    font-size: 26px;
    transition: transform .24s ease;
  }

  .booking-bar.is-open .booking-toggle {
    color: #6B2037;
    background: #ffb7b7;
    box-shadow: none;
  }

  .booking-bar.is-open .booking-toggle span:last-child {
    transform: rotate(45deg);
  }

  .booking-field-wrap {
    display: none;
  }

  .booking-bar.is-open .booking-field-wrap {
    display: grid;
  }

  .booking-field {
    gap: 12px;
    min-height: 62px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .62);
    border-radius: 14px;
  }

  .booking-field-wrap + .booking-field-wrap .booking-field {
    padding-left: 14px;
  }

  .booking-field-wrap + .booking-field-wrap .booking-field::before {
    content: none;
  }

  .booking-label {
    font-size: 10px;
  }

  .booking-value {
    gap: 10px;
    font-size: 12px;
  }

  .booking-submit {
    display: none;
    justify-self: stretch;
    min-height: 46px;
  }

  .booking-bar.is-open .booking-submit {
    display: inline-flex;
  }
}

@media (max-width: 620px) {
  .glass-nav {
    top: 12px;
    width: calc(100vw - 24px);
    min-height: 62px;
  }

  .brand img {
    width: 150px;
  }

  .nav-lang-toggle {
    font-size: 15px;
  }

  .nav-lang-menu {
    top: calc(100% + 14px);
    min-width: 172px;
  }

  .hero-video {
    min-height: 390px;
  }

  .dual-panel {
    padding-top: 46px;
    padding-bottom: 34px;
    overflow: hidden;
  }

  .explore-section {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .explore-section .section-title {
    margin-bottom: 26px;
  }

  .map-panel {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .map-sidebar h3 {
    font-size: 42px;
  }

  .map-detail-card {
    border-radius: 14px;
  }

  .map-detail-card img {
    aspect-ratio: 4 / 3;
  }

  .experience-grid {
    width: min(392px, 88vw);
    height: min(660px, calc(100svh - 146px));
    min-height: 500px;
  }

  .experience-card-feature .experience-video,
  .experience-video {
    border-radius: 0;
  }

  .experience-caption strong {
    font-size: clamp(32px, 11vw, 46px);
  }

  .dual-grid {
    grid-auto-columns: min(68vw, 300px);
    gap: 22px;
    margin: 0;
    padding: 0 8vw 16px;
    scroll-padding-inline: 8vw;
  }

  .oval-card {
    gap: 16px;
  }

  .oval-card h1,
  .oval-heading-logo {
    min-height: 76px;
  }

  .oval-heading-logo-circolo {
    width: min(260px, 58vw);
    height: 88px;
  }

  .menu-panel {
    grid-template-columns: 1fr;
  }

  .menu-pattern {
    position: absolute;
    inset: 0;
    width: 100%;
    background: transparent;
    transform: none;
  }

  .menu-pattern-track {
    opacity: .38;
  }

  .menu-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100%;
    background: transparent;
    padding: 32px 7vw;
    padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
  }

  .menu-logo {
    width: min(170px, 45vw);
    margin-bottom: 24px;
  }

  .menu-links {
    gap: clamp(8px, 2.2vw, 13px);
  }

  .site-menu .menu-links a {
    width: auto;
    max-width: 100%;
    white-space: normal;
    line-height: .9;
    font-size: clamp(30px, 8.4vw, 42px);
  }

  .menu-visual {
    display: none;
  }

  .menu-book {
    min-width: min(210px, 58vw);
    min-height: 48px;
    font-size: 22px;
  }

  .menu-close {
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
  }

  .rooms-showcase {
    width: min(100vw - 28px, 440px);
    gap: 16px;
  }

  .rooms-section::before {
    background-size: auto 68px;
    opacity: .13;
  }

  .room-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .room-choice {
    min-height: 48px;
    padding: 10px 8px;
    font-size: clamp(17px, 5vw, 22px);
  }

  .room-choice:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 210px);
  }

  .room-stage {
    aspect-ratio: 4 / 5;
    border-radius: 22px;
  }

  .room-detail {
    width: auto;
    margin: 0 auto;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .room-current-title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .room-current-description {
    font-size: 13px;
  }

  .around-hero h2 {
    font-size: 48px;
  }

  .around-copy {
    justify-self: center;
    text-align: center;
  }

  .medusa-mark {
    justify-self: center;
    margin-inline: auto;
  }

  .footer-find,
  .footer-main {
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body {
    padding-bottom: 82px;
  }

  .booking-bar {
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    grid-template-columns: 1fr;
    padding: 0;
  }

  .booking-bar.is-open {
    padding: 10px;
  }

  .booking-toggle {
    min-height: 56px;
    padding: 0 20px;
    font-size: 18px;
  }

  .booking-field {
    min-height: 62px;
    padding: 8px 10px;
    gap: 8px;
  }

  .booking-field-wrap + .booking-field-wrap .booking-field {
    padding-left: 10px;
  }

  .booking-label {
    font-size: 9px;
    letter-spacing: .1em;
  }

  .booking-value {
    font-size: 11px;
    white-space: normal;
  }

  .booking-dates .booking-value {
    gap: 7px;
  }

  .booking-submit {
    min-height: 44px;
    font-size: 12px;
  }

  .story-band {
    width: min(440px, 88vw);
  }

  .story-copy h2 {
    font-size: 28px;
  }

  .instagram-section {
    min-height: 720px;
    padding: 86px 6vw;
  }

  .instagram-copy {
    gap: 28px;
  }

  .instagram-copy p {
    font-size: clamp(19px, 5.8vw, 26px);
  }

  .instagram-cta {
    min-height: 48px;
    padding: 0 22px;
    font-size: 10px;
  }

  .instagram-photo-one {
    left: 5vw;
    top: 7%;
  }

  .instagram-photo-two {
    right: -10vw;
    top: 14%;
  }

  .instagram-photo-three {
    right: 8vw;
    bottom: 8%;
  }

  .instagram-photo-four {
    left: -3vw;
    bottom: 11%;
  }

  .instagram-photo-five,
  .instagram-photo-seven,
  .instagram-photo-nine,
  .instagram-photo-ten,
  .instagram-photo-eleven,
  .instagram-photo-twelve,
  .instagram-photo-thirteen {
    display: none;
  }

  .story-photo img {
    min-height: 420px;
  }
}


/* =====================================================================
   INTERNAL PAGES — shared component kit, home visual language.
   Used by: stay / rooms / experience / cuisine-bar / mice / gallery /
   press / contact. Self-contained, responsive rules at the bottom.
   ===================================================================== */

.subpage { background: #fff; }

/* --- Page hero ------------------------------------------------------ */
.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(440px, 62vw, 680px);
  overflow: hidden;
  background: var(--garnet);
  color: #fff;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.7);
  transform: scale(1.05);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 6, 12, .5) 0%, rgba(20, 6, 12, .1) 36%, rgba(20, 6, 12, .74) 100%);
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(150px, 18vw, 230px) 6vw clamp(40px, 6vw, 72px);
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(16px, 2vw, 26px);
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--fresco);
}

.page-breadcrumb a { color: rgba(255, 255, 255, .82); }
.page-breadcrumb a:hover { color: #fff; }

.page-breadcrumb i {
  width: 7px;
  height: 7px;
  background: var(--fresco);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.page-hero h1 {
  margin: 0;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(46px, 9.4vw, 120px);
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.page-hero-lead {
  width: min(560px, 100%);
  margin: clamp(18px, 2vw, 26px) 0 0;
  font-size: clamp(15px, 1.7vw, 19px);
  line-height: 1.6;
  color: rgba(255, 255, 255, .9);
}

/* --- Generic section + intro ---------------------------------------- */
.page-section { padding: clamp(56px, 8vw, 110px) 6vw; }
.page-section.is-tight { padding-top: clamp(36px, 5vw, 64px); }
.page-section.on-mist { background: var(--mist); }
.page-section.on-paper { background: var(--paper); }

.section-kicker {
  display: block;
  margin-bottom: 14px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #5c8b94;
}

.page-intro {
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.page-intro p {
  margin: 0 0 18px;
  font-size: clamp(17px, 1.9vw, 22px);
  line-height: 1.72;
  letter-spacing: .015em;
  color: #4a4a4a;
}

.page-intro p:last-child { margin-bottom: 0; }

/* --- Text link with animated underline ------------------------------ */
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding-bottom: 4px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #2a7771;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 40%;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: right .3s cubic-bezier(.2, .9, .18, 1);
}

.text-link:hover::after,
.text-link:focus-visible::after { right: 0; }

.text-link i { font-style: normal; transition: transform .3s ease; }
.text-link:hover i { transform: translateX(5px); }

/* --- Feature rows (zig-zag image + text) ---------------------------- */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  width: min(1180px, 92vw);
  margin: 0 auto clamp(48px, 7vw, 104px);
}

.feature-row:last-child { margin-bottom: 0; }
.feature-row.is-reverse .feature-media { order: 2; }

.feature-media {
  position: relative;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  border-radius: 76px 0 76px 0;
}

.feature-row.is-reverse .feature-media { border-radius: 0 76px 0 76px; }

.feature-media img,
.feature-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.feature-row:hover .feature-media img { transform: scale(1.04); }

.feature-text h2,
.feature-text h3 {
  margin: 0 0 18px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: .94;
  text-transform: uppercase;
  color: var(--garnet);
}

.feature-text p {
  margin: 0 0 16px;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.74;
  color: #555;
}

/* --- Tile grid (rooms / experiences / venues / cards) --------------- */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(26px, 3vw, 44px);
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.tile-grid.is-two { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }

.tile { display: grid; gap: 16px; align-content: start; }

.tile-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
}

.tile-media img,
.tile-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.tile:hover .tile-media img,
.tile:hover .tile-media video { transform: scale(1.06); }

.tile-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 14px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--garnet);
  background: rgba(255, 255, 255, .9);
  border-radius: 999px;
}

.tile h3 {
  margin: 0;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: .96;
  text-transform: uppercase;
  color: var(--garnet);
}

.tile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5c8b94;
}

.tile p {
  margin: 0;
  font-size: 14px;
  line-height: 1.66;
  color: #666;
}

.tile-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
}

.tile-price { font-size: 13px; letter-spacing: .04em; color: #4a4a4a; }
.tile-price strong { font-family: "Dazzle", Arial, sans-serif; font-size: 19px; color: var(--garnet); }

/* --- Info columns (facts / hours / capacities) ---------------------- */
.info-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: clamp(26px, 3vw, 50px);
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.info-col {
  display: grid;
  gap: 9px;
  align-content: start;
  padding-top: 22px;
  border-top: 1px solid rgba(107, 33, 55, .2);
}

.info-col strong {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #5c8b94;
}

.info-col .info-num {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  color: var(--garnet);
}

.info-col span,
.info-col p { margin: 0; font-size: 14px; line-height: 1.6; color: #555; }

/* --- Chips (filters / tags) ----------------------------------------- */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(1000px, 92vw);
  margin: 0 auto clamp(36px, 4vw, 52px);
}

.chip {
  padding: 10px 22px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--garnet);
  background: transparent;
  border: 1px solid rgba(107, 33, 55, .35);
  border-radius: 999px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.chip:hover,
.chip.is-active {
  color: #fff;
  background: var(--garnet);
  border-color: var(--garnet);
}

/* --- CTA band ------------------------------------------------------- */
.cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 124px) 6vw;
  background: var(--garnet);
  color: var(--garden);
  text-align: center;
}

.cta-band h2 {
  margin: 0 auto 18px;
  max-width: 16ch;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(34px, 6vw, 66px);
  line-height: .92;
  text-transform: uppercase;
  color: #fff;
}

.cta-band p {
  width: min(520px, 100%);
  margin: 0 auto 30px;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.66;
  color: rgba(255, 214, 214, .85);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 38px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  text-transform: uppercase;
  color: var(--garnet);
  background: var(--garden);
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.cta-button:hover,
.cta-button:focus-visible { transform: translateY(-3px); background: #fff; color: var(--garnet); }

.cta-button.is-outline { color: #fff; background: transparent; border: 1px solid rgba(255, 214, 214, .6); }
.cta-button.is-outline:hover { color: var(--garnet); background: var(--garden); border-color: var(--garden); }

/* --- Gallery (masonry) ---------------------------------------------- */
.gallery-grid {
  columns: 3 280px;
  column-gap: 16px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.gallery-grid figure {
  position: relative;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 8px;
  break-inside: avoid;
  background: var(--mist);
}

.gallery-grid figure:nth-child(6n + 1) { border-radius: 54px 0 54px 0; }

.gallery-grid img {
  display: block;
  width: 100%;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.gallery-grid figure:hover img { transform: scale(1.05); }

/* --- Press ---------------------------------------------------------- */
.press-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
  width: min(1000px, 92vw);
  margin: 0 auto;
}

.press-logos span {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: clamp(15px, 1.8vw, 22px);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(107, 33, 55, .55);
}

.press-list {
  display: grid;
  width: min(1000px, 100%);
  margin: 0 auto;
}

.press-item {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid rgba(107, 33, 55, .18);
}

.press-item:last-child { border-bottom: 1px solid rgba(107, 33, 55, .18); }

.press-item .press-date {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #5c8b94;
}

.press-item h3 {
  margin: 0;
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 300;
  line-height: 1.3;
  color: var(--garnet);
}

.press-item .press-outlet {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #999;
}

/* --- Contact -------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(36px, 5vw, 84px);
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.contact-info { display: grid; gap: clamp(22px, 3vw, 34px); align-content: start; }

.contact-line {
  display: grid;
  gap: 7px;
  padding-bottom: clamp(20px, 3vw, 30px);
  border-bottom: 1px solid rgba(107, 33, 55, .16);
}

.contact-line:last-child { padding-bottom: 0; border-bottom: 0; }

.contact-line strong {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #5c8b94;
}

.contact-line p { margin: 0; font-size: clamp(16px, 1.8vw, 21px); line-height: 1.5; color: var(--garnet); letter-spacing: .02em; }
.contact-line a { color: var(--garnet); }
.contact-line a:hover { color: #2a7771; }

.contact-form { display: grid; gap: 18px; align-content: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }

.field label {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--garnet);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 16px;
  font-family: "Termina", Arial, sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(107, 33, 55, .28);
  border-radius: 8px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.field textarea { min-height: 130px; resize: vertical; }

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 0;
  border-color: var(--garnet);
  box-shadow: 0 0 0 3px rgba(107, 33, 55, .12);
}

.contact-submit {
  justify-self: start;
  margin-top: 8px;
  min-height: 56px;
  padding: 0 40px;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--garden);
  background: var(--garnet);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.contact-submit:hover { color: var(--garnet); background: var(--garden); transform: translateY(-2px); }

/* --- Active menu item ----------------------------------------------- */
.site-menu .menu-links a[aria-current="page"] { color: #2a7771; }
.site-menu .menu-links a[aria-current="page"]::after { right: 0; }

/* --- Internal-page responsive --------------------------------------- */
@media (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; gap: 26px; }
  .feature-row.is-reverse .feature-media { order: 0; }
  .feature-media { aspect-ratio: 16 / 11; border-radius: 48px 0 48px 0; }
  .feature-row.is-reverse .feature-media { border-radius: 0 48px 0 48px; }
  .contact-grid { grid-template-columns: 1fr; }
  .press-item { grid-template-columns: 1fr; gap: 8px; }
  .press-item .text-link { justify-self: start; }
}

@media (max-width: 620px) {
  .page-hero-inner { padding-top: clamp(128px, 34vw, 168px); }
  .page-section { padding: clamp(48px, 12vw, 70px) 7vw; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { columns: 2 150px; column-gap: 12px; }
  .gallery-grid figure { margin-bottom: 12px; }
}

/* --- Wide framed media (maps, banners) ------------------------------ */
.media-wide {
  width: min(1100px, 92vw);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: var(--mist);
}

.media-wide img { width: 100%; height: auto; display: block; }

/* ---------------------------------------------------------------------
   HOME V2 — aggiunte kit per gli spunti della nuova home sulle interne
   --------------------------------------------------------------------- */

.feature-logo {
  display: block;
  width: auto;
  height: clamp(56px, 6vw, 84px);
  margin-bottom: 4px;
  object-fit: contain;
  object-position: left center;
}

.feature-row.is-reverse .feature-logo {
  object-position: left center;
}

.keys-strip {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(10px, 2vw, 22px);
}

.keys-strip .keys-collage {
  margin-bottom: 0;
}

.subpage .rooms-section .rooms-copy {
  text-align: center;
}

.subpage .explore-section .tile {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .feature-logo {
    height: clamp(48px, 12vw, 64px);
  }
}

/* ---------------------------------------------------------------------
   REEL EXPERIENCE (mobile) — effetto molla all'aggancio del video
   --------------------------------------------------------------------- */

@media (max-width: 900px) {
  .experience-video.is-settling {
    animation: reelSettle .46s ease-out both;
  }
}

/* parte da fermo, prosegue un pelo nella direzione del moto e rientra:
   niente scatto iniziale, niente zoom — solo inerzia elastica */
@keyframes reelSettle {
  0% {
    transform: scale(1.03) translateY(0);
  }

  32% {
    transform: scale(1.03) translateY(calc(var(--reel-shift, 8px) * -1));
  }

  64% {
    transform: scale(1.03) translateY(calc(var(--reel-shift, 8px) * .3));
  }

  100% {
    transform: scale(1.03) translateY(0);
  }
}

/* ---------------------------------------------------------------------
   MAPPA (mobile) — niente titolo "Key places", resta il blocco
   --------------------------------------------------------------------- */

@media (max-width: 900px) {
  .map-sidebar h3 {
    display: none;
  }
}

/* ---------------------------------------------------------------------
   NAV-TIME — orario reale di Pompei + icona meteo (Open-Meteo)
   il sole clip-path originale resta l'icona del sereno diurno
   --------------------------------------------------------------------- */

.sun.has-icon {
  background: none;
  clip-path: none;
  color: #fff;
}

.sun.has-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------
   ACCESS FAB — icona accessibilità fissa su mobile (clone JS del
   .portfolio dell'header, che resta com'è su desktop)
   --------------------------------------------------------------------- */

.access-fab {
  display: none;
}

@media (max-width: 900px) {
  .access-fab {
    position: fixed;
    left: 12px;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    z-index: 69;
    margin: 0;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background: rgba(28, 28, 30, .82);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .3);
  }

  .access-fab span {
    display: none;
  }

  .access-fab img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
}

/* ------------------------------ */
/* STAY: hero video piu' basso    */
/* ------------------------------ */

.page-hero.stay-hero {
  min-height: clamp(300px, 36vw, 460px);
}

.stay-hero .page-hero-inner {
  padding-top: clamp(120px, 13vw, 165px);
}

.stay-hero .page-hero-media {
  object-position: center 22%;
}

@media (max-width: 900px) {
  .stay-hero .page-hero-media {
    object-position: center 8%;
  }
}

/* ------------------------------ */
/* CONTACT: Google Maps           */
/* ------------------------------ */

.gmap-panel {
  width: min(1180px, 100%);
  margin: 0 auto clamp(48px, 7vw, 96px);
}

.gmap-panel iframe {
  display: block;
  width: 100%;
  height: clamp(340px, 42vw, 520px);
  border: 0;
  border-radius: clamp(18px, 2.2vw, 30px);
  box-shadow: 0 24px 60px rgba(42, 25, 31, .16);
}

/* Nota centrata sopra/sotto le colonne info (testi luglio 2026) */
.cols-note {
  width: min(680px, 100%);
  margin: 0 auto 34px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  color: #6b5a60;
}

.info-cols + .cols-note { margin: 30px auto 0; }

/* Firma agenzia nel footer */
.powered a {
  color: rgba(255, 214, 214, .62);
  letter-spacing: .14em;
  transition: color .2s ease;
}

.powered a:hover,
.powered a:focus-visible {
  color: #ffd6d6;
}

/* --- Fascia vasi sotto gli hero interni (pattern del menu) ----------- */
.hero-strip {
  position: relative;
  overflow: hidden;
  height: clamp(56px, 6.5vw, 88px);
  background: #fff;
}

.hero-strip-track {
  position: absolute;
  inset: 0;
  opacity: .58;
  background-image: url("assets/menu-pattern-row.png");
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: auto 100%;
  animation: heroStripSlide 34s linear infinite;
}

@keyframes heroStripSlide {
  from { background-position-x: 0; }
  to { background-position-x: var(--strip-tile, 561px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-strip-track {
    animation: none;
  }
}

/* --- Popover della barra di prenotazione ----------------------------- */
.booking-pop {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 0;
  z-index: 5;
  min-width: 300px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(17, 16, 20, .08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(17, 16, 20, .16);
  animation: bookingPopIn .18s ease;
}

.booking-pop::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 34px;
  border: 8px solid transparent;
  border-top-color: #fff;
}

@keyframes bookingPopIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.booking-pop-dates { min-width: 338px; }

.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cal-title {
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cal-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 1;
  color: #1e1e1f;
  background: transparent;
  border: 1px solid rgba(17, 16, 20, .16);
  border-radius: 999px;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.cal-nav:hover:not(:disabled) {
  color: #fff;
  background: var(--garnet);
  border-color: var(--garnet);
}

.cal-nav:disabled {
  opacity: .3;
  cursor: default;
}

.cal-weekdays,
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.cal-weekdays {
  margin-bottom: 4px;
}

.cal-weekdays span {
  padding: 4px 0;
  text-align: center;
  font-family: "Dazzle", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(17, 16, 20, .5);
}

.cal-grid button {
  height: 36px;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  color: #1e1e1f;
  background: transparent;
  cursor: pointer;
  transition: background .12s ease, color .12s ease;
}

.cal-grid button:hover:not(:disabled) {
  background: rgba(107, 32, 55, .12);
}

.cal-grid button:disabled {
  color: rgba(17, 16, 20, .26);
  cursor: default;
}

.cal-grid button.in-range {
  border-radius: 0;
  background: rgba(107, 32, 55, .12);
}

.cal-grid button.is-edge {
  color: #fff;
  background: var(--garnet);
}

.pop-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 0;
}

.pop-row + .pop-row {
  border-top: 1px dashed rgba(17, 16, 20, .18);
}

.pop-row-label {
  font-size: 14px;
}

.pop-stepper {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.pop-stepper b {
  min-width: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.pop-stepper button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 17px;
  line-height: 1;
  color: #1e1e1f;
  background: transparent;
  border: 1px solid rgba(17, 16, 20, .2);
  border-radius: 999px;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.pop-stepper button:hover {
  color: #fff;
  background: var(--garnet);
  border-color: var(--garnet);
}

.rate-option {
  display: block;
  width: 100%;
  padding: 11px 12px;
  text-align: left;
  font-size: 14px;
  color: #1e1e1f;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: background .12s ease;
}

.rate-option:hover {
  background: rgba(107, 32, 55, .08);
}

.rate-option.is-selected {
  color: #fff;
  background: var(--garnet);
}

.rate-option + .rate-option {
  margin-top: 2px;
}

/* --- Hero Wellness: inquadratura piu' alta del video su desktop ------ */
@media (min-width: 901px) {
  .wellness-hero .page-hero-media {
    object-position: 50% 22%;
  }
}

/* --- Popover inline nella barra di prenotazione mobile --------------- */
@media (max-width: 900px) {
  .booking-bar.is-open {
    max-height: calc(100vh - 90px);
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
  }

  .booking-pop {
    position: static;
    min-width: 0;
    margin-top: 10px;
    padding: 16px;
    border: 1px solid rgba(17, 16, 20, .12);
    border-radius: 14px;
    box-shadow: none;
    animation: none;
  }

  .booking-pop::after {
    content: none;
  }
}