:root {
  --bg: #0b0c10;
  --bg-alt: #12141a;
  --gold: #d4af37;
  --gold-soft: #e8d48b;
  --cream: #f4ead5;
  --muted: #b8b0a0;
  --card: #1a1d26;
  --line: rgba(212, 175, 55, 0.28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Source Sans 3", system-ui, sans-serif;
  background: var(--bg);
  color: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 6vw;
  background: rgba(11, 12, 16, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.logo {
  height: 52px;
  width: auto;
  background: #fff;
  border-radius: 10px;
  padding: 2px 4px;
}
.brand-text { white-space: nowrap; }
.ig-icon { width: 1.05rem; height: 1.05rem; margin-right: 0.4rem; }
.btn.ghost { display: inline-flex; align-items: center; }
.btn.tight { margin-top: 0.6rem; width: 100%; }
nav { display: flex; gap: 1.6rem; align-items: center; font-size: 0.92rem; font-weight: 500; }
nav a:hover { color: var(--gold); }
.btn-nav {
  background: var(--gold);
  color: #111 !important;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-weight: 700;
}
.menu-toggle { display: none; background: none; border: 0; color: var(--cream); font-size: 1.4rem; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: end start;
  overflow: hidden;
  background: #000;
}
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 70%;
}
.ta-badge {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(11,12,16,0.45);
}
.ta-badge:hover { border-color: var(--gold); color: var(--gold); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,12,16,0.25) 0%, rgba(11,12,16,0.55) 45%, rgba(11,12,16,0.92) 100%);
}
.hero-content {
  position: relative;
  padding: 8rem 6vw 5rem;
  max-width: 820px;
}
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
h1, h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.12;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-bottom: 0.8rem; }
.lede, .section-lede {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 1.6rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hero-social { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 0.9rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}
.btn.primary { background: var(--gold); color: #111; }
.btn.primary:hover { filter: brightness(1.08); }
.btn.book-xl {
  padding: 1.15rem 2.4rem;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  min-width: min(100%, 320px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.28);
}
.btn.ghost { border-color: var(--gold-soft); color: var(--gold-soft); }
.btn.whatsapp { background: #25d366; color: #052e16; }
.fine a { color: var(--gold-soft); text-decoration: underline; }

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #10131a;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.strip-item {
  padding: 1.3rem 1rem;
  text-align: center;
  color: var(--muted);
  border-right: 1px solid var(--line);
}
.strip-item:last-child { border-right: 0; }
.strip-item strong { display: block; color: var(--gold); font-size: 1.4rem; font-family: "Playfair Display", serif; }

.video-band {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: end start;
  overflow: hidden;
  background: #000;
}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #000;
}
.video-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,12,16,0.08) 0%, rgba(11,12,16,0.18) 50%, rgba(11,12,16,0.72) 100%);
  pointer-events: none;
}
.video-copy {
  position: relative;
  padding: 0 6vw 4.5rem;
  max-width: 720px;
}
.sound-toggle { margin-top: 0.4rem; cursor: pointer; background: transparent; }

.section { padding: 5.5rem 6vw; }
.section.alt { background: var(--bg-alt); }
.container { max-width: 1100px; margin: 0 auto; }

.perks-wrap { background: linear-gradient(180deg, #1a1408 0%, #0b0c10 100%); }
.bright-lede { color: var(--cream) !important; max-width: 720px; }
.perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}
.perk {
  background: var(--gold);
  color: #111;
  font-weight: 800;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  font-size: 0.95rem;
}
.perk.hot {
  background: #fff3c4;
  box-shadow: 0 0 0 2px var(--gold);
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.5rem;
  border-radius: 16px;
}
.card h3 { font-family: "Playfair Display", serif; margin-bottom: 0.4rem; color: var(--gold-soft); }

.route { list-style: none; margin-top: 2rem; display: grid; gap: 1.2rem; }
.route li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}
.stop-num {
  font-family: "Playfair Display", serif;
  color: var(--gold);
  font-size: 1.4rem;
}
.route h3 { margin-bottom: 0.25rem; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.story-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
}
.story p + p { margin-top: 1rem; color: var(--muted); }

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}
blockquote {
  background: var(--card);
  border-left: 3px solid var(--gold);
  padding: 1.4rem;
  border-radius: 0 14px 14px 0;
}
blockquote p { font-size: 1.05rem; margin-bottom: 0.8rem; }
cite { color: var(--muted); font-style: normal; font-size: 0.85rem; }

.book { background: radial-gradient(circle at top, #1a160c, var(--bg) 55%); }
.book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 1.2rem;
  margin: 2rem 0 1.2rem;
}
.book-card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.5rem;
  border-radius: 16px;
}
.book-card.highlight { border-color: var(--gold); }
.book-card h3 { font-family: "Playfair Display", serif; color: var(--gold-soft); margin-bottom: 0.5rem; }
.book-card .btn { margin-top: 1rem; width: 100%; }
.fine { color: var(--muted); font-size: 0.9rem; }

.footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 6vw 2rem;
  background: #08090c;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo-sm {
  width: 64px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 3px;
}
.instagram-band { background: #16120c; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.instagram-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.ig-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--gold);
  border-radius: 16px;
  padding: 0.9rem 1.2rem 0.9rem 0.9rem;
  min-width: 260px;
}
.ig-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}
.ig-card strong { display: block; font-size: 1.05rem; }
.ig-card span { color: var(--gold); font-size: 0.9rem; font-weight: 600; }
.social-cards { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.wa-card { border-color: #25d366; }
.wa-card span { color: #25d366; }
.ig-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f9ce34, #ee2a7b 55%, #7828f8);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  z-index: 60;
}
.ig-float svg { width: 26px; height: 26px; }
.ig-float:hover { transform: scale(1.06); }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-top: 2rem;
}
.gal-item {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  cursor: zoom-in;
}
.gal-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.gal-item:hover img { transform: scale(1.04); }
.gal-item:first-child { grid-column: span 2; grid-row: span 2; }
.gal-item:first-child img { height: 100%; min-height: 452px; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  display: grid;
  place-items: center;
  z-index: 80;
  padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 8px; }
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: 0;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
}

.terms-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.8rem; }
.terms-page h2 { font-size: 1.25rem; color: var(--gold-soft); margin: 1.6rem 0 0.4rem; }
.terms-page p { color: var(--muted); margin-bottom: 0.7rem; }
.narrow { max-width: 760px; }

@media (max-width: 860px) {
  .gallery { grid-template-columns: 1fr 1fr; }
  .gal-item:first-child { grid-column: span 2; grid-row: auto; }
  .gal-item:first-child img, .gal-item img { height: 200px; min-height: 0; }
}
.footer-links { display: flex; gap: 1.4rem; color: var(--gold-soft); flex-wrap: wrap; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.4rem 0 0.6rem;
}
.footer-social .btn { width: auto; margin-top: 0; padding: 0.65rem 1.1rem; }
.legal { max-width: 1100px; margin: 1.4rem auto 0; color: #6d675c; font-size: 0.78rem; }

@media (max-width: 860px) {
  nav { display: none; }
  .menu-toggle { display: block; }
  nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #0e1016;
    padding: 1rem 6vw 1.4rem;
    border-bottom: 1px solid var(--line);
  }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(odd) { border-bottom: 1px solid var(--line); }
  .cards, .reviews, .book-grid, .split { grid-template-columns: 1fr; }
  .hero-content { padding-top: 6rem; }
}

.terms-page ul { margin: 0.4rem 0 1rem 1.2rem; color: var(--muted); }
.terms-page li { margin: 0.25rem 0; }
.narrow { max-width: 760px; }

.book-steps {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}
.book-steps li { margin: 0.2rem 0; }


 .ta-corner {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  max-width: min(260px, 70vw);
}
.ta-rank {
  background: var(--gold);
  color: #111;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  text-decoration: none;
}
.ta-widget {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 6px 8px 2px;
  max-width: 100%;
}
.ta-widget img { max-width: 150px; height: auto; }
@media (max-width: 700px) {
  .ta-corner { right: 0.7rem; top: 0.7rem; left: auto; }
}

.brand-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
.ta-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  max-width: 240px;
}
.ta-header .ta-widget { transform: scale(0.86); transform-origin: top left; }
.nav { align-items: flex-start; }
