/* ============================================================
   Μουσικό Καφενείο
   Dark, modern take on the couleurlocaleathens.com composition:
   black header + centered circular logo splitting the nav,
   full-bleed hero slider, DARK body, Space Grotesk / Manrope,
   photos that fade ("integrate") into the background.
   ============================================================ */

:root {
  --bg:      #0b0b0d;
  --bg-2:    #131316;
  --white:   #f3f1ec;
  --text:    #b9b6b0;
  --muted:   #7c7a75;
  --accent:  #e2542f;            /* brightened terracotta from the logo */
  --line:    rgba(255,255,255,0.10);
  --black:   #000000;

  --header-h: 132px;
  --display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --body:    "Manrope", "Helvetica Neue", Arial, sans-serif;
  --maxw: 1000px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body);
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
/* keep <picture> layout-transparent so existing img rules still apply */
picture { display: contents; }
a { color: inherit; text-decoration: none; }

/* ---- social icon glyphs (data-icon) ---- */
[data-icon] {
  display: inline-flex;
  width: 20px; height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center;  mask-position: center;
  -webkit-mask-size: contain;     mask-size: contain;
  transition: opacity 0.3s, transform 0.3s, color 0.3s;
}
[data-icon="instagram"] {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/%3E%3C/svg%3E");
}
[data-icon="tiktok"] {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.08-.14 1.62.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.08-.14 1.62.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E");
}
[data-icon="facebook"] {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(11, 11, 13, 0.28);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
          backdrop-filter: blur(12px) saturate(1.1);
  height: var(--header-h);
  transition: height 0.4s var(--ease), background 0.4s var(--ease);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  position: relative;
  height: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}

.menu-groups {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
}
.brand img {
  height: 84px;
  width: auto;
  transition: height 0.4s var(--ease);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.nav-left  { padding-right: 90px; }
.nav-right { padding-left: 90px; }

.nav a,
.lang-toggle {
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  background: none;
  border: none;
  padding: 0.3rem 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.nav > a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width 0.35s var(--ease);
}
.nav > a:hover::after { width: 100%; }
.nav a:hover,
.lang-toggle:hover { color: var(--accent); }

.nav-social {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
}
.nav-social a { color: inherit; display: inline-flex; align-items: center; }
/* .nav a{background:none} would blank the mask fill — restore it */
.nav-social a[data-icon] { background-color: currentColor; }
.nav-social [data-icon] { width: 17px; height: 17px; }
.nav-social a:hover [data-icon] { color: var(--accent); transform: translateY(-2px); }

.lang-toggle {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.35rem 0.6rem;
  border-radius: 2px;
  line-height: 1;
}
.lang-toggle:hover { border-color: var(--accent); }

.site-header.scrolled {
  height: 90px;
  background: rgba(11, 11, 13, 0.9);
}
.site-header.scrolled .brand img { height: 58px; }

/* hamburger */
.menu-btn {
  display: none;
  position: absolute;
  right: 1.5rem; top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 5px;
  background: none; border: none;
  cursor: pointer; padding: 6px; z-index: 110;
}
.menu-btn span {
  width: 26px; height: 2px;
  background: var(--white);
  transition: all 0.35s var(--ease);
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  height: 100vh;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: var(--black);
}
.hero-img {
  position: absolute;
  inset: 0;
  transform: scale(1.05);
  animation: heroZoom 16s ease-out forwards;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@keyframes heroZoom { to { transform: scale(1); } }
/* halftone dot texture — masks any upscaling softness, reads like a screen print */
.hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.62) 0.9px, transparent 1.1px);
  background-size: 4px 4px;
  opacity: 0.55;
  mix-blend-mode: multiply;
}
/* readability scrim under the translucent header + fade into the page */
.hero-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(11,11,13,0.55) 0%, rgba(11,11,13,0) 22%),
    linear-gradient(to bottom, rgba(11,11,13,0) 62%, rgba(11,11,13,0.65) 85%, var(--bg) 100%);
}

/* ============================================================
   Text blocks
   ============================================================ */
.block {
  padding: clamp(4.5rem, 10vw, 8rem) 2rem;
  text-align: center;
}
.block-intro { padding-top: clamp(3rem, 6vw, 5rem); }
.block-inner { max-width: var(--maxw); margin: 0 auto; }

.block-title {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  font-size: clamp(1.9rem, 4.6vw, 3.6rem);
  line-height: 1.12;
  margin: 0;
}
.block-lead {
  color: var(--text);
  font-weight: 300;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  max-width: 720px;
  margin: 0 auto;
}

/* divider */
.divider { display: flex; justify-content: center; margin: 1.8rem auto 2.2rem; }
.divider span {
  width: 54px; height: 1px;
  background: var(--accent);
  position: relative;
}
.divider span::before,
.divider span::after {
  content: "";
  position: absolute; top: 50%;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}
.divider span::before { left: -12px; }
.divider span::after  { right: -12px; }

/* facts */
.facts {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(2rem, 7vw, 5.5rem);
}
.facts li { display: flex; flex-direction: column; align-items: center; }
.facts strong {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--accent);
  letter-spacing: 0.01em;
}
.facts span {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

/* ============================================================
   Integrated images — edges fade into the dark background
   ============================================================ */
.figure {
  max-width: 1180px;
  margin: clamp(1rem, 3vw, 2.5rem) auto;
  padding: 0 2rem;
}
.figure-img {
  height: clamp(320px, 56vh, 640px);
  position: relative;
  /* fade all four edges so the photo melts into the page */
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%),
    linear-gradient(to right,  transparent 0%, #000 12%, #000 88%, transparent 100%);
          mask-image:
    linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%),
    linear-gradient(to right,  transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
  filter: saturate(1.05) contrast(1.02);
}
.figure-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* subtle color grade tying photos to the palette */
.figure-img::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 50% 50%, rgba(11,11,13,0) 55%, rgba(11,11,13,0.55) 100%),
    linear-gradient(0deg, rgba(226,84,47,0.06), rgba(11,11,13,0.12));
  mix-blend-mode: multiply;
}

/* ============================================================
   Visit
   ============================================================ */
.block-visit { padding-bottom: clamp(3rem, 6vw, 5rem); }
.visit-meta {
  list-style: none;
  margin: 3rem auto 0;
  padding: 0;
  max-width: 560px;
}
.visit-meta li {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.visit-meta li:last-child { border-bottom: 1px solid var(--line); }
.vm-label {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.68rem;
  color: var(--accent);
}
.visit-meta span:not(.vm-label):not(.social-row) { color: var(--white); font-weight: 300; }
.vm-tel { color: var(--accent); transition: opacity 0.3s; }
.vm-tel:hover { opacity: 0.75; }

.social-row {
  display: inline-flex;
  gap: 1.3rem;
  color: var(--white);
  margin-top: 0.3rem;
}
.social-row a { color: inherit; display: inline-flex; align-items: center; }
.social-row [data-icon] { width: 22px; height: 22px; }
.social-row a:hover [data-icon] { color: var(--accent); transform: translateY(-3px); }

.visit-map {
  --map-h: 460px;
  position: relative;
  margin-top: 3.5rem;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,0.9);
}
.map-canvas {
  width: 100%;
  height: var(--map-h);
  background: var(--bg-2);
}

/* Tint the colored basemap toward the page's dark/terracotta palette
   instead of filtering the tiles (which would just wash them back to
   grayscale). Sits above the map and its controls, below .map-card.
   Height is pinned to the canvas so it never covers the card once that
   drops below the map on narrow screens. */
.visit-map::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: var(--map-h);
  z-index: 500;
  pointer-events: none;
  background:
    radial-gradient(135% 105% at 25% 80%, rgba(11,11,13,0) 38%, rgba(11,11,13,0.5) 82%),
    linear-gradient(200deg, rgba(226,84,47,0.13), rgba(11,11,13,0.06) 48%),
    rgba(11,11,13,0.14);
  mix-blend-mode: multiply;
}

/* Transient "how to drive this map" hint */
.map-hint {
  position: absolute;
  inset: 0 0 auto 0;
  height: var(--map-h);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  background: rgba(11, 11, 13, 0.55);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
  pointer-events: none;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(0.8rem, 2.4vw, 0.95rem);
  letter-spacing: 0.04em;
  color: var(--white);
}
.map-hint.is-on { opacity: 1; visibility: visible; }
/* JS picks the variant from the gesture that actually fired */
.map-hint-pointer,
.map-hint-touch { display: none; }
.map-hint.is-pointer .map-hint-pointer { display: inline; }
.map-hint.is-touch   .map-hint-touch   { display: inline; }

/* red location marker (Leaflet divIcon) — labelled so the pin explains
   itself without having to read the card */
.mk-marker { overflow: visible; }
.mk-label {
  position: absolute;
  left: 50%; top: 24px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.28rem 0.55rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--white);
  background: rgba(11, 11, 13, 0.86);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 3px;
  pointer-events: none;
}
.mk-pin {
  display: block;
  position: relative;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid rgba(255,255,255,0.9);
  box-shadow: 0 2px 10px rgba(0,0,0,0.7);
}
.mk-pin::after {
  content: "";
  position: absolute; inset: -9px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  opacity: 0.55;
  animation: mk-pulse 2.4s var(--ease) infinite;
}
@keyframes mk-pulse {
  0%   { transform: scale(0.65); opacity: 0.75; }
  70%  { transform: scale(1.5);  opacity: 0; }
  100% { transform: scale(1.5);  opacity: 0; }
}

/* Leaflet chrome, tuned to the dark palette */
.visit-map .leaflet-container { font-family: var(--body); background: var(--bg-2); }
.visit-map .leaflet-bar a {
  background: rgba(11,11,13,0.85);
  color: var(--white);
  border-bottom-color: rgba(255,255,255,0.12);
}
.visit-map .leaflet-bar a:hover { background: rgba(11,11,13,0.95); color: var(--accent); }
/* the right-anchored corner grows leftwards past the map edge and gets
   clipped mid-word — cap it so the credit truncates at its own end instead */
.visit-map .leaflet-bottom.leaflet-right { max-width: 100%; }
.visit-map .leaflet-control-attribution {
  max-width: 100%;
  background: rgba(11,11,13,0.7);
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.5;
}
.visit-map .leaflet-control-attribution a { color: var(--text); }
/* floating info card over the map */
.map-card {
  position: absolute;
  left: 1.4rem; bottom: 1.4rem;
  z-index: 1000;                       /* above Leaflet's control panes */
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  max-width: min(320px, calc(100% - 2.8rem));
  padding: 1.3rem 1.4rem;
  background: rgba(11, 11, 13, 0.82);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  text-align: left;
}
.map-pin {
  flex: none;
  width: 12px; height: 12px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(226,84,47,0.22);
}
.map-card-body { display: flex; flex-direction: column; gap: 0.15rem; }
.map-card-body strong {
  font-family: var(--display);
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
}
.map-card-body > span { font-size: 0.85rem; color: var(--text); }
.map-directions {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.6rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: var(--accent);
  transition: gap 0.3s var(--ease);
}
.map-directions:hover { gap: 0.6rem; }

/* ============================================================
   Menu / Wolt CTA
   ============================================================ */
.delivery-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.6rem;
}
.btn-order {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.1rem;
  background: var(--brand);
  color: var(--brand-ink);
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  border-radius: 999px;
  box-shadow: 0 12px 34px -14px var(--brand-glow);
  transition: transform 0.3s var(--ease), filter 0.3s, box-shadow 0.3s;
}
.btn-order:hover {
  transform: translateY(-3px);
  filter: brightness(1.12);
  box-shadow: 0 18px 44px -14px var(--brand-glow);
}
.btn-wolt  { --brand: #00c2e8; --brand-ink: #05243a; --brand-glow: rgba(0,194,232,0.75); }
.btn-efood { --brand: #ed2e2e; --brand-ink: #ffffff; --brand-glow: rgba(237,46,46,0.75); }
.btn-box   { --brand: #f87a1d; --brand-ink: #2a1500; --brand-glow: rgba(248,122,29,0.75); }

.btn-arrow { transition: transform 0.3s var(--ease); }
.btn-order:hover .btn-arrow { transform: translateX(4px); }

/* ============================================================
   Reviews
   ============================================================ */
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
}
.stars {
  position: relative;
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.22);
}
.stars::before { content: "★★★★★"; }
.stars-on {
  position: absolute;
  left: 0; top: 0;
  width: 90%;               /* 4.2 rounded up to 4.5 / 5 */
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 3px;
  color: var(--accent);
}
.rating-src { color: var(--muted); font-size: 0.85rem; }

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  text-align: left;
}
.review {
  margin: 0;
  padding: 2rem 1.8rem 1.8rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 3px;
  position: relative;
}
.review::before {
  content: "\201C";
  position: absolute;
  top: 0.2rem; left: 1rem;
  font-family: var(--display);
  font-size: 3rem;
  line-height: 1;
  color: var(--accent);
  opacity: 0.5;
}
.review p {
  margin: 0.6rem 0 0;
  color: var(--white);
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
}
.reviews-note {
  margin: 1.8rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

/* ============================================================
   Socials section
   ============================================================ */
.socials-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.8rem;
}
.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  width: 210px;
  padding: 2.2rem 1.5rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--white);
  transition: transform 0.3s var(--ease), border-color 0.3s, background 0.3s;
}
.social-card [data-icon] { width: 32px; height: 32px; }
.social-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  background: #17171b;
}
.social-card:hover [data-icon] { color: var(--accent); }
.sc-name {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.sc-handle { font-size: 0.82rem; color: var(--muted); }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: clamp(3.5rem, 7vw, 5rem) 2rem 3rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-logo {
  width: 132px;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
  opacity: 0.96;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  color: var(--white);
  margin-bottom: 2rem;
}
.footer-social a { color: inherit; display: inline-flex; align-items: center; }
.footer-social [data-icon] { width: 22px; height: 22px; }
.footer-social a:hover [data-icon] { color: var(--accent); transform: translateY(-3px); }
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-nav a {
  font-family: var(--display);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--white);
  opacity: 0.7;
  transition: opacity 0.3s, color 0.3s;
}
.footer-nav a:hover { opacity: 1; color: var(--accent); }
.footer-address {
  margin: 0 0 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text);
}
.footer-address a { color: var(--accent); transition: opacity 0.3s; }
.footer-address a:hover { opacity: 0.75; }
.footer-copy {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   Reveal on scroll
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .nav { gap: 1.4rem; }
  .nav a, .lang-toggle { font-size: 0.74rem; letter-spacing: 0.1em; }
  .nav-left  { padding-right: 70px; }
  .nav-right { padding-left: 70px; }
}

@media (max-width: 860px) {
  :root { --header-h: 84px; }
  .menu-btn { display: flex; }
  .brand img { height: 54px; }
  .site-header.scrolled .brand img { height: 48px; }

  .menu-groups {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    width: 100%;
    background: var(--black);
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    padding: 2.6rem 1rem 3.2rem;
    transform: translateY(-120%);
    transition: transform 0.5s var(--ease);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav { flex-direction: column; align-items: center; gap: 1.6rem; }
  .nav a { text-align: center; }
  .nav-left, .nav-right { padding: 0; }
  .nav-right {
    padding-top: 1.6rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    flex-direction: column;
    gap: 1.6rem;
  }
  .nav-social { gap: 1.6rem; }
  .nav-social [data-icon] { width: 22px; height: 22px; }
  body.menu-open .menu-groups { transform: translateY(0); }
  body.menu-open .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .figure { padding: 0 1rem; }
  .reviews { grid-template-columns: 1fr; gap: 1rem; }
  .social-card { width: 100%; max-width: 320px; }
}

@media (max-width: 640px) {
  /* the floating card ate half the map on a phone — drop it underneath */
  .visit-map { --map-h: 340px; }
  .visit-map .leaflet-control-attribution { font-size: 0.55rem; }
  .map-card {
    position: static;
    z-index: auto;
    max-width: none;
    padding: 1.1rem 1.2rem;
    background: var(--bg-2);
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

@media (max-width: 520px) {
  .header-inner { padding: 0 1.2rem; }
  .facts { gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-img { animation: none; transform: none; }
  html { scroll-behavior: auto; }
}
