/* ============================================================
   KICKERS COMPLEX — shared base
   Themes: .theme-hub (home/legal), .theme-kickers, .theme-cafe, .theme-garden
   Radius system: buttons = pill, cards/media = 16px, inputs = 8px
   ============================================================ */

:root{
  --font-display:"Unbounded", "Arial Black", sans-serif;
  --font-body:"Manrope", "Helvetica Neue", Arial, sans-serif;
  --r-card:16px;
  --r-input:8px;
  --wa:#25D366;
  --wa-dark:#128C4A;
  --container:1280px;
  --nav-h:68px;
}

/* ---------- themes ---------- */
.theme-hub{
  --bg:#0b0d12; --bg-2:#11141c; --bg-3:#181c27;
  --text:#f2f1ec; --text-2:#a7abb4; --line:rgba(255,255,255,.12);
  --accent:#ff4553; --accent-ink:#fff;
  --grad:linear-gradient(100deg,#ff6a3d 0%,#ea0029 100%);
  --glass:rgba(18,21,30,.55); --glass-line:rgba(255,255,255,.16);
}
.theme-kickers{
  --bg:#0d0f16; --bg-2:#131722; --bg-3:#1a1f2e;
  --text:#f2f1ec; --text-2:#a4a9b4; --line:rgba(255,255,255,.12);
  --accent:#ff4553; --accent-ink:#fff;
  --grad:linear-gradient(100deg,#ff6a3d 0%,#ea0029 100%);
  --glass:rgba(19,23,34,.55); --glass-line:rgba(255,255,255,.16);
}
.theme-cafe{
  --bg:#f4f1ec; --bg-2:#ece8e0; --bg-3:#e3ded4;
  --text:#1b1a17; --text-2:#5f5c55; --line:rgba(27,26,23,.14);
  --accent:#c2512e; --accent-ink:#fff;
  --grad:linear-gradient(100deg,#d4552b 0%,#e8934b 100%);
  --glass:rgba(255,253,248,.55); --glass-line:rgba(27,26,23,.12);
}
.theme-garden{
  --bg:#0f2b1e; --bg-2:#153726; --bg-3:#1c452f;
  --text:#f0f4e8; --text-2:#a8c2ab; --line:rgba(255,255,255,.14);
  --accent:#ffc25c; --accent-ink:#1d1403;
  --grad:linear-gradient(100deg,#ffc25c 0%,#5ad584 100%);
  --glass:rgba(21,55,38,.5); --glass-line:rgba(255,255,255,.18);
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:var(--font-body); font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
img,video,svg{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
button{font:inherit; cursor:pointer; border:0; background:none; color:inherit}
h1,h2{margin:0; font-family:var(--font-display); font-weight:800; line-height:1.04; letter-spacing:-.01em}
h3,h4{margin:0; font-family:var(--font-display); font-weight:600; line-height:1.15; letter-spacing:0}
h1 em,h2 em{font-style:normal; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent}
p{margin:0}
::selection{background:var(--accent); color:var(--accent-ink)}

.container{max-width:var(--container); margin:0 auto; padding:0 24px}
.theme-kickers .container,.theme-cafe .container,.theme-garden .container{max-width:min(1720px,96vw)}
.section{padding:112px 0}
@media(max-width:768px){.section{padding:72px 0}}

.sec-head{margin-bottom:44px}
.sec-head h2{font-size:clamp(26px,3.6vw,48px)}
.sec-head p{color:var(--text-2); max-width:52ch; margin-top:10px}

/* ---------- reveal ---------- */
.reveal{opacity:0; transform:translateY(26px); transition:opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1)}
.reveal.in{opacity:1; transform:none}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1; transform:none; transition:none}
  *,*::before,*::after{animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important}
  html{scroll-behavior:auto}
}

/* ---------- glass ---------- */
.glass{
  background:var(--glass);
  backdrop-filter:blur(20px) saturate(160%);
  -webkit-backdrop-filter:blur(20px) saturate(160%);
  border:1px solid var(--glass-line);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 18px 50px rgba(0,0,0,.22);
}
@media (prefers-reduced-transparency: reduce){
  .glass{background:var(--bg-2); backdrop-filter:none; -webkit-backdrop-filter:none}
}

/* ---------- nav ---------- */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:50; height:var(--nav-h);
  display:flex; align-items:center;
  background:color-mix(in srgb, var(--bg) 55%, transparent);
  backdrop-filter:blur(20px) saturate(160%); -webkit-backdrop-filter:blur(20px) saturate(160%);
  border-bottom:1px solid var(--glass-line);
}
.nav-in{width:100%; max-width:var(--container); margin:0 auto; padding:0 24px; display:flex; align-items:center; gap:28px}
.nav-logo{font-family:var(--font-display); font-weight:800; font-size:19px; letter-spacing:.02em; display:flex; align-items:center}
.nav-logo img{height:36px; width:auto}
.nav-logo em{font-style:normal; color:var(--accent)}
.nav-links{display:flex; gap:22px; margin-left:auto; align-items:center}
.nav-links a{font-size:14px; font-weight:600; color:var(--text-2); transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--text)}
.lang-switch{display:flex; border:1px solid var(--line); border-radius:999px; overflow:hidden; margin-left:8px}
.lang-switch button{padding:5px 12px; font-size:12px; font-weight:700; color:var(--text-2)}
.lang-switch button.on{background:var(--accent); color:var(--accent-ink)}
.nav-burger{display:none; margin-left:auto; width:40px; height:40px; position:relative}
.nav-burger span{position:absolute; left:9px; right:9px; height:2px; background:var(--text); transition:.25s}
.nav-burger span:nth-child(1){top:14px}
.nav-burger span:nth-child(2){top:20px}
.nav-burger span:nth-child(3){top:26px}
@media(max-width:900px){
  .nav-burger{display:block}
  .nav-links{
    position:fixed; inset:var(--nav-h) 0 auto 0; flex-direction:column; align-items:flex-start;
    background:var(--bg-2); border-bottom:1px solid var(--line);
    padding:24px; gap:18px; display:none;
  }
  .nav-links.open{display:flex}
  body.nav-open .nav-burger span:nth-child(1){top:20px; transform:rotate(45deg)}
  body.nav-open .nav-burger span:nth-child(2){opacity:0}
  body.nav-open .nav-burger span:nth-child(3){top:20px; transform:rotate(-45deg)}
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px; border-radius:999px;
  padding:14px 28px; font-weight:800; font-size:15px; letter-spacing:.02em;
  transition:transform .15s, background .2s, color .2s; white-space:nowrap;
}
.btn{box-shadow:0 6px 22px rgba(0,0,0,.14)}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:scale(.98)}
.btn-accent{background:var(--grad); color:var(--accent-ink)}
.btn-accent:hover{filter:brightness(1.06)}
.btn-ghost{border:1px solid var(--line); color:var(--text)}
.btn-ghost:hover{border-color:var(--text-2)}
.btn-wa{background:var(--wa); color:#08130b}
.btn-wa:hover{background:#1fbd5a}
.btn-wa svg{width:20px; height:20px; flex:none}
.nav-links a.btn-wa,.nav-links a.btn-wa:hover,.nav-links a.btn-wa.active{color:#08130b}

/* ---------- hero (venue pages) ---------- */
.hero{position:relative; min-height:100dvh; display:flex; align-items:flex-end; overflow:hidden}
.hero-media{position:absolute; inset:0}
.hero-media video,.hero-media img{width:100%; height:100%; object-fit:cover}
.hero-media::after{content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, color-mix(in srgb, var(--bg) 30%, transparent) 0%, transparent 35%, color-mix(in srgb, var(--bg) 88%, transparent) 92%)}
.hero-in{position:relative; z-index:2; width:100%; max-width:var(--container); margin:0 auto; padding:0 24px 72px}
.hero h1{font-size:clamp(38px,6.5vw,92px); color:var(--text)}

.hero-sub{max-width:44ch; margin-top:14px; color:var(--text); opacity:.85; font-size:17px}
.hero-cta{display:flex; gap:14px; margin-top:28px; flex-wrap:wrap}
.hero-meta{position:absolute; top:calc(var(--nav-h) + 22px); right:clamp(16px,2.5vw,48px); z-index:2; text-align:right; font-size:13px; color:var(--text);
  padding:16px 20px; border-radius:14px; background:var(--glass); border:1px solid var(--glass-line);
  backdrop-filter:blur(18px) saturate(160%); -webkit-backdrop-filter:blur(18px) saturate(160%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08); display:none}
@media(min-width:900px){.hero-meta{display:block}}

/* ---------- events: scroll-snap row ---------- */
.events-row{
  display:grid; grid-auto-flow:column; grid-auto-columns:min(320px,78vw);
  gap:20px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding:4px 24px 18px; margin:0 -24px;
  scrollbar-width:thin; scrollbar-color:var(--accent) transparent;
}
.events-row > *{scroll-snap-align:start}
.event-card .poster{aspect-ratio:4/5; border-radius:var(--r-card); overflow:hidden; background:var(--bg-3)}
.event-card .poster img{width:100%; height:100%; object-fit:cover; transition:transform .5s cubic-bezier(.16,1,.3,1)}
.event-card .poster{transition:transform .45s cubic-bezier(.22,1,.32,1), box-shadow .45s}
.event-card:hover .poster{transform:translateY(-6px); box-shadow:0 24px 60px rgba(0,0,0,.3)}
.event-card:hover .poster img{transform:scale(1.05)}
.event-card h3{font-size:17px; margin-top:14px}
.event-card .ev-date{font-weight:800; font-size:13px; letter-spacing:.06em; text-transform:uppercase; margin-top:4px; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; width:fit-content}
.event-card .ev-note{color:var(--text-2); font-size:14px; margin-top:4px}

/* ---------- offers: glass reveal with details ---------- */
.offers-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
@media(max-width:900px){.offers-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.offers-grid{grid-template-columns:1fr}}
.offer-card{position:relative; aspect-ratio:4/5; border-radius:var(--r-card); overflow:hidden; background:var(--bg-3); transition:transform .45s cubic-bezier(.22,1,.32,1), box-shadow .45s}
.offer-card:hover,.offer-card.open{transform:translateY(-6px); box-shadow:0 26px 70px rgba(0,0,0,.32)}
.offer-card img{width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.22,1,.32,1), filter .45s}
.offer-card:hover img,.offer-card.open img{transform:scale(1.07); filter:blur(7px) brightness(.55) saturate(1.1)}
.of-plus{
  position:absolute; z-index:3; top:14px; right:14px; width:38px; height:38px; border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  background:var(--glass); border:1px solid var(--glass-line);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  color:var(--text); font-weight:700; font-size:19px; line-height:1;
  transition:transform .4s cubic-bezier(.22,1,.32,1);
}
.offer-card:hover .of-plus,.offer-card.open .of-plus{transform:rotate(45deg)}
.offer-info{
  position:absolute; inset:auto 12px 12px 12px; z-index:2; padding:20px 22px; border-radius:14px;
  background:var(--glass); border:1px solid var(--glass-line);
  backdrop-filter:blur(18px) saturate(160%); -webkit-backdrop-filter:blur(18px) saturate(160%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  opacity:0; transform:translateY(16px);
  transition:opacity .35s, transform .45s cubic-bezier(.22,1,.32,1);
}
.offer-card:hover .offer-info,.offer-card.open .offer-info{opacity:1; transform:none}
.offer-info .of-day{display:inline-block; padding:5px 12px; border-radius:999px; background:var(--grad); color:var(--accent-ink); font-weight:800; font-size:11px; letter-spacing:.08em; text-transform:uppercase}
.offer-info h3{font-size:20px; margin-top:10px; color:var(--text)}
.offer-info p{color:var(--text-2); font-size:13.5px; margin-top:6px}
.of-chips{display:flex; gap:8px; flex-wrap:wrap; margin-top:12px}
.of-chips span{padding:6px 12px; border-radius:999px; border:1px solid var(--glass-line); background:rgba(255,255,255,.06); font-size:12px; font-weight:700; color:var(--text)}
.theme-cafe .of-chips span{background:rgba(27,26,23,.05)}
@media (prefers-reduced-motion: reduce){.offer-card,.offer-card img,.offer-info,.of-plus{transition:none}}

/* ---------- menus ---------- */
.menu-block{display:grid; grid-template-columns:1.1fr 1fr; gap:48px; align-items:center}
@media(max-width:900px){.menu-block{grid-template-columns:1fr}}
.menu-visual{aspect-ratio:4/3; border-radius:var(--r-card); overflow:hidden}
.menu-visual img{width:100%; height:100%; object-fit:cover}
.menu-list{display:flex; flex-direction:column; gap:12px; margin-top:26px}
.menu-btn{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:18px 24px; border-radius:var(--r-card);
  background:var(--glass); border:1px solid var(--glass-line);
  backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
  font-weight:800; font-size:16px; text-align:left; transition:border-color .2s, transform .2s;
}
.menu-btn:hover{border-color:var(--accent); transform:translateX(4px)}
.menu-btn .arr{color:var(--accent); font-family:var(--font-display); font-size:22px}

/* pdf modal */
.pdf-modal{position:fixed; inset:0; z-index:80; display:none; background:rgba(8,9,10,.86); backdrop-filter:blur(8px)}
.pdf-modal.open{display:flex; flex-direction:column}
.pdf-bar{display:flex; align-items:center; gap:16px; padding:14px 22px; color:#fff}
.pdf-bar strong{font-family:var(--font-display); font-size:16px; font-weight:600}
.pdf-bar a{margin-left:auto; font-size:13px; font-weight:700; color:#cfd2cd; border:1px solid rgba(255,255,255,.25); border-radius:999px; padding:7px 16px}
.pdf-close{width:40px; height:40px; border-radius:999px; border:1px solid rgba(255,255,255,.25); color:#fff; font-size:17px}
.pdf-frame{flex:1; margin:0 22px 22px; border-radius:12px; overflow:hidden; background:#222}
.pdf-frame iframe{width:100%; height:100%; border:0}

/* ---------- loyalty ---------- */
.loyalty-link{display:block; border-radius:var(--r-card); overflow:hidden; transition:transform .3s cubic-bezier(.16,1,.3,1);
  border:1px solid var(--glass-line); box-shadow:0 22px 60px rgba(0,0,0,.22)}
.loyalty-link:hover{transform:translateY(-4px)}
.loyalty-link .l-desktop{display:block}
.loyalty-link .l-mobile{display:none}
@media(max-width:700px){
  .loyalty-link .l-desktop{display:none}
  .loyalty-link .l-mobile{display:block}
}

/* ---------- gallery ---------- */
.gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:180px; grid-auto-flow:dense; gap:14px}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr); grid-auto-rows:150px}}
.g-item{border-radius:var(--r-card); overflow:hidden; background:var(--bg-3)}
.g-item img{width:100%; height:100%; object-fit:cover; transition:transform .5s cubic-bezier(.16,1,.3,1)}
.g-item:hover img{transform:scale(1.05)}
.g-w2{grid-column:span 2}
.g-h2{grid-row:span 2}
@media(max-width:900px){.g-w2{grid-column:span 2}.g-h2{grid-row:span 2}}

/* lightbox */
.lightbox{position:fixed; inset:0; z-index:80; display:none; align-items:center; justify-content:center; background:rgba(8,9,10,.9); padding:5vh 5vw}
.lightbox.open{display:flex}
.lightbox img{max-width:100%; max-height:100%; border-radius:12px}
.lightbox button{position:absolute; top:22px; right:22px; width:42px; height:42px; border-radius:999px; border:1px solid rgba(255,255,255,.3); color:#fff; font-size:17px}

/* ---------- booking band ---------- */
.book-band{background:var(--glass); backdrop-filter:blur(20px) saturate(150%); -webkit-backdrop-filter:blur(20px) saturate(150%); border-block:1px solid var(--glass-line)}
.book-in{display:flex; align-items:center; gap:32px; flex-wrap:wrap; padding:64px 0}
.book-in h2{font-size:clamp(24px,3.2vw,44px); flex:1 1 340px}

.book-actions{display:flex; align-items:center; gap:22px; flex-wrap:wrap}
.book-phone{font-family:var(--font-display); font-weight:600; font-size:clamp(17px,2vw,24px); border-bottom:2px solid var(--accent); padding-bottom:3px}

/* ---------- sports marquee (Kickers only) ---------- */
.sports-strip{overflow:hidden; padding:8px 0 2px}
.sports-track{display:flex; gap:64px; width:max-content; animation:marquee 32s linear infinite; align-items:center}
.sports-strip:hover .sports-track{animation-play-state:paused}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion: reduce){.sports-track{animation:none; flex-wrap:wrap; width:auto; justify-content:center}}
.sport-logo{display:flex; align-items:center; gap:12px; opacity:.85; flex:none}
.sport-logo img{height:44px; width:auto; filter:grayscale(1) brightness(10)}
.theme-cafe .sport-logo img{filter:grayscale(1) brightness(0)}
.sport-logo .fallback{font-family:var(--font-display); font-weight:600; font-size:17px; letter-spacing:.04em; text-transform:uppercase; color:var(--text-2)}

/* ---------- cross venues ---------- */
.cross-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px}
@media(max-width:800px){.cross-grid{grid-template-columns:1fr}}
.cross-card{position:relative; min-height:340px; border-radius:var(--r-card); overflow:hidden; display:flex; align-items:flex-end}
.cross-card img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.16,1,.3,1)}
.cross-card:hover img{transform:scale(1.05)}
.cross-card::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%,rgba(10,11,12,.85))}
.cross-txt{position:relative; z-index:2; padding:28px}
.cross-txt h3{font-size:clamp(20px,2.2vw,30px); color:#fff}
.cross-txt p{color:#d6d6cf; font-size:14px; margin-top:6px; max-width:40ch}
.cross-txt .cr-go{display:inline-block; margin-top:14px; font-weight:800; font-size:14px; color:#fff; border-bottom:2px solid #fff; padding-bottom:2px}

/* ---------- socials ---------- */
.social-row{display:flex; gap:16px; flex-wrap:wrap}
.social-row a{
  display:flex; align-items:center; gap:10px; padding:13px 22px;
  background:var(--glass); border:1px solid var(--glass-line); border-radius:999px;
  backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
  font-weight:700; font-size:14px;
  transition:border-color .2s, transform .15s;
}
.social-row a:hover{border-color:var(--accent)}
.social-row a:active{transform:scale(.98)}
.social-row img{width:20px; height:20px}
.theme-kickers .social-row img,.theme-garden .social-row img,.theme-hub .social-row img{filter:brightness(10)}

/* ---------- contacts + map ---------- */
.contact-grid{display:grid; grid-template-columns:1fr 1.3fr; gap:48px; align-items:start}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}
.contact-list{display:flex; flex-direction:column; gap:22px; margin-top:26px}
.contact-item{padding:16px 20px; border-radius:14px; background:var(--glass); border:1px solid var(--glass-line);
  backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px)}
.contact-item strong{display:block; font-size:13px; letter-spacing:.06em; text-transform:uppercase; color:var(--text-2); font-weight:800; margin-bottom:4px}
.contact-item a{border-bottom:1px solid var(--line)}
.contact-item a:hover{border-color:var(--accent)}
.map-full{position:relative; width:100%}
.map-el{width:100%; height:clamp(460px,64vh,680px); background:#101215; z-index:1}
.map-el .leaflet-tile-pane{filter:saturate(.85) brightness(.92)}
.map-el .leaflet-control-attribution{background:rgba(10,11,13,.6); color:#9a9da3; font-size:10px}
.map-el .leaflet-control-attribution a{color:#c6c9ce}
.map-el .leaflet-control-zoom{border:none; margin:18px}
.map-el .leaflet-control-zoom a{
  background:rgba(16,18,21,.72); color:#f2f1ec; border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
}
.map-el .leaflet-control-zoom a:hover{background:rgba(30,33,38,.85)}
.map-full::after{content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 0 0 90px rgba(0,0,0,.35); z-index:2}

/* custom markers */
.mk{display:flex; align-items:center; justify-content:center; font-family:var(--font-body); font-weight:800; color:#fff;
  border:2px solid rgba(255,255,255,.85); box-shadow:0 8px 24px rgba(0,0,0,.5)}
.mk-kickers{width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,#ff6a3d,#ea0029); font-size:19px}
.mk-cafe{width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,#d4552b,#e8934b); font-size:16px}
.mk-p{width:34px; height:34px; border-radius:10px; background:#3b6ff0; font-size:13px}
.mk-tip{position:absolute; left:50%; top:100%; transform:translateX(-50%); margin-top:3px;
  white-space:nowrap; font-size:11px; font-weight:800; color:#fff; text-shadow:0 1px 6px rgba(0,0,0,.9)}

/* legend v2 */
.map-legend{
  position:absolute; z-index:400; left:clamp(16px,4vw,56px); bottom:clamp(16px,4vw,56px);
  display:flex; flex-direction:column; min-width:320px; padding:8px; border-radius:20px;
  background:rgba(14,16,20,.62); border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(22px) saturate(160%); -webkit-backdrop-filter:blur(22px) saturate(160%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 22px 60px rgba(0,0,0,.4);
}
.ml-head{padding:12px 16px 10px; border-bottom:1px solid rgba(255,255,255,.12); margin-bottom:4px}
.ml-head strong{display:block; font-family:var(--font-display); font-weight:600; font-size:15px; color:#f2f1ec}
.ml-head span{font-size:11.5px; color:#a7abb4; letter-spacing:.04em; text-transform:uppercase}
.ml-row{display:flex; align-items:center; gap:14px; padding:10px 12px; border-radius:14px; transition:background .2s}
.ml-row:hover{background:rgba(255,255,255,.09)}
.ml-ico{width:38px; height:38px; border-radius:12px; display:flex; align-items:center; justify-content:center;
  font-weight:800; font-size:14px; flex:none; color:#fff; box-shadow:0 6px 16px rgba(0,0,0,.35)}
.ico-kickers{background:linear-gradient(135deg,#ff6a3d,#ea0029)}
.ico-cafe{background:linear-gradient(135deg,#d4552b,#e8934b)}
.ico-p{background:#3b6ff0; border-radius:10px}
.ml-row div{flex:1; min-width:0}
.ml-row div strong{display:block; font-size:13.5px; font-weight:800; color:#f2f1ec; line-height:1.3}
.ml-row div span{display:block; font-size:12px; color:#a7abb4; line-height:1.35}
.ml-row .ml-go{color:#a7abb4; font-weight:800; transition:transform .25s, color .2s}
.ml-row:hover .ml-go{transform:translateX(4px); color:#fff}
@media(max-width:700px){
  .map-legend{position:static; border-radius:0; min-width:0; border-left:0; border-right:0}
  .map-el{height:min(56vh,440px)}
}

/* ---------- footer ---------- */
.footer{border-top:1px solid var(--line); padding:36px 0; font-size:13px; color:var(--text-2)}
.footer-in{display:flex; gap:24px; flex-wrap:wrap; align-items:center}
.footer-in .f-links{display:flex; gap:18px; margin-left:auto; flex-wrap:wrap}
.footer-in a:hover{color:var(--text)}

/* ---------- hub (home): fullscreen 3-way split ---------- */
.hub-hero{height:100dvh; display:flex; flex-direction:column}
.hub-split{flex:1; display:flex; min-height:0}
.hub-panel{
  position:relative; flex:1; min-width:0; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
  transition:flex .7s cubic-bezier(.22,1,.32,1);
}
.hub-panel:hover,.hub-panel:focus-visible{flex:2.1}
.hub-panel img.bgimg{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .9s cubic-bezier(.22,1,.32,1), filter .5s; filter:brightness(.62) saturate(1.05)}
.hub-panel:hover img.bgimg{transform:scale(1.07); filter:brightness(.78) saturate(1.15)}
.hub-panel::before{content:""; position:absolute; inset:0; z-index:1;
  background:linear-gradient(185deg, rgba(8,9,12,.15) 30%, rgba(8,9,12,.78) 100%)}
.hub-panel::after{content:""; position:absolute; inset:0; z-index:1; background:var(--p-wash, transparent); opacity:0; transition:opacity .5s; mix-blend-mode:overlay}
.hub-panel:hover::after{opacity:.55}
.hub-panel + .hub-panel{border-left:1px solid rgba(255,255,255,.14)}
.hub-logo{position:relative; z-index:2; width:clamp(150px,16vw,250px); transition:transform .7s cubic-bezier(.22,1,.32,1); filter:drop-shadow(0 10px 30px rgba(0,0,0,.45))}
.hub-panel:hover .hub-logo{transform:translateY(-46px) scale(1.06)}
.hub-card{
  position:absolute; z-index:3; left:22px; right:22px; bottom:22px;
  border-radius:var(--r-card); padding:20px 22px;
  background:rgba(14,16,22,.5); border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(20px) saturate(160%); -webkit-backdrop-filter:blur(20px) saturate(160%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 18px 50px rgba(0,0,0,.3);
  transform:translateY(calc(100% + 30px)); opacity:0;
  transition:transform .55s cubic-bezier(.22,1,.32,1), opacity .4s;
}
.hub-panel:hover .hub-card,.hub-panel:focus-visible .hub-card{transform:none; opacity:1}
.hub-card .h-tag{font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; display:inline-block; padding:5px 12px; border-radius:999px; margin-bottom:10px}
.hub-card p{color:#e3e2da; font-size:13.5px; max-width:44ch}
.hub-card .h-hours{color:#b9bcb5; font-size:12px; margin-top:8px}
.hub-card .h-go{display:inline-flex; align-items:center; gap:8px; margin-top:12px; font-weight:800; font-size:13px; color:#fff}
.hub-card .h-go .arr{transition:transform .3s}
.hub-panel:hover .h-go .arr{transform:translateX(5px)}
.tag-kickers{background:linear-gradient(100deg,#ff6a3d,#ea0029); color:#fff}
.tag-cafe{background:linear-gradient(100deg,#d4552b,#e8934b); color:#fff}
.tag-garden{background:linear-gradient(100deg,#eab253,#8fd07d); color:#181203}
@media(max-width:860px){
  .hub-hero{height:auto; min-height:100dvh}
  .hub-split{flex-direction:column}
  .hub-panel{min-height:max(31dvh, 260px)}
  .hub-panel + .hub-panel{border-left:0; border-top:1px solid rgba(255,255,255,.14)}
  .hub-panel:hover{flex:1}
  .hub-logo{width:clamp(150px,38vw,210px)}
}
@media(hover:none){
  .hub-card{transform:none; opacity:1}
  .hub-panel:hover{flex:1}
  .hub-panel:hover .hub-logo{transform:none}
}
@media (prefers-reduced-motion: reduce){
  .hub-panel,.hub-card,.hub-logo,.hub-panel img.bgimg{transition:none}
  .hub-card{transform:none; opacity:1}
}

/* ---------- loader ---------- */
.loader{
  position:fixed; inset:0; z-index:100; display:flex; flex-direction:column; gap:26px;
  align-items:center; justify-content:center; background:#0b0d12;
  transition:opacity .5s, visibility .5s;
}
.loader.done{opacity:0; visibility:hidden; pointer-events:none}
.loader .l-label{color:#6f736c; font-size:12px; letter-spacing:.28em; text-transform:uppercase; font-weight:700}
/* CSS burger — will be replaced by client video */
.burger{width:120px; display:flex; flex-direction:column; align-items:center; gap:7px}
.burger > div{width:100%; border-radius:8px; opacity:0; transform:translateY(-26px); animation:drop .5s cubic-bezier(.2,1.4,.4,1) forwards}
.b-top{height:30px; border-radius:60px 60px 12px 12px; background:linear-gradient(180deg,#e8b04b,#c98a2f); animation-delay:1.15s !important}
.b-cheese{height:8px; background:#f5c33b; border-radius:3px; animation-delay:.9s !important}
.b-patty{height:16px; background:#6b4226; animation-delay:.65s !important}
.b-salad{height:8px; background:#8fd07d; border-radius:3px; animation-delay:.4s !important}
.b-bottom{height:18px; border-radius:8px 8px 40px 40px; background:linear-gradient(180deg,#d99f42,#b97f2c); animation-delay:.15s !important}
@keyframes drop{to{opacity:1; transform:none}}
@media (prefers-reduced-motion: reduce){.burger > div{animation:none; opacity:1; transform:none}}

/* ---------- legal ---------- */
.legal{max-width:800px; margin:0 auto; padding:calc(var(--nav-h) + 64px) 24px 96px}
.legal h1{font-size:clamp(30px,4.5vw,54px); margin-bottom:8px}
.legal .updated{color:var(--text-2); font-size:13px; margin-bottom:40px}
.legal h2{font-size:20px; margin:36px 0 12px}
.legal p,.legal li{color:var(--text-2); font-size:15px}
.legal ul{padding-left:20px}

/* ---------- 404 ---------- */
.nf{min-height:100dvh; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:24px}
.nf h1{font-size:clamp(90px,18vw,210px); line-height:.95; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent}
.nf p{color:var(--text-2); margin:14px 0 28px; max-width:44ch}
.nf .nf-actions{display:flex; gap:14px; flex-wrap:wrap; justify-content:center}

/* ---------- utilities ---------- */
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0}

/* ---------- Kick Cafe: flor-style calm editorial ---------- */
.theme-cafe .section{padding:128px 0}
@media(max-width:768px){.theme-cafe .section{padding:80px 0}}
.theme-cafe h1,.theme-cafe h2{font-weight:400; text-transform:lowercase; letter-spacing:0}
.theme-cafe h3{font-weight:400}
.theme-cafe .sec-head{margin-bottom:56px}
.theme-cafe .sec-head p{font-size:15px}
.theme-cafe .btn{font-weight:700}
.theme-cafe .event-card h3,.theme-cafe .offer-info h3{text-transform:lowercase}

/* local time chip */
.localtime{font-size:12px; color:var(--text-2); letter-spacing:.02em}
.localtime .lt-val{font-weight:800; color:var(--text)}

/* ---------- ambient background fx ---------- */
.bg-fx{position:fixed; inset:0; z-index:-1; pointer-events:none; overflow:hidden}
.bg-fx .blob{position:absolute; width:46vw; height:46vw; min-width:420px; min-height:420px; border-radius:50%; filter:blur(70px); opacity:.75}
.bg-fx .b1{top:-12%; left:-10%; animation:drift1 30s ease-in-out infinite alternate}
.bg-fx .b2{bottom:-16%; right:-12%; animation:drift2 36s ease-in-out infinite alternate}
@keyframes drift1{from{transform:translate(0,0) scale(1)}to{transform:translate(9vw,7vh) scale(1.15)}}
@keyframes drift2{from{transform:translate(0,0) scale(1.1)}to{transform:translate(-8vw,-6vh) scale(.95)}}
.theme-kickers .bg-fx .b1{background:radial-gradient(circle at 35% 35%, rgba(234,0,41,.32), transparent 65%)}
.theme-kickers .bg-fx .b2{background:radial-gradient(circle at 60% 60%, rgba(255,106,61,.2), transparent 65%)}
.theme-kickers .bg-fx .pitch{position:absolute; inset:0; opacity:.05;
  background:repeating-linear-gradient(115deg, transparent 0 90px, rgba(255,255,255,.9) 90px 91px)}
.theme-cafe .bg-fx .b1{background:radial-gradient(circle at 35% 35%, rgba(212,85,43,.16), transparent 65%)}
.theme-cafe .bg-fx .b2{background:radial-gradient(circle at 60% 60%, rgba(232,147,75,.15), transparent 65%)}
.theme-garden .bg-fx .b1{background:radial-gradient(circle at 35% 35%, rgba(90,213,132,.22), transparent 65%)}
.theme-garden .bg-fx .b2{background:radial-gradient(circle at 60% 60%, rgba(255,194,92,.18), transparent 65%)}
.bg-fx .leaf{position:absolute; width:clamp(90px,10vw,170px); aspect-ratio:1/2; opacity:.16;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'%3E%3Cpath d='M50 0 C95 55 95 130 50 200 C5 130 5 55 50 0 Z M50 18 L50 182' fill='none' stroke='%235ad584' stroke-width='5'/%3E%3Cpath d='M50 40 L78 66 M50 70 L82 98 M50 100 L80 130 M50 40 L22 66 M50 70 L18 98 M50 100 L20 130' stroke='%235ad584' stroke-width='4'/%3E%3C/svg%3E") center/contain no-repeat}
.bg-fx .l1{top:8%; left:4%; animation:sway 13s ease-in-out infinite alternate}
.bg-fx .l2{top:46%; right:5%; transform:rotate(30deg); animation:sway 17s ease-in-out infinite alternate-reverse}
.bg-fx .l3{bottom:6%; left:22%; transform:rotate(-24deg); animation:sway 21s ease-in-out infinite alternate}
@keyframes sway{from{transform:rotate(-8deg) translateY(0)}to{transform:rotate(10deg) translateY(26px)}}
.bg-fx .fly{position:absolute; width:6px; height:6px; border-radius:50%; background:#ffc25c; box-shadow:0 0 12px 3px rgba(255,194,92,.6); animation:fly 9s ease-in-out infinite}
.bg-fx .f1{top:30%; left:12%} .bg-fx .f2{top:64%; right:18%; animation-delay:3s} .bg-fx .f3{top:18%; right:34%; animation-delay:6s}
@keyframes fly{0%,100%{opacity:0; transform:translate(0,0)} 20%{opacity:.9} 50%{opacity:.4; transform:translate(26px,-30px)} 80%{opacity:.9}}
@media (prefers-reduced-motion: reduce){
  .bg-fx .blob,.bg-fx .leaf,.bg-fx .fly{animation:none}
  .bg-fx .fly{opacity:.5}
}

/* ---------- kinetic scroll CTA ---------- */
.kinetic{position:relative; height:100dvh; display:flex; align-items:center; overflow:hidden; z-index:-1}
/* clip only horizontally: during the approach the track is counter-shifted upwards,
   letters must not get cut by the section's top edge. z-index:-1 slides the flying
   letters BEHIND the preceding content (event cards etc.) instead of over it */
@supports (overflow:clip){ .kinetic{overflow-x:clip; overflow-y:visible} }
.kinetic-track{white-space:nowrap; font-family:var(--font-display); font-weight:800; font-size:clamp(88px,17vh,230px); line-height:1.1; display:inline-block; will-change:transform; color:var(--text)}
.k-ch{display:inline-block; will-change:transform}
.theme-cafe .kinetic-track{font-weight:400; text-transform:lowercase}
.kin-static{height:auto; padding:120px 0; justify-content:center}
.kin-static .kinetic-track{white-space:normal; text-align:center; width:100%; font-size:clamp(38px,7vw,110px); padding:0 24px}

/* ---------- flying gallery (scroll-driven) ---------- */
.fly-gallery{position:relative; height:100dvh; overflow:hidden}
.fly-head{position:absolute; top:calc(var(--nav-h) + 40px); left:0; right:0; z-index:20; pointer-events:none}
.fly-card{
  position:absolute; top:50%; left:50%; margin:0;
  width:clamp(200px,22vw,420px); /* per-card width is set inline by JS */
  border-radius:var(--r-card); overflow:hidden;
  box-shadow:0 26px 70px rgba(0,0,0,.38); will-change:transform;
}
.theme-cafe .fly-card{box-shadow:0 22px 60px rgba(27,26,23,.2)}
.fly-card img{width:100%; height:auto; display:block}
/* fallback: plain flow grid when GSAP unavailable / reduced motion */
.fly-static .fly-gallery{height:auto; padding:96px 24px; display:flex; flex-wrap:wrap; gap:16px; justify-content:center}
.fly-static .fly-head{position:static; margin-bottom:32px}
.fly-static .fly-card{position:static; top:auto; left:auto; transform:none !important; width:clamp(200px,22vw,420px) !important}

/* ---------- about (editorial prose) ---------- */
.about-txt{margin-top:28px; display:flex; flex-direction:column; gap:18px}
.about-txt p{color:var(--text-2); font-size:16.5px; line-height:1.75; max-width:68ch}
.theme-cafe .about-txt p:first-child{color:var(--text); font-size:19px}

/* ---------- mobile polish ---------- */
@media(max-width:768px){
  .kinetic-track{font-size:clamp(56px,12vh,110px)}
  .bg-fx .blob{width:72vw; height:72vw; min-width:0; min-height:0; filter:blur(48px)}
  .bg-fx .leaf{opacity:.12}
  .hero-in{padding-bottom:56px}
  .hero-logo{width:min(72vw,340px) !important}
  .events-row{grid-auto-columns:min(280px,82vw)}
  .book-in{padding:48px 0}
  .about-txt p{font-size:15.5px}
  .fly-head h2{font-size:clamp(24px,7vw,34px)}
}
