:root{
  /* Brand palette (Zrzka peče): zlato + čokoláda + krém */
  --bg: #FBF7F1;
  --panel: #FFFFFF;
  --alt: #F6EFE6;
  --text: #1E1A16;
  --muted: #6F655D;

  --gold: #C9A227;   /* zlatá */
  --cocoa: #3B2A1F;  /* tm. hnědá */
  --cocoa2:#2A1C14;

  --border:#E7DDD2;
  --shadow: 0 14px 40px rgba(30, 26, 22, .10);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 500px at 15% -10%, rgba(201,162,39,.16), transparent 55%),
              radial-gradient(900px 500px at 90% 10%, rgba(59,42,31,.10), transparent 60%),
              var(--bg);
  color:var(--text);
}

h1,h2,h3{font-family: Fraunces, serif; letter-spacing: .2px;}
h1{font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.05; margin:0 0 14px}
h2{font-size: clamp(1.6rem, 2.4vw, 2.2rem); margin:0 0 10px}
h3{font-size: 1.25rem; margin:0 0 10px}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}

.muted{color:var(--muted)}
.tiny{font-size:.86rem}
.lead{font-size:1.08rem; line-height:1.65; color:var(--muted); margin:0 0 22px}


.pill{
  display:inline-flex; align-items:center; gap:8px;
  border:1px solid var(--border);
  background: rgba(201,162,39,.10);
  padding:6px 10px; border-radius: 999px;
  font-weight:600; font-size:.88rem;
}

.header{
  position:sticky; top:0; z-index:50;
  background: rgba(251,247,241,.70);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:260px
}

.brand__logo{
  height:140px;
  width:auto;
}
.brand__name{font-weight:700; font-size:1.2rem}
.brand__tagline{font-size:.9rem; color:var(--muted)}

.nav{display:flex; gap:18px; align-items:center}
.nav a{font-size:.96rem; color:var(--muted); padding:8px 10px; border-radius:999px}
.nav a:hover{color:var(--text); background: rgba(201,162,39,.10)}

.header__actions{display:flex; gap:10px; align-items:center}

.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  border-radius:999px;
  background: rgba(201,162,39,.22);
  border:1px solid rgba(201,162,39,.45);
  font-weight:700;
  font-size:.86rem;
  margin-left:6px;
}.burger{display:none; border:1px solid var(--border); background: rgba(255,255,255,.6);
  border-radius: 12px; padding:10px 12px; font-size:1.05rem}

.mobileNav{
  border-top:1px solid var(--border);
  padding:10px 0;
}
.mobileNav a{display:block; padding:10px 0; color:var(--muted)}
.mobileNav a:hover{color:var(--text)}

.btn{
  border:1px solid var(--border);
  background: rgba(255,255,255,.65);
  padding:10px 14px;
  border-radius: 999px;
  font-weight:600;
  cursor:pointer;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform: translateY(-1px)}
.btn--primary{
  background: linear-gradient(180deg, rgba(201,162,39,.95), rgba(201,162,39,.80));
  border-color: rgba(201,162,39,.65);
  color: var(--cocoa2);
}
.btn--primary:hover{background: linear-gradient(180deg, rgba(201,162,39,1), rgba(201,162,39,.86))}
.btn--ghost:hover{border-color: rgba(201,162,39,.55); background: rgba(201,162,39,.12)}

.section{padding: 64px 0}
.section--alt{background: linear-gradient(180deg, transparent, rgba(59,42,31,.04), transparent)}
.sectionHead{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:18px; margin-bottom: 18px;
}

.hero{padding: 44px 0 20px}
.hero__grid{
  display:grid; grid-template-columns: 1.2fr .8fr; gap: 26px; align-items: start;
}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap}
.hero__trust{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; margin-top: 18px}
.trustCard{
  border:1px solid var(--border);
  background: rgba(255,255,255,.62);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: 0 10px 24px rgba(30,26,22,.06);
}
.trustCard__kpi{font-weight:800; font-size:1.08rem}
.trustCard__label{font-size:.9rem; color:var(--muted); margin-top:4px}

.hero__media{position:relative}

.heroImg{
  height:420px;
  border-radius:24px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.10)),
    url("assets/hero.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.brand__logo{
  width:120px;
  height:120px;
  object-fit:contain;
  display:block;
}
.hero__note{
  position:absolute; left: 14px; bottom: 14px;
  background: rgba(255,255,255,.76);
  border:1px solid var(--border);
  border-radius: 18px;
  padding: 12px 12px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(30,26,22,.08);
  width: min(340px, calc(100% - 28px));
}
.note__title{font-weight:800; margin-bottom: 8px}
.note__items{display:flex; flex-wrap:wrap; gap:8px}
.chip{
  border:1px solid rgba(201,162,39,.45);
  background: rgba(201,162,39,.12);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight:600;
  font-size:.86rem;
}

.filters{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.select,
.input{
  width:100%;
  border:1px solid var(--border);
  background: rgba(255,255,255,.70);
  border-radius:14px;
  padding:10px 12px;
  font:inherit;
}

.textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.70);
  border-radius: 14px;
  padding: 10px 12px;
  font: inherit;
  resize: none;
  min-height: 80px;
}
.select{min-width:160px}
.input{min-width:220px}
.grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.cardProd{
  grid-column: span 4;
  border:1px solid var(--border);
  background: rgba(255,255,255,.72);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(30,26,22,.06);
  display:flex;
  flex-direction:column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  cursor:pointer;
}

.cardProd:hover{
  transform: translateY(-6px);
  box-shadow:0 18px 40px rgba(30,26,22,.14);
  border-color: rgba(201,162,39,.55);
}.prodImg{
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bg);
}

.prodBody{padding: 14px}
.prodTitle{
  font-weight:800;
  transition: color .15s ease;
}

.cardProd:hover .prodTitle{
  color: var(--gold);
}.prodMeta{display:flex; justify-content:space-between; align-items:center; margin-top: 8px}
.price{font-weight:800}
.kicker{font-size:.88rem; color:var(--muted)}
.prodActions{display:flex; gap:10px; margin-top: 12px}

.section .card{
  border:1px solid var(--border);
  background: rgba(255,255,255,.72);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(30,26,22,.06);
}

.twoCol{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  align-items:start;
}
.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.ph{
  grid-column: span 4;
  height: 180px;
  border-radius: 18px;
  border:1px solid var(--border);
  background:
    radial-gradient(600px 220px at 20% 10%, rgba(201,162,39,.18), transparent 60%),
    radial-gradient(600px 220px at 80% 15%, rgba(59,42,31,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.1));
}

.bullets{margin:12px 0 0; color: var(--muted)}
.bullets li{margin: 6px 0}

.reviews{display:grid; gap:12px; margin-top: 10px}
.review{border:1px solid var(--border); border-radius: 16px; padding: 12px; background: rgba(255,255,255,.62)}
.stars{letter-spacing:2px}

.faq details{
  border:1px solid var(--border);
  background: rgba(255,255,255,.62);
  border-radius: 16px;
  padding: 12px 14px;
  margin: 10px 0;
}
.faq summary{cursor:pointer; font-weight:700}
.faq p{margin:10px 0 0; color:var(--muted); line-height:1.6}

.contactCards{display:grid; grid-template-columns: 1fr; gap:12px; margin-top: 10px}
.contactCard{
  border:1px solid var(--border);
  background: rgba(255,255,255,.72);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(30,26,22,.06);
}
.contactCard__label{font-size:.9rem; color:var(--muted)}
.contactCard__value{font-weight:800; margin-top: 6px}

.footer{padding: 26px 0; border-top: 1px solid var(--border)}
.footer__inner{display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap}
.footer__links{display:flex; gap:14px; color:var(--muted)}
.footer__links a:hover{color:var(--text)}

.modal{position:fixed; inset:0; display:none; z-index:100}
.modal.isOpen{display:block}
.modal__backdrop{position:absolute; inset:0; background: rgba(30,26,22,.42)}
.modal__panel{
  position:relative;
  width:min(720px, calc(100% - 24px));
  margin: 64px auto;
  background: rgba(255,255,255,.92);
  border:1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 14px;
  backdrop-filter: blur(10px);
}
.modal__panel--wide{width:min(980px, calc(100% - 24px))}
.modal__head{
  display:flex; justify-content:space-between; align-items:center;
  gap:12px; margin-bottom: 10px;
}
.iconBtn{border:none; background: transparent; font-size:1.2rem; cursor:pointer}

.cart{display:grid; gap:10px; margin-top: 6px}
.cartItem{
  display:grid; grid-template-columns: 1fr auto; gap:10px;
  border:1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,.7);
}
.cartItem__title{font-weight:800}
.cartItem__meta{font-size:.9rem; color:var(--muted); margin-top: 4px}
.qty{display:flex; align-items:center; gap:8px; justify-content:flex-end}
.qty button{border:1px solid var(--border); background: rgba(255,255,255,.7); border-radius: 12px; padding: 6px 10px; cursor:pointer}
.qty strong{min-width: 24px; text-align:center}
.cart__footer{display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top: 12px}

.productDetail{
  display:grid; grid-template-columns: .9fr 1.1fr; gap: 14px; align-items:start;
}
.productDetail__img{
  height: 320px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.productDetail__desc{color:var(--muted); line-height:1.65}
.productDetail__form{display:grid; gap:10px; margin-top: 10px}

@media (max-width: 980px){
  .grid .cardProd{grid-column: span 6}
  .hero__grid{grid-template-columns: 1fr; }
  .heroImg{height: 360px}
  .twoCol{grid-template-columns: 1fr}
  .productDetail{grid-template-columns: 1fr}
}
@media (max-width: 720px){
  .nav{display:none}
  .burger{display:inline-flex}
  .grid .cardProd{grid-column: span 12}
  .gallery .ph{grid-column: span 6}
  .hero__trust{grid-template-columns: 1fr}
}
.checkoutLoading__box{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  padding:24px 28px;
  border:1px solid var(--border);
  border-radius:20px;
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 26px rgba(30,26,22,.08);
}

.checkoutLoading__spinner{
  width:34px;
  height:34px;
  border-radius:999px;
  border:3px solid rgba(201,162,39,.22);
  border-top-color: var(--gold);
  animation: spin 0.8s linear infinite;
}

.checkoutLoading__text{
  font-weight:700;
}

@keyframes spin{
  to{transform:rotate(360deg)}
}

.cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30, 26, 22, .92);
  color: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  backdrop-filter: blur(6px);
}

.cookieBanner p {
  margin: 0;
  color: rgba(255,255,255,.85);
}

.cookieBanner a {
  color: var(--gold);
  font-weight: 700;
  margin-left: 12px;
  cursor: pointer;
}

.cookieBanner a:hover {
  text-decoration: underline;
}
.modal__panel {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.cart {
  flex: 1;
  overflow-y: auto;
  max-height: 300px;
}
