/* =========================================================================
   Zeytin Dalı Kafe — Müşteri Menü Stilleri (Premium & Lüks)
   Akdeniz / Ege esintili, zarif, doğal ve premium karakterde.
   ========================================================================= */

/* -- Tasarım Sistemi ve Değişkenler ------------------------------------ */
:root {
  --olive-dark:   #2c361e;   /* Koyu zeytin yeşili başlıklar/detaylar */
  --olive:        #4e5d36;   /* Zeytin yeşili ana renk */
  --olive-light:  #6b7b46;   /* Açık zeytin yeşili */
  --olive-soft:   #e2e7d7;   /* Yumuşak yeşil vurgu */
  --cream:        #fdfbf7;   /* Kırık beyaz / açık bej */
  --cream-dark:   #f7f2e8;   /* Koyu krem sayfa tabanı */
  --gold:         #bca374;   /* Şampanya altın */
  --gold-soft:    #e3d1b1;   /* Yumuşak şampanya altın */
  --coffee:       #6a513b;   /* Sıcak kahve tonu */
  --text:         #33352f;   /* Gövde metni */
  --muted:        #797d73;   /* Soluk metin */
  --line-soft:    #ede7da;   /* Yumuşak çizgiler */
  --border-soft:  rgba(188, 163, 116, 0.22); /* İnce altın kenarlık */
  --card-bg:      #ffffff;   /* Kart arka planı */
  --soldout:      #b14b3c;   /* Tükendi rengi */

  --radius-lg:    20px;
  --radius-sm:    12px;
  --shadow-soft:  0 8px 30px rgba(44, 54, 30, 0.04), 0 2px 8px rgba(44, 54, 30, 0.02);
  --shadow-hover: 0 16px 40px rgba(44, 54, 30, 0.10), 0 4px 12px rgba(44, 54, 30, 0.04);
  --maxw:         640px;

  --font-head: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* -- Dinamik Zaman Temaları (Zamanın Ruhu) ----------------------------- */
body.theme-morning {
  --cream-dark:   #fdfaf3;
  --cream:        #ffffff;
  --olive-soft:   #eef0e3;
  --line-soft:    #f3edd8;
  --card-bg:      #ffffff;
  --text:         #38352e;
  --muted:        #848177;
  --coffee:       #7a5e42;
  --gold:         #c2a673;
}

body.theme-afternoon {
  /* Öğlen teması :root ile benzer, ufak aydınlık dokunuşlar */
  --olive-dark:   #27331b;
  --gold:         #c6a974;
}

body.theme-evening {
  --olive-dark:   #ece7da;
  --olive:        #9bab86;
  --olive-light:  #b6c4a3;
  --olive-soft:   #2a331c;
  --cream:        #1d2414;
  --cream-dark:   #151a0e;
  --gold:         #d4b986;
  --gold-soft:    #aa9366;
  --coffee:       #e3d1b1;
  --text:         #dcd6ca;
  --muted:        #9c9e93;
  --line-soft:    #2f3821;
  --border-soft:  rgba(212, 185, 134, 0.15);
  --card-bg:      #1d2414;
}
body.theme-evening .splash {
  background: radial-gradient(circle at 50% 45%, var(--cream), var(--cream-dark) 80%);
}
body.theme-evening .hero {
  background: linear-gradient(180deg, rgba(29,36,20,0.85), var(--cream-dark) 96%);
}
body.theme-evening .hero__title {
  background: linear-gradient(135deg, var(--gold) 30%, var(--gold-soft) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.theme-evening .stickybar {
  background: rgba(21, 26, 14, 0.85);
}
body.theme-evening .search__input {
  background: rgba(42, 51, 28, 0.9);
  color: var(--text);
}
body.theme-evening .search__input:focus {
  background: #1d2414;
}
body.theme-evening .cat {
  background: rgba(42, 51, 28, 0.7);
  color: var(--olive-dark);
}
body.theme-evening .cat.is-active {
  background: linear-gradient(135deg, #e3d1b1, #bca374);
  color: #151a0e;
}
body.theme-evening .product {
  background: #e6d5c3; /* Ten rengi */
  border: 1px solid #dcbfa6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
body.theme-evening .product:hover {
  background: #f0e2d4; /* Biraz daha açık ten rengi */
  border-color: #cba886;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}
body.theme-evening .product__name {
  color: #2a331c; /* Koyu zeytin yeşili */
}
body.theme-evening .product__desc {
  color: #5c5346; /* Koyu vizon */
}
body.theme-evening .product__price {
  background: rgba(42, 51, 28, 0.08); /* Hafif koyu zemin */
  border-color: rgba(42, 51, 28, 0.15);
  color: #2a331c; /* Koyu zeytin yeşili */
}
body.theme-evening .product__img--ph {
  background: #e6d5c3;
  color: #7a5e42;
}
body.theme-evening .product__img--ph svg {
  color: #7a5e42;
}
body.theme-evening .hero__logo-ring,
body.theme-evening .splash__ring {
  background: #ffffff;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.15);
}
body.theme-evening .footer__logo {
  background: #ffffff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.1);
}
body.theme-evening .splash__sub,
body.theme-evening .hero__desc,
body.theme-evening .footer__row,
body.theme-evening .footer__copy {
  color: #e6d5c3 !important;
}
body.theme-evening .hero__info-item {
  color: #e6d5c3;
  border-color: rgba(230, 213, 195, 0.3);
}
body.theme-evening .badge-card {
  background: var(--card-bg);
  color: var(--text);
}
body.theme-evening .footer {
  background: linear-gradient(180deg, #10140a 0%, #080a05 100%);
}
body.theme-evening .footer__row {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(212, 185, 134, 0.2);
}
body.theme-evening .feedback-modal__content {
  background: var(--cream);
}
body.theme-evening .lang-switch,
body.theme-evening .feedback-trigger {
  background: rgba(29, 36, 20, 0.82);
  color: var(--olive-dark);
  border-color: var(--border-soft);
}

/* -- Reset -------------------------------------------------------------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream-dark);
  line-height: 1.6;
  overflow-x: hidden;
  /* Lüks Akdeniz esintisi: Yumuşak degrade ışık lekeleri */
  background-image:
    radial-gradient(circle at 8% 8%, rgba(78, 93, 54, 0.035), transparent 45%),
    radial-gradient(circle at 92% 15%, rgba(188, 163, 116, 0.045), transparent 45%),
    radial-gradient(circle at 50% 85%, rgba(78, 93, 54, 0.025), transparent 50%);
}
img { display: block; max-width: 100%; }

/* =========================================================================
   KARŞILAMA / SPLASH EKRANI
   ========================================================================= */
.splash {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 45%, var(--cream), var(--cream-dark) 80%);
  transition: opacity .55s ease, visibility .55s ease;
}
.splash.is-hidden { opacity: 0; visibility: hidden; }

/* Yumuşak dekoratif yaprak gölgeleri */
.splash__leaf {
  position: absolute;
  border-radius: 0 80% 0 80%;
  opacity: .06;
  filter: blur(2px);
}
.splash__leaf--1 { width: 220px; height: 220px; top: -60px; left: -60px; background: var(--olive); transform: rotate(25deg); }
.splash__leaf--2 { width: 180px; height: 180px; bottom: -60px; right: -60px; background: var(--gold); transform: rotate(-35deg); }

.splash__inner { position: relative; padding: 24px; animation: splashRise .7s ease both; }

/* Premium döner şampanya-altın halka */
.splash__ring {
  width: 130px; height: 130px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream);
  box-shadow: 0 12px 35px rgba(44, 54, 30, 0.08), inset 0 0 0 1px var(--line-soft);
  position: relative;
  animation: logoPulse 2.4s ease-in-out infinite;
}
.splash__ring::before {
  content: "";
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--gold);
  border-right-color: var(--gold-soft);
  animation: spin 2s linear infinite;
}
.splash__logo { width: 96px; height: 96px; object-fit: contain; }

.splash__welcome {
  font-family: var(--font-head);
  font-style: italic;
  color: var(--coffee);
  font-size: 1.25rem;
  letter-spacing: .5px;
  font-weight: 500;
}
.splash__name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--olive-dark);
  line-height: 1.2;
  margin-top: 4px;
  background: linear-gradient(135deg, var(--olive-dark) 40%, var(--coffee));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.splash__sub { color: var(--muted); font-size: .9rem; margin-top: 8px; font-weight: 400; }

.splash__dots { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.splash__dots span {
  width: 8px; height: 8px; border-radius: 50%; background: var(--olive);
  opacity: .3; animation: dotPulse 1.2s ease-in-out infinite;
}
.splash__dots span:nth-child(2) { animation-delay: .2s; }
.splash__dots span:nth-child(3) { animation-delay: .4s; }

@keyframes splashRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes logoPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.03); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes dotPulse { 0%,100% { opacity: .2; transform: translateY(0); } 50% { opacity: .8; transform: translateY(-4px); } }

/* =========================================================================
   HERO ALANI
   ========================================================================= */
.hero {
  position: relative;
  text-align: center;
  padding: 64px 20px 40px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(253,251,247,0.85), var(--cream-dark) 96%);
  perspective: 1200px;
  transform-style: preserve-3d;
}
.hero::after {
  content: "";
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 100px; height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* Hafif dekoratif zeytin dalı motifi */
.hero__deco {
  position: absolute;
  width: 250px; height: 250px;
  top: -40px; right: -50px;
  color: var(--olive);
  opacity: .05;
  pointer-events: none;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.hero--cover { background-size: cover; background-position: center; }
.hero--cover .hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(44,54,30,0.45), rgba(44,54,30,0.82));
}
.hero--cover .hero__deco { display: none; }
.hero--cover .hero__title { background: none; -webkit-text-fill-color: initial; color: #fff; }
.hero--cover .hero__desc { color: #f4edd9; }
.hero--cover .hero__info-item { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); color: #fff; }
.hero--cover .badge-card { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.15); color: #f5eedf; }
.hero--cover .badge-card svg { color: var(--gold-soft); }

.hero__content {
  position: relative; max-width: var(--maxw); margin: 0 auto; z-index: 1;
  transform-style: preserve-3d;
}

.hero__logo-ring {
  width: 124px; height: 124px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream);
  box-shadow: 0 10px 30px rgba(44,54,30,0.06), inset 0 0 0 1px var(--line-soft);
  position: relative;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}
.hero__logo-ring::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 1px solid rgba(188,163,116,0.35);
}
.hero__logo { width: 96px; height: 96px; object-fit: contain; }

.hero__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(2.4rem, 8.5vw, 3.2rem);
  letter-spacing: -0.5px;
  color: var(--olive-dark);
  line-height: 1.1;
  background: linear-gradient(135deg, var(--olive-dark) 30%, var(--coffee) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.hero__desc {
  margin-top: 8px;
  color: var(--coffee);
  font-style: italic;
  font-family: var(--font-head);
  font-size: 1.35rem;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.hero__info {
  margin-top: 18px;
  display: inline-flex; flex-wrap: wrap;
  gap: 10px; align-items: center; justify-content: center;
  font-size: .88rem; color: var(--muted);
  font-weight: 400;
}
.hero__info-item {
  background: rgba(255,255,255,0.6);
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
}
.hero__info-dot { color: var(--gold); font-size: 1.2rem; line-height: 1; }

/* Rozetler */
.badges {
  margin-top: 24px;
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
}
.badge-card {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  font-size: .82rem; font-weight: 500; color: var(--olive-dark);
  white-space: nowrap;
}
.badge-card svg { width: 16px; height: 16px; color: var(--gold); flex: 0 0 auto; }

/* =========================================================================
   HAVA DURUMU AKILLI ÖNERİ
   ========================================================================= */
.weather-recommendation {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin: -24px auto 30px auto;
  position: relative;
  z-index: 40;
  transition: all 0.4s cubic-bezier(0.2, 0, 0.2, 1);
}
.weather-recommendation[hidden] {
  display: none !important;
}
.weather-recommendation__inner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(188, 163, 116, 0.35);
  box-shadow: 0 10px 40px rgba(44, 54, 30, 0.1), 0 0 0 6px rgba(255, 255, 255, 0.3);
  animation: floatRecommendation 5s ease-in-out infinite;
}
.weather-recommendation p {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--olive-dark);
}
.weather-recommendation p::before {
  content: '✨';
  font-style: normal;
  font-size: 1.1rem;
}
.weather-recommendation p::after {
  content: '✨';
  font-style: normal;
  font-size: 1.1rem;
}
body.theme-evening .weather-recommendation__inner {
  background: linear-gradient(135deg, rgba(44, 54, 30, 0.95), rgba(28, 36, 18, 0.95));
  border-color: rgba(188, 163, 116, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 0 0 6px rgba(44, 54, 30, 0.3);
}
body.theme-evening .weather-recommendation p {
  color: var(--gold-soft);
}
@keyframes floatRecommendation {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* =========================================================================
   STICKY BAR: ARAMA & KATEGORİLER
   ========================================================================= */
.stickybar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 251, 247, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line-soft);
  padding: 14px 0 4px;
  box-shadow: 0 4px 20px rgba(44, 54, 30, 0.02);
}

.search {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 16px;
}
.search__icon {
  position: absolute;
  left: 32px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; color: var(--gold);
  pointer-events: none;
}
.search__input {
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 14px 16px 14px 48px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  outline: none;
  box-shadow: var(--shadow-soft);
  transition: all .25s ease;
}
.search__input::placeholder { color: #a4a79f; font-weight: 400; }
.search__input:focus {
  border-color: var(--gold);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(188, 163, 116, 0.15), var(--shadow-soft);
}

/* Yatay kaydırılabilir kategori şeridi */
.cats {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 14px 16px 10px;
  max-width: var(--maxw);
  margin: 0 auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.cats::-webkit-scrollbar { display: none; }

.cat {
  flex: 0 0 auto;
  scroll-snap-align: start;
  font-family: var(--font-body);
  font-size: .88rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.7);
  color: var(--olive-dark);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(44, 54, 30, 0.02);
  transition: all .25s ease;
}
.cat:active { transform: scale(.96); }
.cat.is-active {
  background: linear-gradient(135deg, var(--olive-dark), var(--olive));
  border-color: var(--olive-dark);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(44, 54, 30, 0.18);
}

/* =========================================================================
   MENÜ & KATEGORİ LİSTELERİ
   ========================================================================= */
.menu {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 16px 60px;
}

.category {
  padding-top: 32px;
  scroll-margin-top: 144px; /* Sticky bar payı */
}

.category__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--olive-dark);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
/* Zarif altın halkalı zeytin noktası */
.category__title::before {
  content: "";
  width: 10px; height: 10px; flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(188, 163, 116, 0.2);
}
.category__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--line-soft), transparent);
}

/* Ürün Kartı */
.product {
  display: flex;
  gap: 16px;
  align-items: stretch;
  background: var(--card-bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-soft);
  transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
/* Sol kenarda ince altın/yeşil çizgi geçişi */
.product::after {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), var(--olive));
  opacity: 0; transition: opacity .25s ease;
}

@media (hover: hover) {
  .product:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(188, 163, 116, 0.35);
  }
  .product:hover::after { opacity: 1; }
  .product:hover .product__img { transform: scale(1.04); }
}
.product:active { transform: scale(.99); }

.product--soldout { opacity: 0.65; }
.product--soldout .product__img { filter: grayscale(.25); }

.product__img {
  flex: 0 0 96px;
  width: 96px; height: 96px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--cream-dark);
  box-shadow: 0 4px 12px rgba(44, 54, 30, 0.04);
  transition: transform .25s ease;
}
/* Görseli olmayan ürünler için */
.product__img--ph {
  display: flex; align-items: center; justify-content: center;
  color: var(--olive-light);
  background: linear-gradient(135deg, var(--cream), var(--cream-dark));
  border: 1px dashed var(--gold-soft);
}
.product__img--ph svg { width: 40px; height: 40px; opacity: .55; }

.product__body { flex: 1; min-width: 0; display: flex; flex-direction: column; }

.product__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
}
.product__name {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--olive-dark);
  line-height: 1.25;
}
.product__price {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--coffee);
  white-space: nowrap;
  background: rgba(188, 163, 116, 0.12);
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(188, 163, 116, 0.18);
  box-shadow: 0 2px 6px rgba(188, 163, 116, 0.05);
}
.product__desc {
  margin-top: 6px;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product__tags { margin-top: auto; padding-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 4px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);
}
.tag--popular {
  background: linear-gradient(135deg, rgba(188, 163, 116, 0.18), rgba(227, 209, 177, 0.12));
  color: var(--coffee);
  border: 1px solid rgba(188, 163, 116, 0.35);
}
.tag--soldout {
  background: rgba(177, 75, 60, 0.08);
  color: var(--soldout);
  border: 1px solid rgba(177, 75, 60, 0.22);
}

/* Boş Arama Sonucu */
.empty {
  max-width: var(--maxw);
  margin: 24px auto 60px;
  padding: 0 16px;
  text-align: center;
  color: var(--muted);
  font-style: italic;
  font-family: var(--font-head);
  font-size: 1.35rem;
}

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer {
  position: relative;
  background: linear-gradient(180deg, var(--olive-dark) 0%, #1c2313 100%);
  color: #ece7da;
  text-align: center;
  padding: 56px 24px 36px;
  margin-top: 24px;
}
.footer::before {
  content: "";
  position: absolute; left: 0; top: 0; right: 0; height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.footer__sprig { display: block; color: var(--gold-soft); margin: 0 auto 20px; }
.footer__sprig svg { width: 72px; height: 28px; opacity: 0.9; }

.footer__logo {
  width: 90px; height: 90px; object-fit: contain;
  margin: 0 auto 16px;
  background: var(--cream);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.35), 0 0 0 1px rgba(188, 163, 116, 0.35);
}
.footer__name {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.85rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer__rows { display: flex; flex-direction: column; gap: 9px; align-items: center; }
.footer__row {
  font-size: 0.92rem;
  color: #ccc6b6;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
  background: rgba(255,255,255,0.03);
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.06);
}
.footer__row:hover {
  color: #ffffff;
  border-color: rgba(188, 163, 116, 0.35);
  background: rgba(255,255,255,0.06);
}

.footer__social { display: flex; gap: 14px; justify-content: center; margin: 28px 0 20px; }
.social {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #ece7da;
  transition: all .25s ease;
}
.social:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #1c2313;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(188, 163, 116, 0.25);
}
.social svg { width: 20px; height: 20px; }

.footer__copy {
  font-size: .78rem;
  color: #888c80;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 20px;
  margin-top: 12px;
}

/* =========================================================================
   SCROLL REVEAL (Giriş animasyonları)
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .splash { transition: none; }
}

/* =========================================================================
   RESPONSIVE UYUMLULUK
   ========================================================================= */
@media (max-width: 390px) {
  /* Yatay kaymayı kesin önleyen dar ekran düzenlemeleri */
  .hero__title { font-size: 2.1rem; }
  .hero__desc { font-size: 1.15rem; }
  .product { padding: 12px; gap: 12px; }
  .product__img { flex-basis: 80px; width: 80px; height: 80px; }
  .product__name { font-size: 1.15rem; }
  .product__price { font-size: 0.85rem; padding: 2px 10px; }
  .cats { padding-left: 12px; padding-right: 12px; }
  .cat { padding: 8px 16px; font-size: 0.82rem; }
}

@media (min-width: 720px) {
  .hero { padding-top: 80px; }
  .product__img { flex-basis: 110px; width: 110px; height: 110px; }
}

/* =========================================================================
   DİL SEÇİCİ BUTONU (Flaşör Cam Efekti)
   ========================================================================= */
.lang-switch {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  background: rgba(253, 251, 247, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--olive-dark);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-soft);
  transition: all 0.25s ease;
}
.lang-switch:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #ffffff;
  transform: scale(1.06);
  box-shadow: 0 4px 12px rgba(188, 163, 116, 0.22);
}
.lang-switch:active { transform: scale(0.94); }

/* =========================================================================
   GOOGLE DEĞERLENDİRME KARTI (Footer Üstü Premium Kart)
   ========================================================================= */
.review-card {
  max-width: var(--maxw);
  margin: 28px auto 16px;
  padding: 26px 20px;
  background: linear-gradient(135deg, var(--cream), var(--cream-dark));
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.review-card::before {
  content: "🫒";
  position: absolute;
  font-size: 7rem;
  opacity: 0.035;
  right: -5px;
  bottom: -20px;
  pointer-events: none;
}
.review-card__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--olive-dark);
  margin-bottom: 6px;
}
.review-card__desc {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 1.5;
  padding: 0 10px;
}
.review-card__btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 24px;
  background: linear-gradient(135deg, var(--gold), #a28753);
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  box-shadow: 0 4px 15px rgba(188, 163, 116, 0.2);
  transition: all 0.25s ease;
}
.review-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(188, 163, 116, 0.3);
}
.review-card__btn svg { width: 16px; height: 16px; fill: currentColor; }

/* =========================================================================
   ALERJEN & DİYET ETİKETLERİ (Vegan, Glutensiz, Acılı)
   ========================================================================= */
.allergen-badges {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.allergen-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--cream-dark);
  border: 1px solid var(--line-soft);
}
.allergen-badge--vegan {
  color: var(--olive-dark);
  background: rgba(78, 93, 54, 0.06);
  border-color: rgba(78, 93, 54, 0.14);
}
.allergen-badge--glutenfree {
  color: var(--coffee);
  background: rgba(188, 163, 116, 0.06);
  border-color: rgba(188, 163, 116, 0.14);
}
.allergen-badge--spicy {
  color: var(--soldout);
  background: rgba(177, 75, 60, 0.05);
  border-color: rgba(177, 75, 60, 0.14);
}

/* =========================================================================
   GERİ BİLDİRİM (ŞİKAYET & ÖNERİ) BİLEŞENLERİ
   ========================================================================= */
.feedback-trigger {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: rgba(253, 251, 247, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--olive-dark);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(44, 54, 30, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feedback-trigger:hover {
  background: var(--olive-dark);
  border-color: var(--olive-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(44, 54, 30, 0.16);
}
.feedback-trigger:active {
  transform: translateY(0) scale(0.96);
}
.feedback-trigger svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 480px) {
  .feedback-trigger span { display: none; }
  .feedback-trigger { padding: 12px; }
}

.feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.feedback-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.feedback-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(44, 54, 30, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.feedback-modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  background: var(--cream);
  border: 1px solid var(--border-soft);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(44, 54, 30, 0.18);
  overflow: hidden;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.feedback-modal.is-active .feedback-modal__content {
  transform: scale(1) translateY(0);
}

@media (max-width: 480px) {
  .feedback-modal {
    align-items: flex-end;
    padding: 12px;
  }
  .feedback-modal__content {
    border-radius: 28px;
    transform: translateY(100%) scale(1);
    max-height: 85vh;
    overflow-y: auto;
  }
  .feedback-modal.is-active .feedback-modal__content {
    transform: translateY(0) scale(1);
  }
}
.feedback-modal__header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, var(--cream), var(--cream-dark));
}
.feedback-modal__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--olive-dark);
}
.feedback-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.feedback-modal__close:hover {
  background: var(--line-soft);
  color: var(--olive-dark);
}
.feedback-modal__close svg {
  width: 18px;
  height: 18px;
}
.feedback-modal__body {
  padding: 24px;
}
.feedback-modal__group {
  margin-bottom: 18px;
}
.feedback-modal__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--olive-dark);
  margin-bottom: 6px;
}
.fb-type-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.fb-type-btn {
  flex: 1;
  min-width: 90px;
  cursor: pointer;
}
.fb-type-btn input {
  display: none;
}
.fb-type-btn__text {
  display: block;
  text-align: center;
  padding: 12px 6px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: var(--cream-dark);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.25s ease;
  user-select: none;
}
.fb-type-btn:hover .fb-type-btn__text {
  background: rgba(194, 166, 115, 0.05);
}
.fb-type-btn input:checked + .fb-type-btn__text {
  background: rgba(194, 166, 115, 0.15);
  border-color: var(--gold);
  color: var(--olive-dark);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(194, 166, 115, 0.2);
}
.feedback-modal__textarea,
.feedback-modal__input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: var(--cream-dark);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  outline: none;
  transition: all 0.25s ease;
}
.feedback-modal__textarea:focus,
.feedback-modal__input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(188, 163, 116, 0.15);
}
.feedback-modal__textarea {
  resize: vertical;
  min-height: 100px;
}
.feedback-modal__captcha-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feedback-modal__captcha-question {
  background: var(--cream-dark);
  border: 1px solid var(--line-soft);
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--olive-dark);
  font-size: 1.05rem;
  letter-spacing: 1px;
  user-select: none;
  white-space: nowrap;
}
.feedback-modal__captcha-input {
  flex: 1;
}
.feedback-modal__footer {
  padding: 16px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid var(--line-soft);
  background: var(--cream-dark);
}
.feedback-modal__btn {
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.feedback-modal__btn--cancel {
  background: none;
  border: 1px solid var(--line-soft);
  color: var(--muted);
}
.feedback-modal__btn--cancel:hover {
  background: rgba(0, 0, 0, 0.03);
  color: var(--text);
}
.feedback-modal__btn--submit {
  background: linear-gradient(135deg, var(--gold), #a28753);
  border: none;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(188, 163, 116, 0.2);
}
.feedback-modal__btn--submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(188, 163, 116, 0.3);
}
.feedback-modal__btn--submit:active {
  transform: translateY(0);
}
.feedback-modal__btn:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.fb-toast {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 1010;
  background: #2c361e;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.fb-toast.is-active {
  transform: translateY(0);
  opacity: 1;
}
.fb-toast--error {
  background: var(--soldout);
}

/* =========================================================================
   PREMIUM İYİLEŞTİRMELER (Performans + "Wow" dokunuşları)
   ========================================================================= */

/* -- 1) Üstte ince okuma/ilerleme çubuğu (altın degrade) ----------------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  z-index: 300;
  background: linear-gradient(90deg, var(--gold), var(--olive-light), var(--gold-soft));
  box-shadow: 0 0 8px rgba(188, 163, 116, 0.4);
  transition: width .12s ease-out;
  pointer-events: none;
}

/* -- 2) Görsel yüklenirken zarif "shimmer" iskelet ----------------------- */
/* Görsel yüklenene kadar arka planda hafif parıltı akar; yüklenince kapanır. */
.product__img:not(.product__img--ph) {
  background-image: linear-gradient(
    100deg,
    var(--cream-dark) 30%,
    var(--olive-soft) 50%,
    var(--cream-dark) 70%
  );
  background-size: 200% 100%;
  animation: imgShimmer 1.4s ease-in-out infinite;
}
.product__img.is-loaded {
  background-image: none;
  animation: none;
}
@keyframes imgShimmer {
  0%   { background-position: 150% 0; }
  100% { background-position: -50% 0; }
}

/* -- 3) Ürün kartında ışık süzülmesi (yalnızca masaüstü hover) ------------ */
@media (hover: hover) {
  .product::before {
    content: "";
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(
      100deg,
      transparent,
      rgba(255, 255, 255, 0.35),
      transparent
    );
    transform: skewX(-20deg);
    pointer-events: none;
    opacity: 0;
    z-index: 2;
  }
  .product:hover::before {
    animation: cardSheen .85s ease;
  }
}
@keyframes cardSheen {
  0%   { left: -75%; opacity: 0; }
  20%  { opacity: 1; }
  100% { left: 130%; opacity: 0; }
}
body.theme-evening .product::before {
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.18), transparent);
}

/* -- 4) "Yukarı çık" yüzen butonu (sol alt) ------------------------------ */
.to-top {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 99;
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  background: rgba(253, 251, 247, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--olive-dark);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.9);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease,
              background .25s ease, border-color .25s ease, color .25s ease;
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.to-top:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 6px 16px rgba(188, 163, 116, 0.28);
}
.to-top:active { transform: scale(0.92); }
.to-top svg { width: 22px; height: 22px; }
body.theme-evening .to-top {
  background: rgba(29, 36, 20, 0.82);
  color: var(--olive-dark);
  border-color: var(--border-soft);
}

/* -- 5) Erişilebilirlik: klavye odak halkası ----------------------------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.cat:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 6px;
}

/* -- 6) Fiyat etiketine ince premium parlama ----------------------------- */
.product__price {
  background: linear-gradient(135deg, rgba(188, 163, 116, 0.16), rgba(227, 209, 177, 0.10));
}

/* -- 7) Hareket azaltma tercihi: ek animasyonları da kapat --------------- */
@media (prefers-reduced-motion: reduce) {
  .product__img:not(.product__img--ph) { animation: none; background-image: none; }
  .scroll-progress { transition: none; }
  .weather { animation: none; }
}

/* -- 8) Bursa hava durumu rozeti ----------------------------------------- */
.weather {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px auto 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: var(--olive-dark);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: weatherIn .5s ease both;
}
.weather[hidden] { display: none; }
.weather__icon { font-size: 1.15rem; line-height: 1; }
.weather__temp { font-weight: 700; }
.weather__sep { color: var(--gold); font-weight: 700; }
.weather__city { font-weight: 600; }
.weather__desc { color: var(--muted); }
@keyframes weatherIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Kapak görseli varsa metinler beyaz olduğu için rozeti de uyumlu yap */
.hero--cover .weather {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.hero--cover .weather__desc { color: #f4edd9; }

/* Gece teması uyumu */
body.theme-evening .weather {
  background: rgba(42, 51, 28, 0.55);
  border-color: var(--border-soft);
  color: #e6d5c3;
}
body.theme-evening .weather__desc { color: #c9c2b4; }

