:root{--bg:#050505;--panel:#101010;--panel2:#171717;--text:#f7f7f7;--muted:#c9c9c9;--red:#d7192a;--red2:#8f101a;--line:#2b2b2b;--white:#fff;--green:#19a54a;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.topbar{background:linear-gradient(90deg,var(--red2),var(--red));font-size:.9rem;color:#fff}.topbar-inner,.nav-inner,.container{max-width:var(--max);margin:auto;padding:0 22px}.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}.nav{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:flex;align-items:center;gap:12px}.logo img{width:84px;height:84px;object-fit:contain}.menu{display:flex;align-items:center;gap:22px;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.menu a{padding:9px 0;border-bottom:2px solid transparent}.menu a:hover,.menu a.active{border-color:var(--red);color:#fff}.hamb{display:none;background:none;color:#fff;border:1px solid var(--line);padding:10px 12px;border-radius:8px}.hero{min-height:650px;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.52),rgba(0,0,0,.2)),url('../img/hero.webp') center/cover no-repeat;display:flex;align-items:center;border-bottom:1px solid var(--line)}.hero-content{max-width:var(--max);margin:auto;padding:80px 22px;width:100%}.eyebrow{font-family:Georgia,serif;color:var(--red);font-size:1.8rem;font-style:italic}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,5.6rem);line-height:1.02;margin:14px 0;text-transform:uppercase}.hero h1 span,.red{color:var(--red)}.lead{max-width:600px;color:#e7e7e7;font-size:1.1rem}.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--red);background:var(--red);color:#fff;padding:13px 22px;border-radius:6px;font-weight:800;text-transform: none;font-size:.86rem;letter-spacing:.03em}.btn.secondary{background:transparent}.btn:hover{filter:brightness(1.1)}section{padding:72px 0}.section-title{text-align:center;margin:0 0 35px}.section-title h2{font-family:Georgia,serif;text-transform: none;font-size:clamp(1.9rem,4vw,3rem);margin:0}.section-title p{color:var(--muted);margin:10px auto 0;max-width:640px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cat-grid{grid-template-columns:repeat(6,1fr)}.card,.product-card{background:linear-gradient(180deg,#171717,#0c0c0c);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.3)}.category-card img{height:210px;width:100%;object-fit:cover}.category-card div{padding:18px;text-align:center}.category-card h3,.product-card h3{font-family:Georgia,serif;margin:0;text-transform:uppercase}.category-card p,.product-card p{color:var(--muted);font-size:.92rem}.features{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#090909}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.feature{padding:30px;border-right:1px solid var(--line)}.feature:last-child{border-right:0}.feature b{color:#fff}.feature .icon{font-size:2rem;color:var(--red);display:block;margin-bottom:12px}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.split img{border-radius:14px;border:1px solid var(--line);width:100%;height:420px;object-fit:cover}.light{background:#f6f2ee;color:#171717}.light .muted{color:#555}.delivery{background:linear-gradient(90deg,#050505,#111)}.delivery img{height:360px;object-fit:cover}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contact-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.contact-item{border:1px solid var(--line);background:var(--panel);padding:20px;border-radius:12px}.contact-item span{color:var(--red);font-weight:800}.map iframe{width:100%;height:360px;border:0;border-radius:12px;filter:grayscale(.25)}.footer{border-top:1px solid var(--line);padding:35px 0;background:#030303;color:var(--muted);font-size:.9rem}.footer-inner{display:flex;justify-content:space-between;gap:22px;align-items:center;flex-wrap:wrap}.page-hero{padding:90px 0;background:linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.72)),url('../img/shop-front.webp') center/cover no-repeat;border-bottom:1px solid var(--line)}.breadcrumbs{color:var(--muted);font-size:.9rem}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid var(--line);background:#111;color:#fff;padding:9px 15px;border-radius:999px;cursor:pointer}.filter.active,.filter:hover{border-color:var(--red);background:var(--red)}.product-card{cursor:pointer;transition:.2s}.product-card:hover{transform:translateY(-4px);border-color:var(--red)}.product-card img{height:260px;width:100%;object-fit:cover}.product-card .body{padding:16px}.code{color:var(--red);font-weight:900;font-size:.85rem}.modal{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:100;display:none;align-items:center;justify-content:center;padding:22px}.modal.open{display:flex}.modal-card{background:#0d0d0d;border:1px solid var(--line);max-width:980px;width:100%;display:grid;grid-template-columns:1.1fr .9fr;border-radius:16px;overflow:hidden;position:relative}.modal-card img{height:100%;min-height:420px;width:100%;object-fit:cover}.modal-content{padding:34px}.modal-close{position:absolute;right:14px;top:12px;background:#000;border:1px solid var(--line);color:#fff;width:38px;height:38px;border-radius:50%;font-size:22px;cursor:pointer}.form{display:grid;gap:14px}.form input,.form textarea{background:#111;border:1px solid var(--line);color:#fff;padding:13px;border-radius:8px}.form textarea{min-height:140px}.note{color:var(--muted);font-size:.9rem}.admin-help{background:#111;border:1px dashed #555;padding:18px;border-radius:12px;margin-top:24px;color:var(--muted)}
@media(max-width:1050px){.cat-grid{grid-template-columns:repeat(3,1fr)}.grid{grid-template-columns:repeat(2,1fr)}.menu{position:fixed;inset:88px 0 auto 0;background:#050505;border-bottom:1px solid var(--line);padding:22px;display:none;flex-direction:column;align-items:flex-start}.menu.open{display:flex}.hamb{display:block}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature{border-bottom:1px solid var(--line)}}@media(max-width:680px){.topbar-inner{font-size:.78rem}.logo img{width:70px;height:70px}.hero{min-height:560px}.actions .btn{width:100%}.cat-grid,.grid,.split,.contact-grid,.contact-list{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.feature{border-right:0}.modal-card{grid-template-columns:1fr}.modal-card img{min-height:260px}.product-card img,.category-card img{height:230px}section{padding:50px 0}.nav-inner{height:78px}.menu{inset:78px 0 auto 0}} 


/* Deluxe katalog */
.deluxe-catalog {
  padding: 56px 0;
}

.deluxe-catalog .section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
  padding: 0 18px;
}

.deluxe-catalog .section-heading h2 {
  margin-bottom: 10px;
}

.deluxe-card {
  overflow: hidden;
}

.deluxe-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.deluxe-card .product-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 11px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(212, 175, 55, 0.75);
  background: linear-gradient(135deg, #d4af37, #fff1a8);
  color: #111;
}

.order-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}


/* Deluxe katalog - male kartice kao na stranici vencanja */
.deluxe-catalog-section {
  padding: 56px 0;
}

.deluxe-catalog-section .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.deluxe-catalog-section .section-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 32px;
}

.deluxe-catalog-section .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.deluxe-catalog-section .product-card {
  width: 100%;
  max-width: 100%;
}

.deluxe-catalog-section .product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.deluxe-catalog-section .product-card .body {
  padding: 16px;
}


/* Luxury hero slogan */
.hero h1{
  font-family: "Cormorant Garamond","Times New Roman",serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.2;
  letter-spacing: .5px;
}

.eyebrow{
  letter-spacing: 4px;
}


/* Luxury branding */
.eyebrow{
  text-transform: none;
  letter-spacing: 1.5px;
}

.hero h1{
  font-family: "Great Vibes", cursive;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-shadow:
    0 2px 12px rgba(212,175,55,0.25),
    0 4px 24px rgba(0,0,0,0.35);
}


/* Final hero font fix - bez uppercase i bez vidljive zamene fonta */
.hero .eyebrow,
.eyebrow {
  text-transform: none !important;
  letter-spacing: 1.5px;
}

.hero h1 {
  font-family: "Great Vibes", "Brush Script MT", cursive !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.15;
  text-shadow:
    0 2px 12px rgba(212,175,55,0.25),
    0 4px 24px rgba(0,0,0,0.35);
}


/* Local SEO text */
.local-seo-text {
  padding: 32px 0;
  color: rgba(255,255,255,.78);
  font-size: .98rem;
  line-height: 1.7;
}
.local-seo-text .container {
  max-width: 980px;
}
