﻿/* ============================================================
   Mercan — Restaurant Frontend Theme
   Bootstrap 5.3 + CSS Custom Properties
   MÂIDE color palette — Multi-scheme ready
   ============================================================ */

/* --------------------------------------------------------
   COLOR SCHEME 1 (Default) — Warm Copper / Dark
   MÂIDE Restaurant tonları
   -------------------------------------------------------- */
:root {
  --primary:              #d89456;
  --primary-hover:        #f0b173;
  --primary-light:        rgba(216, 148, 86, 0.12);
  --primary-border:       rgba(216, 148, 86, 0.25);
  --secondary:            #c0392b;
  --accent:               #f0b173;

  --bg-darkest:           #0a0604;
  --bg-dark:              #120c0a;
  --bg-card:              rgba(24, 16, 13, 0.80);
  --bg-card-hover:        rgba(30, 20, 16, 0.90);
  --bg-input:             rgba(24, 16, 13, 0.60);
  --bg-overlay:           rgba(8, 6, 5, 0.70);
  --panel:                rgba(24, 16, 13, 0.66);
  --panel-soft:           rgba(255, 255, 255, 0.04);

  --text-primary:         #f8efe5;
  --text-secondary:       #d1c0b0;
  --text-muted:           #9a8a7a;
  --text-inverse:         #1a0e06;
  --text-accent:          #ffcd9e;

  --border-default:       rgba(255, 255, 255, 0.10);
  --border-light:         rgba(255, 255, 255, 0.15);
  --border-gold:          rgba(216, 148, 86, 0.24);

  --font-heading:         'Playfair Display', 'Cormorant Garamond', serif;
  --font-body:            'Inter', 'Segoe UI', sans-serif;
  --font-accent:          'Cormorant Garamond', serif;

  --radius-sm:            6px;
  --radius-md:            12px;
  --radius-lg:            20px;
  --radius-xl:            28px;

  --shadow-sm:            0 2px 10px rgba(0, 0, 0, 0.25);
  --shadow-md:            0 12px 40px rgba(0, 0, 0, 0.35);
  --shadow-lg:            0 24px 60px rgba(0, 0, 0, 0.34);
  --shadow-gold:          0 6px 24px rgba(216, 148, 86, 0.18);

  --transition-base:      0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth:    0.5s cubic-bezier(0.65, 0, 0.35, 1);

  --backdrop-blur:        14px;
}

/* --------------------------------------------------------
   COLOR SCHEME 2 — Swap :root above to activate
   Cooler / more burgundy toned
   --------------------------------------------------------
:root {
  --primary:              #c9a96e;
  --primary-hover:        #d4b87a;
  --primary-light:        rgba(201, 169, 110, 0.12);
  --primary-border:       rgba(201, 169, 110, 0.22);
  --secondary:            #8b3a3a;
  --accent:               #d4b87a;

  --bg-darkest:           #080606;
  --bg-dark:              #0f0c0b;
  --bg-card:              rgba(20, 15, 13, 0.80);
  --bg-card-hover:        rgba(26, 19, 16, 0.90);
  --bg-input:             rgba(20, 15, 13, 0.60);
  --bg-overlay:           rgba(6, 4, 3, 0.72);
  --panel:                rgba(20, 15, 13, 0.66);
  --panel-soft:           rgba(255, 255, 255, 0.03);

  --text-primary:         #f6ede3;
  --text-secondary:       #cfbfad;
  --text-muted:           #988878;
  --text-inverse:         #180e08;
  --text-accent:          #ffd8a8;

  --border-default:       rgba(255, 255, 255, 0.08);
  --border-light:         rgba(255, 255, 255, 0.13);
  --border-gold:          rgba(201, 169, 110, 0.20);

  --font-heading:         'Playfair Display', serif;
  --font-body:            'Inter', sans-serif;
  --font-accent:          'Cormorant Garamond', serif;

  --radius-sm:            6px;
  --radius-md:            12px;
  --radius-lg:            20px;
  --radius-xl:            28px;

  --shadow-sm:            0 2px 10px rgba(0, 0, 0, 0.25);
  --shadow-md:            0 12px 40px rgba(0, 0, 0, 0.35);
  --shadow-lg:            0 24px 60px rgba(0, 0, 0, 0.34);
  --shadow-gold:          0 6px 24px rgba(201, 169, 110, 0.16);

  --transition-base:      0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth:    0.5s cubic-bezier(0.65, 0, 0.35, 1);

  --backdrop-blur:        14px;
}
*/

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: linear-gradient(180deg, rgba(8, 6, 5, 0.18), rgba(8, 6, 5, 0.74)),
              radial-gradient(circle at top, rgba(216, 148, 86, 0.14), transparent 34%),
              var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.preloader-is-active {
  overflow: hidden;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at top, rgba(216, 148, 86, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(7, 4, 3, 0.98), rgba(14, 8, 6, 0.98));
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-preloader__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(240, 177, 115, 0.08), transparent 42%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.015) 0 2px, transparent 2px 18px);
  opacity: 0.8;
}

.site-preloader__content {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  text-align: center;
}

.site-preloader__steam {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  height: 72px;
  margin-bottom: -0.5rem;
}

.site-preloader__steam span {
  width: 14px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 223, 190, 0.92));
  filter: blur(1px);
  opacity: 0;
  animation: preloaderSteam 2.6s ease-in-out infinite;
  transform-origin: center bottom;
}

.site-preloader__steam span:nth-child(2) {
  animation-delay: 0.3s;
}

.site-preloader__steam span:nth-child(3) {
  animation-delay: 0.6s;
}

.site-preloader__plate {
  position: relative;
  width: 158px;
  height: 158px;
  margin: 0 auto 1.75rem;
}

.site-preloader__plate-ring,
.site-preloader__plate-core,
.site-preloader__plate-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.site-preloader__plate-ring {
  border: 2px solid rgba(216, 148, 86, 0.34);
  box-shadow: 0 0 0 12px rgba(216, 148, 86, 0.08);
  animation: preloaderPulse 2.2s ease-in-out infinite;
}

.site-preloader__plate-core {
  inset: 18px;
  border: 1px solid rgba(255, 235, 214, 0.24);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 224, 190, 0.3), transparent 24%),
    linear-gradient(180deg, rgba(39, 24, 18, 0.95), rgba(18, 11, 8, 0.98));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-preloader__plate-glow {
  inset: 40px;
  background: radial-gradient(circle, rgba(240, 177, 115, 0.82), rgba(216, 148, 86, 0.08) 62%, rgba(216, 148, 86, 0) 72%);
  animation: preloaderGlow 1.8s ease-in-out infinite alternate;
}

.site-preloader__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  padding: 0.45rem 1rem;
  border: 1px solid var(--border-gold);
  border-radius: 999px;
  background: rgba(216, 148, 86, 0.1);
  color: var(--primary-hover);
  font-family: var(--font-accent);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-preloader__title {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
}

.site-preloader__text {
  max-width: 300px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 0.98rem;
}

@keyframes preloaderSteam {
  0% {
    opacity: 0;
    transform: translateY(18px) scaleX(0.8);
  }
  30% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateY(-14px) scaleX(1.2);
  }
}

@keyframes preloaderPulse {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes preloaderGlow {
  0% {
    transform: scale(0.92);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}

::selection {
  background: var(--primary);
  color: var(--text-inverse);
}

/* --------------------------------------------------------
   TYPOGRAPHY
   -------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-primary);
}

h1 { font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }

p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color var(--transition-base);
}
a:hover { color: var(--primary-hover); }

/* Section tag — italic eyebrow */
.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--border-gold);
  background: var(--primary-light);
  color: var(--primary-hover);
  font-family: var(--font-accent);
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.section-title {
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.section-subtitle {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

/* Chip / badge */
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(28, 28, 28, 0.38);
  color: #f2deca;
  font-size: 0.9rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* --------------------------------------------------------
   GLASS PANEL (MÂIDE style)
   -------------------------------------------------------- */
.glass-panel {
  border: 1px solid var(--border-default);
  background: var(--panel);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  box-shadow: var(--shadow-lg);
}

/* --------------------------------------------------------
   NAVBAR
   -------------------------------------------------------- */
.navbar {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  width: min(1180px, calc(100% - 24px));
  padding: 14px 20px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-default);
  background: var(--panel);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-smooth);
}
.navbar.scrolled {
  top: 0;
  width: 100%;
  border-radius: 0;
  background: rgba(18, 12, 10, 0.94);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--border-default);
}

.navbar-brand {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: #f4dfca !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-brand span {
  color: var(--primary);
}

.navbar .nav-link {
  color: var(--text-secondary) !important;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.4rem 0.9rem !important;
  transition: color var(--transition-base);
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--primary-hover) !important;
}

.btn-nav {
  /*background: linear-gradient(135deg, var(--primary), var(--primary-hover));*/
  color: var(--text-inverse) !important;
  padding: 0.55rem 1.4rem !important;
  border-radius: 16px;
  font-weight: 700;
  font-size: 0.82rem !important;
  letter-spacing: 0.5px;
  transition: all var(--transition-base);
  border: 1px solid;
  text-transform: none !important;
}
.btn-nav:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}

.language-switcher {
  position: relative;
}

.language-switcher__list {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.language-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.45rem;
  border: 1px solid var(--border-default);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  text-decoration: none;
  transition: transform var(--transition-base), border-color var(--transition-base), background-color var(--transition-base);
}

.language-switcher__link:hover,
.language-switcher__link:focus {
  transform: translateY(-1px);
  border-color: var(--primary-hover);
  background: var(--primary-light);
  color: var(--text-primary);
}

.language-switcher__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

/* Mobile toggle */
.navbar-toggler {
  border: none;
  padding: 0;
  width: 30px;
  height: 22px;
  position: relative;
  background: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text-primary);
  margin: 5px 0;
  transition: all var(--transition-base);
  border-radius: 2px;
}

/* Mobile nav panel */
@media (max-width: 991px) {
  .navbar-collapse {
    background: var(--panel);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    padding: 1rem;
    margin-top: 0.75rem;
  }

  .language-switcher {
    width: 100%;
  }

  .language-switcher__list {
    width: 100%;
    justify-content: flex-end;
  }

  .language-switcher__link {
    min-width: 48px;
  }
}

/* --------------------------------------------------------
   DROPDOWN MENU — Dark glass theme
   -------------------------------------------------------- */
.dropdown-menu {
  background: var(--panel);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 0.5rem 0;
  box-shadow: var(--shadow-lg);
  min-width: 200px;
  margin-top: 0.6rem;
}

.dropdown-item {
  color: var(--text-secondary);
  font-size: 0.85rem;
  padding: 0.55rem 1.25rem;
  transition: all var(--transition-base);
  font-weight: 400;
  white-space: nowrap;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background: var(--primary-light);
  color: var(--primary-hover);
}
.dropdown-item:focus {
  background: var(--primary-light);
}

.dropdown-divider {
  border-color: var(--border-default);
  margin: 0.3rem 0;
}

/* Dropdown toggle arrow */
.navbar .dropdown-toggle::after {
  border-top-color: var(--text-muted);
  vertical-align: middle;
  margin-left: 4px;
}
.navbar .dropdown-toggle:hover::after {
  border-top-color: var(--primary-hover);
}

/* --------------------------------------------------------
   NESTED SUBMENU (2. kademe)
   -------------------------------------------------------- */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: -0.4rem;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-radius: var(--radius-lg);
}

/* Submenu toggle arrow — rotate to point right */
.dropdown-submenu > .dropdown-toggle::after {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-top-color: var(--text-muted);
}

.dropdown-submenu:hover > .dropdown-toggle::after {
  border-top-color: var(--primary-hover);
}

/* Hover açılır — desktop */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobil — submenu içe çekilir */
@media (max-width: 991px) {
  .dropdown-menu {
    background: rgba(30, 20, 15, 0.75);
    border: 1px solid var(--border-default);
    margin: 0;
    box-shadow: none;
    padding: 0.3rem 0;
  }

  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 1rem;
  }

  .dropdown-submenu > .dropdown-toggle::after {
    transform: translateY(-50%) rotate(0);
  }

  .dropdown-item {
    white-space: normal;
    padding: 0.5rem 1.5rem;
  }
}

/* --------------------------------------------------------
   BUTTONS
   -------------------------------------------------------- */
.btn {
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  padding: 0.7rem 1.8rem;
  border: none;
}

.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  color: var(--text-inverse);
  border-radius: 16px;
  font-weight: 700;
}
.btn-primary-custom:hover {
  background: var(--primary-hover);
  color: var(--text-inverse);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.btn-outline-custom {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
  border-radius: 16px;
}
.btn-outline-custom:hover {
  background: var(--text-primary);
  color: var(--text-inverse);
  border-color: var(--text-primary);
}

.btn-outline-gold {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--border-gold);
  border-radius: 16px;
}
.btn-outline-gold:hover {
  background: var(--primary);
  color: var(--text-inverse);
}

/* --------------------------------------------------------
   HERO SLIDER (Bootstrap Carousel — fullscreen)
   -------------------------------------------------------- */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background: var(--bg-darkest);
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  height: 100%;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  animation: heroZoom 7s ease forwards;
}

@keyframes heroZoom {
  from { transform: scale(1.12); }
  to   { transform: scale(1); }
}

/* Pause zoom on non-active slides */
.carousel-item:not(.active) .hero-slide-bg {
  animation: none;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(11, 8, 6, 0.2), rgba(11, 8, 6, 0.5)),
    rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.5rem;
}

.hero-slide-tag {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--border-gold);
  background: var(--primary-light);
  color: var(--primary-hover);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.hero-slide-title {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
  color: var(--text-primary);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}
.hero-slide-title span {
  color: var(--primary-hover);
  display: inline;
}

.hero-slide-buttons {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}

/* Active slide animates in */
.carousel-item.active .hero-slide-tag,
.carousel-item.active .hero-slide-title,
.carousel-item.active .hero-slide-buttons {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Arrows ---- */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  z-index: 3;
  width: auto;
  opacity: 1;
}
.hero-slider .carousel-control-prev {
  left: 1.5rem;
}
.hero-slider .carousel-control-next {
  right: 1.5rem;
}

.hero-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.4rem;
  transition: all var(--transition-base);
}
.hero-slider-arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--text-inverse);
}

/* ---- Dots ---- */
.hero-slider .carousel-indicators {
  z-index: 3;
  margin-bottom: 2rem;
  gap: 8px;
}
.hero-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  opacity: 1;
  transition: all var(--transition-base);
  margin: 0;
}
.hero-slider .carousel-indicators .active {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.3);
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
  .hero-slider {
    min-height: 600px;
  }
  .hero-slider .carousel-control-prev {
    left: 0.5rem;
  }
  .hero-slider .carousel-control-next {
    right: 0.5rem;
  }
  .hero-slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .hero-slide-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* --------------------------------------------------------
   PARALLAX CTA
   -------------------------------------------------------- */
.parallax-cta {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  isolation: isolate;
}

.parallax-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1544025162-d76694265947?w=1920&q=80');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -2;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 4, 0.78);
  z-index: -1;
}

.parallax-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.parallax-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.parallax-sub {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--primary-hover);
  margin-bottom: 2rem;
}

/* Fix for mobile — fixed bg doesn't work well on iOS */
@media (max-width: 768px) {
  .parallax-cta {
    padding: 4.5rem 0;
  }
  .parallax-bg {
    background-attachment: scroll;
  }
}

/* --------------------------------------------------------
   HERO
   -------------------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 7rem 1.5rem 5rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(11, 8, 6, 0.80), rgba(11, 8, 6, 0.44)),
    var(--hero-image, url('../image/hero-bg.jpg')) center/cover no-repeat;
  opacity: 0.92;
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 780px;
}

.hero-tag {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--border-gold);
  background: var(--primary-light);
  color: var(--primary-hover);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
  color: var(--text-primary);
}
.hero-title span {
  color: var(--primary-hover);
  display: inline;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--text-accent);
  max-width: 500px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.hero-buttons {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.hero-scroll .mouse {
  width: 20px;
  height: 32px;
  border: 2px solid var(--border-light);
  border-radius: 10px;
  position: relative;
}
.hero-scroll .mouse::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 7px;
  background: var(--primary);
  border-radius: 2px;
  animation: scrollWheel 2s ease infinite;
}

@keyframes scrollWheel {
  0%, 100% { top: 5px; opacity: 1; }
  50% { top: 13px; opacity: 0.3; }
}

/* Hero meta cards */
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .hero-meta {
    grid-template-columns: 1fr;
  }
}

.hero-meta-card {
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-align: center;
}
.hero-meta-card small {
  display: block;
  margin-bottom: 6px;
  color: var(--primary-hover);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-meta-card strong,
.hero-meta-card a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* --------------------------------------------------------
   SECTION SPACING
   -------------------------------------------------------- */
.section {
  padding: 5rem 0;
  position: relative;
}
.section-dark {
  background: var(--bg-darkest);
}
@media (max-width: 768px) {
  .section {
    padding: 3.5rem 0;
  }
}

/* --------------------------------------------------------
   AWARDS BAR (Redesigned — glass cards)
   -------------------------------------------------------- */
.awards-bar {
  background: var(--bg-darkest);
  border-top: 1px solid var(--border-default);
  border-bottom: 1px solid var(--border-default);
  padding: 3rem 0;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .awards-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.award-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
}
.award-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.award-badge {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border-radius: 50%;
  color: var(--primary-hover);
  font-size: 1.4rem;
}
.award-badge .award-star {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.award-badge .award-fallback {
  display: none;
}

.award-info {
  min-width: 0;
}
.award-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.15rem;
  line-height: 1.3;
}
.award-detail {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.4;
}

/* --------------------------------------------------------
   COUNTER SECTION
   -------------------------------------------------------- */
.counter-section {
  padding: 4rem 0;
  background: var(--bg-dark);
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .counter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
}

.counter-item {
  position: relative;
}

.counter-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  color: var(--primary-hover);
  font-size: 1.3rem;
}

.counter-number {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
  display: inline;
}

.counter-suffix {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--primary-hover);
  display: inline;
  margin-left: 2px;
}

.counter-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 0.5rem;
}

/* --------------------------------------------------------
   ABOUT
   -------------------------------------------------------- */
.about-image-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-default);
}
.about-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-xl);
  transition: transform 0.7s ease;
}
.about-image-wrap:hover img {
  transform: scale(1.04);
}

.about-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  color: var(--text-inverse);
  padding: 1.1rem 1.4rem;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.about-badge .number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.about-badge .label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.85;
}

/* --------------------------------------------------------
   MENU CARDS
   -------------------------------------------------------- */
.menu-card {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  overflow: hidden;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
  height: 100%;
}
.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-gold);
}
.menu-card-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}
.menu-card-body {
  padding: 1.4rem;
}
.menu-card-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}
.menu-card-price {
  color: var(--primary-hover);
  font-weight: 700;
  font-size: 1.15rem;
}
.menu-card-desc {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* --------------------------------------------------------
   IMAGE SLIDER PANEL (MÂIDE style)
   -------------------------------------------------------- */
.slider-panel {
  border-radius: var(--radius-xl);
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--border-default);
  background: var(--panel);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  box-shadow: var(--shadow-lg);
}

.slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.slider-head strong {
  font-size: 1rem;
  font-weight: 700;
}
.slider-head span {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.slider {
  overflow: hidden;
  padding-bottom: 4px;
}

.slider-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: slider-loop 26s linear infinite;
}

.slide {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #221814;
  flex: 0 0 calc((100vw - 114px) / 4);
  max-width: 280px;
}

.slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.78) 100%);
}

.caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
}

.caption strong,
.caption span {
  display: block;
}

.caption strong {
  font-size: 0.96rem;
}

.caption span {
  margin-top: 4px;
  color: rgba(255, 244, 235, 0.84);
  font-size: 0.82rem;
  line-height: 1.38;
}

@keyframes slider-loop {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 7px)); }
}

.slider:hover .slider-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .slider-track {
    animation: none;
  }
}

@media (max-width: 900px) {
  .slide {
    flex-basis: min(42vw, 260px);
  }
}

@media (max-width: 640px) {
  .slider-panel {
    padding: 12px;
    border-radius: 18px;
  }
  .slider-track {
    animation-duration: 20s;
  }
  .slide {
    flex-basis: 78vw;
  }
  .slide img {
    height: 188px;
  }
}

/* --------------------------------------------------------
   CTA BANNER
   -------------------------------------------------------- */
.cta-banner {
  position: relative;
  padding: 5rem 0;
  background: var(--bg-darkest);
  overflow: hidden;
  isolation: isolate;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(216, 148, 86, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 50%, rgba(240, 177, 115, 0.04) 0%, transparent 55%);
  z-index: -1;
}
.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 0.75rem;
}
.cta-content p {
  max-width: 500px;
  margin: 0 auto 1.75rem;
  font-size: 1rem;
}

/* --------------------------------------------------------
   TESTIMONIALS
   -------------------------------------------------------- */
.testimonial-card {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  height: 100%;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
}
.testimonial-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-md);
}
.testimonial-stars {
  color: var(--primary-hover);
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  letter-spacing: 2px;
}
.testimonial-text {
  color: var(--text-secondary);
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.testimonial-author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.testimonial-author .name {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.88rem;
}
.testimonial-author .role {
  color: var(--text-muted);
  font-size: 0.75rem;
}

/* --------------------------------------------------------
   RESERVATION FORM
   -------------------------------------------------------- */
.reservation-form {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 2.2rem;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  box-shadow: var(--shadow-md);
}
.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  background: var(--bg-input);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  padding: 0.7rem 0.9rem;
  font-size: 0.88rem;
  transition: border-color var(--transition-base);
}
.reservation-form input:focus,
.reservation-form select:focus,
.reservation-form textarea:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px var(--primary-light);
}
.reservation-form input::placeholder,
.reservation-form textarea::placeholder {
  color: var(--text-muted);
}

/* Contact info */
.contact-info-item {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}
.contact-info-item .ci-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.contact-info-item .ci-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
  margin-bottom: 0.15rem;
}
.contact-info-item .ci-value {
  color: var(--text-primary);
  font-weight: 500;
  font-size: 0.92rem;
}

/* --------------------------------------------------------
   GALLERY
   -------------------------------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 10px;
}
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
}
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 6px;
  }
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
}
.gallery-item:nth-child(1) { grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 2; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}
.gallery-item:hover::after {
  opacity: 1;
}

/* --------------------------------------------------------
   HIGHLIGHTS CAROUSEL
   -------------------------------------------------------- */
.highlights-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

/* ---- Viewport (masks non-visible slides) ---- */
.highlights-viewport {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  padding: 15px 0;
}

/* ---- Track (slides container — translated by JS) ---- */
.highlights-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* ---- Column ---- */
.highlight-col {
  flex: 0 0 calc((100% - 3.75rem) / 4);
  min-width: 0;
}

/* ---- Card ---- */
.highlight-card {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  height: 100%;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
}
.highlight-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.highlight-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  color: var(--primary-hover);
  font-size: 1.3rem;
  margin-bottom: 1.15rem;
}

.highlight-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

.highlight-text {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 0;
  flex: 1;
}

/* ---- Arrows ---- */
.highlights-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.highlights-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-default);
  background: var(--panel);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--text-primary);
  font-size: 1.1rem;
  transition: all var(--transition-base);
}

.highlights-arrow:hover .highlights-arrow-icon {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--text-inverse);
}

.highlights-arrow--prev {
  margin-right: 12px;
}

.highlights-arrow--next {
  margin-left: 12px;
}

/* ---- Dots ---- */
.highlights-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
}

.highlights-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--border-gold);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all var(--transition-base);
  box-sizing: border-box;
}

.highlights-dot.active {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.3);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .highlights-track {
    gap: 1rem;
  }

  .highlight-col {
    flex: 0 0 calc((100% - 1rem) / 2);
  }

  .highlights-arrow-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .highlights-arrow--prev {
    margin-right: 8px;
  }

  .highlights-arrow--next {
    margin-left: 8px;
  }
}

@media (max-width: 640px) {
  .highlights-track {
    gap: 0.75rem;
  }

  .highlight-col {
    flex: 0 0 100%;
  }

  .highlight-card {
    padding: 1.5rem;
  }

  .highlights-arrow-icon {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .highlights-arrow--prev {
    margin-right: 6px;
  }

  .highlights-arrow--next {
    margin-left: 6px;
  }
}

/* --------------------------------------------------------
   FOOTER
   -------------------------------------------------------- */
.footer {
  background: var(--bg-darkest);
  border-top: 1px solid var(--border-default);
  padding: 4rem 0 1.5rem;
}
.footer-brand {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: #f4dfca;
  margin-bottom: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-brand span {
  color: var(--primary);
}
.footer-desc {
  color: var(--text-muted);
  font-size: 0.85rem;
  max-width: 280px;
}

.footer h5 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.1rem;
  color: var(--text-primary);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: color var(--transition-base);
}
.footer-links a:hover {
  color: var(--primary-hover);
}

.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-hours li {
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 0.45rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--border-default);
}
.footer-hours li span:last-child {
  color: var(--text-secondary);
}

.footer-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.1rem;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 0.8rem;
  transition: all var(--transition-base);
}
.footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--text-inverse);
}

.footer-bottom {
  border-top: 1px solid var(--border-default);
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  text-align: center;
}
.footer-bottom p {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
}

/* --------------------------------------------------------
   SCROLL ANIMATIONS
   -------------------------------------------------------- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Mercan — Menu Page Styles
   ============================================================ */

/* --------------------------------------------------------
   PAGE HERO
   -------------------------------------------------------- */
.page-hero {
  position: relative;
  width: 100%;
  height: 55vh;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 30px;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 4, 0.80);
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
}

.page-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.page-hero-desc {
  color: var(--text-accent);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}

/* --------------------------------------------------------
   PAGE HERO VARIATION 2 — Breadcrumb (shorter + nav trail)
   -------------------------------------------------------- */
.page-hero-sm {
  height: 35vh;
  min-height: 280px;
}

.page-hero-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.page-hero-breadcrumb a {
  color: var(--text-accent);
  text-decoration: none;
  transition: color var(--transition-base);
  position: relative;
}
.page-hero-breadcrumb a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--primary-hover);
  transition: width var(--transition-base);
}
.page-hero-breadcrumb a:hover {
  color: var(--primary-hover);
}
.page-hero-breadcrumb a:hover::after {
  width: 100%;
}
.page-hero-breadcrumb .sep {
  color: var(--text-muted);
  font-size: 0.7rem;
}
.page-hero-breadcrumb .current {
  color: var(--text-primary);
}

/* --------------------------------------------------------
   PAGE HERO VARIATION 3 — Elegant with Gold Divider
   -------------------------------------------------------- */
.page-hero-alt .page-hero-overlay {
  background: rgba(10, 6, 4, 0.85);
}

.page-hero-divider {
  width: 80px;
  height: 2px;
  background: var(--primary);
  margin: 1.25rem auto;
}

.page-hero-sub {
  color: var(--text-secondary);
  font-size: 1.15rem;
  font-style: italic;
  font-family: var(--font-accent);
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

/* --------------------------------------------------------
   MENU TABS
   -------------------------------------------------------- */
.menu-tabs {
  gap: 0.4rem;
  border-bottom: 1px solid var(--border-default);
  padding-bottom: 1.25rem;
}

.menu-tabs .nav-link {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  transition: all var(--transition-base);
}
.menu-tabs .nav-link:hover {
  color: var(--primary-hover);
  border-color: var(--border-gold);
}
.menu-tabs .nav-link.active {
  background: var(--primary-light);
  color: var(--primary-hover);
  border-color: var(--border-gold);
}

/* --------------------------------------------------------
   VARIATION 1 — Filter List with Thumbnails (Şefin Seçkisi)
   -------------------------------------------------------- */
.menu-filter-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-filter-item {
  display: flex;
  gap: 1.25rem;
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 1rem;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
}
.menu-filter-item:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}

.menu-filter-thumb {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.menu-filter-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.menu-filter-item:hover .menu-filter-thumb img {
  transform: scale(1.12);
}

.menu-filter-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-filter-info h5 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}
.menu-filter-info h5 em {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-hover);
  white-space: nowrap;
  margin-left: auto;
}
.menu-filter-info p {
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.menu-filter-badge {
  display: inline-block;
  background: var(--primary);
  color: var(--text-inverse);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 999px;
  vertical-align: middle;
}

/* --------------------------------------------------------
   TABBED SINGLE-COLUMN MENU WITH PAGINATION
   -------------------------------------------------------- */
.menu-showcase-pane {
  max-width: none;
  margin: 0;
}

.menu-showcase-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.menu-showcase-sidebar {
  position: sticky;
  top: calc(var(--header-height, 88px) + 1rem);
}

.menu-showcase-mobile-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-default);
  background: var(--panel);
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-showcase-mobile-toggle i {
  font-size: 0.9rem;
  transition: transform var(--transition-base);
}

.menu-showcase-mobile-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.menu-showcase-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  border-right: 1px solid var(--border-default);
  border-bottom: 0;
  padding-right: 1.25rem;
  padding-bottom: 0;
}

.menu-showcase-tabs .nav-item {
  width: 100%;
}

.menu-showcase-tabs .nav-link {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  border-radius: 18px;
  padding: 0.9rem 1rem;
  white-space: normal;
}

.menu-showcase-content {
  min-width: 0;
}

.menu-showcase-search {
  position: relative;
  max-width: 520px;
  margin: 0 0 2rem;
}
.menu-showcase-search i {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}
.menu-showcase-search input {
  width: 100%;
  height: 52px;
  border-radius: 999px;
  border: 1px solid var(--border-default);
  background: var(--panel);
  color: var(--text-primary);
  padding: 0 1.1rem 0 2.8rem;
  outline: none;
  transition: all var(--transition-base);
}
.menu-showcase-search input::placeholder {
  color: var(--text-muted);
}
.menu-showcase-search input:focus {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-sm);
}

.menu-showcase-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  align-items: start;
}

.menu-showcase-empty {
  display: none;
  padding: 1.4rem 1.6rem;
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  color: var(--text-muted);
  text-align: center;
}

.menu-showcase-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
}
.menu-showcase-item:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-sm);
}

.menu-showcase-thumb {
  width: 78px;
  height: 78px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
}

.menu-showcase-thumb-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.menu-showcase-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.menu-showcase-item:hover .menu-showcase-thumb img {
  transform: scale(1.08);
}

.menu-image-modal .modal-dialog {
  max-width: min(92vw, 1100px);
}

.menu-image-modal.is-open {
  display: block;
  background: rgba(0, 0, 0, 0.68);
}

body.menu-image-modal-open {
  overflow: hidden;
}

.menu-image-modal .modal-content {
  position: relative;
  background: rgba(12, 10, 8, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.menu-image-modal .modal-body {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(78vh, 820px);
}

.menu-image-modal .modal-body img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 16px;
}

.menu-image-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.menu-image-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.04);
}

.menu-showcase-info {
  min-width: 0;
}
.menu-showcase-info h5 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.menu-showcase-info p {
  color: var(--text-muted);
  font-size: 0.84rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.menu-showcase-price {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--primary-hover);
  white-space: nowrap;
  margin-left: auto;
}

.menu-showcase-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.menu-showcase-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border-default);
  background: transparent;
  color: var(--text-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-base);
}
.menu-showcase-arrow:hover:not(:disabled) {
  color: var(--primary-hover);
  border-color: var(--border-gold);
  background: var(--primary-light);
}
.menu-showcase-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.menu-showcase-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.menu-showcase-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border-default);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all var(--transition-base);
}
.menu-showcase-dot.active,
.menu-showcase-dot:hover {
  background: var(--primary);
  transform: scale(1.25);
}

/* --------------------------------------------------------
   VARIATION 2 — Category List with Thumbnails
   -------------------------------------------------------- */
.menu-category {
  margin-bottom: 3.5rem;
}
.menu-category:last-child {
  margin-bottom: 0;
}

.menu-cat-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.menu-cat-header h3 {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  margin: 0;
}
.menu-cat-line {
  flex: 1;
  height: 1px;
  background: var(--border-default);
  position: relative;
}
.menu-cat-line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 1px;
  background: var(--primary);
}

.menu-list-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  background: var(--panel);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
  height: 100%;
}
.menu-list-item:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-sm);
}
.menu-list-item.featured {
  border-color: var(--border-gold);
  background: var(--primary-light);
}

.menu-list-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.menu-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.menu-list-item:hover .menu-list-thumb img {
  transform: scale(1.1);
}

.menu-list-info {
  flex: 1;
}
.menu-list-info h5 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}

.menu-list-info h5 em {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-hover);
  white-space: nowrap;
  margin-left: auto;
}

.menu-list-info p {
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Recommendation badge */
.menu-badge {
  display: inline-block;
  background: var(--primary);
  color: var(--text-inverse);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 999px;
  vertical-align: middle;
}

/* --------------------------------------------------------
   VARIATION 3 — Paginated Category View
   -------------------------------------------------------- */
.menu-page-category {
  margin-bottom: 3.5rem;
}
.menu-page-category:last-child {
  margin-bottom: 0;
}

.menu-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.menu-page-item {
  display: flex;
  gap: 1rem;
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 1rem;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
}
.menu-page-item:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-sm);
}

.menu-page-thumb {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.menu-page-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.menu-page-item:hover .menu-page-thumb img {
  transform: scale(1.1);
}

.menu-page-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-page-info h5 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.menu-page-info h5 em {
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-hover);
  white-space: nowrap;
  margin-left: auto;
}
.menu-page-info p {
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Pagination dots */
.menu-page-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.menu-page-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border-default);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all var(--transition-base);
}
.menu-page-dot.active,
.menu-page-dot:hover {
  background: var(--primary);
  transform: scale(1.3);
}

/* --------------------------------------------------------
   CTA HERO — Image-based call to action
   -------------------------------------------------------- */
.cta-hero {
  position: relative;
  width: 100%;
  height: 42vh;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.cta-hero .page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.cta-hero .page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 4, 0.78);
  z-index: 1;
}
.cta-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
}
.cta-hero-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.cta-hero-content p {
  color: var(--text-accent);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

/* --------------------------------------------------------
   TEXT CAROUSEL — Full-image auto-play slider with text
   -------------------------------------------------------- */
.text-carousel {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 480px;
  overflow: hidden;
}
.text-carousel .carousel-inner,
.text-carousel .carousel-item {
  height: 500px;
}

.text-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: textSlideZoom 7s ease-in-out infinite;
}
@keyframes textSlideZoom {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.text-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 4, 0.72);
  z-index: 1;
}

.text-slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
}
.text-slide-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  max-width: 550px;
}
.text-slide-content p {
  color: var(--text-accent);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 460px;
  margin-bottom: 1.75rem;
}
.text-slide-content .line {
  width: 60px;
  height: 2px;
  background: var(--primary);
  margin-bottom: 1.25rem;
}

.text-carousel .carousel-indicators {
  bottom: 2.5rem;
  z-index: 3;
  gap: 0.5rem;
}
.text-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  opacity: 1;
  transition: all var(--transition-base);
}
.text-carousel .carousel-indicators .active {
  background: var(--primary);
  transform: scale(1.3);
}

/* --------------------------------------------------------
   FAQ ACCORDION
   -------------------------------------------------------- */
.faq-accordion .accordion-item {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  margin-bottom: 0.6rem;
  overflow: hidden;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1.15rem 1.5rem;
  box-shadow: none;
  transition: all var(--transition-base);
}
.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d89456' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.faq-accordion .accordion-button:hover {
  color: var(--primary-hover);
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--primary-light);
  color: var(--primary-hover);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: var(--border-gold);
}

.faq-accordion .accordion-body {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
  padding: 1.15rem 1.5rem;
}

.faq-accordion .accordion-collapse {
  border-top: none;
}

/* --------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------- */
@media (max-width: 768px) {
  .page-hero {
    height: 45vh;
    min-height: 320px;
  }
  .page-hero-sm {
    height: 30vh;
    min-height: 240px;
  }
  .cta-hero {
    height: 35vh;
    min-height: 280px;
  }
  .text-carousel {
    height: 55vh;
    min-height: 380px;
  }
  .text-slide-content {
    padding: 0 5%;
  }
  .page-hero-divider {
    width: 60px;
    margin: 1rem auto;
  }
  .page-hero-sub {
    font-size: 1rem;
  }

  .menu-page-grid {
    grid-template-columns: 1fr;
  }

  .menu-filter-thumb {
    width: 72px;
    height: 72px;
  }

  .menu-showcase-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .menu-showcase-sidebar {
    position: static;
  }

  .menu-showcase-mobile-toggle {
    display: flex;
  }

  .menu-showcase-tabs {
    display: none;
    border-right: 0;
    border-bottom: 1px solid var(--border-default);
    padding-right: 0;
    padding-bottom: 0.9rem;
    margin-top: 0.85rem;
  }

  .menu-showcase-tabs.is-open {
    display: flex;
  }

  .menu-showcase-tabs .nav-link {
    padding: 0.8rem 0.95rem;
  }

  .menu-showcase-search {
    max-width: none;
  }

  .menu-showcase-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .menu-showcase-item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "thumb"
      "info"
      "price";
    gap: 0.8rem;
    align-items: start;
    padding: 0.85rem;
  }

  .menu-showcase-thumb {
    grid-area: thumb;
    width: 100%;
    height: 150px;
    border-radius: var(--radius-lg);
  }

  .menu-showcase-info {
    grid-area: info;
  }

  .menu-showcase-price {
    grid-area: price;
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .text-carousel {
    height: 50vh;
    min-height: 340px;
  }
  .text-slide-content {
    padding: 0 1.5rem;
    text-align: center;
  }
  .text-slide-content h2 {
    max-width: 100%;
  }
  .text-slide-content p {
    max-width: 100%;
  }
  .text-slide-content .line {
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero-breadcrumb {
    font-size: 0.75rem;
    gap: 0.4rem;
    margin-bottom: 1rem;
  }
  .page-hero-sub {
    font-size: 0.9rem;
  }

  .menu-filter-item {
    gap: 0.85rem;
    padding: 0.85rem;
  }
  .menu-filter-thumb {
    width: 60px;
    height: 60px;
  }
  .menu-filter-info h5 {
    font-size: 0.95rem;
    flex-wrap: wrap;
  }
  .menu-filter-info h5 em {
    margin-left: 0;
  }

  .menu-list-thumb {
    width: 56px;
    height: 56px;
  }
  .menu-list-info h5 em {
    margin-left: 0;
  }

  .menu-page-thumb {
    width: 60px;
    height: 60px;
  }
  .menu-page-info h5 {
    font-size: 0.92rem;
  }

  .menu-showcase-item {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    padding: 0.75rem;
  }

  .menu-showcase-search {
    margin: 0 0 1.35rem;
  }

  .menu-showcase-search input {
    height: 48px;
    font-size: 0.92rem;
  }

  .menu-showcase-thumb {
    grid-area: thumb;
    width: 100%;
    height: 138px;
    border-radius: var(--radius-lg);
  }

  .menu-showcase-info {
    grid-area: info;
  }

  .menu-showcase-info h5 {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .menu-showcase-info p {
    display: none;
  }

  .menu-showcase-price {
    grid-area: price;
    font-size: 0.92rem;
    line-height: 1.2;
  }
}

@media (max-width: 420px) {
  .menu-showcase-list {
    gap: 0.7rem;
  }

  .menu-showcase-thumb {
    height: 120px;
  }
}

/* ============================================================
   Mercan — Contact Page Styles
   ============================================================ */

/* --------------------------------------------------------
   PAGE HERO SHORT — for pages needing a shorter hero
   -------------------------------------------------------- */
.page-hero-short {
  height: 45vh;
  min-height: 340px;
}

/* --------------------------------------------------------
   KPI CARDS
   -------------------------------------------------------- */
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.kpi-card {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem;
  text-align: center;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
}
.kpi-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.kpi-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary-light);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.3rem;
  color: var(--primary-hover);
}

.kpi-card h5 {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem;
}
.kpi-card p {
  color: var(--text-primary);
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.6;
}
.kpi-card p.highlight {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-hover);
}

/* --------------------------------------------------------
   CONTACT ROW — Form + Map
   -------------------------------------------------------- */
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* ---- Form ---- */
.contact-form {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 2rem;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.contact-form h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.contact-form .form-label {
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.contact-form .form-control {
  background: var(--bg-dark);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
  transition: all var(--transition-base);
}
.contact-form .form-control::placeholder {
  color: var(--text-muted);
}
.contact-form .form-control:focus {
  background: var(--bg-dark);
  border-color: var(--border-gold);
  box-shadow: 0 0 0 3px rgba(216, 148, 86, 0.12);
  color: var(--text-primary);
}

.contact-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* ---- Map ---- */
.contact-map {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 100%;
  min-height: 460px;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /*filter: none;*/
  /*filter: grayscale(100%) invert(92%) hue-rotate(180deg);*/
  filter: grayscale(50%) hue-rotate(290deg);
}

/* --------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------- */
@media (max-width: 991px) {
  .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-row {
    grid-template-columns: 1fr;
  }
  .contact-map {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .page-hero-short {
    height: 32vh;
    min-height: 240px;
  }
}

@media (max-width: 576px) {
  .kpi-grid {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 1.25rem;
  }
}

/* ============================================================
   BLOG PAGE STYLES
   ============================================================ */

/* ---- Blog Grid ---- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* ---- Blog Card ---- */
.blog-card {
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  overflow: hidden;
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

/* Image */
.blog-card-img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.08);
}

/* Category Badge */
.blog-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--primary);
  color: var(--text-inverse);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-sm);
  z-index: 2;
}

/* Body */
.blog-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Date */
.blog-card-date {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.blog-card-date::before {
  content: '\F290';
  font-family: 'bootstrap-icons';
  font-size: 0.85rem;
  color: var(--primary);
}

/* Title */
.blog-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.7rem;
}
.blog-card-title a {
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-base);
}
.blog-card-title a:hover {
  color: var(--primary-hover);
}

/* Excerpt */
.blog-card-excerpt {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  flex: 1;
}

/* Read More */
.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--transition-base);
  margin-top: auto;
}
.blog-card-link i {
  font-size: 0.75rem;
  transition: transform var(--transition-base);
}
.blog-card-link:hover {
  color: var(--primary-hover);
  gap: 0.65rem;
}

/* ---- Blog Pagination ---- */
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 3.5rem;
}

.blog-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-default);
  background: var(--panel);
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--transition-base);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.blog-page-btn:hover {
  border-color: var(--border-gold);
  color: var(--primary-hover);
  background: var(--primary-light);
}
.blog-page-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--text-inverse);
  font-weight: 700;
}
.blog-page-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.blog-page-dots {
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 0 0.3rem;
  user-select: none;
}

/* ---- Blog Responsive ---- */
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .blog-card-body {
    padding: 1.25rem;
  }
  .blog-card-title {
    font-size: 1.05rem;
  }
  .blog-pagination {
    gap: 0.25rem;
    margin-top: 2.5rem;
  }
  .blog-page-btn {
    min-width: 36px;
    height: 36px;
    font-size: 0.82rem;
  }
}

/* ============================================================
   BLOG DETAIL PAGE STYLES
   ============================================================ */

/* ---- Article Layout ---- */
.article-layout {
  max-width: 820px;
  margin: 0 auto;
}

/* ---- Article Meta Bar ---- */
.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-default);
}

.article-meta-left,
.article-meta-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.article-meta-left .blog-card-badge {
  position: static;
}

.article-meta-left i,
.article-meta-right i {
  margin-right: 0.3rem;
  color: var(--primary);
}

/* ---- Article Featured Image ---- */
.article-featured {
  margin: 0 0 2.5rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 21 / 9;
}
.article-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Article Body Typography ---- */
.article-body {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
}

.article-lead {
  font-family: var(--font-accent);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--primary);
  font-style: italic;
}

.article-body h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.article-body h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.article-body p {
  margin-bottom: 1.2rem;
}

.article-body blockquote {
  margin: 2.5rem 0;
  padding: 2rem 2rem 2rem 2.5rem;
  background: var(--panel);
  border: 1px solid var(--border-gold);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.article-body blockquote p {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
.article-body blockquote cite {
  font-size: 0.85rem;
  font-style: normal;
  color: var(--primary);
  font-weight: 500;
}

/* Inline image */
.article-inline-img {
  margin: 2rem 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.article-inline-img img {
  width: 100%;
  display: block;
}
.article-inline-img figcaption {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
  padding: 0.75rem 1rem 0;
  font-style: italic;
}

/* ---- Article Tags ---- */
.article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-default);
}

.article-tags-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-right: 0.25rem;
}
.article-tags-label i {
  margin-right: 0.25rem;
}

.article-tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: var(--panel);
  border: 1px solid var(--border-default);
  border-radius: 20px;
  color: var(--text-secondary);
  font-size: 0.78rem;
  text-decoration: none;
  transition: all var(--transition-base);
}
.article-tag:hover {
  border-color: var(--border-gold);
  color: var(--primary-hover);
  background: var(--primary-light);
}

/* ---- Article Share ---- */
.article-share {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.article-share-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-right: 0.3rem;
  font-weight: 500;
}

.article-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--panel);
  border: 1px solid var(--border-default);
  color: var(--text-secondary);
  font-size: 1rem;
  text-decoration: none;
  transition: all var(--transition-base);
}
.article-share-btn:hover {
  border-color: var(--border-gold);
  color: var(--primary-hover);
  background: var(--primary-light);
}

/* ---- Article Responsive ---- */
@media (max-width: 768px) {
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .article-meta-left,
  .article-meta-right {
    gap: 1rem;
    font-size: 0.82rem;
  }
  .article-lead {
    font-size: 1.1rem;
  }
  .article-body {
    font-size: 0.95rem;
  }
  .article-body h2 {
    font-size: 1.3rem;
  }
  .article-body blockquote {
    padding: 1.5rem;
  }
  .article-body blockquote p {
    font-size: 1.05rem;
  }
}

@media (max-width: 576px) {
  .article-featured {
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-md);
  }
  .article-body {
    font-size: 0.9rem;
  }
  .article-lead {
    font-size: 1rem;
    padding-left: 1rem;
  }
  .article-share-btn {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}
