
:root {
  --green-950: #071812;
  --green-900: #0e2c21;
  --green-800: #173a2b;
  --green-700: #1f4d36;
  --cream: #f4efe4;
  --cream-2: #fffaf0;
  --sand: #d9c59f;
  --gold: #d8b76a;
  --text: #1b211c;
  --muted: #6b7168;
  --border: rgba(23, 58, 43, .14);
  --shadow: 0 24px 70px rgba(7, 24, 18, .15);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 183, 106, .22), transparent 34rem),
    linear-gradient(180deg, var(--cream-2), var(--cream));
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.72; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1240px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  background: rgba(255,250,240,.84);
  box-shadow: 0 14px 42px rgba(7, 24, 18, .08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 48px; height: 48px; border-radius: 14px; object-fit: contain; background: #fff; padding: 4px; box-shadow: 0 10px 20px rgba(7,24,18,.12); }
.brand strong { display: block; font-family: Georgia, serif; color: var(--green-900); font-size: 1.05rem; }
.brand small { display: block; color: var(--muted); margin-top: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.desktop-nav a { padding: 11px 13px; border-radius: 999px; color: var(--green-900); font-weight: 750; font-size: .92rem; }
.desktop-nav a:hover, .desktop-nav a.is-active { background: rgba(23,58,43,.09); }
.burger {
  display: none;
  border: 0;
  background: var(--green-800);
  color: var(--cream-2);
  border-radius: 999px;
  min-height: 48px;
  padding: 9px 14px;
  align-items: center;
  gap: 9px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(23,58,43,.18);
}
.burger span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 99px; margin: 3px 0; }
.burger em { font-style: normal; }

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: stretch end;
}
.menu-overlay[hidden] { display: none; }
.menu-backdrop { position: absolute; inset: 0; background: rgba(7, 24, 18, .48); backdrop-filter: blur(5px); }
.menu-panel {
  position: relative;
  z-index: 2;
  width: min(430px, calc(100vw - 22px));
  height: calc(100dvh - 22px);
  margin: 11px;
  padding: 24px;
  border-radius: 30px;
  background: var(--cream-2);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.menu-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.menu-top img { width: 68px; height: 68px; object-fit: contain; background: #fff; border-radius: 18px; padding: 5px; border: 1px solid var(--border); }
.menu-close { border: 1px solid var(--border); border-radius: 999px; background: rgba(23,58,43,.08); color: var(--green-900); padding: 11px 16px; font-weight: 800; cursor: pointer; }
.menu-kicker { margin: 26px 0 14px; color: var(--green-700); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; }
.menu-links { display: grid; gap: 10px; }
.menu-link { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: 22px; background: rgba(23,58,43,.07); color: var(--green-950); font-family: Georgia, serif; font-size: clamp(1.65rem, 5vw, 2.35rem); line-height: 1; }
.menu-link span { font-family: Inter, sans-serif; font-size: .78rem; color: var(--green-700); font-weight: 900; }
.menu-link.is-active, .menu-link:hover { background: var(--green-800); color: var(--cream-2); }
.menu-link.is-active span, .menu-link:hover span { color: var(--gold); }
.menu-phone { margin-top: auto; display: flex; justify-content: center; align-items: center; min-height: 54px; border-radius: 999px; background: var(--green-800); color: var(--cream-2); font-weight: 900; }

.page-hero, .page-title { padding: 94px 0 58px; }
.hero-two, .split-block { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.82fr); gap: 58px; align-items: center; }
.hero-text { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green-700); text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; font-weight: 900; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; line-height: 1.04; color: var(--green-950); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
h1 { font-size: clamp(2.7rem, 7vw, 6.8rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4.5vw, 4.2rem); }
h3 { font-size: 1.08rem; }
.lead { max-width: 650px; font-size: clamp(1.04rem, 2vw, 1.26rem); color: var(--muted); margin: 24px 0 0; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-800); color: var(--cream-2); box-shadow: 0 16px 32px rgba(23,58,43,.22); }
.btn-secondary { background: rgba(23,58,43,.08); border: 1px solid var(--border); color: var(--green-900); }
.inline-link { display: inline-flex; margin-top: 16px; color: var(--green-800); font-weight: 900; }

.hero-image, .image-card, .page-card, .gallery-photo { margin: 0; position: relative; overflow: hidden; border-radius: 30px; background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.66); }
.hero-image img, .image-card img { width: 100%; height: auto; max-height: 640px; object-fit: cover; }
.hero-image figcaption, .image-card figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px 14px; border-radius: 18px; background: rgba(255,250,240,.84); color: var(--green-900); font-weight: 850; backdrop-filter: blur(12px); }
.image-card img[src*="gardenia-logo-official"] { object-fit: contain; padding: 26px; background: #fff; }
.section { padding: 82px 0; }
.compact-section { padding-top: 42px; }
.alt-section { background: rgba(255,255,255,.35); border-block: 1px solid rgba(23,58,43,.08); }
.reverse { grid-template-columns: minmax(320px,.82fr) minmax(0,1fr); }
.text-block { min-width: 0; }
.text-block p { color: var(--muted); font-size: 1.05rem; margin: 20px 0 0; }
.nice-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.nice-list li { padding: 13px 15px; border-radius: 16px; background: rgba(255,255,255,.62); border: 1px solid var(--border); color: var(--green-900); font-weight: 750; }

.page-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.page-card { min-height: 420px; display: flex; align-items: flex-end; color: var(--cream-2); }
.page-card::after, .gallery-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,24,18,.78)); }
.page-card img, .gallery-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.page-card:hover img, .gallery-photo:hover img { transform: scale(1.04); }
.page-card div { position: relative; z-index: 2; padding: 24px; }
.page-card span { color: var(--gold); font-weight: 900; }
.page-card h2 { color: var(--cream-2); font-size: 2.4rem; }
.page-card p { margin: 8px 0 0; color: rgba(255,250,240,.86); }

.gallery-page-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; align-items: stretch; }
.gallery-photo { min-height: 330px; grid-column: span 4; color: var(--cream-2); }
.gallery-photo.tall { grid-column: span 5; grid-row: span 2; min-height: 680px; }
.gallery-photo.wide { grid-column: span 7; }
.gallery-photo span { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2; font-weight: 900; font-size: 1.2rem; }
.contact-boxes { display: grid; gap: 12px; margin-top: 24px; }

  padding: 17px;
  border-radius: 20px;
  background: rgba(23,58,43,.07);
  border: 1px solid var(--border);
}
.contact-box-hours span { display: block; color: var(--muted); font-size: .9rem; margin-bottom: 4px; }
.contact-box-hours strong { color: var(--green-900); }
.footer-hours { color: rgba(255,250,240,.55); margin: 6px 0 0; font-size: .9rem; }
.contact-boxes a { padding: 17px; border-radius: 20px; background: rgba(255,255,255,.68); border: 1px solid var(--border); }
.contact-boxes span { display: block; color: var(--muted); font-size: .9rem; margin-bottom: 4px; }
.contact-boxes strong { color: var(--green-900); }
.map-section { display: grid; grid-template-columns: .55fr 1fr; gap: 28px; align-items: center; }
.map-text p { color: var(--muted); }
.map-wrap { min-height: 440px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 440px; border: 0; display: block; }

.site-footer { padding: 54px 0 36px; background: var(--green-950); color: var(--cream-2); }
.footer-grid { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; }
.site-footer strong { font-family: Georgia, serif; font-size: 1.4rem; }
.site-footer p { color: rgba(255,250,240,.7); margin: 8px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-links a { padding: 10px 12px; border-radius: 999px; background: rgba(255,255,255,.08); }
.footer-links a.is-active { background: rgba(216,183,106,.22); color: var(--gold); }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s ease forwards; }
.delay-1 { animation-delay: .12s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .page-hero, .page-title { padding: 72px 0 36px; }
  .hero-two, .split-block, .reverse, .map-section { grid-template-columns: 1fr; gap: 28px; }
  .page-cards { grid-template-columns: 1fr; }
  .page-card { min-height: 260px; }
  .gallery-page-grid { grid-template-columns: 1fr 1fr; }
  .gallery-photo, .gallery-photo.tall, .gallery-photo.wide { grid-column: span 1; min-height: 300px; }
}

@media (max-width: 760px) {
  .desktop-nav { display: none; }
  .burger { display: inline-flex; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--max)); }
  .site-header { width: calc(100% - 16px); margin-top: 8px; padding: 8px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: .95rem; }
  .brand small { font-size: .78rem; }
  .burger { min-height: 42px; padding: 8px 12px; }
  .burger em { display: none; }
  .page-hero { padding: 42px 0 24px; }
  .page-title { padding: 48px 0 24px; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  h2 { font-size: clamp(1.95rem, 10vw, 3rem); }
  .lead { font-size: 1rem; margin-top: 18px; }
  .actions { margin-top: 22px; }
  .btn { width: 100%; }
  .hero-image.compact-mobile { max-height: 240px; border-radius: 24px; }
  .hero-image.compact-mobile img { height: 240px; object-fit: cover; object-position: center; }
  .hero-image figcaption, .image-card figcaption { position: static; border-radius: 0; background: var(--cream-2); }
  .section { padding: 54px 0; }
  .compact-section { padding-top: 22px; }
  .image-card { border-radius: 24px; }
  .image-card img { max-height: 360px; object-fit: cover; }
  .page-card { min-height: 220px; border-radius: 24px; }
  .page-card h2 { font-size: 2rem; }
  .gallery-page-grid { grid-template-columns: 1fr; }
  .gallery-photo, .gallery-photo.tall, .gallery-photo.wide { min-height: 290px; }
  .menu-panel { width: calc(100vw - 16px); height: calc(100dvh - 16px); margin: 8px; border-radius: 24px; padding: 18px; }
  .menu-link { padding: 16px; font-size: 1.7rem; }
  .footer-grid { display: grid; }
  .footer-links { justify-content: flex-start; }
}


/* Home page: keep first page simple, with more details on inner pages */
.home-basic-grid {
  display: grid;
  grid-template-columns: .62fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.home-info-card {
  padding: 26px;
  border-radius: 30px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.home-info-card p { color: var(--muted); margin: 14px 0 0; }
.home-actions-small {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.home-actions-small a {
  padding: 12px 15px;
  border-radius: 999px;
  background: rgba(23,58,43,.08);
  border: 1px solid var(--border);
  color: var(--green-900);
  font-weight: 850;
}
.home-actions-small a.primary {
  background: var(--green-800);
  color: var(--cream-2);
}
.more-links-strip {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.more-links-strip a {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(23,58,43,.07);
  border: 1px solid var(--border);
  color: var(--green-900);
  font-weight: 800;
}

@media (max-width: 980px) {
  .home-basic-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .desktop-nav { display: none; }
  .burger { display: inline-flex; }
}

@media (max-width: 640px) {
  .home-info-card { padding: 22px; border-radius: 24px; }
  .home-actions-small a { width: 100%; text-align: center; justify-content: center; }
  .more-links-strip a { flex: 1 1 100%; text-align: center; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .site-header { gap: 12px; }
  .brand span { display: none; }
  .desktop-nav { gap: 2px; }
  .desktop-nav a { padding: 10px 9px; font-size: .86rem; }
}


/* =========================================
   MENI SEKCIJA (tabbed menu on homepage)
   ========================================= */
.menu-section {
  background: transparent;
}

.menu-heading {
  text-align: center;
  margin-bottom: 36px;
}

.menu-heading h2 {
  margin-top: 10px;
}

/* Tab buttons */
.menu-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.menu-tab {
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.65);
  color: var(--green-900);
  font-weight: 800;
  font-size: .92rem;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.menu-tab:hover {
  background: rgba(23,58,43,.09);
}

.menu-tab.is-active {
  background: var(--green-800);
  color: var(--cream-2);
  border-color: var(--green-800);
  box-shadow: 0 8px 22px rgba(23,58,43,.22);
}

/* Panel visibility */
.menu-panel-content {
  display: none;
}

.menu-panel-content.is-active {
  display: block;
}

/* Story / intro card */
.menu-story {
  max-width: 660px;
  margin: 0 auto 36px;
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(216,183,106,.08);
  border: 1px solid rgba(216,183,106,.3);
  text-align: center;
}

.menu-story-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  color: var(--green-900);
  margin: 0 0 12px;
  letter-spacing: -.02em;
}

.menu-story p {
  color: var(--muted);
  margin: 0;
  font-size: .97rem;
  line-height: 1.65;
}

/* Two-column wine groups */
.menu-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
}

.menu-group {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px 24px;
  box-shadow: 0 6px 20px rgba(7,24,18,.06);
}

.menu-group-label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  color: var(--green-900);
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  letter-spacing: -.01em;
}

/* Single-column panel (coffee, tea, hot drinks) */
.menu-simple {
  max-width: 540px;
  margin: 0 auto;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px 24px;
  box-shadow: 0 6px 20px rgba(7,24,18,.06);
}

/* Individual menu item row */
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(23,58,43,.07);
  gap: 16px;
}

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

.menu-item:first-child {
  padding-top: 0;
}

.menu-item-name {
  font-weight: 700;
  color: var(--green-950);
  font-size: .97rem;
}

.menu-price {
  font-weight: 900;
  color: var(--green-700);
  white-space: nowrap;
  font-size: .92rem;
}

@media (max-width: 640px) {
  .menu-groups {
    grid-template-columns: 1fr;
  }
  .menu-tabs {
    gap: 6px;
  }
  .menu-tab {
    padding: 9px 15px;
    font-size: .86rem;
  }
  .menu-story {
    padding: 20px;
  }
}

