:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
  --wine: #5b0f24;
  --wine-dark: #310815;
  --wine-black: #1d070d;
  --cream: #f7f3ed;
  --paper: #fffdf9;
  --ink: #24191c;
  --muted: #786b6e;
  --gold: #c7a86c;
  --line: rgba(91, 15, 36, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  overflow-x: hidden;
  overflow-x: clip;
}

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  align-items: center;
  background: linear-gradient(180deg, rgba(24, 4, 10, 0.88), rgba(24, 4, 10, 0));
  color: white;
  display: grid;
  gap: 30px;
  grid-template-columns: 260px 1fr auto;
  left: 0;
  padding: 22px 5vw 55px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  animation: header-arrival 900ms 120ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.brand img {
  height: auto;
  object-fit: contain;
  object-position: left center;
  width: 240px;
  filter: drop-shadow(0 7px 20px rgba(0, 0, 0, 0.25));
  transition: filter 450ms ease, transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.brand:hover img {
  filter: drop-shadow(0 10px 28px rgba(218, 185, 117, 0.26));
  transform: scale(1.035);
}

.site-header nav {
  display: flex;
  gap: clamp(18px, 2.5vw, 42px);
  justify-content: center;
}

.site-header nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-block: 5px;
  text-transform: uppercase;
  position: relative;
}

.site-header nav a::after {
  background: linear-gradient(90deg, transparent, #e7cb91, transparent);
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 350ms ease;
  width: 120%;
}

.site-header nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.header-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  isolation: isolate;
  letter-spacing: 0.08em;
  overflow: hidden;
  padding-bottom: 6px;
  position: relative;
  text-transform: uppercase;
}

.hero {
  color: white;
  display: flex;
  min-height: 830px;
  overflow: hidden;
  position: relative;
}

.hero-image,
.reservation-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-position: center 54%;
  animation: hero-cinema 18s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(31, 3, 12, 0.92) 0%, rgba(49, 8, 21, 0.63) 43%, rgba(30, 10, 14, 0.06) 76%),
    linear-gradient(0deg, rgba(19, 4, 9, 0.62) 0%, transparent 32%);
  inset: 0;
  position: absolute;
}

.hero-content {
  align-self: center;
  margin-left: max(7vw, calc((100vw - 1180px) / 2));
  max-width: 980px;
  padding: 135px 24px 140px 0;
  position: relative;
  z-index: 2;
}

.hero-content > * {
  animation: hero-copy-arrival 850ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-content > :nth-child(1) {
  animation-delay: 250ms;
}

.hero-content > :nth-child(2) {
  animation-delay: 340ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 470ms;
}

.hero-content > :nth-child(4) {
  animation-delay: 590ms;
}

.eyebrow,
.mini-label,
.footer-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  color: #ead9b8;
  margin: 0 0 25px;
}

.eyebrow.wine {
  color: var(--wine);
}

.hero h1,
.intro h2,
.experience h2,
.menu-heading h2,
.about h2,
.reservation h2 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(70px, 8.3vw, 126px);
  line-height: 0.78;
  margin: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 em {
  color: #e7c887;
  font-weight: 400;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
  margin: 38px 0 0;
  max-width: 510px;
}

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

.button {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 54px;
  padding: 0 28px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.button:hover {
  box-shadow: 0 14px 32px rgba(42, 4, 15, 0.2);
  transform: translateY(-3px);
}

.button::before,
.header-cta::before,
.whatsapp-float::before {
  background: linear-gradient(105deg, transparent 20%, rgba(255, 235, 190, 0.7) 49%, transparent 78%);
  content: "";
  inset: 0;
  position: absolute;
  pointer-events: none;
  transform: translateX(-140%) skewX(-18deg);
  transition: transform 760ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 60%;
  z-index: 0;
}

.button:hover::before,
.header-cta:hover::before,
.whatsapp-float:hover::before {
  transform: translateX(250%) skewX(-18deg);
}

.button-primary {
  background: linear-gradient(135deg, #72102e, var(--wine) 60%, #3f0919);
  color: white;
  box-shadow: inset 0 0 0 1px rgba(238, 205, 137, 0.13);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  backdrop-filter: blur(6px);
}

.button-light {
  background: var(--cream);
  color: var(--wine-dark);
}

.button.full {
  width: 100%;
}

.hero-bottom {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.hero-bottom span {
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  flex: 1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 24px 4vw;
  text-align: center;
  text-transform: uppercase;
  animation: hero-bottom-arrival 700ms 780ms ease both;
}

.intro {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.25fr 0.75fr;
  padding-block: 120px 65px;
}

.intro h2,
.experience h2,
.menu-heading h2,
.about h2,
.reservation h2 {
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
  margin: 0;
}

.intro > p,
.about-copy,
.experience-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.suite-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.suite-card {
  background: white;
  border: 1px solid var(--line);
  min-width: 0;
  overflow: clip;
  transition:
    border-color 400ms ease,
    box-shadow 500ms ease,
    transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.suite-card:hover {
  border-color: rgba(156, 108, 35, 0.4);
  box-shadow: 0 30px 70px rgba(71, 15, 32, 0.13);
  transform: translateY(-7px);
}

.suite-card.featured {
  grid-column: 1 / -1;
}

.suite-photo {
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  position: relative;
}

.suite-photo::after {
  background: linear-gradient(125deg, transparent 40%, rgba(235, 206, 146, 0.18), transparent 65%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-110%);
  transition: transform 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.suite-card:hover .suite-photo::after {
  transform: translateX(110%);
}

.suite-card.featured .suite-photo {
  aspect-ratio: 2.55 / 1;
}

.suite-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.suite-card:hover .suite-photo img {
  transform: scale(1.035);
}

.suite-number,
.suite-tag {
  background: rgba(39, 5, 15, 0.82);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 12px 15px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
}

.suite-number {
  left: 18px;
}

.suite-tag {
  right: 18px;
}

.suite-body {
  min-width: 0;
  padding: 30px;
}

.suite-heading {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.mini-label {
  color: var(--wine);
  margin: 0 0 4px;
}

.suite-heading h3 {
  font-family: var(--font-display), Georgia, serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.suite-price {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.suite-price span,
.suite-price small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.suite-price strong {
  color: var(--wine);
  font-family: var(--font-display), Georgia, serif;
  font-size: 26px;
  font-weight: 600;
}

.suite-description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 22px 0;
  max-width: 560px;
}

.amenities,
.detail-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.amenities li,
.detail-amenities li {
  border: 1px solid var(--line);
  color: #5e4d51;
  font-size: 10px;
  padding: 8px 10px;
  text-transform: uppercase;
}

details {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  min-width: 0;
}

summary {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  list-style: none;
  padding: 19px 0 2px;
  text-transform: uppercase;
  transition: color 220ms ease, letter-spacing 300ms ease;
}

summary:hover {
  color: var(--wine);
  letter-spacing: 0.15em;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--wine);
  content: "+";
  float: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 12px;
}

details[open] summary::after {
  content: "−";
}

.detail-content {
  max-width: 100%;
  min-width: 0;
  padding-top: 24px;
}

.rate-note,
.detail-label {
  color: var(--wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rate-list {
  border-block: 1px solid var(--line);
  margin: 16px 0 22px;
}

.rate-list div {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 12px 0;
}

.rate-list div + div {
  border-top: 1px solid var(--line);
}

.detail-amenities {
  margin: 14px 0 24px;
}

.gallery-heading {
  align-items: baseline;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 28px 0 12px;
}

.gallery-heading .detail-label {
  margin: 0;
}

.gallery-heading span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.suite-gallery {
  display: grid;
  gap: 10px;
  grid-auto-columns: minmax(210px, 42%);
  grid-auto-flow: column;
  margin-bottom: 28px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 12px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--gold) rgba(91, 15, 36, .08);
  scrollbar-width: thin;
  width: 100%;
}

.suite-gallery a {
  aspect-ratio: 1.42 / 1;
  display: block;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.suite-gallery a::after {
  align-items: center;
  background: rgba(43, 5, 16, .7);
  bottom: 10px;
  color: white;
  content: "Ampliar ↗";
  display: flex;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  min-height: 28px;
  padding-inline: 10px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
}

.suite-gallery img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
  width: 100%;
}

.suite-gallery a:hover img {
  transform: scale(1.04);
}

.photo-lightbox {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(20, 3, 9, .94);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  padding: 48px;
  position: fixed;
  z-index: 9999;
}

.photo-lightbox[hidden] {
  display: none;
}

.photo-lightbox figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}

.photo-lightbox figure img {
  display: block;
  height: auto;
  max-height: calc(100vh - 112px);
  max-height: calc(100dvh - 112px);
  max-width: calc(100vw - 96px);
  object-fit: contain;
  width: auto;
}

.photo-lightbox figcaption {
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-close {
  align-items: center;
  background: var(--wine);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 25px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: fixed;
  right: 22px;
  top: 22px;
  transition: background 220ms ease, transform 220ms ease;
  width: 44px;
  z-index: 1;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: var(--gold);
  color: var(--ink);
  outline: none;
  transform: scale(1.06);
}

.rental-notes {
  background: var(--cream);
  border-left: 3px solid var(--wine);
  margin: 28px 0;
  padding: 23px 24px;
}

.rental-notes .detail-label {
  margin: 0 0 14px;
}

.overage-note,
.overnight-note {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.overnight-note {
  color: var(--wine);
  margin-top: 8px;
}

.rental-notes ul {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px 24px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 18px 0 0;
  padding: 18px 0 0;
}

.rental-notes li {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
  padding-left: 13px;
  position: relative;
}

.rental-notes li::before {
  color: var(--wine);
  content: "•";
  left: 0;
  position: absolute;
}

.price-disclaimer {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  padding-block: 22px 105px;
}

.experience {
  background: var(--wine-dark);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.experience-image {
  min-height: 770px;
  overflow: hidden;
  position: relative;
}

.experience-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.experience-copy {
  align-self: center;
  padding: 90px clamp(40px, 7vw, 110px);
}

.experience-copy > p {
  color: rgba(255, 255, 255, 0.67);
  margin: 28px 0 45px;
  max-width: 530px;
}

.experience-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.experience-list > div {
  display: grid;
  gap: 15px;
  grid-template-columns: 35px 125px 1fr;
  padding: 22px 0;
}

.experience-list > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.experience-list span {
  color: var(--gold);
  font-size: 10px;
}

.experience-list h3 {
  font-family: var(--font-display), Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  margin: 0;
}

.experience-list p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}

.menu-section {
  background:
    radial-gradient(circle at 92% 7%, rgba(199, 168, 108, 0.13), transparent 24%),
    var(--cream);
  padding-block: 120px 105px;
  position: relative;
}

.menu-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.25fr 0.75fr;
  margin-bottom: 62px;
}

.menu-heading h2 {
  font-size: clamp(50px, 6vw, 82px);
  line-height: 0.96;
  margin: 0;
  max-width: 780px;
}

.menu-heading > div:last-child > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 24px;
}

.menu-feature {
  color: white;
  min-height: 470px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.menu-feature > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.menu-feature:hover > img {
  transform: scale(1.025);
}

.menu-feature-shade {
  background:
    linear-gradient(90deg, rgba(35, 3, 13, 0.96) 0%, rgba(58, 8, 23, 0.76) 35%, rgba(34, 7, 14, 0.04) 72%),
    linear-gradient(0deg, rgba(25, 4, 10, 0.42), transparent 52%);
  inset: 0;
  position: absolute;
}

.menu-feature-copy {
  max-width: 500px;
  padding: 66px 58px;
  position: relative;
  z-index: 2;
}

.menu-feature-copy .eyebrow {
  margin-bottom: 18px;
}

.menu-feature-number {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.menu-feature h3 {
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.82;
  margin: 0;
}

.menu-feature h3 em {
  color: #e7c887;
  display: inline-block;
  font-size: 0.62em;
  font-weight: 400;
  line-height: 1.02;
  margin-top: 9px;
}

.menu-feature-price {
  color: #f1d18f;
  display: none;
  font-family: var(--font-display), Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  margin-top: 24px;
}

.menu-feature-price small {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-feature-copy > p:last-child {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.75;
  margin: 28px 0 0;
  max-width: 420px;
}

.menu-order-link {
  color: var(--wine);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 13px;
  letter-spacing: 0.15em;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}

.menu-order-link::after {
  background: linear-gradient(90deg, var(--wine), var(--gold));
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: left;
  transition: transform 350ms ease;
  width: 100%;
}

.menu-order-link:hover::after {
  transform: scaleX(0.6);
}

.menu-order-link span {
  color: var(--gold);
  font-size: 15px;
  line-height: 9px;
  transition: transform 300ms ease;
}

.menu-order-link:hover span {
  transform: translate(3px, -3px);
}

.menu-grid {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.menu-card {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(91, 15, 36, 0.13);
  box-shadow: 0 24px 65px rgba(76, 22, 37, 0.06);
  overflow: hidden;
  padding: 34px 32px 28px;
  position: relative;
  transition:
    border-color 400ms ease,
    box-shadow 500ms ease,
    transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.menu-card::before {
  background: linear-gradient(90deg, var(--wine), var(--gold));
  content: "";
  height: 3px;
  inset: 0 0 auto;
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.menu-card:hover {
  border-color: rgba(156, 108, 35, 0.4);
  box-shadow: 0 30px 75px rgba(71, 15, 32, 0.12);
  transform: translateY(-7px);
}

.menu-card:hover::before {
  transform: scaleX(1);
}

.menu-card-heading {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  padding-bottom: 24px;
}

.menu-card-heading > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.menu-card h3 {
  color: var(--wine-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.menu-item {
  padding: 20px 0;
}

.menu-item + .menu-item {
  border-top: 1px solid rgba(91, 15, 36, 0.1);
}

.menu-item h4 {
  color: var(--ink);
  font-family: var(--font-display), Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  min-width: 0;
}

.menu-item-title {
  align-items: baseline;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.menu-item-title strong {
  color: var(--wine);
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  white-space: nowrap;
}

.menu-item p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 7px 0 0;
}

.menu-note {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
  margin-top: 24px;
  text-transform: uppercase;
}

.full-menu-disclosure {
  border: 0;
  margin-top: 32px;
}

.full-menu-disclosure > summary {
  align-items: center;
  background: linear-gradient(135deg, #72102e, var(--wine) 62%, #3f0919);
  box-shadow: 0 18px 38px rgba(60, 7, 23, 0.2);
  color: white;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 18px 25px;
  width: max-content;
}

.full-menu-disclosure > summary:hover {
  color: white;
  letter-spacing: 0.12em;
}

.full-menu-disclosure > summary::after {
  color: #e8cd95;
  float: none;
  line-height: 1;
  margin-left: 2px;
}

.full-menu-disclosure > summary small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.menu-expand-close {
  display: none;
}

.full-menu-disclosure[open] .menu-expand-open {
  display: none;
}

.full-menu-disclosure[open] .menu-expand-close {
  display: inline;
}

.expanded-menu-grid {
  margin-top: 25px;
}

.about {
  align-items: center;
  display: grid;
  gap: 55px;
  grid-template-columns: 150px 1.1fr 0.9fr;
  padding-block: 125px;
}

.about-mark {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  height: 130px;
  justify-content: center;
  width: 130px;
}

.about-mark span {
  color: var(--wine);
  font-family: var(--font-display), Georgia, serif;
  font-size: 78px;
  font-style: italic;
}

.about h2 {
  font-size: clamp(46px, 5vw, 70px);
}

.about-copy p + p {
  margin-top: 20px;
}

.reservation {
  color: white;
  min-height: 590px;
  position: relative;
}

.reservation-image {
  object-position: center 52%;
}

.reservation-overlay {
  background: linear-gradient(90deg, rgba(52, 6, 20, 0.95), rgba(52, 6, 20, 0.52) 55%, rgba(52, 6, 20, 0.14));
  inset: 0;
  position: absolute;
  transition: opacity 700ms ease;
}

.reservation:hover .reservation-overlay {
  opacity: 0.9;
}

.reservation-content {
  margin-left: max(7vw, calc((100vw - 1180px) / 2));
  padding: 105px 24px 90px 0;
  position: relative;
  z-index: 2;
}

.reservation h2 {
  font-size: clamp(58px, 7vw, 94px);
  margin-bottom: 35px;
}

footer {
  background: var(--wine-black);
  color: white;
}

.footer-main {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding-block: 75px 60px;
}

.footer-main > img {
  height: auto;
  opacity: 0.92;
  width: 180px;
}

.footer-label {
  color: #d6b87a;
  margin: 0 0 17px;
}

.footer-main div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-main a,
.footer-main p:not(.footer-label) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}

.footer-main a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  padding-block: 22px;
  text-transform: uppercase;
}

.whatsapp-float,
.waze-float {
  align-items: center;
  box-shadow: 0 15px 40px rgba(45, 4, 16, 0.28);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 16px;
  letter-spacing: 0.1em;
  padding: 15px 18px;
  position: fixed;
  right: 22px;
  text-transform: uppercase;
  z-index: 30;
  isolation: isolate;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.whatsapp-float {
  background: var(--wine);
  bottom: 22px;
  color: white;
}

.waze-float {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(91, 15, 36, 0.16);
  bottom: 84px;
  color: var(--wine-dark);
  min-height: 54px;
}

.waze-float img {
  height: 26px;
  object-fit: contain;
  transition: transform 300ms ease;
  width: 26px;
}

.whatsapp-float:hover,
.waze-float:hover {
  box-shadow: 0 20px 48px rgba(45, 4, 16, 0.42);
  transform: translateY(-4px);
}

.waze-float:hover img {
  transform: rotate(-6deg) scale(1.08);
}

.whatsapp-float img {
  height: 25px;
  object-fit: contain;
  position: relative;
  transition: transform 300ms ease;
  width: 25px;
  z-index: 1;
}

.whatsapp-float:hover img {
  transform: rotate(-5deg) scale(1.1);
}

.motion-ready .intro > *,
.motion-ready .suite-card,
.motion-ready .price-disclaimer,
.motion-ready .experience-image,
.motion-ready .experience-copy,
.motion-ready .menu-heading > *,
.motion-ready .menu-feature,
.motion-ready .menu-card,
.motion-ready .menu-note,
.motion-ready .about > *,
.motion-ready .reservation-content,
.motion-ready .footer-main > * {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 850ms var(--reveal-delay, 0ms) cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 850ms var(--reveal-delay, 0ms) cubic-bezier(0.2, 0.7, 0.2, 1);
}

.motion-ready .intro > *.reveal-visible,
.motion-ready .suite-card.reveal-visible,
.motion-ready .price-disclaimer.reveal-visible,
.motion-ready .experience-image.reveal-visible,
.motion-ready .experience-copy.reveal-visible,
.motion-ready .menu-heading > *.reveal-visible,
.motion-ready .menu-feature.reveal-visible,
.motion-ready .menu-card.reveal-visible,
.motion-ready .menu-note.reveal-visible,
.motion-ready .about > *.reveal-visible,
.motion-ready .reservation-content.reveal-visible,
.motion-ready .footer-main > *.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .suite-card.reveal-visible:hover {
  transform: translateY(-7px);
}

.motion-ready .menu-card.reveal-visible:hover {
  transform: translateY(-7px);
}

@keyframes header-arrival {
  from {
    opacity: 0;
    transform: translateY(-22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-copy-arrival {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-bottom-arrival {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-cinema {
  from {
    transform: scale(1.075);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 24px;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(35, 4, 14, 0.94), rgba(48, 9, 21, 0.5));
  }

  .intro,
  .menu-heading,
  .about {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .about-mark {
    display: none;
  }

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

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

  .experience-image {
    min-height: 500px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .section-shell {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    padding: 14px 18px 40px;
  }

  .brand img {
    height: auto;
    width: 138px;
  }

  .header-cta {
    font-size: 9px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-content {
    margin-left: 20px;
    padding-right: 20px;
    padding-top: 90px;
  }

  .hero h1 {
    font-size: clamp(50px, 16.5vw, 78px);
    line-height: 0.84;
  }

  .hero-copy {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-bottom span {
    font-size: 8px;
    padding: 18px 6px;
  }

  .intro {
    padding-block: 85px 45px;
  }

  .intro h2 {
    font-size: 53px;
  }

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

  .suite-card.featured {
    grid-column: auto;
  }

  .suite-card.featured .suite-photo,
  .suite-photo {
    aspect-ratio: 1.15 / 1;
  }

  .suite-body {
    padding: 24px 20px;
  }

  .suite-gallery {
    grid-auto-columns: 84%;
  }

  .photo-lightbox {
    padding: 64px 14px 26px;
  }

  .photo-lightbox figure img {
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
    max-width: calc(100vw - 28px);
  }

  .lightbox-close {
    height: 40px;
    right: 12px;
    top: 12px;
    width: 40px;
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .rental-notes {
    padding: 21px 18px;
  }

  .rental-notes ul {
    grid-template-columns: 1fr;
  }

  .suite-heading h3 {
    font-size: 39px;
  }

  .suite-price strong {
    font-size: 22px;
  }

  .price-disclaimer {
    padding-bottom: 80px;
  }

  .experience-image {
    min-height: 420px;
  }

  .experience-copy {
    padding: 72px 24px;
  }

  .menu-section {
    padding-block: 85px 75px;
  }

  .menu-heading {
    gap: 28px;
    margin-bottom: 42px;
  }

  .menu-heading h2 {
    font-size: 53px;
  }

  .menu-feature {
    min-height: 510px;
  }

  .menu-feature > img {
    object-position: 62% center;
  }

  .menu-feature-shade {
    background:
      linear-gradient(90deg, rgba(35, 3, 13, 0.92), rgba(48, 8, 20, 0.3)),
      linear-gradient(0deg, rgba(25, 4, 10, 0.72), transparent 60%);
  }

  .menu-feature-copy {
    padding: 55px 28px;
  }

  .menu-feature h3 {
    font-size: 58px;
  }

  .menu-feature-copy > p:last-child {
    max-width: 310px;
  }

  .menu-feature-price {
    font-size: 22px;
  }

  .menu-card {
    padding: 30px 22px 20px;
  }

  .full-menu-disclosure > summary {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px 11px;
    padding: 17px 20px;
  }

  .full-menu-disclosure > summary small {
    flex-basis: 100%;
    text-align: center;
  }

  .experience-list > div {
    grid-template-columns: 30px 95px 1fr;
  }

  .about {
    padding-block: 85px;
  }

  .reservation {
    min-height: 540px;
  }

  .reservation-content {
    margin-left: 22px;
    padding-right: 18px;
  }

  .reservation h2 {
    font-size: 57px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-block: 60px 45px;
  }

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

  .whatsapp-float span {
    display: none;
  }

  .waze-float {
    bottom: 80px;
    gap: 0;
    padding: 13px;
  }

  .waze-float span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .suite-photo img,
  .button {
    transition: none;
  }

  .site-header,
  .hero-image,
  .hero-content > *,
  .hero-bottom span {
    animation: none;
  }

  .motion-ready .intro > *,
  .motion-ready .suite-card,
  .motion-ready .price-disclaimer,
  .motion-ready .experience-image,
  .motion-ready .experience-copy,
  .motion-ready .menu-heading > *,
  .motion-ready .menu-feature,
  .motion-ready .menu-card,
  .motion-ready .menu-note,
  .motion-ready .about > *,
  .motion-ready .reservation-content,
  .motion-ready .footer-main > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
