@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

/* ─── TOKENS ─────────────────────────────────────────── */
:root {
  --bg:          #000000;
  --bg2:         #050507;
  --surface:     rgba(6,6,8,0.92);
  --surface2:    rgba(8,8,12,0.97);
  --glass:       rgba(255,255,255,0.03);
  --glass-b:     rgba(255,255,255,0.07);
  --accent:      #E8B04A;
  --accent-glow: rgba(232,176,74,0.22);
  --accent2:     #8B7AFF;
  --accent2-glow:rgba(139,122,255,0.18);
  --text:        #F4F1EA;
  --muted:       #8A8F9E;
  --line:        rgba(255,255,255,0.07);
  --line2:       rgba(255,255,255,0.11);
  --shadow:      0 24px 80px rgba(0,0,0,0.75);
  --shadow-sm:   0 8px 32px rgba(0,0,0,0.5);
  --radius:      24px;
  --radius-sm:   14px;
  --max:         1180px;
  --ease:        cubic-bezier(0.25,0.46,0.45,0.94);
}

/* ─── RESET ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* Utility */
.hidden { display: none !important; }

body {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  background-color: #000;
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

/* ─── LAYOUT ─────────────────────────────────────────── */
.site-wrap { position: relative; }

body.boot .site-wrap {
  opacity: 0;
  transition: opacity 180ms ease;
}

body:not(.boot) .site-wrap {
  opacity: 1;
}

.nav,
.hero-content,
.section,
.reservation-panel,
.footer-card,
.cms-hero,
.cms-grid {
  width: min(100%, var(--max));
  margin-inline: auto;
}

/* ─── NAV ────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 14px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 12px 18px;
  border: 1px solid var(--line2);
  border-radius: 999px;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 4px 40px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05);
  transition: background 0.3s var(--ease);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #1a1105;
  background: linear-gradient(135deg, #f5d98a 0%, #E8B04A 60%, #c8883a 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15) inset, 0 8px 24px rgba(232,176,74,0.3);
  flex-shrink: 0;
}

.brand-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.brand-sub {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(244,241,234,0.85);
  transition: color 0.2s, background 0.2s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transition: transform 0.25s var(--ease);
}

.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.05); }
.nav-links a:hover::after { transform: translateX(-50%) scaleX(1); }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line2);
  border-radius: 12px;
  background: var(--glass);
  cursor: pointer;
  padding: 0 10px;
  transition: background 0.2s;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle:hover { background: var(--glass-b); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO ───────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 16px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.94) 100%),
    radial-gradient(circle at 72% 18%, rgba(232,176,74,0.12), transparent 28%),
    url("https://static.wixstatic.com/media/a1d106_bfc9604ced2042489d7c8bfa2ab252f4~mv2.jpg/v1/fit/w_1800,h_1200,q_80,enc_avif,quality_auto/a1d106_bfc9604ced2042489d7c8bfa2ab252f4~mv2.jpg")
      center / cover no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Decorative orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.5;
}
.hero-orb-1 {
  width: 500px; height: 500px;
  top: -120px; right: -80px;
  background: radial-gradient(circle, rgba(232,176,74,0.25) 0%, transparent 70%);
  animation: orb-drift 8s ease-in-out infinite alternate;
}
.hero-orb-2 {
  width: 400px; height: 400px;
  bottom: -60px; left: -60px;
  background: radial-gradient(circle, rgba(139,122,255,0.2) 0%, transparent 70%);
  animation: orb-drift 11s ease-in-out infinite alternate-reverse;
}

@keyframes orb-drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(30px, 20px) scale(1.08); }
}

.hero-content {
  max-width: 820px;
  padding-top: 0;
  position: relative;
  z-index: 2;

  /* Push hero text down */
  margin-top: auto;
  align-self: flex-start;
  text-align: left;
}

/* Hero entrance animations */
.eyebrow,
.hero-content h1,
.hero-content > p,
.hero-actions,
.contact-pill {
  animation: hero-rise 0.8s var(--ease) both;
}
.eyebrow               { animation-delay: 0.1s; }
.hero-content h1       { animation-delay: 0.25s; }
.hero-content > p      { animation-delay: 0.4s; }
.hero-actions          { animation-delay: 0.55s; }
.contact-pill          { animation-delay: 0.7s; }

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Kicker / eyebrow labels */
.eyebrow,
.section-kicker,
.event-tag,
.small-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent);
}
.eyebrow::before,
.section-kicker::before {
  content: '';
  display: inline-block;
  width: 20px; height: 1.5px;
  background: var(--accent);
  border-radius: 2px;
}

.hero h1 {
  font-family: 'Outfit', sans-serif;
  margin: 16px 0 14px;
  font-size: clamp(3.4rem, 10vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 20px 60px rgba(0,0,0,0.7);
}

.hero p {
  max-width: 600px;
  color: rgba(244,241,234,0.95);
  font-size: 1.05rem;
  line-height: 1.85;
}

/* Hero typography: force white for eyebrow + its lines */
.hero .eyebrow {
  color: rgba(244,241,234,0.95) !important;
}
.hero .eyebrow::before,
.hero .eyebrow::after {
  background: rgba(244,241,234,0.95) !important;
}

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

/* ─── BUTTONS ────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s, border-color 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  color: #1a1105;
  background: linear-gradient(135deg, #f5d98a 0%, #E8B04A 55%, #c9823a 100%);
  box-shadow: 0 0 0 0 var(--accent-glow);
  border-color: transparent;
}
.btn-primary:hover {
  box-shadow: 0 8px 32px rgba(232,176,74,0.4), 0 0 0 3px var(--accent-glow);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line2);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(14px);
}
.btn-secondary:hover {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.09);
}

.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background: transparent;
}
.btn-ghost:hover { background: var(--glass); border-color: var(--line2); }

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  color: rgba(244,241,234,0.9);
  border: 1px solid var(--line2);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(14px);
  font-size: 0.88rem;
}

/* ─── SCROLL REVEAL ──────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ─── SECTIONS ───────────────────────────────────────── */
.section {
  padding: 96px 24px 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 32px;
}

.section h2 {
  font-family: 'Outfit', sans-serif;
  margin: 10px 0 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.section-note {
  max-width: 360px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  text-align: right;
}

/* ─── SHARED CARD BASE ───────────────────────────────── */
.card,
.reservation-panel,
.footer-card,
.cms-card,
.menu-full-details,
.about-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.card::before,
.reservation-panel::before,
.footer-card::before,
.menu-full-details::before,
.about-panel::before,
.cms-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.055) 0%, transparent 40%);
  border-radius: inherit;
}

/* ─── SHOWCASE / EVENT CARDS (FLYER FORMAT) ───────────── */
.showcase-slider {
  display: flex;
  align-items: center;
  gap: 12px;
}

.showcase-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line2);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  user-select: none;
}

.showcase-arrow:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.08);
  border-color: rgba(232,176,74,0.4);
  color: var(--accent);
}

.showcase-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 24px;
  scrollbar-width: none;
  flex: 1 1 auto;
  min-width: 0;
}
.showcase-grid::-webkit-scrollbar { display: none; }

.showcase-card {
  flex: 0 0 31%; /* Default desktop width */
  scroll-snap-align: center;
  position: relative;
  min-height: 540px;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
}
.showcase-card::before { display: none; }

.showcase-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(232,176,74,0.3);
  box-shadow: 0 40px 100px rgba(0,0,0,0.75), 0 0 0 1px rgba(232,176,74,0.18);
}

.showcase-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(232,176,74,0.12), rgba(139,122,255,0.12));
  background-size: cover;
  background-position: center;
  transition: transform 0.6s var(--ease);
  z-index: 0;
}
.showcase-card:hover .showcase-image {
  transform: scale(1.06);
}

/* Dark gradient overlay — bottom two-thirds */
.showcase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.0) 0%,
    rgba(0,0,0,0.15) 35%,
    rgba(0,0,0,0.75) 65%,
    rgba(0,0,0,0.94) 100%
  );
  z-index: 1;
  border-radius: inherit;
}

.showcase-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 24px 28px;
}

.showcase-body h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}

.showcase-body p {
  color: rgba(244,241,234,0.75);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

.showcase-meta {
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.small-label.event-tag {
  font-size: 0.7rem;
  margin-bottom: 6px;
  color: rgba(232,176,74,0.9);
}


/* ─── ABOUT ──────────────────────────────────────────── */
.about-panel {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0;
  padding: 0;
}

.about-panel > div:first-child {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
}

.about-panel p {
  color: var(--muted);
  line-height: 1.85;
  margin-top: 12px;
  font-size: 0.95rem;
}

.about-stats {
  display: grid;
  gap: 0;
  align-content: stretch;
}

.stat-card {
  padding: 28px 24px;
  border-bottom: 1px solid var(--line);
  border-left: 3px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.stat-card:last-child { border-bottom: none; }
.stat-card:hover {
  border-left-color: var(--accent);
  background: rgba(232,176,74,0.04);
}

.stat-card strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

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

/* ─── MENU TAB VIEW ──────────────────────────────────── */
.menu-tabview {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.menu-tabs {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid var(--line);
  padding: 6px 6px 0;
  background: rgba(255,255,255,0.02);
}
.menu-tabs::-webkit-scrollbar { display: none; }

.menu-tab-btn {
  flex-shrink: 0;
  padding: 9px 16px;
  border-radius: 10px 10px 0 0;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  margin-bottom: -1px;
}
.menu-tab-btn:hover { color: var(--text); background: rgba(255,255,255,0.04); }
.menu-tab-btn.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
  background: rgba(232,176,74,0.06);
}

.menu-panel {
  display: none;
  padding: 8px 0 4px;
}
.menu-panel.active { display: block; }

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--line);
  transition: background 0.18s;
}
.menu-item:last-child { border-bottom: none; }
.menu-item:hover { background: rgba(255,255,255,0.025); }

.menu-item h4 {
  margin: 0 0 3px;
  font-size: 0.96rem;
  font-weight: 600;
}

.menu-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.price {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
  padding-top: 1px;
}


/* ─── RESERVATION ────────────────────────────────────── */
.reservation-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  padding: 0;
}

.reservation-panel > div:first-child {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
}

.reservation-panel > div:first-child h2 {
  font-family: 'Outfit', sans-serif;
}

.reservation-panel p {
  color: var(--muted);
  line-height: 1.85;
  margin-top: 10px;
  font-size: 0.95rem;
}

.reservation-box {
  display: grid;
  gap: 0;
  align-content: stretch;
}

.reservation-box > div {
  display: grid;
  gap: 4px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}
.reservation-box > div:last-child { border-bottom: none; }

.reservation-box strong {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
}

.reservation-box span {
  color: var(--muted);
  font-size: 0.92rem;
}

/* ─── GALLERY SLIDESHOW ────────────────────────────────── */
.gallery-slideshow {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s var(--ease);
}
.gallery-slide.active {
  opacity: 1;
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ─── SOCIAL ICONS ─────────────────────────────────────── */
.social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 6px;
}

/* Hard override (some footer/grid rules can cause unexpected stacking) */
#socialLinksContainer {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

#socialLinksContainer .social-icon {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--glass);
  border: 1px solid var(--line);
  color: var(--text);
  transition: all 0.3s var(--ease);
}
.social-icon:hover {
  background: rgba(232,176,74,0.15);
  border-color: rgba(232,176,74,0.4);
  color: var(--accent);
  transform: translateY(-3px);
}
.social-icon svg {
  width: 20px;
  height: 20px;
}

/* ─── FOOTER / CONTACT ───────────────────────────────── */
.footer-card {
  padding: 40px;
  margin-bottom: 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.footer-card > div:first-child {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.footer-card h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

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

.footer-grid > div {
  display: grid;
  gap: 6px;
}

.footer-grid strong {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
}


.footer-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* ─── CMS ────────────────────────────────────────────── */
.cms-page { padding: 24px 0 72px; }

.cms-hero {
  width: min(100%, var(--max));
  margin: 0 auto 24px;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(7,8,13,0.80);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.cms-hero h1 {
  font-family: 'Outfit', sans-serif;
  margin: 8px 0 6px;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -0.04em;
  font-weight: 800;
}

.cms-hero p { margin: 0; max-width: 760px; color: var(--muted); line-height: 1.75; }

.cms-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.cms-card { padding: 24px; }
.cms-card h2, .cms-card h3 {
  font-family: 'Outfit', sans-serif;
  margin-top: 0;
  letter-spacing: -0.03em;
}

.cms-section { display: grid; gap: 16px; }

.field { display: grid; gap: 8px; }
.field label { color: var(--muted); font-size: 0.88rem; font-weight: 500; }

.field input,
.field textarea,
.field select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(232,176,74,0.6);
  background: rgba(255,255,255,0.06);
}
.field textarea { min-height: 100px; resize: vertical; }

.cms-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cms-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.cms-toolbar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.cms-list { display: grid; gap: 10px; }
.cms-list-wrap { display: grid; gap: 12px; }

.cms-item {
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--glass);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 0.18s, border-color 0.18s, background 0.18s;
}
.cms-item:hover {
  transform: translateY(-1px);
  border-color: rgba(232,176,74,0.3);
  background: rgba(255,255,255,0.06);
}
.cms-item strong { display: block; margin-bottom: 3px; font-size: 0.95rem; }
.cms-item small { color: var(--muted); font-size: 0.82rem; }

.cms-accordion {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.02);
  margin-bottom: 8px;
}
.cms-accordion summary {
  padding: 12px 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.cms-accordion summary::-webkit-details-marker { display: none; }
.cms-accordion-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--line);
}

.cms-preview {
  display: grid; gap: 12px; padding: 16px;
  border-radius: 14px;
  background: var(--glass);
  border: 1px solid var(--line);
}
.cms-swatch { height: 40px; border-radius: 10px; border: 1px solid var(--line); }

.kpi-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.kpi {
  padding: 14px;
  border-radius: 12px;
  background: var(--glass);
  border: 1px solid var(--line);
}
.kpi strong { display: block; margin-top: 4px; font-size: 1.2rem; font-family: 'Outfit', sans-serif; font-weight: 700; }

.cms-note { color: var(--muted); line-height: 1.7; font-size: 0.9rem; }

/* ─── RESERVATION BADGES (ADMIN) ─────────────────────── */
.res-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.res-badge {
  font-size: 0.72rem;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.badge-pending {
  background: rgba(232, 176, 74, 0.15);
  color: #E8B04A;
  border: 1px solid rgba(232, 176, 74, 0.3);
}
.badge-confirmed {
  background: rgba(111, 224, 170, 0.15);
  color: #6fe0aa;
  border: 1px solid rgba(111, 224, 170, 0.3);
}
.badge-cancelled {
  background: rgba(255, 107, 107, 0.15);
  color: #ff6b6b;
  border: 1px solid rgba(255, 107, 107, 0.3);
}
.cms-res-card {
  cursor: default;
  padding: 16px;
}
.cms-res-card:hover {
  transform: none;
  background: rgba(255,255,255,0.03);
}

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 10px);
    left: 0; right: 0;
    background: rgba(7,8,13,0.96);
    border: 1px solid var(--line2);
    border-radius: 20px;
    padding: 12px;
    backdrop-filter: blur(22px);
    z-index: 99;
  }
  .nav-links.open a { border-radius: 12px; padding: 12px 16px; }
  .nav-toggle { display: flex; }
  .nav { position: relative; }

  .section-heading { flex-direction: column; align-items: flex-start; }
  .section-note { text-align: left; max-width: 100%; }
  .showcase-card { flex: 0 0 45%; }
  .about-panel { grid-template-columns: 1fr; }
  .about-panel > div:first-child { border-right: none; border-bottom: 1px solid var(--line); }
  .reservation-panel { grid-template-columns: 1fr; }
  .reservation-panel > div:first-child { border-right: none; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .cms-grid { grid-template-columns: 1fr; }
  .cms-hero { flex-direction: column; align-items: flex-start; border-radius: 22px; }
  .cms-row { grid-template-columns: 1fr; }
  .kpi-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .showcase-card { flex: 0 0 85%; min-height: 460px; }
  .hero { padding-inline: 16px; }
  .section { padding-inline: 16px; }
  .cms-page { padding-inline: 16px; }
  .hero-content { padding-top: 0; margin-top: auto; }
  .footer-card { padding: 24px; }
  .footer-card h2 { font-size: 1.6rem; }
  .about-panel > div:first-child { padding: 24px; }
  .reservation-panel > div:first-child { padding: 24px; }
  .btn { width: 100%; justify-content: center; }
  .cms-actions { width: 100%; }
  .cms-actions .btn { width: auto; flex: 1; }
}
