/* =========================================================
   Pescan Distillery — redizajn, vizuálny prototyp
   Farby: čierna + zlatá #b2935f (zachované z pôvodnej značky)
   Fonty: Fira Sans (nadpisy) + Source Sans 3 (text) — self-hosted
   woff2, latin + latin-ext. Lato a Open Sans boli nahradené, lebo
   obe majú chybne umiestnenú slovenskú diakritiku (ď, ť, ľ).
   ========================================================= */



@font-face{font-family:'Fira Sans';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/firasans-700-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Fira Sans';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/firasans-700-lat.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Fira Sans';font-style:normal;font-weight:900;font-display:swap;src:url('fonts/firasans-900-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Fira Sans';font-style:normal;font-weight:900;font-display:swap;src:url('fonts/firasans-900-lat.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/sourcesans-400-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/sourcesans-400-lat.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/sourcesans-600-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/sourcesans-600-lat.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

:root {
  --gold: #b2935f;
  --gold-dark: #8a6f45;
  --gold-light: #d9c7a6;
  --black: #16130f;
  --charcoal: #221e19;
  --cream: #f7f3ec;
  --cream-dark: #efe8db;
  --text: #26221d;
  --text-soft: #55503f;
  --white: #ffffff;
  --line: #e2d9c8;
  --focus: #1b6ec2;

  --font-heading: "Fira Sans", "Segoe UI", system-ui, sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;

  --container: 1180px;
  --radius: 6px;
  --shadow: 0 12px 30px -18px rgba(22, 19, 15, 0.55);

  /* typografická mierka — pomer 1.25, plynulá cez clamp */
  --step--1: clamp(0.82rem, 0.79rem + 0.12vw, 0.88rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.09rem);
  --step-1:  clamp(1.2rem, 1.12rem + 0.4vw, 1.42rem);
  --step-2:  clamp(1.45rem, 1.3rem + 0.75vw, 1.9rem);
  --step-3:  clamp(1.8rem, 1.5rem + 1.4vw, 2.6rem);
  --step-4:  clamp(2.2rem, 1.7rem + 2.4vw, 3.6rem);
}

/* ---------- Reset / základ ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; /* poistka proti horizontálnemu pretečeniu na mobile */
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--black);
  margin: 0 0 0.5em;
  text-wrap: balance; /* nadpis sa nezlomí na osamotené slovo */
}
h1 {
  font-size: var(--step-4);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.022em;
}
h2 {
  font-size: var(--step-3);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.018em;
}
h3 {
  font-size: var(--step-1);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.008em;
}
h4 { font-size: var(--step-0); font-weight: 700; line-height: 1.3; }
p { margin: 0 0 1em; max-width: 68ch; text-wrap: pretty; }
body { font-size: var(--step-0); }
/* úvodný odstavec pod nadpisom */
.lead {
  font-size: var(--step-1);
  line-height: 1.55;
  color: var(--text-soft);
  max-width: 58ch;
}
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}
section { padding-block: 56px; }
.section-tight { padding-block: 32px; }

/* ---------- Prístupnosť ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--gold);
  color: var(--black);
  padding: 12px 20px;
  z-index: 1000;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus {
  left: 0;
}
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}
.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;
}

/* ---------- Placeholder značenie (chýbajúci fakt) ---------- */
.placeholder {
  background: #fff6de;
  border: 1px dashed #b8944a;
  color: #6b5326;
  padding: 0.05em 0.4em;
  border-radius: 3px;
  font-size: 0.94em;
}
.placeholder-block {
  background: #fff6de;
  border: 1px dashed #b8944a;
  color: #6b5326;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-size: 0.95rem;
}

/* ---------- Tlačidlá ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn-gold {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.btn-gold:hover, .btn-gold:focus-visible { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--white); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline:hover, .btn-outline:focus-visible { background: var(--white); color: var(--black); }
.btn-outline-dark {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}
.btn-outline-dark:hover, .btn-outline-dark:focus-visible { background: var(--black); color: var(--white); }
.btn-block { width: 100%; justify-content: center; }
.btn[disabled], .btn.is-demo {
  opacity: 0.55;
  cursor: not-allowed;
}

/* =========================================================
   Hlavička
   ========================================================= */
.site-header {
  background: var(--black);
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid rgba(178,147,95,0.35);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img { height: 42px; width: auto; object-fit: contain; }

.nav-toggle-label {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 3px;
}
.nav-toggle-label span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform .2s ease, opacity .2s ease;
}
#nav-toggle {
  position: absolute;
  opacity: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  cursor: pointer;
}
#nav-toggle:focus-visible + .nav-toggle-label {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.main-nav {
  position: fixed;
  inset: 78px 0 0 0;
  background: var(--black);
  padding: 8px 20px 32px;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  overflow-y: auto;
}
#nav-toggle:checked ~ .main-nav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.main-nav a {
  display: block;
  padding: 15px 4px;
  text-decoration: none;
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.main-nav a[aria-current="page"] { color: var(--gold); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold); }
.nav-cta { margin-top: 18px; }

@media (min-width: 900px) {
    .nav-toggle-label, #nav-toggle { display: none; }
  .main-nav {
    position: static;
    inset: auto;
    background: none;
    padding: 0;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    overflow: visible;
    /* bez tohto sa ul a .nav-cta ulozia pod seba a tlacidlo sa roztiahne */
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .main-nav ul {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  .main-nav a { border-bottom: none; padding: 10px 12px; font-size: 0.94rem; }
  .nav-cta { margin: 0 0 0 6px; flex: 0 0 auto; }
  .nav-cta .btn { white-space: nowrap; padding: 10px 18px; }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  color: var(--white);
  background-size: cover;
  background-position: center;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,13,10,.35) 0%, rgba(15,13,10,.55) 55%, rgba(15,13,10,.92) 100%);
}
.hero-inner {
  position: relative;
  padding-block: 48px 56px;
  max-width: 640px;
}
.hero h1 { color: var(--white); }
.hero-eyebrow {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: var(--gold-light);
  margin-bottom: 14px;
  display: inline-block;
}
.hero p.lead { font-size: 1.1rem; color: #f1ede4; max-width: 52ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.page-hero {
  position: relative;
  color: var(--white);
  background-size: cover;
  background-position: center;
  padding-block: 70px 40px;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15,13,10,.62);
}
.page-hero .container { position: relative; }
.page-hero h1 { color: var(--white); }
.breadcrumb {
  font-size: 0.85rem;
  color: var(--gold-light);
  margin-bottom: 14px;
}
.breadcrumb a { color: var(--gold-light); text-decoration: underline; }

/* =========================================================
   Tri cesty (domov)
   ========================================================= */
.paths { background: var(--white); }
.path-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .path-grid { grid-template-columns: repeat(3, 1fr); }
}
.path-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.path-card:hover, .path-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}
.path-icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--black);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.path-card h3 { margin-bottom: 4px; }
.path-card .path-link {
  margin-top: auto;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--gold-dark);
  font-size: 0.92rem;
}

/* ---------- štatistiky ---------- */
.stat-strip {
  background: var(--black);
  color: var(--white);
}
.stat-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
@media (min-width: 700px) { .stat-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-grid strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--gold);
}
.stat-grid span { font-size: 0.9rem; color: #d8d2c4; }

/* ---------- status otvorenosti ---------- */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.35);
}
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #8a8578; }
.status-badge[data-status="open"] .status-dot { background: #63b96a; }
.status-badge[data-status="closed"] .status-dot { background: #c9564d; }

/* =========================================================
   Sekcia so striedavým obrázkom / textom
   ========================================================= */
.feature {
  display: grid;
  gap: 32px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 880px) {
  .feature { grid-template-columns: 1.05fr 1fr; }
  .feature.reverse .feature-media { order: 2; }
}
.feature-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-eyebrow {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  /* tmavšia zlatá kvôli kontrastu na krémovom podklade (WCAG AA) */
  color: #6f5834;
  margin-bottom: 10px;
  display: inline-block;
}

.section-dark { background: var(--black); color: #efe9dc; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #cfc8b8; }
.section-cream-dark { background: var(--cream-dark); }

.section-head {
  max-width: 720px;
  margin-bottom: 32px;
}
.section-head.center { margin-inline: auto; text-align: center; }

/* ---------- proces krokov ---------- */
.steps {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  counter-reset: step;
}
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { text-align: left; }
.step-num {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
}

/* =========================================================
   Karty (akcie, typy podujatí, sortiment)
   ========================================================= */
.card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 760px) { .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.card-body { padding: 18px 20px 22px; }
.card-body h3 { margin-bottom: 8px; }

.service-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 640px) { .service-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .service-list { grid-template-columns: repeat(4, 1fr); } }
.service-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
.service-item .service-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--cream-dark);
  color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 12px;
}
.service-item.highlight {
  background: var(--black);
  color: var(--white);
  border-color: var(--gold);
  grid-column: 1 / -1;
  display: grid;
  gap: 20px;
  padding: 26px;
}
@media (min-width: 700px) {
  .service-item.highlight { grid-template-columns: 220px 1fr; align-items: center; }
}
.service-item.highlight img { border-radius: var(--radius); }
.service-item.highlight h3 { color: var(--gold); }
.service-item.highlight p { color: #ded8c8; }

/* =========================================================
   Fotogaléria
   ========================================================= */
.photo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 700px) { .photo-grid { grid-template-columns: repeat(3, 1fr); } }
.photo-grid a {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.photo-grid img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  transition: transform .25s ease;
}
.photo-grid a:hover img, .photo-grid a:focus-visible img { transform: scale(1.05); }
.photo-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.72), transparent);
  color: #fff;
  font-size: 0.82rem;
  padding: 22px 12px 8px;
}

/* =========================================================
   Lístky (jedálny / nápojový)
   ========================================================= */
.menu-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.menu-card h3 { color: var(--gold-dark); border-bottom: 2px solid var(--gold-light); padding-bottom: 8px; margin-bottom: 14px; }
.menu-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dotted var(--line);
}
.menu-row:last-child { border-bottom: none; }
.menu-row .name { font-weight: 600; }
.menu-row .desc { display: block; font-size: 0.86rem; color: var(--text-soft); font-weight: 400; }
.menu-row .price { font-family: var(--font-heading); font-weight: 700; white-space: nowrap; }
/* Jedálny lístok — centrovaný, ako v tlačenej verzii.
   Každý údaj na vlastnom riadku: názov / popis / alergény / cena. */
.menu-card h3 { text-align: center; }
.menu-author {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--gold-dark);
  margin: -6px 0 22px;
  font-size: 1rem;
  text-align: center;
}
.dish {
  text-align: center;
  padding: 18px 0;
  border-bottom: 1px dotted var(--line);
}
.dish:last-of-type { border-bottom: none; }
.dish-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.3;
  margin: 0 0 6px;
}
.dish-desc {
  margin: 0 auto 6px;
  max-width: 46ch;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-soft);
}
.dish-alerg {
  margin: 0 0 8px;
  max-width: none;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--text-soft);
}
.dish-price {
  margin: 0;
  max-width: none;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--gold-dark);
}

/* Nápojový lístok — záložky, čisto CSS (radio + :has), bez JS.
   Vďaka prepínaniu má karta podobnú výšku ako jedálny lístok vedľa. */
.menu-grid { align-items: stretch; }
.menu-grid .menu-card { display: flex; flex-direction: column; }
.drink-tabs { flex: 1; display: flex; flex-direction: column; }
.dtab-radio { position: absolute; opacity: 0; pointer-events: none; }
.drink-tablist {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px; margin-bottom: 18px;
}
.drink-tablist label {
  font-family: var(--font-heading);
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 7px 12px; border: 1px solid var(--line);
  border-radius: 3px; cursor: pointer; color: var(--text-soft);
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.drink-tablist label:hover { border-color: var(--gold); color: var(--gold-dark); }
.drink-panel { display: none; }
.drink-tabs:has(#dt1:checked) .dp-1,
.drink-tabs:has(#dt2:checked) .dp-2,
.drink-tabs:has(#dt3:checked) .dp-3,
.drink-tabs:has(#dt4:checked) .dp-4 { display: block; }
.drink-tabs:has(#dt1:checked) label[for="dt1"],
.drink-tabs:has(#dt2:checked) label[for="dt2"],
.drink-tabs:has(#dt3:checked) label[for="dt3"],
.drink-tabs:has(#dt4:checked) label[for="dt4"] {
  background: var(--gold); border-color: var(--gold); color: var(--black);
}
.drink-tabs:has(.dtab-radio:focus-visible) .drink-tablist label { outline: none; }
.dtab-radio:focus-visible + .drink-tablist { outline: 3px solid var(--focus); outline-offset: 3px; }
.drink-panels { flex: 1; }
.drink-group-title {
  font-family: var(--font-heading); font-weight: 700;
  font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: #6f5834; text-align: center;
  margin: 22px 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--line);
}
.drink-group-title:first-child { margin-top: 0; }
.drink-twocol { display: grid; gap: 8px 28px; }
@media (min-width: 620px) { .drink-twocol { grid-template-columns: 1fr 1fr; } }
.drink-twocol .drink-group-title:first-child { margin-top: 0; }
.drink { padding: 9px 0; text-align: center; }
.drink-name { display: block; font-weight: 600; font-size: 0.98rem; line-height: 1.3; }
.drink-price { display: block; font-size: 0.83rem; color: var(--text-soft); line-height: 1.45; }

/* poznámka a legenda alergénov pod lístkom */
.menu-note {
  margin: auto 0 0;
  padding-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--text-soft);
  max-width: none;
  text-align: center;
}

/* =========================================================
   Otváracie hodiny tabuľka
   ========================================================= */
.hours-table { width: 100%; border-collapse: collapse; max-width: 420px; }
.hours-table th, .hours-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
}
.hours-table th { font-family: var(--font-heading); color: var(--text-soft); font-weight: 600; }

/* =========================================================
   Formulár (akcie / dopyt)
   ========================================================= */
.form-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .form-grid.two { grid-template-columns: 1fr 1fr; } }
/* Formuláre držíme ploché: žiadne zaoblenie, žiadne tiene,
   jedna tenká linka. Vizuálnu váhu nesie obsah, nie rámčeky. */
.field { display: flex; flex-direction: column; gap: 7px; }
.field label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--text-soft);
}
.field .hint { font-size: 0.8rem; color: var(--text-soft); }
.field input,
.field select,
.field textarea {
  font: inherit;
  font-size: var(--step-0);
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid #cfc5b0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  transition: border-color .15s ease;
}
.field textarea { padding: 12px 0; resize: vertical; min-height: 120px; }
.field select {
  padding-right: 28px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--text-soft) 50%),
                    linear-gradient(135deg, var(--text-soft) 50%, transparent 50%);
  background-position: right 12px center, right 6px center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.field input::placeholder,
.field textarea::placeholder { color: #9a927f; }
.field input:hover,
.field select:hover,
.field textarea:hover { border-bottom-color: var(--text-soft); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-bottom-color: var(--focus);
}
.field-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
}
.field-check input { margin-top: 4px; }
.required-mark { color: #a3392f; }
.form-footnote { font-size: 0.85rem; color: var(--text-soft); margin-top: 6px; }

.contact-alt {
  background: var(--cream-dark);
  border-radius: var(--radius);
  padding: 22px;
}
.contact-alt a.tel {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
}

/* =========================================================
   Produkt
   ========================================================= */
.product-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .product-layout { grid-template-columns: 1fr 1fr; } }

.product-gallery-main {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 12px;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.product-thumbs .thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.66rem;
  line-height: 1.2;
  color: #6b5326;
  background: #fff6de;
  padding: 4px;
}

.abv-tag {
  display: inline-block;
  background: var(--black);
  color: var(--gold);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 18px 0 6px;
}
.price {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2rem;
  color: var(--black);
}
.price-unit { color: var(--text-soft); font-size: 0.9rem; }

.volume-switch {
  display: flex;
  gap: 14px;
  margin: 18px 0 24px;
}
.volume-option {
  flex: 1;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  text-align: center;
  cursor: pointer;
  background: var(--white);
  transition: border-color .15s ease, background-color .15s ease;
}
.volume-option img { margin-inline: auto; max-height: 110px; width: auto; margin-bottom: 8px; }
.volume-option strong { display: block; font-family: var(--font-heading); }
.volume-option span { font-size: 0.85rem; color: var(--text-soft); }
.volume-option input { position: absolute; opacity: 0; pointer-events: none; }
.volume-option:has(input:checked) {
  border-color: var(--gold);
  background: var(--cream-dark);
}
.volume-option:has(input:focus-visible) {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.qty-buy {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}
.qty-input {
  display: flex;
  align-items: center;
  border: 1px solid #c9bfa8;
  border-radius: 4px;
  overflow: hidden;
}
.qty-input button {
  width: 42px;
  background: var(--cream-dark);
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
}
.qty-input input {
  width: 48px;
  text-align: center;
  border: none;
  font: inherit;
  padding: 10px 0;
}

.spec-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.spec-table th, .spec-table td {
  text-align: left;
  padding: 11px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.spec-table th { width: 42%; font-family: var(--font-heading); color: var(--text-soft); font-weight: 600; }

.taste-profile { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .taste-profile { grid-template-columns: repeat(3, 1fr); } }
.taste-profile div { background: var(--cream-dark); border-radius: var(--radius); padding: 16px; }
.taste-profile h4 { font-family: var(--font-heading); font-size: 0.85rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-dark); margin: 0 0 6px; }

.sortiment-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (min-width: 640px) { .sortiment-strip { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px) { .sortiment-strip { grid-template-columns: repeat(7, 1fr); } }
.sortiment-item { text-align: center; font-size: 0.82rem; }
.sortiment-item img { border: 1px solid var(--line); border-radius: 4px; background: var(--white); margin-bottom: 8px; }
.sortiment-item.is-current img { border-color: var(--gold); border-width: 2px; }

/* ---------- CSS-only prepínač fotiek produktu (bez JS) ----------
   Používa :has() na koreňovom .product-gallery, takže rádiobutony
   môžu byť voľne zoskupené (napr. vo fieldset) bez toho, aby to
   rozbilo výber — na rozdiel od kombinátora "~", ktorý potrebuje
   spoločného rodiča. */
.product-gallery { position: relative; }
.pg-radio { position: absolute; width: 0; height: 0; overflow: hidden; opacity: 0; }
.product-gallery-main { position: relative; aspect-ratio: 4/5; background: var(--cream); }
.product-gallery-main .slide {
  position: absolute; inset: 0;
  display: none;
}
.product-gallery-main .slide img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-main .slide.is-placeholder {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.product-gallery:has(#pg1:checked) .slide-1,
.product-gallery:has(#pg2:checked) .slide-2,
.product-gallery:has(#pg3:checked) .slide-3,
.product-gallery:has(#pg4:checked) .slide-4 { display: flex; }

.product-thumbs label {
  display: block;
  border: 2px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  background: var(--white);
}
.product-thumbs label img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery:has(#pg1:checked) .product-thumbs label[for="pg1"],
.product-gallery:has(#pg2:checked) .product-thumbs label[for="pg2"],
.product-gallery:has(#pg3:checked) .product-thumbs label[for="pg3"],
.product-gallery:has(#pg4:checked) .product-thumbs label[for="pg4"] { border-color: var(--gold); }
.pg-radio:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.product-gallery:has(#pg1:focus-visible) .product-thumbs label[for="pg1"],
.product-gallery:has(#pg2:focus-visible) .product-thumbs label[for="pg2"],
.product-gallery:has(#pg3:focus-visible) .product-thumbs label[for="pg3"],
.product-gallery:has(#pg4:focus-visible) .product-thumbs label[for="pg4"] { outline: 3px solid var(--focus); outline-offset: 2px; }

/* ---------- CSS-only prepínač objemu / ceny (bez JS) ---------- */
.price-block { display: none; }
.product-info:has(#vol02:checked) .price-block[data-vol="02"],
.product-info:has(#vol05:checked) .price-block[data-vol="05"] { display: flex; }

/* =========================================================
   Pätička
   ========================================================= */
.site-footer {
  background: var(--black);
  color: #cfc8b8;
  padding-block: 48px 24px;
}
.footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }
.footer-grid h4 {
  color: var(--gold);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a { color: #cfc8b8; text-decoration: none; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--gold); }
.footer-logo img { height: 62px; width: auto; object-fit: contain; margin-bottom: 14px; }
.social-row { display: flex; gap: 10px; margin-top: 10px; }
.social-row a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 36px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  font-size: 0.82rem;
  color: #9c9686;
}
.footer-bottom a { color: #9c9686; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--gold); }

/* util */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.max-prose { max-width: 62ch; }
.tag {
  display: inline-block;
  background: var(--cream-dark);
  color: var(--text-soft);
  font-size: 0.78rem;
  padding: 3px 10px;
  border-radius: 999px;
  margin: 0 6px 6px 0;
}
