/* ==========================================================================
   Etno restoran "Mitaković" — Ćuprija
   Zajednički stil: dizajn sistem
   ========================================================================== */

/* ---------- Fontovi ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-500.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: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-500-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: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-500-italic.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: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-500-italic-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: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/Manrope-400.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: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/Manrope-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;
}

/* ---------- Tokeni ---------- */
:root {
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;

  --dark: #171c15;
  --dark-2: #1e251c;
  --dark-3: #262e24;
  --ink: #272a23;
  --ink-soft: #575b4f;
  --cream: #f3ecdd;
  --cream-2: #e9e0cb;
  --paper: #faf7ef;
  --white: #fffdf7;
  --copper: #b07a44;
  --copper-dark: #94642f;
  --gold: #c3a259;

  --line-dark: rgba(243, 236, 221, 0.14);
  --line-light: rgba(39, 42, 35, 0.14);
  --muted-dark: rgba(243, 236, 221, 0.68);
  --muted-light: rgba(39, 42, 35, 0.62);

  --shadow-1: 0 1px 2px rgba(23, 28, 21, 0.06), 0 10px 28px rgba(23, 28, 21, 0.09);
  --shadow-2: 0 18px 48px rgba(23, 28, 21, 0.18);

  --radius-sm: 6px;
  --radius: 14px;
  --radius-lg: 24px;

  --container: 1240px;
  --header-h: 86px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset / baza ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
picture { display: contents; }
a { color: var(--copper); text-decoration: none; }
a:hover { color: var(--copper-dark); }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}

p { margin: 0 0 1.2em; }

ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }

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

::selection { background: rgba(176, 122, 68, 0.28); }

/* ---------- Tipografske utility ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 48px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--copper);
}
.eyebrow--center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--copper);
}

.display-title {
  font-size: clamp(2.2rem, 5vw, 3.9rem);
  font-weight: 600;
  margin-bottom: 0.45em;
}
.display-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--copper);
}

.section-title {
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  margin-bottom: 0.5em;
}
.section-title em { font-style: italic; font-weight: 500; color: var(--copper); }

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 62ch;
}
.lede strong { color: var(--ink); font-weight: 700; }

.section { padding-block: clamp(72px, 9vw, 130px); }
.section--dark { background: var(--dark); color: var(--cream); }
.section--dark .lede { color: var(--muted-dark); }
.section--dark .lede strong { color: var(--cream); }
.section--cream { background: var(--cream); }
.section--flush { padding-top: 0; }

/* ---------- Dugmad ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
    border-color 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  text-align: center;
  white-space: nowrap;
}
.btn svg { flex: none; }
.btn:active { transform: translateY(1px) scale(0.99); }

.btn--copper { background: var(--copper); color: var(--white); box-shadow: 0 10px 26px rgba(176, 122, 68, 0.35); }
.btn--copper:hover { background: var(--copper-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(148, 100, 47, 0.4); }

.btn--ghost { border-color: rgba(243, 236, 221, 0.45); color: var(--cream); background: transparent; }
.btn--ghost:hover { border-color: var(--cream); background: rgba(243, 236, 221, 0.08); color: var(--cream); }

.btn--line { border-color: var(--line-light); color: var(--ink); background: transparent; }
.btn--line:hover { border-color: var(--ink); background: var(--paper); }

.btn--light { background: var(--cream); color: var(--dark); }
.btn--light:hover { background: var(--white); color: var(--dark); transform: translateY(-2px); }

.btn--block { width: 100%; }
.btn--sm { padding: 11px 22px; font-size: 14px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease), height 0.35s var(--ease);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(14, 17, 13, 0.55), rgba(14, 17, 13, 0));
  opacity: 1;
  transition: opacity 0.35s var(--ease);
  pointer-events: none;
}
.site-header.is-scrolled {
  height: 70px;
  background: rgba(23, 28, 21, 0.96);
  box-shadow: 0 1px 0 var(--line-dark), 0 12px 32px rgba(10, 13, 9, 0.35);
  backdrop-filter: blur(10px);
}
.site-header.is-scrolled::before { opacity: 0; }

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--copper);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
  border: 1px solid rgba(255, 253, 247, 0.35);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text small {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.brand-text strong {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.01em;
}

.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a {
  position: relative;
  color: rgba(253, 250, 242, 0.85);
  font-size: 14.5px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  transition: color 0.2s;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--white); }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 14px; flex: none; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.header-phone svg { color: var(--gold); }
.header-phone:hover { color: var(--gold); }

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  background: rgba(23, 28, 21, 0.5);
  cursor: pointer;
  position: relative;
  z-index: 110;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: transform 0.3s var(--ease), opacity 0.2s;
}
.nav-toggle span { top: 50%; transform: translate(-50%, -50%); }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: translateX(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: translateX(-50%) rotate(-45deg); }

/* ---------- Mobilni meni (full-screen overlay) ---------- */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 105;
  background: var(--dark);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 24px) clamp(24px, 6vw, 56px) 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
  overflow-y: auto;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }

.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 7vw, 2.6rem);
  font-weight: 500;
  color: var(--cream);
  padding: 10px 0;
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  align-items: baseline;
  gap: 16px;
  transition: color 0.2s, padding-left 0.3s var(--ease);
}
.mobile-menu nav a span { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: var(--gold); letter-spacing: 0.18em; }
.mobile-menu nav a:hover { color: var(--gold); padding-left: 10px; }
.mobile-menu nav a[aria-current="page"] { color: var(--gold); }

.mobile-menu-extra { margin-top: auto; padding-top: 34px; }
.mobile-menu-extra p { color: var(--muted-dark); font-size: 14px; margin: 0 0 6px; letter-spacing: 0.04em; }
.mobile-menu-extra a.phone-big {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 22px;
}
.mobile-menu-extra a.phone-big:hover { color: var(--gold); }

body.menu-open { overflow: hidden; }

/* ---------- Sticky mobilna traka ---------- */
.sticky-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(23, 28, 21, 0.97);
  border-top: 1px solid var(--line-dark);
  backdrop-filter: blur(10px);
  transform: translateY(110%);
  transition: transform 0.35s var(--ease);
}
.sticky-actions.is-visible { transform: none; }
.sticky-actions .btn { padding: 13px 16px; font-size: 14.5px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  animation: heroZoom 22s var(--ease) forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.12); }
  to { transform: scale(1); }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(13, 16, 12, 0.82) 0%, rgba(13, 16, 12, 0.55) 48%, rgba(13, 16, 12, 0.28) 100%),
    linear-gradient(to top, rgba(13, 16, 12, 0.75) 0%, rgba(13, 16, 12, 0) 32%);
}
.hero-content { padding-block: calc(var(--header-h) + 40px) 120px; width: 100%; }
.hero-content .eyebrow { color: var(--gold); }
.hero-content .eyebrow::before { background: var(--gold); }

.hero-title {
  font-size: clamp(2.9rem, 7.2vw, 6rem);
  font-weight: 600;
  max-width: 16ch;
  margin-bottom: 0.32em;
  text-wrap: balance;
}
.hero-title em { font-style: italic; font-weight: 500; color: var(--gold); }

.hero-sub {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  color: rgba(250, 246, 238, 0.88);
  max-width: 46ch;
  margin-bottom: 40px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 56px; }

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 246, 238, 0.85);
}
.hero-note::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 1px solid rgba(250, 246, 238, 0.5);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 8px;
}
.hero-scroll::before {
  content: "";
  width: 4px;
  height: 9px;
  border-radius: 4px;
  background: var(--cream);
  animation: scrollDot 1.8s infinite;
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ---------- Uvodna sekcija ---------- */
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.intro-media { position: relative; }
.intro-media .frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-2);
}
.intro-media .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.intro-media:hover .frame img { transform: scale(1.04); }
.intro-media::before {
  content: "";
  position: absolute;
  inset: -22px auto auto -22px;
  width: 55%;
  height: 55%;
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  opacity: 0.55;
  pointer-events: none;
}

.intro-facts {
  position: absolute;
  right: -26px;
  bottom: -30px;
  z-index: 2;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-2);
  padding: 26px 28px;
  display: grid;
  gap: 16px;
  min-width: min(320px, 78vw);
}
.intro-fact { display: flex; align-items: center; gap: 14px; }
.intro-fact svg { flex: none; color: var(--copper); }
.intro-fact b {
  display: block;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.intro-fact span {
  display: block;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.4;
}

.intro-copy .btn { margin-top: 10px; }
.intro-signature {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--copper-dark);
  margin-top: 6px;
}

/* ---------- Sekcija "Izdvojena jela" ---------- */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 52px;
}
.section-head .section-title { margin-bottom: 0; }
.section-head .lede { margin-bottom: 0; }

.dishes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
}
.dish-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 4.7;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  box-shadow: var(--shadow-1);
  transition: box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
.dish-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(14, 17, 13, 0.88) 0%, rgba(14, 17, 13, 0.25) 46%, rgba(14, 17, 13, 0) 72%);
}
.dish-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 1.1s var(--ease);
}
.dish-card:hover img { transform: scale(1.07); }
.dish-card:hover { box-shadow: var(--shadow-2); transform: translateY(-4px); }

.dish-card-body { padding: clamp(22px, 3vw, 34px); color: var(--white); width: 100%; }
.dish-card-body h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 8px;
}
.dish-card-body h3 em { font-style: italic; color: var(--gold); font-weight: 500; }
.dish-card-body p {
  font-size: 14px;
  color: rgba(250, 246, 238, 0.78);
  margin: 0;
  max-width: 34ch;
}
.dish-index {
  position: absolute;
  top: 22px;
  left: 26px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(250, 246, 238, 0.75);
}
.dish-link {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(250, 246, 238, 0.12);
  color: var(--white);
  border: 1px solid rgba(250, 246, 238, 0.28);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s, transform 0.3s var(--ease), background 0.3s;
}
.dish-card:hover .dish-link { opacity: 1; transform: none; }
.dish-link:hover { background: var(--copper); }

.center-cta { text-align: center; margin-top: 54px; }

/* ---------- Dnevni meni ---------- */
.daily-head { max-width: 640px; margin-bottom: 56px; }
.daily-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}
.daily-card {
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: var(--shadow-1);
  position: relative;
  border-top: 3px solid var(--copper);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.daily-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.daily-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}
.daily-card h3 { font-size: 1.45rem; margin-bottom: 0; }
.daily-card .tag {
  flex: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(176, 122, 68, 0.14);
  color: var(--copper-dark);
}
.daily-card .tag--posno { background: rgba(43, 108, 74, 0.14); color: #2c6c4a; }
.daily-list { list-style: none; padding: 0; margin: 0 0 22px; }
.daily-list li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line-light);
  font-size: 14.5px;
}
.daily-list li:last-child { border-bottom: 0; }
.daily-list b { flex: none; font-size: 13px; color: var(--copper-dark); letter-spacing: 0.06em; text-transform: uppercase; min-width: 108px; }
.daily-list span { color: var(--ink-soft); }
.daily-price {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line-light);
}
.daily-price small { font-size: 12.5px; color: var(--ink-soft); }
.daily-price strong { font-family: var(--font-serif); font-size: 1.7rem; font-weight: 600; color: var(--dark); }

.daily-foot {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--muted-dark);
  font-size: 14.5px;
}
.daily-foot p { margin: 0; }

/* ---------- Proslave (početna) ---------- */
.celebration-band {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  padding-block: 90px;
}
.celebration-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  z-index: -2;
}
.celebration-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(13, 16, 12, 0.86) 0%, rgba(13, 16, 12, 0.62) 55%, rgba(13, 16, 12, 0.3) 100%);
}
.celebration-band .display-title { max-width: 18ch; }
.celebration-band .lede { color: rgba(250, 246, 238, 0.85); max-width: 54ch; }
.celebration-band .lede strong { color: var(--white); }
.celebration-band .hero-actions { margin-bottom: 0; }

.celebration-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 26px 0 34px;
  max-width: 620px;
}
.celebration-types span {
  font-size: 13px;
  font-weight: 600;
  color: rgba(250, 246, 238, 0.92);
  border: 1px solid rgba(250, 246, 238, 0.28);
  border-radius: 999px;
  padding: 7px 16px;
}
.capacity-flag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(195, 162, 89, 0.16);
  border: 1px solid rgba(195, 162, 89, 0.4);
  color: var(--gold);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
}

/* ---------- Paketi ---------- */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
}
.package-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.package-card--featured {
  background: var(--dark);
  color: var(--cream);
  border-color: var(--dark);
  box-shadow: var(--shadow-2);
}
.package-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--copper);
  color: var(--white);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(176, 122, 68, 0.4);
}
.package-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 14px;
}
.package-card--featured .package-num { color: var(--gold); }
.package-card h3 { font-size: 1.8rem; margin-bottom: 6px; }
.package-card--featured h3 em { font-style: italic; color: var(--gold); font-weight: 500; }
.package-card > p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 22px; }
.package-card--featured > p { color: var(--muted-dark); }
.package-list { list-style: none; padding: 0; margin: 0 0 28px; }
.package-list li {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 14.5px;
  border-bottom: 1px dashed var(--line-light);
}
.package-card--featured .package-list li { border-color: var(--line-dark); }
.package-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 14px;
  height: 2px;
  background: var(--copper);
  border-radius: 2px;
}
.package-card--featured .package-list li::before { background: var(--gold); }
.package-list li:last-child { border-bottom: 0; }
.package-price {
  margin-top: auto;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--copper-dark);
  margin-bottom: 20px;
}
.package-card--featured .package-price { color: var(--gold); }
.package-card .btn { margin-top: auto; }

/* ---------- Proces (koraci) ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  counter-reset: step;
}
.step { position: relative; padding-top: 70px; }
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 3.1rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
}
.step::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 88px;
  right: 24px;
  height: 1px;
  background: var(--line-dark);
}
.step:last-child::after { display: none; }
.step h3 { font-size: 1.45rem; margin-bottom: 10px; }
.step p { color: var(--muted-dark); font-size: 14.5px; margin: 0; }

/* ---------- Utisci gostiju ---------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}
.review-card {
  background: var(--paper);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.review-card::before {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--copper);
  border-radius: 2px;
}
.review-text {
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  margin: 0;
}
.review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.review-meta .avatar {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  background: var(--dark);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
}
.review-meta b { font-size: 14px; color: var(--ink); }
.review-meta span { display: block; font-size: 12.5px; color: var(--ink-soft); }

.review-note {
  margin-top: 26px;
  font-size: 13px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-note svg { flex: none; color: var(--copper); }

/* ---------- CTA sekcija ---------- */
.cta-band {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  padding-block: 110px;
}
.cta-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  z-index: -2;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(13, 16, 12, 0.88), rgba(13, 16, 12, 0.62));
}
.cta-band .display-title { max-width: 22ch; margin-inline: auto; }
.cta-band .lede { margin-inline: auto; color: rgba(250, 246, 238, 0.85); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 40px; }

/* ---------- Galerija ---------- */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
}
.filter-btn {
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--line-light);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.filter-btn:hover { border-color: var(--copper); color: var(--copper-dark); }
.filter-btn[aria-pressed="true"] {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--cream);
}

.masonry {
  columns: 3;
  column-gap: clamp(14px, 2vw, 24px);
}
.masonry figure {
  break-inside: avoid;
  margin: 0 0 clamp(14px, 2vw, 24px);
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
}
.masonry img { width: 100%; height: auto; transition: transform 0.9s var(--ease); }
.masonry figure:hover img { transform: scale(1.05); }
.masonry figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 56px 20px 16px;
  background: linear-gradient(to top, rgba(13, 16, 12, 0.82), transparent);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s var(--ease);
}
.masonry figure:hover figcaption { opacity: 1; transform: none; }
.masonry figcaption span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.gallery-cat { color: var(--ink-soft); font-size: 13.5px; margin-top: 8px; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 12, 9, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s var(--ease), visibility 0.3s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 74vh;
  width: auto;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.lightbox-caption {
  margin-top: 18px;
  color: var(--cream);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
}
.lightbox-caption .lightbox-cat {
  display: block;
  font-size: 11.5px;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.lightbox-caption .lightbox-title { display: block; }
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(243, 236, 221, 0.3);
  background: rgba(23, 28, 21, 0.6);
  color: var(--cream);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.25s, border-color 0.25s;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: var(--copper); border-color: var(--copper); }
.lightbox-close { top: 22px; right: 22px; }
.lightbox-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 22px; top: 50%; transform: translateY(-50%); }
.lightbox-counter { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: var(--muted-dark); font-size: 13px; letter-spacing: 0.14em; }

/* ---------- Jelovnik stranica ---------- */
.menu-page-hero {
  background: var(--dark);
  color: var(--cream);
  padding: calc(var(--header-h) + 70px) 0 64px;
  position: relative;
  overflow: hidden;
}
.menu-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 90% at 82% 0%, rgba(195, 162, 89, 0.1), transparent 60%),
    radial-gradient(50% 80% at 8% 100%, rgba(176, 122, 68, 0.12), transparent 60%);
  pointer-events: none;
}
.menu-page-hero .container { position: relative; z-index: 1; }
.menu-page-hero p { color: var(--muted-dark); max-width: 60ch; }

.menu-sticky {
  position: sticky;
  top: var(--header-h);
  z-index: 60;
  background: rgba(23, 28, 21, 0.97);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(10px);
}
.menu-sticky-inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 12px clamp(20px, 4.5vw, 48px);
  max-width: var(--container);
  margin-inline: auto;
  width: 100%;
}
.menu-sticky-inner::-webkit-scrollbar { display: none; }
.menu-sticky-inner .filter-btn { flex: none; border-color: var(--line-dark); color: var(--muted-dark); }
.menu-sticky-inner .filter-btn:hover { color: var(--cream); border-color: var(--gold); }
.menu-sticky-inner .filter-btn[aria-pressed="true"] { background: var(--copper); border-color: var(--copper); color: var(--white); }

.menu-category { scroll-margin-top: calc(var(--header-h) + 90px); margin-bottom: clamp(56px, 7vw, 90px); }
.menu-category-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-light);
}
.menu-category-head h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin: 0; }
.menu-category-head span { font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--copper); }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 48px;
}
.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  padding: 16px 4px;
  border-bottom: 1px dashed var(--line-light);
}
.menu-item-top { display: flex; align-items: baseline; gap: 14px; min-width: 0; }
.menu-item h3 {
  font-family: var(--font-sans);
  font-size: 16.5px;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}
.menu-item-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(39, 42, 35, 0.35);
  transform: translateY(-4px);
  min-width: 18px;
}
.menu-item-price {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--copper-dark);
  white-space: nowrap;
}
.menu-item-desc {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: 13.8px;
  margin: 0;
}
.menu-item-meta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid var(--line-light);
  color: var(--ink-soft);
}
.tag--ljuto { color: #a3402c; border-color: rgba(163, 64, 44, 0.35); background: rgba(163, 64, 44, 0.07); }
.tag--posno { color: #2c6c4a; border-color: rgba(44, 108, 74, 0.35); background: rgba(44, 108, 74, 0.07); }
.tag--veg { color: #2c6c4a; border-color: rgba(44, 108, 74, 0.35); background: rgba(44, 108, 74, 0.07); }
.tag--preporuka { color: var(--copper-dark); border-color: rgba(176, 122, 68, 0.4); background: rgba(176, 122, 68, 0.1); }

.menu-note {
  margin-top: 60px;
  padding: 26px 30px;
  background: var(--cream);
  border-radius: var(--radius);
  border-left: 3px solid var(--copper);
  color: var(--ink-soft);
  font-size: 14.5px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.menu-note svg { flex: none; color: var(--copper); margin-top: 3px; }
.menu-note p { margin: 0; }

/* ---------- Proslave stranica ---------- */
.page-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 70px;
}
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(13, 16, 12, 0.9), rgba(13, 16, 12, 0.4) 60%, rgba(13, 16, 12, 0.2));
}
.page-hero .eyebrow { color: var(--gold); }
.page-hero .eyebrow::before { background: var(--gold); }
.page-hero .display-title { max-width: 20ch; margin-bottom: 16px; }
.page-hero .lede { color: rgba(250, 246, 238, 0.85); max-width: 56ch; }

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}

.tick-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 40px; }
.tick-list li {
  position: relative;
  padding: 9px 0 9px 34px;
  font-size: 15.5px;
  break-inside: avoid;
}
.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 18px;
  height: 2px;
  background: var(--copper);
  border-radius: 2px;
}
.tick-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
  opacity: 0.35;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 40px);
  text-align: center;
}
.stat b {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}
.stat span { font-size: 13.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-dark); }

.faq-item {
  border-bottom: 1px solid var(--line-light);
}
.faq-item:first-child { border-top: 1px solid var(--line-light); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: none;
  border: 0;
  padding: 24px 6px;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 16.5px;
  font-weight: 700;
  color: var(--ink);
}
.faq-q:hover { color: var(--copper-dark); }
.faq-q svg {
  flex: none;
  transition: transform 0.3s var(--ease);
  color: var(--copper);
}
.faq-item.is-open .faq-q svg { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.faq-a-inner { padding: 0 6px 24px; color: var(--ink-soft); font-size: 15px; }
.faq-a-inner p { margin: 0; }

/* ---------- Forme ---------- */
.form-card {
  background: var(--paper);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3.6vw, 44px);
  box-shadow: var(--shadow-1);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}
.form-grid .full { grid-column: 1 / -1; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.form-group label .req { color: var(--copper); }
.form-control {
  font-family: var(--font-sans);
  font-size: 15.5px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  width: 100%;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.form-control::placeholder { color: rgba(39, 42, 35, 0.42); }
.form-control:focus {
  outline: none;
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(176, 122, 68, 0.18);
}
textarea.form-control { resize: vertical; min-height: 130px; }
select.form-control { appearance: none; 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='%23575b4f' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; }

.form-group.has-error .form-control { border-color: #a3402c; box-shadow: 0 0 0 3px rgba(163, 64, 44, 0.14); }
.field-error {
  display: none;
  font-size: 12.5px;
  color: #a3402c;
  font-weight: 600;
}
.form-group.has-error .field-error { display: block; }

.checkbox-group { display: flex; gap: 12px; align-items: flex-start; }
.checkbox-group input {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  accent-color: var(--copper);
  flex: none;
  cursor: pointer;
}
.checkbox-group label { text-transform: none; letter-spacing: 0; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); line-height: 1.5; cursor: pointer; }
.checkbox-group a { font-weight: 700; }

.form-status {
  display: none;
  margin-top: 22px;
  border-radius: var(--radius);
  padding: 20px 24px;
  align-items: flex-start;
  gap: 14px;
  font-size: 14.5px;
  line-height: 1.6;
}
.form-status svg { flex: none; margin-top: 2px; }
.form-status--success {
  display: flex;
  background: rgba(44, 108, 74, 0.1);
  border: 1px solid rgba(44, 108, 74, 0.3);
  color: #1f4f36;
}
.form-status--error {
  display: flex;
  background: rgba(163, 64, 44, 0.08);
  border: 1px solid rgba(163, 64, 44, 0.3);
  color: #7c2f1e;
}
.form-status b { display: block; margin-bottom: 4px; }

/* ---------- Kontakt stranica ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}
.contact-panel {
  background: var(--dark);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.4vw, 40px);
  display: grid;
  gap: 26px;
}
.contact-panel h2 { font-size: 1.6rem; color: var(--white); }
.contact-row { display: flex; gap: 16px; align-items: flex-start; }
.contact-row svg { flex: none; color: var(--gold); margin-top: 3px; }
.contact-row b { display: block; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.contact-row a { color: var(--cream); font-size: 16px; font-weight: 600; }
.contact-row a:hover { color: var(--gold); }
.contact-row p { margin: 0; color: var(--muted-dark); font-size: 15px; }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  position: relative;
  line-height: 0;
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

.hours-list { display: grid; gap: 6px; font-size: 14.5px; color: var(--muted-dark); }
.hours-list div { display: flex; justify-content: space-between; gap: 16px; }
.hours-list b { color: var(--cream); font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--dark);
  color: var(--cream);
  padding-top: clamp(60px, 7vw, 96px);
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--copper) 30%, var(--gold) 60%, transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 3fr) minmax(0, 4fr);
  gap: clamp(30px, 4vw, 56px);
  padding-bottom: clamp(40px, 5vw, 64px);
}
.footer-brand p { color: var(--muted-dark); font-size: 14.5px; max-width: 40ch; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-col h3 {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col a { color: var(--muted-dark); font-size: 14.5px; transition: color 0.2s, padding-left 0.25s var(--ease); }
.footer-col a:hover { color: var(--cream); padding-left: 6px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted-dark); font-size: 14.5px; }
.footer-contact svg { flex: none; color: var(--gold); margin-top: 4px; }
.footer-contact a { color: var(--muted-dark); }
.footer-contact a:hover { color: var(--cream); }

.social-row { display: flex; gap: 10px; margin-top: 4px; }
.social-row a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s var(--ease);
}
.social-row a:hover { background: var(--copper); border-color: var(--copper); color: var(--white); transform: translateY(-3px); padding-left: 0; }

.footer-bottom {
  border-top: 1px solid var(--line-dark);
  padding-block: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  color: var(--muted-dark);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom a { color: var(--muted-dark); }
.footer-bottom a:hover { color: var(--cream); }

/* ---------- Reveal animacije ---------- */
html.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  will-change: opacity, transform;
}
html.js .reveal.is-visible { opacity: 1; transform: none; }
html.js .reveal[data-delay="1"] { transition-delay: 0.12s; }
html.js .reveal[data-delay="2"] { transition-delay: 0.24s; }
html.js .reveal[data-delay="3"] { transition-delay: 0.36s; }

html.js .hero .reveal,
html.js .page-hero .reveal {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

/* ---------- Pomoćne klase ---------- */
.page { padding-top: var(--header-h); }
.page-title {
  background: var(--dark);
  color: var(--cream);
  padding: calc(var(--header-h) + 64px) 0 64px;
}
.page-title .display-title { color: var(--white); margin-bottom: 14px; }
.page-title p { color: var(--muted-dark); max-width: 62ch; margin: 0; }

.legal { max-width: 820px; }
.legal h2 { font-size: 1.6rem; margin-top: 2.2em; }
.legal p, .legal li { color: var(--ink-soft); }
.legal .updated { font-size: 13px; color: var(--ink-soft); }

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 300;
  background: var(--dark);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: top 0.25s;
}
.skip-link:focus { top: 16px; color: var(--cream); }

.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html.js .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .site-nav { display: none; }
  .header-phone { display: none; }
  .nav-toggle { display: block; }

  .intro-grid, .split-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .intro-media { max-width: 560px; }
  .intro-facts { right: 8px; bottom: -26px; }

  .masonry { columns: 2; }
}

@media (max-width: 920px) {
  .dishes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .daily-grid, .packages-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .menu-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { flex-direction: column; align-items: flex-start; gap: 14px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .hero-content { padding-bottom: 96px; }
  .hero-title { font-size: clamp(2.6rem, 11.5vw, 3.4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-scroll { display: none; }

  .dishes-grid { grid-template-columns: 1fr; }
  .dish-card { aspect-ratio: 4 / 4.2; }
  .daily-grid, .packages-grid, .reviews-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .step::after { left: 88px; right: 8px; }
  .stat-grid { grid-template-columns: 1fr; gap: 30px; }

  .intro-facts { position: static; margin-top: -44px; margin-inline: 14px; min-width: 0; }
  .intro-media::before { display: none; }

  .form-grid { grid-template-columns: minmax(0, 1fr); }
  .form-grid > * { min-width: 0; }
  .tick-list { columns: 1; }
  .menu-sticky { top: 64px; }
  .menu-sticky-inner { padding: 10px 16px; }
  .menu-page-hero, .page-title { padding-top: calc(64px + 44px); }

  .sticky-actions { display: grid; }
  body { padding-bottom: 0; }
  .site-footer { padding-bottom: 74px; }

  .lightbox-prev, .lightbox-next { top: auto; bottom: 22px; transform: none; }
  .lightbox-prev { left: 50%; margin-left: -76px; }
  .lightbox-next { right: 50%; margin-right: -76px; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .celebration-band { min-height: auto; }
  .cta-band { min-height: auto; }
  .hero { min-height: 100svh; }
}

@media (min-width: 641px) {
  .sticky-actions { display: none; }
}

@media (min-width: 1441px) {
  :root { --container: 1340px; }
}

@media (max-width: 480px) {
  .brand-text small { font-size: 9.5px; }
  .brand-text strong { font-size: 19px; }
  .daily-price { flex-direction: column; gap: 4px; }
  .menu-category-head { flex-direction: column; gap: 4px; }
}
