/* ==========================================================================
   OSCAR STEAK HOUSE - LUXURY STEAKHOUSE THEME
   Features: Bull Logo Branding, Flag-Adorned Dropdown, 9:16 Vertical Video Lightbox,
   Centered Symmetrical Social Proof, Wrap-Safe Typographic Menu & 100dvh Fullscreen Hero
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --bg-dark: #090807;
  --bg-section-alt: #11100f;
  --bg-card: #161513;
  --bg-card-hover: #1f1d1a;
  --gold-primary: #d4af37;
  --gold-light: #f3e5ab;
  --gold-dark: #997c1e;
  --gold-gradient: linear-gradient(135deg, #f5e7b2 0%, #d4af37 50%, #9e7d1c 100%);
  --text-pure: #ffffff;
  --text-creme: #f3efe6;
  --text-muted: #a1998c;
  --border-gold: rgba(212, 175, 55, 0.28);
  --border-subtle: rgba(255, 255, 255, 0.08);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', -apple-system, sans-serif;
  --shadow-lux: 0 20px 45px rgba(0,0,0,0.7);
  --transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden !important;
  background-color: var(--bg-dark);
  color: var(--text-creme);
  font-family: var(--font-sans);
  line-height: 1.65;
  scroll-behavior: smooth;
}

h1, h2, h3, h4 { font-family: var(--font-serif); letter-spacing: 0.06em; font-weight: 600; }

.gold-gradient-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.section-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em;
  color: var(--gold-primary); text-transform: uppercase; margin-bottom: 0.6rem;
  line-height: 1;
}
.section-badge::before, .section-badge::after {
  content: ''; display: inline-block; width: 24px; height: 1px; background: var(--gold-primary);
}

/* NAVBAR & BRAND LOGO */
header.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(9, 8, 7, 0.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-gold);
}

.nav-inner {
  max-width: 1350px; margin: 0 auto; padding: 0.75rem 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
}

.brand-wrapper { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; min-width: 0; }
.brand-logo-img {
  width: 60px; height: 60px; border-radius: 50%;
  border: 1.5px solid var(--gold-primary); background: #ffffff;
  padding: 2px; object-fit: cover; box-shadow: 0 0 18px rgba(212,175,55,0.35);
  flex-shrink: 0; transition: transform 0.3s ease;
}
.brand-wrapper:hover .brand-logo-img { transform: scale(1.05); }

.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-text .logo-title {
  font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700;
  letter-spacing: 0.12em; color: var(--gold-primary); line-height: 1;
}
.brand-text .logo-subtitle {
  font-size: 0.54rem; letter-spacing: 0.26em; color: var(--text-muted);
  text-transform: uppercase; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a {
  color: var(--text-creme); text-decoration: none; font-size: 0.82rem;
  font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; transition: var(--transition);
}
.nav-links a:hover { color: var(--gold-primary); }

/* HEADER ACTIONS & TOP INSTAGRAM BUTTON */
.header-actions-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.nav-instagram-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 4px;
  color: var(--gold-light);
  text-decoration: none;
  transition: var(--transition);
}

.nav-instagram-btn:hover {
  background: var(--bg-card-hover);
  border-color: var(--gold-primary);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

/* CUSTOM FLAG-ADORNED DROPDOWN */
.lang-dropdown-wrapper { position: relative; flex-shrink: 0; }
.lang-dropdown-btn {
  display: flex; align-items: center; gap: 0.45rem;
  background: var(--bg-card); border: 1px solid var(--border-gold);
  color: var(--gold-light); padding: 0.45rem 0.8rem; border-radius: 4px;
  font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: var(--transition);
  height: 36px;
}
.lang-dropdown-btn:hover { background: var(--bg-card-hover); border-color: var(--gold-primary); }
.lang-flag-emoji { font-size: 1.05rem; line-height: 1; }
.dropdown-chevron { font-size: 0.6rem; color: var(--gold-primary); transition: transform 0.3s ease; }
.lang-dropdown-wrapper.active .dropdown-chevron { transform: rotate(180deg); }

.lang-dropdown-menu {
  position: absolute; top: calc(100% + 8px); right: 0; width: 180px;
  background: rgba(18, 17, 15, 0.98); backdrop-filter: blur(16px);
  border: 1px solid var(--border-gold); border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.8); padding: 0.4rem 0;
  display: none; flex-direction: column; z-index: 1001;
}
.lang-dropdown-wrapper.active .lang-dropdown-menu { display: flex; }

.lang-dropdown-item {
  display: flex; align-items: center; gap: 0.7rem; padding: 0.55rem 0.9rem;
  color: var(--text-creme); text-decoration: none; font-size: 0.8rem; transition: var(--transition);
}
.lang-dropdown-item:hover { background: rgba(212, 175, 55, 0.15); color: var(--gold-light); }
.lang-dropdown-item.active { color: var(--gold-primary); font-weight: 700; background: rgba(212, 175, 55, 0.08); }
.lang-dropdown-item .check-icon { margin-left: auto; font-size: 0.75rem; }

/* HERO SECTION (100dvh Tam Ekran & Optik Ortalama) */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 85px 1.5rem 2rem 1.5rem;
  background: linear-gradient(180deg, rgba(9,8,7,0.45) 0%, rgba(9,8,7,0.6) 60%, rgba(9,8,7,0.95) 100%),
              url('../images/oscar_steak_house_cappadocia_dry-aged-steak_pottery_kebab.webp') center center / cover no-repeat;
  overflow: hidden;
}

.hero-content {
  max-width: 860px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-bull-emblem {
  width: 130px;
  height: 130px;
  margin: 0 auto 1.1rem auto;
  border-radius: 50%;
  border: 3px solid var(--gold-primary);
  background: #ffffff;
  padding: 4px;
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-bull-emblem:hover { transform: scale(1.06); }
.hero-bull-emblem img { width: 100%; height: 100%; object-fit: contain; }

.hero-tagline {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  color: var(--gold-primary);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.hero-title {
  font-size: clamp(2.2rem, 5.2vw, 4.2rem);
  line-height: 1.1;
  margin-bottom: 0.9rem;
  color: var(--text-pure);
}

.hero-desc {
  font-size: 0.96rem;
  color: var(--text-creme);
  max-width: 720px;
  margin: 0 auto 1.8rem auto;
  font-weight: 300;
  line-height: 1.7;
}

.hero-content .btn-gold {
  display: inline-flex;
  width: auto;
  min-width: 210px;
  max-width: 260px;
  height: 48px;
  padding: 0 2.2rem;
  letter-spacing: 0.16em;
  border-radius: 4px;
  margin: 0 auto;
}

/* ABOUT & VISUALS SECTION */
.about-visuals-section {
  position: relative;
  background-color: var(--bg-section-alt);
  padding: 5.5rem 1.5rem;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  width: 100%;
}
.about-visuals-container {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 4rem;
  align-items: stretch;
  width: 100%;
}

.about-col-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  min-width: 0;
}
.about-col-info > div:first-child { display: flex; flex-direction: column; }
.about-main-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1.2rem;
  color: var(--text-pure);
}
.about-story-text {
  font-size: 0.94rem;
  color: var(--text-creme);
  margin-bottom: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
}
.about-story-text.accent { color: var(--text-muted); }

.visuals-col-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  min-width: 0;
}
.visuals-header { margin-bottom: 1.2rem; }
.visuals-header h3 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  color: var(--text-pure);
  margin-bottom: 0.35rem;
}
.visuals-header p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; }

/* Video Izgarası */
.video-tiles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
  width: 100%;
}
.video-tile-card {
  position: relative;
  height: 195px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-lux);
  transition: var(--transition);
}
.video-tile-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: var(--gold-light);
  box-shadow: 0 15px 35px rgba(212,175,55,0.25);
}
.video-tile-card img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.82);
  transition: transform 0.6s ease, filter 0.4s ease;
}
.video-tile-card:hover img { transform: scale(1.08); filter: brightness(0.95); }
.video-overlay-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(9,8,7,0.85) 100%);
}
.play-btn-pulse {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 48px; height: 48px; background: rgba(9, 8, 7, 0.75); border: 2px solid var(--gold-primary);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-light);
  font-size: 1.1rem; backdrop-filter: blur(4px); transition: var(--transition); z-index: 2;
}
.video-tile-card:hover .play-btn-pulse {
  background: var(--gold-primary); color: #000; transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.7);
}
.video-tile-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.85rem; z-index: 3; pointer-events: none; }
.video-tag { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-primary); display: block; margin-bottom: 0.15rem; }
.video-title-label { font-family: var(--font-serif); font-size: 0.95rem; font-weight: 600; color: #ffffff; line-height: 1.2; }

/* SOSYAL KANIT ALANI */
.social-proof-grid {
  width: 100%;
  max-width: 100%;
  margin: 1.2rem 0;
  box-sizing: border-box;
}
.social-proof-grid.single-proof { display: block; width: 100%; }
.single-proof .ta-box-wide {
  width: 100% !important; max-width: 100% !important; height: 74px !important; background: #ffffff !important;
  border-radius: 8px !important; border: 1.5px solid var(--border-gold) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important; display: flex !important;
  align-items: center !important; justify-content: center !important; padding: 0.4rem 0.8rem !important;
  box-sizing: border-box !important; overflow: hidden !important; transition: var(--transition);
}
.single-proof .ta-box-wide:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(212,175,55,0.3); }
.single-proof .ta-box-wide #TA_cdsratingsonlywide779,
.single-proof .ta-box-wide .TA_cdsratingsonlywide {
  margin: 0 auto !important; width: 100% !important; max-width: 100% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
.single-proof .ta-box-wide ul, .single-proof .ta-box-wide li {
  margin: 0 auto !important; padding: 0 !important; list-style: none !important;
  display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important;
}
.single-proof .ta-box-wide img { max-height: 30px !important; max-width: 100% !important; width: auto !important; object-fit: contain !important; margin: 0 auto !important; }

.social-proof-grid.dual-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  align-items: stretch;
  width: 100%;
}
.dual-proof .ta-box-narrow {
  width: 100%; height: 120px; background: #ffffff; border-radius: 8px; border: 1.5px solid #00aa6c;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center;
  padding: 0.6rem 0.8rem; box-sizing: border-box; overflow: hidden !important; transition: var(--transition);
}
.dual-proof .ta-box-narrow:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 170, 108, 0.3); }
.dual-proof .ta-box-narrow .TA_cdsratingsonlynarrow {
  margin: 0 !important; width: 100% !important; height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important;
}
.dual-proof .ta-box-narrow ul, .dual-proof .ta-box-narrow li {
  margin: 0 !important; padding: 0 !important; list-style: none !important; display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; height: 100% !important;
}
.dual-proof .ta-box-narrow img { max-width: 100% !important; max-height: 80px !important; object-fit: contain !important; }

.dp-card {
  width: 100%; height: 120px; background: #ffffff; border-radius: 8px; border: 1.5px solid #ff6600;
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.18); padding: 0.75rem 0.9rem; text-decoration: none;
  display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; transition: var(--transition); overflow: hidden;
}
.dp-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255, 102, 0, 0.35); }
.card-brand-row { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.dp-brand-logo { display: flex; align-items: center; gap: 0.35rem; }
.dp-icon { background: #ff6600; color: #ffffff; font-size: 0.65rem; font-weight: 900; border-radius: 2px; padding: 1px 4px; line-height: 1.1; }
.dp-brand-text { font-size: 0.88rem; font-weight: 800; color: #222222; }
.dp-rating-text { color: #ff6600; font-weight: 800; font-size: 0.88rem; white-space: nowrap; }
.dp-count-text { font-size: 0.72rem; color: #666666; }
.dp-rank-badge { display: flex; align-items: center; gap: 0.35rem; background: #fff5eb; padding: 0.2rem 0.45rem; border-radius: 4px; border: 1px solid #ffe0cc; width: fit-content; }
.dp-rank-tag { background: #ff6600; color: #ffffff; font-size: 0.58rem; font-weight: 700; padding: 0.1rem 0.35rem; border-radius: 2px; line-height: 1; white-space: nowrap; }
.dp-rank-desc { font-size: 0.72rem; color: #663300; line-height: 1.1; white-space: nowrap; }
.dp-rank-desc strong { color: #d93800; font-weight: 800; }

/* BUTONLAR */
.contact-action-hub { display: flex; flex-direction: column; gap: 0.85rem; width: 100%; }
.primary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; width: 100%; }
.messenger-actions { display: grid; grid-template-columns: 1fr; gap: 0.85rem; width: 100%; }
.about-col-info:has(.btn-wechat-channel) .messenger-actions { grid-template-columns: 1fr 1fr; }

.btn-gold {
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-gradient); color: #090807 !important; font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.1em; text-transform: uppercase; height: 48px;
  text-decoration: none; border-radius: 6px; border: none; cursor: pointer;
  box-shadow: 0 6px 22px rgba(212,175,55,0.3); transition: var(--transition);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212,175,55,0.5); background: #ffffff; color: #000 !important; }

.btn-outline-gold {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  background: rgba(255,255,255,0.02); color: var(--gold-light) !important; font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.1em; text-transform: uppercase; height: 48px;
  text-decoration: none; border-radius: 6px; border: 1.5px solid var(--border-gold); transition: var(--transition);
}
.btn-outline-gold:hover { border-color: var(--gold-primary); background: rgba(212, 175, 55, 0.12); color: #fff !important; transform: translateY(-2px); }

.btn-whatsapp, a.btn-whatsapp, .btn-whatsapp-channel {
  display: flex !important; align-items: center !important; justify-content: center !important;
  gap: 0.6rem !important; background: #25D366 !important; color: #ffffff !important; font-weight: 700 !important;
  font-size: 0.82rem !important; letter-spacing: 0.08em !important; text-transform: uppercase !important;
  height: 48px !important; padding: 0 1.2rem !important; text-decoration: none !important; border-radius: 6px !important;
  border: 1px solid #1eb954 !important; cursor: pointer !important; box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35) !important;
  transition: var(--transition) !important;
}
.btn-whatsapp:hover, a.btn-whatsapp:hover, .btn-whatsapp-channel:hover {
  background: #1eb954 !important; color: #ffffff !important; transform: translateY(-2px) !important; box-shadow: 0 10px 28px rgba(37, 211, 102, 0.5) !important;
}

/* FOOTER INSTAGRAM BUTONU */
.btn-instagram, a.btn-instagram {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  height: 48px !important;
  padding: 0 1.2rem !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.35) !important;
  transition: var(--transition) !important;
}
.btn-instagram:hover, a.btn-instagram:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(220, 39, 67, 0.55) !important;
  color: #ffffff !important;
}

.btn-messenger {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  height: 48px; border-radius: 6px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em;
  text-decoration: none; cursor: pointer; border: 1.5px solid var(--border-subtle); background: var(--bg-card); color: #ffffff; transition: var(--transition);
}
.btn-messenger .msg-icon { font-size: 1.1rem; line-height: 1; }

.btn-wechat-channel {
  border-color: rgba(7, 193, 96, 0.35); background: linear-gradient(180deg, rgba(7, 193, 96, 0.12) 0%, rgba(7, 193, 96, 0.04) 100%);
}
.btn-wechat-channel:hover { border-color: #07c160; background: #07c160; color: #fff; box-shadow: 0 8px 25px rgba(7, 193, 96, 0.35); transform: translateY(-2px); }

.whatsapp-float-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 54px; height: 54px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(0,0,0,0.5), 0 0 20px rgba(37, 211, 102, 0.4);
  color: #fff; text-decoration: none; font-size: 1.8rem; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s ease;
}
.whatsapp-float-btn:hover { transform: scale(1.1) translateY(-3px); background: #1eb954; }

/* MODALLAR */
.wechat-modal-overlay, .video-lightbox-modal {
  position: fixed; inset: 0; z-index: 10000; background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(16px); display: flex; align-items: center; justify-content: center;
  padding: 1.2rem; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; cursor: pointer;
}
.wechat-modal-overlay.active, .video-lightbox-modal.active { opacity: 1; visibility: visible; }

.wechat-modal-box {
  position: relative; width: 100%; max-width: 350px; background: var(--bg-card);
  border: 1.5px solid var(--border-gold); border-radius: 12px; padding: 1.8rem 1.4rem;
  box-shadow: 0 25px 50px rgba(0,0,0,0.9); text-align: center; cursor: default;
  transform: scale(0.92); transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wechat-modal-overlay.active .wechat-modal-box { transform: scale(1); }
.wechat-modal-close, .modal-close-btn {
  position: absolute; top: 10px; right: 12px; background: none; border: none; font-size: 1.8rem;
  color: var(--text-muted); cursor: pointer; line-height: 1; transition: var(--transition);
}
.wechat-modal-close:hover, .modal-close-btn:hover { color: var(--gold-primary); }
.wechat-modal-header { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 1.2rem; text-align: left; }
.wechat-badge-icon { width: 40px; height: 40px; border-radius: 50%; background: #07c160; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff; }
.wechat-modal-header h4 { font-family: var(--font-sans); font-size: 1rem; font-weight: 700; color: #ffffff; margin-bottom: 0.1rem; }
.wechat-modal-header p { font-size: 0.75rem; color: var(--gold-light); }
.wechat-qr-wrapper { background: #ffffff; padding: 0.7rem; border-radius: 8px; display: inline-block; box-shadow: 0 10px 25px rgba(0,0,0,0.5); margin-bottom: 1rem; }
.wechat-qr-image { width: 200px; height: auto; display: block; object-fit: contain; }
.wechat-modal-footer-note { font-size: 0.8rem; color: var(--text-muted); }

.modal-dialog-wrap {
  position: relative; width: 100%; max-width: 400px; max-height: 90vh;
  background: #000000; border: 1.5px solid var(--border-gold); border-radius: 12px;
  overflow: hidden; cursor: default; box-shadow: 0 25px 60px rgba(0,0,0,0.95); display: flex; flex-direction: column;
}
.modal-video-aspect { position: relative; width: 100%; aspect-ratio: 9 / 16; background: #000; display: flex; align-items: center; justify-content: center; }
.modal-video-aspect video { width: 100%; height: 100%; object-fit: cover; border: none; }
.modal-meta-bar { display: flex; justify-content: space-between; align-items: center; padding: 0.85rem 1.2rem; background: var(--bg-card); border-top: 1px solid var(--border-subtle); }
.modal-video-title { font-family: var(--font-serif); font-size: 1.05rem; color: var(--gold-light); }

/* MENÜ BÖLÜMÜ */
.menu-wrapper-section { max-width: 1200px; margin: 4.5rem auto 5.5rem auto; padding: 0 1.5rem; width: 100%; }
.section-header-box { text-align: center; margin-bottom: 3.5rem; }
.section-header-box h2 { font-size: clamp(2.2rem, 4vw, 2.8rem); margin-bottom: 0.5rem; }
.section-header-box p { color: var(--text-muted); font-size: 0.95rem; }

.accordion-container { display: flex; flex-direction: column; gap: 1.2rem; width: 100%; }
.menu-accordion-card { background: var(--bg-card); border: 1px solid var(--border-gold); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-lux); width: 100%; }
.accordion-trigger {
  width: 100%; padding: 1.5rem 2rem; background: none; border: none;
  display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; transition: var(--transition);
}
.accordion-trigger:hover { background-color: var(--bg-card-hover); }
.accordion-trigger .category-title { font-family: var(--font-serif); font-size: 1.45rem; font-weight: 600; color: var(--gold-light); letter-spacing: 0.05em; }
.accordion-trigger .icon-indicator { font-size: 1.6rem; color: var(--gold-primary); transition: transform 0.4s ease; }
.accordion-trigger.active .icon-indicator { transform: rotate(45deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.45s ease-out; background: rgba(12, 11, 10, 0.95); border-top: 1px solid var(--border-subtle); }

.food-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 3rem; padding: 2.2rem; width: 100%; box-sizing: border-box; }

.food-item-box {
  display: flex; flex-direction: column; padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); transition: var(--transition); width: 100%; min-width: 0;
}
.food-item-box:hover { border-bottom-color: var(--border-gold); }
.food-meta { display: flex; flex-direction: column; gap: 0.35rem; width: 100%; min-width: 0; }

.food-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 0.6rem;
}

.food-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.6rem;
  flex: 1;
  min-width: 0;
}

.food-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-pure);
  letter-spacing: 0.03em;
  word-break: break-word;
}

.food-leader {
  flex: 1;
  border-bottom: 1px dotted rgba(212, 175, 55, 0.4);
  height: 1px;
  transform: translateY(-4px);
  min-width: 15px;
}

.food-price {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold-primary);
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
}

.food-sub-row { display: flex; justify-content: space-between; align-items: baseline; gap: 0.8rem; width: 100%; min-width: 0; }
.food-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.45; font-weight: 300; flex: 1; min-width: 0; word-break: break-word; }
.food-kcal { font-size: 0.72rem; color: #777777; flex-shrink: 0; white-space: nowrap; }
.food-tag-badge { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.1rem 0.45rem; border: 1px solid var(--gold-primary); color: var(--gold-light); border-radius: 2px; white-space: nowrap; }

/* FOOTER */
footer.site-footer { border-top: 1px solid var(--border-gold); background: #050505; padding: 4rem 1.5rem 2rem 1.5rem; width: 100%; }
.footer-inner {
  max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border-subtle);
}
.footer-col h4 { font-size: 1.25rem; color: var(--gold-primary); margin-bottom: 1.1rem; }
.footer-col p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
.copyright-bar { text-align: center; font-size: 0.78rem; color: #666; margin-top: 2rem; }

/* ==========================================================================
   MOBİL UYUMLULUK
   ========================================================================== */
@media(max-width: 1024px) {
  .about-visuals-container { grid-template-columns: 1fr; gap: 3rem; align-items: flex-start; }
  .about-col-info, .visuals-col-media { height: auto; justify-content: flex-start; }
  .food-grid { grid-template-columns: 1fr; gap: 1.8rem; }
}

@media(max-width: 768px) {
  .nav-links { display: none; }
  .nav-inner { padding: 0.6rem 1rem; }
  .brand-logo-img { width: 48px; height: 48px; }
  .brand-text .logo-title { font-size: 1.25rem; }
  .brand-text .logo-subtitle { font-size: 0.48rem; letter-spacing: 0.2em; }
  
  .header-actions-wrap { gap: 0.45rem; }
  .nav-instagram-btn { width: 33px; height: 33px; }
  .lang-dropdown-btn { padding: 0.4rem 0.65rem; font-size: 0.75rem; height: 33px; }

  .hero-section {
    height: 100vh;
    height: 100dvh;
    min-height: 540px;
    padding: 75px 1.2rem 1.8rem 1.2rem;
    background-position: center center;
  }
  .hero-bull-emblem { width: 105px; height: 105px; margin-bottom: 0.8rem; }
  .hero-tagline { font-size: 0.76rem; margin-bottom: 0.4rem; }
  .hero-title { font-size: 2.1rem; margin-bottom: 0.8rem; }
  .hero-desc { font-size: 0.86rem; line-height: 1.55; margin-bottom: 1.4rem; }

  .hero-content .btn-gold {
    min-width: 180px;
    max-width: 230px;
    height: 44px;
    font-size: 0.78rem;
  }

  .about-visuals-section { padding: 3.5rem 1rem; }
  .about-visuals-container { gap: 2.5rem; }
  .about-main-title { font-size: 1.85rem; }
  .visuals-header h3 { font-size: 1.85rem; }
  
  .video-tiles-grid { grid-template-columns: 1fr; gap: 1rem; }
  .video-tile-card { height: 175px; }

  .social-proof-grid.dual-proof {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
    width: 100% !important;
  }
  .dual-proof .ta-box-narrow {
    width: 100% !important;
    height: 75px !important;
    padding: 0.4rem 0.8rem !important;
  }
  .dp-card {
    width: 100% !important;
    height: auto !important;
    min-height: 85px !important;
    padding: 0.75rem 0.9rem !important;
  }
  .dp-brand-text { font-size: 0.92rem; }
  .dp-rank-desc { font-size: 0.75rem; }

  .single-proof .ta-box-wide {
    width: 100% !important;
    max-width: 100% !important;
    height: 68px !important;
    padding: 0.3rem 0.5rem !important;
  }
  .single-proof .ta-box-wide img {
    max-width: 92% !important;
    max-height: 26px !important;
  }

  .primary-actions, .messenger-actions {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .menu-wrapper-section { margin: 3rem auto 4rem auto; padding: 0 1rem; }
  .section-header-box { margin-bottom: 2rem; }
  .section-header-box h2 { font-size: 2rem; }
  .accordion-trigger { padding: 1.1rem 1.2rem; }
  .accordion-trigger .category-title { font-size: 1.25rem; }
  .food-grid { padding: 1.2rem 1rem; gap: 1.2rem; }
  
  .food-head { align-items: flex-start; }
  .food-leader { display: none !important; }
  .food-title { font-size: 1.05rem; }
  .food-price { font-size: 1.08rem; padding-top: 1px; }

  .whatsapp-float-btn { bottom: 18px; right: 18px; width: 50px; height: 50px; font-size: 1.6rem; }
}

/* ==========================================================================
   GOOGLE STYLE COOKIE BANNER (BEYAZ KART)
   ========================================================================== */
.g-cookie-card {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 440px;
  width: calc(100% - 48px);
  background: #ffffff;
  color: #202124;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
  z-index: 10005;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: gFadeIn 0.3s ease-out;
}

@keyframes gFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.g-cookie-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #3c4043;
  margin: 0;
  text-align: left;
}

.g-cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.g-cookie-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.g-btn-reject {
  background-color: #f1f3f4;
  color: #3c4043;
}
.g-btn-reject:hover {
  background-color: #e8eaed;
}

.g-btn-accept {
  background-color: #1a73e8;
  color: #ffffff;
}
.g-btn-accept:hover {
  background-color: #1557b0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .g-cookie-card {
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 16px;
  }
}