/* ============================================================
   Tooki bar — caffe bar na obali Monterola, Umag
   Vlastiti dizajn: morski sumrak, pijesak i koralj.
   ============================================================ */

:root {
  --ink: #0d2a33;
  --ink-2: #123a45;
  --ink-3: #1a4a57;
  --sea: #17616e;
  --sand: #f6f1e7;
  --sand-2: #efe6d3;
  --paper: #fffdf8;
  --coral: #ff7a4d;
  --coral-dark: #e85f33;
  --sun: #ffb36b;
  --text: #2c3e45;
  --muted: #5f747b;
  --line: #e3d9c4;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 45px rgba(13, 42, 51, 0.14);
  --shadow-lg: 0 30px 70px rgba(13, 42, 51, 0.22);
  --font-display: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --header-h: 72px;
}

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

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

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--sand);
  line-height: 1.65;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
ul { list-style: none; }

section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

.container {
  width: min(1120px, 100% - 48px);
  margin-inline: auto;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.01em;
}

h2 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); margin-bottom: 0.35em; }
h3 { font-size: 1.28rem; }

em {
  font-style: italic;
  color: var(--coral);
}

.section-overline {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral-dark);
  margin-bottom: 0.9rem;
}

.section-lead {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.06rem;
  margin-bottom: 2.4rem;
}

/* ---------- Gumbi ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  will-change: transform;
}

.btn:hover { transform: translateY(-2px); }

.btn-accent {
  background: linear-gradient(120deg, var(--coral), var(--sun));
  color: #3a1c0e;
  box-shadow: 0 10px 26px rgba(255, 122, 77, 0.35);
}
.btn-accent:hover { box-shadow: 0 14px 32px rgba(255, 122, 77, 0.45); }

.btn-ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(13, 42, 51, 0.25);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); }

.btn-whatsapp {
  background: #1faa57;
  color: #fff;
  box-shadow: 0 10px 26px rgba(31, 170, 87, 0.3);
}
.btn-whatsapp:hover { box-shadow: 0 14px 32px rgba(31, 170, 87, 0.42); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(13, 42, 51, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  background: rgba(13, 42, 51, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.header-inner {
  width: min(1120px, 100% - 48px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 700;
  color: #3a1c0e;
  background: linear-gradient(135deg, var(--coral), var(--sun));
  box-shadow: 0 4px 14px rgba(255, 122, 77, 0.45);
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.brand-name em { font-size: 0.95em; }

.site-nav {
  display: none;
  gap: 1.7rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  font-weight: 600;
  position: relative;
  padding: 0.3rem 0;
  transition: color 0.2s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--coral), var(--sun));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); }

.header-phone {
  display: none;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--sun);
  white-space: nowrap;
}
.header-phone:hover { color: #fff; }

.nav-toggle {
  display: grid;
  gap: 5px;
  padding: 10px 8px;
  z-index: 70;
}
.nav-toggle span {
  width: 26px;
  height: 2.5px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* mobilni izbornik */
.site-nav.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: var(--header-h);
  left: 0; right: 0;
  background: rgba(13, 42, 51, 0.98);
  backdrop-filter: blur(14px);
  padding: 1.2rem 1.5rem 1.8rem;
  gap: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  animation: navIn 0.25s ease;
}
.site-nav.open a {
  padding: 0.85rem 0.4rem;
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-nav.open a::after { display: none; }

@keyframes navIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.02);
  animation: heroZoom 9s ease-out forwards;
}

@keyframes heroZoom {
  from { transform: scale(1.1); }
  to { transform: scale(1.02); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(13, 42, 51, 0.92) 0%, rgba(13, 42, 51, 0.45) 45%, rgba(13, 42, 51, 0.25) 75%, rgba(13, 42, 51, 0.55) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100% - 48px);
  margin-inline: auto;
  padding: 7.5rem 0 6.5rem;
  color: #fff;
}

.hero-overline {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 0.8rem;
}

.hero h1 {
  color: #fff;
  font-size: clamp(3rem, 9.5vw, 6rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.015em;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.4);
}

.hero-sub {
  margin: 1.1rem 0 1.9rem;
  max-width: 34rem;
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
}
.hero-facts li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.hero-facts li::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 3px rgba(255, 122, 77, 0.25);
}

.hero-wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%;
  height: 64px;
  z-index: 3;
}

.scroll-hint {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 84px;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  display: none;
}
.scroll-hint span {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px; height: 9px;
  margin-left: -2px;
  border-radius: 4px;
  background: #fff;
  animation: hintDrop 1.8s ease-in-out infinite;
}
@keyframes hintDrop {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { opacity: 0; }
}

/* ---------- O nama ---------- */
.about {
  padding: 5rem 0;
  background: var(--sand);
}

.about-grid {
  display: grid;
  gap: 2.6rem;
  align-items: center;
}

.about-text p {
  margin-bottom: 1.05rem;
  color: var(--text);
}

.about-points {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.7rem;
}
.about-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-weight: 600;
  color: var(--ink-2);
}
.about-points li::before {
  content: "✓";
  flex: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: #3a1c0e;
  background: linear-gradient(135deg, var(--coral), var(--sun));
  margin-top: 0.1rem;
}

.about-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-media:hover img { transform: scale(1.04); }
.about-media figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.2rem 1.2rem 0.95rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to top, rgba(13, 42, 51, 0.85), transparent);
}

/* ---------- Ponuda ---------- */
.offer {
  padding: 5rem 0;
  background: var(--paper);
}

.offer-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}

.offer-card {
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--sun);
}

.offer-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--coral-dark);
  background: linear-gradient(135deg, rgba(255, 122, 77, 0.16), rgba(255, 179, 107, 0.22));
  margin-bottom: 1rem;
}
.offer-icon svg { width: 26px; height: 26px; }

.offer-card h3 { margin-bottom: 0.45rem; }
.offer-card p { font-size: 0.95rem; color: var(--muted); }

.offer-note {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  align-items: center;
  background: var(--sand);
  border: 1px dashed var(--sun);
  border-radius: var(--radius);
  padding: 1.4rem;
}

.menu-polaroid {
  width: 132px;
  padding: 0.55rem 0.55rem 0.35rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}
.menu-polaroid:hover { transform: rotate(0deg) scale(1.04); }
.menu-polaroid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 3px;
}

.offer-note p {
  font-size: 0.95rem;
  color: var(--text);
}

/* ---------- Dan na Tookiju ---------- */
.day {
  padding: 5.5rem 0;
  background:
    radial-gradient(120% 80% at 85% 0%, rgba(255, 122, 77, 0.16), transparent 55%),
    radial-gradient(120% 90% at 10% 100%, rgba(23, 97, 110, 0.4), transparent 60%),
    var(--ink);
  color: rgba(255, 255, 255, 0.92);
}

.day .section-overline { color: var(--sun); }
.day h2 { color: #fff; }
.day .section-lead { color: rgba(255, 255, 255, 0.72); }

.day-timeline {
  position: relative;
  display: grid;
  gap: 2.4rem;
  margin-top: 1rem;
}
.day-timeline::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--coral), var(--sun), rgba(255, 179, 107, 0.15));
}

.day-item {
  position: relative;
  display: grid;
  gap: 0.9rem;
  padding-left: 56px;
}

.day-time {
  position: absolute;
  left: 0; top: 2px;
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  color: #3a1c0e;
  background: linear-gradient(135deg, var(--coral), var(--sun));
  box-shadow: 0 6px 18px rgba(255, 122, 77, 0.4);
  z-index: 2;
}

.day-body h3 { color: #fff; margin-bottom: 0.35rem; }
.day-body p { color: rgba(255, 255, 255, 0.78); font-size: 0.97rem; }

.day-item img {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ---------- Galerija ---------- */
.gallery {
  padding: 5rem 0;
  background: var(--sand);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--ink-2);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after {
  content: "🔍";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  background: rgba(13, 42, 51, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

/* ---------- Recenzije ---------- */
.reviews {
  padding: 5rem 0;
  background: var(--paper);
}

.reviews-badge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: 1.1rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
}

.reviews-score {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--sun);
}

.reviews-stars {
  color: var(--sun);
  letter-spacing: 0.12em;
  font-size: 1.15rem;
}

.reviews-count {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.reviews-grid {
  display: grid;
  gap: 1.1rem;
}

.review-card {
  background: var(--sand);
  border: 1px solid var(--line);
  border-left: 4px solid var(--coral);
  border-radius: var(--radius-sm);
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.review-card .review-stars { color: #e8a33d; font-size: 1.05rem; }

.review-card p {
  font-size: 0.97rem;
  color: var(--text);
}

.review-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.8rem;
  align-items: baseline;
}
.review-card cite {
  font-style: normal;
  font-weight: 800;
  color: var(--ink);
  font-size: 0.95rem;
}
.review-card footer span {
  font-size: 0.8rem;
  color: var(--muted);
}

.review-reply {
  font-size: 0.87rem !important;
  background: rgba(23, 97, 110, 0.08);
  border-radius: 8px;
  padding: 0.7rem 0.9rem;
  color: var(--ink-2) !important;
  border-left: 3px solid var(--sea);
}

.reviews-source {
  margin-top: 1.6rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.reviews-source a {
  color: var(--coral-dark);
  font-weight: 700;
  border-bottom: 1px solid rgba(232, 95, 51, 0.4);
}
.reviews-source a:hover { color: var(--coral); }

/* ---------- Kontakt ---------- */
.contact {
  padding: 5rem 0 4.5rem;
  background:
    radial-gradient(90% 70% at 100% 0%, rgba(255, 122, 77, 0.14), transparent 55%),
    var(--ink);
  color: rgba(255, 255, 255, 0.9);
}

.contact h2 { color: #fff; }
.contact .section-overline { color: var(--sun); }

.contact-grid {
  display: grid;
  gap: 2.8rem;
}

.contact-info > p { margin-bottom: 1rem; }

.contact-phone {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  font-weight: 700;
  color: var(--sun);
  margin: 0.4rem 0 0.2rem;
  transition: color 0.2s ease;
}
.contact-phone:hover { color: #fff; }

.contact-sub { color: rgba(255, 255, 255, 0.7); font-size: 0.95rem; }

.contact-rows {
  display: grid;
  gap: 1rem;
  margin: 1.6rem 0;
}
.contact-rows p {
  border-left: 3px solid var(--coral);
  padding-left: 1rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}
.contact-rows strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 0.2rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.contact-side {
  display: grid;
  gap: 1.4rem;
}

.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #dce6e4;
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.contact-form {
  background: var(--paper);
  color: var(--text);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  box-shadow: var(--shadow-lg);
}
.contact-form h3 {
  color: var(--ink);
  margin-bottom: 1.1rem;
  font-size: 1.4rem;
}
.contact-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0.8rem 0 0.3rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--sand);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(255, 122, 77, 0.18);
}
.contact-form textarea { resize: vertical; min-height: 96px; }
.contact-form .btn { margin-top: 1.1rem; width: 100%; }

.form-note {
  margin-top: 0.8rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* ---------- Footer ---------- */
.site-footer {
  background: #081d24;
  color: rgba(255, 255, 255, 0.65);
  padding: 2.2rem 0;
  font-size: 0.9rem;
}
.footer-inner {
  display: grid;
  gap: 0.4rem;
  text-align: center;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.footer-inner a { color: var(--sun); }
.footer-inner a:hover { color: #fff; }
.footer-meta { font-size: 0.8rem; color: rgba(255, 255, 255, 0.45); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 18, 22, 0.94);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.open { opacity: 1; visibility: visible; }

.lightbox-figure {
  width: min(900px, 92vw);
  text-align: center;
}
.lightbox-figure img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
}
.lightbox-figure figcaption {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
}

.lightbox button {
  color: #fff;
  font-size: 1.6rem;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, transform 0.2s ease;
}
.lightbox button:hover { background: rgba(255, 122, 77, 0.6); transform: scale(1.06); }

.lightbox-close {
  position: absolute;
  top: 16px; right: 16px;
}
.lightbox-prev { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox-next { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); }
.lightbox-prev:hover, .lightbox-next:hover { transform: translateY(-50%) scale(1.06); }

/* ---------- Reveal animacije ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

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

/* ---------- Tablet (>= 640px) ---------- */
@media (min-width: 640px) {
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .day-item { grid-template-columns: 1fr 1fr; align-items: center; }
  .day-item img { justify-self: end; }
  .scroll-hint { display: block; }
}

/* ---------- Desktop (>= 1024px) ---------- */
@media (min-width: 1024px) {
  .site-nav { display: flex; }
  .header-phone { display: inline; }
  .nav-toggle { display: none; }

  .hero-content { padding-top: 9rem; }

  .about { padding: 6.5rem 0; }
  .about-grid { grid-template-columns: 1.05fr 0.95fr; }

  .offer { padding: 6.5rem 0; }
  .offer-grid { grid-template-columns: repeat(4, 1fr); }

  .day { padding: 6.5rem 0; }
  .day-timeline { gap: 3rem; }

  .gallery, .reviews, .contact { padding-top: 6.5rem; }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }

  .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .map-frame iframe { height: 300px; }
}
