/* ============================================================================
   NeYemeli katmanlı CSS — 3/4: detail.css
   İçerik: detay sayfaları (mekan/yemek): detailbar, hero slayt, sekmeler, menü
   kitapları, yorumlar, lightbox, galeri, besin değerleri, SSS, yan menü (drawer),
   iletişim formu.
   KURAL: components'ten sonra, pages'ten önce yüklenir. / Layered CSS 3/4:
   detail pages, slideshow, tabs, comments, lightbox, drawer.
   ============================================================================ */
/* Detail pages / Detay sayfaları */
.detailbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: calc(12px + env(safe-area-inset-top, 0px)) 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.92);
}

.detailbar__titlewrap {
  min-width: 0;
}

.detailbar__title {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detailbar__subtitle {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iconbtn {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.iconbtn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

/* Header ikon butonları çerçevesiz/bordersız (search + profil + menü) /
   frameless header icon buttons */
.topbar .iconbtn--ghost {
  border: none;
  background: none;
}
/* Profil (user) ikonunu diğerleriyle uyumlu büyüt / enlarge profile icon to match others */
.topbar #btnProfile i {
  font-size: 21px;
}

.iconbtn--ghost:active {
  background: rgba(255, 255, 255, 0.06);
}

.detailbar .iconbtn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}

.iconbtn--link {
  cursor: pointer;
}

.card--detail {
  overflow: hidden;
}

.card--detail.rdetail {
  /* clip = yatayda kırp ama scroll-container yapma; böylece sticky tab'lar çalışır /
     clip crops horizontally without becoming a scroll container, so sticky tabs work */
  overflow-x: clip;
  overflow-y: visible;
}

.media {
  aspect-ratio: 16/9; /* detay kapağı da yüklenen oranla aynı / detail cover matches the upload ratio */
  background: #e2e8f0;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pad {
  padding: 16px;
}

.pad--tight {
  padding: 12px;
}

.h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.h2 {
  margin: 0;
  font-size: 20px; /* Başlıklar hiyerarşik olarak daha büyük */
  font-weight: 900;
}

.p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: rgba(15, 23, 42, 0.86);
}

.block {
  margin-top: 18px;
}

.bullets {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: rgba(15, 23, 42, 0.86);
}

.bullets li:before {
  content: '';
  margin-top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand);
  flex: 0 0 auto;
}

.steps {
  margin: 10px 0 0;
  padding-left: 0;
  display: grid;
  gap: 12px;
}

.steps li {
  font-size: 15px; /* İçerik fontu (15px) */
  line-height: 1.5;
  color: var(--text);
}

.video {
  margin-top: 10px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f1f5f9;
  aspect-ratio: 16/9;
}

.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.bottomaction {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  padding: 10px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.bottomaction .btn {
  max-width: var(--app-shell-max);
  width: 100%;
}

.btn {
  width: 100%;
  height: 48px;
  border-radius: 18px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
}

.btn--primary {
  background: linear-gradient(135deg, var(--brand2), var(--brand));
  color: #fff;
  box-shadow: var(--shadow);
}

/* Restaurant detail blocks */
.hero-slideshow {
  position: relative;
  aspect-ratio: 16/9; /* mekan/yemek detay slaydı / venue and food detail hero */
  background: #0f172a;
  margin-bottom: 0;
  touch-action: pan-y;
}

.hero-slideshow__slides {
  position: absolute;
  inset: 0;
}

.hero-slideshow__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.hero-slideshow__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Parmakla sürüklerken: slayt anında parmağı takip etsin (geçiş animasyonu gecikme yaratmasın)
   ve gelecek slayt görünür olsun / while swiping, slides follow the finger without transition */
.hero-slideshow.is-swiping .hero-slideshow__slide {
  transition: none;
}

.hero-slideshow.is-swiping .hero-slideshow__slide.is-peek {
  opacity: 0;          /* JS sürükleme oranına göre günceller / JS drives this during the drag */
  pointer-events: none;
}

/* Sürüklerken metin/görsel seçilmesin / no text or image selection while dragging */
.hero-slideshow.is-swiping {
  user-select: none;
  -webkit-user-select: none;
}

.hero-slideshow__slide img {
  -webkit-user-drag: none;
  user-select: none;
}

.hero-slideshow__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slideshow__ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #334155, #0f172a);
}

.hero-slideshow__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 16px 52px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.4) 52%,
    transparent 100%
  );
  color: #fff;
  pointer-events: none;
}

.hero-slideshow__title {
  margin: 0;
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 950;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.hero-slideshow__desc {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-slideshow__toolbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 8px;
  pointer-events: none;
}

.hero-slideshow__toolbar > * {
  pointer-events: auto;
}

.hero-slideshow--single .hero-slideshow__toolbar {
  display: none;
}

.hero-slideshow__arrow {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-slideshow__arrow:active {
  background: rgba(0, 0, 0, 0.6);
}

/* Yemek slaytında oklar: resmin kenarında dikey ortada / food slideshow side arrows */
.hero-slideshow__arrow--side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 40px;
  height: 40px;
}

.hero-slideshow__arrow--prev {
  left: 10px;
}

.hero-slideshow__arrow--next {
  right: 10px;
}

/* Tek slayt varken okları gizle / hide arrows when single slide */
.hero-slideshow--single .hero-slideshow__arrow--side {
  display: none;
}

.hero-slideshow__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: min(220px, 55%);
}

.hero-slideshow__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.hero-slideshow__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

/* Slayt içi video (iframe) / video slide iframe */
.hero-slideshow__slide iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Hero slayt gösterisini içerikten ayır / separate slideshow from content */
.food-detail__slideshow {
  border-bottom: 1px solid var(--line);
}

/* Yemek slaytında noktalar ortada ve daha belirgin / centered, prominent dots */
.food-detail__slideshow .hero-slideshow__toolbar {
  justify-content: center;
}

.food-detail__slideshow .hero-slideshow__dots {
  max-width: none;
  flex: 0 0 auto;
  gap: 8px;
}

.food-detail__slideshow .hero-slideshow__dot {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.food-detail__slideshow .hero-slideshow__dot:not(.hero-slideshow__dot--video) {
  width: 10px;
  height: 10px;
}

.food-detail__slideshow .hero-slideshow__dot.is-active {
  transform: scale(1.3);
}

/* Video slaytını gösteren özel nokta (play ikonlu) / video dot with play icon */
.hero-slideshow__dot--video {
  width: auto;
  height: 14px;
  min-width: 18px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.hero-slideshow__dot--video i {
  font-size: 8px;
  color: #0f172a;
  line-height: 1;
}

.hero-slideshow__dot--video:not(.is-active) {
  background: rgba(255, 255, 255, 0.75);
}

.gallery {
  display: flex;
  gap: 10px;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.gallery__item {
  position: relative;
  width: 78%;
  aspect-ratio: 4/3;
  border-radius: 18px;
  background: #e2e8f0;
  overflow: hidden;
  flex: 0 0 auto;
  scroll-snap-align: center;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratings {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.ratings--many {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.ratings--many .ratingbox__label {
  font-size: 11px;
  line-height: 1.25;
  min-height: 0;
  display: block;
}

.ratingbox {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #f8fafc;
  padding: 10px 10px 11px;
}

.ratingbox__label {
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.stars {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars i {
  font-size: 12px;
}

/* Kısmi (kesirli) yıldız: turuncu katman gri yıldızın üstünde genişlik oranınca kırpılır —
   2.5 → yarım, 4.7 → beşincinin %70'i / partial star fill for fractional averages */
.star-part {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.star-part__fill {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block; /* overflow satır-içi elemanda çalışmaz / overflow needs a block box */
  overflow: hidden;
  white-space: nowrap;
}

.amenities {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.amenity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.86);
}

.amenity i {
  color: var(--brand2);
}

.menu {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}

.menugroup {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
}

.menugroup__title {
  font-weight: 900;
  font-size: 14px;
}

.menuitem {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.menuitem__name {
  font-weight: 900;
  font-size: 13px;
}

.menuitem__desc {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
  line-height: 18px;
}

.menuitem__price {
  font-weight: 950;
  font-size: 13px;
}

.videogrid {
  display: grid;
  gap: 14px;
}

.label {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 900;
}

.reviews {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}

.review {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
}

.review__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.review__author {
  font-weight: 950;
  font-size: 13px;
}

.review__date {
  font-size: 12px;
  color: var(--muted);
}

.review__text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(15, 23, 42, 0.86);
}

.block__spacer {
  height: 10px;
}

/* Restoran detay — slideshow altı sekme şeridi */
.rdetail-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0;
  margin-top: 14px;
  /* Sticky isim barının (topbar + isim barı) hemen altına yapışır; ~43px isim barı
     yüksekliğinin 1px altına tuck edip aradaki dikiş boşluğunu kapatır /
     Sticks right below the sticky name bar; tucks 1px under the ~43px name bar to seal the seam gap */
  position: sticky;
  top: calc(var(--rest-topbar-h, 77px) + 42px);
  z-index: 18;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  /* Yatay padding kaldırıldı; ilk/son tab slayt ile hizalı / flush with slideshow */
  padding: 0;
  background: #fff;
}

.rdetail-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.rdetail-tabs__btn {
  flex: 0 0 auto;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.45);
  padding: 12px 14px 10px;
  margin-bottom: -1px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
}

.rdetail-tabs__btn.is-active {
  color: rgba(15, 23, 42, 0.96);
  border-bottom-color: #0f172a;
}

/* İlk/son tab kenar boşluğunu kaldır (sola/sağa hizalı) / flush first & last tabs */
.rdetail-tabs__btn:first-child {
  padding-left: 0;
}

.rdetail-tabs__btn:last-child {
  padding-right: 0;
}

.rdetail-panels {
  padding-top: 16px;
}

.rdetail-panel[hidden] {
  display: none !important;
}

.rdetail-panel.is-active:not([hidden]) {
  display: block;
  /* Kısa panele geçişte sayfa kısalıp scroll yukarı zıplamasın; tab'lar yapışık kalsın /
     Keep the page tall enough so switching to a short tab doesn't shrink it and jump scroll up
     (164px = sticky tab üst konumu 122 + tab yüksekliği ~42) */
  min-height: calc(100vh - 164px);
}

.rdetail-intro {
  margin: 0 0 14px;
}

.rdetail-infobar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

@media (max-width: 520px) {
  .rdetail-infobar {
    grid-template-columns: 1fr;
  }
}

.rdetail-infobar__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fafafa;
}

.rdetail-infobar__item i {
  color: var(--brand2);
  margin-top: 2px;
}

.rdetail-infobar__label {
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.rdetail-infobar__val {
  font-size: 14px;
  font-weight: 750;
  margin-top: 2px;
}

.rdetail-h2--ratings {
  margin-top: 22px;
}

.rdetail-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.rdetail-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  background: #f1f5f9;
  color: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.rdetail-feature-tag > i {
  flex-shrink: 0;
  font-size: 13px;
  color: var(--brand2);
}

.rdetail-feature-tag__txt {
  line-height: 1.25;
}

.rdetail-photo-block {
  margin-bottom: 22px;
}

.rdetail-subhd {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
}

.rdetail-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

@media (max-width: 640px) {
  .rdetail-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rdetail-photo-cell {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.rdetail-photo-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.rdetail-photobox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right))
    max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  box-sizing: border-box;
}

.rdetail-photobox[hidden] {
  display: none !important;
}

.rdetail-photobox__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 0;
}

.rdetail-photobox__stage {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: min(85vh, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

.rdetail-photobox__img {
  max-width: min(96vw, 100%);
  max-height: min(85vh, 86dvh);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  user-select: none;
}

.rdetail-photobox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  -webkit-tap-highlight-color: transparent;
}

.rdetail-photobox__nav:hover {
  background: rgba(255, 255, 255, 0.28);
}

.rdetail-photobox__nav--prev {
  left: max(8px, env(safe-area-inset-left));
}

.rdetail-photobox__nav--next {
  right: max(8px, env(safe-area-inset-right));
}

.rdetail-photobox__close {
  position: absolute;
  top: max(10px, env(safe-area-inset-top));
  right: max(10px, env(safe-area-inset-right));
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.rdetail-photobox__close:hover {
  background: rgba(255, 255, 255, 0.26);
}

.rdetail-photobox__counter {
  position: absolute;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rdetail-menuhead {
  font-size: 17px;
  font-weight: 950;
  margin-bottom: 16px;
}

/* Menü kitapları: geniş 3'lü → orta 2'li → dar tekli / 3 → 2 → 1 columns */
.rdetail-menubooks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 900px) {
  .rdetail-menubooks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .rdetail-menubooks {
    grid-template-columns: 1fr;
  }
}

.rdetail-menubook {
  position: relative;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: visible;
  padding-bottom: 12px;
}

.rdetail-menubook__stack {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  z-index: 0;
}

.rdetail-menubook__stack::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 4px;
  top: -4px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  z-index: -1;
}

.rdetail-menubook__thumb {
  position: relative;
  z-index: 1;
  margin: 12px 12px 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.35);
  aspect-ratio: 4/3;
  background: #f1f5f9;
}

.rdetail-menubook__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rdetail-menubook__body {
  padding: 0 14px;
}

.rdetail-menubook__title {
  font-size: 15px;
  font-weight: 900;
}

.rdetail-menubook__pages {
  font-size: 13px;
  color: var(--muted);
}
/* Sayfa sayısı + eklenme tarihi satırı / pages + added-date row */
.rdetail-menubook__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 4px;
}
.rdetail-menubook__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--muted);
}
.rdetail-menubook__date i { font-size: 11px; }
/* Tıklanabilir + zoom rozeti / clickable + zoom badge */
.rdetail-menubook { cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.rdetail-menubook:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(15, 23, 42, 0.10); }
.rdetail-menubook__zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  pointer-events: none;
}

.reviewrich-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reviewrich {
  padding: 18px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.reviewrich:last-child {
  border-bottom: none;
}

.reviewrich__top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.reviewrich__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.reviewrich__who {
  flex: 1;
  min-width: 0;
}

.reviewrich__name {
  font-weight: 900;
  font-size: 15px;
}

.reviewrich__meta {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.reviewrich__follow {
  flex-shrink: 0;
  border: 1px solid #ec4899;
  color: #db2777;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.reviewrich__mid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 10px;
}

.reviewrich__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
}

.reviewrich__badge--good {
  background: #16a34a;
}

.reviewrich__badge--mid {
  background: #ea580c;
}

.reviewrich__ctx {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.reviewrich__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(15, 23, 42, 0.9);
}

.reviewrich__votes {
  margin-top: 8px;
  font-size: 11px;
  color: var(--muted);
}

.reviewrich__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 12px;
}

.reviewrich__action {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.55);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rdetail-addrev {
  margin-top: 16px;
  width: 100%;
  max-width: 280px;
}

.rdetail-mapframe {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16/10;
  background: #e2e8f0;
  margin-bottom: 16px;
}

.rdetail-mapframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.rdetail-dirblock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rdetail-dirrow {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.45;
}

.rdetail-dirrow i {
  color: var(--brand2);
  margin-top: 2px;
}

.rdetail-dirrow a {
  color: inherit;
  font-weight: 650;
}

.rdetail-maplink {
  margin-top: 8px;
  align-self: flex-start;
}

/* Haritada Göster + Yol Tarifi butonları yan yana / show-on-map + directions buttons side by side */
.rdetail-dirbtns { display: flex; gap: 10px; flex-wrap: wrap; }
.rdetail-maplink--dir { background: #15803d; }
.rdetail-maplink--dir:hover { background: #166534; }

.rdetail-videos {
  margin-top: 18px;
}

/* ==========================================================================
   FOOD DETAIL PAGE STYLES
   ========================================================================== */
.food-detail {
  background: var(--bg);
  padding-bottom: 40px;
}

.food-detail__hero {
  background: var(--card);
  border-bottom: 1px solid var(--line);
}

.food-detail__cover-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.food-detail__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-detail__header {
  padding: 16px 16px 8px;
}

.food-detail__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.2;
}

.food-detail__desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.4;
}

.food-detail__actions {
  border-top: none;
  /* Slayt gösterisi ile arasında nefes payı / breathing room from the slideshow */
  padding: 14px 12px 12px;
}

.food-detail__tabs-wrap {
  position: sticky;
  /* Sticky yemek adı barının ~43px yüksekliğinin 1px altına tuck edip dikiş boşluğunu kapatır /
     Tucks 1px under the ~43px food-name bar to seal the seam gap */
  top: calc(var(--rest-topbar-h, 77px) + 42px);
  z-index: 10;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

@media (min-width: 768px) {
  .food-detail__tabs-wrap {
    top: calc(var(--rest-topbar-h, 77px) + 42px);
  }
}

.food-detail__tabs {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  /* İlk/son tab kenar boşluğu kaldırıldı / no side padding (flush tabs) */
  padding: 0;
}

.food-detail__tabs::-webkit-scrollbar {
  display: none;
}

.food-detail__tab {
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  border: none;
  background: none;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

/* Seçili tab RestaurantDetail ile aynı: siyah / active tab matches RestaurantDetail (black) */
.food-detail__tab.active {
  color: rgba(15, 23, 42, 0.96);
  border-bottom-color: #0f172a;
}

.food-detail__content {
  /* Yatay boşluk sayfa gutter'ından geliyor; çift boşluğu önle (hero ile hizalı) /
     Horizontal gutter comes from the page; avoid doubling it (aligns with hero) */
  padding: 20px 0;
}

.food-detail__pane {
  display: none;
}

.food-detail__pane.active {
  display: block;
  animation: fadeIn 0.3s ease;
  /* Pano boş görünmesin diye makul taban; hero üstte olduğundan tam ekran boyu vermiyoruz
     (aksi halde alta yarım ekran boşluk biner) /
     Modest floor so the pane isn't empty; not full-viewport since the hero sits above
     (otherwise a half-screen gap appears at the bottom) */
  min-height: 40vh;
}

/* Modüller Arası 25px Boşluk */
.food-detail__pane .block,
.recipe-info-cards,
.recipe-protip {
  margin-bottom: 25px;
}

/* Slider - Sizden Gelenler */
.food-slider-wrap {
  position: relative;
  margin: 12px -16px 0;
  padding: 0 16px;
}

.food-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.food-slider::-webkit-scrollbar {
  display: none;
}

.food-slider img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: var(--radius);
  scroll-snap-align: start;
  flex-shrink: 0;
  background: var(--card);
}

.food-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--text);
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.food-slider-btn.prev {
  left: 6px;
}

.food-slider-btn.next {
  right: 6px;
}

/* Recipe Info Cards */
.recipe-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

@media (min-width: 600px) {
  .recipe-info-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.recipe-info-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.recipe-info-icon {
  font-size: 22px;
  color: #475569;
  margin-bottom: 4px;
}

.recipe-info-title {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.recipe-info-val {
  font-size: 14px;
  color: var(--text);
  font-weight: 800;
}

/* Ingredients */
.recipe-ingredients {
  list-style: none;
  padding: 0 0 0 16px; /* Sola dayalı girinti */
  margin: 12px 0 0 0;
}

.recipe-ingredients li {
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px; /* Hiyerarşik boyutlandırma */
  color: var(--text);
  font-weight: 500;
  line-height: 1.4;
}

.recipe-ingredients li::before {
  content: '\f111'; /* Düz minik daire/nokta (FontAwesome) */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--text);
  font-size: 5px; /* Minik nokta */
  margin-top: 8px;
}

/* Bölümler Arası Ayırıcı Çizgi */
.recipe-divider {
  border: none;
  border-top: 1px solid var(--line);
  margin: 25px 0;
}

/* Püf Noktası ve Adımlar Text Stilleri */
.recipe-protip__desc {
  font-size: 15px; /* Hiyerarşik boyutlandırma */
  color: #1e293b;
  line-height: 1.5;
  margin-top: 12px;
  padding-left: 16px; /* Sola dayalı girinti sadece içeriğe verildi */
}

.recipe-steps {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: step-counter;
}

.recipe-steps li {
  counter-increment: step-counter;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 15px; /* Hiyerarşik boyutlandırma */
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 16px; /* Püf Noktası ve Malzemeler ile tam aynı hiza */
}

.recipe-steps li::before {
  content: counter(step-counter) ".";
  font-weight: 600;
  color: var(--text);
}

/* Gallery Item Caption */
.user-gallery__item {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f1f5f9;
  cursor: zoom-in;
}

/* Sizden Gelenler başlığı + "Sen de Resim Ekle" butonu / section header + add button */
.block-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.block-head .h2 { margin: 0; }
.gallery-add-btn { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border: none; border-radius: 999px;
  background: var(--text, #111827); color: #fff; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.gallery-add-btn:hover { opacity: .9; }
/* Onay bekleyen (yalnız ekleyene görünür) rozeti / pending badge */
.user-gallery__pending { position: absolute; top: 6px; left: 6px; z-index: 2; background: rgba(234, 88, 12, .95); color: #fff;
  font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; }

.user-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.user-gallery__item:hover img {
  transform: scale(1.05);
}

.user-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
  padding: 20px 10px 10px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-gallery__item:hover .user-gallery__caption {
  opacity: 1;
}

/* Lightbox Caption */
.lightbox__caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 80%;
  background: rgba(0,0,0,0.6);
  padding: 8px 16px;
  border-radius: 20px;
  pointer-events: none;
}
/* Boşsa (başlık ve detay yoksa / "-") pili gösterme / hide empty caption pill */
.lightbox__caption:empty { display: none; }
.lightbox__caption-title { font-size: 16px; font-weight: 800; }
.lightbox__caption-detail { font-size: 13px; font-weight: 400; opacity: 0.88; margin-top: 3px; }
/* Sizden Gelenler lightbox: gönderen üye / user gallery submitter */
.lightbox__caption-user { display: flex; align-items: center; gap: 8px; }
.lightbox__caption-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; flex: 0 0 28px; }
.lightbox__caption-name { font-size: 14px; font-weight: 700; }
.lightbox__caption-handle { font-weight: 500; opacity: .8; }
.lightbox__caption-pending { background: rgba(234,88,12,.95); color: #fff; font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 999px; margin-left: 4px; }
.food-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 480px) {
  .food-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.food-gallery__item {
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f1f5f9;
}

.food-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Comments */
.food-comments {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.food-comment {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.food-comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.food-comment__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 18px;
  flex-shrink: 0;
}

.food-comment__content {
  flex: 1;
  min-width: 0;
}

.food-comment__name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
  color: var(--text);
}

.food-comment__text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.lightbox.active .lightbox__img {
  transform: scale(1);
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.lightbox__close:hover {
  background: rgba(255,255,255,0.3);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}

.lightbox__nav:hover {
  background: rgba(255,255,255,0.3);
}

.lightbox__nav.prev {
  left: 20px;
}

.lightbox__nav.next {
  right: 20px;
}

/* Zoom butonu — altta, menü başlığının (caption) üzerinde ortalı / zoom button: bottom-center, above the caption.
   Sadece görsel küçüldüyse JS gösterir / shown by JS only when the image is scaled down */
.lightbox__zoom {
  position: absolute;
  bottom: 108px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.lightbox__zoom:hover { background: rgba(255, 255, 255, 0.32); }

/* Zoom açık: görsel orijinal boyutta, kaydırarak gezilir (menü fiyatları okunur) /
   zoomed: image at natural size, pan by scrolling (so menu prices are readable) */
.lightbox.is-zoomed {
  overflow: auto;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
}
.lightbox.is-zoomed .lightbox__img {
  max-width: none;
  max-height: none;
  transform: none;
  border-radius: 0;
  margin: auto;
  cursor: zoom-out;
}
/* Zoom'da TÜM kontroller (kapat · zoom · oklar · başlık/sayfa no) ekranda sabit kalsın, kaymasın /
   keep ALL controls fixed in the viewport while panning (don't slide, don't disappear) */
.lightbox.is-zoomed .lightbox__close,
.lightbox.is-zoomed .lightbox__zoom,
.lightbox.is-zoomed .lightbox__nav,
.lightbox.is-zoomed .lightbox__caption { position: fixed; }

/* User Gallery Grid */
.user-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 480px) {
  .user-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

.user-gallery__item {
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f1f5f9;
  cursor: zoom-in;
}

.user-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.user-gallery__item:hover img {
  transform: scale(1.05);
}

.load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px;
  margin-top: 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.load-more-btn:hover {
  background: #f8fafc;
}

/* Nerede Yenir - Restaurant Listesi */
.restaurant-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.restaurant-card {
  display: flex;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.restaurant-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Kart artık <a> (gerçek mekan linki) — metin rengi/altçizgi mirası ezilmesin /
   card is an <a> now (real venue link); keep text color, no underline */
a.restaurant-card { color: inherit; text-decoration: none; }
/* Kapaksız mekanda boş görsel alanı soluk kalsın / soft placeholder when the venue has no cover */
.rc-image { background: #f1f5f9; min-height: 84px; }

.rc-image {
  width: 110px;
  flex-shrink: 0;
}

.rc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-info {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-grow: 1;
}

.rc-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.3;
}

.rc-rating {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 4px;
}

.rc-rating span {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.rc-meta {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* =========================================================
   Yemek detay: Paylaşım menüsü / Food detail: Share menu
   ========================================================= */
.food-share {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Diğer aksiyon ikonlarıyla uyumlu, çerçevesiz / borderless, matches other action icons */
.food-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  background: none;
  padding: 0;
  color: var(--text);
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
}

.food-share__btn i {
  font-size: 18px;
}

.food-share__btn:hover {
  color: var(--brand2);
}

/* Seçilince (menü açık) içi dolu + hafif büyüme / filled + scale when selected */
/* Menü açıkken (is-active) buton turuncu — hover'a bağlı kalmasın (mobilde de) /
   when the menu is open the whole button goes orange (not hover-dependent) */
.food-share__btn.is-active {
  color: var(--brand2);
}
.food-share__btn.is-active i {
  transform: scale(1.1);
}
/* Etiket butonun rengini izlesin — .food-card__actions-left span ezmesini engelle /
   label follows the button color (overrides the actions-left span color rule) */
.food-share__btn .food-share__label {
  color: inherit;
}

.food-share__menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 30;
  min-width: 210px;
  padding: 6px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: none;
  flex-direction: column;
  gap: 2px;
}

.food-share__menu.is-open {
  display: flex;
  animation: fadeIn 0.18s ease;
}

.food-share__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  background: none;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.food-share__item i {
  width: 18px;
  font-size: 16px;
  text-align: center;
}

.food-share__item:hover {
  background: #f1f5f9;
}

/* =========================================================
   "Ben de Yaptım" butonu / "I made it" CTA
   ========================================================= */
.cooked-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 24px);
  margin: 4px 12px 12px;
  padding: 13px 16px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand2), var(--brand));
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);
  transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
}

.cooked-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.4);
  filter: brightness(1.03);
}

.cooked-cta:active {
  transform: translateY(0);
}

/* =========================================================
   "Eline Sağlık!" puanlama popup'ı / Rating modal
   ========================================================= */
.cookmodal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookmodal.is-open {
  display: flex;
}

.cookmodal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
}

.cookmodal__card {
  position: relative;
  width: min(440px, 100%);
  background: #fff;
  border-radius: 14px;
  padding: 16px 24px 28px;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.35);
  text-align: center;
  animation: cookmodalPop 0.22s ease;
}

@keyframes cookmodalPop {
  from { opacity: 0; transform: translateY(12px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.cookmodal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookmodal__undo {
  border: none;
  background: none;
  padding: 4px 0;
  font: inherit;
  font-size: 14px;
  color: var(--muted);
  cursor: pointer;
}

.cookmodal__undo:hover {
  color: var(--text);
  text-decoration: underline;
}

.cookmodal__close {
  border: none;
  background: none;
  font-size: 20px;
  line-height: 1;
  color: var(--text);
  cursor: pointer;
  padding: 4px;
}

.cookmodal__title {
  margin: 6px 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #c0392b;
}

.cookmodal__counts {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
}

.cookmodal__q {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.cookmodal__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* Yıldız puanına göre etiket (Olmadı / Harika oldu! vb.) / rating label */
.cookmodal__ratelabel {
  min-height: 22px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.cookmodal__star {
  border: none;
  background: none;
  padding: 2px;
  cursor: pointer;
  font-size: 30px;
  color: #cbd5e1;
  transition: color 0.15s, transform 0.15s;
}

.cookmodal__star:hover {
  transform: scale(1.12);
}

.cookmodal__star.is-on {
  color: #f5b50a;
}

.cookmodal__photo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  padding: 13px 22px;
  border: none;
  border-radius: 8px;
  background: #c0392b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.cookmodal__photo:hover {
  background: #a93226;
  transform: translateY(-1px);
}

/* =========================================================
   Yorumlar sekmesi / Comments tab
   ========================================================= */
.comment-compose {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.comment-compose__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.comment-compose__main {
  flex: 1;
  min-width: 0;
}

.comment-compose__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.comment-star {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  color: #cbd5e1;
  transition: color 0.15s, transform 0.15s;
}

.comment-star:hover {
  transform: scale(1.12);
}

.comment-star.is-on {
  color: #f5b50a;
}

.comment-compose__input {
  width: 100%;
  resize: vertical;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  color: var(--text);
  background: var(--card);
}

.comment-compose__input:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.comment-compose__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.comment-compose__hint {
  font-size: 12px;
  color: var(--muted);
}

.comment-compose__send {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand2), var(--brand));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.2s;
}

.comment-compose__send:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.3);
}

.comment-stars {
  display: block;
  margin-top: 3px;
  color: #f5b50a;
  font-size: 13px;
  letter-spacing: 1px;
}

.reviewrich--new {
  animation: fadeIn 0.3s ease;
}

/* Yorum alt satırı / Comment footer (Yanıtla · Beğen · yazar · tarih) */
.comment-foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}

.comment-foot__btn,
.comment-like {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.55);
  cursor: pointer;
  transition: color 0.15s;
}

.comment-foot__btn:hover {
  color: var(--text);
}

.comment-like:hover {
  color: #c0392b;
}

.comment-like.liked {
  color: #c0392b;
}

.comment-author-liked {
  display: inline-flex;
  margin-left: -6px;
  cursor: help;
}

.comment-author-liked img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
}

.comment-foot__date {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
}

/* =========================================================
   Ben de Yaptım / Eline Sağlık aksiyon barı
   ========================================================= */
.cooked-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 25px;
}

.cooked-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 12px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
}

.cooked-stat:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.cooked-stat:active {
  transform: translateY(0);
}

.cooked-stat__top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 800;
}

.cooked-stat__count {
  font-size: 13px;
  opacity: 0.95;
}

.cooked-stat__count b {
  font-weight: 800;
}

/* "Ben de Yaptım" — turuncu dolu / solid orange */
.cooked-stat--made {
  background: linear-gradient(135deg, var(--brand2), var(--brand));
}

/* "Eline Sağlık" — yeşil dolu / solid green */
.cooked-stat--thanks {
  background: linear-gradient(135deg, #15803d, #22c55e);
}

.cooked-stat--thanks.is-on {
  background: linear-gradient(135deg, #166534, #16a34a);
}

/* "Ben de Gittim" seçiliyken koyulaşsın / darken "visited" when selected */
.cooked-stat--made.is-on {
  background: linear-gradient(135deg, #9a3412, #c2410c);
}

/* Restoran sosyal aksiyon satırını sekmelerden ayır / separate restaurant actions from tabs */
.rdetail-actions {
  border-bottom: 1px solid var(--line);
}

.cooked-stat--thanks.is-on .cooked-stat__top i {
  transform: scale(1.15);
}

/* =========================================================
   Tarif kartı (Malzemeler vb.) / Recipe card (ingredients etc.)
   ========================================================= */
.recipe-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.recipe-card > .h2 {
  margin-top: 0;
}

.recipe-card .recipe-ingredients {
  margin-bottom: 0;
}

/* =========================================================
   Besin Değerleri / Nutrition facts
   ========================================================= */
.nutri {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.nutri__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.nutri__head .h2 {
  margin: 0;
  flex: 1;
  min-width: 160px;
}

.nutri__portion {
  flex-shrink: 0;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
}

.nutri__portion:focus {
  outline: none;
  border-color: var(--brand);
}

.nutri__top {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin: 14px 0;
}

.nutri__donut {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* Arka plan conic-gradient JS ile atanır / background set via JS */
  display: flex;
  align-items: center;
  justify-content: center;
}

.nutri__donut-center {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--card);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.nutri__donut-center b {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
}

.nutri__donut-center span {
  font-size: 12px;
  color: var(--muted);
}

.nutri__macros {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nutri__macro {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nutri__macro-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nutri__macro-label {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.nutri__macro-g {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
}

.nutri__macro-pct {
  width: 44px;
  text-align: right;
  font-size: 13px;
  color: var(--muted);
}

.nutri__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  padding: 8px 0;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand2);
  cursor: pointer;
}

.nutri__toggle i {
  transition: transform 0.2s;
}

/* Ortalı varyant: uyarının altında, ortada / centered variant below the note */
.nutri__toggle--center {
  display: flex;
  width: fit-content;
  margin: 12px auto 2px;
}

.nutri__toggle.is-open i {
  transform: rotate(180deg);
}

.nutri__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0 0;
  padding: 10px 12px;
  background: #f1f5f9;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

.nutri__note i {
  margin-top: 2px;
}

.nutri__detail {
  margin-top: 12px;
  animation: fadeIn 0.25s ease;
}

.nutri__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.nutri__table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
}

.nutri__table tr:nth-child(odd) td {
  background: #f8fafc;
}

.nutri__table td:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}

/* =========================================================
   Toast bilgi balonu / Toast
   ========================================================= */
.ney-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 20px);
  z-index: 80;
  max-width: calc(100% - 32px);
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
}

.ney-toast.is-show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* =========================================================
   Tab başlık ikonları / Tab title icons
   ========================================================= */
.food-detail__tab i {
  font-size: 13px;
  margin-right: 2px;
}

/* Hero içindeki video tam genişlik / full-width hero video */
.food-detail__video {
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}

/* =========================================================
   Tarifi paylaşan yazar / Recipe author block
   ========================================================= */
.recipe-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  margin-bottom: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.recipe-author__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.recipe-author__info {
  flex: 1;
  min-width: 0;
}

.recipe-author__name {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
}

.recipe-author__meta {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.recipe-author__follow {
  flex-shrink: 0;
  padding: 9px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand2), var(--brand));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.recipe-author__follow:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(234, 88, 12, 0.3);
}

.recipe-author__follow.is-following {
  background: #f1f5f9;
  color: var(--text);
  box-shadow: none;
}

/* =========================================================
   Nasıl Yapılır başlığı + Tarifi Yazdır / Steps head + print
   ========================================================= */
.recipe-steps__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  /* Başlık ile altındaki içerik arasına boşluk / spacing between head and its content */
  margin-bottom: 14px;
}
/* Head'i metin takip ediyorsa çift boşluğu önle / avoid double gap when text follows the head */
.recipe-steps__head + .p,
.recipe-steps__head + .rdetail-musttry__note { margin-top: 0; }

.recipe-steps__head .h2 {
  margin: 0;
}

.recipe-steps__print {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.recipe-steps__print:hover {
  border-color: var(--brand);
  color: var(--brand2);
}

/* =========================================================
   Yanına Ne Gider? / Pairings
   ========================================================= */
.recipe-pairings {
  margin: 0;
  padding-left: 22px;
  line-height: 1.9;
  font-size: 15px;
  color: var(--text);
}

/* =========================================================
   Sıkça Sorulan Sorular / FAQ (accordion)
   ========================================================= */
.recipe-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Başlık ile akordeon arasında boşluk / spacing between heading and accordion */
  margin-top: 14px;
}

/* "Yanına Ne Gider?" listesi başlıktan ayrı dursun / pairings spacing under heading */
.recipe-pairings {
  margin-top: 12px;
}

.recipe-faq__item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
  overflow: hidden;
}

.recipe-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.recipe-faq__item summary::-webkit-details-marker {
  display: none;
}

.recipe-faq__item summary::after {
  content: '\f078'; /* fa chevron-down */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 12px;
  color: var(--muted);
  transition: transform 0.2s;
}

.recipe-faq__item[open] summary::after {
  transform: rotate(180deg);
}

.recipe-faq__item[open] summary {
  color: var(--brand2);
}

.recipe-faq__item p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

/* =========================================================
   Güncelleme tarihi / Update date
   ========================================================= */
.recipe-updated {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 25px 0 0;
  font-size: 13px;
  color: var(--muted);
}

/* =========================================================
   Soldan açılan yan menü / Left side drawer
   ========================================================= */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  visibility: hidden;
}

.drawer.is-open {
  visibility: visible;
}

.drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.drawer.is-open .drawer__backdrop {
  opacity: 1;
}

.drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(320px, 84%);
  display: flex;
  flex-direction: column;
  background: var(--card);
  box-shadow: 0 0 40px rgba(2, 6, 23, 0.35);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  overflow-y: auto;
}

.drawer.is-open .drawer__panel {
  transform: translateX(0);
}

/* Sağdan açılan varyant / right-side variant */
.drawer--right .drawer__panel {
  left: auto;
  right: 0;
}
/* Kapalıyken sağa gizle; açıkken taban .drawer.is-open kuralı translateX(0) yapar /
   hide to the right when closed; base .drawer.is-open handles open state */
.drawer--right:not(.is-open) .drawer__panel {
  transform: translateX(100%);
}
.drawer--right.is-open .drawer__panel {
  transform: translateX(0);
}

/* Koyu tema (kullanıcı menüsü) / dark theme (user drawer) */
.drawer--dark .drawer__panel {
  background: #161616;
  color: rgba(255, 255, 255, 0.92);
}
.drawer--dark .drawer__link {
  color: rgba(255, 255, 255, 0.9);
}
/* İkon yazı rengini miras alsın (turuncu değil) / icon inherits the text color (not orange) */
.drawer--dark .drawer__link > i:first-child {
  color: inherit;
}
.drawer--dark .drawer__link:hover {
  background: rgba(255, 255, 255, 0.06);
}
.drawer--dark .drawer__divider {
  background: rgba(255, 255, 255, 0.12);
}
/* Oturumu kapat: hem yazı hem ikon kırmızı / logout: red text + red icon */
.drawer--dark .drawer__link--logout {
  color: #f87171;
}
.drawer--dark .drawer__link--logout > i:first-child,
.drawer--dark .drawer__link--logout span {
  color: #f87171;
}

/* Kullanıcı menüsü başlık/profil / user drawer head + profile */
.userdrawer__head {
  position: relative;
  padding: 16px 44px 16px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
}
.userdrawer__close {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  cursor: pointer;
}
.userdrawer__profile,
.userdrawer__guest {
  display: flex;
  align-items: center;
  gap: 12px;
}
.userdrawer__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.userdrawer__guest-ic {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}
.userdrawer__profile-name,
.userdrawer__guest-title {
  font-weight: 800;
  font-size: 15px;
  color: #fff;
}
.userdrawer__profile-mail,
.userdrawer__guest-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.userdrawer__body {
  padding: 8px 0;
}
.userdrawer__auth {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px;
}

.drawer__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* logo ortada / centered logo */
  /* Topbar ile birebir aynı yükseklik / exact same height as the topbar */
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
  color: rgba(255, 255, 255, 0.92);
}

.drawer__logo {
  /* Topbar logosuyla aynı boyut / same size as the topbar logo */
  height: 56px;
  width: auto;
  max-width: min(60vw, 260px);
  object-fit: contain;
  display: block;
}

.drawer__close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  line-height: 1;
  padding: 4px;
  cursor: pointer;
}

.drawer__auth {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.drawer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.drawer__btn--primary {
  border: none;
  background: linear-gradient(135deg, var(--brand2), var(--brand));
  color: #fff;
  box-shadow: 0 8px 18px rgba(234, 88, 12, 0.28);
}

.drawer__btn--primary:hover {
  transform: translateY(-1px);
}

.drawer__btn--ghost {
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--text);
}

.drawer__btn--ghost:hover {
  border-color: var(--brand);
  color: var(--brand2);
}

.drawer__nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

/* Linkler arası ayraç çizgisi / divider between link groups */
.drawer__divider {
  height: 1px;
  background: var(--line);
  margin: 8px 18px;
}

.drawer__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  transition: background 0.15s;
}

.drawer__link > i:first-child {
  width: 22px;
  text-align: center;
  font-size: 17px;
  color: var(--brand2);
}

.drawer__link-arrow {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
}

.drawer__link:hover {
  background: #f8fafc;
}

/* İşletme bölümü — panelin altına yaslı / business section pinned to bottom */
.drawer__business {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid var(--line);
  background: #f8fafc;
}

.drawer__section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.drawer__section-title i {
  color: var(--brand2);
}

/* İşletme başvurusu — koyu, tüketici butonlarından ayrışsın / dark biz button */
.drawer__btn--biz {
  border: none;
  background: #0f172a;
  color: #fff;
}

.drawer__btn--biz:hover {
  background: #1e293b;
}

/* =========================================================
   İletişim formu / Contact form
   ========================================================= */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}

.contact-form__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.contact-form__input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  background: var(--card);
  resize: vertical;
}

.contact-form__input:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.contact-form__note {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
}

.contact-form__note--ok {
  color: #16a34a;
}

.contact-form__note--err {
  color: #c0392b;
}

