:root {
  --bg: #080909;
  --bg2: #101111;
  --surface: rgba(22, 23, 23, 0.48);
  --surface-strong: rgba(14, 15, 15, 0.72);
  --surface-soft: rgba(255, 255, 255, 0.035);
  --text: #faf7ef;
  --muted: #e2ddd2;
  --line: rgba(255, 255, 255, 0.16);
  --gold: #e0b542;
  --gold2: #f2d06e;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  --header: rgba(10, 11, 11, 0.72);
  --input: rgba(5, 6, 6, 0.55);
  --focus: #efc65a;
  --radius: 26px;
  --max: 1220px;
  --hero-overlay: linear-gradient(180deg, transparent 70%, rgba(8, 9, 9, 0.55) 100%);
  color-scheme: dark;
}

html[data-theme="light"] {
  --bg: #f3f0e8;
  --bg2: #ebe7de;
  --surface: rgba(255, 255, 255, 0.68);
  --surface-strong: rgba(255, 255, 255, 0.88);
  --surface-soft: rgba(255, 255, 255, 0.5);
  --text: #141814;
  --muted: #2f352e;
  --line: rgba(30, 36, 30, 0.18);
  --gold: #866818;
  --gold2: #9a7a1c;
  --shadow: 0 18px 44px rgba(44, 48, 39, 0.14);
  --header: rgba(255, 255, 255, 0.9);
  --input: rgba(255, 255, 255, 0.94);
  --focus: #6f8738;
  --hero-overlay: linear-gradient(180deg, transparent 68%, rgba(243, 240, 232, 0.75) 100%);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  width: 100%;
  max-width: 100%;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background:
    radial-gradient(circle at 82% 16%, rgba(220, 174, 53, 0.08), transparent 30%),
    radial-gradient(circle at 12% 58%, rgba(255, 255, 255, 0.03), transparent 28%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--text);
  font-family: Manrope, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
  transition: background 0.35s, color 0.35s;
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at 80% 12%, rgba(185, 155, 56, 0.12), transparent 28%),
    radial-gradient(circle at 10% 70%, rgba(100, 125, 53, 0.08), transparent 26%),
    linear-gradient(180deg, var(--bg), var(--bg2));
}

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

.container {
  width: min(calc(100% - 36px), var(--max));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.glass {
  background: linear-gradient(155deg, var(--surface), var(--surface-soft));
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 1000;
  background: var(--gold);
  color: #111;
  padding: 10px 14px;
  border-radius: 10px;
}

.skip-link:focus {
  top: 20px;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 14px 0;
  width: 100%;
  max-width: 100%;
}

.nav-wrap {
  width: min(calc(100% - 32px), 1280px);
  margin: auto;
  min-height: 72px;
  border-radius: 22px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--header);
}

.brand {
  display: flex;
  align-items: center;
  margin-right: auto;
  flex: 0 0 auto;
  width: 148px;
  height: 64px;
}

.brand-logo {
  width: 148px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.logo-on-light {
  display: none;
}

html[data-theme="light"] .logo-on-light {
  display: block;
}

html[data-theme="light"] .logo-on-dark {
  display: none;
}

.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main-nav a,
.footer-glass a {
  color: var(--text);
  text-decoration: none;
  font-weight: 650;
  font-size: 0.94rem;
}

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

.theme-toggle,
.menu-toggle {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
  border-radius: 999px;
  min-height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  padding: 10px;
  width: 46px;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  background: currentColor;
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
  min-height: 760px;
  padding: 130px 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a0b0b;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/portada-principal.png") center center / cover no-repeat;
  filter: brightness(1.18) contrast(1.04) saturate(1.05);
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--hero-overlay);
}

.hero-bg {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: stretch;
  width: min(calc(100% - 36px), var(--max));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-items: stretch;
}

html[data-theme="light"] .hero::before {
  filter: brightness(1.08) contrast(1.02) saturate(1.02);
}

.hero-copy,
.availability {
  border-radius: var(--radius);
  padding: 34px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

html:not([data-theme="light"]) .hero-copy,
html:not([data-theme="light"]) .availability {
  background: linear-gradient(
    155deg,
    rgba(12, 13, 13, 0.5),
    rgba(12, 13, 13, 0.34)
  );
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--text);
}

html[data-theme="light"] .hero-copy,
html[data-theme="light"] .availability {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.82),
    rgba(255, 255, 255, 0.68)
  );
  border-color: rgba(30, 36, 30, 0.16);
  color: var(--text);
}

.hero-lead,
.form-heading p,
.hero-facts span,
.section-head p:last-child,
.room-body > p,
.breakfast-copy p,
.video-card span,
.testimonials-grid blockquote p,
.testimonials-grid footer span,
.rate-note,
.availability small,
.copyright,
.footer-glass p,
.service-strip small {
  color: var(--muted);
}

html[data-theme="light"] .hero-lead,
html[data-theme="light"] .form-heading p,
html[data-theme="light"] .hero-facts span {
  color: #243024;
}

html[data-theme="light"] .eyebrow,
html[data-theme="light"] .hero h1 span,
html[data-theme="light"] .room-title span,
html[data-theme="light"] .room-footer strong {
  color: #7a6014;
}

html:not([data-theme="light"]) .hero-lead,
html:not([data-theme="light"]) .form-heading p,
html:not([data-theme="light"]) .hero-facts span {
  color: #ebe6db;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--gold2);
  margin: 0 0 10px;
}

.hero h1,
.section-head h2,
.breakfast-copy h2,
.location-grid h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  line-height: 1.05;
  margin: 0.1em 0 0.28em;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero h1 span {
  color: var(--gold2);
}

.hero-lead {
  font-size: 1.05rem;
  max-width: 620px;
  margin: 0;
  line-height: 1.65;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.btn {
  border: 1px solid transparent;
  border-radius: 14px;
  min-height: 48px;
  padding: 11px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  font-size: 0.94rem;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #111212;
  background: linear-gradient(135deg, #f2d06e, var(--gold));
  border-color: rgba(255, 219, 112, 0.4);
  box-shadow: 0 12px 28px rgba(190, 144, 38, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(190, 144, 38, 0.32);
}

.btn-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

html[data-theme="light"] .btn-secondary {
  border-color: rgba(39, 54, 40, 0.2);
  background: rgba(255, 255, 255, 0.55);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.hero-facts div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.hero-facts b,
.hero-facts span {
  display: block;
}

.hero-facts span {
  font-size: 0.82rem;
  font-weight: 500;
}

.hero-facts b {
  color: var(--text);
  font-weight: 800;
}

.form-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.form-heading img {
  width: 78px;
  height: 56px;
  object-fit: contain;
  object-position: center;
}

.form-heading .logo-on-light {
  display: none;
}

html[data-theme="light"] .form-heading .logo-on-light {
  display: block;
}

html[data-theme="light"] .form-heading .logo-on-dark {
  display: none;
}

.form-heading h2 {
  font-size: 1.42rem;
  margin: 0;
}

.form-heading p {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 2px 0 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-grid label {
  display: grid;
  gap: 6px;
  font-size: 0.83rem;
  font-weight: 750;
}

.form-grid .full {
  grid-column: 1 / -1;
}

input,
select {
  font: inherit;
  color: var(--text);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 49px;
  padding: 0 14px;
  width: 100%;
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--focus) 22%, transparent);
}

.date-wrap {
  display: flex;
  width: 100%;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--input);
}

.date-wrap input {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 0;
  box-shadow: none;
}

.full-btn {
  width: 100%;
  margin-top: 15px;
}

.availability small {
  display: block;
  text-align: center;
  color: var(--muted);
  margin-top: 11px;
}

.form-error {
  color: #ffb7a9;
  min-height: 1.2em;
  font-size: 0.85rem;
  margin: 8px 0 0;
}

html[data-theme="light"] .form-error {
  color: #b42318;
}

/* Service strip */
.service-strip {
  margin-top: -48px;
  position: relative;
  z-index: 4;
  border-radius: 22px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.service-strip div {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  border-right: 1px solid var(--line);
  padding: 4px 12px;
}

.service-strip div:last-child {
  border: 0;
}

.service-strip span {
  grid-row: 1 / 3;
  font-size: 1.55rem;
  color: var(--gold2);
  line-height: 1;
}

.service-strip b,
.service-strip small {
  display: block;
}

.service-strip small {
  color: var(--muted);
}

/* Sections */
.section {
  position: relative;
  padding: 88px 0;
  overflow-x: clip;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.section-head h2,
.breakfast-copy h2,
.location-grid h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.section-head p:last-child {
  color: var(--muted);
}

.ambient {
  position: absolute;
  width: min(420px, 68vw);
  height: min(420px, 68vw);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.22;
  pointer-events: none;
  will-change: transform;
  z-index: 0;
}

.section > .container,
.section > .breakfast-grid,
.section > .location-grid {
  position: relative;
  z-index: 1;
}

.ambient-gold {
  background: radial-gradient(circle, rgba(239, 198, 90, 0.85) 0%, rgba(220, 174, 53, 0.35) 45%, transparent 70%);
}

.ambient-warm {
  background: radial-gradient(circle, rgba(232, 168, 90, 0.75) 0%, rgba(180, 120, 50, 0.28) 48%, transparent 72%);
}

.ambient-soft {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(200, 190, 160, 0.12) 45%, transparent 70%);
}

.ambient-a {
  top: 8%;
  right: -12%;
  animation: glow-drift-a 18s ease-in-out infinite alternate;
}

.ambient-b {
  bottom: 4%;
  left: -14%;
  width: min(360px, 60vw);
  height: min(360px, 60vw);
  animation: glow-drift-b 22s ease-in-out infinite alternate;
}

.ambient-c {
  top: 35%;
  left: 42%;
  width: min(300px, 52vw);
  height: min(300px, 52vw);
  opacity: 0.14;
  animation: glow-drift-c 16s ease-in-out infinite alternate;
}

.ambient-d {
  top: -8%;
  left: 18%;
  animation: glow-drift-d 20s ease-in-out infinite alternate;
}

.ambient-e {
  right: 8%;
  bottom: -6%;
  width: min(340px, 58vw);
  height: min(340px, 58vw);
  animation: glow-drift-e 24s ease-in-out infinite alternate;
}

@keyframes glow-drift-a {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-48px, 36px) scale(1.12); }
  100% { transform: translate(-18px, -28px) scale(0.94); }
}

@keyframes glow-drift-b {
  0% { transform: translate(0, 0) scale(1.05); }
  50% { transform: translate(56px, -40px) scale(0.92); }
  100% { transform: translate(22px, 30px) scale(1.1); }
}

@keyframes glow-drift-c {
  0% { transform: translate(0, 0) scale(0.95); }
  50% { transform: translate(40px, 24px) scale(1.15); }
  100% { transform: translate(-30px, -20px) scale(1); }
}

@keyframes glow-drift-d {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(36px, 50px) scale(1.08); }
  100% { transform: translate(-40px, 18px) scale(0.96); }
}

@keyframes glow-drift-e {
  0% { transform: translate(0, 0) scale(1.08); }
  50% { transform: translate(-50px, -28px) scale(0.9); }
  100% { transform: translate(28px, 36px) scale(1.12); }
}

html[data-theme="light"] .ambient {
  opacity: 0.16;
}

html[data-theme="light"] .ambient-soft {
  opacity: 0.1;
}

/* Rooms */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.room-card {
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.room-image {
  position: relative;
  border: 0;
  padding: 0;
  background: #111;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  width: 100%;
}

.room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}

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

.room-image span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
}

.room-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.room-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.room-title h3 {
  margin: 0;
  font-size: 1.2rem;
}

.room-title span {
  color: var(--gold2);
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 700;
}

.room-body > p {
  color: var(--muted);
  font-size: 0.9rem;
}

.room-body ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 6px;
  margin: 0 0 18px;
}

.room-body li {
  font-size: 0.75rem;
  border: 1px solid var(--line);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

html[data-theme="light"] .room-body li {
  background: rgba(255, 255, 255, 0.45);
}

.room-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.room-footer p {
  margin: 0;
}

.room-footer small,
.room-footer strong {
  display: block;
}

.room-footer strong {
  font-size: 1.55rem;
  color: var(--gold2);
  line-height: 1.1;
}

.btn-room {
  border-color: var(--gold);
  color: var(--text);
  background: color-mix(in srgb, var(--gold) 14%, transparent);
  min-height: 42px;
}

.rate-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 22px;
}

/* Breakfast */
.breakfast-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 32px;
  padding: 26px;
  border-radius: 28px;
  align-items: center;
}

.breakfast-gallery {
  display: grid;
  grid-template-columns: 1.7fr 0.8fr;
  gap: 10px;
  height: 400px;
}

.breakfast-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.breakfast-copy p {
  color: var(--muted);
}

.breakfast-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0;
}

.breakfast-list span {
  font-size: 0.9rem;
}

/* Videos */
.video-section {
  padding-top: 70px;
}

.video-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.video-tabs button {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 700;
}

.video-tabs button.active {
  background: var(--gold);
  color: #12130f;
}

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

.video-card {
  border-radius: 20px;
  overflow: hidden;
}

.video-frame,
.tiktok-preview {
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
}

.video-frame iframe,
.tiktok-preview img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.video-card > div:last-child {
  padding: 15px;
  display: grid;
  gap: 2px;
}

.video-card span {
  color: var(--muted);
  font-size: 0.86rem;
}

.video-card a {
  color: var(--gold2);
  font-weight: 750;
  text-decoration: none;
  margin-top: 7px;
}

.play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.3rem;
}

.video-card.is-hidden {
  display: none;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonials-grid blockquote {
  margin: 0;
  border-radius: 22px;
  padding: 25px;
}

.stars {
  color: var(--gold2);
  letter-spacing: 0.12em;
}

.testimonials-grid blockquote p {
  color: var(--muted);
}

.testimonials-grid footer b,
.testimonials-grid footer span {
  display: block;
}

.testimonials-grid footer span {
  font-size: 0.8rem;
  color: var(--muted);
}

/* Location */
.location-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  padding: 28px;
  border-radius: 28px;
}

.location-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.map-wrap {
  min-height: 380px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(0.95);
}

html[data-theme="dark"] .map-wrap iframe {
  filter: grayscale(0.65) invert(0.88) hue-rotate(165deg) brightness(0.68) contrast(1.1);
}

/* Footer */
.site-footer {
  padding: 30px 0 20px;
}

.footer-glass {
  border-radius: 25px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 28px;
}

.footer-brand img {
  width: 160px;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}

.footer-glass > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footer-glass p {
  color: var(--muted);
  margin: 0;
}

.copyright {
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
}

.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 17px;
  font-weight: 850;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Lightbox */
.lightbox {
  position: relative;
  width: min(92vw, 1050px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface-strong);
  color: var(--text);
  padding: 20px;
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 16px;
  margin: 0 auto;
}

.lightbox figcaption {
  text-align: center;
  margin-top: 8px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.lightbox-close {
  right: 12px;
  top: 12px;
  width: 42px;
  height: 42px;
  font-size: 1.6rem;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 2rem;
}

.lightbox-prev {
  left: 14px;
}

.lightbox-next {
  right: 14px;
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 88px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface-strong);
    backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .main-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .theme-text {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 120px 0 70px;
    justify-content: center;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr);
    width: min(calc(100% - 32px), var(--max));
    margin-left: auto;
    margin-right: auto;
  }

  .service-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -28px;
  }

  .service-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px 8px;
  }

  .service-strip div:nth-last-child(-n + 1) {
    border-bottom: 0;
  }

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

  .breakfast-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .footer-glass > div:last-child {
    grid-column: 2 / 4;
  }

  .map-wrap {
    min-height: 320px;
  }
}

/* Mobile */
@media (max-width: 650px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .container,
  .hero-content {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .container:not(.glass) {
    padding-left: 0;
    padding-right: 0;
  }

  .site-header {
    padding: 8px 0;
    width: 100%;
  }

  .nav-wrap {
    width: calc(100% - 16px);
    max-width: 100%;
    min-height: 64px;
    border-radius: 18px;
    padding: 6px 10px;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand,
  .brand-logo {
    width: 118px;
    height: 52px;
  }

  .hero {
    width: 100%;
    min-height: auto;
    padding: 96px 0 60px;
    background-position: center center;
    justify-content: center;
    align-items: stretch;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px;
    justify-content: center;
    justify-items: stretch;
  }

  .hero-copy,
  .availability,
  .service-strip,
  .room-card,
  .video-card,
  .footer-glass {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .hero-copy,
  .availability {
    padding: 22px;
  }

  .breakfast-grid,
  .location-grid {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px !important;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px;
  }

  .breakfast-copy {
    width: 100%;
    min-width: 0;
    padding: 4px 2px 0;
  }

  .breakfast-copy .btn {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

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

  .form-grid .full {
    grid-column: auto;
  }

  .form-heading img {
    display: none !important;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .service-strip {
    grid-template-columns: 1fr;
    margin-top: -20px;
  }

  .service-strip div {
    border-bottom: 1px solid var(--line);
    padding: 12px 8px;
  }

  .service-strip div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 68px 0;
    width: 100%;
  }

  .rooms-grid,
  .videos-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .breakfast-gallery {
    height: 280px;
    grid-template-columns: 1fr;
  }

  .breakfast-gallery img:last-child {
    display: none;
  }

  .breakfast-list {
    grid-template-columns: 1fr;
  }

  .location-grid {
    padding: 20px;
  }

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

  .footer-glass > div:last-child {
    grid-column: auto;
  }

  .floating-wa span {
    display: none;
  }

  .floating-wa {
    width: 54px;
    height: 54px;
    padding: 0;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
  }

  .theme-toggle {
    padding: 0;
    width: 44px;
    justify-content: center;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

/* Desktop polish */
@media (min-width: 1100px) {
  .container {
    width: min(84%, 1240px);
  }

  .nav-wrap {
    width: min(88%, 1320px);
    padding: 10px 26px;
  }

  .hero {
    min-height: auto;
    padding: 128px 0 72px;
  }

  .hero-content {
    width: min(84%, 1240px);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 30px;
  }

  .hero-copy,
  .availability {
    padding: 36px;
  }

  .hero h1 {
    font-size: clamp(3rem, 4.2vw, 4.4rem);
    max-width: 620px;
    letter-spacing: -0.02em;
  }

  .availability {
    max-width: none;
  }

  .service-strip {
    margin-top: -36px;
    padding: 20px 24px;
  }

  .section {
    padding: 80px 0;
  }
}

@media (min-width: 1500px) {
  .container {
    width: min(78%, 1280px);
  }

  .nav-wrap {
    width: min(84%, 1360px);
  }

  .hero-content {
    gap: 36px;
  }
}
