:root{--dark:#141414;--text:#222;--muted:#666;--gold:#b98a48;--beige:#f6f1e9;--line:#e9e1d6;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}.wrap{max-width:1120px;margin:0 auto;padding:0 22px}.site-header{background:#111;color:#fff;position:sticky;top:0;z-index:10;box-shadow:0 8px 30px rgba(0,0,0,.18)}.topbar{display:flex;gap:26px;justify-content:center;align-items:center;padding:9px 18px;font-size:13px;color:#d6c5aa;background:#202027;flex-wrap:wrap}.topbar a{color:#d6c5aa}.nav{height:86px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px}.logo-mark{width:44px;height:44px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold);font-weight:800;font-size:28px}.logo strong{display:block;letter-spacing:3px;font-size:25px}.logo small{display:block;color:#cfcfcf;font-size:11px;letter-spacing:2px;text-transform:uppercase;margin-top:2px}.nav-links{display:flex;gap:34px;font-size:14px;font-weight:800}.nav-links a{opacity:.94}.nav-links a:hover{color:var(--gold)}.hero{overflow:hidden;background:#111}.hero-slider{position:relative;min-height:650px;height:calc(100vh - 105px);max-height:760px}.slides,.slide{position:absolute;inset:0}.slide{opacity:0;pointer-events:none;transition:opacity .8s ease}.slide.active{opacity:1;pointer-events:auto}.slide img{width:100%;height:100%;object-fit:cover;display:block}.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.34),rgba(0,0,0,.12));z-index:1}.slide-content{position:absolute;z-index:2;left:max(42px,calc((100vw - 1120px)/2 + 22px));bottom:70px;max-width:650px;color:#fff}.slide-content h1{font-size:clamp(42px,6vw,84px);line-height:.98;letter-spacing:-2px;margin:0 0 18px;text-shadow:0 10px 30px rgba(0,0,0,.35)}.slide-content p:not(.eyebrow){font-size:20px;line-height:1.55;color:#f1f1f1;margin:0 0 26px;max-width:620px}.slide-content .btn.secondary{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}.slider-btn{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(0,0,0,.35);color:#fff;font-size:34px;line-height:1;cursor:pointer;display:grid;place-items:center}.slider-btn:hover{background:rgba(185,138,72,.85)}.slider-btn.prev{left:24px}.slider-btn.next{right:24px}.slider-dots{position:absolute;z-index:3;left:50%;bottom:26px;transform:translateX(-50%);display:flex;gap:10px}.slider-dots button{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.22);cursor:pointer;padding:0}.slider-dots button.active{background:var(--gold);border-color:var(--gold);transform:scale(1.2)}.intro{text-align:center;padding:70px 22px 55px}.eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--gold);font-weight:800;font-size:13px;margin:0 0 14px}.intro h2{font-size:clamp(36px,6vw,76px);line-height:1.02;letter-spacing:-2px;margin:0 auto 22px;max-width:980px}.lead{font-size:20px;line-height:1.65;color:var(--muted);max-width:780px;margin:0 auto}.actions{margin-top:32px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:3px;font-weight:800;letter-spacing:.2px}.btn.primary{background:var(--gold);color:#fff}.btn.secondary{border:1px solid #c8b99e;color:var(--dark);background:#fff}.stats{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:35px}.stats div{padding:28px 20px;border-right:1px solid var(--line)}.stats div:last-child{border-right:0}.stats strong{display:block;font-size:28px}.stats span{display:block;color:var(--muted);font-size:14px;margin-top:5px}.section{padding:76px 0}.section-head{max-width:780px;margin-bottom:34px}.section-head h2,.split h2,.contact h2{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 14px;letter-spacing:-1px}.section-head p,.split p,.contact p{color:var(--muted);line-height:1.75}.section-head.compact{margin-bottom:26px}.grid{display:grid;gap:24px}.categories{grid-template-columns:repeat(5,1fr)}.category-card{position:relative;min-height:225px;border-radius:18px;overflow:hidden;background:#111;display:block;box-shadow:0 16px 36px rgba(0,0,0,.12)}.category-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .35s ease;opacity:.78}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.68))}.category-card span{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff;font-size:20px;line-height:1.1;font-weight:900;text-shadow:0 2px 18px rgba(0,0,0,.55)}.category-card:hover img{transform:scale(1.06)}.products{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 16px 38px rgba(0,0,0,.08)}.card img{width:100%;height:235px;object-fit:cover;display:block}.card div{padding:20px}.card h3{margin:0 0 6px;font-size:20px}.card p{margin:0;color:var(--muted)}.beige{background:var(--beige)}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}.feature-list{display:grid;gap:16px}.feature-list div{background:#fff;border:1px solid var(--line);padding:24px;border-radius:14px}.feature-list strong{display:block;font-size:19px;margin-bottom:7px}.feature-list span{color:var(--muted)}.dark{background:#151515;color:#fff}.dark .section-head p,.dark p{color:#d2d2d2}.dark-list div{background:#1d1d1d;border-color:#363636}.dark-list span{color:#d2d2d2}.salon img{width:100%;border-radius:20px;box-shadow:0 18px 45px rgba(0,0,0,.12)}.brand-logos{display:grid;grid-template-columns:repeat(7,1fr);gap:16px;align-items:center}.brand-logos div{height:96px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 12px 28px rgba(0,0,0,.05)}.brand-logos img{max-width:100%;max-height:58px;object-fit:contain;display:block}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px}.address{font-size:20px;color:var(--text)!important}.map-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;min-height:310px;display:flex;flex-direction:column;justify-content:center}.footer{background:#111;color:#bdbdbd;padding:26px 0}.footer-inner{display:flex;justify-content:space-between;gap:16px;font-size:14px}@media(max-width:1050px){.categories{grid-template-columns:repeat(3,1fr)}.brand-logos{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.topbar{display:none}.nav{height:auto;padding:18px 22px;align-items:flex-start}.nav-links{display:none}.hero-slider{height:74vh;min-height:520px}.slide-content{left:24px;right:24px;bottom:62px}.slider-btn{width:42px;height:42px}.slider-btn.prev{left:12px}.slider-btn.next{right:12px}.stats,.products,.services,.split,.contact-grid{grid-template-columns:1fr}.stats div{border-right:0;border-bottom:1px solid var(--line)}.intro{padding-top:48px}.footer-inner{display:block}.card img{height:220px}.categories{grid-template-columns:repeat(2,1fr)}.category-card{min-height:185px}.brand-logos{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.wrap{padding:0 18px}.logo strong{font-size:21px}.intro h2,.slide-content h1{letter-spacing:-1px}.hero-slider{height:72vh;min-height:500px}.slide-content p:not(.eyebrow){font-size:17px}.slide-content .btn{min-height:46px;padding:0 18px}.slider-btn{display:none}.categories{grid-template-columns:1fr}.brand-logos div{height:86px}}

/* V4.1 mobile responsive fix */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
img { max-width: 100%; }
section, header, footer, main, .wrap {
  max-width: 100%;
}

@media (max-width: 768px) {
  body { min-width: 0; }
  .wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-header {
    width: 100%;
    position: sticky;
    top: 0;
  }
  .topbar {
    display: none !important;
  }
  .nav {
    width: 100%;
    height: auto;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo {
    max-width: 100%;
    justify-content: center;
  }
  .logo-mark {
    width: 38px;
    height: 38px;
    font-size: 24px;
    flex: 0 0 auto;
  }
  .logo strong {
    font-size: 21px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  .logo small {
    font-size: 9px;
  }
  .nav-links {
    display: none !important;
  }

  .hero,
  .hero-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .hero-slider {
    height: 560px;
    min-height: 560px;
    max-height: 560px;
  }
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .slide:after {
    background: linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.72));
  }
  .slide-content {
    left: 22px;
    right: 22px;
    bottom: 54px;
    max-width: none;
  }
  .slide-content h1 {
    font-size: 42px;
    line-height: 1.02;
    letter-spacing: -1px;
    margin-bottom: 14px;
  }
  .slide-content p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 20px;
  }
  .slide-content .btn {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }
  .slider-btn {
    display: none !important;
  }
  .slider-dots {
    bottom: 20px;
  }

  .intro {
    padding: 48px 18px 38px;
  }
  .intro h2 {
    font-size: 38px;
    line-height: 1.08;
  }
  .lead {
    font-size: 18px;
    line-height: 1.55;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .actions .btn {
    width: 100%;
  }
  .stats {
    display: grid;
    grid-template-columns: 1fr !important;
    margin-bottom: 16px;
  }
  .stats div {
    padding: 22px 4px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 54px 0;
  }
  .section-head {
    width: 100%;
    margin-bottom: 24px;
  }
  .section-head h2,
  .split h2,
  .contact h2 {
    font-size: 32px;
  }

  .grid,
  .categories,
  .products,
  .split,
  .contact-grid,
  .brand-logos {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .category-card {
    width: 100%;
    min-height: 240px;
    border-radius: 16px;
  }
  .category-card img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .category-card span {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 22px;
  }
  .card {
    width: 100%;
  }
  .card img {
    height: 230px;
  }
  .salon img {
    border-radius: 16px;
  }
  .brand-logos div {
    width: 100%;
    height: 92px;
    padding: 16px;
  }
  .brand-logos img {
    max-width: 90%;
    max-height: 54px;
  }
  .map-box {
    min-height: auto;
    padding: 24px;
  }
  .footer-inner {
    display: block;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .logo strong { font-size: 18px; }
  .hero-slider { height: 520px; min-height: 520px; max-height: 520px; }
  .slide-content h1 { font-size: 36px; }
}


/* V5 catalog and desktop width refinement */
@media (min-width: 769px) {
  .wrap { max-width: 1120px; }
  .section.wrap, .intro.wrap, .stats.wrap { width: calc(100% - 64px); }
}
.product-catalog { padding-top: 84px; }
.product-category { margin-top: 46px; scroll-margin-top: 120px; }
.category-title { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:18px; border-bottom:1px solid var(--line); padding-bottom:14px; }
.category-title h3 { font-size:30px; line-height:1.1; margin:0; letter-spacing:-.5px; }
.category-title span { color:var(--muted); font-weight:700; white-space:nowrap; }
.product-grid { grid-template-columns: repeat(4, 1fr); gap:20px; }
.product-card img { height: 205px; background:#f5f1ea; }
.product-card h3 { font-size:18px; }
.product-card div { padding:16px; }
@media(max-width:1050px){ .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media(max-width:900px){ .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:768px){
  .product-catalog { padding-top: 54px; }
  .product-category { margin-top: 34px; scroll-margin-top: 90px; }
  .category-title { align-items:flex-start; flex-direction:column; gap:6px; }
  .category-title h3 { font-size:26px; }
  .product-grid { grid-template-columns: 1fr !important; }
  .product-card img { height: 235px; }
}


/* V6 category pages and image lightbox */
.category-hero{background:linear-gradient(135deg,#181818,#2c2720);color:#fff;padding:92px 0 72px;margin-top:0}
.category-hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:-2px;margin:0 0 18px}
.category-hero p:not(.eyebrow){max-width:760px;color:#e4ddd3;font-size:19px;line-height:1.65;margin:0 0 24px}
.back-link{display:inline-flex;color:#fff;border-bottom:1px solid rgba(255,255,255,.45);font-weight:800;padding-bottom:4px}
.product-catalog-page{padding-top:58px}
.product-catalog-page .category-title h2{font-size:clamp(30px,4vw,48px);line-height:1.1;margin:0}
.image-open{display:block;width:100%;border:0;padding:0;background:transparent;cursor:pointer;overflow:hidden}
.image-open img{transition:transform .28s ease}
.image-open:hover img{transform:scale(1.04)}
.product-card img{height:260px;object-fit:cover}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:9999;display:none;align-items:center;justify-content:center;padding:28px}
.lightbox.active{display:flex;flex-direction:column}
.lightbox img{max-width:min(1180px,94vw);max-height:82vh;object-fit:contain;border-radius:12px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.45)}
.lightbox p{color:#fff;margin:14px 0 0;font-weight:800;text-align:center}
.lightbox-close{position:absolute;top:20px;right:24px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);color:#fff;font-size:34px;line-height:1;cursor:pointer}
.no-scroll{overflow:hidden}
@media (min-width:769px){.product-grid{grid-template-columns:repeat(3,1fr)}.wrap{max-width:1160px}}
@media (max-width:768px){.category-hero{padding:64px 0 50px}.category-hero h1{font-size:40px;letter-spacing:-1px}.category-hero p:not(.eyebrow){font-size:17px}.product-card img{height:250px}.lightbox{padding:18px}.lightbox-close{top:14px;right:14px}}

/* V7 galerije i istaknute kartice */
.image-open{position:relative;display:block;width:100%;border:0;background:transparent;padding:0;cursor:pointer;text-align:left;overflow:hidden}
.image-open img{transition:transform .35s ease}
.image-open:hover img{transform:scale(1.04)}
.photo-count{position:absolute;right:12px;bottom:12px;background:rgba(20,20,20,.78);color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;backdrop-filter:blur(6px)}
.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);color:#fff;font-size:42px;line-height:1;cursor:pointer;display:grid;place-items:center;z-index:2}
.lightbox-prev{left:24px}.lightbox-next{right:24px}
.featured-v7 .card img{height:280px}.featured-v7 .card h3{font-size:22px}.featured-v7 .card p{line-height:1.55}
@media(max-width:768px){.lightbox-nav{width:42px;height:42px;font-size:32px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.photo-count{font-size:11px}.featured-v7 .card img{height:245px}}
