/* ==========================================
   SUPRA · GK Furshet — Catering Website
   ========================================== */

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

:root {
  --font-display: 'Cormorant Garamond', 'Noto Serif Georgian', Georgia, serif;
  --font-body: 'Inter', 'Noto Sans Georgian', system-ui, sans-serif;
  --font-geo: 'Noto Serif Georgian', 'Cormorant Garamond', serif;

  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --olive: #7d8a5c;
  --terracotta: #a24d2b;
}

/* ===== LIGHT THEME (default) ===== */
html[data-theme="light"] {
  --espresso: #1a1410;
  --charcoal: #2b2119;
  --charcoal-2: #3a2d24;
  --cream: #f5efe4;
  --paper: #ebe3d3;
  --paper-2: #e2d8c3;
  --ink: #1a1410;
  --ink-70: rgba(26, 20, 16, 0.7);
  --ink-50: rgba(26, 20, 16, 0.5);
  --line: rgba(26, 20, 16, 0.12);
  --line-light: rgba(245, 239, 228, 0.15);
  --shadow-soft: rgba(26, 20, 16, 0.08);
  --gold: #c9a961;
  --gold-2: #b48b3d;
}

/* ===== DARK THEME ===== */
html[data-theme="dark"] {
  --espresso: #0d0906;
  --charcoal: #16110d;
  --charcoal-2: #221a13;
  --cream: #14100c;
  --paper: #1e1712;
  --paper-2: #2b2119;
  --ink: #f0e6d2;
  --ink-70: rgba(240, 230, 210, 0.72);
  --ink-50: rgba(240, 230, 210, 0.5);
  --line: rgba(240, 230, 210, 0.12);
  --line-light: rgba(240, 230, 210, 0.15);
  --shadow-soft: rgba(0, 0, 0, 0.4);
  --gold: #d4b674;
  --gold-2: #c9a961;
}

html { scroll-behavior: smooth; transition: background-color 0.5s var(--ease); }

/* Skip link for keyboard users */
.skip-link {
  position: absolute;
  top: -100px; left: 20px;
  background: var(--gold);
  color: var(--espresso);
  padding: 12px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 10001;
  border-radius: 4px;
  transition: top 0.3s var(--ease);
}
.skip-link:focus { top: 20px; outline: 2px solid var(--espresso); outline-offset: 2px; }

/* Focus-visible states — accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, details:focus-visible summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}
.btn:focus-visible { outline-offset: 4px; }

/* Screen-reader only text */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 15px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.5s var(--ease), color 0.5s var(--ease);
}

/* Every big surface reacts to theme */
.about-strip, .features, .menu-section, .gallery, .steps, .faq, .menu-promo { background: var(--cream); transition: background-color 0.5s var(--ease); }
.events, .testimonials, .drinks { background: var(--paper); transition: background-color 0.5s var(--ease); }
.taste-dark { background: var(--espresso); transition: background-color 0.5s var(--ease); }
.marquee-wrap, .site-footer { background: var(--espresso); }

html[data-theme="dark"] .about-image::after { background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4)); }
html[data-theme="dark"] .about-image-sm { box-shadow: -30px -30px 0 var(--cream); }
html[data-theme="dark"] .feature-image::after { outline-color: var(--cream); }
html[data-theme="dark"] .feature-box { background: var(--paper); }
html[data-theme="dark"] .feature-box:hover { background: #000; }
html[data-theme="dark"] .t-card { background: var(--paper); }
html[data-theme="dark"] .t-card-mid { background: #000; }
html[data-theme="dark"] .menu-tabs { background: var(--paper); }
html[data-theme="dark"] .menu-tab.active { background: var(--gold); color: var(--espresso); }
html[data-theme="dark"] .menu-tab.active .tab-price { color: var(--espresso); }
html[data-theme="dark"] .menu-panel-head { background: var(--paper); }
html[data-theme="dark"] .menu-signature { background: #000; }
html[data-theme="dark"] .taste-frame { background: var(--paper); color: var(--ink); }
html[data-theme="dark"] .btn-primary { background: var(--gold); border-color: var(--gold); color: var(--espresso); }
html[data-theme="dark"] .btn-primary::before { background: var(--cream); }
html[data-theme="dark"] .btn-primary:hover { color: var(--ink); }
html[data-theme="dark"] .btn-outline { color: var(--ink); border-color: var(--ink); }
html[data-theme="dark"] .btn-outline::before { background: var(--gold); }
html[data-theme="dark"] .btn-outline:hover { color: var(--espresso); border-color: var(--gold); }
html[data-theme="dark"] .site-header.scrolled { background: rgba(13, 9, 6, 0.94); }
html[data-theme="dark"] .steps-image::after { color: #000; }
html[data-theme="dark"] .faq-item[open] .faq-icon { background: var(--gold); border-color: var(--gold); }
html[data-theme="dark"] .faq-item[open] .faq-icon::before, html[data-theme="dark"] .faq-item[open] .faq-icon::after { background: var(--espresso); }
html[data-theme="dark"] .faq-icon::before, html[data-theme="dark"] .faq-icon::after { background: var(--ink); }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .container { padding: 0 20px; } }

/* ================= TYPOGRAPHY ================= */
.section-title {
  font-family: var(--font-geo);
  font-weight: 400;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 20px;
}
.section-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-2);
}
.section-title.light { color: #f5efe4; }
.section-title.light em { color: var(--gold); }
.muted { color: var(--ink-50); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 20px;
  font-weight: 500;
}
.eyebrow.light { color: var(--gold); }
.eyebrow-mark {
  width: 36px; height: 1px; background: currentColor; opacity: 0.6;
}
.eyebrow-mark.center { width: 24px; }

.section-head { margin-bottom: 60px; max-width: 720px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-sub { color: var(--ink-70); font-size: 16px; max-width: 560px; }

/* ================= BUTTONS ================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: all 0.5s var(--ease);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease);
  z-index: -1;
}
.btn:hover::before { transform: translateY(0); }
.btn-primary {
  background: var(--ink);
  color: #f5efe4;
  border-color: var(--ink);
}
.btn-primary:hover { color: var(--ink); border-color: var(--gold); }
.btn-ghost {
  color: #f5efe4;
  border-color: rgba(245, 239, 228, 0.4);
}
.btn-ghost::before { background: var(--cream); }
.btn-ghost:hover { color: var(--ink); border-color: #f5efe4; }
.btn-outline {
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline::before { background: var(--ink); }
.btn-outline:hover { color: #f5efe4; }
.btn-light-outline {
  color: #f5efe4;
  border-color: rgba(245, 239, 228, 0.5);
}
.btn-light-outline::before { background: var(--cream); }
.btn-light-outline:hover { color: var(--ink); }
.btn-sm { padding: 11px 20px; font-size: 10px; }
.btn-lg { padding: 18px 34px; font-size: 12px; }

/* ================= CURSOR ================= */
.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  mix-blend-mode: difference;
}
.cursor-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.cursor-ring {
  width: 28px; height: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transition: transform 0.15s var(--ease), width 0.3s, height 0.3s;
}
.cursor-ring.grow { width: 56px; height: 56px; background: rgba(201, 169, 97, 0.15); }
@media (max-width: 900px), (hover: none) { .cursor-dot, .cursor-ring { display: none; } }

/* ================= PRELOADER ================= */
.preloader {
  position: fixed; inset: 0;
  background: var(--espresso);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s var(--ease), visibility 0.8s;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-inner { text-align: center; }
.preloader-mark {
  width: 60px; height: 60px;
  animation: preloader-spin 3s linear infinite;
}
.preloader-text {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 0.5em;
  margin-top: 16px;
  padding-left: 0.5em;
  animation: preloader-pulse 1.5s ease-in-out infinite;
}
@keyframes preloader-spin { to { transform: rotate(360deg); } }
@keyframes preloader-pulse { 50% { opacity: 0.4; } }

/* ================= HEADER ================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  background: rgba(26, 20, 16, 0.85);
  backdrop-filter: blur(10px);
  transition: background-color 0.5s var(--ease), padding 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.site-header.scrolled {
  background: rgba(26, 20, 16, 0.94);
  padding: 14px 0;
  box-shadow: 0 1px 0 rgba(201, 169, 97, 0.15);
}
/* Only the homepage hero starts with transparent header (overlaying hero image) */
body.page-home .site-header:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
}
/* Header text is ALWAYS light because header background is always dark */
html .site-header .brand,
html .site-header .brand-name,
html .site-header .brand-text,
html .site-header .site-nav a,
html .site-header .header-phone,
html .site-header .header-phone span { color: #f5efe4 !important; }
html .site-header .brand-tag { color: #c9a961 !important; }
html .site-header .site-nav a:hover,
html .site-header .site-nav a.active { color: #c9a961 !important; }
html[data-theme="dark"] .site-header { background: rgba(5, 3, 2, 0.88); }
html[data-theme="dark"] .site-header.scrolled { background: rgba(5, 3, 2, 0.96); }

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.4s;
}
.brand-mark { width: 34px; height: 34px; color: var(--gold); flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.28em;
  font-weight: 500;
}
.brand-tag {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 4px;
  opacity: 0.85;
}

.site-nav {
  display: flex;
  gap: 34px;
  justify-content: center;
}
.site-nav a {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
  transition: color 0.3s;
}
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  width: 0; height: 1px;
  background: var(--gold);
  transition: all 0.4s var(--ease);
  transform: translateX(-50%);
}
.site-nav a:hover::after, .site-nav a.active::after { width: 100%; }
.site-nav a:hover { color: var(--gold); }

.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.site-header .btn-sm { flex: 0 0 auto; white-space: nowrap; padding: 12px 22px; }
.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 500;
  transition: color 0.3s;
}
.header-phone:hover { color: var(--gold); }
.header-phone svg { color: var(--gold); }

.header-social,
.header-call {
  width: 36px; height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 239, 228, 0.25);
  border-radius: 50%;
  color: #f5efe4;
  transition: background-color 0.4s var(--ease), border-color 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease);
  padding: 0;
}
.header-social:hover,
.header-call:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
  transform: translateY(-2px);
}
html .site-header .header-call { color: #f5efe4 !important; }

/* ===== Theme Toggle ===== */
.theme-toggle {
  width: 40px; height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(245, 239, 228, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5efe4;
  transition: background-color 0.4s var(--ease), border-color 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease);
  position: relative;
  overflow: hidden;
  padding: 0;
}
.theme-toggle:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
  transform: rotate(180deg);
}
.site-header .theme-toggle { color: #f5efe4; border-color: rgba(245, 239, 228, 0.3); }
.theme-toggle svg { position: absolute; transition: transform 0.5s var(--ease), opacity 0.4s; }
html[data-theme="light"] .theme-toggle .icon-sun { transform: translateY(0) rotate(0); opacity: 0; }
html[data-theme="light"] .theme-toggle .icon-moon { transform: translateY(0) rotate(0); opacity: 1; }
html[data-theme="dark"] .theme-toggle .icon-sun { transform: translateY(0) rotate(0); opacity: 1; }
html[data-theme="dark"] .theme-toggle .icon-moon { transform: translateY(30px) rotate(90deg); opacity: 0; }

.menu-toggle {
  display: none;
  width: 34px; height: 26px;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--cream);
  transition: all 0.4s var(--ease);
}
.menu-toggle span:nth-child(2) { width: 70%; margin-left: auto; }
.menu-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); width: 100%; }

.mobile-nav {
  position: fixed;
  top: 0; right: 0;
  width: 320px;
  max-width: 100vw;
  height: 100vh;
  background: var(--espresso);
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.6s var(--ease);
  padding: 100px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a {
  color: #f5efe4;
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav-contact {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-nav-contact a {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--gold);
}

@media (max-width: 1080px) {
  .site-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; }
  .header-phone { display: none; }
  /* .header-call stays visible on tablet — small icon, low cost */
  .btn-sm { display: none; }
}
@media (max-width: 560px) {
  .header-social, .header-call { display: none; }
}

/* ================= HERO ================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f5efe4;
  overflow: hidden;
  padding: 120px 20px 80px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-image {
  position: absolute; inset: -5%;
  background-size: cover;
  background-position: center;
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.12) translate(-1%, -1%); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 20, 16, 0.5) 0%, rgba(26, 20, 16, 0.35) 40%, rgba(26, 20, 16, 0.75) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(26, 20, 16, 0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeInDown 1s var(--ease) 0.3s forwards;
}
.hero-eyebrow .eyebrow-mark {
  width: 40px; height: 1px; background: var(--gold); opacity: 0.7;
}

.hero-title {
  font-family: var(--font-geo);
  font-weight: 300;
  font-size: clamp(52px, 9vw, 130px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
.hero-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}
.hero-title .line {
  display: block;
  overflow: hidden;
}
.hero-title .line span {
  display: inline-block;
  animation: lineUp 1.2s var(--ease-out) both;
}
.hero-title .line:nth-child(1) span { animation-delay: 0.5s; }
.hero-title .line:nth-child(2) span { animation-delay: 0.7s; }
.hero-title .line:nth-child(3) span { animation-delay: 0.9s; }
@keyframes lineUp {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}

.hero-sub {
  font-family: var(--font-body);
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto 44px;
  color: rgba(245, 239, 228, 0.85);
  line-height: 1.7;
}
.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #f5efe4;
  font-size: 10px;
  letter-spacing: 0.4em;
  opacity: 0.7;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, var(--gold));
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 30%;
  background: var(--gold);
  animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot {
  from { transform: translateY(-100%); }
  to { transform: translateY(400%); }
}

.hero-corner {
  position: absolute;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 239, 228, 0.6);
  opacity: 0;
  animation: fadeIn 1.5s var(--ease) 1.5s forwards;
}
.hero-corner.tl { top: 130px; left: 40px; }
.hero-corner.tr { top: 130px; right: 40px; }
.hero-corner.bl { bottom: 40px; left: 40px; }
.hero-corner.br { bottom: 40px; right: 40px; }
@media (max-width: 900px) {
  .hero-corner.tl, .hero-corner.tr { top: 110px; }
  .hero-corner { font-size: 9px; }
  .hero-corner.bl, .hero-corner.br { display: none; }
  .hero-corner.tl { left: 20px; }
  .hero-corner.tr { right: 20px; }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  to { opacity: 1; }
}

/* ================= REVEAL ================= */
.reveal-up, .reveal-line {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal-up.visible, .reveal-line.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Reduced motion — show everything instantly */
@media (prefers-reduced-motion: reduce) {
  .reveal-up, .reveal-line { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-title .line span, .menu-hero-title .mh-line span { animation: none !important; transform: none !important; }
}

/* ================= ABOUT STRIP ================= */
.about-strip {
  padding: 130px 0;
  background: var(--cream);
  position: relative;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 90px;
  align-items: center;
}
.about-image-cluster {
  position: relative;
  aspect-ratio: 1 / 1.1;
}
.about-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  overflow: hidden;
}
.about-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(26, 20, 16, 0.2));
}
.about-image-lg {
  width: 78%; height: 100%;
  left: 0; top: 0;
}
.about-image-sm {
  width: 46%; aspect-ratio: 4/5;
  right: 0; bottom: 8%;
  box-shadow: -30px -30px 0 var(--cream);
}
.about-badge {
  position: absolute;
  top: 40px; right: 10%;
  width: 130px; height: 130px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--espresso);
  z-index: 3;
  animation: slowSpin 30s linear infinite;
}
@keyframes slowSpin { to { transform: rotate(360deg); } }
.badge-inner {
  text-align: center;
  transform: rotate(0);
  animation: slowSpin 30s linear infinite reverse;
  padding: 8px;
}
.badge-num {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}
.badge-label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 500;
}

.about-text p {
  font-size: 16px;
  color: var(--ink-70);
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 460px;
}
.about-features {
  list-style: none;
  margin: 30px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-features li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--ink);
}
.about-features svg { color: var(--gold-2); flex: none; }

@media (max-width: 900px) {
  .about-strip { padding: 80px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-badge { width: 100px; height: 100px; }
}

/* ================= MARQUEE ================= */
.marquee-wrap {
  background: var(--espresso);
  overflow: hidden;
  padding: 32px 0;
  border-top: 1px solid rgba(201, 169, 97, 0.15);
  border-bottom: 1px solid rgba(201, 169, 97, 0.15);
}
.marquee { overflow: hidden; }
.marquee-track {
  display: inline-flex;
  gap: 40px;
  white-space: nowrap;
  animation: marqueeSlide 45s linear infinite;
  font-family: var(--font-display);
  font-size: 40px;
  font-style: italic;
  color: #f5efe4;
  align-items: center;
}
.marquee-track .dot { color: var(--gold); font-size: 18px; font-style: normal; }
@keyframes marqueeSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ================= EVENTS ================= */
.events {
  padding: 130px 0;
  background: var(--paper);
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.event-card {
  position: relative;
  aspect-ratio: 3 / 4.4;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: all 0.6s var(--ease);
  color: #f5efe4;
  isolation: isolate;
}
.event-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26, 20, 16, 0.15) 0%, rgba(26, 20, 16, 0.85) 100%);
  transition: opacity 0.5s;
  z-index: 1;
}
.event-card::after {
  content: '';
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-image: inherit;
  transition: transform 0.9s var(--ease);
  z-index: 0;
}
.event-card:hover::after { transform: scale(1.08); }
.event-card-featured::before {
  background: linear-gradient(180deg, rgba(201, 169, 97, 0.05) 0%, rgba(162, 77, 43, 0.8) 100%);
}
.event-card-inner {
  position: relative;
  z-index: 2;
  padding: 32px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.event-index {
  position: absolute;
  top: 26px; left: 26px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-style: italic;
}
.event-card h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.event-card p {
  font-size: 13px;
  color: rgba(245, 239, 228, 0.75);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s var(--ease), margin 0.6s;
}
.event-arrow {
  position: absolute;
  top: 26px; right: 26px;
  width: 44px; height: 44px;
  border: 1px solid rgba(245, 239, 228, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s var(--ease);
  color: #f5efe4;
}
.event-card:hover p { max-height: 100px; }
.event-card:hover .event-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
  transform: rotate(-45deg);
}

@media (max-width: 1000px) {
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .events { padding: 80px 0; }
}
@media (max-width: 560px) {
  .events-grid { grid-template-columns: 1fr; }
}

/* ================= TASTE SPLIT ================= */
.taste-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}
.taste-half {
  padding: 100px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.taste-dark {
  background: var(--espresso);
  color: #f5efe4;
  position: relative;
  overflow: hidden;
}
.taste-dark::before {
  content: 'SUPRA';
  position: absolute;
  right: -60px;
  bottom: 20px;
  font-family: var(--font-display);
  font-size: 260px;
  font-style: italic;
  color: rgba(201, 169, 97, 0.06);
  line-height: 1;
  pointer-events: none;
}
.taste-inner { max-width: 460px; position: relative; z-index: 2; }
.taste-inner .section-title { color: #f5efe4; font-size: clamp(44px, 5vw, 76px); }
.taste-inner p { margin: 24px 0 36px; color: rgba(245, 239, 228, 0.75); font-size: 16px; line-height: 1.7; }

.taste-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.taste-frame {
  position: absolute;
  bottom: 60px; left: 60px;
  background: var(--cream);
  padding: 24px 32px;
  border-radius: 4px;
}
.taste-frame-inner { text-align: center; }
.taste-frame-num {
  display: block;
  font-family: var(--font-display);
  font-size: 42px;
  color: var(--gold-2);
  line-height: 1;
}
.taste-frame-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 8px;
  color: var(--ink-70);
}

@media (max-width: 900px) {
  .taste-split { grid-template-columns: 1fr; }
  .taste-image { min-height: 400px; }
  .taste-half { padding: 60px 30px; }
}

/* ================= FEATURES ================= */
.features {
  padding: 130px 0;
  background: var(--cream);
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.feature-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-box {
  padding: 32px 28px;
  background: var(--paper);
  transition: all 0.5s var(--ease);
  border: 1px solid transparent;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.feature-box:hover {
  background: var(--espresso);
  color: #f5efe4;
  border-color: var(--gold);
  transform: translateY(-4px);
}
.feature-box:hover h3 { color: var(--gold); }
.feature-icon {
  width: 48px; height: 48px;
  color: var(--gold-2);
  margin-bottom: 20px;
  transition: transform 0.5s var(--ease);
}
.feature-box:hover .feature-icon { transform: rotate(-8deg) scale(1.1); }
.feature-box h3 {
  font-family: var(--font-geo);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: color 0.4s;
}
.feature-box p {
  font-size: 13.5px;
  color: var(--ink-70);
  transition: color 0.4s;
  line-height: 1.6;
}
.feature-box:hover p { color: rgba(245, 239, 228, 0.7); }

.feature-image {
  background-size: cover;
  background-position: center;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}
.feature-image::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(201, 169, 97, 0.4);
  outline: 20px solid var(--cream);
  outline-offset: -30px;
  pointer-events: none;
}

@media (max-width: 900px) {
  .features { padding: 80px 0; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-image { min-height: 300px; order: -1; }
}

/* ================= KINETIC BAND ================= */
.kinetic-band {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.kinetic-overlay {
  position: absolute; inset: 0;
  background: rgba(26, 20, 16, 0.6);
}
.kinetic-marquee {
  position: absolute;
  left: 0; right: 0;
  overflow: hidden;
  z-index: 1;
}
.kinetic-track {
  display: inline-flex;
  gap: 60px;
  white-space: nowrap;
  animation: marqueeSlide 40s linear infinite reverse;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 130px;
  color: rgba(245, 239, 228, 0.9);
  align-items: center;
  padding-left: 60px;
}
.kinetic-track .k-dot { color: var(--gold); font-style: normal; font-size: 32px; }

.play-btn {
  position: relative;
  z-index: 2;
  width: 110px; height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5efe4;
  transition: transform 0.4s var(--ease);
}
.play-btn:hover { transform: scale(1.05); }
.play-ring {
  position: absolute;
  inset: 0;
  border: 1px solid var(--cream);
  border-radius: 50%;
  animation: playPulse 2.4s ease-out infinite;
}
.play-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(245, 239, 228, 0.4);
  border-radius: 50%;
}
.play-triangle {
  width: 0; height: 0;
  border-left: 18px solid var(--cream);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
@keyframes playPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}
@media (max-width: 900px) {
  .kinetic-band { background-attachment: scroll; height: 300px; }
  .kinetic-track { font-size: 80px; }
}

/* ================= MENU ================= */
.menu-section {
  padding: 130px 0;
  background: var(--cream);
}
.menu-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 8px;
  background: var(--paper);
  border-radius: 999px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.menu-tab {
  padding: 14px 26px;
  border-radius: 999px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  transition: all 0.5s var(--ease);
  color: var(--ink-70);
}
.menu-tab .tab-price {
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
  color: var(--gold-2);
}
.menu-tab .tab-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-tab.active {
  background: var(--espresso);
  color: #f5efe4;
}
.menu-tab.active .tab-price { color: var(--gold); }

.menu-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.menu-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.menu-panel-head {
  display: grid;
  grid-template-columns: 220px 1fr 280px;
  gap: 40px;
  align-items: center;
  padding: 40px;
  background: var(--paper);
  margin-bottom: 60px;
  border: 1px solid var(--line);
}
.menu-panel-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-geo);
  color: var(--ink);
}
.mpp-currency { font-size: 32px; color: var(--gold-2); }
.mpp-num { font-size: 96px; line-height: 1; font-weight: 400; }
.mpp-per { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-70); margin-left: 8px; }
.menu-panel-desc h3 {
  font-family: var(--font-geo);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.menu-panel-desc p { color: var(--ink-70); font-size: 14px; line-height: 1.7; }
.menu-panel-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.menu-list, .menu-list-columns { max-width: 100%; }
.menu-list-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.menu-column-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--gold-2);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.menu-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
  position: relative;
  transition: padding 0.4s var(--ease);
}
.menu-list-columns .menu-item { grid-template-columns: 1fr; gap: 0; }
.menu-item:hover { padding-left: 12px; }
.menu-item:last-child { border-bottom: 0; }
.mi-num {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--gold-2);
  font-style: italic;
  padding-top: 2px;
}
.mi-body h4 {
  font-family: var(--font-geo);
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.3;
}
.mi-body h4 span {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-50);
  font-weight: 400;
  font-size: 16px;
}
.mi-body p {
  color: var(--ink-70);
  font-size: 13.5px;
  line-height: 1.6;
}

.menu-signature {
  margin-top: 60px;
  padding: 40px 50px;
  background: var(--espresso);
  color: #f5efe4;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.menu-signature::before, .menu-signature::after {
  content: '';
  position: absolute;
  top: 20px; bottom: 20px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}
.menu-signature::before { left: 20px; }
.menu-signature::after { right: 20px; }
.sig-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.menu-signature h3 {
  font-family: var(--font-geo);
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 12px;
}
.menu-signature p {
  color: rgba(245, 239, 228, 0.75);
  max-width: 560px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .menu-section { padding: 80px 0; }
  .menu-panel-head { grid-template-columns: 1fr; padding: 28px; gap: 24px; }
  .menu-panel-img { height: 220px; }
  .menu-list-columns { grid-template-columns: 1fr; gap: 40px; }
  .mpp-num { font-size: 70px; }
}
@media (max-width: 560px) {
  .menu-tab { padding: 10px 16px; }
  .menu-tab .tab-price { font-size: 16px; }
  .menu-tab .tab-label { font-size: 9px; letter-spacing: 0.16em; }
}

/* ================= STATS ================= */
.stats {
  position: relative;
  padding: 130px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #f5efe4;
}
.stats-overlay {
  position: absolute; inset: 0;
  background: rgba(26, 20, 16, 0.82);
}
.stats-inner { position: relative; z-index: 2; }
.stats-head { margin-bottom: 60px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(201, 169, 97, 0.3);
}
.stat-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.stat-box::before {
  content: '';
  position: absolute;
  top: -40px; left: 0;
  width: 30px; height: 1px;
  background: var(--gold);
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(56px, 6vw, 96px);
  line-height: 1;
  color: var(--gold);
  font-weight: 400;
}
.stat-plus {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  color: var(--gold);
  vertical-align: super;
  margin-left: -6px;
}
.stat-label {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 239, 228, 0.7);
  margin-top: 16px;
  max-width: 180px;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .stats { padding: 80px 0; background-attachment: scroll; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
}

/* ================= GALLERY ================= */
.gallery {
  padding: 130px 0 130px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.gallery-kinetic {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  display: flex;
  gap: 60px;
  z-index: 0;
  white-space: nowrap;
  animation: marqueeSlide 60s linear infinite;
  pointer-events: none;
}
.gallery-kinetic span {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 300px;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1px rgba(26, 20, 16, 0.08);
  font-weight: 400;
}

.gallery .container { position: relative; z-index: 2; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.g-item {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s var(--ease);
  cursor: pointer;
}
.g-item::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(26, 20, 16, 0);
  transition: background 0.4s;
}
.g-item::before {
  content: '+';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #f5efe4;
  font-size: 32px;
  font-family: var(--font-display);
  z-index: 2;
  transition: transform 0.5s var(--ease);
}
.g-item:hover { transform: scale(0.97); }
.g-item:hover::after { background: rgba(26, 20, 16, 0.4); }
.g-item:hover::before { transform: translate(-50%, -50%) scale(1); }
.g-1 { grid-column: span 2; grid-row: span 2; }
.g-4 { grid-column: span 2; }
.g-5 { grid-row: span 2; }
.g-7 { grid-column: span 2; }

@media (max-width: 900px) {
  .gallery { padding: 80px 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .g-1 { grid-column: span 2; grid-row: span 1; }
  .g-4, .g-5, .g-7 { grid-column: auto; grid-row: auto; }
  .gallery-kinetic span { font-size: 180px; }
}

/* ================= TESTIMONIALS ================= */
.testimonials {
  padding: 130px 0;
  background: var(--paper);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.t-card {
  padding: 44px 34px;
  background: var(--cream);
  position: relative;
  transition: all 0.5s var(--ease);
  border: 1px solid transparent;
}
.t-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 20px 40px rgba(26, 20, 16, 0.08);
}
.t-card-mid { background: var(--espresso); color: #f5efe4; }
.t-card-mid p { color: rgba(245, 239, 228, 0.85); }
.t-card-mid .t-name { color: var(--gold); }
.t-card-mid .t-role { color: rgba(245, 239, 228, 0.55); }
.t-quote-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 100px;
  line-height: 0.5;
  color: var(--gold);
  margin-bottom: 16px;
  opacity: 0.7;
}
.t-card p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-70);
  margin-bottom: 30px;
  font-family: var(--font-body);
  font-weight: 300;
}
.t-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.t-card-mid .t-author { border-color: rgba(201, 169, 97, 0.3); }
.t-name {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--ink);
}
.t-role {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-50);
}

@media (max-width: 900px) {
  .testimonials { padding: 80px 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ================= STEPS ================= */
.steps {
  padding: 130px 0;
  background: var(--cream);
}
.steps-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.steps-image {
  aspect-ratio: 3/4.2;
  background-size: cover;
  background-position: center;
  position: relative;
}
.steps-image::after {
  content: '01 · 02 · 03';
  position: absolute;
  bottom: -30px; right: -30px;
  background: var(--gold);
  color: var(--espresso);
  padding: 18px 26px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.3em;
}
.step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.step:last-child { border-bottom: 0; }
.step-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 64px;
  color: var(--gold-2);
  line-height: 1;
  font-weight: 400;
}
.step-body h3 {
  font-family: var(--font-geo);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
.step-body p {
  color: var(--ink-70);
  font-size: 14.5px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .steps { padding: 80px 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 60px; }
  .steps-image::after { bottom: -20px; right: 20px; font-size: 14px; padding: 12px 18px; }
}

/* ================= DRINKS ================= */
.drinks {
  padding: 130px 0;
  background: var(--paper);
}
.drinks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
}
.drink-col h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  color: var(--gold-2);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.dessert-col { grid-column: span 3; }
.dessert-col h3 { text-align: center; }
.dessert-col { text-align: center; }
.dessert-col .drink-item { justify-content: center; font-family: var(--font-geo); font-size: 22px; padding: 10px 0; border-bottom: 0; }
.drink-item {
  display: flex;
  align-items: baseline;
  padding: 12px 0;
  gap: 12px;
  font-family: var(--font-geo);
  font-size: 16px;
  border-bottom: 1px dashed var(--line);
}
.drink-item .dots {
  flex: 1;
  border-bottom: 1px dotted var(--line);
  transform: translateY(-4px);
}
.drink-item .price {
  color: var(--gold-2);
  font-weight: 500;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
}
@media (max-width: 900px) {
  .drinks { padding: 80px 0; }
  .drinks-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .dessert-col { grid-column: span 2; }
}
@media (max-width: 560px) {
  .drinks-grid { grid-template-columns: 1fr; }
  .dessert-col { grid-column: span 1; }
}

/* ================= FAQ ================= */
.faq {
  padding: 130px 0;
  background: var(--cream);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 100px;
  align-items: start;
}
.faq-side { position: sticky; top: 120px; }
.faq-side p { color: var(--ink-70); max-width: 380px; margin-top: 20px; }
.faq-branch { width: 140px; margin-top: 40px; opacity: 0.8; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-geo);
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.4s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold-2); }
.faq-icon {
  width: 30px; height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  position: relative;
  flex: none;
  transition: all 0.5s var(--ease);
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  background: var(--ink);
  transition: all 0.4s var(--ease);
}
.faq-icon::before { width: 12px; height: 1px; transform: translate(-50%, -50%); }
.faq-icon::after { width: 1px; height: 12px; transform: translate(-50%, -50%); }
.faq-item[open] .faq-icon { background: var(--gold); border-color: var(--gold); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item p {
  padding: 16px 50px 8px 0;
  color: var(--ink-70);
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 640px;
}
@media (max-width: 900px) {
  .faq { padding: 80px 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-side { position: static; }
}

/* ================= CTA BANNER ================= */
.cta-banner {
  position: relative;
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #f5efe4;
  text-align: center;
  overflow: hidden;
}
.cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26, 20, 16, 0.6), rgba(26, 20, 16, 0.85));
}
.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
}
.cta-inner .eyebrow { justify-content: center; }
.cta-inner p { margin: 20px 0 40px; color: rgba(245, 239, 228, 0.8); font-size: 16px; }
.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .cta-banner { padding: 90px 0; background-attachment: scroll; }
}

/* ================= FOOTER ================= */
.site-footer {
  background: var(--espresso);
  color: rgba(245, 239, 228, 0.75);
  padding: 90px 0 30px;
  border-top: 1px solid rgba(201, 169, 97, 0.15);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line-light);
}
.site-footer, .site-footer .brand, .site-footer .brand-name, .site-footer p, .site-footer a { color: rgba(245, 239, 228, 0.85); }
.site-footer .brand-tag, .site-footer .footer-col h5 { color: #c9a961; }
.site-footer .brand { margin-bottom: 20px; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 320px; }
.footer-col h5 {
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  padding: 6px 0;
  font-size: 13.5px;
  transition: color 0.3s, transform 0.3s;
}
.footer-col a:hover { color: var(--gold); transform: translateX(4px); }
.footer-hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  font-size: 13px;
  margin-bottom: 24px;
}
.footer-hours span:nth-child(even) { color: #f5efe4; text-align: right; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
  width: 38px; height: 38px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.4s var(--ease);
}
.footer-socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
  transform: translateY(-4px);
}
.footer-bottom {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(245, 239, 228, 0.5);
}
.footer-crest em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ================= MENU PROMO (homepage) ================= */
.menu-promo { padding: 130px 0; }
.menu-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.menu-promo-text p.menu-promo-desc {
  color: var(--ink-70);
  font-size: 16px;
  line-height: 1.75;
  margin: 20px 0 40px;
  max-width: 480px;
}
.menu-promo-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 480px;
}
.mp-tile {
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.mp-tile::after {
  content: '→';
  position: absolute;
  top: 20px; right: 20px;
  opacity: 0;
  color: var(--gold);
  transition: all 0.4s var(--ease);
  transform: translateX(-6px);
}
.mp-tile:hover { border-color: var(--gold); transform: translateY(-3px); }
.mp-tile:hover::after { opacity: 1; transform: translateX(0); }
.mp-tile.featured { background: var(--espresso); color: #f5efe4; border-color: var(--gold); }
.mp-tile.featured .mp-label { color: rgba(245, 239, 228, 0.7); }
.mp-price {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  color: var(--gold-2);
  line-height: 1;
}
.mp-tile.featured .mp-price { color: var(--gold); }
.mp-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-70);
  font-weight: 500;
}
.menu-promo-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 620px;
  position: relative;
}
.mp-img {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.6s var(--ease);
}
.mp-img:hover { transform: scale(0.97); }
.mp-img-1 { grid-row: 1 / 3; }
.mp-img-2 { transform: translateY(0); }
.mp-img-4 { transform: translateY(-30px); }
.mp-img-3 { transform: translateY(-30px); }
@media (max-width: 900px) {
  .menu-promo { padding: 80px 0; }
  .menu-promo-grid { grid-template-columns: 1fr; gap: 50px; }
  .menu-promo-images { height: 420px; }
  .mp-img-4, .mp-img-3 { transform: none; }
}

/* ================= FLOATING MENU BUTTON ================= */
.floating-menu-btn {
  position: fixed;
  bottom: 40px; right: 40px;
  z-index: 90;
  color: var(--espresso);
  background: var(--gold);
  border-radius: 999px;
  padding: 2px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(201, 169, 97, 0.15);
  transition: all 0.5s var(--ease);
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  pointer-events: none;
}
.floating-menu-btn.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.floating-menu-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.35), 0 0 0 12px rgba(201, 169, 97, 0.2);
}
.fmb-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px dashed rgba(26, 20, 16, 0.4);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .floating-menu-btn { bottom: 20px; right: 20px; }
  .fmb-inner span:last-child { display: none; }
  .fmb-inner { padding: 14px; }
}

/* ================= PAGE TRANSITION OVERLAY ================= */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  display: flex;
  visibility: hidden;
}
.page-transition.leaving, .page-transition.entering { visibility: visible; }
.pt-panel {
  flex: 1;
  background: var(--espresso);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.page-transition.leaving .pt-panel { transform: scaleY(1); }
.page-transition.leaving .pt-panel:nth-child(1) { transition-delay: 0s; }
.page-transition.leaving .pt-panel:nth-child(2) { transition-delay: 0.06s; }
.page-transition.leaving .pt-panel:nth-child(3) { transition-delay: 0.12s; }
.page-transition.leaving .pt-panel:nth-child(4) { transition-delay: 0.18s; }
.page-transition.leaving .pt-panel:nth-child(5) { transition-delay: 0.24s; }

.page-transition.entering .pt-panel {
  transform: scaleY(1);
  transform-origin: top;
  animation: pt-out 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.page-transition.entering .pt-panel:nth-child(1) { animation-delay: 0s; }
.page-transition.entering .pt-panel:nth-child(2) { animation-delay: 0.06s; }
.page-transition.entering .pt-panel:nth-child(3) { animation-delay: 0.12s; }
.page-transition.entering .pt-panel:nth-child(4) { animation-delay: 0.18s; }
.page-transition.entering .pt-panel:nth-child(5) { animation-delay: 0.24s; }
@keyframes pt-out {
  from { transform: scaleY(1); transform-origin: top; }
  to { transform: scaleY(0); transform-origin: top; }
}
.pt-label {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(60px, 10vw, 140px);
  color: var(--gold);
  opacity: 0;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  z-index: 9999;
  pointer-events: none;
}
.page-transition.leaving .pt-label { opacity: 1; transition-delay: 0.3s; }

/* ================= SECTION DIVIDER (replaces marquee) ================= */
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  background: var(--cream);
  color: var(--gold-2);
}
.sd-mark { width: 60px; height: 1px; background: currentColor; opacity: 0.4; }
.sd-ornament { width: 60px; height: 20px; }

/* ================= KINETIC BAND CENTER ================= */
.kinetic-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.kinetic-title { text-align: center; color: #f5efe4; }
.kinetic-title h3 {
  font-family: var(--font-geo);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: 0.02em;
  margin-top: 12px;
  max-width: 600px;
}

/* Header always has dark background so text is always light — rules already above */

