:root {
  --ink: #171313;
  --muted: #625c54;
  --paper: #fff9ed;
  --paper-strong: #fff4d3;
  --leaf: #183f24;
  --leaf-soft: #dfeccb;
  --teal: #0aa7b5;
  --sun: #f2a51f;
  --clay: #9b5d34;
  --coral: #e84f28;
  --violet: #25184b;
  --line: rgba(23, 19, 19, .14);
  --shadow: 0 24px 70px rgba(33, 24, 12, .16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

body.has-lightbox {
  overflow: hidden;
}

body::selection {
  background: var(--sun);
  color: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 7px clamp(18px, 4vw, 54px);
  background: rgba(255, 249, 237, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 270px;
}

.brand__logo {
  width: 128px;
  height: 62px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 8px 18px rgba(23, 19, 19, .12));
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: .78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--ink);
}

.nav-reserve {
  padding: 10px 16px;
  color: #fff !important;
  background: var(--leaf);
  border-radius: 999px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  background: rgba(24, 63, 36, .08);
  border: 1px solid rgba(24, 63, 36, .12);
  border-radius: 999px;
}

.language-switch select {
  min-width: 72px;
  padding: 7px 26px 7px 8px;
  color: var(--leaf);
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100vh - 74px);
  overflow: hidden;
  color: #fff;
  background: var(--leaf);
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 23, 12, .86), rgba(13, 23, 12, .55) 42%, rgba(13, 23, 12, .1)),
    linear-gradient(0deg, rgba(13, 23, 12, .75), rgba(13, 23, 12, 0) 48%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(760px, 100%);
  padding: clamp(70px, 10vw, 130px) clamp(20px, 7vw, 96px) 190px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--sun);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: "Cooper Black", "Arial Rounded MT Bold", "Arial Black", Impact, sans-serif;
  font-size: clamp(3.6rem, 8vw, 7.9rem);
  line-height: .88;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 6px 0 rgba(23, 19, 19, .42);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.16;
}

.hero__content p:not(.eyebrow) {
  width: min(620px, 100%);
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero__actions,
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}

.button--primary {
  color: #fff;
  background: var(--leaf);
}

.button--ghost {
  color: var(--ink);
  background: rgba(255, 249, 237, .88);
  border-color: rgba(255, 255, 255, .42);
}

.booking-strip {
  position: absolute;
  right: clamp(16px, 5vw, 70px);
  bottom: 28px;
  left: clamp(16px, 5vw, 70px);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 249, 237, .94);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.booking-strip article {
  min-height: 108px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.booking-strip article:last-child {
  border-right: 0;
}

.booking-strip strong,
.booking-strip span {
  display: block;
}

.booking-strip strong {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.booking-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}

.section-pad {
  padding: clamp(70px, 10vw, 130px) clamp(20px, 5vw, 72px);
}

.section-heading {
  width: min(760px, 100%);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 90px);
  background: #fffdf7;
}

.intro__text {
  align-self: end;
  color: var(--muted);
  font-size: 1.1rem;
}

.rooms {
  background: var(--paper);
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.room-card {
  overflow: hidden;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(33, 24, 12, .08);
}

.room-card__visual {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  background: var(--leaf);
  cursor: zoom-in;
}

.room-card__visual img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .35s ease;
}

.room-card:hover .room-card__visual img {
  transform: scale(1.04);
}

.room-card__visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(23, 19, 19, .76);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
}

.room-card__gallery-hint {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(10, 167, 181, .88);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
}

.room-card__visual:focus-visible {
  outline: 4px solid var(--sun);
  outline-offset: -4px;
}

.gallery {
  background: #fffdf7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 14px;
  margin-top: 36px;
}

.gallery-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--leaf);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(33, 24, 12, .08);
  cursor: zoom-in;
}

.gallery-item:focus-visible {
  outline: 4px solid var(--sun);
  outline-offset: 3px;
}

.gallery-item--1,
.gallery-item--5 {
  grid-column: span 2;
  grid-row: span 2;
}

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

.gallery-item::after {
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  content: "";
  background: linear-gradient(0deg, rgba(15, 22, 12, .78), rgba(15, 22, 12, 0));
}

.gallery-item figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: #fff;
}

.gallery-item strong,
.gallery-item span {
  display: block;
}

.gallery-item strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.gallery-item span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .75);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-item em {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(10, 167, 181, .9);
  border-radius: 999px;
  font-size: .76rem;
  font-style: normal;
  font-weight: 900;
}

.stories {
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.story-card {
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.story-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 3px solid var(--sun);
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(33, 24, 12, .12);
  transition: transform .24s ease, box-shadow .24s ease;
}

.story-card:hover img,
.story-card:focus-visible img {
  box-shadow: 0 16px 42px rgba(33, 24, 12, .2);
  transform: translateY(-4px) scale(1.02);
}

.story-card:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 8px;
  border-radius: 999px;
}

.story-card em {
  justify-self: center;
  width: max-content;
  max-width: 100%;
  margin-top: -26px;
  padding: 5px 10px;
  color: #fff;
  background: var(--leaf);
  border: 2px solid var(--paper);
  border-radius: 999px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.story-card span {
  color: var(--ink);
  font-weight: 950;
  text-align: center;
}

.story-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.3;
  text-align: center;
}

.story-viewer {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  background: rgba(5, 8, 6, .88);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(12px);
  transition: opacity .24s ease, visibility .24s ease;
}

.story-viewer[data-open="true"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.story-viewer__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .76fr) minmax(260px, .62fr);
  width: min(880px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
  transform: translateY(10px) scale(.985);
  transition: transform .24s ease;
}

.story-viewer[data-open="true"] .story-viewer__dialog {
  transform: translateY(0) scale(1);
}

.story-viewer__media {
  min-height: 540px;
  background: #060906;
}

.story-viewer__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-viewer__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 4vw, 46px);
}

.story-viewer__body span {
  width: max-content;
  max-width: 100%;
  padding: 6px 11px;
  color: #fff;
  background: var(--coral);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-viewer__body h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .95;
}

.story-viewer__body p {
  color: var(--muted);
  font-size: 1.05rem;
}

.story-viewer__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(23, 19, 19, .62);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

/*
 * Previous visual fallback kept for older content entries without images.
 */
.room-card__visual--legacy {
  display: flex;
  align-items: end;
  min-height: 230px;
  padding: 16px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .34), transparent 30%),
    linear-gradient(135deg, var(--sun), var(--teal));
}

.room-card__visual--legacy.room-card__visual--2 {
  background:
    radial-gradient(circle at 76% 28%, rgba(255, 255, 255, .38), transparent 28%),
    linear-gradient(135deg, var(--leaf), var(--sun));
}

.room-card__visual--legacy.room-card__visual--3 {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .34), transparent 28%),
    linear-gradient(135deg, var(--clay), var(--coral));
}

.room-card__visual--legacy.room-card__visual--4 {
  background:
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, .3), transparent 30%),
    linear-gradient(135deg, var(--violet), var(--teal));
}

.room-card__visual--legacy span {
  padding: 8px 12px;
  color: #fff;
  background: rgba(23, 19, 19, .68);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
}

.room-card__body {
  padding: 24px;
}

.room-card p,
.room-card li {
  color: var(--muted);
}

.room-card ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 18px 0 22px;
  list-style: none;
}

.room-card li::before {
  color: var(--teal);
  content: "• ";
  font-weight: 900;
}

.room-card a {
  color: var(--leaf);
  font-weight: 900;
}

.room-card li::before {
  content: "\2022 ";
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  min-height: 700px;
  background: var(--leaf);
}

.experience__image {
  background:
    linear-gradient(135deg, rgba(15, 35, 19, .28), rgba(15, 35, 19, .78)),
    url("../images/rooms/room-2.jpg") center / cover;
}

.experience__content {
  align-self: center;
  padding: clamp(54px, 8vw, 110px);
  color: #fff;
}

.experience__content p {
  color: rgba(255, 255, 255, .76);
}

.experience-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

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

.amenities {
  background: #fffdf7;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.amenity-grid span {
  min-height: 74px;
  padding: 18px;
  background: var(--leaf-soft);
  border: 1px solid rgba(24, 63, 36, .15);
  border-radius: var(--radius);
  font-weight: 850;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .65fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
}

.location p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.map-card {
  overflow: hidden;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-frame {
  display: block;
  height: 330px;
  background: var(--leaf-soft);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.map-card__body {
  display: grid;
  padding: 24px;
}

.map-card span {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--sun);
  border-radius: 999px;
  font-weight: 900;
}

.map-card strong {
  margin-top: 16px;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.05;
}

.map-card small {
  margin-top: 8px;
  color: var(--muted);
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.map-actions .button {
  min-height: 44px;
  padding: 10px 16px;
}

.map-actions .button--ghost {
  color: var(--leaf);
  background: transparent;
  border-color: rgba(24, 63, 36, .22);
}

.reviews {
  background: var(--paper-strong);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

blockquote {
  min-height: 230px;
  padding: 28px;
  margin: 0;
  background: #fffdf7;
  border-left: 7px solid var(--teal);
  border-radius: var(--radius);
}

blockquote p {
  font-size: 1.1rem;
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.news {
  background: #fffdf7;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.news-grid article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.news-grid small {
  color: var(--coral);
  font-weight: 900;
  text-transform: uppercase;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(54px, 8vw, 90px) clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(24, 63, 36, .97), rgba(37, 24, 75, .9)),
    url("../images/rooms/instagram-04.jpg") center / cover;
}

.cta h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 38px clamp(20px, 5vw, 72px);
  color: #fff;
  background: #171313;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  background: rgba(5, 8, 6, .96);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: opacity .24s ease, visibility .24s ease;
}

.lightbox[data-open="true"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.lightbox__dialog {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  padding: 12px;
  color: #fff;
  background: #050805;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
  transform: translateY(10px) scale(.985);
  transition: transform .24s ease;
}

.lightbox[data-open="true"] .lightbox__dialog {
  transform: translateY(0) scale(1);
}

.lightbox__dialog > img {
  width: 100%;
  max-height: calc(100vh - 210px);
  object-fit: contain;
  background: #020402;
  border-radius: var(--radius);
  opacity: 1;
  transition: opacity .18s ease;
}

.lightbox__dialog > img.is-changing {
  opacity: 0;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .85);
  transition: opacity .18s ease, transform .18s ease;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  transform: translateX(0);
}

.lightbox__close {
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox__nav {
  top: 50%;
  width: 56px;
  height: auto;
  min-height: 80px;
  font-size: 4rem;
  opacity: .78;
  transform: translateY(-50%);
}

.lightbox__nav--prev {
  left: 12px;
}

.lightbox__nav--next {
  right: 12px;
}

.lightbox__nav--prev:hover {
  transform: translate(-3px, -50%);
}

.lightbox__nav--next:hover {
  transform: translate(3px, -50%);
}

.lightbox__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 2px;
  font-weight: 900;
}

.lightbox__meta span {
  color: rgba(255, 255, 255, .72);
}

.lightbox__thumbs {
  display: flex;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
}

.lightbox__thumbs button {
  flex: 0 0 84px;
  height: 64px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  opacity: .62;
  transition: opacity .18s ease, border-color .18s ease, transform .18s ease;
}

.lightbox__thumbs button.is-active {
  border-color: var(--sun);
  opacity: 1;
}

.lightbox__thumbs button:hover {
  opacity: 1;
  transform: translateY(-2px);
}

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

.site-footer p,
.site-footer small {
  color: rgba(255, 255, 255, .66);
}

.site-footer small {
  grid-column: 1 / -1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 900;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 50;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatsapp-float:hover {
  box-shadow: 0 22px 50px rgba(37, 211, 102, .42);
  transform: translateY(-2px);
}

@media (max-width: 1120px) {
  .room-grid,
  .amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 820px) {
  .site-header {
    min-height: 64px;
  }

  .brand {
    min-width: 0;
  }

  .brand__logo {
    width: 94px;
    height: 50px;
    padding: 0;
  }

  .brand strong {
    display: none;
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;
    display: none;
    padding: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav[data-open="true"] {
    display: grid;
  }

  .hero {
    min-height: auto;
  }

  .hero__media::after {
    background:
      linear-gradient(0deg, rgba(13, 23, 12, .88), rgba(13, 23, 12, .32)),
      linear-gradient(90deg, rgba(13, 23, 12, .52), rgba(13, 23, 12, .08));
  }

  .hero__content {
    padding: 70px 20px 26px;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5.4rem);
  }

  .booking-strip {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    margin: 0 20px 22px;
  }

  .booking-strip article {
    min-height: auto;
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .booking-strip article:last-child {
    border-bottom: 0;
  }

  .intro,
  .experience,
  .location,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .experience {
    min-height: auto;
  }

  .experience__image {
    min-height: 360px;
  }

  .review-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item--1,
  .gallery-item--5 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .cta {
    display: grid;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox__dialog {
    max-height: calc(100vh - 24px);
  }

  .lightbox__dialog > img {
    max-height: calc(100vh - 190px);
  }

  .lightbox__nav {
    width: 42px;
    height: 42px;
    font-size: 2rem;
  }

  .story-viewer {
    padding: 12px;
  }

  .story-viewer__dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  .story-viewer__media {
    min-height: 360px;
  }
}

@media (max-width: 580px) {
  .section-pad {
    padding: 62px 18px;
  }

  .room-grid,
  .amenity-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 280px;
  }

  .hero__actions,
  .cta__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
  }

  .map-card strong {
    font-size: 1.55rem;
  }
}
