/* ════════════════════════════════════════════════════════
   Coffee and Riot — Premium B&W Café
   Aesthetic: Editorial Brutalist · Big Shoulders Display + Cormorant
   ════════════════════════════════════════════════════════ */

/* ── Variables ─────────────────────────────────────────── */
:root {
  --black:       #0a0a0a;
  --black-soft:  #141414;
  --black-mid:   #1e1e1e;
  --gray-dark:   #2a2a2a;
  --gray-mid:    #666;
  --gray-light:  #aaa;
  --off-white:   #f0efe8;
  --white:       #fafafa;

  --font-display: 'Archivo Narrow', Arial, sans-serif;
  --font-display-weight: 700;
  --font-body:    'Archivo Narrow', Arial, sans-serif;
  --font-ui:      'Archivo Narrow', Arial, sans-serif;

  --nav-h: 68px;
  --container: 1200px;
  --ease: cubic-bezier(.16,1,.3,1);
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--black);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
address { font-style: normal; }

/* ── Container ──────────────────────────────────────────── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 2rem; }

/* ── Utility ─────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-ui);
  font-size: .58rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gray-mid);
  margin-bottom: 1rem;
}
.divider {
  width: 2.5rem;
  height: 1px;
  background: var(--black);
  margin: 1.25rem 0;
}
.divider--center { margin: 1.25rem auto; }

.section-head { text-align: center; margin-bottom: 4rem; }
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.section-sub {
  font-family: var(--font-ui);
  font-size: .9rem;
  color: var(--gray-mid);
  line-height: 1.7;
  margin-top: .75rem;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .85rem 2rem;
  transition: background .2s, color .2s, border-color .2s;
  cursor: pointer;
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.btn--sm  { padding: .6rem 1.4rem; font-size: .65rem; }
.btn--lg  { padding: 1rem 2.5rem; font-size: .8rem; }

.btn--white  { background: var(--white); color: var(--black); border-color: var(--white); }
.btn--white:hover { background: var(--off-white); }

.btn--ghost-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn--ghost-white:hover { border-color: var(--white); }

.btn--black  { background: var(--black); color: var(--white); border-color: var(--black); }
.btn--black:hover { background: var(--black-mid); }

.btn--outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn--outline:hover { background: var(--black); color: var(--white); }

.btn--outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn--outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.07); }

/* ── Scroll reveal ───────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ── Brand Logo ──────────────────────────────────────────── */
.logo-coffee {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: .06em;
}
.logo-and {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .52em;
  letter-spacing: .18em;
  text-transform: lowercase;
  margin: 0 .28em;
  vertical-align: middle;
  opacity: .65;
}
.logo-riot {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: .06em;
  display: inline-flex;
  align-items: center;
  gap: .04em;
}
.logo-chevrons {
  height: .72em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .06em;
  flex-shrink: 0;
}

/* hero title overrides for logo layout */
.hero__title .logo-coffee,
.hero__title .hero__title-and,
.hero__title .logo-riot { display: block; }
.hero__title .logo-riot { display: flex; align-items: center; }
.hero__title .hero__title-and {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: .28em;
  letter-spacing: .25em;
  text-transform: lowercase;
  color: rgba(255,255,255,.45);
  margin: .4em 0 .2em;
  font-style: normal;
}
.hero__title .logo-chevrons { height: .75em; }

/* ── Logo text style (matches physical logo) ────────────── */
.logo-line {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.logo-sep {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: .52em;
  text-transform: lowercase;
  letter-spacing: .25em;
  opacity: .55;
  align-self: center;
}
/* hero title lines stack vertically */
.hero__title .logo-line { display: block; }
.hero__title .logo-sep {
  display: block;
  font-size: .2em;
  margin: .3em 0 .1em;
  letter-spacing: .45em;
}

/* ── Stars ───────────────────────────────────────────────── */
.stars { color: #fbbf24; letter-spacing: .1em; }

/* partial star rating (e.g. 4.7 / 5) */
.star-rating {
  position: relative;
  display: inline-block;
  line-height: 1;
  letter-spacing: .1em;
}
.star-rating__empty { color: rgba(255,255,255,.18); }
.star-rating__fill {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: var(--fill, 94%);
  color: #fbbf24;
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════
   NAVBAR
   ════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .35s, box-shadow .35s;
}
.nav.is-scrolled {
  background: rgba(10,10,10,.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(255,255,255,.07);
}
.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 2rem;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav__logo-img {
  height: 46px;
  width: 46px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  clip-path: circle(47% at 50% 50%);
}
.nav__links { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.nav__links a {
  font-family: var(--font-ui);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  transition: color .2s;
}
.nav__links a:hover { color: var(--white); }
.nav .btn--outline {
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.25);
  margin-left: 1rem;
}
.nav .btn--outline:hover { background: var(--white); color: var(--black); border-color: var(--white); }

/* Recenze link — shown after Rezervovat btn on desktop, hidden on mobile */
.nav__link-reviews {
  font-family: var(--font-ui);
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  transition: color .2s;
}
.nav__link-reviews:hover { color: var(--white); }

/* ── Language switcher ─────────────────────────────────── */
.nav__lang {
  display: flex;
  align-items: center;
  gap: .2rem;
  margin-right: .5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: default;
}
.nav__lang-btn {
  font-family: var(--font-ui);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .08em;
  background: none;
  border: 1px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.65);
  cursor: pointer;
  padding: .2rem .45rem;
  border-radius: 3px;
  transition: border-color .2s, color .2s;
  line-height: 1;
}
.nav__lang-btn:hover {
  border-color: rgba(255,255,255,.8);
  color: var(--white);
}
.nav__lang-btn.is-active {
  border-color: var(--white);
  color: var(--white);
  font-weight: 700;
}
.nav__lang-sep {
  font-size: .6rem;
  color: rgba(255,255,255,.3);
  pointer-events: none;
}
/* scrolled navbar is also dark — keep white text */
.nav.is-scrolled .nav__lang-btn {
  border-color: rgba(255,255,255,.3);
  color: rgba(255,255,255,.6);
}
.nav.is-scrolled .nav__lang-btn:hover,
.nav.is-scrolled .nav__lang-btn.is-active {
  border-color: var(--white);
  color: var(--white);
}
.nav.is-scrolled .nav__lang-sep { color: rgba(255,255,255,.25); }

/* nav social icons */
.nav__social-icons {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-left: .5rem;
}
.nav__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  flex-shrink: 0;
  transition: opacity .2s, transform .2s;
}
.nav__social-icon:hover { opacity: .82; transform: scale(1.1); }
.nav__social-icon svg { width: 16px; height: 16px; fill: #fff; display: block; }
.nav__social-icon--ig {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.nav__social-icon--fb { background: #1877F2; }

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
  margin-left: auto;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--white);
  transition: transform .3s, opacity .3s;
}
.nav__burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  background: rgba(10,10,10,.98);
  padding: 1.5rem 2rem 2rem;
  gap: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.07);
}
.nav__mobile.is-open { display: flex; }
.nav__mobile a {
  font-family: var(--font-ui);
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}

/* ════════════════════════════════════════════════════════
   HERO — Split layout
   ════════════════════════════════════════════════════════ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
}

.hero__text {
  background: var(--black);
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 3rem) 3rem 3rem 4rem;
  position: relative;
  overflow: hidden;
}
.hero__text::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,.016) 0px,
    rgba(255,255,255,.016) 1px,
    transparent 1px,
    transparent 8px
  );
  pointer-events: none;
}
.hero__text-inner { position: relative; z-index: 1; max-width: 520px; }

.hero__eyebrow {
  font-family: var(--font-ui);
  font-size: .65rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 1.5rem;
}
.hero__title {
  margin-bottom: 1rem;
}
.hero__logo-img {
  width: clamp(320px, 62vw, 680px);
  height: auto;
  display: block;
}
.hero__tagline {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  margin-bottom: 2.5rem;
}
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }

.hero__rating {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--font-ui);
  font-size: .72rem;
  color: rgba(255,255,255,.4);
  transition: color .2s;
  border-top: 1px solid rgba(255,255,255,.09);
  padding-top: 1.5rem;
  width: 100%;
}
.hero__rating:hover { color: rgba(255,255,255,.65); }
.hero__rating strong { color: var(--white); }

.hero__visual { position: relative; overflow: hidden; }
.hero__visual video,
.hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,.35), transparent 55%);
}

/* ════════════════════════════════════════════════════════
   MARQUEE
   ════════════════════════════════════════════════════════ */
.marquee {
  background: var(--black);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  overflow: hidden;
  white-space: nowrap;
  padding: .9rem 0;
}
.marquee__track {
  display: inline-flex;
  gap: 1.5rem;
  animation: marquee 32s linear infinite;
}
.marquee__track span {
  font-family: var(--font-ui);
  font-size: .63rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.marquee__dot { color: rgba(255,255,255,.15) !important; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ════════════════════════════════════════════════════════
   ABOUT — Split
   ════════════════════════════════════════════════════════ */
.about { display: block; }

.about__photo { position: relative; min-height: 580px; overflow: hidden; }
.about__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s var(--ease);
}
.about:hover .about__photo img { transform: scale(1.04); }

.about__text {
  background: var(--black-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem 2rem;
  gap: .25rem;
}
.about__text .eyebrow { color: rgba(255,255,255,.3); }
.about__text p.eyebrow { font-size: .58rem; letter-spacing: .2em; }
.about__text h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: .92;
  letter-spacing: .04em;
  color: var(--white);
  max-width: 700px;
  text-transform: uppercase;
}
.about__text .divider { background: rgba(255,255,255,.2); margin: .75rem auto; }
.about__text p {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.85;
  letter-spacing: .003em;
  color: rgba(255,255,255,.82);
  max-width: 620px;
  margin-bottom: .75rem;
}
.about__text .btn--black { margin-top: 1rem; align-self: flex-start; }

/* ════════════════════════════════════════════════════════
   PHOTO BANNER
   ════════════════════════════════════════════════════════ */
.photo-banner {
  position: relative;
  height: 42vh;
  min-height: 260px;
  overflow: hidden;
}
.photo-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.photo-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,10,10,.52);
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-banner__text {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  letter-spacing: .15em;
  color: rgba(255,255,255,.82);
}

/* ════════════════════════════════════════════════════════
   LIGHTBOX
   ════════════════════════════════════════════════════════ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox[hidden] { display: none; }
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.93);
  cursor: pointer;
}
.lightbox__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: lb-in .22s var(--ease);
}
@keyframes lb-in { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.lightbox__img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 30px 90px rgba(0,0,0,.7);
  user-select: none;
  -webkit-user-drag: none;
}
.lightbox__close {
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
  z-index: 2;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
  font-size: 1.8rem;
  line-height: 1;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background .2s, color .2s;
}
.lightbox__close:hover { background: rgba(255,255,255,.22); color: var(--white); }
.lightbox__prev,
.lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.75);
  font-size: 2.2rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, color .2s;
  border-radius: 4px;
}
.lightbox__prev:hover,
.lightbox__next:hover { background: rgba(255,255,255,.2); color: var(--white); }
.lightbox__prev { left: 1.25rem; }
.lightbox__next { right: 1.25rem; }

/* gallery items become clickable */
.gallery__item { cursor: zoom-in; }
.gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background .3s;
  z-index: 1;
}
.gallery__item:hover::after { background: rgba(0,0,0,.18); }

/* ════════════════════════════════════════════════════════
   GALLERY
   ════════════════════════════════════════════════════════ */
.gallery { padding: 6rem 0; background: var(--white); }
.gallery .section-head h2 { color: var(--black); }

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: .4rem;
}
.gallery__item {
  position: relative;
  overflow: hidden;
  background: var(--black-mid);
}
.gallery__item img,
.gallery__item video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.gallery__item:hover img,
.gallery__item:hover video { transform: scale(1.04); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* ════════════════════════════════════════════════════════
   MENU
   ════════════════════════════════════════════════════════ */
.menu { padding: 7rem 0; background: var(--off-white); }
.menu .section-head h2 { color: var(--black); }

/* Kitchen notice */
.menu__kitchen-note {
  font-family: var(--font-ui);
  font-size: .8rem;
  color: var(--black);
  opacity: .55;
  margin-top: .5rem;
  letter-spacing: .04em;
}

/* Menu tabs */
.menu__tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 2.5rem;
  border: 1.5px solid var(--black);
  border-radius: .4rem;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.menu__tab {
  background: transparent;
  border: none;
  padding: .75rem 2.5rem;
  font-family: var(--font-ui);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--black);
  cursor: pointer;
  transition: background .2s, color .2s;
}
.menu__tab + .menu__tab {
  border-left: 1.5px solid var(--black);
}
.menu__tab.is-active,
.menu__tab:hover {
  background: var(--black);
  color: #fff;
}

/* Menu panels */
.menu__panel {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.menu__panel.is-active { display: flex; }

body[data-lang="cs"] .menu__img--lang-en { display: none; }
body[data-lang="en"] .menu__img--lang-cs { display: none; }

.menu__img {
  width: 100%;
  max-width: 860px;
  height: auto;
  border-radius: .5rem;
  box-shadow: 0 4px 32px rgba(0,0,0,.12);
}
@media (min-width: 769px) {
  #menu-panel-food .menu__img { max-width: 560px; }
}

.menu__loading {
  text-align: center;
  color: rgba(0,0,0,.4);
  font-family: var(--font-ui);
  font-size: .9rem;
  padding: 3rem 0;
  grid-column: 1 / -1;
}
.menu__grid { display: grid; grid-template-columns: 1fr; gap: 2.75rem 4rem; margin: 0 auto; width: 100%; background: #fdfdfb; border-radius: 1.5rem; padding: 2.75rem 3rem; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.menu__grid--single { max-width: 560px; }
.menu__grid--double { max-width: 900px; }
#menu-panel-food .menu__grid { max-width: 560px; }
#menu-panel-drinks .menu__grid { max-width: 900px; }
@media (min-width: 700px) {
  .menu__grid--double { grid-template-columns: 1fr 1fr; }
  #menu-panel-drinks .menu__grid { grid-template-columns: 1fr 1fr; }
}
.menu__cat {
  background: transparent;
  border: none;
  padding: 0;
}
.menu__cat-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: .08em;
  color: var(--black);
  margin-bottom: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: .75rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid var(--black);
  color: var(--black);
}
.menu__cat-list { display: flex; flex-direction: column; }
.menu__alg { color: rgba(10,10,10,.38); }
.menu__note {
  grid-column: 1 / -1;
  font-family: var(--font-ui);
  font-size: .72rem;
  color: rgba(10,10,10,.45);
  text-align: center;
  line-height: 1.55;
  max-width: 620px;
  margin: 1.75rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(10,10,10,.1);
}
.menu__item {
  padding: .5rem 0;
}
.menu__item:last-child { padding-bottom: 0; }
.menu__item-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.menu__item-name {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--black);
  flex: 1;
  line-height: 1.3;
}
.menu__item-price {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--black);
  white-space: nowrap;
  letter-spacing: .01em;
}
.menu__item-desc {
  font-family: var(--font-body);
  font-size: .82rem;
  color: var(--gray-mid);
  margin-top: .25rem;
  line-height: 1.4;
}

/* ════════════════════════════════════════════════════════
   REVIEWS
   ════════════════════════════════════════════════════════ */
.reviews { padding: 7rem 0; background: var(--black); }
.reviews .section-head .eyebrow { color: rgba(255,255,255,.3); }
.reviews .section-head h2 { color: var(--white); }
.reviews .divider--center { background: rgba(255,255,255,.15); }

.reviews__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: 1rem;
}
.reviews__score strong { font-family: var(--font-display); font-size: 2.5rem; color: var(--white); line-height: 1; }
.reviews__score > span:not(.star-rating) { font-family: var(--font-ui); font-size: .75rem; color: rgba(255,255,255,.35); }
/* ensure star-rating colours are NOT overridden */
.reviews__score .star-rating__empty { color: rgba(255,255,255,.18) !important; }
.reviews__score .star-rating__fill  { color: #fbbf24 !important; }

.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.reviews__card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.32);
  padding: 2rem 2.5rem 2.5rem;
  transition: background .3s, border-color .3s;
  display: flex;
  flex-direction: column;
  position: relative;
}
.reviews__card:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.55); }

.reviews__card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  margin-bottom: .6rem;
}
.reviews__card-stars {
  color: #fbbf24;
  font-size: .95rem;
  letter-spacing: .12em;
}
.reviews__google-icon { flex-shrink: 0; opacity: .9; }
.reviews__cta-btn { display: inline-flex !important; align-items: center; gap: .55rem; }
.reviews__quote {
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(255,255,255,.12);
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  pointer-events: none;
}
.reviews__card p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}
.reviews__card footer {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: auto;
}
.reviews__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: .82rem;
  font-weight: 600;
  color: var(--white);
  flex-shrink: 0;
}
.reviews__author { display: flex; flex-direction: column; gap: .15rem; }
.reviews__author strong { font-family: var(--font-ui); font-size: .78rem; color: var(--white); }
.reviews__author span { font-family: var(--font-ui); font-size: .66rem; color: rgba(255,255,255,.3); }
.reviews__cta { text-align: center; }

/* ════════════════════════════════════════════════════════
   RESERVATION FORM
   ════════════════════════════════════════════════════════ */
.reserve {
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
  background: var(--black-soft);
}
.reserve::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('1212.jpg') center/cover no-repeat;
  opacity: .22;
  z-index: 0;
}
.reserve .container { position: relative; z-index: 1; }

/* dark-theme text for reservation section */
.reserve .section-head h2 { color: var(--white); }
.reserve .section-head .eyebrow { color: rgba(255,255,255,.35); }
.reserve .section-head .section-sub { color: rgba(255,255,255,.4); }
.reserve .divider--center { background: rgba(255,255,255,.18); }
.reserve .field label { color: rgba(255,255,255,.75); }
.reserve .optional { color: rgba(255,255,255,.3); }
/* Hint pod výběrem počtu osob — zobrazí se na iPhonu i Androidu, bez koleček */
.field__hint {
  display: block;
  font-family: var(--font-ui);
  font-size: .72rem;
  color: rgba(255,255,255,.4);
  margin-top: .45rem;
  letter-spacing: .02em;
}
.field__hint a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.reserve .field input,
.reserve .field select,
.reserve .field textarea {
  background: rgba(255,255,255,.08);
  color: var(--white);
  border-color: rgba(255,255,255,.12);
}
.reserve .field input::placeholder,
.reserve .field textarea::placeholder { color: rgba(255,255,255,.22); }
.reserve .field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaa' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
  color-scheme: dark;
}
.reserve .field select option {
  background: #1a1a1a;
  color: var(--white);
}
.reserve .field select option:disabled { color: rgba(255,255,255,.3); }
.reserve .field input:focus,
.reserve .field select:focus,
.reserve .field textarea:focus {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.12);
}
.reserve .res-form__note { color: rgba(255,255,255,.3); }
.reserve .success-icon { border-color: var(--white); color: var(--white); }
.reserve .res-form__success h3 { color: var(--white); }
.reserve .res-form__success p { color: rgba(255,255,255,.4); }

.res-form {
  max-width: 720px;
  margin: 0 auto;
  background: rgba(10,10,10,.55);
  border: 1px solid rgba(255,255,255,.1);
  padding: 2.75rem 2.5rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.res-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field--full { margin-bottom: 1.25rem; }

.field label {
  font-family: var(--font-ui);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--black);
}
.optional { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--gray-mid); }

.field input,
.field select,
.field textarea {
  font-family: var(--font-ui);
  font-size: .9rem;
  color: var(--black);
  background: var(--off-white);
  border: 1.5px solid transparent;
  padding: .8rem 1rem;
  outline: none;
  transition: border-color .2s, background .2s;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
  padding-right: 2.5rem;
  cursor: pointer;
}
.field textarea { resize: vertical; min-height: 100px; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--black); background: var(--white); }

/* validation states */
.field input.is-invalid,
.field select.is-invalid,
.field textarea.is-invalid {
  border-color: #ef4444 !important;
  background: rgba(239,68,68,.06) !important;
  animation: shake .32s var(--ease);
}
@keyframes shake {
  0%,100% { transform: translateX(0); }
  25%      { transform: translateX(-5px); }
  75%      { transform: translateX(5px); }
}
.field__error {
  font-family: var(--font-ui);
  font-size: .67rem;
  color: #ef4444;
  margin-top: .3rem;
  min-height: .9rem;
  display: block;
  opacity: 0;
  transition: opacity .2s;
}
.field__error.is-visible { opacity: 1; }
.field__hint {
  font-family: var(--font-ui);
  font-size: .67rem;
  color: rgba(255,255,255,.5);
  margin-top: .3rem;
}

.res-form__notice {
  display: flex;
  align-items: center;
  gap: .85rem;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: .9rem 1.25rem;
  margin-bottom: 1.5rem;
  font-family: var(--font-ui);
  font-size: .85rem;
  color: rgba(255,255,255,.72);
  line-height: 1.4;
}
.res-form__notice svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: rgba(255,255,255,.55);
}
.res-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: .5rem;
}
.res-form__note { font-family: var(--font-ui); font-size: .7rem; color: var(--gray-mid); }

/* Logo overlay on hero photo — mobile only */
.hero__visual-logo { display: none; }

/* date input — consistent height across browsers */
#res-date { min-height: 46px; }

/* Desktop: hide "дд.мм.рррр" native placeholder — show text only when focused/filled */
@media (min-width: 769px) {
  input[type="date"]::-webkit-datetime-edit-year-field,
  input[type="date"]::-webkit-datetime-edit-month-field,
  input[type="date"]::-webkit-datetime-edit-day-field,
  input[type="date"]::-webkit-datetime-edit-text { color: transparent; }

  input[type="date"]:focus::-webkit-datetime-edit-year-field,
  input[type="date"]:focus::-webkit-datetime-edit-month-field,
  input[type="date"]:focus::-webkit-datetime-edit-day-field,
  input[type="date"]:focus::-webkit-datetime-edit-text,
  input[type="date"].has-value::-webkit-datetime-edit-year-field,
  input[type="date"].has-value::-webkit-datetime-edit-month-field,
  input[type="date"].has-value::-webkit-datetime-edit-day-field,
  input[type="date"].has-value::-webkit-datetime-edit-text { color: inherit; }
}

/* Date placeholder overlay (iOS Safari shows blank for empty date input) */
.input-wrap { position: relative; width: 100%; }
.input-wrap__ph {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  padding: 0 1rem;
  color: rgba(255,255,255,.3);
  font-family: var(--font-ui);
  font-size: .9rem;
  pointer-events: none;
}
.input-wrap__ph.is-visible { display: flex; }

.res-form__success { text-align: center; padding: 4rem 2rem; }
.success-icon {
  width: 3.5rem; height: 3.5rem;
  border: 2px solid var(--black);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1.5rem;
}
.res-form__success h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: .08em;
  margin-bottom: .5rem;
}
.res-form__success p { font-family: var(--font-ui); font-size: .9rem; color: var(--gray-mid); }

/* ════════════════════════════════════════════════════════
   FIND + MAP
   ════════════════════════════════════════════════════════ */
.find { display: grid; grid-template-columns: 1fr 1.5fr; }

.find__info {
  background: var(--black-soft);
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.find__info .eyebrow { color: rgba(255,255,255,.3); }
.find__info h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  letter-spacing: .05em;
  color: var(--white);
  line-height: .93;
  text-transform: uppercase;
}
.find__info .divider { background: rgba(255,255,255,.18); }
.find__info address { margin: .5rem 0 2rem; }
.find__info address p {
  font-family: var(--font-ui);
  font-size: .83rem;
  color: rgba(255,255,255,.5);
  line-height: 1.85;
  margin-bottom: .75rem;
}
.find__info address strong { color: rgba(255,255,255,.9); font-weight: 500; }
.find__email { color: rgba(255,255,255,.5); font-family: var(--font-ui); font-size: .83rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); transition: color .2s, border-color .2s; }
.find__email:hover { color: var(--white); border-color: rgba(255,255,255,.6); }

.find__map { position: relative; min-height: 480px; }
.find__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%) contrast(1.08);
  transition: filter .5s;
}
.find__map:hover iframe { filter: grayscale(50%); }

/* ════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════ */
.footer { background: var(--black); }
.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer__logo-img {
  height: 50px;
  width: 50px;
  display: block;
  margin-bottom: .5rem;
  object-fit: cover;
  border-radius: 50%;
  clip-path: circle(47% at 50% 50%);
}
.footer__brand small { font-family: var(--font-ui); font-size: .7rem; color: rgba(255,255,255,.25); }
.footer__col h4 {
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-bottom: 1rem;
}
.footer__col p, .footer__col a {
  font-family: var(--font-ui);
  font-size: .8rem;
  line-height: 1.85;
  color: rgba(255,255,255,.35);
}
.footer__col a:hover { color: rgba(255,255,255,.7); }

/* social icons */
.social-links { display: flex; flex-direction: column; gap: .6rem; }
.social-link {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-ui);
  font-size: .8rem;
  color: rgba(255,255,255,.35);
  transition: color .2s;
}
.social-link:hover { color: rgba(255,255,255,.7); }
.social-link svg { width: 16px; height: 16px; flex-shrink: 0; fill: currentColor; }
.footer__bottom { text-align: center; padding: 1.5rem 2rem; }
.footer__bottom small { font-family: var(--font-ui); font-size: .67rem; color: rgba(255,255,255,.18); }

/* ════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .menu__grid { gap: 1.5rem 2rem; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 768px) {
  .nav__links, .nav .btn--outline, .nav__social-icons, .nav__lang, .nav__link-reviews { display: none; }
  .nav__burger { display: flex; }
  /* Language switcher inside mobile menu */
  .nav__mobile-lang {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding-top: .25rem;
  }
  /* Social icons inside mobile menu */
  .nav__mobile-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: .75rem;
  }
  .nav__mobile-social .nav__social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: rgba(255,255,255,.6);
    transition: color .2s;
  }
  .nav__mobile-social .nav__social-icon:hover { color: #fff; }
  .nav__mobile-social .nav__social-icon svg { width: 1.3rem; height: 1.3rem; fill: currentColor; }

  /* ── Hero — photo first, then text panel (like Yuzu reference) ── */
  /* Dark background fills the border-radius corners — no white edges */
  .hero { grid-template-columns: 1fr; min-height: unset; background: var(--black); }
  .hero__visual {
    order: -1;
    min-height: calc(72vw + var(--nav-h));
    border-radius: 0 0 2rem 2rem;
  }
  /* Subtle dark only at the very top (navbar readability) — no bottom fade */
  .hero__visual-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,.35) 0%, transparent 35%);
  }
  /* Logo in top-left corner of the hero photo */
  .hero__visual-logo {
    display: block;
    position: absolute;
    top: calc(var(--nav-h) + .75rem);
    left: 1.25rem;
    width: 88px;
    z-index: 2;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.8));
  }
  .hero__text {
    padding: 3rem 2rem 4rem;
    min-height: unset;
  }
  /* Hide the large hero logo on mobile — small logo in top-left of photo is enough */
  .hero__title          { display: none !important; visibility: hidden !important; }
  .hero__logo-img       { display: none !important; visibility: hidden !important; }
  .hero__text-inner { align-items: center; }
  .hero__eyebrow  { text-align: center; }
  .hero__tagline  { text-align: center; }
  .hero__cta      { flex-direction: column; gap: .75rem; width: 100%; }
  .hero__cta .btn { text-align: center; width: 100%; }
  .hero__rating   { justify-content: center; text-align: center; }

  /* ── About — photo first, then centered "Náš příběh" text ── */
  .about { grid-template-columns: 1fr; }
  .about__photo { min-height: 72vw; border-radius: 0 0 2rem 2rem; }
  .about__text {
    padding: 3.5rem 2rem;
    text-align: center;
    align-items: center;
  }
  .about__text h2     { font-size: 3rem; text-align: center; }
  .about__text p      { text-align: center; }
  .about__text .eyebrow { text-align: center; }
  .about__text .divider { margin: .5rem auto; }

  /* Photo banner text — centered on mobile */
  .photo-banner__text {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 1.5rem;
    line-height: 1.25;
  }

  /* Gallery — clean 2-column, no gaps */
  .gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery__item--tall { grid-row: span 1; }
  .gallery__item--wide { grid-column: span 1; }

  .menu__grid { grid-template-columns: 1fr; max-width: 500px; padding: 1.75rem 1.5rem; }

  .reviews__grid { grid-template-columns: 1fr; gap: 1rem; }

  .res-form { padding: 1.75rem 1.25rem; }
  .res-form__row { grid-template-columns: 1fr; }
  .res-form__footer { flex-direction: column; align-items: stretch; }
  .res-form__footer .btn { text-align: center; }

  .find { grid-template-columns: 1fr; }
  .find__info { padding: 3.5rem 1.75rem; }
  .find__map { min-height: 350px; }

  .footer__inner { grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem 1rem; align-items: start; }
  .footer__brand { grid-column: 1 / -1; text-align: center; }
  .footer__brand img { margin: 0 auto; }
  /* Smaller header so "OTEVÍRACÍ DOBA" fits on one line */
  .footer__col h4 { font-size: .52rem; letter-spacing: .12em; }
  .container { padding: 0 1.25rem; }
}

/* ════════════════════════════════════════════════════════
   COFFEE AND RIOT — RED layer  (brand accent over the B&W base)
   ════════════════════════════════════════════════════════ */
:root {
  --red:      #E11421;
  --red-dark: #B20E18;
}

/* ── Brand red button ──────────────────────────────────── */
.btn--red {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.btn--red:hover { background: var(--red-dark); border-color: var(--red-dark); }
.nav .btn--red { margin-left: .5rem; }

/* ── Red eyebrows + dividers across every section ──────── */
.eyebrow,
.about__text .eyebrow,
.reviews .section-head .eyebrow,
.reserve .section-head .eyebrow,
.reserve-cta .section-head .eyebrow,
.find__info .eyebrow { color: var(--red) !important; }

/* dividers removed — clean look, no red rules under headings */
.divider,
.divider--center,
.about__text .divider,
.reviews .divider--center,
.reserve .divider--center,
.reserve-cta .divider--center,
.find__info .divider { display: none !important; }

/* brand name in the about paragraph — same style as the surrounding body text */
.about__text p strong { color: #fff; font-weight: 400; text-transform: none; letter-spacing: inherit; }

/* About text — Manrope, větší a příjemnější (vybral klient) */
.about__text p {
  font-family: var(--font-ui);
  font-size: 1.2rem;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: .003em;
  color: rgba(255,255,255,.82);
}

/* ── Menu tabs → red ───────────────────────────────────── */
.menu__tabs { border-color: var(--red); }
.menu__tab + .menu__tab { border-left-color: var(--red); }
.menu__tab.is-active,
.menu__tab:hover { background: var(--red); color: #fff; }

/* ── Language switch active → red ──────────────────────── */
.nav__lang-btn.is-active,
.nav.is-scrolled .nav__lang-btn.is-active {
  border-color: var(--red);
  color: var(--red);
}

/* ── Reviews → red avatars + tinted quote ──────────────── */
.reviews__avatar { background: var(--red); border-color: var(--red); color: #fff; }
.reviews__quote { color: rgba(225,20,33,.32); }

/* ── Reservation form → red focus ──────────────────────── */
.reserve .field input:focus,
.reserve .field select:focus,
.reserve .field textarea:focus { border-color: var(--red) !important; }

/* ════════════════════════════════════════════════════════
   HERO — Fullscreen (mainfoto + centered tagline)
   ════════════════════════════════════════════════════════ */
.hero-full {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-full__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-full__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,.62) 0%, rgba(10,10,10,.30) 38%, rgba(10,10,10,.80) 100%);
}
.hero-full__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 1080px;
  padding: calc(var(--nav-h) + 2.5rem) 1.5rem 3.5rem;
}
.hero-full__logo {
  width: clamp(120px, 15vw, 180px);
  height: auto;
  filter: drop-shadow(0 6px 22px rgba(0,0,0,.45));
}
.hero-full__tagline {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(2.1rem, 6.6vw, 6rem);
  line-height: 1.0;
  letter-spacing: .01em;
  text-shadow: 0 6px 36px rgba(0,0,0,.55);
  max-width: 26ch;
  text-align: center;
}
.hero-full__cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

.hero-full__meta {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-family: var(--font-ui);
  font-size: .8rem;
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: .25rem;
}
.hero-full__meta-item {
  display: flex;
  align-items: center;
  gap: .3rem;
}
.hero-full__meta-item svg { opacity: .7; flex-shrink: 0; }
.hero-full__meta-sep { opacity: .35; }

/* ════════════════════════════════════════════════════════
   RESERVATION CTA band (main page)
   ════════════════════════════════════════════════════════ */
.reserve-cta {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background: var(--black-soft);
  text-align: center;
}
.reserve-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('atmo-5.jpg') center/cover no-repeat;
  opacity: .16;
  z-index: 0;
}
.reserve-cta .container { position: relative; z-index: 1; }
.reserve-cta .section-head { margin-bottom: 2.5rem; }
.reserve-cta .section-head h2 { color: var(--white); }
.reserve-cta .section-sub { color: rgba(255,255,255,.5); }
.reserve-cta__btn { display: flex; justify-content: center; }

/* ════════════════════════════════════════════════════════
   RESERVATION PAGE (rezervace.html)
   ════════════════════════════════════════════════════════ */
body.page-reserve .nav {
  background: rgba(10,10,10,.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(255,255,255,.07);
}
.reserve--page {
  padding-top: calc(var(--nav-h) + 4rem);
  min-height: 100vh;
}
/* 1212.jpg isn't in this project — use the storefront photo as the faded backdrop */
.reserve::before { background-image: url('hero.jpg'); }
.nav__back { white-space: nowrap; }

@media (max-width: 768px) {
  /* Hero na mobilu zkrácený (~70 % výšky) — web pak zabírá méně místa */
  .hero-full { min-height: 70svh; }
  .hero-full__inner { gap: 1.5rem; }
  .hero-full__cta { flex-direction: column; width: 100%; max-width: 320px; }
  .hero-full__cta .btn { width: 100%; text-align: center; }
  .nav .btn--red, .nav__back { display: none; }
  /* Logo na konci stránky skrýváme na mobilu */
  .footer__logo-img { display: none; }
}
