/* ============================================================
   GORGO — Bites & Cocktails
   Greek mythology theme · deep navy + antique gold + cream (brand logo palette)
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  --ink:        #111229;
  --ink-2:      #161834;
  --panel:      #1b1e3f;
  --panel-2:    #232652;
  --stone:      #2a2f5e;

  --gold:       #c9a24b;
  --gold-2:     #e7c873;
  --gold-deep:  #9b7a32;
  --gold-soft:  rgba(201, 162, 75, .12);
  --gold-line:  rgba(201, 162, 75, .24);

  --serpent:    #5b9d7e;
  --wine:       #8a2b3a;

  --marble:     #f1ecdf;
  --text:       #cdcbe0;
  --muted:      #9a9ab8;

  --line:       rgba(241, 236, 223, .10);

  --font-display: "Cinzel", "Times New Roman", serif;
  --font-greek:   "Cinzel Decorative", "Cinzel", serif;
  --font-serif:   "Cormorant Garamond", Georgia, serif;
  --font-body:    "EB Garamond", Georgia, "Times New Roman", serif;
  --font-sans:    "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --maxw: 1200px;
  --radius: 14px;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, .7);
  --shadow-gold: 0 18px 50px -22px rgba(201, 162, 75, .45);

  --ease: cubic-bezier(.22, .61, .36, 1);

  --header-h: 76px;

  /* Drop a real photo in: e.g. url("../assets/images/hero.jpg") */
  --hero-image: none;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* Classical serif (antiquity feel) for descriptive / body copy — kept large & airy for readability */
.hero-lead,
.story-grid p,
.order-band p,
.reserve-box p,
.menu-note p,
.event-card p,
.footer-about p,
.menu-item .mi-desc {
  font-family: var(--font-body);
  letter-spacing: .003em;
}
.hero-lead,
.story-grid p,
.order-band p {
  font-size: clamp(16.5px, 1.9vw, 19px);
  line-height: 1.78;
}
.menu-item .mi-desc { font-size: 16px; line-height: 1.55; }
.event-card p { font-size: 16px; line-height: 1.55; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--marble);
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  letter-spacing: .02em;
}

::selection { background: var(--gold); color: #1a1306; }

:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 24px;
}

.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 60px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }

.section-title {
  font-size: clamp(28px, 4.4vw, 46px);
}
.section-sub {
  margin-top: 16px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--muted);
  font-style: italic;
}

/* Greek-key (meander) divider */
.meander {
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='22' viewBox='0 0 44 22'%3E%3Cg fill='none' stroke='%23c9a24b' stroke-width='2' opacity='0.5'%3E%3Cpath d='M0 19 H44 M4 19 V4 H30 V15 H12 V9 H22 V12'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: .8;
}

/* ---------- Mythology scroll motifs (parallax) ---------- */
.myth-host { isolation: isolate; }
.myth-host > .container { position: relative; z-index: 1; }
.myth-layer { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.myth-layer * { pointer-events: none; }

.myth { position: absolute; color: var(--gold); will-change: transform; }
.myth-serpent { display: block; }

/* faint Gorgo head watermark — the real logo mark */
.myth-head { display: block; width: clamp(260px, 36vw, 520px); height: auto; opacity: .07; }
.myth-head--center { inset: 0; margin: auto; }
.myth-head--right  { right: -9%; top: 2%; }
.myth-head--left   { left: -12%; bottom: -14%; }

/* serpent line */
.myth-serpent { width: clamp(220px, 30vw, 420px); height: auto; opacity: .10; }

@media (max-width: 760px) {
  .myth-serpent { display: none; }
  .myth-head { opacity: .05; width: clamp(200px, 54vw, 330px); }
  .myth-head--right { right: -24%; top: 6%; }
  .myth-head--left  { left: -28%; }
}
@media (prefers-reduced-motion: reduce) {
  .myth { will-change: auto; }
}

/* ---------- Buttons ---------- */
.btn {
  --bd: var(--gold-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid var(--bd);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .06em;
  color: var(--marble);
  background: transparent;
  transition: transform .35s var(--ease), background .35s var(--ease),
              color .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-deep));
  color: #1c1407;
  border-color: transparent;
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover { box-shadow: 0 22px 60px -18px rgba(201, 162, 75, .65); }

.btn--ghost { background: rgba(255,255,255,.02); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-2); background: var(--gold-soft); }

.btn--sm { padding: 10px 18px; font-size: 13px; }
.btn--lg { padding: 17px 40px; font-size: 15px; }
.btn--lg svg { width: 20px; height: 20px; }
.btn--block { width: 100%; }

/* ---------- Header / Nav ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(12, 13, 32, .82);
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom-color: var(--gold-line);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--marble); }
.brand svg { width: 38px; height: 38px; transition: transform .6s var(--ease), color .4s; }
.brand:hover svg { transform: rotate(18deg); color: var(--gold-2); }
.brand-mark { height: 48px; width: auto; transition: transform .5s var(--ease); }
.brand:hover .brand-mark { transform: translateY(-1px) scale(1.05); }
.brand-word {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1;
  letter-spacing: .42em;
  color: var(--marble);
  padding-left: .42em;
}
.brand-text { display: flex; flex-direction: column; justify-content: center; }
.brand-sub {
  font-family: var(--font-sans);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .32em;
  text-transform: lowercase;
  color: var(--gold);
  padding-left: .5em;
  margin-top: 4px;
}

.nav { display: flex; align-items: center; gap: 8px; }
.nav a {
  position: relative;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--text);
  transition: color .3s;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 2px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.nav a:hover, .nav a.active { color: var(--gold-2); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }

.header-tools { display: flex; align-items: center; gap: 14px; }

/* Language switch */
.lang {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(0,0,0,.25);
}
.lang button {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--muted);
  background: transparent;
  border: 0;
  transition: color .3s, background .3s;
}
.lang button[aria-pressed="true"] { color: #1c1407; background: var(--gold); }

/* Hamburger */
.burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--gold-line);
  border-radius: 10px;
  background: rgba(0,0,0,.25);
  position: relative;
}
.burger span, .burger span::before, .burger span::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 20px; height: 2px;
  background: var(--gold-2);
  transform: translate(-50%, -50%);
  transition: transform .3s var(--ease), opacity .2s;
}
.burger span::before { transform: translate(-50%, -8px); }
.burger span::after  { transform: translate(-50%, 6px); }
body.nav-open .burger span { background: transparent; }
body.nav-open .burger span::before { transform: translate(-50%, -50%) rotate(45deg); top:0; }
body.nav-open .burger span::after  { transform: translate(-50%, -50%) rotate(-45deg); top:0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: calc(var(--header-h) + 24px) 24px 22px;
  overflow: hidden;
  isolation: isolate;
}
.hero-content { display: flex; flex-direction: column; align-items: center; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(201,162,75,.16), transparent 55%),
    radial-gradient(90% 70% at 80% 110%, rgba(91,157,126,.10), transparent 60%),
    linear-gradient(180deg, #0e1024, #0a0b1c 60%, #0e1024),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}
.hero::after { /* vignette + faint grain */
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(120% 120% at 50% 40%, transparent 55%, rgba(0,0,0,.7));
  pointer-events: none;
}

.hero-emblem {
  width: clamp(96px, 14vw, 150px);
  height: auto;
  aspect-ratio: 1;
  color: var(--marble);
  margin: 0 auto 26px;
  filter: drop-shadow(0 10px 30px rgba(201,162,75,.35));
  animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-10px) } }

.hero h1 {
  font-size: clamp(54px, 16vw, 168px);
  letter-spacing: .14em;
  line-height: .9;
  color: var(--marble);
  text-shadow: 0 2px 40px rgba(0,0,0,.6);
}
.hero h1 .accent { color: var(--marble); }
.hero-logo { display: flex; flex-direction: column; align-items: center; }
/* Optional: your real logo file (assets/logo.png) swaps in over the SVG */
.hero-logo-img {
  height: clamp(200px, 38vh, 380px);
  width: auto;
  max-width: 86vw;
  margin: 0 auto 4px;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, .5));
}

.hero-sub {
  font-family: var(--font-sans);
  font-size: clamp(11px, 1.6vw, 14px);
  letter-spacing: .5em;
  text-transform: lowercase;
  color: var(--gold-2);
  margin-top: 14px;
  padding-left: .5em;
}
.hero-tag {
  font-family: var(--font-greek);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(14px, 2.2vw, 22px);
  color: var(--gold-2);
  margin-top: 14px;
  letter-spacing: .08em;
}
.hero-lead {
  max-width: 560px;
  margin: 20px auto 0;
  color: var(--text);
  font-size: clamp(15px, 2vw, 17px);
}
.hero-hours {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 8px 18px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-2);
  background: rgba(0,0,0,.25);
}
.hero-hours .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--serpent); box-shadow: 0 0 0 4px rgba(91,157,126,.18); }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }

.scroll-cue {
  display: grid; justify-items: center; gap: 8px;
  margin-top: clamp(16px, 3vh, 30px);
  color: var(--muted);
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
}
.scroll-cue .line { width: 1px; height: 42px; background: linear-gradient(var(--gold), transparent); animation: cue 2.2s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0%{ transform: scaleY(0); opacity:0 } 40%{opacity:1} 100%{ transform: scaleY(1); opacity:0 } }

/* ---------- Story ---------- */
.story { background: linear-gradient(180deg, var(--ink), var(--ink-2)); }
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.story-grid h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 22px; }
.story-grid p { margin: 0 0 18px; max-width: 56ch; }
.story-grid .lead-quote {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.6vw, 26px);
  font-style: italic;
  color: var(--gold-2);
  border-left: 2px solid var(--gold);
  padding-left: 20px;
  margin: 26px 0;
}
.story-figure {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  border: 1px solid var(--gold-line);
  background:
    radial-gradient(80% 60% at 50% 30%, rgba(201,162,75,.18), transparent 60%),
    radial-gradient(60% 50% at 50% 100%, rgba(91,157,126,.14), transparent 60%),
    linear-gradient(160deg, #1b1e3f, #0e1024);
  display: grid; place-items: center;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.story-figure svg { width: 62%; height: auto; aspect-ratio: 1; color: var(--marble); opacity: .92; filter: drop-shadow(0 12px 30px rgba(0,0,0,.5)); }
.story-figure-img { width: auto; max-height: 82%; max-width: 84%; object-fit: contain; filter: drop-shadow(0 14px 32px rgba(0,0,0,.5)); }
.story-figure::after {
  content: "";
  position: absolute; inset: 14px;
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  pointer-events: none;
}
.story-stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 30px; }
.story-stats .stat { }
.story-stats .num {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-size: 30px; line-height: 1; color: var(--gold-2);
}
.story-stats .stat-ico { width: 23px; height: 23px; flex: none; }
.story-stats .lbl { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

/* ---------- Menu ---------- */
.menu { background: var(--ink); }
.menu-tabs {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-bottom: 44px;
}
.menu-tab {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--gold-line);
  background: transparent;
  color: var(--text);
  font-size: 13px; font-weight: 600; letter-spacing: .08em;
  transition: all .3s var(--ease);
}
.menu-tab[aria-selected="true"] {
  background: var(--gold-soft);
  border-color: var(--gold);
  color: var(--gold-2);
}
.menu-tab:hover { color: var(--gold-2); }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 48px;
}
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 16px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
  align-items: baseline;
}
.menu-item .mi-name {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--marble);
  letter-spacing: .03em;
}
.menu-item .mi-price { font-family: var(--font-serif); font-size: 18px; font-weight: 600; color: var(--gold-2); white-space: nowrap; }
.menu-item .mi-price--none { color: var(--gold); opacity: .45; font-weight: 400; }
.menu-item .mi-desc { grid-column: 1 / -1; color: var(--muted); font-size: 14.5px; max-width: 52ch; }

/* full-width section header inside a menu tab (e.g. Rum / Vodka / Gin) */
.menu-subhead {
  grid-column: 1 / -1;
  margin: 30px 0 4px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--gold-line);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.menu-subhead:first-child { margin-top: 0; }

/* optional note under the tabs (e.g. "prices shown as glass / bottle") */
.menu-cat-note {
  grid-column: 1 / -1;
  margin: -22px 0 26px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .02em;
}
.menu-item .tag {
  display: inline-block;
  margin-left: 10px;
  font-family: var(--font-sans);
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--serpent);
  border: 1px solid rgba(91,157,126,.4);
  border-radius: 999px;
  padding: 2px 8px;
  vertical-align: middle;
}
.menu-item .tag--soon { color: var(--gold-2); border-color: var(--gold-line); }
.menu-item .tag--star { color: var(--wine); border-color: rgba(138,43,58,.5); }

.menu-note {
  margin-top: 46px;
  text-align: center;
  display: grid; gap: 18px; justify-items: center;
}
.menu-note p { color: var(--muted); max-width: 60ch; margin: 0; }
.menu-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ---------- Instagram ---------- */
.insta { background: linear-gradient(180deg, var(--ink-2), var(--ink)); }
.insta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}
/* When showing official Instagram embeds */
.insta-grid--embeds {
  grid-template-columns: repeat(auto-fit, 326px);
  justify-content: center;
  align-items: start;
  gap: 16px;
}
.insta-grid--embeds .instagram-media {
  width: 326px !important;
  min-width: 326px !important;
  margin: 0 auto !important;
  border-radius: 6px !important;
  box-shadow: 0 18px 42px -18px rgba(0, 0, 0, .75);
}
.ig-tile {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  background:
    radial-gradient(70% 60% at 30% 20%, rgba(201,162,75,.22), transparent 60%),
    radial-gradient(80% 70% at 80% 90%, rgba(91,157,126,.18), transparent 60%),
    linear-gradient(150deg, #1b1e3f, #141733);
  display: grid; place-items: center;
  color: var(--gold);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), filter .45s var(--ease);
  filter: grayscale(.35);
}
.ig-tile img { width: 100%; height: 100%; object-fit: cover; }
.ig-tile .ig-glyph { width: 40%; opacity: .55; }
.ig-tile .ig-cap {
  position: absolute; inset: auto 0 0 0;
  padding: 30px 14px 12px;
  font-size: 12px; color: var(--marble);
  background: linear-gradient(transparent, rgba(0,0,0,.8));
  opacity: 0; transform: translateY(8px);
  transition: opacity .4s, transform .4s;
}
.ig-tile:hover { transform: translateY(-6px) scale(1.015); box-shadow: var(--shadow); filter: grayscale(0); }
.ig-tile:hover .ig-cap { opacity: 1; transform: none; }
.ig-tile::after { /* corner camera mark */
  content: "";
  position: absolute; top: 12px; right: 12px;
  width: 16px; height: 16px;
  border: 1.5px solid rgba(239,233,221,.5);
  border-radius: 5px;
}
.insta-foot { text-align: center; margin-top: 36px; }
.insta-handle { font-family: var(--font-display); letter-spacing: .12em; color: var(--gold-2); }

/* ---------- Order banner (Yemeksepeti) ---------- */
.order-band {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--gold-line);
  background:
    radial-gradient(70% 120% at 100% 0%, rgba(201,162,75,.16), transparent 55%),
    linear-gradient(135deg, #1b1e3f, #141733);
  padding: clamp(34px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 30px;
  align-items: center;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.order-band::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='22' viewBox='0 0 44 22'%3E%3Cg fill='none' stroke='%23c9a24b' stroke-width='2' opacity='0.5'%3E%3Cpath d='M0 19 H44 M4 19 V4 H30 V15 H12 V9 H22 V12'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top;
  opacity: .15;
  pointer-events: none;
}
.order-band h2 { font-size: clamp(24px, 3.4vw, 36px); margin-bottom: 12px; }
.order-band p { color: var(--text); margin: 0; max-width: 52ch; }
.order-cta { display: grid; gap: 12px; justify-items: stretch; min-width: 230px; }
.ys-badge {
  display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
}
.ys-badge .pill { width: 10px; height: 10px; border-radius: 3px; background: #fa0050; }
.ys-badge .pill--ys { background: #fa0050; }      /* Yemeksepeti */
.ys-badge .pill--getir { background: #5d3ebd; margin-left: -3px; }  /* Getir */
.ys-badge .pill + span { margin-left: 1px; }

/* ---------- Events ---------- */
.events { background: var(--ink); }
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 46px;
}
.event-card {
  position: relative;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 28px 24px;
  background: linear-gradient(160deg, var(--panel), #141733);
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s;
}
.event-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.event-card .ev-icon { width: 40px; height: 40px; color: var(--gold); margin-bottom: 16px; }
.event-card h3 { font-size: 20px; margin-bottom: 8px; }
.event-card p { color: var(--muted); font-size: 14.5px; margin: 0; }

.tickets {
  border-top: 1px solid var(--line);
  padding-top: 40px;
  text-align: center;
  display: grid; gap: 20px; justify-items: center;
}
.tickets h3 { font-size: 22px; }
.ticket-links { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ---------- Contact + Location ---------- */
.contact { background: linear-gradient(180deg, var(--ink), var(--ink-2)); }
.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: stretch;
}
.contact-info { display: grid; gap: 22px; align-content: start; }
.info-row { display: flex; gap: 16px; align-items: flex-start; }
.info-row .ic {
  flex: none;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 12px;
  border: 1px solid var(--gold-line);
  color: var(--gold);
  background: var(--gold-soft);
}
.info-row .ic svg { width: 20px; height: 20px; }
.info-row .lbl { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.info-row .val { color: var(--marble); font-size: 16px; }
.info-row a.val:hover { color: var(--gold-2); }

.reserve-box {
  margin-top: 8px;
  padding: 24px;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--panel-2), #141733);
  display: grid; gap: 14px;
}
.reserve-box h3 { font-size: 20px; }
.reserve-box p { margin: 0; color: var(--muted); font-size: 14.5px; }
.reserve-actions { display: grid; grid-auto-flow: column; gap: 12px; }

.map-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--gold-line);
  min-height: 420px;
  box-shadow: var(--shadow);
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: grayscale(.3) contrast(1.05) brightness(.92); }
.map-overlay {
  position: absolute; left: 16px; bottom: 16px; right: 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(12,13,32,.86);
  backdrop-filter: blur(8px);
  border: 1px solid var(--gold-line);
}
.map-overlay .addr { font-size: 13.5px; color: var(--text); }
.map-overlay .addr strong { color: var(--marble); display: block; font-family: var(--font-display); letter-spacing: .06em; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--gold-line);
  background: #0a0b1c;
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer .brand-word { font-size: 26px; }
.brand--img { display: inline-block; }
.footer-logo-img { width: 132px; height: auto; transition: transform .5s var(--ease), filter .5s var(--ease); }
.brand--img:hover .footer-logo-img { transform: translateY(-2px); filter: drop-shadow(0 10px 24px rgba(0,0,0,.4)); }
.footer-col h4 { font-family: var(--font-sans); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col a, .footer-col p { color: var(--muted); font-size: 14px; display: block; margin-bottom: 10px; transition: color .3s; }
.footer-col a:hover { color: var(--gold-2); }
.footer-about p { color: var(--muted); max-width: 38ch; margin-top: 16px; }
.socials { display: flex; gap: 12px; margin-top: 18px; }
.socials a {
  width: 40px; height: 40px; border-radius: 10px;
  display: grid; place-items: center;
  border: 1px solid var(--gold-line); color: var(--gold);
  transition: all .3s var(--ease);
}
.socials a:hover { background: var(--gold); color: #1c1407; transform: translateY(-3px); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--muted); letter-spacing: .04em;
}

/* ---------- Floating reserve ---------- */
.fab {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 60%, var(--gold-deep));
  color: #1c1407;
  font-weight: 700; font-size: 14px; letter-spacing: .04em;
  box-shadow: var(--shadow-gold);
  transform: translateY(120px);
  transition: transform .5s var(--ease), box-shadow .3s;
}
.fab.show { transform: none; }
.fab:hover { box-shadow: 0 22px 60px -16px rgba(201,162,75,.7); }
.fab svg { width: 18px; height: 18px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-emblem, .scroll-cue .line { animation: none; }
}

/* ---------- Mobile nav drawer ---------- */
.nav-backdrop {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(5,5,8,.6);
  opacity: 0; visibility: hidden;
  transition: opacity .35s;
}
body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-figure { max-width: 420px; margin-inline: auto; order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .order-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --header-h: 66px; }
  .burger { display: block; }
  .header-tools .nav-desktop { display: none; }

  .nav {
    position: fixed;
    top: var(--header-h); right: 0;
    width: min(82vw, 340px);
    height: calc(100svh - var(--header-h));
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 26px 22px;
    background: rgba(14,16,38,.98);
    backdrop-filter: blur(16px);
    border-left: 1px solid var(--gold-line);
    transform: translateX(110%);
    transition: transform .4s var(--ease);
    z-index: 99;
    overflow-y: auto;
  }
  body.nav-open .nav { transform: none; }
  .nav a { padding: 14px 12px; font-size: 15px; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }

  .menu-grid { grid-template-columns: 1fr; gap: 4px 0; }
  .menu-tabs { gap: 8px; }
  .story-stats { gap: 16px 26px; margin-top: 26px; }
  .reserve-actions { grid-auto-flow: row; }
  .map-overlay { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
  .fab { right: 14px; bottom: 14px; padding: 12px 18px; }
}

@media (max-width: 480px) {
  /* Instagram embeds: fill the phone width instead of a fixed 326px */
  .insta-grid--embeds { grid-template-columns: 1fr; }
  .insta-grid--embeds .instagram-media {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  /* free up header space on small phones */
  .brand-sub { display: none; }
  .story-stats .num { font-size: 26px; }
  .story-stats .stat-ico { width: 20px; height: 20px; }
}

@media (max-width: 420px) {
  .container { padding-inline: 18px; }
  .brand-word { font-size: 18px; letter-spacing: .3em; }
  .hero-cta { flex-direction: column; align-items: stretch; }
}
