/* =========================================================
   TOM — obrt za proizvodnju i završne građevinske radove
   Paleta: tamna, topla radionica — drvo, bakar, prigušeno svjetlo
   ========================================================= */

:root {
  /* pozadine — slojevi tamne smeđe-crne */
  --bg-primary: #0f0d0a;
  --bg-secondary: #17130f;
  --surface: #221912;
  --surface-elevated: #2a1f17;

  /* drveni tonovi */
  --wood-700: #4a2f1f;
  --wood-600: #5a3925;
  --wood-500: #7a4a2d;
  --wood-300: #c69963;

  /* bakar / terakota akcent */
  --terracotta: #b86a3c;
  --terracotta-dark: #8f5029;
  --terracotta-light: #c47645;

  /* tekst */
  --ink: #f2eadf;
  --ink-soft: #c8b8a5;
  --ink-muted: #8f7b68;
  --white: #f2eadf;

  --card-bg: var(--surface);
  --line: rgba(255, 255, 255, 0.08);
  --line-copper: rgba(196, 118, 69, 0.35);
  --shadow: 0 24px 46px -20px rgba(0, 0, 0, 0.65);

  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1180px;
  --header-h: 84px;
  --edge-inset: 5px;
}

/* =========================================================
   SADRŽAJ (redoslijed sekcija u ovoj datoteci):
   1. OSNOVNO      — reset, tipografija, layout pomoćnici
   2. GUMBI
   3. HEADER
   4. HERO
   5. INTRO
   6. TEKSTUALNI PROZOR / PLACEHOLDER FOTOGRAFIJA
   7. KARTICE (opće) + VELIKE KARTICE USLUGA (početna)
   8. USLUGE (usluge.html)
   9. GALERIJA (galerija.html) + lightbox
   10. PROCES RADA
   11. ZAŠTO MI
   12. RECENZIJE
   13. FAQ
   14. KONTAKT / FORMA
   15. CTA BAND
   16. GALERIJA NA POČETNOJ (work-strip)
   17. SCROLL-REVEAL + bakreni spotlight
   18. FOOTER
   19. utility
   ========================================================= */

/* OSNOVNO (reset, tipografija, layout pomoćnici) */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink-soft); background: var(--bg-primary); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.3rem; }
.eyebrow { display: inline-block; font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terracotta-light); margin-bottom: 12px; }
.lead { font-size: 1,2rem; color: var(--ink-soft); max-width: 640px; margin-top: 5px; }
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
section { padding: 88px 0; }
@media (max-width: 720px) { section { padding: 56px 0; } }
main > section:first-child:not(.hero) { padding-top: 40px; }
@media (max-width: 720px) { main > section:first-child:not(.hero) { padding-top: 28px; } }
.bg-cream { background: var(--bg-secondary); }
.bg-dark { background: var(--bg-primary); }

/* GUMBI */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body); font-weight: 600; font-size: 0.98rem; padding: 14px 28px; border-radius: 6px; border: 1.5px solid transparent; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; }
.btn-primary { background: var(--wood-700); color: var(--ink-soft); font-weight: 500; }
.btn-primary:hover { background: var(--wood-600); transform: translateY(-1px); }
.btn-secondary { background: transparent; border-color: var(--line-copper); color: var(--ink); }
.btn-secondary:hover { background: var(--wood-700); border-color: var(--wood-700); color: var(--ink-soft); font-weight: 700; }
.btn-light { background: rgba(242, 234, 223, 0.1); border-color: rgba(242, 234, 223, 0.3); color: var(--ink); backdrop-filter: blur(6px); }
.btn-light:hover { background: rgba(242, 234, 223, 0.18); }
.btn-block { width: 100%; justify-content: center; }
.cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(15, 13, 10, 0.94); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); transition: box-shadow 0.3s ease, background-color 0.3s ease; }
.site-header.scrolled { background: rgba(12, 10, 8, 0.98); box-shadow: 0 18px 40px -24px rgba(0,0,0,0.75); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); max-width: none; width: 100%; padding: 0 var(--edge-inset) 0 32px; }
.logo { font-family: var(--font-head); font-size: 2.2rem; font-weight: 700; color: var(--ink); letter-spacing: 0.3em; line-height: 1; }
.logo span { display: block; font-family: var(--font-body); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--wood-300); line-height: 1.05; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; margin-right: 60px; }
.main-nav ul { display: flex; gap: 30px; }
.main-nav a { font-size: 0.95rem; font-weight: 500; color: var(--ink-soft); padding: 6px 0; border-bottom: 2px solid transparent; transition: border-color 0.2s ease, color 0.2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--terracotta-light); border-color: var(--terracotta-light); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-actions .btn { font-size: 0.98rem; padding: 6px 15px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); display: block; }
@media (max-width: 900px) {
  .main-nav { position: fixed; top: var(--header-h); left: 0; right: 0; margin-right: 0; height: calc(100vh - var(--header-h)); background: var(--bg-primary); flex-direction: column; align-items: flex-start; padding: 32px 24px; transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto; z-index: 199; }
  .main-nav.open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; gap: 4px; width: 100%; }
  .main-nav ul a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); width: 100%; }
  .header-actions { flex-direction: column; align-items: flex-start; width: 100%; margin-top: 24px; gap: 14px; }
  .nav-toggle { display: flex; }
}

/* HERO */
.hero { position: relative; height: calc(100vh - var(--header-h)); height: calc(100svh - var(--header-h)); display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; top: -12%; left: 0; right: 0; height: 124%; background-size: cover; background-position: 62% center; z-index: 0; will-change: transform; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10,8,6,0.28) 0%, rgba(10,8,6,0.5) 40%, rgba(8,6,4,0.82) 75%, rgba(6,5,3,0.9) 100%); }
.hero-inner { display: flex; justify-content: flex-end; width: 100%; max-width: none; padding: 0 var(--edge-inset) 0 32px; }
.hero-content { position: relative; z-index: 1; color: var(--ink); padding: clamp(24px, 6vw, 60px) 0; max-width: min(1040px, 92vw); text-align: right; margin-right: 60px; }
.hero-content .eyebrow { color: var(--wood-300); font-size: clamp(0.8rem, 1.7vw, 0.95rem); }
.hero-content h1 { color: var(--ink); text-shadow: 0 2px 18px rgba(0,0,0,0.5); font-size: clamp(2.6rem, 5.4vw, 4rem); }
.hero-content p.lead { color: rgba(242,234,223,0.88); margin-left: auto; font-size: clamp(1rem, 2.1vw, 1.35rem); max-width: 880px; }
.hero-content .cta-row { justify-content: flex-end; }
.hero-content .cta-row .btn { font-size: 1.08rem; padding: 16px 32px; }
@media (max-width: 700px) {
  .hero-media { background-position: 30% center; }
  .hero-media::after { background: linear-gradient(180deg, rgba(8,6,4,0.55) 0%, rgba(8,6,4,0.72) 45%, rgba(6,5,3,0.92) 100%); }
  .hero-inner { justify-content: flex-start; }
  .hero-content { text-align: left; max-width: 100%; margin-right: 0; }
  .hero-content p.lead { margin-left: 0; margin-top: 10px; font-size: 0.91rem; }
  .hero-content .cta-row { justify-content: flex-start; margin-top: 20px; gap: 12px; }
  .hero-content .cta-row .btn { padding: 12px 22px; font-size: 0.92rem; }
  .hero-break { display: none; }
}
.page-hero { position: relative; min-height: 46vh; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero .hero-content { padding: 48px 0 56px; max-width: 720px; }

/* INTRO */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 800px) { .intro-grid { grid-template-columns: 1fr; gap: 32px; } }
.intro-photo { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }

/* TEKSTUALNI PROZOR (npr. "O nama") — iste boje kao kartice */
.text-panel { background: var(--card-bg); border: 1px solid var(--line); border-radius: 10px; padding: 48px; }
@media (max-width: 700px) { .text-panel { padding: 28px; } }

/* PLACEHOLDER FOTOGRAFIJA */
.photo-placeholder { aspect-ratio: 4/3; border: 1.5px dashed var(--wood-500); border-radius: 8px; background: repeating-linear-gradient(135deg, rgba(196, 118, 69, 0.07) 0px, rgba(196, 118, 69, 0.07) 12px, transparent 12px, transparent 24px), var(--surface); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 26px; color: var(--ink-muted); }
.photo-placeholder svg { width: 40px; height: 40px; margin-bottom: 14px; opacity: 0.6; }
.photo-placeholder strong { display: block; font-family: var(--font-head); color: var(--ink); font-size: 1.02rem; margin-bottom: 6px; }
.photo-placeholder span { font-size: 0.84rem; max-width: 220px; }

/* KARTICE */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 980px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }
.card { background: var(--card-bg); border: 1px solid var(--line); border-radius: 10px; padding: 32px 26px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--terracotta); background: var(--surface-elevated); }
.card-num { font-family: var(--font-head); font-size: 1rem; color: var(--terracotta-light); font-weight: 700; margin-bottom: 14px; }
.card p { color: var(--ink-soft); margin-top: 10px; font-size: 0.97rem; }
.card-link { display: inline-block; margin-top: 16px; font-weight: 600; font-size: 0.92rem; color: var(--terracotta-light); border-bottom: 1px solid var(--terracotta); }

/* VELIKE KARTICE USLUGA SA SLIKOM (početna) */

/* samo ova sekcija je šira od ostatka stranice */
.services-section .container { max-width: 1480px; padding-left: 32px; padding-right: 32px; }
.service-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin: 0; }
.service-card { display: flex; flex-direction: column; background: var(--card-bg); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--terracotta); }
.service-card-img { aspect-ratio: 4 / 3; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-body { display: flex; flex-direction: column; flex: 1; padding: 34px 30px 36px; }
.service-card-body h3 { margin-bottom: 13px; font-size: 1.55rem; }
.service-card-body p { color: var(--ink-soft); font-size: 1.04rem; margin-bottom: 18px; }
.service-card-body .card-link { margin-top: auto; align-self: flex-start; }

/* tablet */
@media (max-width: 1100px) {
  .services-section .container { max-width: 100%; padding-left: 24px; padding-right: 24px; }
  .service-cards { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

/* mobitel */
@media (max-width: 620px) {
  .service-cards { grid-template-columns: 1fr; gap: 24px; }
  .service-card-body { padding: 26px 24px 28px; }
}

/* USLUGE (stranica usluge.html) */
.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--line); }
.service-block:first-child { padding-top: 0; }
.service-block:last-child { border-bottom: none; }
.service-block.reverse .service-photo { order: 2; }
.service-block .service-photo { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.service-block .service-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 800px) {
  .service-block, .service-block.reverse { grid-template-columns: 1fr; }
  .service-block.reverse .service-photo { order: 0; }
}
.checklist { margin-top: 18px; }
.checklist li { padding-left: 26px; position: relative; margin-bottom: 10px; color: var(--ink-soft); }
.checklist li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: var(--terracotta); border-radius: 50%; }

/* GALERIJA (stranica galerija.html) */
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.gallery-tab { padding: 10px 20px; border-radius: 30px; border: 1.5px solid var(--line); font-weight: 600; font-size: 0.9rem; background: var(--surface); color: var(--ink-soft); cursor: pointer; transition: border-color 0.2s ease, color 0.2s ease; }
.gallery-tab.active, .gallery-tab:hover { border-color: var(--terracotta); color: var(--terracotta-light); }
.gallery-category { margin-bottom: 64px; }
.gallery-category-head { max-width: 680px; margin-bottom: 26px; }
.gallery-category-head p { color: var(--ink-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; cursor: zoom-in; background: var(--surface); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px; font-size: 0.82rem; color: var(--ink); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); opacity: 0; transition: opacity 0.25s ease; }
.gallery-item:hover figcaption { opacity: 1; }

.lightbox { position: fixed; inset: 0; background: rgba(6, 5, 3, 0.96); z-index: 500; display: none; align-items: center; justify-content: center; padding: 40px 20px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 82vh; border-radius: 6px; }
.lightbox figcaption { color: var(--ink-soft); text-align: center; margin-top: 14px; font-size: 0.92rem; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; background: rgba(242,234,223,0.1); border: 1px solid var(--line); color: var(--ink); width: 44px; height: 44px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { border-color: var(--terracotta); color: var(--terracotta-light); }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
@media (max-width: 600px) { .lightbox-prev, .lightbox-next { width: 38px; height: 38px; } }

/* PROCES RADA */
.process-list { counter-reset: step; margin-top: 20px; }
.process-step { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-step:last-child { border-bottom: none; }
.process-step .step-num { font-family: var(--font-head); font-size: 2.4rem; color: var(--terracotta-light); font-weight: 600; }
@media (max-width: 600px) {
  .process-step { grid-template-columns: 50px 1fr; gap: 16px; }
  .process-step .step-num { font-size: 1.6rem; }
}
.process-step h3 { margin-bottom: 8px; }
.process-step p { color: var(--ink-soft); }

/* ZAŠTO MI */
.reasons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 44px; margin-top: 20px; }
@media (max-width: 700px) { .reasons-grid { grid-template-columns: 1fr; } }
.reason { display: flex; gap: 18px; }
.reason .reason-icon { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--surface); border: 1px solid var(--line-copper); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; color: var(--terracotta-light); }
.reason h3 { font-size: 1.08rem; margin-bottom: 6px; }
.reason p { color: var(--ink-soft); font-size: 0.96rem; }

/* RECENZIJE */
.testimonial-card { background: var(--card-bg); border: 1px dashed var(--wood-500); border-radius: 10px; padding: 30px; }
.testimonial-card .stars { color: var(--terracotta-light); letter-spacing: 3px; margin-bottom: 12px; }
.testimonial-card p.quote { font-style: italic; color: var(--ink-soft); margin-bottom: 14px; }
.testimonial-card .who { font-weight: 600; font-size: 0.92rem; color: var(--ink); }
.testimonial-note { margin-top: 18px; font-size: 0.85rem; color: var(--ink-muted); }
.review-card { background: var(--card-bg); border: 1px solid var(--line); border-radius: 10px; padding: 30px; box-shadow: var(--shadow); }
.review-card .review-source { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 0.78rem; font-weight: 700; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.review-card .review-source svg { width: 16px; height: 16px; }
.review-card .stars { color: var(--terracotta-light); letter-spacing: 3px; margin-bottom: 12px; }
.review-card p.quote { color: var(--ink); margin-bottom: 14px; font-size: 1.02rem; }
.review-card .who { font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 4px; font-family: var(--font-head); font-size: 1.08rem; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.6rem; color: var(--terracotta-light); flex: none; transition: transform 0.2s ease; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-answer { padding: 0 4px 24px; color: var(--ink-soft); max-width: 760px; }
.faq-compact { margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--line); }
.faq-compact .faq-compact-head { max-width: 640px; margin-bottom: 20px; }
.faq-compact .faq-compact-head h3 { font-size: 1.25rem; margin-bottom: 6px; }
.faq-compact .faq-compact-head p { color: var(--ink-soft); font-size: 0.92rem; }
.faq-compact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
@media (max-width: 700px) { .faq-compact-grid { grid-template-columns: 1fr; } }
.faq-compact .faq-item summary { font-size: 0.96rem; padding: 16px 2px; }
.faq-compact .faq-item summary::after { font-size: 1.3rem; }
.faq-compact .faq-item .faq-answer { font-size: 0.9rem; padding-bottom: 16px; }

/* KONTAKT / FORMA */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 26px; }
.contact-info-item .ci-label { font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--terracotta-light); margin-bottom: 4px; }
.contact-info-item .ci-value { font-size: 1.05rem; color: var(--ink); }
.form-card { background: var(--surface-elevated); border: 1px solid var(--line); border-radius: 12px; padding: 40px; box-shadow: var(--shadow); }
@media (max-width: 600px) { .form-card { padding: 26px; } }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 6px; font-family: var(--font-body); font-size: 0.96rem; background: var(--bg-primary); color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-muted); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--terracotta); background: var(--surface); }
.field textarea { resize: vertical; min-height: 120px; }
.field-hint { font-size: 0.8rem; color: var(--ink-muted); margin-top: 6px; }
.form-note { font-size: 0.85rem; color: var(--ink-muted); margin-top: 16px; text-align: center; }

/* CTA BAND */
.cta-band { background: var(--surface-elevated); border: 1px solid var(--line-copper); border-radius: 14px; padding: 56px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: var(--ink); margin-bottom: 6px; }
.cta-band p { color: var(--ink-soft); }
@media (max-width: 700px) { .cta-band { padding: 36px 26px; text-align: center; justify-content: center; } }

/* GALERIJA NA POČETNOJ (work-strip) */
.work-strip { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 16px; height: 560px; }
.work-strip a:first-child { grid-row: span 2; }
.work-strip a { position: relative; border-radius: 8px; overflow: hidden; display: block; }
.work-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.work-strip a:hover img { transform: scale(1.05); }
.work-strip span { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; color: var(--ink); font-weight: 600; font-size: 0.95rem; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); }
@media (max-width: 800px) {
  .work-strip { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 220px); height: auto; gap: 12px; }
  .work-strip a:first-child { grid-row: span 1; grid-column: span 2; }
}
@media (max-width: 480px) {
  .work-strip { grid-template-columns: 1fr; grid-template-rows: repeat(5, 220px); }
  .work-strip a:first-child { grid-column: span 1; }
}

/* SCROLL-REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(.16,.8,.3,1), transform 0.7s cubic-bezier(.16,.8,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* BAKRENI SPOTLIGHT (prati kursor) */
.glow-surface { position: relative; isolation: isolate; }
.glow-surface::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; transition: opacity 0.35s ease; background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(196, 118, 69, 0.16), transparent 70%); }
.glow-surface:hover::before { opacity: 1; }
@media (max-width: 700px) { .glow-surface::before { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .glow-surface::before { display: none; }
  .hero-media { transform: none !important; }
}

/* FOOTER */
.site-footer { background: var(--bg-primary); color: var(--ink-muted); padding: 64px 0 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1.1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--ink); font-family: var(--font-body); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid .logo { color: var(--ink); margin-bottom: 12px; }
.footer-grid p { font-size: 0.92rem; margin-bottom: 8px; }
.footer-grid ul li { margin-bottom: 10px; }
.footer-grid a:hover { color: var(--terracotta-light); }
.footer-grid > div:last-child { text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 24px; font-size: 0.82rem; }

/* utility */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
