:root {
  --ink: #100f12;
  --ink-soft: #19171c;
  --panel: #211e24;
  --panel-light: #2a252d;
  --ivory: #f8f1e7;
  --ivory-dim: #d8cec1;
  --muted: #a69aa9;
  --orange: #ff6c00;
  --orange-dark: #cf4f00;
  --purple: #6f2f7d;
  --green: #22c968;
  --line: rgba(248, 241, 231, .13);
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 36px));
  --header-height: 72px;
  --font-body: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
::selection { color: #fff; background: var(--orange); }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.section { position: relative; padding: 88px 0; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.section-title {
  max-width: 900px;
  margin: 0 0 18px;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 9vw, 4.6rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.lead { color: var(--ivory-dim); font-size: 1.1rem; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 13px 34px rgba(255, 108, 0, .24); }
.button-primary:hover { background: #ff7b1b; box-shadow: 0 16px 42px rgba(255, 108, 0, .35); }
.button-ghost { color: var(--ivory); border-color: rgba(255, 255, 255, .35); background: rgba(14, 13, 16, .24); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: var(--ivory); background: rgba(255, 255, 255, .08); }
.button-pulse { animation: softPulse 2.5s ease-in-out infinite; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-weight: 800; }
.text-link i { transition: transform .25s ease; }
.text-link:hover i { transform: translateX(5px); }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled, body.menu-open .site-header { border-color: var(--line); background: rgba(16, 15, 18, .91); box-shadow: 0 10px 35px rgba(0, 0, 0, .24); backdrop-filter: blur(18px); }
body.menu-open .site-header { backdrop-filter: none; }
.header-shell { display: grid; width: var(--shell); height: 100%; align-items: center; margin-inline: auto; grid-template-columns: 1fr auto 1fr; gap: 10px; }
.brand { position: relative; z-index: 1002; display: flex; width: 104px; align-items: center; justify-self: start; }
.brand img { width: 100%; height: 48px; object-fit: contain; }
.header-reserve {
  position: relative;
  z-index: 1003;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #29d56f, #15994b);
  box-shadow: 0 0 0 7px rgba(34, 201, 104, .1), 0 10px 28px rgba(16, 15, 18, .34);
  justify-self: center;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.header-reserve span { display: none; }
.header-reserve i { font-size: 1.2rem; }
.header-reserve:hover { filter: brightness(1.08); transform: translateY(-2px) scale(1.04); box-shadow: 0 0 0 9px rgba(34, 201, 104, .14), 0 14px 34px rgba(16, 15, 18, .4); }
.menu-toggle {
  position: relative;
  z-index: 1002;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(16, 15, 18, .4);
  place-content: center;
  gap: 5px;
  justify-self: end;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.menu-toggle:hover { border-color: rgba(255, 108, 0, .65); background: rgba(255, 108, 0, .11); box-shadow: 0 0 0 5px rgba(255, 108, 0, .08); }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ivory); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav {
  position: fixed;
  z-index: 1001;
  inset: 0;
  display: flex;
  padding: 116px 28px 32px;
  flex-direction: column;
  align-items: stretch;
  gap: 11px;
  background: rgba(16, 15, 18, .985);
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.65, 0, .35, 1);
}
body.menu-open .main-nav { transform: translateX(0); }
.main-nav > a {
  position: relative;
  display: flex;
  width: min(100%, 440px);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding: 13px 20px;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 231, .2);
  border-radius: 999px;
  color: var(--ivory-dim);
  background: linear-gradient(135deg, rgba(255, 255, 255, .045), rgba(111, 47, 125, .055));
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.main-nav > a::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 50% 115%, rgba(255, 108, 0, .34), transparent 58%);
  opacity: 0;
  transition: opacity .25s ease;
}
.main-nav > a:hover, .main-nav > a:focus-visible {
  color: #fff;
  border-color: rgba(255, 108, 0, .72);
  background: linear-gradient(135deg, rgba(255, 108, 0, .16), rgba(111, 47, 125, .16));
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22), 0 0 0 4px rgba(255, 108, 0, .07);
  transform: translateY(-2px);
}
.main-nav > a:hover::before, .main-nav > a:focus-visible::before, .main-nav > a.is-current::before { opacity: 1; }
.main-nav > a.is-current { color: #fff; border-color: rgba(255, 108, 0, .5); background: rgba(255, 108, 0, .1); }
body.menu-open .main-nav > a { animation: navItemIn .42s both; }
body.menu-open .main-nav > a:nth-child(2) { animation-delay: .04s; }
body.menu-open .main-nav > a:nth-child(3) { animation-delay: .08s; }
body.menu-open .main-nav > a:nth-child(4) { animation-delay: .12s; }
body.menu-open .main-nav > a:nth-child(5) { animation-delay: .16s; }
body.menu-open .main-nav > a:nth-child(6) { animation-delay: .2s; }

.hero, .hero-slider { position: relative; height: max(700px, 100svh); min-height: 700px; }
.hero-slider { overflow: hidden; background: #09080a; }
.hero-slide { position: absolute; inset: 0; display: grid; visibility: hidden; place-items: end start; opacity: 0; transition: opacity .8s ease, visibility .8s ease; }
.hero-slide::before {
  position: absolute;
  inset: -4%;
  content: "";
  background-image: linear-gradient(180deg, rgba(10, 9, 11, .2), rgba(10, 9, 11, .32) 30%, rgba(10, 9, 11, .94) 95%), var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
}
.hero-slide::after { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 75% 35%, transparent 0 22%, rgba(16, 15, 18, .22) 66%), linear-gradient(90deg, rgba(16, 15, 18, .55), transparent 75%); }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide.is-active::before { animation: heroKenBurns 7s ease-out both; }
.hero-content { position: relative; z-index: 2; width: var(--shell); max-width: 820px; margin: 0 auto 138px; }
.hero-content h1, .hero-content h2 { max-width: 780px; margin: 0 0 20px; font-family: var(--font-display); font-size: clamp(3.25rem, 15vw, 7.7rem); font-weight: 500; line-height: .86; letter-spacing: -.055em; text-shadow: 0 12px 40px rgba(0,0,0,.35); }
.hero-content > p:not(.eyebrow) { max-width: 590px; margin: 0 0 28px; color: var(--ivory-dim); font-size: clamp(1rem, 4.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { min-width: 164px; }
.hero-arrow { position: absolute; z-index: 4; bottom: 72px; display: none; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; background: rgba(16, 15, 18, .5); backdrop-filter: blur(12px); }
.hero-prev { right: 92px; }
.hero-next { right: 32px; }
.hero-dots { position: absolute; z-index: 4; right: 18px; bottom: 28px; left: 18px; display: flex; justify-content: center; gap: 9px; }
.hero-dots button { width: 26px; height: 3px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .35); transition: width .25s ease, background .25s ease; }
.hero-dots button.is-active { width: 46px; background: var(--orange); }
.scroll-cue { position: absolute; z-index: 4; bottom: 64px; left: 50%; display: none; align-items: center; gap: 9px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%) rotate(-90deg); transform-origin: center; }
.scroll-cue span { width: 34px; height: 1px; background: var(--orange); }

.about { overflow: hidden; background: radial-gradient(circle at 4% 20%, rgba(111, 47, 125, .16), transparent 34%), var(--ink); }
.about-grid { display: grid; gap: 46px; }
.about-media { position: relative; }
.image-frame { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 430px; object-fit: cover; }
.about-badge { position: absolute; right: -6px; bottom: -24px; display: grid; width: 114px; height: 114px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; background: var(--orange); color: #fff; place-content: center; text-align: center; box-shadow: 0 18px 50px rgba(255, 108, 0, .3); }
.about-badge strong { font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.about-badge span { font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy .lead { color: var(--ivory-dim); }
.service-icon-grid { display: grid; margin: 30px 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.service-icon-grid span { display: flex; min-height: 56px; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ivory-dim); background: rgba(255,255,255,.025); font-size: .78rem; font-weight: 700; }
.service-icon-grid i { color: var(--orange); font-size: 1.1rem; }

.promotions { overflow: hidden; padding-bottom: 74px; background: var(--ivory); color: var(--ink); }
.promotions .section-title { color: var(--ink); }
.promotions .section-heading > p:last-child { color: #665f67; }
.promo-viewport { overflow: hidden; width: 100%; padding-block: 12px 26px; }
.promo-track { display: flex; width: max-content; gap: 14px; padding-inline: 7px; }
.promo-track.is-ready { animation: promoMarquee 34s linear infinite; }
.promo-viewport:hover .promo-track, .promo-viewport:focus-within .promo-track { animation-play-state: paused; }
.promo-card { overflow: hidden; width: clamp(156px, 41vw, 292px); flex: 0 0 auto; border-radius: 18px; background: #ddd; box-shadow: 0 18px 42px rgba(31, 25, 30, .15); transition: transform .3s ease, box-shadow .3s ease; }
.promo-card:hover { transform: translateY(-7px) rotate(-.4deg); box-shadow: 0 25px 56px rgba(31, 25, 30, .24); }
.promo-card img { width: 100%; aspect-ratio: .72; object-fit: cover; }
.promo-note { display: flex; align-items: flex-start; gap: 10px; color: #726a72; font-size: .8rem; }
.promo-note i { margin-top: 3px; color: var(--orange); }

.rooms { background: radial-gradient(circle at 100% 12%, rgba(255, 108, 0, .08), transparent 28%), var(--ink-soft); }
.room-grid { display: grid; gap: 28px; }
.room-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.room-cover { position: relative; display: flex; min-height: 490px; align-items: flex-end; justify-content: space-between; padding: 24px; overflow: hidden; }
.room-cover::before { position: absolute; inset: -2%; content: ""; background-image: linear-gradient(180deg, transparent 15%, rgba(12, 11, 13, .22) 43%, rgba(12, 11, 13, .95) 100%), var(--room-cover); background-position: center; background-size: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.room-card:hover .room-cover::before { transform: scale(1.04); }
.room-cover-copy, .room-price { position: relative; z-index: 1; }
.room-number { display: block; margin-bottom: 7px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.room-cover h3 { max-width: 320px; margin: 0; font-family: var(--font-display); font-size: clamp(2.25rem, 9vw, 3.5rem); font-weight: 500; line-height: .92; }
.room-cover p { max-width: 260px; margin: 12px 0 0; color: var(--ivory-dim); font-size: .9rem; }
.room-price { display: grid; flex: 0 0 auto; padding: 13px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(16,15,18,.68); color: var(--orange); font-family: var(--font-display); font-size: 1.75rem; line-height: 1; backdrop-filter: blur(12px); }
.room-price small { margin-bottom: 4px; color: var(--ivory-dim); font-family: var(--font-body); font-size: .56rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.room-body { padding: 22px; }
.room-body > p { color: var(--muted); font-size: .92rem; }
.room-features { display: flex; flex-wrap: wrap; gap: 8px; }
.room-features span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ivory-dim); font-size: .68rem; font-weight: 750; }
.room-features i { color: var(--orange); }
.room-gallery { margin-top: 18px; }
.room-preview { position: relative; overflow: hidden; width: 100%; padding: 0; border: 0; border-radius: 16px; background: #0b0a0c; cursor: zoom-in; }
.room-preview img { width: 100%; height: 230px; object-fit: cover; transition: transform .45s ease; }
.room-preview:hover img { transform: scale(1.025); }
.room-preview span { position: absolute; right: 12px; bottom: 12px; display: grid; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(16,15,18,.72); place-content: center; backdrop-filter: blur(8px); }
.room-thumbs { display: grid; margin-top: 9px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.room-thumbs button { overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #111; opacity: .55; transition: opacity .25s ease, border-color .25s ease; }
.room-thumbs button:hover, .room-thumbs button.is-active { border-color: var(--orange); opacity: 1; }
.room-thumbs img { width: 100%; height: 65px; object-fit: cover; }
.button-room { width: 100%; margin-top: 20px; color: #fff; background: #1fae59; }
.button-room:hover { background: #24c969; }
.rates-note { margin-top: 30px; color: var(--muted); font-size: .78rem; }

.experience-banner { position: relative; display: grid; min-height: 560px; padding: 100px 0; overflow: hidden; background-image: linear-gradient(90deg, rgba(11,10,12,.93), rgba(11,10,12,.48)), url('images/gallery/gallery-03.jpg'); background-position: center calc(50% + var(--parallax-y, 0px)); background-size: cover; place-items: center; }
.experience-banner::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, var(--ink-soft), transparent 18%, transparent 82%, var(--ink)); pointer-events: none; }
.experience-banner .section-shell { position: relative; z-index: 1; }
.experience-banner h2 { max-width: 830px; margin: 0 0 28px; font-family: var(--font-display); font-size: clamp(2.8rem, 12vw, 6.3rem); font-weight: 500; line-height: .9; letter-spacing: -.045em; }

.facilities { background: var(--ink); }
.masonry { columns: 2; column-gap: 10px; }
.masonry-item { position: relative; width: 100%; margin: 0 0 10px; padding: 0; overflow: hidden; break-inside: avoid; border: 0; border-radius: 12px; background: #1b181d; cursor: zoom-in; }
.masonry-item::after { position: absolute; inset: 0; display: grid; content: "\F14E"; color: #fff; background: rgba(16,15,18,.48); font-family: bootstrap-icons; font-size: 1.5rem; opacity: 0; place-content: center; transition: opacity .3s ease; }
.masonry-item img { width: 100%; height: auto; transition: transform .45s ease; }
.masonry-item:hover::after { opacity: 1; }
.masonry-item:hover img { transform: scale(1.03); }

.testimonials { overflow: hidden; background: var(--ivory); color: var(--ink); }
.testimonials .section-title { color: var(--ink); }
.testimonials .section-heading > p:last-child { color: #6e6670; }
.reviews-viewport { overflow: hidden; }
.reviews-track { display: flex; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.review-card { min-width: 100%; padding: 30px 6px; }
.stars { margin-bottom: 18px; color: var(--orange); font-size: 1.02rem; letter-spacing: .16em; }
.review-card blockquote { max-width: 870px; margin: 0; color: #241f25; font-family: var(--font-display); font-size: clamp(2rem, 8vw, 4.3rem); line-height: 1.05; letter-spacing: -.03em; }
.review-card > p:last-child { display: flex; margin-top: 28px; flex-direction: column; }
.review-card p span, .review-card small { color: #766e78; font-size: .76rem; }
.review-summary h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: clamp(2rem, 8vw, 4rem); font-weight: 500; line-height: 1; }
.review-summary > p { max-width: 780px; color: #554e56; font-size: clamp(1rem, 3.5vw, 1.3rem); }
.review-controls { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(16,15,18,.14); }
.review-controls > button { display: grid; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(16,15,18,.18); border-radius: 50%; color: var(--ink); background: transparent; place-content: center; }
.review-dots { display: flex; gap: 7px; }
.review-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(16,15,18,.22); }
.review-dots button.is-active { width: 24px; border-radius: 99px; background: var(--orange); }

.services { background: radial-gradient(circle at 50% 0, rgba(111,47,125,.14), transparent 30%), var(--ink-soft); }
.service-cards { display: grid; gap: 20px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: 0 16px 50px rgba(0,0,0,.16); }
.service-image { overflow: hidden; aspect-ratio: 1; background: #111; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-card > div:last-child { padding: 22px; }
.service-index { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .17em; }
.service-card h3 { margin: 5px 0 11px; font-family: var(--font-display); font-size: 2rem; font-weight: 500; line-height: 1; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-cta { display: flex; margin-top: 34px; flex-direction: column; align-items: flex-start; gap: 14px; }
.service-cta p { margin: 0; color: var(--muted); font-size: .78rem; }

.instagram { background: #0c0b0d; }
.instagram-heading { display: flex; margin-bottom: 34px; flex-direction: column; align-items: flex-start; gap: 18px; }
.instagram-heading .section-title span { color: var(--orange); }
.instagram-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.instagram-card { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 10px; background: var(--panel); }
.instagram-card > a { display: block; width: 100%; height: 100%; }
.instagram-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.instagram-card span { position: absolute; inset: 0; display: grid; color: #fff; background: linear-gradient(145deg, rgba(111,47,125,.66), rgba(255,108,0,.55)); font-size: 2rem; opacity: 0; place-content: center; transition: opacity .3s ease; }
.instagram-card:hover img, .instagram-card:focus img { transform: scale(1.06); filter: saturate(1.15); }
.instagram-card:hover span, .instagram-card:focus span { opacity: 1; }
.instagram-zoom { position: absolute; z-index: 2; top: 8px; right: 8px; display: grid; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(16,15,18,.72); opacity: 1; place-content: center; transition: opacity .25s ease, transform .25s ease; backdrop-filter: blur(8px); }
.instagram-card:hover .instagram-zoom, .instagram-card:focus-within .instagram-zoom { opacity: 1; }
.instagram-zoom:hover { transform: scale(1.08); }

.contact { background: var(--ink-soft); }
.contact-grid { display: grid; gap: 24px; }
.map-card, .contact-card { overflow: hidden; min-height: 520px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); box-shadow: var(--shadow); }
.map-card { position: relative; }
.map-card iframe { width: 100%; height: 520px; border: 0; filter: grayscale(.88) contrast(1.05); }
.map-link { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 12px; border-radius: 999px; background: var(--orange); color: #fff; font-size: .83rem; font-weight: 900; box-shadow: 0 12px 36px rgba(0,0,0,.35); }
.contact-card { padding: 30px 24px; }
.contact-logo { width: 120px; height: 58px; object-fit: contain; object-position: left center; }
.contact-card h3 { max-width: 520px; margin: 24px 0 28px; font-family: var(--font-display); font-size: clamp(2rem, 8vw, 3.4rem); font-weight: 500; line-height: 1; }
.contact-list { display: grid; margin: 0; padding: 0; list-style: none; gap: 0; }
.contact-list li { display: grid; padding: 15px 0; border-top: 1px solid var(--line); grid-template-columns: 32px 1fr; gap: 9px; }
.contact-list > li > i { color: var(--orange); font-size: 1.1rem; }
.contact-list div { display: flex; flex-direction: column; }
.contact-list span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a:hover { color: var(--orange); }
.contact-actions { display: flex; margin-top: 26px; flex-wrap: wrap; gap: 10px; }
.social-links { display: flex; margin-top: 26px; gap: 9px; }
.social-links a { display: grid; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--ivory); place-content: center; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }

.site-footer { background: #080709; }
.footer-instagram { display: grid; grid-template-columns: repeat(3, 1fr); }
.footer-instagram a { overflow: hidden; aspect-ratio: 1; }
.footer-instagram img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: opacity .3s ease, transform .4s ease; }
.footer-instagram a:hover img { opacity: 1; transform: scale(1.04); }
.footer-main { display: grid; padding: 54px 0 30px; gap: 36px; }
.footer-brand img { width: 120px; height: 60px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 400px; color: var(--muted); }
.footer-main nav { display: grid; align-content: start; gap: 9px; }
.footer-main nav a { color: var(--ivory-dim); }
.footer-main nav a:hover { color: var(--orange); }
.footer-legal { display: flex; padding: 20px 0 100px; border-top: 1px solid var(--line); flex-direction: column; gap: 4px; color: #776e7a; font-size: .72rem; }
.footer-legal p { margin: 0; }

.whatsapp-fab { position: fixed; z-index: 900; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); display: flex; min-height: 54px; align-items: center; gap: 9px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: #20b95f; box-shadow: 0 14px 36px rgba(0,0,0,.34); font-size: .82rem; font-weight: 900; animation: fabPulse 3s ease-in-out infinite; }
.whatsapp-fab i { font-size: 1.18rem; }

.lightbox { position: fixed; z-index: 5000; inset: 0; display: grid; visibility: hidden; opacity: 0; place-items: center; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.is-open { visibility: visible; opacity: 1; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(5,4,6,.96); backdrop-filter: blur(12px); }
.lightbox-toolbar { position: absolute; z-index: 3; top: max(14px, env(safe-area-inset-top)); right: 14px; left: 14px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.lightbox-toolbar > span { margin-right: auto; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.lightbox-toolbar button, .lightbox-arrow { display: grid; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(16,15,18,.7); place-content: center; }
.lightbox-stage { position: relative; z-index: 2; display: grid; width: 100%; height: 100%; padding: 78px 18px 94px; overflow: hidden; place-content: center; touch-action: none; }
.lightbox-stage img { max-width: min(100%, 1500px); max-height: calc(100svh - 172px); object-fit: contain; transform: scale(var(--zoom, 1)); transition: transform .2s ease; user-select: none; -webkit-user-drag: none; }
.lightbox-arrow { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
.lightbox-help { position: absolute; z-index: 3; right: 18px; bottom: max(22px, env(safe-area-inset-bottom)); left: 18px; margin: 0; color: var(--muted); font-size: .68rem; text-align: center; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal-left { transform: translateX(-35px); }
.js .reveal-right { transform: translateX(35px); }
.js .reveal.is-visible { opacity: 1; transform: translate(0); }

@keyframes softPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,108,0,.35); } 50% { box-shadow: 0 0 0 10px rgba(255,108,0,0); } }
@keyframes fabPulse { 0%, 100% { box-shadow: 0 14px 36px rgba(0,0,0,.34), 0 0 0 0 rgba(32,185,95,.24); } 50% { box-shadow: 0 14px 36px rgba(0,0,0,.34), 0 0 0 11px rgba(32,185,95,0); } }
@keyframes heroKenBurns { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.12) translate3d(-1.2%, -.7%, 0); } }
@keyframes promoMarquee { from { transform: translateX(calc(-50% - 7px)); } to { transform: translateX(0); } }
@keyframes navItemIn { from { opacity: 0; filter: blur(4px); } to { opacity: 1; filter: blur(0); } }

@media (min-width: 700px) {
  :root { --shell: min(1180px, calc(100% - 64px)); }
  .section { padding: 112px 0; }
  .service-icon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .room-preview img { height: 300px; }
  .masonry { columns: 3; column-gap: 14px; }
  .masonry-item { margin-bottom: 14px; }
  .service-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .instagram-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .contact-card { padding: 46px; }
  .footer-instagram { grid-template-columns: repeat(6, 1fr); }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .footer-legal { padding-bottom: 40px; flex-direction: row; justify-content: space-between; }
  .whatsapp-fab span { display: inline; }
}

@media (min-width: 960px) {
  :root { --header-height: 84px; }
  .header-shell { display: flex; gap: 10px; }
  .brand { width: 120px; margin-right: auto; order: 1; }
  .header-reserve { width: auto; height: 44px; min-width: 108px; padding: 10px 17px; border-radius: 999px; order: 3; }
  .header-reserve span { display: inline; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .menu-toggle { display: none; }
  .main-nav { position: static; display: flex; padding: 0; flex-direction: row; align-items: center; gap: clamp(5px, .65vw, 10px); background: transparent; transform: none; order: 2; }
  .main-nav > a { width: auto; min-height: 40px; margin: 0; padding: 9px clamp(10px, .9vw, 14px); font-size: clamp(.59rem, .66vw, .7rem); letter-spacing: .08em; }
  body.menu-open .main-nav > a { animation: none; }
  .hero-content { margin-bottom: 110px; }
  .hero-arrow { display: grid; place-content: center; }
  .hero-dots { right: auto; bottom: 94px; left: 50%; width: max-content; transform: translateX(-50%); }
  .scroll-cue { display: flex; bottom: 120px; left: 36px; }
  .about .about-grid { width: 100%; max-width: none; margin-inline: 0; padding-right: max(32px, calc((100vw - 1180px) / 2)); grid-template-columns: minmax(0, 1.35fr) minmax(420px, .65fr); align-items: center; gap: clamp(52px, 5vw, 82px); }
  .about .about-media { min-width: 0; }
  .about .image-frame { aspect-ratio: 1 / 1; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
  .about .image-frame img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
  .about .about-copy { max-width: 560px; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
  .room-cover { min-height: 610px; padding: 30px; }
  .room-body { padding: 28px; }
  .room-preview img { height: 330px; }
  .masonry { columns: 4; }
  .review-card { padding: 50px 20px; }
  .service-cards { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
  .service-cta { flex-direction: row; align-items: center; justify-content: space-between; }
  .instagram-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .contact-grid { grid-template-columns: 1.08fr .92fr; }
  .map-card iframe { height: 100%; min-height: 620px; }
  .contact-card { min-height: 620px; }
  .lightbox-stage { padding-inline: 92px; }
  .lightbox-prev { left: 28px; }
  .lightbox-next { right: 28px; }
  .whatsapp-fab { display: none; }
}

@media (min-width: 1240px) {
  .hero-prev { right: calc((100vw - 1180px) / 2 + 60px); }
  .hero-next { right: calc((100vw - 1180px) / 2); }
}

@media (max-width: 699px) {
  .whatsapp-fab { display: none; }
  .footer-legal { padding-bottom: max(36px, env(safe-area-inset-bottom)); }
}

@media (max-width: 420px) {
  .hero-actions .button { width: 100%; }
  .room-cover { min-height: 460px; padding: 20px; }
  .room-cover { flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 18px; }
  .room-price { position: absolute; top: 18px; right: 18px; }
  .contact-actions .button { width: 100%; }
}

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