/* ============================================================
   Jessie Lugo — shared design system
   White · Navy · Black. No brown. Luxury hospitality.
   ============================================================ */

:root {
  /* Default — Classic: white + navy + ink */
  --bg: #ffffff;
  --bg-alt: #f5f3ef;     /* warm bone for alternating sections */
  --ink: #0a0e1a;        /* near-black with a navy whisper */
  --ink-soft: #2c3344;
  --ink-mute: #7a7f8c;
  --paper: #ffffff;
  --cream: #f4ede1;
  --rule: #e3e1dc;
  --rule-soft: #efeeea;
  --navy: #14233f;       /* deep navy primary */
  --navy-soft: #2a3d5f;  /* link/CTA accent */
  --navy-bright: #3d5a9c;
}

* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: smooth;
}
body {
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--navy); color: #fff; }

/* ---------- layout ---------- */
.container { max-width: 1320px; margin: 0 auto; padding: 0 56px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 56px; }
@media (max-width: 720px) {
  .container, .container-narrow { padding: 0 24px; }
}

/* ---------- type helpers ---------- */
.serif { font-family: 'Cormorant Garamond', Georgia, serif; }
.italic { font-style: italic; }

.label {
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-mute);
}
.eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.ornament {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--navy);
}
.ornament::before, .ornament::after {
  content: ''; display: block; width: 32px; height: 1px;
  background: currentColor; opacity: 0.4;
}

.hairline { height: 1px; background: var(--rule); border: 0; margin: 0; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent;
  transition: background 350ms ease, border-color 350ms ease, color 350ms ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled, .nav.solid {
  background: color-mix(in oklab, var(--bg) 95%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--rule);
}
.nav-inner {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 22px; padding-bottom: 22px;
  gap: 32px;
}
.nav-left, .nav-right { display: flex; gap: 32px; align-items: center; }
.nav-right { justify-content: flex-end; }
.nav a:not(.brand) {
  font-family: 'Manrope', sans-serif; font-weight: 400;
  font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--nav-link, var(--ink));
  opacity: 0.88;
  transition: opacity 200ms, color 200ms;
}
.nav.scrolled a:not(.brand) { color: var(--ink); opacity: 1; }
.nav a:not(.brand):hover { opacity: 1; color: var(--navy); }
.brand {
  text-align: center;
  color: var(--nav-link, var(--ink));
  transition: color 350ms ease;
}
.nav.scrolled .brand { color: var(--ink); }
.brand-mark {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: 24px; letter-spacing: 0.06em;
  line-height: 1;
}
.brand-sub {
  font-family: 'Manrope', sans-serif; font-size: 9px;
  letter-spacing: 0.32em; text-transform: uppercase;
  margin-top: 6px; opacity: 0.7;
}
@media (max-width: 860px) {
  .nav-left a, .nav-right a:not(.nav-cta) { display: none; }
}
.nav-cta {
  border: 1px solid currentColor;
  padding: 10px 18px;
  font-size: 10.5px !important; letter-spacing: 0.22em !important;
  transition: background 200ms, color 200ms, border-color 200ms;
}
.nav-cta:hover {
  background: var(--ink); color: var(--bg) !important;
  border-color: var(--ink);
}

/* Nav defaults when hero is dark (light text over hero) */
.nav.over-dark { --nav-link: #ffffff; }
.nav.over-dark.scrolled { --nav-link: var(--ink); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-position: center;
  background-size: cover;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(10,14,26,0.50) 0%,
    rgba(10,14,26,0.25) 35%,
    rgba(10,14,26,0.70) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  text-align: center;
  max-width: 980px;
  padding: 0 32px;
}
.hero-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 300;
  font-size: 22px; letter-spacing: 0.06em;
  margin-bottom: 36px;
  opacity: 0.92;
}
.hero h1, .hero .h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(56px, 9.5vw, 132px);
  line-height: 0.98;
  letter-spacing: 0.01em;
  margin: 0;
}
.hero h1 .it, .hero .h1 .it { font-style: italic; font-weight: 300; }
.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 22px);
  letter-spacing: 0.04em;
  margin: 40px auto 0;
  max-width: 540px;
  line-height: 1.55;
  opacity: 0.9;
}
.hero-actions {
  margin-top: 48px;
  display: inline-flex; gap: 18px; flex-wrap: wrap; justify-content: center;
}
.hero-meta {
  position: absolute; left: 0; right: 0; bottom: 56px; z-index: 2;
  display: flex; justify-content: space-between; align-items: end;
  padding: 0 56px;
  color: rgba(255,255,255,0.78);
}
@media (max-width: 720px) { .hero-meta { padding: 0 24px; bottom: 32px; gap: 16px; } }
.hero-meta .col { display: flex; flex-direction: column; gap: 4px; }
.hero-meta .col.right { text-align: right; align-items: flex-end; }
.hero-meta .label { color: rgba(255,255,255,0.55); }
.hero-meta .val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-style: italic; font-weight: 300;
  color: #fff;
}
.hero-scroll {
  font-family: 'Manrope', sans-serif; font-size: 10px;
  letter-spacing: 0.32em; text-transform: uppercase;
  opacity: 0.55;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 30px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 220ms ease;
}
.btn:hover { background: var(--navy); border-color: var(--navy); }
.btn .arr { transition: transform 200ms ease; }
.btn:hover .arr { transform: translateX(6px); }
.btn.ghost {
  background: transparent; color: #fff; border-color: #fff;
}
.btn.ghost:hover { background: #fff; color: var(--ink); }
.btn.outline {
  background: transparent; color: var(--ink); border-color: var(--ink);
}
.btn.outline:hover { background: var(--ink); color: #fff; }

/* ---------- PAGE HEADER (inner pages) ---------- */
.page-head {
  padding: 200px 0 64px;
  text-align: center;
}
.page-head .eyebrow { display: inline-flex; }
.page-head h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 1.0;
  letter-spacing: 0.01em;
  margin: 24px 0 0;
}
.page-head h1 .it { font-style: italic; }
.page-head .sub {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-style: italic;
  font-size: 20px;
  color: var(--ink-soft);
  margin: 28px auto 0;
  max-width: 56ch;
  line-height: 1.5;
}

/* ---------- SECTION SHELL ---------- */
section { padding: 140px 0; position: relative; }
@media (max-width: 720px) { section { padding: 88px 0; } }
.section-head {
  text-align: center;
  max-width: 740px; margin: 0 auto 80px;
  display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  margin: 0;
}
.section-title .it { font-style: italic; }
.section-lede {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-style: italic;
  font-size: 21px; line-height: 1.55;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0;
}

/* ---------- FOOTER ---------- */
footer { background: var(--ink); color: #fff; padding-top: 0; }
.foot-mark {
  text-align: center;
  padding: 120px 24px 80px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot-mark .name {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(64px, 9vw, 124px);
  letter-spacing: 0.06em; line-height: 1;
}
.foot-mark .name .it { font-style: italic; }
.foot-mark .sub {
  margin-top: 20px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300;
  font-size: 19px;
  color: rgba(255,255,255,0.72);
}
.foot-grid {
  padding: 72px 56px 48px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px;
  max-width: 1320px; margin: 0 auto;
}
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; padding: 48px 24px; } }
.foot-grid h4 {
  font-family: 'Manrope', sans-serif; font-size: 10.5px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0 0 18px; font-weight: 500;
}
.foot-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-grid a, .foot-grid li {
  font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 400;
  color: rgba(255,255,255,0.8);
  transition: color 200ms;
}
.foot-grid a:hover { color: #fff; }
.foot-bar {
  max-width: 1320px; margin: 0 auto;
  padding: 24px 56px 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-family: 'Manrope', sans-serif; font-size: 10.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); font-weight: 500;
}
@media (max-width: 800px) { .foot-bar { padding: 24px 24px 32px; } }
.foot-bar a { color: inherit; transition: color 200ms; }
.foot-bar a:hover { color: #fff; }

/* directions switcher — footer band */
.directions {
  background: var(--ink);
  padding: 28px 56px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap;
  font-family: 'Manrope', sans-serif; font-size: 10px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.directions strong { font-weight: 500; color: rgba(255,255,255,0.6); margin-right: 8px; }
.directions a {
  color: rgba(255,255,255,0.55);
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 200ms;
}
.directions a:hover { color: #fff; border-color: rgba(255,255,255,0.4); }
.directions a.current { color: #fff; border-color: rgba(255,255,255,0.55); }

/* ============================================================
   FLOATING DIRECTIONS SWITCHER — always visible on home pages
   ============================================================ */
.dir-switcher {
  position: fixed;
  right: 24px; bottom: 24px;
  z-index: 60;
  background: rgba(10, 14, 26, 0.92);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25), 0 2px 6px rgba(0,0,0,0.15);
  font-family: 'Manrope', sans-serif;
  user-select: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.dir-switcher .dir-head {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
}
.dir-switcher .dir-head .label-text { opacity: 0.6; margin-right: 2px; }
.dir-switcher .dir-head .current-name { color: #fff; }
.dir-switcher .dir-head .arrow {
  margin-left: 6px;
  font-size: 9px;
  opacity: 0.6;
  transition: transform 200ms ease;
}
.dir-switcher.open .dir-head .arrow { transform: rotate(180deg); }
.dir-switcher .dir-list {
  display: none;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-direction: column;
}
.dir-switcher.open .dir-list { display: flex; }
.dir-switcher .dir-list a {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 18px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 180ms ease;
}
.dir-switcher .dir-list a:last-child { border-bottom: 0; }
.dir-switcher .dir-list a:hover { background: rgba(255,255,255,0.08); }
.dir-switcher .dir-list a.current { background: rgba(255,255,255,0.06); }
.dir-switcher .dir-list .num {
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); font-weight: 500;
}
.dir-switcher .dir-list .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.dir-switcher .dir-list .desc {
  font-size: 10.5px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55); font-weight: 400;
  margin-top: 2px;
}
@media (max-width: 600px) { .dir-switcher { right: 16px; bottom: 16px; } }

/* ---------- TOP INFO STRIP (all pages) ---------- */
.info-strip {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 60;
  background: var(--navy, #14233f);
  color: rgba(255,255,255,0.78);
  padding: 10px 24px;
  display: flex; justify-content: center; gap: 36px;
  font-family: 'Manrope', sans-serif; font-size: 10px;
  letter-spacing: 0.28em; text-transform: uppercase;
  font-weight: 500;
  flex-wrap: wrap;
}
.info-strip .item { display: inline-flex; align-items: center; gap: 10px; }
.info-strip .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.4); }
.info-strip strong { color: #fff; font-weight: 500; }
.info-strip a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .info-strip { gap: 16px; padding: 8px 16px; font-size: 9px; }
  .info-strip .item:nth-child(3), .info-strip .dot:nth-of-type(2) { display: none; }
}
/* When strip is present, push the fixed nav down */
body.has-strip .nav { top: 36px; }
@media (max-width: 760px) { body.has-strip .nav { top: 30px; } }

/* ---------- NAVY CLOSING CTA (about, gallery, menus, contact) ---------- */
.navy-cta {
  background: var(--navy, #14233f);
  color: #f5f1ea;
  padding: 140px 24px;
  text-align: center;
}
.navy-cta .ornament { color: rgba(255,255,255,0.7); display: inline-flex; }
.navy-cta .ornament::before, .navy-cta .ornament::after { background: rgba(255,255,255,0.4); }
.navy-cta h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.05;
  margin: 24px auto 0; max-width: 880px;
  color: #ffffff;
}
.navy-cta h2 .it { font-style: italic; }
.navy-cta p {
  margin: 28px auto 40px; max-width: 540px;
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: 20px; line-height: 1.55;
  color: rgba(255,255,255,0.82);
}
.navy-cta .btn {
  background: transparent; color: #fff; border-color: #fff;
}
.navy-cta .btn:hover { background: #fff; color: var(--navy, #14233f); border-color: #fff; }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 900ms ease, transform 900ms ease; }
.reveal.in { opacity: 1; transform: none; }
