@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Lora:wght@400;500;600&display=swap');

:root {
  --ivory: #f7f3ea;
  --warm-white: #faf8f2;
  --cream: #efe6d6;
  --blue: #0b3a67;
  --royal-blue: #123f73;
  --deep-blue: #062f55;
  --gold: #B5985C;
  --antique-gold: #96793C;
  --light-gold: #C9B47E;
  --ink: #333;
  --muted: #666;
  --line: #e6d8bd;
  --shadow: 0 8px 24px rgba(0, 0, 0, .06);
  --container: 1320px;
  /* Backwards compat */
  --navy: #0b3a67;
  --dark: #0b3a67;
  --light: #faf8f2;
  --border: #e6d8bd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: "Lora", Georgia, serif; line-height: 1.6; font-size: 16px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── TOPBAR ── */
.topbar { background: var(--deep-blue); color: rgba(255,255,255,.82); font-size: .78rem; text-transform: none; font-weight: 600; letter-spacing: .02em; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar__cross { color: var(--gold); font-size: 1.4rem; line-height: 1; }
.topbar .icon { color: var(--light-gold); margin-right: 6px; }

/* ── HEADER ── */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(250,248,242,.97); border-bottom: 1px solid rgba(11,58,103,.1); backdrop-filter: blur(4px); }
.nav-wrap { min-height: 100px; display: grid; grid-template-columns: minmax(240px,1fr) auto minmax(260px,1fr); align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--blue); }
.brand__mark { color: var(--gold); font-size: 3.4rem; line-height: 1; }
.brand__text { display: flex; flex-direction: column; }
.brand__text strong { font: 700 clamp(1.3rem,2vw,1.9rem)/1 "Cormorant Garamond", Georgia, serif; letter-spacing: .03em; text-transform: uppercase; color: var(--blue); }
.brand__text > span { margin-top: 8px; display: flex; align-items: center; gap: 8px; font: 600 .82rem/1 "Cormorant Garamond", Georgia, serif; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.brand__text i { display: inline-block; width: 36px; height: 1px; background: var(--gold); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px,2.5vw,44px); }
.main-nav a { position: relative; padding: 38px 0 32px; color: var(--deep-blue); font: 600 .82rem/1 "Cormorant Garamond", Georgia, serif; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 22px; width: 0; height: 1px; background: var(--gold); transform: translateX(-50%); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 52px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.search { display: flex; width: 180px; height: 40px; border: 1px solid #d6d2c8; background: white; }
.search input { min-width: 0; width: 100%; border: 0; outline: 0; padding: 0 12px; background: transparent; color: var(--ink); font-size: .85rem; }
.search button { width: 40px; border: 0; background: var(--royal-blue); color: white; cursor: pointer; }
.search svg, .action-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.action-icon { position: relative; display: grid; place-items: center; color: var(--blue); font-size: .75rem; background: none; border: 0; padding: 0; }
.cart span { position: absolute; top: -8px; right: -8px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--royal-blue); color: white; font: 700 .65rem/1 sans-serif; }
.menu-toggle { display: none; width: 42px; height: 40px; border: 1px solid var(--line); background: var(--warm-white); padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--blue); }

/* ── HERO ── */
.hero { position: relative; min-height: 560px; overflow: hidden; background-image: url('/img/hero.jpg'); background-size: cover; background-position: center right; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,243,234,.92) 0%, rgba(247,243,234,.78) 30%, rgba(247,243,234,.38) 52%, rgba(247,243,234,.08) 68%, rgba(247,243,234,0) 80%); }
.hero::after { content: ""; position: absolute; left: 50%; bottom: -16px; width: 70px; height: 32px; transform: translateX(-50%); background: var(--warm-white); border-radius: 50% 50% 0 0; border-top: 1px solid rgba(181,152,92,.35); }
.hero__inner { position: relative; z-index: 1; min-height: inherit; display: flex; align-items: center; }
.hero__content { width: min(520px,46%); text-align: center; color: var(--blue); padding: 52px 0 62px; }
.sacred-cross { color: var(--gold); font-size: 2.2rem; margin-bottom: 8px; }
.eyebrow { margin: 0 0 4px; font: 600 clamp(1.1rem,1.8vw,1.45rem)/1.2 "Cormorant Garamond", Georgia, serif; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); }
.hero h1 { margin: 0; font: 700 clamp(2.8rem,5vw,5rem)/.92 "Cormorant Garamond", Georgia, serif; letter-spacing: .025em; text-transform: uppercase; color: var(--blue); }
.ornament { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 22px auto 18px; color: var(--gold); }
.ornament span { width: 44px; height: 1px; background: var(--gold); }
.hero__lead { max-width: 420px; margin: 0 auto 26px; color: #2f3132; font-size: .95rem; line-height: 1.65; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-width: 220px; padding: 13px 24px; border-radius: 4px; text-transform: uppercase; font: 600 .88rem/1.2 "Cormorant Garamond", Georgia, serif; letter-spacing: .06em; transition: background-color .2s ease, color .2s ease, transform .2s ease; cursor: pointer; }
.btn-primary { background: var(--blue); color: white; border: 1px solid var(--gold); }
.btn-primary:hover { background: var(--gold); color: var(--blue); transform: translateY(-1px); }
.btn span { font-size: 1.5rem; line-height: .7; }

/* ── BENEFITS (info strip) ── */
.benefits { background: var(--warm-white); border-top: 1px solid rgba(11,58,103,.1); border-bottom: 1px solid rgba(11,58,103,.1); }
.benefits__grid { min-height: 110px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.benefits article { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 22px; border-right: 1px solid rgba(11,58,103,.15); }
.benefits article:last-child { border-right: 0; }
.benefits svg { width: 38px; height: 38px; flex: 0 0 auto; fill: none; stroke: var(--royal-blue); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.benefits h2 { margin: 0 0 2px; color: var(--royal-blue); font: 700 .9rem/1.2 "Cormorant Garamond", Georgia, serif; text-transform: uppercase; }
.benefits p { margin: 0; font-size: .74rem; color: #555; }

/* ── CATEGORIES ── */
.section { padding: 48px 0 36px; background: var(--warm-white); }
.section-heading { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 28px; }
.section-heading span { width: 60px; height: 1px; background: var(--gold); }
.section-heading h2 { margin: 0; color: var(--blue); font: 700 clamp(1.9rem,3vw,2.5rem)/1 "Cormorant Garamond", Georgia, serif; text-transform: uppercase; letter-spacing: .04em; }
.category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 20px; }
.category-card { position: relative; padding: 12px 12px 16px; text-align: center; background: var(--warm-white); border: 1px solid rgba(18,63,115,.28); box-shadow: var(--shadow); }
.category-card::before, .category-card::after { content: "✧"; position: absolute; color: rgba(18,63,115,.4); font-size: .85rem; }
.category-card::before { top: -6px; left: -4px; }
.category-card::after { right: -4px; bottom: -6px; }
.category-card__image { height: 145px; display: grid; place-items: center; overflow: hidden; background: white; }
.category-card__image img { width: 100%; height: 100%; object-fit: cover; }
.category-card h3 { min-height: 38px; margin: 10px 0 2px; display: grid; place-items: center; color: var(--blue); font: 700 .95rem/1.1 "Cormorant Garamond", Georgia, serif; text-transform: uppercase; }
.mini-ornament { color: var(--gold); margin: 0 0 7px; line-height: 1; font-size: .85rem; }
.category-card > a:not(.pc-ask) { display: inline-block; min-width: 100px; padding: 6px 10px; color: var(--blue); border: 1px solid rgba(18,63,115,.38); font: 700 .7rem/1 "Cormorant Garamond", Georgia, serif; text-transform: uppercase; letter-spacing: .05em; transition: all .2s ease; }
.category-card > a:not(.pc-ask):hover { color: var(--warm-white); background: var(--blue); border-color: var(--blue); }

/* ── VALUES ── */
.values { position: relative; margin-top: 16px; padding: 28px 0 36px; background: linear-gradient(90deg,rgba(240,244,249,.8),rgba(250,248,242,.95),rgba(240,244,249,.8)); border-top: 1px solid rgba(11,58,103,.1); }
.values__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.values article { display: flex; gap: 14px; }
.values article > span { color: var(--gold); font-size: 1.8rem; line-height: 1; }
.values h2 { margin: 0 0 4px; color: var(--blue); font: 700 .88rem/1.2 "Cormorant Garamond", Georgia, serif; text-transform: uppercase; }
.values p { margin: 0; color: #444; font-size: .75rem; line-height: 1.45; }
.pattern { position: absolute; left: 0; right: 0; bottom: 0; height: 16px; border-top: 1px solid rgba(18,63,115,.28); background: repeating-linear-gradient(90deg,rgba(18,63,115,.12) 0 3px,transparent 3px 8px); }
.pattern span { position: absolute; left: 50%; top: -17px; display: grid; place-items: center; width: 40px; height: 34px; transform: translateX(-50%); color: var(--gold); background: var(--warm-white); font-size: 1.6rem; }

/* ── FOOTER ── */
.c-footer, .site-footer { padding: 22px 0; background: var(--deep-blue); color: rgba(255,255,255,.8); font-size: .8rem; }
.footer__inner { display: flex; justify-content: space-between; gap: 20px; }
.footer__inner p { margin: 0; }
.c-footer { padding: 40px 0 20px; }
.c-footer h5 { color: var(--light-gold); font-size: 1.1rem; margin-bottom: 12px; font-family: "Cormorant Garamond", Georgia, serif; }
.c-footer a { color: rgba(255,255,255,.65); transition: .3s; }
.c-footer a:hover { color: var(--light-gold); text-decoration: none; }
.c-footer ul { list-style: none; padding: 0; }
.c-footer ul li { margin-bottom: 6px; font-size: .85rem; }
.c-footer-bottom { border-top: 1px solid rgba(181,152,92,.2); padding-top: 18px; margin-top: 28px; text-align: center; font-size: .82rem; }
.c-footer-social { display: flex; justify-content: center; gap: 14px; padding-top: 28px; margin-top: 8px; border-top: 1px solid rgba(181,152,92,.2); }
.c-footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--light-gold); font-size: 1rem; transition: .25s; }
.c-footer-social a:hover { background: var(--gold); color: var(--deep-blue); }

/* ── O NAMA sekcija ── */
.c-section { padding: 50px 0; background: white; }

/* ── BREADCRUMB ── */
.c-breadcrumb { background: #fff; padding: 10px 0; border-bottom: 1px solid var(--line); }
.c-breadcrumb a { color: var(--gold); text-decoration: none; font-size: .85rem; }
.c-breadcrumb span { color: #888; font-size: .85rem; }
.c-breadcrumb .sep { color: #ccc; margin: 0 8px; }
.breadcrumb-bar { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb-bar .breadcrumb { background: none; padding: 0; margin: 0; font-size: .85rem; }
.breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before { color: #ccc; content: "›"; }
.breadcrumb-bar .breadcrumb-item a { color: var(--gold); text-decoration: none; }
.breadcrumb-bar .breadcrumb-item.active { color: #888; }
.c-page-header { padding: 28px 0 20px; text-align: center; }
.c-page-header h1 { font-size: 2rem; color: var(--blue); margin-bottom: 5px; font-family: "Cormorant Garamond", Georgia, serif; }
.c-page-header .line { width: 50px; height: 1px; background: var(--gold); margin: 0 auto; }

/* ── RESPONSIVE ── */
@media (max-width: 1180px) {
  .nav-wrap { grid-template-columns: 1fr auto; min-height: 85px; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 0; background: var(--warm-white); border-top: 1px solid var(--line); box-shadow: var(--shadow); z-index: 999; }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 14px 24px; text-align: center; }
  .main-nav a::after { bottom: 6px; }
  .header-actions { display: none; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__inner { justify-content: center; }
  .topbar p:last-child { display: none; }
  .brand__mark { font-size: 2.5rem; }
  .brand__text strong { font-size: 1.3rem; }
  .hero { min-height: 460px; background-position: 62% center; }
  .hero__veil { background: linear-gradient(90deg,rgba(247,243,234,.97) 0%,rgba(247,243,234,.88) 48%,rgba(247,243,234,.38) 100%); }
  .hero__content { width: 70%; text-align: left; }
  .ornament { justify-content: flex-start; }
  .hero__lead { margin-left: 0; }
  .benefits__grid { grid-template-columns: repeat(2,1fr); }
  .benefits article { justify-content: flex-start; border-bottom: 1px solid rgba(11,58,103,.12); }
  .benefits article:nth-child(2) { border-right: 0; }
  .category-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .values__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 520px) {
  .nav-wrap { min-height: 72px; gap: 8px; }
  .brand__mark { font-size: 2rem; }
  .brand__text strong { font-size: 1.1rem; }
  .hero { min-height: 400px; }
  .hero__veil { background: rgba(247,243,234,.72); }
  .hero__content { width: 100%; text-align: center; }
  .ornament { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .values__grid { grid-template-columns: 1fr; }
}


/* Topbar utility links */
.topbar__right{display:flex;align-items:center;gap:10px;margin-left:auto}
.topbar__links{display:flex;align-items:center;gap:0}
.topbar__links a,.topbar__links form{position:relative;display:inline-flex;align-items:center;padding:0 7px}
.topbar__links a,.topbar__links button{color:inherit;text-decoration:none;text-transform:lowercase;font:inherit;font-size:.72rem;letter-spacing:.025em;white-space:nowrap;opacity:.92;background:none;border:0;min-width:0}
.topbar__links>:not(:first-child):before{content:"";position:absolute;left:0;top:50%;width:1px;height:11px;background:rgba(181,152,92,.65);transform:translateY(-50%)}
.topbar__links a:hover,.topbar__links button:hover{color:#B5985C}
.topbar__contact{display:flex;align-items:center;gap:7px;margin:0!important;font-size:.72rem;white-space:nowrap}
.topbar__separator{opacity:.45;margin:0 2px}
@media(max-width:767.98px){.topbar__inner{gap:10px}.topbar__inner>p:first-child{display:none}.topbar__right{width:100%;justify-content:center}.topbar__links a{font-size:.7rem;padding:0 10px}}


/* Utility topbar: sentence case, links only */
.topbar { text-transform: none; }
.topbar__inner { justify-content: flex-end; }
.topbar__right--links-only { margin-left: auto; }
.topbar__links a { text-transform: lowercase; letter-spacing: .015em; }
.topbar__lang .dropdown-toggle { display: inline-flex; align-items: center; color: inherit; background: none; border: 0; text-transform: lowercase; min-width: 0; padding: 0 7px; font: inherit; font-size: .72rem; letter-spacing: .025em; opacity: .92; }
.topbar__lang .dropdown-toggle:hover { color: #B5985C; }
.topbar__lang .dropdown-toggle::after { margin-left: 4px; vertical-align: middle; }
.topbar__lang .dropdown-menu { z-index: 1100; }
@media (max-width: 767.98px) {
  .topbar__inner { justify-content: center; }
  .topbar__right--links-only { margin-left: 0; width: auto; }
}
