/*
Theme Name:  Mara
Description: Dvojezična enostranska tema restavracije Mara — kuhinja šefa Marka Laibute na Miklošičevi 19. Naročila kosil in rezervacije večerij delujejo prek vtičnika »Mara — kosila in večerje«.
Author:      Restavracija Mara
Version:     3.0.0
Requires PHP: 7.4
Text Domain: mara
*/

/* ── Restavracija Mara ─────────────────────────────────── */

:root {
  --bg: #fdfbf7;
  --bg-tint: #f7f1e6;
  --ink: #33251f;
  --ink-soft: #6f6057;
  --wine: #7a1f33;          /* burgundy from the logo */
  --wine-dark: #5e1826;
  --sun: #f2b21c;           /* sun gold from the logo */
  --gold-text: #a4762a;     /* darker gold, readable on light */
  --line: rgba(51, 37, 31, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

[id] { scroll-margin-top: 90px; }

:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 3px;
  border-radius: 2px;
}

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(1100px, 92vw); margin-inline: auto; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 1rem; }
h3 { font-size: 1.3rem; }

p + p { margin-top: 1em; }

a { color: inherit; }

.kicker {
  font-size: .78rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--wine);
  font-weight: 500;
  margin-bottom: .9rem;
}

.lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 50ch; }
.lede a { color: var(--wine); text-decoration: none; border-bottom: 1px solid rgba(122, 31, 51, .35); }
.lede a:hover { border-bottom-color: var(--wine); }

.center { text-align: center; margin-top: 2.5rem; }

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

/* ── Buttons ───────────────────────────────────────────── */

.btn {
  display: inline-block;
  padding: .85rem 1.9rem;
  background: var(--wine);
  color: #fdfbf7;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background .25s ease, transform .25s ease;
}
.btn:hover { background: var(--wine-dark); transform: translateY(-2px); }

.btn-ghost {
  background: transparent;
  color: var(--wine);
  box-shadow: inset 0 0 0 1px currentColor;
}
.btn-ghost:hover { background: rgba(122, 31, 51, .07); }

.btn-small { padding: .55rem 1.2rem; font-size: .78rem; }

.btn-light {
  background: var(--sun);
  color: var(--ink);
}
.btn-light:hover { background: #f6cd6b; }

/* ── Header ────────────────────────────────────────────── */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(253, 251, 247, .92);
  backdrop-filter: blur(10px);
  transition: box-shadow .3s ease;
}
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line), 0 8px 24px rgba(51, 37, 31, .06); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: .7rem;
}

.brand { display: flex; align-items: center; }
.brand-logo { height: 52px; width: auto; display: block; }

.nav-links {
  display: flex; align-items: center; gap: 2.4rem;
  list-style: none;
}
.nav-links a:not(.btn) {
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink);
  opacity: .8;
  transition: opacity .2s, color .2s;
}
.nav-links a:not(.btn):hover { opacity: 1; color: var(--wine); }
.nav-links a.is-current:not(.btn) { opacity: 1; color: var(--wine); font-weight: 500; }

.nav-toggle { display: none; }

/* ── Hero ──────────────────────────────────────────────── */

.hero {
  position: relative;
  background:
    radial-gradient(ellipse 70% 60% at 85% 10%, rgba(242, 178, 28, .14), transparent 60%),
    radial-gradient(ellipse 60% 50% at 5% 90%, rgba(122, 31, 51, .07), transparent 60%),
    var(--bg);
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-block: clamp(8rem, 16vh, 11rem) clamp(3rem, 8vh, 5rem);
}

.hero h1 span { font-style: italic; color: var(--wine); }
.hero .lede { margin-top: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }

/* ── Feature hero: full-bleed image, dark wine overlay ─── */
.hero--feature { min-height: 90vh; display: flex; align-items: flex-end; }
.hero-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hero-actions--three { gap: .7rem; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(30,8,14,.32) 0%, rgba(30,8,14,.06) 26%, rgba(46,12,20,.6) 76%, rgba(24,6,11,.88) 100%),
    linear-gradient(90deg, rgba(24,6,11,.74) 0%, rgba(30,8,14,.38) 38%, transparent 72%);
}
.hero--feature .hero-inner {
  position: relative; z-index: 1;
  display: block;
  padding-block: clamp(7rem, 14vh, 9rem) clamp(2.5rem, 6vh, 3.5rem);
}
.hero--feature .hero-copy { max-width: 56ch; }
.hero--feature .kicker { color: var(--sun); }
.hero--feature h1 {
  color: #fdfbf7;
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  letter-spacing: -.01em;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
}
.hero--feature h1 span { color: var(--sun); }
.hero--feature .lede { color: rgba(253,251,247,.92); max-width: 44ch; }

.btn-outline {
  background: transparent;
  color: #fdfbf7;
  box-shadow: inset 0 0 0 1px rgba(253,251,247,.6);
}
.btn-outline:hover { background: rgba(253,251,247,.12); box-shadow: inset 0 0 0 1px #fdfbf7; }

/* ── Sections ──────────────────────────────────────────── */

.section { padding-block: clamp(4rem, 9vw, 7rem); }
.section-tint { background: var(--bg-tint); }

.section-head { text-align: center; margin-bottom: 3rem; }
.section-head .lede { margin-inline: auto; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

/* ── Story cards ───────────────────────────────────────── */

.story-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.2rem;
}
.story-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--sun);
  border-radius: 4px;
  padding: 1.6rem 1.4rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.story-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(51, 37, 31, .1); }
.story-card h3 { margin: 0 0 .5rem; font-size: 1.15rem; }
.story-card p { font-size: .92rem; color: var(--ink-soft); }

.story-narrative {
  max-width: 760px;
  margin: 3.5rem auto 0;
  text-align: center;
}
.story-narrative h2 { margin-bottom: 1.2rem; }
.story-narrative p { color: var(--ink-soft); }
.story-narrative p + p { margin-top: 1rem; }

/* ── Chef feature ──────────────────────────────────────── */
.chef { align-items: center; gap: clamp(2rem, 5vw, 4rem); }
.chef-photo { margin: 0; position: relative; }
.chef-photo::before {
  content: ""; position: absolute; inset: -16px -16px 16px 16px;
  background: linear-gradient(140deg, var(--sun), #f6cd6b); border-radius: 8px; opacity: .8;
}
.chef-photo img {
  position: relative; display: block; width: 100%; height: auto;
  border-radius: 8px; box-shadow: 0 24px 48px rgba(51, 37, 31, .2);
}
.chef-copy p { color: var(--ink-soft); }
.chef-copy p + p { margin-top: 1rem; }
.chef-copy strong { color: var(--ink); font-weight: 600; }
.chef-link { margin-top: 1.6rem; }
.chef-link a {
  color: var(--wine); font-weight: 500; text-decoration: none;
  border-bottom: 1px solid rgba(122, 31, 51, .35);
}
.chef-link a:hover { border-bottom-color: var(--wine); }
@media (max-width: 760px) { .chef-photo::before { display: none; } }

/* ── The space ─────────────────────────────────────────── */
.space-feature { margin: 0; }
.space-feature img {
  width: 100%; max-height: 62vh; aspect-ratio: 16 / 9; object-fit: cover;
  border-radius: 8px; box-shadow: 0 18px 38px rgba(51, 37, 31, .16);
}
.space-feature figcaption {
  margin-top: .7rem; font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-soft); text-align: center;
}
.space-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: start; }
.space-grid .space-feature img { aspect-ratio: 3 / 2; height: auto; max-height: none; }
@media (max-width: 720px) { .space-grid { grid-template-columns: 1fr; } }
.menu-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(1.6rem, 4vw, 3rem);
  box-shadow: 0 14px 34px rgba(51, 37, 31, .06);
}
.menu-panel[hidden] { display: none; }
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(2.5rem, 5vw, 4.5rem); }
.menu-col .menu-group:first-child { margin-top: 0; }
@media (max-width: 860px) { .menu-cols { grid-template-columns: 1fr; } .menu-col + .menu-col .menu-group:first-child { margin-top: 2.2rem; } }

.menu-group {
  font-style: italic;
  font-weight: 500;
  color: var(--wine);
  font-size: 1.5rem;
  margin: 2.2rem 0 1.2rem;
  text-align: center;
}
.menu-group:first-child { margin-top: 0; }

.menu-list { list-style: none; }
.menu-list li { padding-block: .85rem; border-bottom: 1px dashed var(--line); }
.menu-list li:last-child { border-bottom: none; }

.mi { display: flex; align-items: center; justify-content: space-between; gap: .9rem; }
.mi-name { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; flex: 1 1 auto; min-width: 0; }
.mi-desc { font-size: .85rem; color: var(--ink-soft); margin-top: .2rem; max-width: 46ch; }

.menu-note {
  text-align: center;
  margin-top: 2.6rem;
  font-size: .9rem;
  color: var(--ink-soft);
  font-style: italic;
}
.menu-note a { color: var(--wine); text-decoration: underline; }

/* ── Order builder / takeaway ──────────────────────────── */
.order { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: start; }
.tk-chosen { font-size: 1rem; min-height: 1.6em; margin-bottom: .8rem; color: rgba(253, 251, 247, .92); }
.tk-fields { display: grid; gap: .7rem; margin: 1.3rem 0; }
.tk-fields label { display: flex; flex-direction: column; gap: .3rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(253, 251, 247, .8); }
.tk-fields input { font: inherit; text-transform: none; letter-spacing: normal; padding: .6rem .8rem; border: 1px solid rgba(253, 251, 247, .3); border-radius: 5px; background: rgba(253, 251, 247, .1); color: #fff; width: 100%; }
.tk-fields input::placeholder { color: rgba(253, 251, 247, .5); }
.tk-fields input:focus { outline: 2px solid var(--sun); border-color: var(--sun); }
.order-item-name { font-family: var(--serif); font-size: 1.02rem; }
.order-item-price { font-size: .9rem; color: var(--gold-text); white-space: nowrap; }
.order-total { display: flex; justify-content: space-between; align-items: baseline; font-size: 1rem; letter-spacing: .1em; text-transform: uppercase; }
.order-total strong { font-family: var(--serif); font-size: 1.8rem; color: var(--sun); }
.order-submit { width: 100%; background: var(--sun); color: var(--ink); }
.order-submit:hover { background: #f6cd6b; }
.order-hint { margin-top: 1rem; font-size: .78rem; color: rgba(253, 251, 247, .8); }
.order-hint strong { color: var(--sun); }
.order-hint a { color: #fff; }
@media (max-width: 760px) { .order { grid-template-columns: 1fr; } }

/* ── Malice banner ─────────────────────────────────────── */

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(242, 178, 28, .16), rgba(242, 178, 28, .05));
  border: 1px solid rgba(242, 178, 28, .45);
  border-radius: 6px;
  padding: clamp(2rem, 5vw, 3.5rem);
}
.banner p { color: var(--ink-soft); max-width: 44ch; }
.banner-actions { display: flex; flex-direction: column; gap: .8rem; }
.lunch-price--feature {
  border: 2px solid var(--sun);
  background: linear-gradient(150deg, rgba(242, 178, 28, .16), rgba(242, 178, 28, .04));
  box-shadow: 0 6px 22px rgba(242, 178, 28, .18);
}
.lunch-prices--single { justify-content: center; }

/* ── Gallery / Instagram ───────────────────────────────── */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.gallery-item {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 10px 26px rgba(51, 37, 31, .12);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 2.4rem 1.2rem .9rem;
  background: linear-gradient(transparent, rgba(51, 37, 31, .72));
  color: #fdfbf7;
  font-size: .85rem;
  letter-spacing: .06em;
  opacity: 0;
  transition: opacity .35s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ── Testimonials ──────────────────────────────────────── */

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.testimonial {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--sun);
  border-radius: 6px;
  padding: 1.8rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.testimonial p::before {
  content: "\201C";
  display: block;
  font-size: 2.6rem;
  line-height: .6;
  color: var(--sun);
  margin-bottom: .55rem;
}
.testimonial p {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.5;
}
.testimonial footer { font-size: .8rem; color: var(--ink-soft); letter-spacing: .06em; }

/* ── Contact ───────────────────────────────────────────── */

.contact-list { list-style: none; }
.contact-list li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  padding-block: .8rem;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
}
.contact-list span {
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--wine);
  font-weight: 500;
  padding-top: .2rem;
}
.contact-list a { color: var(--ink); text-decoration: none; border-bottom: 1px solid transparent; }
.contact-list a:hover { border-bottom-color: var(--wine); color: var(--wine); }
.contact-value { margin: 0; }

.hours {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.hours th, .hours td { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); text-align: left; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: none; }
.hours th { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.hours td { text-align: right; color: var(--ink-soft); }
.hours .sep { font-style: italic; color: var(--wine); }

/* ── FAQ ───────────────────────────────────────────────── */

.faq-list { max-width: none; }

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  margin-bottom: .8rem;
  transition: box-shadow .3s ease;
}
.faq-item[open] { box-shadow: 0 10px 26px rgba(51, 37, 31, .08); }

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--wine); }

.faq-icon {
  position: relative;
  flex: none;
  width: 14px; height: 14px;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  background: var(--wine);
  transform: translateY(-50%);
  transition: transform .25s ease;
}
.faq-icon::after { transform: translateY(-50%) rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: translateY(-50%) rotate(0deg); }

.faq-item p {
  padding: 0 1.4rem 1.3rem;
  font-size: .95rem;
  color: var(--ink-soft);
  max-width: 62ch;
}
.faq-item a { color: var(--wine); text-decoration: none; border-bottom: 1px solid rgba(122, 31, 51, .35); }
.faq-item a:hover { border-bottom-color: var(--wine); }

/* ── Footer ────────────────────────────────────────────── */

.site-footer {
  background: var(--wine-dark);
  color: rgba(253, 251, 247, .75);
  font-size: .82rem;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-block: clamp(2.5rem, 6vw, 4rem) 0;
}
.footer-cta h2 { color: #fdfbf7; margin-bottom: .4rem; }
.footer-cta p { font-size: .95rem; max-width: 44ch; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-block: clamp(2.5rem, 6vw, 3.5rem);
  border-bottom: 1px solid rgba(253, 251, 247, .15);
}
.footer-grid ul { list-style: none; }
.footer-grid li { padding-block: .22rem; }
.footer-grid p { max-width: 34ch; }

.footer-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: #fdfbf7;
  margin-bottom: .7rem;
}

.footer-inner {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem;
  padding-block: 1.6rem;
}
.site-footer a { color: #f2ebdf !important; text-decoration: none; }
.site-footer a:hover { color: var(--sun) !important; }
.footer-cta p { color: rgba(253, 251, 247, .85); }
.footer-grid p { color: rgba(253, 251, 247, .8); }
.footer-grid li { color: rgba(253, 251, 247, .85); }

/* ── Mobile action bar ─────────────────────────────────── */

.action-bar { display: none; }

/* ── Reveal animation ──────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

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

/* ── Responsive ────────────────────────────────────────── */

@media (max-width: 860px) {
  .grid-2 { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-item { aspect-ratio: 4 / 3; }

  .hero-inner { grid-template-columns: 1fr; padding-top: 7rem; }

  .nav-toggle {
    display: flex; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: .4rem;
  }
  .nav-toggle span {
    width: 24px; height: 2px; background: var(--ink);
    transition: transform .3s ease, opacity .3s ease;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--bg);
    box-shadow: 0 30px 40px rgba(51, 37, 31, .15);
    padding: .6rem 4vw 1.4rem;
    display: none;
  }
  .nav-links.is-open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a:not(.btn) { display: block; padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav-links .btn { margin-top: 1rem; }

  /* sticky call bar — the action mobile guests actually take */
  body { padding-bottom: calc(4.4rem + env(safe-area-inset-bottom)); }
  .action-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr;
    gap: .6rem;
    padding: .7rem 4vw calc(.7rem + env(safe-area-inset-bottom));
    background: rgba(253, 251, 247, .95);
    backdrop-filter: blur(10px);
    box-shadow: 0 -6px 24px rgba(51, 37, 31, .12);
  }
  .action-bar .btn { text-align: center; padding-inline: 1rem; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { justify-content: center; text-align: center; }
}

@media (max-width: 560px) {
  .story-cards { grid-template-columns: 1fr; }
  .contact-list li { grid-template-columns: 1fr; gap: .1rem; }
  .footer-inner { justify-content: center; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .brand-logo { height: 44px; }
}

/* Dinner act: full-bleed wine band across the page */
.dine-intro { background: linear-gradient(155deg, var(--wine) 0%, var(--wine-dark) 100%); }
.dine-intro .banner { background: none; border: none; color: #fdfbf7; }
.dine-intro .banner-media { overflow: visible; gap: clamp(1.5rem, 4vw, 3.5rem); }
.dine-intro .banner-media .banner-copy { padding: 0; }
.dine-intro .banner-media .banner-img {
  min-height: 340px; border-radius: 10px; overflow: hidden;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .35);
}
.dine-intro .kicker { color: var(--sun); }
.dine-intro h2 { color: #fff; }
.dine-intro p { color: rgba(253, 251, 247, .9); }
.dine-intro .btn { background: var(--sun); color: var(--ink); }
.dine-intro .btn:hover { background: #f6cd6b; }
.dine-intro .btn-ghost { background: transparent; color: #fdfbf7; box-shadow: inset 0 0 0 1px rgba(253, 251, 247, .6); }
.dine-intro .btn-ghost:hover { background: rgba(253, 251, 247, .12); }

/* ── Instagram reels ───────────────────────────────────── */
.reel-block { margin-top: 3.2rem; }
.reel-title {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  color: var(--wine);
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
}
.reel-carousel { position: relative; }
.reel-grid {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: .4rem .2rem 1rem;
  scrollbar-width: thin;
}
.reel-grid::-webkit-scrollbar { height: 6px; }
.reel-grid::-webkit-scrollbar-thumb { background: rgba(51, 37, 31, .2); border-radius: 3px; }
.reel-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 2.8rem; height: 2.8rem; border-radius: 50%;
  border: 1px solid var(--line); background: rgba(253, 251, 247, .94); color: var(--wine);
  font-size: 1.5rem; line-height: 1; cursor: pointer; display: grid; place-items: center;
  box-shadow: 0 6px 18px rgba(51, 37, 31, .14); transition: background .2s, transform .2s;
}
.reel-nav:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.reel-prev { left: -.7rem; }
.reel-next { right: -.7rem; }
@media (hover: none) { .reel-nav { display: none; } }
.reel-item {
  position: relative;
  flex: 0 0 auto;
  width: clamp(230px, 28vw, 300px);
  aspect-ratio: 9 / 16;
  scroll-snap-align: center;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(51, 37, 31, .12);
}
.reel-item video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}


/* ── Language switcher ─────────────────────────────────── */
.nav-links a.nav-lang {
  border: 1px solid var(--line);
  border-radius: 2rem;
  padding: .3rem .7rem;
  opacity: 1;
}
.nav-links a.nav-lang:hover { border-color: var(--wine); color: var(--wine); }

/* ── Weekly lunch menu ─────────────────────────────────── */
.lunch-wrap { margin-top: 2.6rem; }
.lunch-week-label {
  font-family: var(--serif);
  font-style: italic;
  color: var(--wine);
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1.4rem;
}
.lunch-days { list-style: none; display: grid; gap: .2rem; }
.lunch-course { font-size: .92rem; color: var(--ink-soft); }
.lunch-course b { color: var(--ink); font-weight: 500; }

/* ── Food feature image + lunch hint in the à la carte ─── */
.menu-feature { margin: 0 0 1.6rem; }
.menu-feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(51, 37, 31, .16);
}
.lunch-hint {
  background: var(--bg-tint);
  border: 1px solid var(--line);
  border-left: 4px solid var(--sun);
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin-bottom: 2rem;
}
.lunch-hint p { color: var(--ink-soft); font-size: .98rem; margin: 0; }
.lunch-hint strong { color: var(--ink); }
.lunch-hint a { color: var(--wine); text-decoration: underline; }

/* ── Prosti obrazec (naročilo kosila, rezervacija) ─────── */
.form-guide { font-size: .88rem; color: var(--ink-soft); margin-bottom: 1.1rem; }
.form-free-label {
  display: block; font-size: .72rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: .4rem;
}
.form-free {
  font: inherit; width: 100%; padding: .8rem .95rem;
  border: 1px solid var(--line); border-radius: 6px;
  background: var(--bg); color: var(--ink);
  resize: vertical; min-height: 8.5rem;
}
.form-free:focus { outline: 2px solid var(--wine); border-color: var(--wine); }
.hp { position: absolute; left: -9999px; height: 1px; overflow: hidden; }
form[data-endpoint] { position: relative; }
.form-ok {
  margin-top: 1rem; padding: .9rem 1.1rem; border-radius: 8px; font-weight: 500;
  background: rgba(242, 178, 28, .14); border: 1px solid rgba(242, 178, 28, .6); color: var(--ink);
}
.lunch-order .form-ok { background: rgba(253, 251, 247, .12); border-color: var(--sun); color: #fdfbf7; }
.form-ok--err { border-color: var(--wine); background: rgba(122, 31, 51, .08); }
.lunch-order .form-ok--err { border-color: rgba(253, 251, 247, .6); }

/* ── Lunch order box ───────────────────────────────────── */
.lunch-order {
  max-width: 760px;
  margin-top: 2.6rem;
  background: linear-gradient(155deg, var(--wine) 0%, var(--wine-dark) 100%);
  color: #fdfbf7;
  border-radius: 12px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
}
.lunch-order .lo-head .kicker { color: var(--sun); }
.lunch-order .lo-head h3 { color: #fff; font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: .5rem; }
.lunch-order .lo-head p { color: rgba(253, 251, 247, .85); max-width: 52ch; }
.lo-slots { list-style: none; display: grid; gap: .7rem; margin: 1.6rem 0; padding: 0; }
.lo-slot {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  background: rgba(253, 251, 247, .08);
  border: 1px solid rgba(253, 251, 247, .18);
  border-radius: 8px;
  padding: .8rem 1.1rem;
}
.lo-label { flex: 0 0 8.5rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sun); }
.lo-pick { font-family: var(--serif); font-size: 1.15rem; }
.lo-pick.is-empty { font-family: var(--sans); font-size: .9rem; font-style: italic; color: rgba(253, 251, 247, .6); }
.lunch-order .order-total { border-top: 1px solid rgba(253, 251, 247, .25); padding-top: 1rem; }
.lunch-order .order-total strong { font-family: var(--serif); font-size: 1.8rem; color: var(--sun); }
.lunch-order .tk-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin: 1.3rem 0; }
.lunch-order .tk-fields label { display: flex; flex-direction: column; gap: .3rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(253, 251, 247, .8); }
.lunch-order .tk-fields input { font: inherit; text-transform: none; letter-spacing: normal; padding: .6rem .8rem; border: 1px solid rgba(253, 251, 247, .3); border-radius: 5px; background: rgba(253, 251, 247, .1); color: #fff; width: 100%; }
.lunch-order .tk-fields input::placeholder { color: rgba(253, 251, 247, .5); }
.lunch-order .tk-fields input:focus { outline: 2px solid var(--sun); border-color: var(--sun); }
.lunch-order form { margin-top: 1.5rem; }
.lunch-order .form-free-label { color: rgba(253, 251, 247, .8); }
.lunch-order .form-free { border-color: rgba(253, 251, 247, .3); background: rgba(253, 251, 247, .1); color: #fff; }
.lunch-order .form-free::placeholder { color: rgba(253, 251, 247, .5); }
.lunch-order .form-free:focus { outline: 2px solid var(--sun); border-color: var(--sun); }
.lunch-order .order-submit { width: 100%; background: var(--sun); color: var(--ink); margin-top: 1.2rem; }
.lunch-order .order-submit:hover { background: #f6cd6b; }
.lunch-order .order-hint { margin-top: 1rem; font-size: .8rem; color: rgba(253, 251, 247, .82); }
.lunch-order .order-hint strong { color: var(--sun); }
.lunch-order .order-hint a { color: #fff; }
.lunch-order .order-hint.tk-chosen { color: var(--sun); font-weight: 500; font-size: .95rem; }
@media (max-width: 620px) {
  .lo-slot { flex-direction: column; gap: .2rem; }
  .lo-label { flex-basis: auto; }
  .lunch-order .tk-fields { grid-template-columns: 1fr; }
}

/* ── Hero key-info line ────────────────────────────────── */
.hero-meta { margin-top: 1.5rem; font-size: .85rem; letter-spacing: .02em; color: rgba(253, 251, 247, .82); }
.hero-meta a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(253, 251, 247, .45); }
.hero-meta a:hover { border-bottom-color: #fff; }

/* ── Banner with integrated photo (dinner) ─────────────── */
.banner-media { padding: 0; gap: 0; align-items: stretch; overflow: hidden; }
.banner-media .banner-copy { flex: 1 1 380px; padding: clamp(2rem, 5vw, 3.5rem); }
.banner-media .banner-copy .banner-actions { margin-top: 1.5rem; flex-direction: row; }
.banner-media .banner-img { flex: 1 1 300px; margin: 0; position: relative; min-height: 300px; }
.banner-media .banner-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ── Rezervacije: lastni obrazec ───────────────────────── */
.resv { max-width: 760px; }
.resv-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  box-shadow: 0 14px 34px rgba(51, 37, 31, .08);
}
.resv-form .order-submit { margin-top: 1.2rem; }
.dine-intro .resv-form p { color: var(--ink-soft); }
.resv-form .order-hint { color: var(--ink-soft); }
.resv-form .order-hint strong { color: var(--wine); }
.resv-form .order-hint a { color: var(--wine); }

/* ── Kompozicija: zlata nit (motiv sonca iz logotipa) ──── */
.section .kicker::after {
  content: ""; display: block; width: 36px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--sun), #f6cd6b); margin-top: .8rem;
}
.section-head .kicker::after { margin-inline: auto; }
.menu-group::after {
  content: ""; display: block; width: 26px; height: 2px;
  background: var(--sun); margin: .55rem auto 0;
}

/* ── Ekipa (ob šefu) ───────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.6rem; }
.team-card { margin: 0; }
.team-card img {
  width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; object-position: center 28%;
  border-radius: 8px; box-shadow: 0 18px 38px rgba(51, 37, 31, .16);
}
.team-card figcaption {
  margin-top: .7rem; font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-soft); text-align: center;
}
@media (max-width: 720px) { .team-grid { grid-template-columns: 1fr; } }

/* ── Degustacijska ponudba (v vinskem pasu) ────────────── */
.deg-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.8rem; }
.deg-card {
  border: 1px solid rgba(253, 251, 247, .28);
  border-radius: 10px;
  background: rgba(253, 251, 247, .05);
  padding: 1.5rem 1.7rem;
}
.deg-card h3 { color: #fff; margin-bottom: .1rem; }
.deg-price {
  font-family: var(--serif); font-size: 1.9rem; font-weight: 600; color: var(--sun);
  margin: .15rem 0 .55rem;
}
.deg-price span {
  font-family: var(--sans); font-size: .72rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: rgba(253, 251, 247, .75);
}
.deg-card p { font-size: .95rem; }
.deg-card em { color: var(--sun); font-style: italic; }
.deg-note { margin-top: 1.2rem; font-size: .9rem; color: rgba(253, 251, 247, .8); font-style: italic; }
@media (max-width: 720px) { .deg-cards { grid-template-columns: 1fr; } }

/* ── Večerja: foto pas, vgrajena rezervacija ───────────── */
.deg-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.8rem; }
.deg-photos figure { margin: 0; }
.deg-photos img {
  width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover;
  border-radius: 10px; box-shadow: 0 20px 44px rgba(0, 0, 0, .35);
}
.resv-embed { margin-top: 2.6rem; border-top: 1px solid rgba(253, 251, 247, .2); padding-top: 2.4rem; }
.resv-title { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 1.2rem; }
@media (max-width: 720px) { .deg-photos { grid-template-columns: 1fr; } }

/* ── Kontakt: naslovni blok nad stolpcema ──────────────── */
.kontakt-head { margin-bottom: 2.2rem; }

/* ── Kako do nas: vhod nasproti KFC-ja ─────────────────── */
.vhod-photo { margin: 2.4rem 0 0; }
.vhod-photo img {
  width: 100%; height: auto; border-radius: 8px;
  box-shadow: 0 18px 38px rgba(51, 37, 31, .16);
}
.vhod-photo figcaption {
  margin-top: .7rem; font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-soft); text-align: center;
}

/* ── One-off event banner: Mara × Klet Vica, 25. 7. 2026 (remove after the event) ── */
.event-banner {
  background: linear-gradient(155deg, var(--wine) 0%, var(--wine-dark) 100%);
  padding-top: clamp(2.6rem, 6vw, 4.2rem);
  padding-bottom: clamp(2.6rem, 6vw, 4.2rem);
}
.event-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: center;
}
.event-banner .kicker { color: var(--sun); }
.event-banner h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: .9rem; }
.event-lede { color: rgba(253, 251, 247, .92); font-size: 1.12rem; max-width: 46ch; }
.event-facts { list-style: none; margin-top: 1.4rem; }
.event-facts li {
  color: #fdfbf7; font-weight: 500; letter-spacing: .04em;
  padding: .45rem 0; border-bottom: 1px solid rgba(253, 251, 247, .18);
}
.event-facts li:first-child { border-top: 1px solid rgba(253, 251, 247, .18); }
.event-actions { margin-top: 1.8rem; }
.event-flyer { margin: 0; }
.event-flyer img {
  display: block; width: 100%; max-width: 400px; height: auto; margin-inline: auto;
  border-radius: 8px; box-shadow: 0 24px 54px rgba(0, 0, 0, .4);
}
@media (max-width: 760px) {
  .event-grid { grid-template-columns: 1fr; }
  .event-flyer { order: -1; }
  .event-flyer img { max-width: 330px; }
}

/* ── Mobile header quick links: phone + language (owner request, 21. 7. 2026) ── */
.nav-quick { display: none; }
@media (max-width: 860px) {
  .nav-quick { display: flex; align-items: center; gap: .8rem; margin-left: auto; margin-right: .9rem; }
  .nav-quick-tel {
    color: var(--wine); text-decoration: none; font-weight: 600;
    font-size: .95rem; letter-spacing: .02em; white-space: nowrap;
  }
  .nav-quick-lang {
    display: inline-block; padding: .28rem .7rem; border-radius: 999px;
    border: 1px solid var(--line); color: var(--ink); text-decoration: none;
    font-size: .8rem; font-weight: 500; letter-spacing: .08em;
  }
}
@media (max-width: 380px) { .nav-quick-tel { font-size: .88rem; } .nav-quick { gap: .55rem; } }
