/* Zubra Qurka — hlavni stylopis */
:root{
  --c-blue:oklch(0.55 0.16 245);
  --c-blue-light:oklch(0.88 0.05 245);
  --c-green:oklch(0.62 0.15 150);
  --c-green-light:oklch(0.88 0.06 150);
  --c-amber:oklch(0.75 0.15 95);
  --c-amber-light:oklch(0.9 0.06 95);
  --c-orange-light:oklch(0.85 0.04 30);
  --c-red:oklch(0.6 0.17 25);
  --c-ink:oklch(0.22 0.02 250);
  --c-ink-soft:oklch(0.3 0.02 250);
  --c-text:oklch(0.35 0.02 250);
  --c-muted:oklch(0.45 0.02 250);
  --c-line:oklch(0.9 0.01 250);
  --c-bg:oklch(0.98 0.006 240);
  --c-surface:oklch(0.995 0.002 240);
  --c-footer:oklch(0.24 0.05 250);
  --radius-lg:20px;
  --radius-md:16px;
  --radius-sm:10px;
  --maxw:1180px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:var(--c-bg);
  font-family:'Inter',Arial,Helvetica,sans-serif;
  color:var(--c-ink);
}
h1,h2,h3,.heading{font-family:'Poppins',Arial,Helvetica,sans-serif;font-weight:800;}
a{color:var(--c-blue);text-decoration:none;}
a:hover{color:var(--c-green);}
input,textarea,select{font-family:'Inter',Arial,Helvetica,sans-serif;}
::placeholder{color:oklch(0.6 0.02 250);}
img{max-width:100%;display:block;}
button{font-family:inherit;}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:var(--c-surface);border-bottom:1px solid var(--c-line);}
.header-inner{max-width:var(--maxw);margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.brand{display:flex;align-items:center;gap:12px;}
.brand-mark{width:46px;height:46px;border-radius:12px;background:var(--c-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.brand-mark span{font-family:'Poppins',sans-serif;font-weight:800;color:oklch(0.98 0.01 90);font-size:18px;}
.brand-text{display:flex;flex-direction:column;line-height:1.1;}
.brand-text strong{font-family:'Poppins',sans-serif;font-weight:800;font-size:19px;color:var(--c-ink);}
.brand-text span{font-size:12px;color:var(--c-muted);}

.main-nav{display:flex;gap:22px;flex-wrap:wrap;align-items:center;}
.main-nav a{cursor:pointer;font-weight:600;font-size:14.5px;color:var(--c-ink-soft);}
.main-nav a.active,.main-nav a:hover{color:var(--c-blue);}

.header-actions{display:flex;align-items:center;gap:14px;}
.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--c-amber-light);cursor:pointer;border:none;}
.cart-btn .bag{width:20px;height:16px;border:2.5px solid oklch(0.3 0.05 245);border-top:none;border-radius:0 0 4px 4px;}
.cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:9px;background:oklch(0.6 0.17 25);color:#fff;font-size:11px;font-weight:700;display:none;align-items:center;justify-content:center;padding:0 4px;}
.cart-badge.show{display:flex;}

main{flex:1;}

/* buttons */
.btn{display:inline-block;border:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;text-align:center;}
.btn-primary{background:var(--c-blue);color:#fff;}
.btn-primary:hover{color:#fff;filter:brightness(1.05);}
.btn-outline{background:transparent;color:var(--c-ink);border:2px solid var(--c-ink);padding:12px 26px;}
.btn-outline:hover{color:var(--c-ink);}
.btn-green{background:var(--c-green);color:#fff;}
.btn-green:hover{color:#fff;filter:brightness(1.05);}
.btn-dark{background:var(--c-ink);color:#fff;}
.btn-dark:hover{color:#fff;}
.btn-sm{padding:10px;border-radius:8px;font-weight:700;cursor:pointer;font-size:13.5px;width:100%;}
.btn-block{width:100%;}

/* hero */
.hero{background:linear-gradient(135deg, var(--c-amber-light) 0%, oklch(0.94 0.03 95) 60%, var(--c-bg) 100%);padding:64px 24px;}
.hero-inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;gap:48px;flex-wrap:wrap;}
.hero-copy{flex:1;min-width:320px;}
.badge-pill{display:inline-block;background:var(--c-green);color:#fff;font-size:13px;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:18px;}
.hero-copy h1{font-size:44px;line-height:1.15;margin:0 0 18px 0;color:var(--c-ink);}
.hero-copy p{font-size:17px;line-height:1.6;color:var(--c-text);margin:0 0 28px 0;max-width:520px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.hero-media{flex:1;min-width:300px;}
.hero-media img{width:100%;height:340px;object-fit:cover;border-radius:var(--radius-lg);}

/* generic photo frame */
.photo{width:100%;object-fit:cover;border-radius:var(--radius-md);display:block;}

/* perks */
.perks{max-width:var(--maxw);margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;}
.perk{display:flex;gap:14px;align-items:flex-start;}
.perk-num{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:800;}
.perk-title{font-weight:700;margin-bottom:4px;}
.perk-desc{font-size:14px;color:var(--c-muted);}

/* sections */
.section{max-width:var(--maxw);margin:0 auto;padding:12px 24px 48px 24px;}
.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:22px;flex-wrap:wrap;gap:10px;}
.section-head h2{font-size:26px;margin:0;}
.section-link{cursor:pointer;font-weight:600;color:var(--c-blue);}
.page-title{font-size:34px;margin:0 0 10px 0;}
.page-lede{color:var(--c-muted);font-size:15.5px;max-width:640px;margin:0 0 34px 0;}

/* grids */
.grid-cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}
.grid-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;}
.grid-articles{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;}
.grid-articles.wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}

/* cards */
.card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-md);}
.cat-card{padding:22px;cursor:pointer;}
.cat-card:hover{border-color:var(--c-blue);}
.cat-tint{width:40px;height:40px;border-radius:10px;margin-bottom:14px;}
.cat-name{font-weight:700;font-size:16px;margin-bottom:6px;}
.cat-desc{font-size:13px;color:var(--c-muted);line-height:1.5;}

.product-card{overflow:hidden;display:flex;flex-direction:column;}
.product-card .thumb{width:100%;height:150px;object-fit:cover;cursor:pointer;}
.product-card .body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1;}
.product-cat{font-size:12px;font-weight:600;color:var(--c-blue);}
.product-name{font-weight:700;font-size:14.5px;cursor:pointer;line-height:1.3;}
.product-name a{color:var(--c-ink);}
.product-desc{font-size:13px;color:var(--c-muted);line-height:1.4;}
.product-price{font-weight:800;font-size:17px;margin-top:auto;}

.article-card{overflow:hidden;cursor:pointer;}
.article-card .thumb{width:100%;height:150px;object-fit:cover;}
.article-card.wide .thumb{height:170px;}
.article-card .body{padding:18px;}
.article-meta{font-size:12px;font-weight:600;color:oklch(0.5 0.14 150);}
.article-title{font-weight:700;font-size:16px;margin:8px 0;line-height:1.3;}
.article-card.wide .article-title{font-size:17px;}
.article-excerpt{font-size:13.5px;color:var(--c-muted);line-height:1.5;}

/* filter tabs */
.filter-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px;}
.filter-tab{background:#fff;color:var(--c-ink-soft);border:1px solid oklch(0.85 0.01 250);padding:10px 18px;border-radius:20px;font-weight:600;cursor:pointer;font-size:13.5px;}
.filter-tab.active{background:var(--c-blue);color:#fff;border-color:var(--c-blue);font-weight:700;}

/* newsletter */
.newsletter{max-width:var(--maxw);margin:24px auto 60px auto;padding:0 24px;}
.newsletter-box{background:var(--c-green);border-radius:var(--radius-lg);padding:40px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;}
.newsletter-box h3{font-size:22px;color:#fff;margin:0 0 6px 0;}
.newsletter-box p{color:oklch(0.97 0.02 150);font-size:14px;margin:0;}
.newsletter-form{display:flex;gap:10px;flex-wrap:wrap;}
.newsletter-form input{padding:12px 16px;border-radius:10px;border:none;font-size:14px;min-width:220px;}
.newsletter-form button{background:var(--c-ink);color:#fff;border:none;padding:12px 22px;border-radius:10px;font-weight:700;cursor:pointer;}

/* forms */
.form-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-md);padding:22px;}
.form-title{font-weight:700;font-size:16px;margin-bottom:16px;}
.field{padding:12px 14px;border-radius:8px;border:1px solid oklch(0.85 0.01 250);font-size:14px;width:100%;}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.field-grid .span2{grid-column:span 2;}
.stack{display:flex;flex-direction:column;gap:12px;}
.radio-row{display:flex;gap:8px;align-items:center;font-size:14px;}
.form-msg{font-size:13.5px;padding:12px 14px;border-radius:8px;margin-top:12px;display:none;}
.form-msg.show{display:block;}
.form-msg.ok{background:var(--c-green-light);color:oklch(0.3 0.12 150);}
.form-msg.err{background:oklch(0.92 0.06 25);color:oklch(0.4 0.15 25);}

/* article/product detail */
.back-link{cursor:pointer;font-size:13.5px;font-weight:600;color:var(--c-blue);display:inline-block;}
.article-hero{width:100%;height:280px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:30px;}
.article-body p{font-size:16px;line-height:1.75;color:oklch(0.3 0.02 250);margin:0 0 18px 0;}
.related-block{margin-top:44px;padding-top:32px;border-top:1px solid var(--c-line);}
.related-title{font-weight:700;font-size:18px;margin-bottom:16px;}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;}
.related-item{cursor:pointer;padding:14px;border:1px solid var(--c-line);border-radius:12px;display:block;}
.related-item .cat{font-size:12px;color:oklch(0.5 0.14 150);font-weight:600;margin-bottom:6px;}
.related-item .title{font-weight:700;font-size:14px;line-height:1.3;color:var(--c-ink);}

.product-detail{display:flex;gap:44px;margin-top:24px;flex-wrap:wrap;}
.product-detail .media{flex:1;min-width:280px;}
.product-detail .media img{width:100%;height:360px;object-fit:cover;border-radius:var(--radius-md);}
.product-detail .info{flex:1;min-width:280px;}
.product-detail .cat{font-size:13px;font-weight:600;color:var(--c-blue);}
.product-detail h1{font-size:28px;margin:10px 0 16px 0;line-height:1.25;}
.product-detail .price{font-weight:800;font-size:26px;margin-bottom:16px;}
.product-detail .desc{font-size:15px;line-height:1.65;color:var(--c-text);margin:0 0 20px 0;}
.stock{display:flex;align-items:center;gap:8px;margin-bottom:22px;}
.stock .dot{width:8px;height:8px;border-radius:50%;background:var(--c-green);}
.stock span{font-size:13.5px;font-weight:600;color:oklch(0.4 0.12 150);}
.specs{margin-top:30px;padding-top:24px;border-top:1px solid var(--c-line);}
.specs-title{font-weight:700;font-size:15px;margin-bottom:10px;}
.spec-item{font-size:14px;color:var(--c-text);margin-bottom:6px;padding-left:14px;position:relative;}
.spec-item::before{content:'•';position:absolute;left:0;}
.related-products{margin-top:52px;}
.related-item.product .name{font-weight:700;font-size:13.5px;line-height:1.3;margin-bottom:6px;color:var(--c-ink);}
.related-item.product .cat{color:var(--c-blue);}
.related-item.product .price{font-weight:800;font-size:14px;}

/* cart / checkout */
.cart-layout{display:flex;gap:36px;flex-wrap:wrap;}
.cart-items{flex:2;min-width:320px;display:flex;flex-direction:column;gap:14px;}
.cart-row{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid var(--c-line);border-radius:14px;padding:14px;flex-wrap:wrap;}
.cart-row img{width:70px;height:70px;border-radius:10px;object-fit:cover;flex-shrink:0;}
.cart-row .info{flex:1;min-width:140px;}
.cart-row .name{font-weight:700;font-size:14.5px;margin-bottom:4px;}
.cart-row .unit{font-size:13px;color:var(--c-muted);}
.qty-ctrl{display:flex;align-items:center;gap:10px;}
.qty-btn{width:28px;height:28px;border-radius:8px;border:1px solid oklch(0.85 0.01 250);background:#fff;cursor:pointer;font-weight:700;}
.qty-val{min-width:20px;text-align:center;font-weight:700;}
.subtotal{font-weight:800;font-size:15px;min-width:80px;text-align:right;}
.remove-btn{background:transparent;border:none;color:oklch(0.55 0.15 25);cursor:pointer;font-size:13px;font-weight:600;}
.summary{flex:1;min-width:260px;}
.summary-box{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-md);padding:22px;}
.summary-title{font-weight:700;font-size:17px;margin-bottom:18px;}
.summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px;color:var(--c-text);}
.summary-row.total{font-weight:800;font-size:18px;padding-top:14px;border-top:1px solid var(--c-line);margin-bottom:20px;color:var(--c-ink);}
.summary-note{font-size:12px;color:oklch(0.5 0.02 250);margin-top:12px;text-align:center;}
.empty-state{text-align:center;padding:60px 20px;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-md);}
.empty-state .title{font-size:17px;font-weight:700;margin-bottom:10px;}
.empty-state .desc{font-size:14px;color:var(--c-muted);margin-bottom:22px;}
.checkout-done{text-align:center;padding:70px 20px;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-md);}
.checkout-done .dot{width:60px;height:60px;border-radius:50%;background:var(--c-green);margin:0 auto 20px auto;}
.checkout-done .h{font-size:20px;font-weight:800;margin-bottom:10px;}
.checkout-done .d{font-size:14.5px;color:var(--c-muted);margin-bottom:24px;}

/* static content pages */
.content-page{max-width:820px;margin:0 auto;padding:48px 24px 70px 24px;}
.content-page h1{font-size:32px;margin:0 0 22px 0;}
.content-page h2{font-size:18px;margin:22px 0 12px 0;}
.content-page p{font-size:15px;line-height:1.7;color:var(--c-text);}
.content-page .fine{font-size:13.5px;color:oklch(0.5 0.02 250);margin-bottom:22px;}
.list-row{display:flex;justify-content:space-between;background:#fff;border:1px solid var(--c-line);border-radius:10px;padding:14px 18px;font-size:14.5px;}
.list-rows{display:flex;flex-direction:column;gap:10px;}

.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-top:10px;}
.stat-card{background:#fff;border:1px solid var(--c-line);border-radius:14px;padding:20px;}
.stat-num{font-weight:800;font-size:26px;}
.stat-label{font-size:13.5px;color:var(--c-muted);}

.contact-layout{display:flex;gap:36px;flex-wrap:wrap;}
.contact-col{flex:1;min-width:280px;}
.contact-details{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-md);padding:24px;margin-bottom:18px;}
.contact-details .co{font-weight:700;font-size:16px;margin-bottom:14px;}
.contact-details .lines{font-size:14.5px;line-height:1.8;color:var(--c-text);}
.map-embed{width:100%;height:200px;border-radius:var(--radius-md);border:1px solid var(--c-line);}

/* footer */
.site-footer{background:var(--c-footer);color:oklch(0.92 0.01 250);margin-top:auto;}
.footer-grid{max-width:var(--maxw);margin:0 auto;padding:50px 24px 24px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.footer-brand .mark{width:36px;height:36px;border-radius:9px;background:var(--c-amber);display:flex;align-items:center;justify-content:center;}
.footer-brand .mark span{font-family:'Poppins',sans-serif;font-weight:800;color:var(--c-footer);font-size:14px;}
.footer-brand strong{font-family:'Poppins',sans-serif;font-weight:800;font-size:16px;}
.footer-col p{font-size:13.5px;line-height:1.6;color:oklch(0.75 0.02 250);}
.footer-col-title{font-weight:700;font-size:14px;margin-bottom:14px;color:var(--c-amber);}
.footer-links{display:flex;flex-direction:column;gap:9px;font-size:13.5px;}
.footer-links a{color:oklch(0.85 0.01 250);cursor:pointer;}
.footer-links a:hover{color:#fff;}
.footer-bottom{max-width:var(--maxw);margin:0 auto;padding:18px 24px;border-top:1px solid oklch(0.35 0.03 250);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:oklch(0.65 0.02 250);}

/* cookie banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:oklch(0.22 0.02 250);color:#fff;padding:18px 24px;display:none;justify-content:center;z-index:100;}
.cookie-banner.show{display:flex;}
.cookie-inner{max-width:1000px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:space-between;}
.cookie-text{font-size:13.5px;line-height:1.5;max-width:640px;}
.cookie-text a{color:var(--c-amber);}
.cookie-actions{display:flex;gap:10px;}
.cookie-more{background:transparent;border:1px solid oklch(0.5 0.02 250);color:#fff;padding:10px 18px;border-radius:8px;cursor:pointer;font-size:13px;}
.cookie-accept{background:var(--c-green);border:none;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:700;font-size:13px;}

/* skip link */
.skip-link{position:absolute;left:-999px;top:auto;background:var(--c-ink);color:#fff;padding:10px 16px;border-radius:6px;z-index:200;}
.skip-link:focus{left:16px;top:16px;}

.phototag{position:relative;}

@media (max-width:720px){
  .hero-copy h1{font-size:32px;}
  .field-grid{grid-template-columns:1fr;}
  .field-grid .span2{grid-column:span 1;}
  .product-detail .media img{height:260px;}
}
