/* styles.css — The Beergarita Pub
   Tasarım sistemi: koyu, sıcak pub atmosferi. İki yön (Klasik / Modern).
   Renkler oklch ile tanımlandı; "ışık hissi" ve vurgu rengi Tweaks ile değişir. */

:root {
  /* Tweak-kontrollü değişkenler (JS inline ile override edilir) */
  --accent: #c99b4e;
  --bg-l: 0.17;            /* zemin koyuluğu / ışık hissi */
  --hero-overlay: 0.5;     /* hero overlay koyuluğu */

  /* Yön A varsayılanları — MEKÂN DOKUSU: derin lacivert duvar */
  --bg-hue: 264;
  --bg-chroma: 0.05;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Libre Franklin", system-ui, sans-serif;
  --head-spacing: 0em;
  --head-weight: 800;
  --label-spacing: 0.22em;
  --section-pad: 40px;
  --ornament: 1;            /* 1 = göster (Klasik), 0 = gizle (Modern) */
  --radius: 4px;
  --maxw: 1180px;

  /* ============================================================
     TİPOGRAFİ KÜTÜPHANESİ (Type Scale) — tek kaynak
     Kullanıcının tüm bölümler için belirlediği punto değerleri.
     Bir puntoyu değiştirmek için yalnızca buradaki değeri güncelle.
     ============================================================ */
  --fs-display:    clamp(42px, min(8.2vw, 13vh), 73px);  /* Hero başlığı */
  --fs-h2:         clamp(34px, 6vw, 52px);                /* Bölüm başlıkları */
  --fs-motto:      clamp(24px, 4vw, 33px);                /* Footer mottosu */
  --fs-quote:      20px;                                  /* Yorum metni */
  --fs-item:       19px;                                  /* Menü kalem adı */
  --fs-brand-mark: 25px;                                  /* Logo amblemi (B) */
  --fs-brand-name: 21px;                                  /* Marka adı */
  --fs-lg:         18px;                                  /* Menü/nav, büyük gövde */
  --fs-body:       17px;                                  /* Paragraf, lead, hero alt metni */
  --fs-label:      16px;                                  /* Etiketler (kicker), marka alt etiketi */
  --fs-tab:        15px;                                  /* Menü sekmeleri */
  --fs-sm:         14px;                                  /* Küçük açıklama, rozet, kalem açıklaması */

  --bg:       oklch(var(--bg-l) var(--bg-chroma) var(--bg-hue));
  --bg-deep:  oklch(calc(var(--bg-l) - 0.045) var(--bg-chroma) var(--bg-hue));
  --surface:  oklch(calc(var(--bg-l) + 0.045) var(--bg-chroma) var(--bg-hue));
  --surface2: oklch(calc(var(--bg-l) + 0.085) var(--bg-chroma) var(--bg-hue));
  --line:     oklch(calc(var(--bg-l) + 0.16) var(--bg-chroma) var(--bg-hue) / 0.6);
  --ink:      oklch(0.95 0.012 85);
  --muted:    oklch(0.82 0 0);
  --faint:    oklch(0.62 0.02 255);
  --accent-ink: oklch(0.86 0.11 75);

  /* ============================================================
     MEKÂN DOKUSU — ikincil kimlik renkleri
     Lacivert duvar + zümrüt fayanslı bar + pirinç çerçeve + neon
     ============================================================ */
  --green:       oklch(0.55 0.10 168);   /* zümrüt bar fayansı */
  --green-deep:  oklch(0.40 0.085 168);  /* fayans derin tonu */
  --green-neon:  oklch(0.84 0.20 158);   /* neon yeşil */
  --grout:       oklch(0.30 0.06 168 / 0.65); /* fayans derzi */

  /* Pirinç çerçeve kenarı — duvardaki fotoğraf çerçeveleri */
  --brass-edge: linear-gradient(140deg, #eccd86 0%, #9c742f 32%, #f5e3a6 52%, #7c5a22 78%, #c79a4c 100%);
  --mat: #0b0d1c;       /* çerçeve içi paspartu (koyu) */
}

/* ---- Yön B: Modern atmosferik (minimal) — aynı lacivert kimlik ---- */
.dir-b {
  --bg-hue: 255;
  --bg-chroma: 0.045;
  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, sans-serif;
  --head-spacing: 0.005em;
  --head-weight: 600;
  --label-spacing: 0.42em;
  --section-pad: 40px;
  --ornament: 0;
  --radius: 0px;
}

/* Başlık fontu Tweak override sınıfları */
.hf-playfair { --font-head: "Playfair Display", Georgia, serif; }
.hf-cormorant { --font-head: "Cormorant Garamond", Georgia, serif; }
.hf-bodoni { --font-head: "Bodoni Moda", Georgia, serif; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: var(--head-weight);
  letter-spacing: var(--head-spacing);
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: break-word;
}

p { overflow-wrap: break-word; text-wrap: pretty; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* Bölüm etiketi (kicker) */
.kicker {
  font-family: var(--font-body);
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
}
.kicker::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--accent);
  opacity: 0.7;
  display: inline-block;
}

.section-title {
  font-size: var(--fs-h2);
  margin-bottom: 18px;
}
.dir-b .section-title { font-size: clamp(40px, 9vw, 84px); font-weight: 500; }

.lead { color: var(--muted); font-size: var(--fs-body); max-width: 56ch; }

/* Süs ayracı (yalnızca Klasik) */
.ornament {
  display: flex; align-items: center; gap: 16px;
  color: var(--accent); opacity: calc(var(--ornament) * 0.9);
  height: calc(var(--ornament) * 22px);
  overflow: hidden;
  margin: 0 auto;
}
.ornament::before, .ornament::after {
  content: ""; height: 1px; width: 60px; background: currentColor; opacity: 0.5;
}
.ornament span { font-size: 14px; }

/* Hap buton */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  background: var(--accent);
  color: #16100a;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--accent);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .2s;
  box-shadow: 0 10px 30px -12px color-mix(in oklab, var(--accent) 70%, transparent);
}
.pill:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -12px color-mix(in oklab, var(--accent) 80%, transparent); }
.pill.ghost {
  background: transparent; color: var(--ink);
  border-color: color-mix(in oklab, var(--ink) 35%, transparent);
  box-shadow: none;
}
.pill.ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ---- HEADER CSS VERSİYONU ---- */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: transform .3s;
}
.hdr-bar-css {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5px; height: 68px;
  background-color: #333022;
  background-image: 
    linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000),
    linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  border-top: 5px solid #181717;
  border-bottom: 5px solid #181717;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.8), 0 11px 12px rgba(0,0,0,0.6);
  z-index: 2;
}

/* Metal çerçeve görünümü için */
.hdr-bar-css::before {
  content: ""; position: absolute; inset: 0;
  border-top: 3px solid #2c2d30; border-bottom: 3px solid #2c2d30;
  pointer-events: none; opacity: 0.8;
}

.hdr-logo {
  padding-left: 15px;
  font-family: var(--font-head);
  font-weight: 800; font-size: 26px;
  color: #cca658;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 4px 6px rgba(0,0,0,0.8);
  white-space: nowrap;
}
.hdr-nav {
  display: flex; gap: 20px; margin-left: auto; margin-right: 20px;
}
.hdr-nav a {
  font-family: var(--font-head);
  font-size: 15px; color: #d8d7d7; cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  transition: color .2s;
  position: relative;
}
.hdr-nav a::after {
  content: ""; position: absolute; left: 10%; right: 10%; bottom: -4px; height: 2px;
  background: var(--accent); opacity: 0; transition: opacity .2s;
}
.hdr-nav a:hover::after { opacity: 1; }
.hdr-nav a:hover { color: var(--accent); }

.hdr-wa {
  display: flex; align-items: center; justify-content: center;
  background: #000; border-radius: 50%; padding: 2px;
  transition: transform .2s;
  position: relative; z-index: 3;
}
.hdr-wa:hover { transform: scale(1.05); }

.hdr-burger-btn {
  display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 4px;
  position: relative; z-index: 3;
}

/* Header Bayrakları */
.hdr .bunting-band {
  position: absolute; top: 85%; left: 50px; right: 50px; z-index: -1;
  background: transparent;
  transition: opacity .3s, transform .3s;
}
.hdr.solid .bunting-band { opacity: 0; transform: translateY(-12px); pointer-events: none; }
.gizle-doku .hdr .bunting-band { display: none; }

@media (max-width: 960px) {
  .hdr-logo { font-size: 22px; }
  .hdr-nav { gap: 12px; }
  .hdr-nav a { font-size: 14px; }
}
@media (max-width: 820px) {
  .hdr-nav { display: none; }
  .hdr-bar-css { justify-content: space-between; height: 50px; }
  .hdr-burger-btn { display: block; }
  .hdr-burger-btn svg { width: 22.4px; height: 22.4px; }
  .hdr-wa svg { width: 23px; height: 23px; }
  .hdr-logo { margin: 0 auto; font-size: 18px; padding-left: 0px; }
}
@media (max-width: 640px) {
  .hdr-logo { margin: 0 auto; padding-left: 0px; font-weight: 600; letter-spacing: 0.01em; }
  .hdr .bunting-band .bunting { justify-content: center; }
  .hdr .bunting-band .flag:nth-child(n+10) { display: none; padding-left: 0px; }
  .hdr-flag-img { width: 95%; }
}

/* Mobil menü overlay */
.mnav {
  position: fixed; inset: 0; z-index: 70;
  background: color-mix(in oklab, var(--bg-deep) 97%, black);
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
  padding: 40px;
  overflow-y: auto;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform .45s cubic-bezier(.7,0,.2,1), visibility 0s linear .45s;
}
.mnav.open { transform: translateY(0); visibility: visible; transition: transform .45s cubic-bezier(.7,0,.2,1), visibility 0s; }
.mnav a { font-family: var(--font-head); font-size: clamp(30px, 9vw, 46px); color: var(--ink); padding: 8px 0; border-bottom: 1px solid var(--line); }
.mnav a:active { color: var(--accent); }
.mnav .close { position: absolute; top: 22px; right: 22px; background: none; border: 0; color: var(--ink); font-size: 34px; cursor: pointer; line-height: 1; }

/* ---- HERO ---- */
.hero { position: relative; min-height: 100svh; height: auto; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero video, .hero .poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center center;
  transform: translateY(86px) scale(1.24);
  transform-origin: center 38%;
}
.hero .poster { z-index: 0; }
.hero video { z-index: 1; }
.hero .scrim {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(to bottom, rgba(7,9,22, calc(var(--hero-overlay) * 0.8)) 0%, rgba(7,9,22,0) 28%),
    linear-gradient(to top, rgba(5,7,18, calc(var(--hero-overlay) + 0.3)) 0%, rgba(5,7,18, calc(var(--hero-overlay) * 0.5)) 45%, rgba(5,7,18,0.08) 100%);
}
.hero .hero-inner { position: relative; z-index: 3; width: 100%; padding-top: clamp(112px, 17vh, 156px); padding-bottom: clamp(48px, 8vh, 104px); }
.hero h1 {
  font-size: var(--fs-display);
  line-height: 0.94;
  color: #fff;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
  max-width: min(8.5em, 100%);
  overflow-wrap: break-word;
  text-wrap: balance;
}
.dir-b .hero h1 { font-weight: 500; letter-spacing: 0.01em; }
.hero .hero-sub { color: rgba(255,255,255,0.86); font-size: var(--fs-body); margin: 20px 0 30px; max-width: 40ch; }
.hero .hero-kicker { color: var(--accent); }

/* Kısa ekranlarda (dizüstü) hero'yu sıkıştır — başlık header'a değmesin */
@media (max-height: 800px) {
  .hero h1 { font-size: clamp(34px, 9.5vh, 60px); }
  .hero .hero-inner { padding-top: clamp(116px, 15vh, 132px); padding-bottom: clamp(40px, 6vh, 72px); }
  .hero .hero-sub { margin: 16px 0 24px; }
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.scroll-cue {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  z-index: 3; color: rgba(255,255,255,0.7);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
}
.scroll-cue .arrow { width: 1px; height: 36px; background: linear-gradient(to bottom, transparent, var(--accent)); position: relative; }
.scroll-cue .arrow::after { content:""; position:absolute; bottom:0; left:-3px; width:7px; height:7px; border-right:1px solid var(--accent); border-bottom:1px solid var(--accent); transform: rotate(45deg); }
@media (prefers-reduced-motion: no-preference) {
  .scroll-cue { animation: bob 2.4s ease-in-out infinite; }
  @keyframes bob { 0%,100%{ transform: translateX(-50%) translateY(0);} 50%{ transform: translateX(-50%) translateY(7px);} }
}

/* ---- Bölüm yapısı ---- */
section.block { padding: var(--section-pad) 0; position: relative; }
.bg-surface { background: var(--bg-deep); }

/* About + hours */
.about-grid { display: grid; gap: 44px; align-items: start; }
@media (min-width: 860px) { .about-grid { grid-template-columns: 1.05fr 0.95fr; gap: 64px; } }
.about-copy p { color: var(--muted); font-size: var(--fs-body); }
.about-copy p:first-of-type { font-size: var(--fs-lg); }
.about-img { position: relative; }
.about-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border: 5px solid; border-image: var(--brass-edge) 1; background: var(--mat); box-shadow: 0 16px 40px -18px rgba(0,0,0,0.7); }
.dir-b .about-img img { aspect-ratio: 3/4; }
.about-img .frame { display: none; }

.hours { margin-top: 30px; border-top: 1px solid var(--line); }
.hours .row { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.hours .row .d { font-weight: 600; }
.hours .row .h { color: var(--accent); font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.hours .badge { display:inline-flex; align-items:center; gap:8px; margin-top:18px; font-size:var(--fs-sm); color:var(--muted); }
.hours .dot { width:8px;height:8px;border-radius:50%;background:var(--green-neon);box-shadow:0 0 0 4px color-mix(in oklab,var(--green-neon) 22%,transparent), 0 0 10px var(--green-neon); }

/* ---- MENÜ ---- */
.menu-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 10px; }
.tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; margin: 0 -22px 34px; padding-left: 22px; padding-right: 22px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: none; padding: 10px 18px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line); background: transparent; color: var(--muted);
  font-family: var(--font-body); font-size: var(--fs-tab); letter-spacing: 0.03em; white-space: nowrap;
  transition: .2s;
}
.tab:hover { color: var(--ink); border-color: color-mix(in oklab, var(--accent) 50%, var(--line)); }
.tab.active { background: var(--accent); color: #16100a; border-color: var(--accent); font-weight: 600; }

.menu-body { display: grid; gap: 38px; align-items: start; }
@media (min-width: 820px) { .menu-body { grid-template-columns: 0.95fr 1.05fr; gap: 56px; } }
.menu-photo { position: relative; overflow: hidden; border: 5px solid; border-image: var(--brass-edge) 1; background: var(--mat); box-shadow: 0 16px 36px -16px rgba(0,0,0,0.7); }
.menu-photo img { width: 100%; height: 100%; min-height: 200px; aspect-ratio: 5/3; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.menu-photo:hover img { transform: scale(1.05); }
.menu-photo .cap { position: absolute; left: 18px; bottom: 16px; right: 18px; z-index: 2; }
.menu-photo .cap .ttl { font-family: var(--font-head); font-size: 26px; color: #fff; }
.menu-photo .cap .sub { color: rgba(255,255,255,0.82); font-size: 13px; }
.menu-photo::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(8,6,3,0.85), transparent 55%); }
.menu-photo .cap, .menu-photo .ttl { position: relative; }

.items { display: flex; flex-direction: column; }
.item { display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; padding: 18px 0; border-bottom: 1px dashed var(--line); align-items: baseline; }
.item:first-child { padding-top: 0; }
.item .n { font-family: var(--font-head); font-size: var(--fs-item); font-weight: 700; }
.dir-b .item .n { font-size: 26px; font-weight: 600; }
.item .p { color: var(--accent); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; font-family: var(--font-body); font-size: 16px; }
.item .d { grid-column: 1 / -1; color: var(--muted); font-size: var(--fs-sm); line-height: 1.55; }
.menu-note { color: var(--faint); font-size: 13px; margin-top: 26px; }

/* Mobil: kategori fotoğrafı buton (sekme) satırının ÜSTÜNE gelsin.
   .menu-body display:contents ile foto+liste, .wrap'in flex bağlamına katılır;
   böylece tek dizilim sırası belirlenebilir. Masaüstü (>=820px) etkilenmez. */
@media (max-width: 819px) {
  #menu .wrap { display: flex; flex-direction: column; }
  #menu .menu-body { display: contents; }
  #menu .menu-head  { order: 0; }
  #menu .menu-photo { order: 1; margin-bottom: 34px; }
  #menu .tabs       { order: 2; }
  #menu .items      { order: 3; }
}

/* ---- ETKİNLİKLER ---- */
.events { display: grid; gap: 16px; }
.event {
  display: grid; grid-template-columns: 88px 1fr; gap: 22px; align-items: center;
  padding: 22px; border: 1px solid var(--line); border-radius: var(--radius);
  background: color-mix(in oklab, var(--surface) 60%, transparent);
  transition: .3s; cursor: default;
}
.event:hover { border-color: color-mix(in oklab, var(--accent) 60%, var(--line)); transform: translateY(-3px); background: var(--surface); }
.event .date { text-align: center; border-right: 1px solid var(--line); padding-right: 18px; }
.event .date .day { font-size: 11px; letter-spacing: 0.2em; color: var(--accent); text-transform: uppercase; }
.event .date .num { font-family: var(--font-head); font-size: 26px; line-height: 1; margin-top: 4px; }
.event .body h3 { font-size: 22px; margin-bottom: 6px; }
.dir-b .event .body h3 { font-size: 27px; }
.event .body .meta { font-size: 12.5px; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.event .body p { color: var(--muted); font-size: 15px; margin: 0; }
@media (min-width: 760px) { .events { grid-template-columns: 1fr 1fr; } }

/* ---- GALERİ ---- */
.gal { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 700px) { .gal { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
.gal button { border: 3px solid; border-image: var(--brass-edge) 1; padding: 2px; cursor: pointer; overflow: hidden; background: var(--mat); position: relative; box-shadow: 0 12px 26px -12px rgba(0,0,0,0.65); }
.gal img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gal button:nth-child(1), .gal button:nth-child(8) { grid-row: span 2; }
.gal button:nth-child(1) img, .gal button:nth-child(8) img { aspect-ratio: auto; height: 100%; }
.gal button::after { content:""; position:absolute; inset:0; background: color-mix(in oklab, var(--accent) 0%, transparent); transition: background .3s; }
.gal button:hover img { transform: scale(1.07); }
.gal button:hover::after { background: color-mix(in oklab, var(--bg-deep) 20%, transparent); }

/* Lightbox */
.lb { position: fixed; inset: 0; z-index: 90; background: rgba(6,5,3,0.94); display: grid; place-items: center; padding: 24px; }
.lb img { max-width: min(92vw, 1100px); max-height: 84vh; object-fit: contain; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lb .x { position: absolute; top: 18px; right: 22px; background: none; border: 0; color: #fff; font-size: 38px; cursor: pointer; line-height: 1; }
.lb .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: #fff; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; font-size: 22px; display: grid; place-items: center; transition: .2s; }
.lb .nav-btn:hover { background: var(--accent); color: #16100a; border-color: var(--accent); }
.lb .prev { left: 18px; } .lb .next { right: 18px; }

/* ---- YORUMLAR ---- */
.reviews { display: grid; gap: 18px; }
@media (min-width: 760px) { .reviews { grid-template-columns: repeat(2, 1fr); } }
.review { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: color-mix(in oklab, var(--surface) 55%, transparent); }
.review .stars { color: var(--accent); letter-spacing: 3px; font-size: 15px; margin-bottom: 14px; }
.review .stars .off { opacity: 0.25; }
.review p { font-family: var(--font-head); font-size: var(--fs-quote); font-weight: 500; line-height: 1.45; color: var(--ink); margin: 0 0 18px; }
.dir-a .review p { font-style: italic; }
.review .who { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }

/* ---- İLETİŞİM ---- */
.contact-grid { display: grid; gap: 40px; }
@media (min-width: 880px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; } }
.contact-info .line { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-info .line .lbl { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); width: 90px; flex: none; padding-top: 4px; }
.contact-info .line .val { font-size: 16px; white-space: pre-line; }
.contact-info .line .val a { color: var(--ink); border-bottom: 1px solid var(--line); }
.contact-info .line .val a:hover { color: var(--accent); border-color: var(--accent); }
.socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.socials a { display:inline-flex; align-items:center; gap:8px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; transition: .2s; }
.socials a:hover { border-color: var(--accent); color: var(--accent); }
.map { min-height: 340px; height: 100%; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); position: relative; background: var(--surface); }
.map iframe { position: relative; z-index: 2; width: 100%; height: 100%; min-height: 340px; border: 0; filter: grayscale(0.4) brightness(0.85) contrast(1.05); }
.map-fallback {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  text-align: center; padding: 24px;
  background:
    radial-gradient(120% 80% at 30% 20%, color-mix(in oklab, var(--accent) 14%, transparent), transparent 60%),
    repeating-linear-gradient(45deg, var(--surface), var(--surface) 12px, var(--surface2) 12px, var(--surface2) 24px);
}
.map-fallback .pin { font-size: 30px; }
.map-fallback .map-addr { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ---- FOOTER ---- */
.foot { padding: 60px 0 40px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.foot-inner { display: flex; flex-direction: column; gap: 26px; align-items: center; text-align: center; }
.foot .motto { font-family: var(--font-head); font-size: var(--fs-motto); }
.foot .small { color: var(--faint); font-size: 13px; }
.foot .small a { color: var(--accent); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ============================================================
   MEKÂN DOKUSU — Bayrak flaması (bunting) + Neon fayans bandı
   Beergarita'nın asıl kişiliği: dünya bayrakları, neon sloganlar,
   zümrüt metro fayanslı bar önü.
   ============================================================ */

/* Bayrak flaması — mekânın tavanına asılı üçgen flamalar */
.bunting-band {
  background: var(--bg-deep);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.gizle-doku .bunting-band { display: none; }
.bunting {
  display: flex; justify-content: center; align-items: flex-start;
  flex-wrap: nowrap; gap: 0; min-height: 50px;
  position: relative; padding: 0 14px 6px;
  overflow-x: auto; scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.bunting::-webkit-scrollbar { display: none; }
.bunting::before {
  content: ""; position: absolute; top: 4px; left: 0; right: 0; height: 2px;
  background: color-mix(in oklab, var(--accent) 45%, transparent);
  border-radius: 2px;
}
.flag {
  position: relative; flex: none;
  width: 48px; height: 32px; margin: 9px 3px 0;
  border-radius: 2px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.22), inset 0 2px 4px rgba(255,255,255,0.18), 0 4px 8px rgba(0,0,0,0.45);
  transform-origin: top center; scroll-snap-align: center;
}
.flag::before {
  content: ""; position: absolute; top: -9px; left: 50%; width: 1px; height: 9px;
  background: color-mix(in oklab, var(--accent) 60%, transparent);
}
@media (prefers-reduced-motion: no-preference) {
  .flag { animation: sway 4.8s ease-in-out infinite; }
  .flag:nth-child(even) { animation-delay: -2.4s; }
  @keyframes sway { 0%,100% { transform: rotate(-2deg); } 50% { transform: rotate(2deg); } }
}
@media (max-width: 760px) { .bunting { justify-content: flex-start; } }

/* Neon slogan bandı — zümrüt metro fayans dokusu üzerinde kayan neon yazı */
.neon-band {
  position: relative;
  padding: 26px 0;
  background-color: var(--green-deep);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(0,0,0,0.22)),
    repeating-linear-gradient(0deg, transparent 0 27px, var(--grout) 27px 30px),
    repeating-linear-gradient(90deg, transparent 0 57px, var(--grout) 57px 60px);
  background-position: 0 0;
  border-top: 1px solid var(--grout);
  border-bottom: 1px solid var(--grout);
  overflow: hidden;
}
.gizle-doku .neon-band { display: none; }
.neon-band::before, .neon-band::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.neon-band::before { left: 0; background: linear-gradient(90deg, var(--green-deep), transparent); }
.neon-band::after { right: 0; background: linear-gradient(270deg, var(--green-deep), transparent); }
.neon-track {
  display: flex; align-items: center; width: max-content; white-space: nowrap;
  will-change: transform;
}
@media (prefers-reduced-motion: no-preference) {
  .neon-track { animation: marq 42s linear infinite; }
  @keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
}
.neon-track .slogan {
  font-family: var(--font-head);
  font-weight: 700; font-style: italic;
  font-size: clamp(22px, 3.4vw, 34px);
  color: var(--green-neon);
  text-shadow:
    0 0 5px color-mix(in oklab, var(--green-neon) 90%, white),
    0 0 16px var(--green-neon),
    0 0 34px color-mix(in oklab, var(--green-neon) 70%, transparent);
  padding: 0 30px; line-height: 1.1;
}
.neon-track .sep {
  color: var(--accent); font-size: 16px; padding: 0 4px;
  text-shadow: 0 0 8px color-mix(in oklab, var(--accent) 70%, transparent);
}

/* Menü bölümü = mekânın zümrüt metro-fayanslı bar önü */
#menu.bg-surface {
  background-color: var(--green-deep);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.20)),
    repeating-linear-gradient(0deg, transparent 0 33px, var(--grout) 33px 36px),
    repeating-linear-gradient(90deg, transparent 0 69px, var(--grout) 69px 72px);
  border-top: 1px solid var(--grout);
  border-bottom: 1px solid var(--grout);
}
#menu .lead, #menu .item .d, #menu .menu-note { color: oklch(0.86 0.02 150); }
#menu .item { border-bottom-color: color-mix(in oklab, var(--green-neon) 22%, transparent); }
#menu .tab { border-color: color-mix(in oklab, #eccd86 100%, transparent); }
#menu .tab:hover { border-color: var(--accent); color: #fff; }

/* Hero alt yazısı — sade, video üzerinde */
.hero-counter {
  position: relative;
  margin: 18px 0 30px;
}
.hero-counter-inner {
  width: 100%; max-width: 62ch;
  padding: 0;
}
.hero-counter .hero-sub {
  margin: 0; max-width: 62ch;
  color: rgba(255,246,232,0.94);
  text-shadow: 0 1px 6px rgba(0,0,0,0.8);
}
@media (min-width: 900px) {
  .hero-counter-inner { max-width: 38%; }
  .hero-counter .hero-sub { max-width: 100%; }
}
@media (max-width: 640px) {
  .hero-counter { margin: 14px 0 24px; }
  .hero-counter .hero-sub { max-width: none; }
}

/* Footer üstü — girişteki Acem kilimi şeridi */
.foot { position: relative; }
.foot::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 14px;
  background:
    repeating-linear-gradient(45deg, #9a4030 0 7px, transparent 7px 14px),
    repeating-linear-gradient(-45deg, #cf9a45 0 7px, transparent 7px 14px),
    repeating-linear-gradient(90deg, #2f6f63 0 2px, transparent 2px 26px),
    #732f23;
  opacity: 0.92;
}

/* "No Beer Racists" neonu — Etkinlikler bölümünde duvar arka planı, ışık titremesiyle */
#etkinlikler { position: relative; overflow: hidden; }
#etkinlikler > .wrap { position: relative; z-index: 2; }
.gizle-doku .neon-sign { display: none; }
.neon-sign {
  position: absolute; z-index: 1; pointer-events: none;
  top: 47%; left: 50%; transform: translate(-50%, -50%);
  width: min(640px, 84vw);
  --neon-op: 0.95;
  mix-blend-mode: screen;
  opacity: var(--neon-op);
}
.neon-img {
  width: 100%; aspect-ratio: 1110 / 944; display: block;
  background: url("neon-no-beer.png") center / contain no-repeat;
  filter: saturate(1.15) brightness(1.04);
  -webkit-mask-image: radial-gradient(ellipse 72% 72% at 50% 50%, #000 52%, transparent 84%);
  mask-image: radial-gradient(ellipse 72% 72% at 50% 50%, #000 52%, transparent 84%);
}
@media (prefers-reduced-motion: no-preference) {
  .neon-sign { animation: neonGlow 5.5s ease-in-out infinite; }
  .neon-img { animation: neonFlick 6.5s steps(1, end) infinite; }
  @keyframes neonGlow {
    0%, 100% { opacity: var(--neon-op); }
    50% { opacity: calc(var(--neon-op) * 0.86); }
  }
  @keyframes neonFlick {
    0%, 8%, 100% { filter: saturate(1.15) brightness(1.04); }
    9% { filter: saturate(1.15) brightness(0.5); }
    10% { filter: saturate(1.2) brightness(1.18); }
    51% { filter: saturate(1.15) brightness(1.04); }
    52% { filter: saturate(1.15) brightness(0.55); }
    53% { filter: saturate(1.2) brightness(1.12); }
    79% { filter: saturate(1.25) brightness(1.22); }
    80% { filter: saturate(1.15) brightness(1.04); }
  }
}
/* Etkinlik kartları yarı saydam — neon arkadan hafifçe sızsın */
.event { backdrop-filter: blur(1.5px); -webkit-backdrop-filter: blur(1.5px); }
/* Mobilde neon görselinin çoğu "Etkinlikler" başlık satırında olsun */
@media (max-width: 760px) {
  .neon-sign { width: 100vw; top: 326px; transform: translate(-50%, -50%); --neon-op: 1; z-index: -10; }
}

/* ---- Mobil punto ayarları (telefon) ---- */
@media (max-width: 640px) {
  :root {
    --fs-label: 14px;
    --fs-body: 16px;
  }
  .hero h1 { font-size: 45px; }
  /* İlk scrollda çıkan "Kaydır" yazısı ve okunu mobilde gizle */
  .scroll-cue { display: none; }
  /* Bira bardaklı görseli aşağı it */
  .hero video, .hero .poster { transform: translateY(70px) scale(1.26); transform-origin: center 42%; }
}
