/*
THEME NAME: INITIA WEB STUDIO
THEME URI: https://example.com
AUTHOR: INITIA
VERSION: 1.0
*/

:root{
  --BG:#0B0B0B;
  --BG2:#111111;
  --CARD:#141414;
  --TEXT:#FFFFFF;
  --MUTED:#CFCFCF;
  --GOLD:#D4AF37;
  --GOLD2:#B68D40;
  --LINE:rgba(212,175,55,.35);
  --SHADOW: 0 10px 40px rgba(0,0,0,.55);
  --R:16px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--BG);color:var(--TEXT);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1120px,92vw);margin:0 auto}

.upper{letter-spacing:.08em;text-transform:uppercase}
.small{font-size:.95rem;color:var(--MUTED)}
.gold{color:var(--GOLD)}
.hr{height:1px;background:var(--LINE);border:0;margin:28px 0}

/* NAV */
.nav{
  position:fixed;left:0;top:0;right:0;z-index:50;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(11,11,11,.72), rgba(11,11,11,.30));
  border-bottom:1px solid rgba(212,175,55,.15);
  transition:all .25s ease;
}
.nav.shrink{
  background: rgba(11,11,11,.92);
  border-bottom:1px solid rgba(212,175,55,.35);
}
.nav .row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:34px;width:auto}
.menu{display:flex;gap:18px;align-items:center}
.menu a{opacity:.9}
.menu a:hover{opacity:1}
.cta{display:flex;gap:10px;align-items:center}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:999px;
  border:1px solid rgba(212,175,55,.35);
  background: rgba(212,175,55,.08);
  box-shadow: 0 0 0 rgba(212,175,55,0);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: 0 10px 30px rgba(212,175,55,.18)}
.btn.goldfill{
  background: linear-gradient(135deg, var(--GOLD), var(--GOLD2));
  border-color: rgba(0,0,0,.0);
  color:#0B0B0B;
}
.btn.ghost{
  background: transparent;
}

/* WOW BUTTON SHINE */
.btn.goldfill{ position:relative; overflow:hidden; }
.btn.goldfill::before{
  content:"";
  position:absolute;
  top:-80%;
  left:-40%;
  width:60%;
  height:260%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: rotate(22deg);
  opacity:0;
  transition: opacity .25s ease;
}
.btn.goldfill:hover::before{
  opacity:1;
  animation: shine 1s ease;
}
@keyframes shine{
  0%{ transform: translateX(-120%) rotate(22deg); }
  100%{ transform: translateX(220%) rotate(22deg); }
}
.btn.goldfill:hover{
  box-shadow: 0 14px 40px rgba(212,175,55,.25);
}

/* HERO */
.hero{
  position:relative;min-height:100svh;display:grid;place-items:center;
  overflow:hidden;
}
.hero video{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  filter: brightness(.60) contrast(1.05);
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(60% 50% at 50% 30%, rgba(212,175,55,.18), transparent 60%),
    linear-gradient(to bottom, rgba(11,11,11,.10), rgba(11,11,11,.85));
}
.hero::after{
  /* FINI “GRAIN” EFEKT */
  content:"";position:absolute;inset:-40%;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  opacity:.30;mix-blend-mode:overlay;animation: grain 8s steps(10) infinite;
}
@keyframes grain{
  0%{transform:translate(0,0)} 20%{transform:translate(-5%,3%)}
  40%{transform:translate(4%,-2%)} 60%{transform:translate(-3%,-4%)}
  80%{transform:translate(6%,2%)} 100%{transform:translate(0,0)}
}

/* OPTIONAL PARTICLES OVERLAY (IF DIV EXISTS) */
.hero .particles{
  position:absolute; inset:0; pointer-events:none;
  opacity:.55;
  background:
    radial-gradient(circle at 15% 20%, rgba(212,175,55,.16), transparent 35%),
    radial-gradient(circle at 70% 35%, rgba(212,175,55,.12), transparent 38%),
    radial-gradient(circle at 40% 80%, rgba(212,175,55,.10), transparent 45%);
  filter: blur(0.2px);
  animation: floatParticles 10s ease-in-out infinite;
}
@keyframes floatParticles{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}

.hero-inner{position:relative;text-align:center;padding:120px 0 72px}
.kicker{opacity:.9}
.h1{
  font-size: clamp(2.3rem, 5vw, 4rem);
  margin:14px 0 10px;
  letter-spacing:.14em;
}
.tagline{
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color:var(--MUTED);
  margin:0 auto 24px;
  width:min(720px,92vw);
}
.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.hero-line{
  width:min(540px,86vw);height:1px;margin:28px auto 0;background:linear-gradient(90deg, transparent, rgba(212,175,55,.7), transparent);
}

/* SECTIONS */
.section{padding:86px 0;background:var(--BG)}
.section.alt{background:linear-gradient(to bottom, var(--BG), var(--BG2))}
.h2{margin:0 0 10px;font-size: clamp(1.6rem, 3vw, 2.2rem);letter-spacing:.12em}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}

/* CARDS: ALWAYS VISIBLE (NO “MISSING CONTENT” EVER) */
.card{
  background: rgba(20,20,20,.78);
  border:1px solid rgba(212,175,55,.18);
  border-radius: var(--R);
  padding:22px;
  box-shadow: var(--SHADOW);
  position:relative;overflow:hidden;

  opacity:1;
  transform: translateY(0);
  transition: transform .35s ease, border-color .25s ease;
}
.card::after{
  content:"";position:absolute;inset:-40%;
  background: radial-gradient(circle at 30% 20%, rgba(212,175,55,.18), transparent 45%);
  opacity:.7;pointer-events:none;
}
.card:hover{border-color: rgba(212,175,55,.35); transform: translateY(-2px);}

.icon{
  width:44px;height:44px;border-radius:12px;
  display:grid;place-items:center;
  background: rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.25);
  margin-bottom:12px;
}
.card h3{margin:6px 0 8px;letter-spacing:.10em}
.card p{margin:0;color:var(--MUTED);line-height:1.6}

/* PORTFOLIO: ALWAYS VISIBLE */
.work{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
.work a{
  border-radius:18px;overflow:hidden;position:relative;
  border:1px solid rgba(212,175,55,.16);
  background: #0E0E0E;
  min-height:220px;

  opacity:1;
  transform: translateY(0);
  transition: transform .35s ease, border-color .25s ease;
}
.work a:hover{border-color: rgba(212,175,55,.38); transform: translateY(-2px);}
.work .overlay{
  position:absolute;inset:0;
  background: linear-gradient(to top, rgba(11,11,11,.92), rgba(11,11,11,.15));
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:18px;
}
.badge{
  display:inline-flex;gap:8px;align-items:center;
  color:#0B0B0B;
  background:linear-gradient(135deg,var(--GOLD),var(--GOLD2));
  padding:8px 12px;border-radius:999px;
  font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;
  width:fit-content
}
.work h4{margin:12px 0 6px;letter-spacing:.10em}
.work span{color:var(--MUTED);font-size:.95rem}

/* CONTACT */
.form{
  background: rgba(20,20,20,.72);
  border:1px solid rgba(212,175,55,.22);
  border-radius: var(--R);
  padding:22px;
  box-shadow: var(--SHADOW);
}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
input,textarea{
  background:#0E0E0E;border:1px solid rgba(212,175,55,.18);
  color:var(--TEXT);border-radius:12px;padding:12px 12px;outline:none;
}
input:focus,textarea:focus{border-color: rgba(212,175,55,.45); box-shadow: 0 0 0 4px rgba(212,175,55,.10)}
textarea{min-height:140px;resize:vertical}

/* FOOTER */
.footer{padding:34px 0;border-top:1px solid rgba(212,175,55,.14);background:var(--BG)}
.footer .row{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.footer a{opacity:.9}
.footer a:hover{opacity:1}

/* REVEAL: MAKE IT SAFE (VISIBLE BY DEFAULT) */
.reveal{
  opacity:1;
  transform:none;
}

/* RESPONSIVE */
@media (max-width: 900px){
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .work{grid-template-columns:1fr}
  .menu{display:none}
}
/* SAFE SCROLL REVEAL (radi samo kad je JS aktivan) */
.js-on .card,
.js-on .work a{
  opacity:0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}

.js-on .card.in-view,
.js-on .work a.in-view{
  opacity:1;
  transform: translateY(0);
}

/* ===== INITIA PREMIUM PATCH (bez rezanja) ===== */
:root{
  --FONT-HEAD:'Orbitron', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --FONT-BODY:'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
html,body{font-family:var(--FONT-BODY);}
.h1,.h2,h1,h2,h3,.brand,.menu,.kicker{font-family:var(--FONT-HEAD);}

/* Layout: više zraka (premium) */
.container.narrow{width:min(1060px,92vw); margin:0 auto;}
.headline{max-width:860px; margin:0 auto;}
.lead{font-size: clamp(1.05rem, 2vw, 1.25rem); line-height:1.8; color:var(--MUTED); margin: 10px 0 0;}
.section{padding:92px 0;}
.grid-2{gap:22px;}
.grid-3{gap:18px;}
.card{padding:26px;}

/* Header nije sticky */
.nav{position:relative !important; top:auto !important;}
body{padding-top:0 !important;}

/* Gumbi: zlatni tekst, bez pozadine, bez plavih hovera */
.btn{
  background: transparent !important;
  border: 1px solid rgba(212,175,55,.55) !important;
  color: var(--GOLD) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}
.btn:hover{
  border-color: rgba(212,175,55,.85) !important;
  box-shadow: 0 10px 40px rgba(212,175,55,.12) !important;
  transform: translateY(-1px);
}
.btn:active{
  transform: translateY(0);
}
.btn.goldfill,.btn.ghost,.btn.blueoutline{
  background: transparent !important;
  color: var(--GOLD) !important;
  border-color: rgba(212,175,55,.55) !important;
}

/* Ukloni podcrtavanja */
a{text-decoration:none;}
a:hover{text-decoration:none;}

/* Kontakt “KV” blokovi */
.kv{display:flex; gap:14px; align-items:flex-start; padding:14px 0; border-bottom:1px solid rgba(212,175,55,.14);}
.kv:last-child{border-bottom:0}
.kv-title{font-size:.82rem; opacity:.85; letter-spacing:.12em;}
.kv-value{display:inline-block; margin-top:6px; color:var(--TEXT); opacity:.92;}
.kv-value:hover{opacity:1; color:var(--GOLD);}

/* Ikone: suptilno zlatne */
.ico{width:40px; height:40px; border-radius:14px; display:grid; place-items:center;
  background: rgba(212,175,55,.08); border:1px solid rgba(212,175,55,.22);}
.ico svg{width:20px; height:20px; fill:var(--GOLD); opacity:.9;}

/* Portfolio */
.work{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
.work-card{
  position:relative; border-radius:18px; overflow:hidden; min-height:300px;
  border:1px solid rgba(212,175,55,.18);
  background: linear-gradient(to top, rgba(5,5,9,.90), rgba(5,5,9,.10)), var(--thumb);
  background-size:cover; background-position:center;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.work-card:hover{
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.38);
  box-shadow: 0 22px 80px rgba(0,0,0,.60);
}
.work-overlay{position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:18px;
  background: linear-gradient(to top, rgba(5,5,9,.94), rgba(5,5,9,.18));}
.work-badge{width:fit-content; padding:8px 12px; border-radius:999px;
  background: linear-gradient(135deg, var(--GOLD), var(--GOLD2));
  color:#0B0B0B; font-weight:800; letter-spacing:.12em; font-size:.78rem;}

/* Forma */
.form button.btn{width:100%;}
input,textarea,select{
  background: rgba(255,255,255,.03) !important;
  border:1px solid rgba(212,175,55,.22) !important;
  border-radius:14px !important;
}
input:focus,textarea:focus,select:focus{
  border-color: rgba(212,175,55,.55) !important;
  box-shadow: 0 0 0 4px rgba(212,175,55,.10) !important;
}

/* Animacije: premium reveal (pojavljuje se, ne nestaje) */
.reveal{transition: opacity .7s ease, transform .7s ease;}
.pre-reveal{opacity:0; transform: translateY(18px);}
.in-view{opacity:1; transform: translateY(0);}

/* Mobile */
@media (max-width:900px){
  .work{grid-template-columns:1fr;}
  .work-card{min-height:250px;}
  .btn{padding:10px 14px !important; font-size:.92rem !important;}
  .section{padding:78px 0;}
}

/* ===== HEADER (premium, čisto) ===== */
.site-header{
  border-bottom:1px solid rgba(212,175,55,.14);
  background: rgba(11,11,11,.70);
  backdrop-filter: blur(10px);
}
.nav-wrap{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px;}
.brand-text{letter-spacing:.14em;}
.nav-right{display:flex; align-items:center; gap:12px;}
.nav-phone{opacity:.92;}
.nav-phone strong{color:var(--GOLD);}

.social{display:flex; gap:10px; align-items:center;}
.social a{
  width:34px; height:34px; border-radius:999px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
}
.social a:hover{border-color: rgba(212,175,55,.22);}

.menu-toggle{
  width:42px; height:42px; border-radius:999px;
  background: transparent;
  border:1px solid rgba(212,175,55,.35);
  display:grid; place-items:center;
  cursor:pointer;
}
.menu-toggle span{
  display:block; width:18px; height:2px; background: rgba(212,175,55,.85);
  margin:2px 0; border-radius:2px;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-4px) rotate(-45deg); }

.site-menu{max-height:0; overflow:hidden; border-top:1px solid rgba(212,175,55,.10); transition:max-height .25s ease;}
.site-menu.is-open{max-height:320px;}
.menu-inner{display:flex; gap:18px; align-items:center; flex-wrap:wrap; padding:14px 0 18px;}
.menu-link{opacity:.9}
.menu-link:hover{opacity:1; color:var(--GOLD);}
.menu-cta{margin-left:auto;}

@media (max-width: 900px){
  .nav-phone{display:none;}
  .menu-inner{flex-direction:column; align-items:stretch; gap:12px;}
  .menu-cta{width:100%; text-align:center; margin-left:0;}
}

/* ===== PREMIUM HEADER TWEAKS ===== */
.nav-wrap{justify-content:space-between;}
.brand{margin-right:auto;}
.brand img, .brand .custom-logo{height:30px !important; width:auto !important;}
.custom-logo-link{display:flex; align-items:center;}
/* ako WP ubaci inline style, ovo ga smiri */
.custom-logo{max-height:30px !important;}

/* social ikone da budu vidljive */
.social a{background: transparent !important; border:1px solid rgba(212,175,55,.18) !important;}
.social a:hover{border-color: rgba(212,175,55,.35) !important;}
.social-ico{display:block !important; opacity:1 !important;}
.social-ico.ig{fill:#E1306C !important;}
.social-ico.fb{fill:#1877F2 !important;}

/* malo zategni desnu stranu */
.nav-right{gap:10px;}
.menu-toggle{margin-left:6px;}

/* ===== FIX: LOGO U HEADERU (mala ikona lijevo) ===== */
.site-header .brand{display:flex; align-items:center; margin-right:auto;}
.site-header .brand img,
.site-header .brand .custom-logo,
.site-header .brand svg{
  height: 30px !important;
  width: auto !important;
  max-height: 30px !important;
  max-width: 180px !important;
}
.site-header .custom-logo-link{display:flex; align-items:center;}
/* spriječi rastezanje ako tema/wordpress doda width:100% */
.site-header .custom-logo{display:block !important;}

/* ===== PREMIUM ICONS (elegant line) ===== */
.card .icon{
  width:60px; height:60px;
  border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(212,175,55,.18);
}
.card .icon svg{
  width:34px; height:34px;
  fill:none;
  stroke: var(--GOLD);
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ===== FIX: HEADER LOGO NE SMIJE BITI VELIK ===== */
.site-header .custom-logo-link img.custom-logo{
  height: 30px !important;
  width: auto !important;
  max-height: 30px !important;
  max-width: 180px !important;
}
.site-header .brand-text{
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: .12em;
}

/* ===== LOCK: HEADER LOGO (NE MOŽE SE RAZVUĆI) ===== */
.site-header .brand{flex:0 0 auto !important;}
.site-header .custom-logo-link,
.site-header .custom-logo-link img{
  display:block !important;
}
.site-header .custom-logo-link img,
.site-header img.custom-logo{
  height:30px !important;
  max-height:30px !important;
  width:auto !important;
  max-width:180px !important;
}
.site-header .brand-text{
  font-size:18px !important;
  line-height:1 !important;
}
/* HERO VIDEO FULL WIDTH */
.hero{width:100%;}
.hero video{width:100% !important;}

/* ===== V8: LOGO KAO IKONA (ZAKLJUČANO 32x32) ===== */
.site-header .custom-logo-link{
  max-width:32px !important;
  width:32px !important;
}
.site-header img.custom-logo,
.site-header .custom-logo-link img{
  width:32px !important;
  height:32px !important;
  max-width:32px !important;
  max-height:32px !important;
  object-fit:contain !important;
}
/* ako WP doda figure oko loga */
.site-header .custom-logo-link,
.site-header .custom-logo-link img{flex:0 0 auto !important;}


/* ===== FINAL HEADER ALIGN FIX ===== */
.site-header .nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.site-header .brand{
  margin-right:auto;
  display:flex;
  align-items:center;
}

.site-header .custom-logo-link{
  display:flex;
  align-items:center;
}

.site-header .custom-logo-link img,
.site-header img.custom-logo{
  height:40px !important;
  max-height:40px !important;
  width:auto !important;
  max-width:none !important;
}

.nav-right{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:14px;
}



/* ===== LOGO FINAL FIX ===== */
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  margin-right:auto;
  display:flex;
  align-items:center;
}

.custom-logo{
  height:48px !important;
  width:auto !important;
  max-height:48px !important;
}

.nav-right{
  display:flex;
  align-items:center;
  gap:16px;
}


/* ===== HOTFIX: vrati premium header + hamburger, veći logo ===== */
.site-header .brand{margin-right:auto; display:flex; align-items:center;}
.site-header .brand .custom-logo{
  height:56px !important;
  max-height:56px !important;
  width:auto !important;
  max-width: 240px !important;
  display:block !important;
}
.nav-phone{opacity:.95;}
.nav-phone strong{color:var(--GOLD);}
.social-ico.ig{fill:#E1306C !important;}
.social-ico.fb{fill:#1877F2 !important;}


/* ===== LOGO 60PX + SCRIPT TEXT ===== */
.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.custom-logo{
  height:60px !important;
  max-height:60px !important;
  width:auto !important;
}

.brand-script{
  font-family: 'Playfair Display', serif;
  font-size:22px;
  font-weight:500;
  letter-spacing:0.5px;
}


/* ===== BRAND TEXT TWEAK (manje + pisani font) ===== */
.brand-script{
  font-family: 'Allura', 'Great Vibes', cursive !important;
  font-size:18px !important;
  font-weight:400 !important;
  letter-spacing:.3px !important;
  opacity:.92;
}
@media (max-width:900px){
  .brand-script{font-size:16px !important;}
}

/* Social brand boje + vidljivost */
.social-ico{display:block !important;}
.social-ico.ig{fill:#E1306C !important;}
.social-ico.fb{fill:#1877F2 !important;}

/* ===== PREMIUM HOME ADDONS ===== */
.section-tight{padding:70px 0;}
.timeline{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.step{
  background: rgba(20,20,20,.70);
  border:1px solid rgba(212,175,55,.18);
  border-radius: 18px;
  padding:16px 14px;
  box-shadow: var(--SHADOW);
  position:relative;
  overflow:hidden;
  transform: translateY(8px);
  opacity:0;
  transition: opacity .7s ease, transform .7s ease, border-color .25s ease;
}
.step.in-view{opacity:1; transform: translateY(0);}
.step:hover{border-color: rgba(212,175,55,.35);}
.step::after{
  content:"";
  position:absolute; inset:-40%;
  background: radial-gradient(circle at 30% 20%, rgba(212,175,55,.16), transparent 45%);
  opacity:.65; pointer-events:none;
}
.step .num{
  width:44px; height:44px;
  border-radius:14px;
  display:grid; place-items:center;
  background: rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.22);
  font-weight:800;
  letter-spacing:.08em;
}
.step .txt{margin-top:12px;}
.step .ttl{font-size:.95rem; letter-spacing:.12em; margin-bottom:6px;}
.step .desc{color:var(--MUTED); line-height:1.5; font-size:.95rem;}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.stat{padding:22px;}
.stat-top{display:flex; align-items:baseline; justify-content:space-between; gap:14px; margin-bottom:10px;}
.stat-big{font-size:1.35rem; letter-spacing:.12em;}
.stat-small{font-size:.8rem; color:var(--MUTED); letter-spacing:.16em;}

.cta-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px;
  border-radius: 18px;
  border:1px solid rgba(212,175,55,.22);
  background: rgba(20,20,20,.72);
  box-shadow: var(--SHADOW);
}
.cta-actions{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end;}

@media (max-width: 1100px){
  .timeline{grid-template-columns:repeat(3,1fr);}
  .stats-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 700px){
  .timeline{grid-template-columns:1fr;}
  .stats-grid{grid-template-columns:1fr;}
  .cta-panel{flex-direction:column; align-items:flex-start;}
  .cta-actions{justify-content:flex-start;}
}


/* ===== PREMIUM SHOWCASE ===== */
.premium-showcase{
  background: linear-gradient(to bottom, var(--BG2), var(--BG));
}

.showcase-grid{
  margin-top: 34px;
  gap: 22px;
}

.showcase-card{
  background: rgba(20,20,20,.72);
  border: 1px solid rgba(212,175,55,.18);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--SHADOW);
  transition: transform .35s ease, border-color .25s ease, box-shadow .35s ease;
}

.showcase-card:hover{
  transform: translateY(-4px);
  border-color: rgba(212,175,55,.42);
  box-shadow: 0 22px 80px rgba(0,0,0,.60);
}

.showcase-media{
  position: relative;
}

.showcase-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(60% 60% at 30% 10%, rgba(212,175,55,.16), transparent 55%),
              linear-gradient(to top, rgba(11,11,11,.55), rgba(11,11,11,.10));
  pointer-events:none;
}

.showcase-card img{
  width: 100%;
  height: auto;
  display: block;
}

.showcase-text{
  padding: 18px 18px 20px;
}

.showcase-text h3{
  margin: 0 0 8px;
  letter-spacing: .12em;
}

.showcase-text p{
  margin: 0;
  color: var(--MUTED);
  line-height: 1.65;
  font-size: .95rem;
}

@media (max-width: 900px){
  .showcase-grid{ gap: 16px; }
  .showcase-text{ padding: 16px; }
}
/* ===== INITIA: Footer centriranje + Floating gumbi ===== */
.footer .footer-container{
  /* više "lufta" sa strane na desktopu, da ne izgleda zalijepljeno lijevo */
  width: min(980px, calc(100vw - 96px));
}
@media (max-width: 640px){
  .footer .footer-container{ width: min(980px, calc(100vw - 24px)); }
}

.footer .footer-row{
  display:flex;
  flex-wrap:wrap;
  gap:36px;
  justify-content:center;
  align-items:flex-start;
  text-align:left;
}
.footer .footer-left,
.footer .footer-right{ min-width: 260px; }

.footer .footer-brand{
  font-weight:700;
  font-size: 20px;
  margin-bottom: 6px;
}
.footer .footer-sub{ opacity:.85; margin-bottom: 18px; }
.footer .footer-title{
  font-weight:700;
  margin: 18px 0 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  opacity: .9;
}
.footer .footer-contact a,
.footer .footer-links a{ color: inherit; text-decoration:none; }
.footer .footer-links{ list-style: none; padding:0; margin:0; }
.footer .footer-links li{ margin: 6px 0; }
.footer .footer-bottom{
  margin-top: 26px;
  text-align:center;
  opacity:.8;
  font-size: 13px;
}

/* Floating buttons */
.initia-fabs{
  position: fixed;
  right: 22px;
  bottom: 22px;
  display:flex;
  flex-direction:column;
  gap: 14px;
  z-index: 9999;
}

.initia-fab{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(212,175,55,.55);
  background: rgba(0,0,0,.35);
  color: #d4af37;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}
.initia-fab svg{
  width: 24px;
  height: 24px;
  display:block;
  fill: currentColor;
}
/* Logo naslov – Orbitron font (bez promjene boje i veličine) */
.site-header .site-title,
.site-header .custom-logo-link + .site-title,
.site-header .logo-text {
font-family: 'Orbitron', sans-serif !important;
}
/* ================================
INITIA: SAFE SCROLL REVEAL
- Vidljivo po defaultu
- Animira se samo kad JS doda .js-on
================================ */

/* default: ništa se ne skriva */
.reveal,
.card,
.work a,
.work-card,
.step{
opacity: 1;
transform: none;
}

/* kad je JS aktivan, tek tada kreće animacija */
.js-on .reveal,
.js-on .card,
.js-on .work a,
.js-on .work-card,
.js-on .step{
opacity: 0;
transform: translateY(18px);
transition: opacity .7s ease, transform .7s ease;
will-change: opacity, transform;
}

/* kad uđe u viewport */
.js-on .in-view{
opacity: 1 !important;
transform: translateY(0) !important;
}

/* Accessibility: ako user ima reduced motion */
@media (prefers-reduced-motion: reduce){
.js-on .reveal,
.js-on .card,
.js-on .work a,
.js-on .work-card,
.js-on .step{
transition: none !important;
transform: none !important;
opacity: 1 !important;
}
}
/* ===== Footer (stacked, centriran kao na slici) ===== */
.footer .footer-stack{
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

.footer .footer-title{
margin-top: 22px;
}

.footer .footer-contact{
margin-top: 6px;
}

.footer .footer-links{
list-style: none;
padding: 0;
margin: 10px 0 0;
display: flex;
flex-direction: column;
gap: 18px; /* razmak kao na slici */
}

.footer .footer-links li{
margin: 0;
padding: 0;
}

.footer .footer-bottom{
margin-top: 28px;
opacity: 0.9;
}

/* Osiguraj da stari layout (left/right) ne “vuče” stilove */
.footer .footer-row,
.footer .footer-left,
.footer .footer-right{
display: block;
width: 100%;
}
/* ===== Centrirani footer kao na slici ===== */

.footer-container{
display: flex;
justify-content: center;
}

.footer-stack{
max-width: 420px;
width: 100%;
text-align: center;
}

.footer-contact{
margin-top: 8px;
}

.footer-links{
list-style: none;
padding: 0;
margin-top: 12px;
}

.footer-links li{
margin: 10px 0;
}

.footer-bottom{
margin-top: 30px;
font-size: 14px;
opacity: 0.8;
}
/* ===== Sigurno centriranje footera ===== */

.footer-container{
display: flex;
justify-content: center;
align-items: center;
}

.footer-stack{
max-width: 420px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.footer-links{
list-style: none;
padding: 0;
}

.footer-links li{
margin: 10px 0;
}
/* ===== NUKLEARNO centriranje footera (desktop + mobile) ===== */

/* centriraj sadržaj unutar containera */
.footer .footer-container{
display: flex !important;
justify-content: center !important;
}

/* ako koristiš novi stack */
.footer .footer-stack{
width: 100% !important;
max-width: 420px !important;
margin-left: auto !important;
margin-right: auto !important;
text-align: center !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
}

/* ako ti je još uvijek aktivan stari layout (footer-row/left/right) */
.footer .footer-row{
width: 100% !important;
max-width: 420px !important;
margin-left: auto !important;
margin-right: auto !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
gap: 18px !important;
}

.footer .footer-left,
.footer .footer-right{
width: 100% !important;
max-width: 420px !important;
text-align: center !important;
}

/* linkovi u koloni */
.footer .footer-links{
list-style: none !important;
padding: 0 !important;
margin: 12px 0 0 !important;
display: flex !important;
flex-direction: column !important;
gap: 18px !important;
}

.footer .footer-links li{
margin: 0 !important;
}
.site-title,
.header-title,
.logo-text {
    font-family: "Montserrat", sans-serif;
}
.brand-script{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
/* FORCE font samo za naziv kraj loga */
.site-header .brand .brand-script{
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
}
/* ===== Header: premium efekt na scroll ===== */
.site-header{
  position: sticky;
  top: 0;
  z-index: 999;
  transition: box-shadow .25s ease, background-color .25s ease, backdrop-filter .25s ease;
}

.site-header.is-scrolled{
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Ako ti header već ima prozirnu pozadinu, ovo ga učini urednijim na scroll */
.site-header.is-scrolled{
  background-color: rgba(0,0,0,.70);
}
/* ===== Portfolio / kartice: hover lift ===== */
.work a,
.work-card,
.card{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}

.work a:hover,
.work-card:hover,
.card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}

/* Na mobitelu nema potrebe za “lift” efektom */
@media (max-width: 768px){
  .work a:hover,
  .work-card:hover,
  .card:hover{
    transform: none;
  }
}
/* ===== FIX: Footer uvijek u jednom stupcu (mobile + desktop) ===== */

.footer .footer-container{
  display: flex;
  justify-content: center;
}

.footer .footer-row{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 28px !important;

  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
}

/* oba bloka (Kontakt + Informacije) neka budu centrirana */
.footer .footer-left,
.footer .footer-right{
  width: 100% !important;
  max-width: 520px !important;
  text-align: center !important;
}

/* linkovi jedan ispod drugog */
.footer .footer-links{
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 0 !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.footer .footer-links li{
  margin: 0 !important;
}

/* copyright uvijek centar ispod svega */
.footer .footer-bottom{
  width: 100% !important;
  max-width: 520px !important;
  margin: 28px auto 0 !important;
  text-align: center !important;
}

/* ako ima neka linija/poravnanje koje vuče desno, ovo je smiri */
.footer .footer-bottom *{
  text-align: center !important;
}
/* ===== HARD RESET footera (sprječava miješanje stupaca) ===== */

.footer,
.footer *{
  box-sizing: border-box;
}

/* container neka bude normalan blok (ne flex) */
.footer .footer-container{
  display: block !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* ugasi sve “2-stupca” fore */
.footer .footer-row{
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* ugasi float/width iz starih stilova */
.footer .footer-left,
.footer .footer-right{
  float: none !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* razmak između blokova */
.footer .footer-right{
  margin-top: 26px !important;
}

/* linkovi u koloni, bez lijevog paddinga */
.footer .footer-links{
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 0 !important;
  text-align: center !important;
}

.footer .footer-links li{
  margin: 14px 0 !important;
  padding: 0 !important;
}

/* copyright uvijek dolje i u sredini */
.footer .footer-bottom{
  width: 100% !important;
  margin: 28px auto 0 !important;
  text-align: center !important;
  display: block !important;
}

/* ako postoji neka linija/after koja bježi udesno */
.footer .footer-bottom:before,
.footer .footer-bottom:after{
  content: none !important;
}