/* ── VARIABLES ─────────────────────────────────────────── */
:root {
  --green:      #23A038;
  --green-dark: #1a7a2a;
  --red:        #E52823;
  --red-dark:   #ba1f1b;
  --cream:      #fbf9f6;
  --white:      #ffffff;
  --ink:        #1d1d1b;
  --ink-soft:   #4d4a45;
  --gray:       #8a857d;
  --line:       rgba(29, 29, 27, 0.09);
  --nav-h:      88px;
}

/* ── RESET / BASE ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background-color: var(--white);
  color: var(--ink-soft);
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  color: var(--ink);
}

/* ── FLAG DIVIDER ──────────────────────────────────────── */
.divider {
  display: flex;
  width: 84px;
  height: 4px;
  margin-bottom: 1.75rem;
  border-radius: 2px;
  overflow: hidden;
}
.divider span { flex: 1; }
.divider span:nth-child(1) { background: var(--green); }
.divider span:nth-child(2) { background: var(--ink); }
.divider span:nth-child(3) { background: var(--red); }

.divider.center { margin-left: auto; margin-right: auto; }

/* ── NAV ───────────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

.nav-logo { height: 64px; width: auto; display: block; }

.nav-right {
  height: var(--nav-h);
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-links {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  list-style: none;
}

.nav-links a {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--nav-h);
  color: var(--ink);
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-links a:hover { color: var(--red); }
.nav-links a:hover::after { transform: scaleX(1); }

.btn-pyszne-nav {
  background: #FF8000;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0.55rem 1.25rem;
  border-radius: 2px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  transition: background 0.2s, transform 0.15s;
}

.btn-pyszne-nav:hover {
  background: #e67300;
  transform: translateY(-2px);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.22s;
}

@media (max-width: 768px) {
  nav { padding: 0 1.25rem; }
  .nav-right { gap: 0.75rem; }
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav-h); left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 0 1rem;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    height: auto;
    padding: 0.75rem 1.5rem;
    width: 100%;
  }
  .nav-links a::after { display: none; }
}

@media (max-width: 420px) {
  .btn-pyszne-nav {
    font-size: 0.7rem;
    padding: 0.5rem 0.8rem;
  }
}

/* ── HERO ──────────────────────────────────────────────── */
#hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + 2rem) 1.5rem 3rem;
  background-color: var(--cream);
  background-image:
    radial-gradient(ellipse 620px 460px at 8% 12%, rgba(35, 160, 56, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 620px 460px at 94% 90%, rgba(229, 40, 35, 0.08) 0%, transparent 70%),
    linear-gradient(rgba(29,29,27,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29,29,27,0.025) 1px, transparent 1px);
  background-size: auto, auto, 46px 46px, 46px 46px;
  position: relative;
  overflow: hidden;
}

.hero-logo {
  width: min(280px, 56vw);
  margin-bottom: 1.6rem;
  filter: drop-shadow(0 6px 28px rgba(29,29,27,0.1));
  position: relative;
}

.hero-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.75rem;
  position: relative;
}

.hero-sub {
  font-size: clamp(0.88rem, 1.8vw, 1rem);
  color: var(--gray);
  margin-bottom: 2.5rem;
  position: relative;
}

.btn-italia {
  background: var(--ink);
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding: 0.85rem 2.6rem;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: transform 0.15s, box-shadow 0.2s;
  box-shadow: inset 84px 0 0 0 var(--green), inset -84px 0 0 0 var(--red);
}

.btn-italia:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 0 var(--green), inset 0 0 0 0 var(--red), 0 8px 22px rgba(29,29,27,0.18);
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--ink);
}

/* scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  animation: scrollBounce 2.4s ease-in-out infinite;
}

.scroll-hint:hover { opacity: 1; }

.scroll-hint-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--gray);
}

.scroll-hint svg { color: var(--red); }

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(7px); }
}

/* ── SECTIONS ──────────────────────────────────────────── */
section { padding: 5.5rem 0; }
section:nth-child(even) { background-color: var(--cream); }

.section-label {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--red);
  margin-bottom: 0.4rem;
  display: block;
}

.section-title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  color: var(--ink);
  letter-spacing: 0.01em;
  margin-bottom: 1.4rem;
  line-height: 1.12;
}

.section-title span { color: var(--green); font-style: italic; }

/* ── O NAS / ABOUT ─────────────────────────────────────── */
.lead-text {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.9;
}

.stat-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--green);
  border-radius: 4px;
  padding: 1.1rem;
  text-align: center;
}

.stat-box.alt { border-top-color: var(--red); }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--ink);
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.35rem;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 0.4rem 1.1rem;
  font-size: 0.82rem;
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.03em;
}

.feature-pill::before {
  content: '';
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--green) 50%, var(--red) 50%);
  margin-right: 0.5rem;
}

/* about photo */
.about-photo {
  position: relative;
  padding: 0 14px 14px 0;
  height: 100%;
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.about-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid var(--green);
  border-radius: 4px;
  pointer-events: none;
}

.about-photo::before {
  content: '';
  position: absolute;
  bottom: 14px;
  right: -14px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid var(--red);
  border-radius: 4px;
  pointer-events: none;
  z-index: 0;
  display: none;
}

@media (min-width: 992px) {
  .about-photo::before { display: block; }
}

/* ── MENU TABS ─────────────────────────────────────────── */
#menu { background-color: var(--white); }

.menu-tab-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}

.tab-btn {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 1.4rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.18s;
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.menu-panel { display: none; }
.menu-panel.active { display: block; }

.menu-category { margin-bottom: 2.5rem; }

.menu-category h4 {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.menu-category h4::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--red));
}

.menu-category-note {
  font-size: 0.82rem;
  color: var(--gray);
  font-style: italic;
  margin: -0.6rem 0 1rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 0.5rem;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.6rem 0.85rem;
  border-radius: 3px;
  background: var(--cream);
  border: 1px solid var(--line);
  transition: background 0.15s, border-color 0.15s;
}

.menu-item:hover { background: var(--white); border-color: var(--green); }

.item-name { font-size: 0.92rem; color: var(--ink); font-weight: 700; flex: 1; }

.item-desc {
  font-size: 0.76rem;
  color: var(--gray);
  margin-top: 0.15rem;
  font-weight: 400;
}

.item-price {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--red);
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-note {
  font-size: 0.8rem;
  color: var(--ink-soft);
  font-style: italic;
  margin-top: 1.2rem;
  padding: 0.7rem 1rem;
  border-left: 2px solid var(--green);
  background: var(--cream);
  border-radius: 0 3px 3px 0;
}

.menu-disclaimer {
  font-size: 0.78rem;
  color: var(--gray);
  text-align: center;
  margin-top: 2rem;
  font-style: italic;
}

/* drinks multi-column layout */
.drinks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
}

.drinks-grid .menu-category { margin-bottom: 2.5rem; }

@media (max-width: 720px) {
  .drinks-grid { grid-template-columns: 1fr; }
}

/* ── CONTACT ───────────────────────────────────────────── */
#kontakt { background-color: var(--cream); }

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  border-radius: 8px;
  padding: 1.75rem;
  height: 100%;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-item:last-child { border-bottom: none; padding-bottom: 0; }

.contact-icon {
  width: 40px;
  height: 40px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--green);
}

.contact-icon img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) saturate(100%) invert(45%) sepia(63%) saturate(549%) hue-rotate(73deg) brightness(94%) contrast(92%);
}

.contact-label {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--gray);
  margin-bottom: 0.2rem;
}

.contact-value { font-size: 0.98rem; color: var(--ink); }
.contact-value a { color: var(--ink); text-decoration: none; transition: color 0.2s; }
.contact-value a:hover { color: var(--red); }

/* hours */
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.hours-table tr { border-bottom: 1px solid var(--line); }
.hours-table tr:last-child { border-bottom: none; }
.hours-table td { padding: 0.45rem 0.1rem; color: var(--ink); }
.hours-table td:last-child {
  text-align: right;
  color: var(--red);
  font-family: 'Playfair Display', serif;
  white-space: nowrap;
}

/* map */
.map-wrapper {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  height: 380px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.map-caption {
  font-size: 0.78rem;
  color: var(--gray);
  text-align: center;
  margin-top: 0.7rem;
  font-style: italic;
}

/* social under map */
.social-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.social-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--ink);
  border-radius: 3px;
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: all 0.18s;
}

.social-btn:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

/* ── FOOTER ────────────────────────────────────────────── */
footer {
  background: var(--ink);
  border-top: 3px solid;
  border-image: linear-gradient(90deg, var(--green), var(--white), var(--red)) 1;
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
}

.footer-logo {
  height: 56px;
  width: auto;
  margin-bottom: 1rem;
  display: inline-block;
  background: var(--white);
  padding: 0.6rem 1.1rem;
  border-radius: 12px;
}
footer a { color: rgba(255,255,255,0.78); text-decoration: none; transition: color 0.2s; }
footer a:hover { color: var(--green); }
.footer-sep { opacity: 0.4; margin: 0 0.5rem; }
