/* =========================================================
   Gajnice.Com — minimal moderni sloj preko Gridzone teme
   Paleta: šumsko zelena (Medvednica), kesten, krem
   ========================================================= */

:root {
  --gj-green: #1f4d33;
  --gj-green-dark: #14331f;
  --gj-green-light: #2f7350;
  --gj-chestnut: #8a4b25;
  --gj-amber: #d99a2b;
  --gj-cream: #f7f3e9;
  --gj-paper: #ffffff;
  --gj-ink: #16201a;
  --gj-muted: #71786f;
  --gj-line: #e6e1d5;
  --gj-radius: 4px;
}

body,
body.home,
body.blog {
  background: var(--gj-cream);
  color: var(--gj-ink);
  font-family: "Source Sans 3", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

h1, h2, h3, h4,
.entry-title,
.site-title {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  letter-spacing: -0.015em;
  color: var(--gj-green-dark);
  font-weight: 700;
}

a { color: var(--gj-green); text-decoration: none; }
a:hover { color: var(--gj-chestnut); }

/* ---------- Zaglavlje: tiho, jednolinijsko ---------- */

#header {
  background: var(--gj-green);
  border-bottom: 0;
  box-shadow: none;
}
#header .group { padding: 6px 20px; }
#header .site-title a,
#header .site-description { color: #fff; }

.gj-brand { display: flex; align-items: center; gap: 10px; }
.gj-brand img { width: 34px; height: 34px; display: block; }
.gj-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.gj-brand-text strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.01em;
}
.gj-brand-text span {
  font-size: 10px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .18em;
}

#nav-header-nav .menu li a {
  color: rgba(255,255,255,.9);
  font-weight: 600;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
}
#nav-header-nav .menu li a:hover { color: var(--gj-amber); }
#nav-header-nav .menu ul { border: 1px solid var(--gj-line); box-shadow: none; }
#nav-header-nav .menu ul li a { color: var(--gj-ink); font-size: 14px; }

/* ---------- Naslovnica: mirni hero ---------- */

.gj-hero {
  position: relative;
  border-radius: var(--gj-radius);
  overflow: hidden;
  margin-bottom: 40px;
  background: var(--gj-green-dark);
}
.gj-hero img { width: 100%; height: 380px; object-fit: cover; opacity: .6; display: block; }
.gj-hero-inner {
  position: absolute;
  inset: auto 0 0 0;
  padding: 32px 30px;
  background: linear-gradient(to top, rgba(20,51,31,.9), rgba(20,51,31,0));
}
.gj-hero-inner h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 8px;
  max-width: 22em;
}
.gj-hero-inner p { color: rgba(255,255,255,.8); margin: 0; max-width: 44em; font-size: 16px; }

/* ---------- Brze veze: tipografske, bez kartica ---------- */

.gj-quick {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0;
  margin: 0 0 44px;
  border-top: 1px solid var(--gj-line);
  border-left: 1px solid var(--gj-line);
}
.gj-quick a {
  display: block;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--gj-line);
  border-bottom: 1px solid var(--gj-line);
  border-radius: 0;
  padding: 16px 14px;
  transition: background .15s ease;
}
.gj-quick a:hover { background: rgba(255,255,255,.7); transform: none; }
.gj-quick strong {
  display: block;
  color: var(--gj-green-dark);
  font-family: Fraunces, Georgia, serif;
  font-size: 17px;
  margin-bottom: 2px;
}
.gj-quick span { font-size: 13px; color: var(--gj-muted); line-height: 1.4; display: block; }

/* ---------- Objave: plošne, bez okvira ---------- */

.masonry-inner {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--gj-line);
  border-radius: 0;
  box-shadow: none;
  padding: 20px 0 8px;
}
.masonry-item .entry-top { margin-bottom: 14px; }
.masonry-item .entry-thumbnail img { border-radius: var(--gj-radius); }
.masonry-inner .entry-title { font-size: 22px; line-height: 1.25; margin: 0 0 8px; }
.masonry-inner .entry-title a { color: var(--gj-green-dark); }
.masonry-inner .entry-title a:hover { color: var(--gj-chestnut); }
.masonry-inner .entry-meta { color: var(--gj-muted); font-size: 15px; }
.masonry-inner ul.entry-meta { border-top: 0; }

.post-wrapper,
.page .post-wrapper {
  background: var(--gj-paper);
  border: 1px solid var(--gj-line);
  border-radius: var(--gj-radius);
  box-shadow: none;
}

.entry-category a,
.entry-category {
  background: transparent;
  color: var(--gj-chestnut) !important;
  padding: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
}

/* pojedinačni članak */
.single .entry-title { font-size: 38px; line-height: 1.1; }
.single .entry-meta { border: 0; }
.entry { font-size: 17.5px; }
.entry h2 { font-size: 27px; margin-top: 34px; }
.entry h3 { font-size: 21px; margin-top: 26px; }

/* ---------- Bočni stupac ---------- */

.sidebar .widget h3 span {
  color: var(--gj-green-dark);
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.sidebar-content .widget {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--gj-line);
  border-radius: 0;
  padding: 16px 0 0;
  margin-bottom: 30px;
}

.gj-links { list-style: none; margin: 0; padding: 0; }
.gj-links li { border-bottom: 0; }
.gj-links a { display: block; padding: 6px 0; font-weight: 600; font-size: 15px; }

/* ---------- AdSense slotovi ---------- */

.gj-ad {
  margin: 30px 0;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gj-line);
  border-radius: var(--gj-radius);
  background: transparent;
  color: #b6b2a6;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.gj-ad ins { display: block; width: 100%; }

/* ---------- Tablice (Vodič, Imenik, Kalendar) ---------- */

.entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15.5px;
}
.entry table th {
  background: transparent;
  color: var(--gj-green-dark);
  text-align: left;
  padding: 10px 10px 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  border-bottom: 2px solid var(--gj-green);
}
.entry table td { padding: 11px 10px; border-bottom: 1px solid var(--gj-line); vertical-align: top; }
.entry table tr:nth-child(even) td { background: transparent; }

@media (max-width: 640px) {
  .entry table thead { display: none; }
  .entry table, .entry table tbody, .entry table tr, .entry table td { display: block; width: 100%; }
  .entry table tr {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--gj-line);
    border-radius: 0;
    margin-bottom: 10px;
    padding: 8px 0;
  }
  .entry table td { border: 0; padding: 4px 0; }
  .entry table td:first-child { font-weight: 700; color: var(--gj-green-dark); }
}

/* ---------- Oznake ---------- */

.gj-badge {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.gj-badge-verified { background: transparent; color: var(--gj-green); border: 1px solid var(--gj-green-light); }
.gj-badge-featured { background: transparent; color: var(--gj-chestnut); border: 1px solid var(--gj-amber); }
.gj-badge-unverified { background: transparent; color: var(--gj-muted); border: 1px solid var(--gj-line); }

/* ---------- „Znate više?" blok ---------- */

.gj-know {
  margin: 34px 0 0;
  padding: 0 0 0 18px;
  border-left: 2px solid var(--gj-amber);
  background: transparent;
  border-radius: 0;
}
.gj-know h4 { margin: 0 0 4px; font-size: 17px; }
.gj-know p { margin: 0; color: var(--gj-muted); font-size: 15.5px; }
.gj-know a { font-weight: 700; color: var(--gj-chestnut); }

/* ---------- Podnožje ---------- */

#footer { background: var(--gj-green-dark); }
#footer, #footer a, #copyright, #credit { color: rgba(255,255,255,.72); }
#footer a:hover { color: var(--gj-amber); }
.gj-footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  padding: 44px 20px 16px;
}
.gj-footer-cols h4 {
  color: rgba(255,255,255,.55);
  font-family: "Source Sans 3", sans-serif;
  font-size: 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.gj-footer-cols ul { list-style: none; margin: 0; padding: 0; font-size: 14.5px; }
.gj-footer-cols li { padding: 3px 0; }

/* ---------- Pristupačnost / mobitel ---------- */

@media (max-width: 767px) {
  body { font-size: 16px; }
  .gj-hero img { height: 240px; }
  .gj-hero-inner { padding: 22px 18px; }
  .gj-hero-inner h2 { font-size: 26px; }
  .single .entry-title { font-size: 27px; }
  .gj-brand-text strong { font-size: 19px; }
}

/* Sigurnosni sloj: nikad ne prikazuj datume/autora, čak i ako je na
   serveru ostao stari predložak teme. */
.entry-date,
.entry-meta .entry-date,
.entry-author,
.author-bio,
.post-date,
.published,
.updated {
  display: none !important;
}
