/* ============ Tropical Nights — indigo & gold ============ */
:root {
  --ink: #12103a;
  --navy: #232063;
  --navy-2: #2e2a7a;
  --navy-3: #3a3596;
  --gold: #f6b83d;
  --gold-deep: #e59d1b;
  --cream: #fff6e3;
  --white: #ffffff;
  --muted: #b9b6e4;
  --radius: 18px;
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, .55);
  --font-d: "Archivo", "Arial Black", sans-serif;
  --font-b: "Outfit", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-b);
  background: var(--ink);
  color: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3 { font-family: var(--font-d); font-weight: 800; line-height: 1.06; }
h1 { font-size: clamp(2.5rem, 6.6vw, 4.9rem); letter-spacing: -.025em; font-weight: 900; }
h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); letter-spacing: -.02em; }
.gold-i { font-style: italic; color: var(--gold); font-weight: 800; }

.kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: .9rem;
}
.section { padding: clamp(3rem, 6vw, 4.75rem) clamp(1.2rem, 6vw, 6rem); }
.section-head { max-width: 780px; margin-bottom: clamp(1.5rem, 3vw, 2.4rem); }
.section-sub { color: var(--muted); margin-top: 1rem; max-width: 62ch; }
.section-sub a { color: var(--gold); }

/* ---- buttons ---- */
.btn {
  display: inline-block;
  padding: .95rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  letter-spacing: .02em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--ink);
  box-shadow: 0 12px 30px -12px rgba(246, 184, 61, .55);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(246, 184, 61, .7); }
.btn-ghost {
  border: 1.5px solid rgba(255, 246, 227, .45);
  color: var(--cream);
}
.btn-ghost:hover { background: rgba(255, 246, 227, .1); transform: translateY(-2px); }

/* ============ NAV ============ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; gap: 1.6rem;
  padding: .8rem clamp(1.2rem, 4vw, 3rem);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.nav.is-solid {
  background: rgba(18, 16, 58, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 40px -20px rgba(0, 0, 0, .8);
}
.nav-brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.nav-logo { width: 46px; height: 46px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.4)); }
.nav-name { font-family: var(--font-d); font-size: 1.15rem; font-weight: 700; letter-spacing: .02em; }
.nav-name em { color: var(--gold); font-style: italic; }
.nav-links { display: flex; gap: 1.4rem; }
.nav-links a {
  text-decoration: none; font-size: .88rem; font-weight: 500; color: var(--cream);
  opacity: .85; transition: opacity .2s, color .2s;
}
.nav-links a:hover { opacity: 1; color: var(--gold); }
.nav-cta { padding: .7rem 1.3rem; font-size: .85rem; white-space: nowrap; }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-burger span { display: block; width: 26px; height: 2.5px; background: var(--cream); margin: 5.5px 0; border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============ HERO ============ */
.hero { position: relative; min-height: min(100svh, 960px); display: flex; flex-direction: column; justify-content: flex-end; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(18,16,58,.78) 0%, rgba(18,16,58,.3) 42%, transparent 68%),
    linear-gradient(180deg, rgba(18,16,58,.5) 0%, rgba(18,16,58,.12) 32%, rgba(18,16,58,.6) 68%, var(--ink) 100%),
    radial-gradient(120% 60% at 80% 10%, rgba(246,184,61,.12), transparent 55%);
}
@media (max-width: 700px) {
  .hero-bg img, .hero-bg video { object-position: center; }
  .hero-veil {
    background:
      linear-gradient(rgba(18,16,58,.58), rgba(18,16,58,.58)),
      linear-gradient(180deg, rgba(18,16,58,.5) 0%, rgba(18,16,58,.2) 32%, rgba(18,16,58,.65) 68%, var(--ink) 100%);
  }
}
.hero-palms { position: absolute; bottom: -1px; left: 0; width: 100%; height: clamp(90px, 16vw, 220px); }
.palm-fill { fill: var(--ink); opacity: .92; }
.hero-inner {
  position: relative; z-index: 2;
  padding: clamp(7rem, 16vh, 11rem) clamp(1.2rem, 6vw, 6rem) clamp(2.5rem, 6vh, 4rem);
  max-width: 900px;
}
.hero-kicker {
  color: var(--gold); text-transform: uppercase; letter-spacing: .24em;
  font-size: .8rem; font-weight: 600; margin-bottom: 1.2rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.hero h1 { text-shadow: 0 6px 30px rgba(0,0,0,.55); }
.hero-sub {
  margin-top: 1.4rem; max-width: 56ch; font-size: 1.06rem;
  color: #efeaff; text-shadow: 0 2px 14px rgba(0,0,0,.6);
}
.hero-ctas { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.hero-strip {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(246,184,61,.25);
  border-top: 1px solid rgba(246,184,61,.25);
  margin-top: clamp(1rem, 3vh, 2rem);
}
.hero-strip div {
  background: rgba(18,16,58,.86); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: 1.1rem 1.4rem; text-align: center;
}
.hero-strip strong { display: block; color: var(--gold); font-size: .95rem; letter-spacing: .04em; }
.hero-strip span { font-size: .8rem; color: var(--muted); }

/* ============ STORY ============ */
.story {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
  background:
    radial-gradient(80% 70% at 10% 20%, rgba(46,42,122,.5), transparent 60%),
    var(--ink);
}
.story-media { position: relative; }
.story-photo { border-radius: var(--radius); box-shadow: var(--shadow); }
.story-photo-small {
  position: absolute; right: -6%; bottom: -14%;
  width: 46%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 14px;
  border: 5px solid var(--ink);
  box-shadow: var(--shadow);
}
.story-copy p { color: var(--muted); margin-top: 1rem; }
.story-copy p em { color: var(--cream); }
.story-points { list-style: none; margin-top: 1.4rem; }
.story-points li {
  padding: .45rem 0 .45rem 1.9rem; position: relative; color: var(--cream); font-weight: 500;
}
.story-points li::before {
  content: ""; position: absolute; left: 0; top: .78rem;
  width: 18px; height: 8px; border-radius: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
}

/* ============ SIGNATURES ============ */
.signatures { background: linear-gradient(180deg, var(--ink), #171450 55%, var(--ink)); }
.sig-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.6rem);
}
.sig-card {
  background: rgba(46,42,122,.35);
  border: 1px solid rgba(246,184,61,.14);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.sig-card:hover { transform: translateY(-6px); border-color: rgba(246,184,61,.5); box-shadow: var(--shadow); }
.sig-img { aspect-ratio: 4 / 3.4; overflow: hidden; }
.sig-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sig-card:hover .sig-img img { transform: scale(1.06); }
.sig-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.sig-body h3 { font-size: 1.18rem; margin-bottom: .5rem; }
.sig-body p { font-size: .88rem; color: var(--muted); }
.sig-price {
  display: inline-block; margin-top: auto; padding-top: .9rem;
  font-family: var(--font-d); font-style: italic; font-size: 1.05rem; color: var(--gold);
}

/* ============ MENU ============ */
.menu { background: var(--ink); }
.menu-tabs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.2rem; }
.tab {
  font-family: var(--font-b); font-weight: 600; font-size: .88rem;
  color: var(--cream); background: rgba(46,42,122,.4);
  border: 1px solid rgba(185,182,228,.25); border-radius: 999px;
  padding: .65rem 1.35rem; cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.tab:hover { border-color: var(--gold); }
.tab.is-active {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--ink); border-color: transparent;
}
.menu-panel { display: none; animation: fadeUp .45s ease; }
.menu-panel.is-active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(2rem, 6vw, 5rem); max-width: 1100px; }
.menu-list { list-style: none; }
.menu-list li {
  display: flex; align-items: baseline; gap: .6rem;
  padding: .72rem 0; border-bottom: 1px dashed rgba(185,182,228,.18);
}
.menu-list li span { font-weight: 500; }
.menu-list li small { display: block; color: var(--muted); font-size: .78rem; font-weight: 400; }
.menu-list li i { flex: 1; }
.menu-list li b { font-family: var(--font-d); font-style: italic; font-weight: 600; color: var(--gold); white-space: nowrap; }
.menu-sub {
  font-family: var(--font-d); font-size: 1.15rem; font-style: italic; color: var(--gold);
  border-bottom: 0 !important; padding-bottom: .2rem !important;
}
.menu-foot, .menu-note { margin-top: 1.6rem; color: var(--muted); font-size: .85rem; }
.wing-flavours { padding-top: .4rem; }
.wing-note { color: var(--muted); font-size: .9rem; margin-bottom: .9rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chips span {
  font-size: .8rem; font-weight: 500;
  border: 1px solid rgba(246,184,61,.45); color: var(--cream);
  padding: .35rem .85rem; border-radius: 999px;
}

/* ============ GALLERY ============ */
.gallery { background: linear-gradient(180deg, var(--ink), #171450 60%, var(--ink)); }
.gal-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.gal-grid figure {
  margin: 0; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden;
  cursor: zoom-in; position: relative;
}
.gal-grid img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}
.gal-grid figure:hover img { transform: scale(1.05); filter: brightness(1.08); }

/* ============ LOUNGE ============ */
.lounge { background: var(--ink); }
.lounge-grid {
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
.lounge-copy .btn { margin-top: 1.6rem; }
.lounge-copy p { color: var(--muted); margin-top: 1rem; }
.lounge-media {
  position: relative; display: grid;
  grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 1rem; min-height: 480px;
}
.lounge-a { grid-row: 1 / 3; width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.lounge-b, .lounge-c { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

/* ============ EVENTS ============ */
.events { background: linear-gradient(180deg, var(--ink), #171450 55%, var(--ink)); }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.event-card {
  background: rgba(46,42,122,.35);
  border: 1px solid rgba(185,182,228,.16);
  border-left: 4px solid var(--gold);
  border-radius: 12px; padding: 1.5rem 1.6rem;
  transition: transform .3s, border-color .3s, background .3s;
}
.event-card:hover { transform: translateY(-4px); background: rgba(46,42,122,.55); }
.event-card h3 { font-size: 1.2rem; color: var(--gold); margin-bottom: .5rem; }
.event-card p { font-size: .9rem; color: var(--muted); }
.private {
  margin-top: 2rem; display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(246,184,61,.16), rgba(46,42,122,.5));
  border: 1px solid rgba(246,184,61,.35);
  border-radius: var(--radius); padding: 2rem 2.4rem;
}
.private h3 { font-size: 1.5rem; }
.private p { color: var(--muted); margin-top: .4rem; max-width: 58ch; }

/* ============ VISIT ============ */
.visit { background: var(--ink); }
.visit-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(1.5rem, 4vw, 3rem); }
.visit-card {
  background: rgba(46,42,122,.35);
  border: 1px solid rgba(185,182,228,.16);
  border-radius: var(--radius); padding: 2rem 2.2rem;
}
.visit-card h3 { font-size: 1.3rem; margin-bottom: .8rem; }
.visit-card address { font-style: normal; color: var(--cream); font-weight: 500; }
.visit-tel { margin-top: .8rem; }
.visit-tel a { color: var(--gold); text-decoration: none; font-weight: 600; }
.hours { width: 100%; margin-top: 1.4rem; border-collapse: collapse; font-size: .92rem; }
.hours td { padding: .42rem 0; border-bottom: 1px dashed rgba(185,182,228,.18); }
.hours td:last-child { text-align: right; color: var(--muted); }
.hours tr.is-today td { color: var(--gold); font-weight: 600; }
.hours-note { margin-top: 1rem; font-size: .8rem; color: var(--muted); }
.visit-social { display: flex; gap: 1rem; margin-top: 1.4rem; }
.visit-social a {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 50%; border: 1px solid rgba(246,184,61,.4); color: var(--gold);
  transition: background .25s, color .25s, transform .25s;
}
.visit-social a:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }
.visit-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 420px; }
.visit-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ============ FOOTER ============ */
.footer {
  text-align: center; padding: 2.6rem 1.5rem 2rem;
  background: #0d0b2e; border-top: 1px solid rgba(246,184,61,.18);
}
.footer-logo { width: 74px; margin: 0 auto 1rem; }
.footer-name { font-family: var(--font-d); font-size: 1.2rem; font-weight: 600; }
.footer-line { color: var(--muted); font-size: .9rem; margin-top: .4rem; }
.footer-line a { color: var(--gold); text-decoration: none; }
.footer-fine { color: rgba(185,182,228,.5); font-size: .78rem; margin-top: 1.4rem; }

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(13,11,46,.94);
  display: grid; place-items: center; padding: 3vw;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: var(--shadow); }
.lightbox-x {
  position: absolute; top: 1rem; right: 1.4rem;
  font-size: 2.6rem; line-height: 1; color: var(--cream);
  background: none; border: 0; cursor: pointer; opacity: .8;
}
.lightbox-x:hover { opacity: 1; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
  .sig-grid { grid-template-columns: repeat(2, 1fr); }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .nav.menu-open { background: rgba(18,16,58,.97); }
  .nav.menu-open .nav-links {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; padding: 1.2rem clamp(1.2rem, 4vw, 3rem) 1.8rem;
    background: rgba(18,16,58,.97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 30px 40px -20px rgba(0,0,0,.7);
  }
  .nav.menu-open .nav-links a { padding: .55rem 0; font-size: 1.05rem; }
  .story, .lounge-grid, .visit-grid { grid-template-columns: 1fr; }
  .story-media { max-width: 560px; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); }
  .lounge-media { min-height: 400px; }
}
@media (max-width: 620px) {
  .sig-grid { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: 1fr; }
  .menu-cols { grid-template-columns: 1fr; }
  .hero-strip { grid-template-columns: 1fr 1fr; }
  .hero-strip div { padding: .8rem .6rem; }
  .hero-strip span { font-size: .72rem; }
  .story-photo-small { right: 0; }
  .private { padding: 1.6rem; }
  .lounge-media { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; min-height: 0; }
  .lounge-a { grid-row: auto; grid-column: 1 / 3; max-height: 340px; }
  .lounge-b, .lounge-c { max-height: 240px; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
