:root{--gold:#C8A66A;--rosegold:#C89A83;--green:#7FA49F;--ink:#1A1A1A;--paper:#fff;--soft:#faf7f1}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Arial,sans-serif;
  margin:0;
  color:var(--ink);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(248,243,235,0.94)),
    url('assets/bg-texture.svg');
  background-size:cover,300px 300px;
}
a{color:inherit}
.container{max-width:1080px;margin:auto;padding:20px}

header{
  position:sticky;
  top:0;
  z-index:1100;
  background:rgba(26,26,26,.94);
  color: rgba(255,255,255,0.85);
  border-bottom:4px solid var(--gold);
  backdrop-filter:blur(8px);
  box-shadow:0 6px 18px rgba(0,0,0,.12);
}
header.scrolled{
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.header-bar{display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:12px;color: rgba(255,255,255,0.85);text-decoration:none}
.brand-text{font-weight:400;letter-spacing:.04em}
nav{display:flex;flex-wrap:wrap;justify-content:flex-end}
nav a{margin-left:18px;color:var(--gold);text-decoration:none;font-weight:400}
nav a:hover{color:var(--rosegold)}
.site-nav-compact{align-items:center;gap:12px;flex-wrap:nowrap}
.site-nav-compact a{margin-left:0}
.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}
.header-search{display:flex;align-items:stretch;min-width:min(100%,380px);max-width:380px;background:rgba(255,255,255,.98);border:1px solid rgba(200,166,106,.42);border-radius:999px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.header-search input{flex:1;border:none;padding:11px 16px;font:inherit;font-size:15px;color:#2b2b2b;min-width:160px;background:transparent}
.header-search input::placeholder{color:#9d968f}
.header-search input:focus{outline:none}
.header-search button{border:none;background:var(--gold);color: rgba(255,255,255,0.85);font:inherit;font-weight:800;text-transform:uppercase;padding:0 18px;cursor:pointer;letter-spacing:.03em;font-size:14px}
.header-search button:hover{background:var(--rosegold)}
.nav-cart-link{display:inline-flex;align-items:center;gap:8px;color:var(--gold)!important;white-space:nowrap;font-weight:400}
.nav-cart-icon{display:inline-flex;width:24px;height:24px}
.nav-cart-icon svg{width:24px;height:24px;display:block}
.nav-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:var(--gold);color: rgba(255,255,255,0.85);font-weight:800;font-size:18px;box-shadow:0 4px 12px rgba(200,166,106,.22)}

.hero{
  position:relative;
  overflow:hidden;
  padding:42px 0 36px;
}
.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;border-bottom:4px solid var(--gold)}
.hero-content{text-align:center}
.hero-badge{
  display:inline-block;
  background:rgba(200,166,106,.14);
  color:#7a5a2e;
  border:1px solid rgba(200,166,106,.35);
  padding:8px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:400;
  margin-bottom:18px;
}
.hero-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:10px}
.hero-logo{height:78px;width:auto;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.1)}
.hero h1{font-family:'Parisienne',cursive;font-size:56px;line-height:1;margin:0}
.slogan{font-family:'Parisienne',cursive;font-size:28px;margin:0 0 12px;opacity:.92}
.hero-text{max-width:720px;margin:0 auto 22px;font-size:18px;line-height:1.6;color:#3d3428}
.hero-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:6px 0 0}
.cta,.btn-pdf,.mini-cta,.btn-submit{
  display:inline-block;
  background:var(--gold);
  color: rgba(255,255,255,0.85);
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:400;
  border:none;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(200,166,106,.35);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.cta:hover,.btn-pdf:hover,.mini-cta:hover,.btn-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(200,166,106,.3);
  background:var(--rosegold);
}
.cta-secondary,.mini-cta-outline{
  background:transparent;
  color:var(--gold);
  border:2px solid var(--gold);
  box-shadow:none;
}
.cta-secondary:hover,.mini-cta-outline:hover{background:rgba(200,166,106,.08);color:var(--ink)}

section{
  background:#ffffffde;
  padding:28px;
  margin:26px 0;
  border-left:5px solid var(--gold);
  border-radius:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}
.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:20px}
h2{color:var(--ink);border-bottom:2px solid var(--gold);padding-bottom:8px;margin:0 0 18px}
h3{margin-top:0}
.section-intro{margin:0;color:#54473a;line-height:1.6}

#o-nas p{font-family:'Parisienne',cursive;font-size:30px;line-height:1.42;margin:0 10px;color:var(--ink)}

.benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.benefit-card{
  background:linear-gradient(180deg,#fff,#faf7f1);
  border:1px solid rgba(200,166,106,.22);
  border-radius:14px;
  padding:20px;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}
.benefit-icon{font-size:28px;margin-bottom:8px}
.benefit-card h3{margin-bottom:8px;color:#624725}
.benefit-card p{margin:0;line-height:1.6;color:#3c352d}

.katalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.card{
  background:#fff;
  border:1px solid rgba(127,164,159,.35);
  border-radius:16px;
  padding:16px;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
  transition:transform .22s ease, box-shadow .22s ease;
}
.card:hover{transform:translateY(-4px);box-shadow:0 14px 26px rgba(0,0,0,.08)}
.card img,.gallery-card img{width:100%;height:260px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 3px 10px rgba(0,0,0,.12)}
.card h3{font-family:'Parisienne',cursive;font-style:italic;color:var(--gold);font-size:30px;margin:12px 0 10px}
.card p{margin:0 0 10px;color:#2a2a2a;line-height:1.5}
.card .price{font-weight:400;color:#1a1a1a}

.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gallery-card{
  margin:0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
  border:1px solid rgba(200,166,106,.18);
}
.gallery-card figcaption{padding:14px 16px;font-weight:400;color:#5a4331}

.custom-order-grid{display:grid;grid-template-columns:1.15fr .95fr;gap:20px;align-items:start}
.check-list{padding-left:20px;margin:14px 0 0}
.check-list li{margin-bottom:10px;line-height:1.5}
.process-box{
  background:var(--soft);
  border:1px solid rgba(200,166,106,.24);
  border-radius:14px;
  padding:18px;
}
.process-box ol{margin:0;padding-left:22px}
.process-box li{margin-bottom:12px;line-height:1.5}

.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}
#kontakt-formular{grid-column:1 / -1;width:100%;}
.contact-card{
  background:#fafafa;
  border:1px solid rgba(127,164,159,.35);
  border-radius:14px;
  padding:20px;
}
.contact-card p{line-height:1.6}
.contact-card h3{margin-bottom:14px}
.contact-cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.contact-form{display:grid;gap:10px}
.contact-form label{font-weight:400;font-size:14px}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;padding:12px 14px;border:1px solid #d8d8d8;border-radius:10px;font:inherit;background:#fff;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{
  outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,166,106,.15);
}
.form-note{margin:0;font-size:14px;opacity:.75}

footer{background:var(--ink);color:var(--gold);padding:20px 0;margin-top:30px}
.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}
.footer-grid a{text-decoration:none}
.footer-grid a:hover{color: rgba(255,255,255,0.85)}

.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);align-items:center;justify-content:center;padding:20px;z-index:1400}
.modal.open{display:flex}
.modalBox{background:#fff;border-radius:14px;max-width:720px;width:min(94vw,720px);padding:22px;box-shadow:0 20px 50px rgba(0,0,0,.3);text-align:center;position:relative}
.modalClose{border:none;background:transparent;font-size:28px;cursor:pointer;position:absolute;right:18px;top:8px;color:#666}
.modalTitle{font-family:'Parisienne',cursive;font-size:30px;color:#C8A66A;margin:10px 0}
.modalBox img{width:100%;height:auto;border-radius:10px;margin-bottom:12px}

.sticky-contact-bar{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:14px;
  z-index:1250;
  display:none;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:min(92vw,380px);
  background:var(--ink);
  color: rgba(255,255,255,0.85);
  text-decoration:none;
  border:1px solid rgba(200,166,106,.35);
  border-radius:999px;
  padding:12px 18px;
  box-shadow:0 12px 26px rgba(0,0,0,.24);
}
.sticky-contact-bar span{font-weight:400}
.sticky-contact-bar small{opacity:.85}

#backToTop{
  position:fixed;
  right:24px;
  bottom:24px;
  width:48px;
  height:48px;
  border:none;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold),var(--rosegold));
  color: rgba(255,255,255,0.85);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  opacity:0;
  transform:translateY(14px);
  pointer-events:none;
  transition:opacity .25s ease, transform .25s ease, box-shadow .25s ease;
  z-index:1200;
}
#backToTop.show{opacity:1;transform:translateY(0);pointer-events:auto}
#backToTop:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.22)}
#backToTop:focus-visible{outline:3px solid rgba(200,166,106,.35);outline-offset:3px}

@media (max-width:900px){
  .benefits-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .custom-order-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .footer-bottom{gap:10px 14px}
  .footer-bottom a + a::before{display:none}
}
@media (max-width:760px){
  .header-bar{flex-direction:column;align-items:flex-start}
  nav{justify-content:flex-start}
  nav a{margin:0 14px 8px 0}
  .hero{padding-top:30px}
  .hero-row{flex-direction:column;gap:8px}
  .hero h1{font-size:46px}
  .slogan{font-size:24px}
  .hero-text{font-size:17px}
  .katalog-grid,.gallery-grid,.benefits-grid{grid-template-columns:1fr}
  #o-nas p{font-size:24px}
  section{padding:22px}
  .sticky-contact-bar{display:flex}
  #backToTop{right:16px;bottom:78px;width:44px;height:44px;font-size:20px}
}


/* --- Header/logo size tweak --- */
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 50px;
  width: auto;
}

header {
  padding: 10px 20px;
}


/* --- CTA button in header --- */
.header-cta,
.btn.primary {
  background: #ff6b6b;
  color: rgba(255,255,255,0.85);
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight:400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.header-cta:hover,
.btn.primary:hover {
  background: #e05555;
  transform: translateY(-1px);
}

/* --- Reviews section --- */
.reviews .container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.review-card p {
  margin-bottom: 14px;
}

.review-card strong a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(190,154,90,.45);
}

.review-card strong a:hover{
  color:var(--accent-dark);
  border-bottom-color:var(--accent-dark);
}

/* --- Scroll reveal --- */
.fade-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Gallery lightbox --- */
.gallery img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery img:hover {
  transform: translateY(-2px);
}

.gallery-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3000;
}

.gallery-lightbox-overlay img {
  max-width: 92%;
  max-height: 92%;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.35);
}

/* --- Mobile tuning --- */
@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  section {
    padding: 40px 20px;
  }

  h1 {
    font-size: 26px;
  }

  .header-cta,
  .btn.primary {
    padding: 9px 14px;
    font-size: 14px;
  }
}


/* --- Header compact + alignment --- */
header {
  padding: 6px 20px;
}

.header-container {
  display:flex;
  align-items:center;
  justify-content:space-between;
}

nav {
  display:flex;
  align-items:center;
  gap:20px;
}

.header-cta {
  margin-left:20px;
  height:36px;
  display:flex;
  align-items:center;
}

/* make CTA visually consistent */
.header-cta {
  background: transparent;
  color:#333;
  font-weight:600;
  box-shadow:none;
}

.header-cta:hover {
  color:#007BFF;
  background:transparent;
}



/* ===== Final polish v6 ===== */
:root{
  --gold:#c8a66a;
  --gold-dark:#b28f53;
  --rosegold:#c89a83;
  --green:#7fa49f;
  --ink:#201910;
  --ink-soft:#4f4538;
  --paper:#fffdf9;
  --soft:#fbf7f1;
  --line:rgba(200,166,106,.22);
}

body{
  font-family:'Inter', Arial, sans-serif;
  line-height:1.6;
  letter-spacing:-0.01em;
  color:var(--ink);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.97), rgba(248,243,235,0.96)),
    url('assets/bg-texture.svg');
}

.container{
  max-width:1120px;
  margin:auto;
  padding:0 24px;
}

header{
  padding:0;
  min-height:68px;
}

.header-bar{
  min-height:68px;
  gap:18px;
}

.brand{
  min-height:68px;
  display:flex;
  align-items:center;
}

.brand-text{
  font-size:1rem;
  font-weight:800;
  letter-spacing:.03em;
}

.site-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  flex-wrap:wrap;
}

.site-nav a{
  margin:0;
  display:inline-flex;
  align-items:center;
  min-height:40px;
  color:var(--gold);
  text-decoration:none;
  font-weight:400;
  font-size:.96rem;
  border-bottom:2px solid transparent;
  transition:color .2s ease,border-color .2s ease,transform .2s ease;
}

.site-nav a:hover{
  color:#f3d8a6;
  border-color:rgba(243,216,166,.55);
  transform:translateY(-1px);
}

.header-cta{
  padding:0 2px;
}

.hero{
  padding:34px 0 28px;
}

.hero-content.container{
  padding-top:18px;
  padding-bottom:10px;
}

.hero-logo{
  height:68px;
  border-radius:14px;
}

.hero h1{
  text-shadow:0 2px 8px rgba(0,0,0,.04);
}

.slogan{
  color:var(--ink-soft);
  margin-top:6px;
  margin-bottom:10px;
}

section{
  background:rgba(255,255,255,.88);
  padding:30px;
  margin:24px 0;
  border-left:4px solid var(--gold);
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,0,0,.06);
}

h2{
  margin-bottom:16px;
  font-size:1.6rem;
}

.section-intro,
.card p,
.benefit-card p,
.contact-card p,
.process-box li,
.check-list li,
.review-card p{
  color:var(--ink-soft);
}

.katalog-grid,
.gallery-grid,
.benefits-grid,
.reviews-grid{
  gap:20px;
}

.card,
.gallery-card,
.benefit-card,
.review-card,
.contact-card,
.process-box{
  border-radius:18px;
}

.card,
.gallery-card,
.benefit-card,
.review-card{
  box-shadow:0 10px 24px rgba(0,0,0,.065);
}

.card img,
.gallery-card img{
  border-radius:14px;
}

.card h3{
  line-height:1.15;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  border-radius:12px;
}

.cta,.btn-pdf,.mini-cta,.btn-submit{
  border-radius:999px;
}

footer{
  margin-top:34px;
  padding:24px 0 10px;
}

.footer-grid{
  gap:16px;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:18px;
  padding:14px 24px 6px;
  text-align:center;
  color:var(--gold);
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 26px;
}

.footer-bottom a{
  color:var(--gold);
  text-decoration:none;
  font-weight:600;
  display:inline-flex;
  align-items:center;
}

.footer-bottom a:hover{
  color: rgba(255,255,255,0.85);
}

.footer-bottom a + a::before{
  content:"•";
  color:rgba(200,166,106,.72);
  margin-right:26px;
}

.legal-page h1{
  font-size:2rem;
  margin:0;
}

.legal-list{
  margin:0;
  padding-left:22px;
}

.legal-list li{
  margin-bottom:8px;
}

@media (max-width: 900px){
  .site-nav{
    gap:14px;
  }
}

@media (max-width: 760px){
  .container{
    padding:0 18px;
  }

  header{
    position:sticky;
    top:0;
  }

  .header-bar{
    min-height:auto;
    padding:10px 0;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .brand,
  .site-nav{
    min-height:auto;
  }

  .site-nav{
    width:100%;
    justify-content:flex-start;
    gap:12px 16px;
  }

  .site-nav a{
    min-height:32px;
    font-size:.94rem;
  }

  .hero{
    padding:24px 0 20px;
  }

  .hero-logo{
    height:58px;
  }

  .hero h1{
    font-size:44px;
  }

  .slogan{
    font-size:22px;
  }

  section{
    padding:22px 18px;
    margin:18px 0;
  }

  h2{
    font-size:1.35rem;
  }
}


.dynamic-katalog-grid .card img,
.dynamic-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
  display: block;
  background:#f8f5ef;
}

.card-image-placeholder {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2ede4;
  color: #7a6b58;
  font-weight: 600;
}

.empty-catalog {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  color: #6b5b4b;
}

.price-eur{font-weight:600;color:#6b625b}


.dynamic-katalog-grid{align-items:stretch}
.dynamic-card{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  padding:0;
  cursor:pointer;
}
.dynamic-card img,.dynamic-card .card-image-placeholder{
  height:280px;
  border-radius:16px 16px 0 0;
}

.card-media{position:relative}
.card-tags-overlay{position:absolute;top:12px;left:12px;right:12px;z-index:2;display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;pointer-events:none}
.card-tags-overlay .card-tag{margin-bottom:0;border-radius:10px;padding:6px 10px;font-size:11px;letter-spacing:.04em;box-shadow:0 8px 18px rgba(0,0,0,.12);backdrop-filter:blur(2px)}
.card-tag-featured{background:rgba(200,166,106,.96);color:#fff;border:1px solid rgba(255,255,255,.25)}
.card-tag-new{background:rgba(22,163,74,.94);color:#fff;border:1px solid rgba(255,255,255,.22)}
.card-tag-stock{background:rgba(37,99,235,.92);color:#fff;border:1px solid rgba(255,255,255,.22)}

.card-image-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f4eee4,#ebe2d6);
  color:#6b5b49;
  font-weight:400;
}
.card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.card-body h3{margin:0;font-size:22px;line-height:1.2}
.card-body p{margin:0;font-size:15px;line-height:1.45}
.card-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;margin-top:auto;padding-top:8px}
.card-actions .mini-cta{border:none}
.qty-selector{display:inline-flex;align-items:center;gap:0;border:1px solid rgba(199,161,83,.35);border-radius:999px;overflow:hidden;background:#fff;min-height:38px}
.qty-btn{appearance:none;border:none;background:#f7f1e6;color:#7a5e22;font-size:18px;font-weight:400;line-height:1;width:34px;height:38px;cursor:pointer;transition:background .2s ease,color .2s ease}
.qty-btn:hover{background:#eadab7}
.qty-input{width:42px;height:38px;border:none;text-align:center;font-weight:400;color:#3a2a14;background:#fff;appearance:textfield;-moz-appearance:textfield;font-size:15px}
.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{appearance:none;margin:0}
.qty-input:focus{outline:none;background:#fffaf0}
.qty-selector-modal{margin-right:4px}
.price-eur{color:#6b5b49;font-weight:600}
.modalActions{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}
.modalBox{
  max-width:1040px;
  width:min(94vw,1040px);
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 24px 50px rgba(0,0,0,.18);
}
.modalBox{
  max-height:min(90vh,980px);
  overflow:auto;
}
.modalBox img{
  display:block;
  width:100%;
  max-height:82vh;
  object-fit:contain;
  background:#f8f5ef;
  border-radius:18px;
  margin-bottom:18px;
}
.modalTitle{margin-bottom:10px}
#kontakt-formular{scroll-margin-top:110px}

@media (max-width: 720px){
  .dynamic-card img,.dynamic-card .card-image-placeholder{height:220px}
  .card-actions{grid-template-columns:1fr}
  .card-actions .mini-cta{width:100%;text-align:center;justify-content:center}
}


.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin:0 0 18px}
.catalog-search{display:flex;align-items:center;gap:10px;min-width:min(100%,340px);margin-left:auto}
.catalog-search input[type="search"]{width:min(100%,340px);padding:13px 16px;border:1px solid rgba(200,166,106,.35);border-radius:999px;background:#fff;font-size:15px;box-shadow:0 8px 18px rgba(0,0,0,.04)}
.catalog-search input[type="search"]:focus{outline:none;border-color:#c8a66a;box-shadow:0 0 0 3px rgba(200,166,106,.14)}
.search-clear{border:none;background:transparent;color:#8a6a38;font-weight:800;cursor:pointer;padding:8px 4px}
.search-clear:hover{color:#5d4632}
.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}
.empty-catalog-search{margin-top:16px}
.card{cursor:pointer}
.card:focus-visible{outline:3px solid rgba(200,166,106,.32);outline-offset:3px}
@media (max-width: 720px){
  .catalog-search{width:100%;min-width:0}
  .catalog-search input[type="search"]{width:100%}
}

.catalog-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0}
.filter-chip{border:1px solid rgba(200,166,106,.45);background:#fff;color:#5d4632;padding:10px 14px;border-radius:999px;font-weight:400;cursor:pointer;transition:.2s ease}
.filter-chip:hover,.filter-chip.active{background:#c8a66a;color: rgba(255,255,255,0.85);border-color:#c8a66a}
.card-tag{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f6efe3;color:#8a6a38;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;margin-bottom:10px}
.password-gate{display:flex;justify-content:center;padding:20px 0 10px}
.password-card{max-width:520px;width:100%;background:#fff;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.08);padding:26px;text-align:center}
.password-card form{display:grid;gap:12px;margin-top:18px}
.password-card input{width:100%;box-sizing:border-box;border:1px solid #d9cdbd;border-radius:12px;padding:14px;font-size:16px}

.card-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:2px}
.card-tag{margin-bottom:0}
.featured-grid{margin-bottom:8px}
.featured-card{border:1px solid rgba(200,166,106,.22);box-shadow:0 14px 34px rgba(185,149,84,.12)}
.featured-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(185,149,84,.16)}
.modal-featured-tag{margin:4px auto 12px;width:max-content}
@media (max-width: 720px){
  .card-tags{gap:6px}
}


.form-note-intro{margin-top:-6px;margin-bottom:12px}
.form-perks{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}
.form-perks span{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#f6efe3;color:#8a6a38;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.selected-product-wrap{padding:12px 14px;border:1px solid rgba(200,166,106,.24);background:#fcf8f2;border-radius:12px}
.selected-product-wrap input[readonly]{background:#fffaf2;font-weight:400;color:#6b5337}
.consent-check{display:flex;gap:10px;align-items:flex-start;font-weight:600;line-height:1.5}
.consent-check input{width:auto;margin-top:4px}
.productModalBox{text-align:left;padding:32px}
.product-modal-layout{display:grid;grid-template-columns:minmax(420px,1.45fr) minmax(300px,.95fr);gap:34px;align-items:start}
.product-modal-media{display:flex;align-items:flex-start;justify-content:center}
.product-modal-media img{margin-bottom:0;min-height:560px;padding:18px;box-shadow:0 14px 34px rgba(0,0,0,.08)}
.product-modal-content{display:flex;flex-direction:column;gap:12px;padding-top:10px}
.modal-category{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a6a38}
.modalLead{font-size:17px;line-height:1.6;color:#4f4133;margin:0}
.modalPriceWrap{padding:14px 16px;border-radius:14px;background:#fcf8f2;border:1px solid rgba(200,166,106,.2)}
.modalPrice{margin:0 0 6px;font-size:22px}
.modalAvailability{margin:0;color:#6b5b49}
.modalDescription{line-height:1.75;color:#3d342c}
.modalBenefits{display:grid;grid-template-columns:1fr;gap:10px}
.modalBenefit{padding:12px 14px;border-radius:12px;background:#faf7f1;border:1px solid rgba(200,166,106,.16);font-weight:400;color:#5b4937}
.modalActions .mini-cta{border:none}
.modalMicrocopy{margin:0;color:#766556;font-size:14px;line-height:1.5}
.featured-card .card-body{gap:12px}
.featured-card .card-body h3{margin-top:4px}
@media (max-width: 980px){
  .product-modal-layout{grid-template-columns:1fr}
  .product-modal-media img{min-height:420px;max-height:62vh}
}
@media (max-width: 720px){
  .form-grid-2{grid-template-columns:1fr}
  .productModalBox{padding:18px}
  .product-modal-media img{min-height:320px;padding:12px}
}

.form-success,.form-error{border-radius:14px;padding:14px 16px;margin:0 0 16px;font-weight:600}
.form-success{background:#ecfdf3;border:1px solid #86efac;color:#166534}
.form-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}

/* E-shop v1 */
.cart-floating-bar{position:sticky;top:76px;z-index:90;display:flex;justify-content:flex-end;padding:8px 18px 0;pointer-events:none}.cart-floating-link{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;background:#111827;color: rgba(255,255,255,0.85);text-decoration:none;padding:10px 16px;border-radius:999px;box-shadow:0 10px 24px rgba(17,24,39,.18);font-weight:800}.cart-floating-link span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:#c8a66a;color: rgba(255,255,255,0.85);padding:0 8px}.cart-order-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,420px);gap:24px;align-items:start}.cart-card,.order-card{background:#fff;border-radius:22px;box-shadow:0 12px 34px rgba(0,0,0,.08);padding:24px}.cart-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:18px;flex-wrap:wrap}.cart-table-wrap{overflow:auto}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:14px 10px;border-bottom:1px solid #ece7dd;text-align:left;vertical-align:middle}.cart-product-cell{display:flex;gap:12px;align-items:center}.cart-product-cell img,.cart-thumb-placeholder{width:62px;height:62px;border-radius:12px;object-fit:cover;background:#f2ece2;flex:0 0 62px}.cart-qty-input{width:84px;padding:10px 12px;border:1px solid #d9cdbd;border-radius:12px;font-size:15px}.cart-remove-btn{width:40px;height:40px;border-radius:999px;border:none;background:#fef2f2;color:#b91c1c;font-size:24px;cursor:pointer}.cart-summary{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cart-summary>div{padding:16px;border-radius:16px;background:#fcf8f2;border:1px solid rgba(200,166,106,.2)}.cart-summary span{display:block;color:#6b5b49;margin-bottom:8px}.cart-summary strong{font-size:24px}.mini-cta-gold{background:#c8a66a;color: rgba(255,255,255,0.85);border:none}.mini-cta-gold:hover{background:#b78d42}#orderSummaryPreview{min-height:160px}@media (max-width:980px){.cart-order-grid{grid-template-columns:1fr}}@media (max-width:720px){.cart-floating-bar{top:72px;padding-right:12px}.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}.cart-summary{grid-template-columns:1fr}}


.eshop-cta-card{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:28px;border-radius:24px;background:linear-gradient(135deg,#fff8ef,#ffffff);box-shadow:0 12px 34px rgba(0,0,0,.08);margin:8px 0 6px}
.eshop-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.cart-bump{animation:cartBump .45s ease}
@keyframes cartBump{0%{transform:scale(1)}40%{transform:scale(1.08)}100%{transform:scale(1)}}
.checkout-main{padding-top:28px;padding-bottom:72px}
.checkout-shell{display:grid;gap:22px}
.checkout-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:14px}
.checkout-topbar .mini-cta{text-decoration:none}
.checkout-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:8px 0 24px}
.checkout-step{background:#fff;border:1px solid #eadfce;border-radius:18px;padding:14px 16px;display:flex;gap:12px;align-items:center}
.checkout-step-number{width:36px;height:36px;border-radius:999px;background:#f5ecde;display:flex;align-items:center;justify-content:center;font-weight:800;color:#6b5b49;flex:0 0 36px}
.checkout-step.active{border-color:#c8a66a;box-shadow:0 12px 24px rgba(200,166,106,.16)}
.checkout-step.active .checkout-step-number{background:#c8a66a;color: rgba(255,255,255,0.85)}
.checkout-card{background:#fff;border-radius:24px;box-shadow:0 12px 34px rgba(0,0,0,.08);padding:26px}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,380px);gap:24px;align-items:start}
.checkout-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px}
.checkout-actions .mini-cta{text-decoration:none}
.checkout-summary-box{display:grid;gap:14px}
.checkout-summary-totals{display:grid;gap:10px}
.checkout-summary-totals>div{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:16px;background:#fcf8f2;border:1px solid rgba(200,166,106,.2)}
.checkout-list{display:grid;gap:12px}
.checkout-item{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #ece7dd;border-radius:16px;background:#fff}
.checkout-item-main{display:flex;gap:12px;align-items:center}
.checkout-item-main img,.checkout-item-thumb{width:62px;height:62px;border-radius:14px;object-fit:cover;background:#f2ece2;flex:0 0 62px}
.checkout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.checkout-form-grid .full{grid-column:1/-1}
.checkout-empty{padding:24px;border:1px dashed #d8cabb;border-radius:20px;background:#fff8ef;text-align:center}
.checkout-note{color:#6b5b49;font-size:14px}
.checkout-confirm{display:grid;gap:14px}
.checkout-success{padding:18px 20px;border-radius:18px;background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}

.qty-control{display:inline-flex;align-items:center;gap:8px}
.qty-btn{width:34px;height:34px;border:1px solid #d6c5ab;border-radius:999px;background:#fff;color:#8d6b2f;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.qty-btn:hover{background:#f8f1e4;border-color:#cfae73}
.qty-btn:active{transform:translateY(1px)}
.qty-input.cart-qty-input{width:56px;min-width:56px;height:34px;padding:0 8px;text-align:center;border:1px solid #d6c5ab;border-radius:999px;background:#fff;font-weight:700}
.qty-input.cart-qty-input::-webkit-outer-spin-button,.qty-input.cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.qty-input.cart-qty-input{-moz-appearance:textfield;appearance:textfield}

.checkout-hidden{display:none!important}
@media (max-width:980px){.checkout-layout,.checkout-steps{grid-template-columns:1fr}.eshop-cta-card{flex-direction:column;align-items:flex-start}.checkout-form-grid{grid-template-columns:1fr}}

.checkout-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;align-items:start}
.checkout-choice-grid>div{display:flex;flex-direction:column}
.choice-title{font-weight:800;margin-bottom:10px;color:#2b2b2b}
.choice-stack{display:grid;gap:10px;grid-auto-rows:1fr}
.choice-card{display:flex;gap:10px;align-items:flex-start;min-height:108px;height:100%;box-sizing:border-box;padding:14px 16px;border:1px solid rgba(200,166,106,.35);border-radius:18px;background:#fff7ea;cursor:pointer}
.choice-card input{margin-top:4px;flex:0 0 auto}
.choice-card span{display:flex;flex-direction:column;justify-content:flex-start;min-height:100%}
.choice-card strong{display:block;color:#222}
.choice-card small{display:block;color:#6b6257;line-height:1.45}

.dynamic-card .price{font-size:16px;font-weight:800}
.card-actions .mini-cta{min-height:38px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;text-align:center;width:100%}
.card-actions .mini-cta-outline{white-space:nowrap}
.card-tags{margin-bottom:4px}
@media (max-width: 1180px){
  .katalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 860px){
  .katalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-actions{grid-template-columns:1fr auto}
  
}
@media (max-width: 560px){
  .katalog-grid{grid-template-columns:1fr}
}


/* Cart feedback */
.mini-cta.is-added{
  background:#8fbc8f;
  box-shadow:0 8px 20px rgba(143,188,143,.35);
}
.cart-bump{
  animation:cartBump .5s ease;
}
@keyframes cartBump{
  0%{transform:scale(1)}
  35%{transform:scale(1.08)}
  65%{transform:scale(.97)}
  100%{transform:scale(1)}
}
.cart-toast{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:250;
  max-width:min(92vw,360px);
  padding:14px 18px;
  border-radius:16px;
  background:#111827;
  color: rgba(255,255,255,0.85);
  box-shadow:0 14px 36px rgba(17,24,39,.25);
  font-weight:400;
  line-height:1.4;
  opacity:0;
  transform:translateY(14px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
}
.cart-toast.show{
  opacity:1;
  transform:translateY(0);
}
@media (max-width:720px){
  .cart-toast{
    left:12px;
    right:12px;
    bottom:12px;
    max-width:none;
  }
}


/* Balikovna modal */
body.modal-open{overflow:hidden}
.balikovna-modal-box{max-width:680px}
.choice-card input[type="radio"]{accent-color:#c8a66a}


.balikovna-suggestions{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:12px;
}
.balikovna-suggestion{
  appearance:none;
  text-align:left;
  border:1px solid rgba(200,166,106,.22);
  background:#fff;
  border-radius:14px;
  padding:10px 12px;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.balikovna-suggestion:hover{
  transform:translateY(-1px);
  border-color:rgba(200,166,106,.45);
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}
.balikovna-suggestion strong{
  display:block;
  color:#2f2419;
  margin-bottom:4px;
}
.balikovna-suggestion span{
  display:block;
  color:#6b5b49;
  font-size:14px;
}
.balikovna-autocomplete-state{
  font-size:14px;
}


.selected-point-card{
  border:1px solid rgba(200,166,106,.25);
  background:#fffdfa;
  border-radius:14px;
  padding:12px 14px;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.cart-floating-bar{display:none !important}

@media (max-width: 920px){
  .header-bar{flex-wrap:wrap;justify-content:center}
  .brand{width:100%;justify-content:center}
  .site-nav-compact{width:100%;justify-content:center;flex-wrap:wrap}
  .header-search{max-width:100%;width:100%}
}
@media (max-width: 640px){
  .container{padding:16px}
  .header-search input{min-width:0;padding:14px 14px;font-size:15px}
  .header-search button{padding:0 18px}
  .nav-cart-count{min-width:40px;height:40px;font-size:20px}
  .nav-cart-icon{font-size:24px}
}


/* Header search + cart polish */
.header-bar{
  justify-content:space-between;
  align-items:center;
}

.site-nav-compact{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  flex:1 1 auto;
  min-width:0;
  flex-wrap:nowrap;
}

.header-search{
  flex:1 1 420px;
  min-width:280px;
  max-width:460px;
  height:50px;
  margin-left:auto;
  background:rgba(255,251,245,.98);
  border:1px solid rgba(200,166,106,.38);
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.header-search input{
  background:transparent;
  padding:0 20px;
  color:#3d3428;
}

.header-search input::placeholder{
  color:#9a8f80;
}

.header-search button{
  min-width:150px;
  padding:0 28px;
  background:linear-gradient(180deg, var(--gold), #b89051);
  color: rgba(255,255,255,0.85);
  font-size:.95rem;
  font-weight:800;
  letter-spacing:.04em;
}

.header-search button:hover{
  background:linear-gradient(180deg, #d5b171, #bf9553);
}

.nav-cart-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 10px 8px 14px;
  border-radius:999px;
  background:rgba(200,166,106,.08);
  border:1px solid rgba(200,166,106,.24);
  box-shadow:none;
}

.nav-cart-link:hover{
  background:rgba(200,166,106,.14);
  color:#f3d8a6 !important;
  transform:translateY(-1px);
}

.nav-cart-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  filter:none;
}

.nav-cart-icon svg{
  width:22px;
  height:22px;
  display:block;
}

.nav-cart-count{
  min-width:34px;
  height:34px;
  padding:0 10px;
  font-size:1rem;
  box-shadow:none;
}

@media (max-width: 920px){
  .header-bar{
    flex-wrap:wrap;
    justify-content:space-between;
  }

  .brand{
    width:auto;
    justify-content:flex-start;
  }

  .site-nav-compact{
    width:100%;
    justify-content:flex-end;
    flex-wrap:nowrap;
  }

  .header-search{
    width:auto;
    max-width:none;
  }
}

@media (max-width: 760px){
  .header-bar{
    align-items:stretch;
  }

  .brand{
    width:100%;
    justify-content:center;
  }

  .site-nav-compact{
    width:100%;
    justify-content:space-between;
    gap:10px;
  }

  .header-search{
    flex:1 1 auto;
    min-width:0;
    height:46px;
  }

  .header-search button{
    min-width:118px;
    padding:0 18px;
  }
}

@media (max-width: 560px){
  .site-nav-compact{
    flex-wrap:wrap;
  }

  .header-search{
    width:100%;
    order:1;
  }

  .nav-cart-link{
    margin-left:auto;
    order:2;
  }
}

.firmy-rating-wrap{margin-top:12px}
.firmy-rating-link{display:inline-flex;align-items:center;max-width:100%}
.firmy-rating-badge{display:block;max-width:220px;width:100%;height:auto;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.18);background:#fff;transition:transform .2s ease, box-shadow .2s ease}
.firmy-rating-link:hover .firmy-rating-badge,.firmy-rating-link:focus-visible .firmy-rating-badge{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.24)}


/* Final header + footer polish */
.header-search{
  flex:0 1 360px;
  min-width:240px;
  max-width:360px;
  height:42px;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.header-search input{
  padding:0 16px;
  font-size:14px;
}
.header-search button{
  min-width:120px;
  padding:0 20px;
  font-size:14px;
}
.nav-cart-link{
  gap:8px;
  padding:4px 8px 4px 12px;
}
.nav-cart-link > span:not(.nav-cart-icon):not(.nav-cart-count){
  font-size:14px;
}
.nav-cart-icon, .nav-cart-icon svg{
  width:20px;
  height:20px;
}
.nav-cart-count{
  min-width:28px;
  height:28px;
  padding:0 8px;
  font-size:14px;
}
.footer-rating-wrap{
  margin-top:14px;
}
.footer-rating-wrap .firmy-rating-badge{
  max-width:190px;
  box-shadow:0 6px 16px rgba(0,0,0,.16);
}
@media (max-width: 760px){
  .header-search{
    height:40px;
    max-width:none;
  }
  .header-search button{
    min-width:108px;
    padding:0 16px;
  }
}
@media (max-width: 560px){
  .site-nav-compact{
    gap:8px;
  }
  .header-search{
    flex:1 1 auto;
    min-width:0;
  }
}


.footer-social-card{margin-top:16px;padding:18px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));border:1px solid rgba(200,166,106,.22);max-width:360px;backdrop-filter:blur(4px);box-shadow:0 14px 28px rgba(0,0,0,.16)}
.footer-social-title{font-weight:800;font-size:15px;letter-spacing:.02em;color: rgba(255,255,255,0.85);margin-bottom:8px}
.footer-social-text{margin:0 0 14px;color:rgba(255,244,220,.82);font-size:14px;line-height:1.55}
.footer-social-links-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.social-card-link{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-height:132px;padding:14px;border-radius:18px;background:rgba(20,12,5,.34);border:1px solid rgba(200,166,106,.16);text-decoration:none;color:#f7e7c0;box-shadow:0 10px 22px rgba(0,0,0,.18);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}
.social-card-link:hover,.social-card-link:focus-visible{transform:translateY(-3px);box-shadow:0 16px 28px rgba(0,0,0,.24);border-color:rgba(200,166,106,.34);background:rgba(28,17,8,.5);color: rgba(255,255,255,0.85)}
.social-card-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.1);color:inherit}
.social-card-icon svg{display:block;width:24px;height:24px}
.social-card-copy{display:flex;flex-direction:column;gap:4px}
.social-card-name{font-weight:800;font-size:15px;line-height:1.2}
.social-card-meta{font-size:12px;line-height:1.45;color:rgba(255,244,220,.72)}
.social-card-link:hover .social-card-meta,.social-card-link:focus-visible .social-card-meta{color:rgba(255,255,255,.84)}
.social-card-arrow{position:absolute;right:14px;bottom:12px;font-size:18px;line-height:1;color:rgba(255,244,220,.72);transition:transform .22s ease,color .22s ease}
.social-card-link:hover .social-card-arrow,.social-card-link:focus-visible .social-card-arrow{transform:translateX(3px);color: rgba(255,255,255,0.85)}
.social-card-instagram:hover .social-card-icon,.social-card-instagram:focus-visible .social-card-icon{background:linear-gradient(135deg,rgba(255,188,95,.32),rgba(178,69,146,.28));color:#ffd4ef}
.social-card-facebook:hover .social-card-icon,.social-card-facebook:focus-visible .social-card-icon{background:linear-gradient(135deg,rgba(24,119,242,.28),rgba(89,151,255,.18));color:#d8e8ff}
@media (max-width: 760px){
  .footer-social-card{max-width:none}
}
@media (max-width: 420px){
  .footer-social-links-cards{grid-template-columns:1fr}
  .social-card-link{min-height:116px}
}


/* Footer layout refresh */
.footer-layout{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.98fr) minmax(260px,.84fr);
  gap:24px;
  align-items:start;
}
.footer-layout a{text-decoration:none}
.footer-layout a:hover{color: rgba(255,255,255,0.85)}
.footer-brand-block,
.footer-side-card,
.footer-social-card{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.028));
  border:1px solid rgba(200,166,106,.18);
  box-shadow:0 14px 28px rgba(0,0,0,.14);
}
.footer-brand-block{
  padding:24px 26px;
  border-radius:22px;
  min-height:100%;
}
.footer-heading{
  font-size:2rem;
  line-height:1.08;
  font-weight:800;
  color: rgba(255,255,255,0.85);
  margin-bottom:10px;
}
.footer-lead{
  margin:0 0 20px;
  max-width:28rem;
  color:rgba(255,244,220,.9);
  font-size:1rem;
  line-height:1.65;
}
.footer-contact-list{
  display:grid;
  gap:8px;
  font-size:1rem;
}
.footer-contact-list strong{
  color: rgba(255,255,255,0.85);
  font-size:1.18rem;
}
.footer-contact-list a,
.footer-contact-list span,
.footer-meta-line{
  color:var(--gold);
}
.footer-meta-line{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  align-items:center;
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(200,166,106,.16);
  font-size:.95rem;
}
.footer-meta-line a{
  font-weight:400;
}
.footer-social-column{
  display:flex;
}
.footer-social-card{
  margin-top:0;
  width:100%;
  max-width:none;
  min-height:100%;
}
.footer-side-stack{
  display:grid;
  gap:16px;
}
.footer-side-card{
  border-radius:20px;
  padding:18px 20px;
}
.footer-side-title{
  margin-bottom:12px;
  color: rgba(255,255,255,0.85);
  font-weight:800;
  font-size:.98rem;
}
.footer-rating-card .firmy-rating-badge{
  max-width:190px;
}
.footer-link-list{
  display:grid;
  gap:10px;
}
.footer-link-list a{
  display:inline-flex;
  align-items:center;
  color:rgba(255,244,220,.9);
  font-weight:600;
}
.footer-link-list a::before{
  content:"→";
  margin-right:8px;
  color:rgba(200,166,106,.8);
  transition:transform .2s ease, color .2s ease;
}
.footer-link-list a:hover::before{
  transform:translateX(2px);
  color: rgba(255,255,255,0.85);
}

@media (max-width: 1080px){
  .footer-layout{
    grid-template-columns:1fr 1fr;
  }
  .footer-brand-block{
    grid-column:1 / -1;
  }
}
@media (max-width: 760px){
  .footer-layout{
    grid-template-columns:1fr;
  }
  .footer-heading{
    font-size:1.7rem;
  }
  .footer-brand-block,
  .footer-side-card,
  .footer-social-card{
    padding-left:20px;
    padding-right:20px;
  }
}


/* Footer softening tweak */
.footer-heading{
  font-size:1.45rem;
  line-height:1.08;
  font-weight:700;
  color:rgba(255,255,255,.78);
  margin-bottom:14px;
}
.footer-lead{display:none!important}
.footer-contact-list{
  gap:10px;
}
.footer-contact-list strong{
  font-size:1rem;
}
.footer-name-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  color:rgba(255,255,255,.92);
  font-size:1.12rem;
  font-weight:700;
  text-decoration:none;
  transition:opacity .2s ease,color .2s ease,transform .2s ease;
}
.footer-name-link:hover,
.footer-name-link:focus-visible{
  color:rgba(255,255,255,.98);
  opacity:.86;
  transform:translateX(1px);
}
.footer-meta-line{
  margin-top:18px;
  padding-top:14px;
  gap:0;
}
.footer-meta-line a{display:none!important}
.footer-meta-line span{
  color:rgba(255,244,220,.82);
}
@media (max-width: 760px){
  .footer-heading{font-size:1.3rem;}
  .footer-name-link{font-size:1.04rem;}
}


/* Hide helper text under contact form submit button */
#kontakt-formular .form-note{display:none !important;}


.header-cta-outline,
.nav-account-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#6a5430;
  border:1px solid #d7c3a2;
  border-radius:999px;
  padding:8px 14px;
  background:#fffaf2;
  font-weight:600;
}

.header-cta-outline:hover,
.nav-account-link:hover{
  background:#f8efdf;
  color:#4a3820;
}

.account-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

@media (max-width: 900px){
  .account-grid{grid-template-columns:1fr;}
}

.card-tag-new{background:rgba(22,163,74,.94);color:#fff;border:1px solid rgba(255,255,255,.22)}


/* --- Reviews refresh --- */
.review-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  height:100%;
  border:1px solid rgba(200,166,106,.16);
  background:linear-gradient(180deg,#fffdfb 0%,#ffffff 100%);
}

.review-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.review-stars{
  display:flex;
  gap:4px;
  line-height:1;
}

.review-star{
  color:#e2d7c2;
  font-size:1.05rem;
}

.review-star.is-filled{
  color:#d8ab35;
}

.review-text{
  margin:0;
  font-size:.98rem;
  line-height:1.7;
  flex:1;
}

.review-author,
.review-date{
  color:var(--ink-soft);
  font-size:.92rem;
}

.review-author{
  font-weight:700;
  color:var(--ink);
}

.review-card-link .review-author a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(190,154,90,.45);
}

.review-card-link .review-author a:hover{
  color:var(--gold-dark);
  border-bottom-color:var(--gold-dark);
}

@media (max-width: 900px){
  .review-card-top{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* Produkt detail page + gallery */
.dynamic-card{cursor:pointer}
.product-page-shell{padding:30px 0 60px}
.product-page-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}
.product-back-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#f6efe3;border:1px solid rgba(200,166,106,.28);color:#6b532f;text-decoration:none;font-weight:700}
.product-back-link:hover{background:#f1e6d4}
.product-page-card{background:#fff;border:1px solid rgba(200,166,106,.18);border-radius:28px;box-shadow:0 20px 45px rgba(69,53,29,.09);padding:32px}
.product-page-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:38px;align-items:start}
.product-gallery-main{background:linear-gradient(180deg,#f9f5ee 0%,#f5efe5 100%);border:1px solid rgba(200,166,106,.16);border-radius:24px;padding:20px;min-height:620px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}
.product-gallery-main img{width:100%;max-width:860px;max-height:580px;object-fit:contain;display:block;margin:0}
.product-gallery-thumbs{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.product-gallery-thumb{width:92px;height:92px;border-radius:16px;border:1px solid rgba(200,166,106,.22);background:#fff;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.product-gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.product-gallery-thumb.is-active,.product-gallery-thumb:hover{border-color:#c8a66a;box-shadow:0 10px 22px rgba(200,166,106,.18);transform:translateY(-2px)}
.product-page-copy{display:flex;flex-direction:column;gap:16px;position:sticky;top:110px}
.product-page-category{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a6a38}
.product-page-title{font-family:'Parisienne',cursive;font-size:54px;line-height:1.05;color:#C8A66A;margin:0}
.product-page-lead{font-size:18px;line-height:1.65;color:#4f4133;margin:0}
.product-page-price{padding:18px 20px;border-radius:18px;background:#fcf8f2;border:1px solid rgba(200,166,106,.2)}
.product-page-price .price{margin:0 0 6px;font-size:34px}
.product-page-note{margin:0;color:#6b5b49;font-size:15px;line-height:1.55}
.product-page-description{line-height:1.8;color:#3d342c;font-size:17px}
.product-page-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.product-page-actions .qty-selector{margin:0}
.product-page-actions .mini-cta{min-width:170px}
.product-page-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid rgba(200,166,106,.28);background:#fff;color:#6b532f;font-weight:700;text-decoration:none}
.product-page-secondary:hover{background:#fbf6ee}
.product-page-benefits{display:grid;gap:10px}
.product-page-benefit{padding:13px 15px;border-radius:14px;background:#faf7f1;border:1px solid rgba(200,166,106,.16);font-weight:500;color:#5b4937}
.product-page-minihead{font-size:14px;font-weight:800;letter-spacing:.06em;color:#8a6a38;text-transform:uppercase;margin:0}
.product-gallery-empty{color:#766556;font-size:15px}
@media (max-width: 1100px){
  .product-page-grid{grid-template-columns:1fr}
  .product-page-copy{position:static}
  .product-gallery-main{min-height:520px}
}
@media (max-width: 720px){
  .product-page-shell{padding:22px 0 42px}
  .product-page-card{padding:18px}
  .product-page-title{font-size:42px}
  .product-gallery-main{min-height:360px;padding:14px;border-radius:20px}
  .product-gallery-main img{max-height:340px}
  .product-gallery-thumb{width:78px;height:78px;border-radius:14px}
  .product-page-actions{align-items:stretch}
  .product-page-actions .mini-cta,.product-page-secondary{width:100%}
}


/* Product gallery polish */
.product-gallery-main{position:relative;overflow:hidden}
.product-gallery-main-button{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;margin:0;width:100%;display:flex;align-items:center;justify-content:center;cursor:zoom-in}
.product-gallery-main-button:focus{outline:none}
.product-gallery-main-button:focus-visible{outline:3px solid rgba(200,166,106,.55);outline-offset:6px;border-radius:18px}
.product-gallery-count{position:absolute;left:18px;top:18px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:78px;padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.9);border:1px solid rgba(200,166,106,.28);box-shadow:0 8px 20px rgba(69,53,29,.08);font-size:14px;font-weight:800;color:#6b532f;backdrop-filter:blur(6px)}
.gallery-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(24,18,10,.82);display:flex;align-items:center;justify-content:center;padding:32px}
.gallery-lightbox[hidden]{display:none !important}
.gallery-lightbox img{max-width:min(92vw,1200px);max-height:88vh;width:auto;height:auto;display:block;border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.35);background:#fff}
.gallery-lightbox-close{position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);color:#fff;font-size:34px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.gallery-lightbox-close:hover{background:rgba(255,255,255,.2)}
body.lightbox-open{overflow:hidden}
@media (max-width: 720px){
  .product-gallery-count{left:12px;top:12px;min-width:66px;padding:8px 10px;font-size:13px}
  .gallery-lightbox{padding:16px}
  .gallery-lightbox-close{top:12px;right:12px}
}


.gallery-lightbox-stage{display:flex;align-items:center;justify-content:center;max-width:min(92vw,1200px);max-height:88vh;cursor:pointer}
.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);color:#fff;font-size:42px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);transition:background .18s ease,transform .18s ease}
.gallery-lightbox-nav:hover{background:rgba(255,255,255,.22);transform:translateY(-50%) scale(1.04)}
.gallery-lightbox-prev{left:20px}
.gallery-lightbox-next{right:20px}
.gallery-lightbox-stage img{cursor:zoom-in}
@media (max-width: 720px){
  .gallery-lightbox-nav{width:46px;height:46px;font-size:34px}
  .gallery-lightbox-prev{left:10px}
  .gallery-lightbox-next{right:10px}
}


.legal-page-full{
  padding-top: 28px;
  padding-bottom: 40px;
}
.legal-download-box{
  background:#fcf8f2;
  border:1px solid #eadcc8;
  border-radius:18px;
  padding:20px 22px;
  margin-bottom:24px;
}
.legal-download-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.legal-document{
  background:#fff;
  border:1px solid rgba(200,166,106,.18);
  border-radius:20px;
  padding:28px 30px;
  box-shadow:0 12px 30px rgba(40,30,20,.05);
}
.legal-document h1{
  margin:0 0 14px;
  font-size:2.05rem;
}
.legal-document h2{
  margin:30px 0 12px;
  font-size:1.2rem;
}
.legal-document h3{
  margin:18px 0 8px;
  font-size:1rem;
}
.legal-document p{
  margin:0 0 12px;
  line-height:1.75;
  color:#3b3026;
  word-break:break-word;
}
.legal-subtitle{
  margin:-4px 0 18px;
  color:#7a6553;
  font-weight:700;
  letter-spacing:.02em;
}
.legal-document a{
  color:#8b5e34;
}
@media (max-width: 760px){
  .legal-document{padding:20px 18px}
  .legal-document h1{font-size:1.7rem}
}
