:root{--text:#182235;--muted:#64748b;--line:#e8edf4;--bg:#fffaf4;--white:#fff;--orange:#f97316;--orange2:#ffb703;--dark:#0f172a;--shadow:0 25px 80px rgba(15,23,42,.10);--radius:24px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px clamp(18px,4vw,60px);background:rgba(255,255,255,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.site-brand{display:flex;align-items:center;gap:12px;font-weight:900}.site-brand span{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--orange2),var(--orange));display:grid;place-items:center;color:#fff;box-shadow:0 14px 30px rgba(249,115,22,.22)}nav{display:flex;align-items:center;gap:18px;color:#475569;font-weight:800}.nav-cta{background:var(--dark);color:#fff;padding:12px 15px;border-radius:999px}.hero{min-height:calc(100vh - 81px);padding:70px clamp(18px,6vw,90px);display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center;background:radial-gradient(circle at 15% 10%,#fff1da 0,transparent 38%),linear-gradient(135deg,#fff,#fff7ed)}.eyebrow{margin:0 0 12px;color:var(--orange);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:950}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.07em;margin:0 0 22px}.hero p{font-size:19px;line-height:1.7;color:var(--muted);max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:15px 19px;font-weight:950}.btn-primary{background:linear-gradient(135deg,var(--orange2),var(--orange));color:#fff;box-shadow:0 18px 40px rgba(249,115,22,.25)}.btn-light{background:#fff;color:var(--dark);border:1px solid var(--line)}.hero-card{background:rgba(255,255,255,.82);border:1px solid #fff;box-shadow:var(--shadow);border-radius:34px;padding:34px;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:30px 30px auto auto;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,var(--orange2),transparent 70%);opacity:.55}.heat-icon{width:86px;height:86px;border-radius:28px;background:linear-gradient(135deg,var(--orange2),var(--orange));display:grid;place-items:center;color:#fff;font-size:42px;box-shadow:0 22px 45px rgba(249,115,22,.28)}.hero-card h2{font-size:34px;letter-spacing:-.05em;margin:28px 0 10px}.hero-card p{font-size:16px;margin:0}.section{padding:82px clamp(18px,6vw,90px)}.section-head{max-width:760px;margin-bottom:30px}.section-head h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.055em;margin:0 0 12px}.section-head p{color:var(--muted);line-height:1.65;font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.04);transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(15,23,42,.09)}.product-card span{width:42px;height:42px;border-radius:14px;background:#fff3e9;color:var(--orange);display:grid;place-items:center;font-size:22px}.product-card h3{margin:16px 0 8px;font-size:18px;letter-spacing:-.025em}.product-card p{margin:0;color:var(--muted);line-height:1.55}.section-warm{background:#fff7ed}.location-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.location-grid a{background:#fff;border:1px solid #fed7aa;border-radius:16px;padding:15px 16px;font-weight:900;color:#9a3412}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:#0f172a;color:#fff}.contact-section p{color:#cbd5e1;line-height:1.65}.contact-section h2{font-size:clamp(32px,4vw,54px);letter-spacing:-.055em;margin:0 0 14px}.contact-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:26px;display:grid;gap:12px}.contact-card a,.contact-card span{background:rgba(255,255,255,.08);border-radius:14px;padding:14px 15px;font-weight:900}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:24px clamp(18px,4vw,60px);background:#0b1120;color:#cbd5e1}.site-footer a{color:#fff;font-weight:900}@media(max-width:1000px){.hero,.contact-section{grid-template-columns:1fr}.product-grid,.location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}nav{display:none}}@media(max-width:560px){.hero{padding-top:46px}.product-grid,.location-grid{grid-template-columns:1fr}.hero-card{min-height:auto}.site-footer{flex-direction:column}.hero h1{font-size:42px}}

.site-brand img{display:block;width:clamp(170px,22vw,265px);height:auto;max-height:58px;object-fit:contain;background:transparent}.site-brand span{display:none}.site-brand strong{display:none}.site-header{min-height:82px}.hero-content{min-width:0}.product-card,.location-grid a,.contact-card a,.contact-card span{will-change:transform}.product-card:focus-within,.location-grid a:focus{outline:3px solid rgba(249,115,22,.25);outline-offset:3px}@media(max-width:560px){.site-brand img{width:190px;max-height:54px}.site-header{padding-top:14px;padding-bottom:14px}}

.site-brand img{width:clamp(138px,15vw,198px)!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}.site-header{min-height:76px!important}@media(max-width:560px){.site-brand img{width:158px!important;max-height:42px!important}.site-header{min-height:70px!important}}


/* v1.0.8 - stranice i meni */
.footer-nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:#fff;font-weight:900}.footer-nav a{color:#fff}.page-hero{padding:96px clamp(18px,6vw,90px) 64px;background:radial-gradient(circle at 15% 10%,#fff1da 0,transparent 38%),linear-gradient(135deg,#fff,#fff7ed)}.page-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.065em;margin:0}.page-hero p{max-width:760px;color:var(--muted);line-height:1.65;font-size:18px}.page-content-section{background:#fff}.page-content{max-width:980px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(24px,4vw,44px);box-shadow:0 16px 44px rgba(15,23,42,.06);font-size:18px;line-height:1.75;color:#334155}.page-content h2{margin:0 0 12px;font-size:34px;letter-spacing:-.04em}.page-contact-card{border-radius:28px;overflow:hidden}.site-footer{align-items:center}.site-header nav a:not(.nav-cta){padding:10px 0}.site-header nav a:not(.nav-cta):hover{color:var(--orange)}@media(max-width:1000px){.site-header nav{display:flex;overflow-x:auto;max-width:100%;padding-bottom:4px}.site-header{align-items:flex-start;flex-direction:column}.nav-cta{display:none}.site-footer{align-items:flex-start}.footer-nav{gap:12px}}

/* v1.1.0 - profesionalna mobilna navigacija frontenda */
.site-header{z-index:200!important;flex-direction:row!important;align-items:center!important}.desktop-nav{display:flex;align-items:center;gap:18px;color:#475569;font-weight:800}.frontend-menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.08);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;flex:0 0 46px}.frontend-menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#182235}.frontend-mobile-menu[hidden]{display:none}.frontend-mobile-menu{position:fixed;inset:0;z-index:1000}.frontend-menu-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);padding:0}.frontend-menu-panel{position:absolute;top:0;left:0;width:min(390px,90vw);height:100vh;background:#fff;box-shadow:26px 0 80px rgba(15,23,42,.28);padding:20px;transform:translateX(-110%);transition:transform .25s ease;overflow-y:auto}.frontend-menu-panel.is-open{transform:translateX(0)}body.frontend-menu-open{overflow:hidden}.frontend-menu-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--line)}.frontend-menu-head img{max-width:190px;max-height:54px;object-fit:contain;display:block}.frontend-menu-head button{width:42px;height:42px;border:0;border-radius:14px;background:#fff3e9;color:#c2410c;font-size:28px;line-height:1;cursor:pointer}.frontend-menu-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0;padding:6px;background:#f8fafc;border:1px solid var(--line);border-radius:18px}.frontend-menu-tabs button{height:44px;border:0;border-radius:13px;background:transparent;color:#64748b;font-weight:950;cursor:pointer}.frontend-menu-tabs button.active{background:linear-gradient(135deg,var(--orange2),var(--orange));color:#fff;box-shadow:0 12px 24px rgba(249,115,22,.20)}.frontend-menu-content{display:none}.frontend-menu-content.active{display:block}.mobile-category-list,.mobile-page-list{display:grid;gap:10px}.mobile-category-item{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.mobile-category-main{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;font-weight:950;color:#182235}.mobile-category-main:after{content:"›";color:var(--orange);font-size:22px;line-height:1}.mobile-subcategory-list{display:grid;gap:6px;padding:0 12px 12px}.mobile-subcategory-list>a{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:14px;padding:11px 12px;font-weight:900}.mobile-extra-list{display:grid;gap:6px;margin:0 0 4px 14px}.mobile-extra-list a{background:#f8fafc;color:#475569;border:1px solid var(--line);border-radius:13px;padding:10px 12px;font-weight:850}.mobile-page-list a{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border:1px solid var(--line);border-radius:16px;background:#fff;color:#182235;font-weight:950}.mobile-page-list a:after{content:"›";color:var(--orange);font-size:22px}.mobile-empty-state{border:1px dashed var(--line);border-radius:18px;padding:22px;text-align:center;color:#64748b;font-weight:900;background:#f8fafc}.category-hero{padding-top:86px}.category-page-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:24px;align-items:stretch}.category-page-image{border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 16px 44px rgba(15,23,42,.06);background:#fff}.category-page-image img{width:100%;height:100%;min-height:310px;object-fit:cover;display:block}.category-link-section{margin-top:30px}.category-link-section h2{font-size:32px;letter-spacing:-.04em;margin:0 0 16px}.category-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-link-grid a{background:#fff;border:1px solid #fed7aa;border-radius:16px;padding:15px 16px;font-weight:950;color:#9a3412;box-shadow:0 12px 32px rgba(15,23,42,.04)}
@media(max-width:1000px){.frontend-menu-toggle{display:flex}.site-header{display:grid!important;grid-template-columns:46px minmax(0,1fr) 46px;justify-items:center;gap:12px;padding:13px 16px!important;min-height:72px!important}.site-brand{grid-column:2}.site-brand img{width:170px!important;max-height:45px!important}.desktop-nav{display:none!important}.category-page-grid{grid-template-columns:1fr}.category-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero{padding-top:66px}.section{padding-left:18px;padding-right:18px}}
@media(max-width:560px){.site-header{grid-template-columns:44px minmax(0,1fr) 44px;padding:11px 14px!important}.frontend-menu-toggle{width:44px;height:44px;flex-basis:44px}.site-brand img{width:154px!important;max-height:42px!important}.frontend-menu-panel{width:min(360px,92vw);padding:16px}.frontend-menu-head img{max-width:170px}.frontend-menu-tabs{margin:16px 0}.category-link-grid{grid-template-columns:1fr}.category-page-image img{min-height:220px}.page-content{font-size:16px;border-radius:22px}.hero-actions .btn{width:100%}.contact-section{padding-left:18px!important;padding-right:18px!important}}


/* EPG HERO ISTAKNUTE KATEGORIJE v2.0.2 */
.hero{min-height:auto!important;padding:38px clamp(18px,6vw,90px) 54px!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr)!important;gap:32px!important;align-items:start!important}.hero-content{padding-top:8px}.hero h1{font-size:clamp(40px,5.4vw,72px)!important;margin-bottom:18px!important}.hero p{font-size:18px!important;line-height:1.62!important}.hero-actions{margin-top:24px!important}.hero-featured-wrap{width:100%;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.92);border-radius:34px;padding:24px;box-shadow:0 24px 70px rgba(15,23,42,.10)}.hero-featured-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.hero-featured-head .eyebrow{margin:0;color:#64748b}.hero-featured-head h2{margin:0;font-size:30px;line-height:1.05;letter-spacing:-.055em}.hero-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hero-featured-card{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:13px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:13px;box-shadow:0 12px 28px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hero-featured-card:hover{transform:translateY(-3px);border-color:#fed7aa;box-shadow:0 18px 44px rgba(15,23,42,.10)}.hero-featured-thumb{width:72px;height:72px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.hero-featured-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-featured-icon{font-size:28px;color:var(--orange)}.hero-featured-body{min-width:0;display:block}.hero-featured-body strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:1.18;letter-spacing:-.025em;color:#182235}.hero-featured-body small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:6px;font-size:12.5px;line-height:1.42;color:var(--muted)}@media(max-width:1180px){.hero{grid-template-columns:1fr!important}.hero-featured-wrap{max-width:820px}.hero-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hero{padding-top:28px!important;padding-bottom:38px!important}.hero-featured-wrap{padding:18px;border-radius:24px}.hero-featured-head{align-items:start;flex-direction:column}.hero-featured-head h2{font-size:24px}.hero-featured-grid{grid-template-columns:1fr}.hero-featured-card{grid-template-columns:64px minmax(0,1fr);padding:12px}.hero-featured-thumb{width:64px;height:64px}}


/* Hero featured categories */
.hero{min-height:auto;padding:36px clamp(18px,6vw,90px) 54px;align-items:center;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:34px}.hero.hero--full{grid-template-columns:minmax(0,980px);justify-content:start}.hero-content{padding-top:0}.hero-featured-wrap{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.92);border-radius:32px;padding:0;box-shadow:none}.hero-featured-head{display:none!important}.hero-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hero-featured-card{display:grid;grid-template-columns:118px minmax(0,1fr);gap:14px;align-items:center;min-height:132px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 16px 38px rgba(15,23,42,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hero-featured-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(15,23,42,.12);border-color:#fed7aa}.hero-featured-thumb{width:118px;height:104px;border-radius:20px;background:#fff7ed;border:1px solid #fed7aa;display:grid;place-items:center;overflow:hidden}.hero-featured-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-featured-icon{font-size:34px;color:var(--orange)}.hero-featured-body{min-width:0;display:block}.hero-featured-body strong{display:block;margin:0 0 8px;font-size:17px;line-height:1.2;letter-spacing:-.025em;color:var(--dark)}.hero-featured-body small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;font-size:13px;line-height:1.45;color:var(--muted)}.hero h1{font-size:clamp(40px,5.45vw,72px);margin-bottom:18px}.hero p{font-size:18px;line-height:1.6}.hero-actions{margin-top:24px}@media(max-width:1220px){.hero{grid-template-columns:1fr}.hero-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-featured-wrap{max-width:920px}}@media(max-width:700px){.hero-featured-grid{grid-template-columns:1fr}.hero-featured-card{grid-template-columns:108px minmax(0,1fr);min-height:122px}.hero-featured-thumb{width:108px;height:96px}}@media(max-width:560px){.hero{padding-top:26px;padding-bottom:38px}.hero-featured-card{grid-template-columns:96px minmax(0,1fr);padding:12px;border-radius:20px}.hero-featured-thumb{width:96px;height:88px;border-radius:16px}.hero-featured-body strong{font-size:16px}.hero-featured-body small{font-size:12px}}


/* Full short description in featured category cards */
.hero-featured-grid {
    align-items: stretch;
}
.hero-featured-card {
    align-items: start;
    height: 100%;
}
.hero-featured-thumb {
    align-self: start;
}
.hero-featured-body {
    min-width: 0;
    align-self: start;
}
.hero-featured-body small {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    max-height: none !important;
    white-space: normal;
    overflow-wrap: anywhere;
}
@media (min-width: 701px) {
    .hero-featured-card {
        min-height: 154px;
    }
}


/* Featured category cards: image top, title bottom */
.hero-featured-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch !important;
}
.hero-featured-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 12px !important;
}
.hero-featured-thumb {
    width: 100% !important;
    height: 156px !important;
    border-radius: 20px !important;
}
.hero-featured-body {
    display: block !important;
    min-width: 0 !important;
}
.hero-featured-body strong {
    display: block !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    color: var(--dark) !important;
    letter-spacing: -0.025em !important;
}
.hero-featured-body small {
    display: none !important;
}
@media (max-width: 700px) {
    .hero-featured-grid {
        grid-template-columns: 1fr !important;
    }
    .hero-featured-thumb {
        height: 180px !important;
    }
}
@media (max-width: 560px) {
    .hero-featured-thumb {
        height: 155px !important;
    }
}
