/* Pakoreva d.o.o. — glavna slogovna datoteka
   Barvna paleta in razmiki so povzeti po prvotnem oblikovanju (Claude Design). */

:root{
  --accent:#B5573A;
  --accent-dark:#8a4128;
  --ink:oklch(23% 0.02 50);
  --ink-2:oklch(28% 0.02 50);
  --paper:oklch(97% 0.012 75);
  --paper-2:oklch(99% 0.008 75);
  --paper-3:oklch(94% 0.015 75);
  --line:oklch(88% 0.02 70);
  --line-2:oklch(85% 0.02 70);
  --muted:oklch(45% 0.02 50);
  --muted-2:oklch(50% 0.02 50);
  --font-display:Georgia,'Iowan Old Style','Palatino Linotype','Times New Roman',serif;
  --font-body:'Segoe UI',system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;
  --max:1160px;
  --max-wide:1280px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--paper);
  font-family:var(--font-body);
  color:var(--ink);
  text-wrap:pretty;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
main{flex:1;width:100%;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
button{font-family:inherit;}
::selection{background:oklch(58% 0.13 40 / 25%);}

@keyframes fadeUp{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:translateY(0);}}

.skip-link{
  position:absolute;left:-999px;top:auto;background:var(--ink);color:#fff;padding:10px 16px;z-index:100;border-radius:2px;
}
.skip-link:focus{left:12px;top:12px;}

/* ---------- Top utility bar ---------- */
.topbar{
  background:var(--ink);
  color:oklch(96% 0.01 75);
  font-size:13px;
  padding:8px 24px;
  display:flex;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
  letter-spacing:0.02em;
  text-align:center;
}
.topbar a{color:inherit;}

/* ---------- Header ---------- */
.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 48px;
  background:var(--paper-2);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:20;
  gap:16px;
}
.logo{
  font-family:var(--font-display);
  font-size:28px;
  font-weight:700;
  letter-spacing:0.01em;
  cursor:pointer;
  white-space:nowrap;
}
.nav{
  display:flex;
  gap:32px;
  align-items:center;
}
.nav a{
  font-size:14px;
  padding:6px 0;
  border-bottom:2px solid transparent;
}
.nav a.active{
  border-bottom-color:var(--accent);
  color:var(--accent);
}
.nav a:hover{color:var(--accent);}
.header-actions{
  display:flex;
  align-items:center;
  gap:18px;
}
.cart-link{
  position:relative;
  cursor:pointer;
  padding:8px 14px;
  border:1px solid var(--ink);
  border-radius:2px;
  font-size:14px;
  display:inline-block;
}
.cart-badge{
  position:absolute;
  top:-10px;
  right:-10px;
  background:var(--accent);
  color:#fff;
  font-size:11px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:none;
  align-items:center;
  justify-content:center;
}
.cart-badge.show{display:flex;}
.cart-link.active{border-color:var(--accent);color:var(--accent);}
.nav-toggle{
  display:none;
  background:none;
  border:1px solid var(--ink);
  border-radius:2px;
  padding:8px 12px;
  font-size:16px;
  cursor:pointer;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-block;
  border:none;
  padding:14px 30px;
  font-size:15px;
  border-radius:2px;
  cursor:pointer;
  font-family:inherit;
}
.btn-primary{background:var(--accent);color:#fff;}
.btn-primary:hover{background:var(--accent-dark);}
.btn-outline{background:transparent;color:var(--ink);border:1px solid var(--ink);}
.btn-outline:hover{background:var(--ink);color:#fff;}
.btn-small{padding:10px 20px;font-size:13px;}
.btn-block{width:100%;padding:16px;font-size:15px;}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  padding:96px 48px;
  max-width:var(--max-wide);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:64px;
  align-items:center;
}
.hero-copy{animation:fadeUp 0.6s ease;}
.eyebrow{
  color:var(--accent);
  font-size:14px;
  letter-spacing:0.15em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.hero-copy h1{
  font-family:var(--font-display);
  font-size:56px;
  line-height:1.08;
  margin:0 0 24px;
  font-weight:600;
}
.hero-copy p{
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
  max-width:520px;
  margin:0 0 36px;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;}
.hero-media{
  aspect-ratio:4/5;
  border-radius:4px;
  overflow:hidden;
}
.hero-media img{width:100%;height:100%;object-fit:cover;}

/* ---------- USPs ---------- */
.usps{
  max-width:var(--max);
  margin:0 auto;
  padding:40px 48px 80px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.usp{text-align:center;padding:24px 8px;}
.usp-num{
  width:44px;height:44px;border-radius:50%;
  background:var(--accent);color:#fff;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 14px;
  font-family:var(--font-display);
  font-size:18px;
}
.usp-title{font-weight:600;margin-bottom:6px;}
.usp-desc{font-size:14px;color:var(--muted);line-height:1.5;}

/* ---------- Generic section head ---------- */
.section{max-width:var(--max);margin:0 auto;padding:80px 48px;}
.section-head{text-align:center;margin-bottom:48px;}
.section-head .eyebrow{margin-bottom:12px;}
.section-head h2{
  font-family:var(--font-display);
  font-size:36px;margin:0;font-weight:600;
}
.section-alt{background:var(--paper-3);}

/* ---------- Services preview / cards ---------- */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.service-card{
  background:var(--paper-2);border:1px solid var(--line);border-radius:4px;padding:32px;
}
.service-media{aspect-ratio:16/10;border-radius:3px;margin-bottom:20px;overflow:hidden;}
.service-media img{width:100%;height:100%;object-fit:cover;}
.service-title{font-family:var(--font-display);font-size:19px;font-weight:600;margin-bottom:8px;}
.service-desc{font-size:14px;color:var(--muted);line-height:1.6;}

/* ---------- Product grids ---------- */
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.product-card{
  background:var(--paper-2);border-radius:4px;overflow:hidden;border:1px solid var(--line);
  display:flex;flex-direction:column;
}
.product-media{aspect-ratio:1;overflow:hidden;}
.product-media img{width:100%;height:100%;object-fit:cover;}
.product-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1;}
.product-cat{font-size:12px;color:var(--muted-2);text-transform:uppercase;letter-spacing:0.05em;}
.product-name{font-size:15px;font-weight:500;}
.product-desc{font-size:13px;color:var(--muted);line-height:1.5;flex:1;}
.product-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;}
.product-price{font-size:17px;font-weight:600;color:var(--accent);}
.product-card.featured .product-price{font-size:15px;}
.btn-add{
  background:var(--accent);color:#fff;border:none;padding:9px 16px;border-radius:2px;cursor:pointer;font-size:13px;
}
.btn-add:hover{background:var(--accent-dark);}
.qty-in-cart{font-size:12px;color:var(--accent);}
.products-cta{text-align:center;margin-top:40px;}

/* ---------- Process ---------- */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;}
.process-num{font-family:var(--font-display);font-size:32px;color:var(--line);margin-bottom:10px;}
.process-title{font-weight:600;margin-bottom:8px;}
.process-desc{font-size:14px;color:var(--muted);line-height:1.6;}

/* ---------- Testimonials ---------- */
.testimonials-section{background:var(--ink);color:oklch(96% 0.01 75);padding:80px 48px;}
.testimonials-section .section-head h2{color:oklch(96% 0.01 75);}
.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.testimonial-card{background:var(--ink-2);padding:24px;border-radius:4px;}
.testimonial-quote{font-size:14px;line-height:1.6;margin-bottom:16px;color:oklch(90% 0.01 75);}
.testimonial-author{font-size:13px;color:oklch(70% 0.02 40);}

/* ---------- Newsletter ---------- */
.newsletter-section{max-width:900px;margin:0 auto;padding:80px 48px;text-align:center;}
.newsletter-section h2{font-family:var(--font-display);font-size:32px;margin:0 0 16px;font-weight:600;}
.newsletter-section > p{color:var(--muted);margin:0 0 28px;}
.newsletter-form{display:flex;gap:12px;max-width:420px;margin:0 auto;flex-wrap:wrap;justify-content:center;}
.newsletter-form input{
  flex:1;min-width:220px;padding:13px 16px;border:1px solid var(--line-2);border-radius:2px;font-family:inherit;font-size:14px;
}
.form-success{color:var(--accent);font-weight:600;}
.form-hidden{display:none !important;}
.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}

/* ---------- Footer ---------- */
.site-footer{background:var(--ink);color:oklch(88% 0.01 75);padding:64px 48px 24px;margin-top:auto;}
.footer-grid{
  max-width:var(--max);margin:0 auto;
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;
  padding-bottom:40px;border-bottom:1px solid oklch(35% 0.02 50);
}
.footer-brand{font-family:var(--font-display);font-size:24px;color:#fff;margin-bottom:14px;}
.footer-about{font-size:14px;line-height:1.7;color:oklch(72% 0.02 60);max-width:280px;}
.footer-col-title{font-weight:600;color:#fff;margin-bottom:14px;font-size:14px;}
.footer-links{display:flex;flex-direction:column;gap:10px;font-size:14px;}
.footer-links a{color:oklch(72% 0.02 60);}
.footer-links a:hover{color:#fff;}
.footer-contact{font-size:14px;line-height:1.9;color:oklch(72% 0.02 60);}
.footer-bottom{
  max-width:var(--max);margin:0 auto;padding-top:20px;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;
  font-size:12px;color:oklch(58% 0.02 60);
}

/* ---------- Cookie banner ---------- */
.cookie-banner{
  position:fixed;bottom:0;left:0;right:0;
  background:var(--paper-2);border-top:1px solid var(--line-2);
  padding:18px 32px;display:flex;justify-content:space-between;align-items:center;
  gap:24px;flex-wrap:wrap;z-index:50;box-shadow:0 -4px 16px oklch(0% 0 0 / 8%);
}
.cookie-banner p{font-size:13px;color:var(--muted);max-width:640px;margin:0;}
.cookie-banner a{color:var(--accent);}
.cookie-banner.form-hidden{display:none !important;}

/* ---------- Page hero (inner pages) ---------- */
.page-hero{max-width:var(--max);margin:0 auto;padding:80px 48px 40px;}
.page-hero .eyebrow{margin-bottom:12px;}
.page-hero h1{font-family:var(--font-display);font-size:44px;margin:0 0 20px;font-weight:600;}
.page-hero p{font-size:17px;color:var(--muted);max-width:640px;line-height:1.7;}

/* ---------- About ---------- */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;max-width:var(--max);margin:0 auto;padding:0 48px 40px;}
.about-text{font-size:16px;line-height:1.8;color:oklch(35% 0.02 50);}
.about-media{aspect-ratio:4/3;border-radius:4px;overflow:hidden;}
.about-media img{width:100%;height:100%;object-fit:cover;}

.stats-grid{
  max-width:var(--max);margin:0 auto;padding:40px 48px 80px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid var(--line);
}
.stat{text-align:center;padding-top:32px;}
.stat-value{font-family:var(--font-display);font-size:36px;color:var(--accent);font-weight:700;}
.stat-label{font-size:14px;color:var(--muted);margin-top:6px;}

.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.value-card{background:var(--paper-2);border:1px solid var(--line);border-radius:4px;padding:28px;}
.value-title{font-family:var(--font-display);font-size:18px;font-weight:600;margin-bottom:10px;}
.value-desc{font-size:14px;color:var(--muted);line-height:1.6;}

.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
.team-member{text-align:center;}
.team-photo{
  width:140px;height:140px;border-radius:50%;margin:0 auto 16px;overflow:hidden;
}
.team-photo img{width:100%;height:100%;object-fit:cover;}
.team-name{font-weight:600;font-family:var(--font-display);font-size:18px;}
.team-role{font-size:13px;color:var(--accent);margin-top:4px;}

/* ---------- Services page ---------- */
.services-list{max-width:var(--max);margin:0 auto;padding:0 48px 80px;display:flex;flex-direction:column;gap:20px;}
.service-row{
  display:grid;grid-template-columns:2fr 1fr auto;gap:24px;align-items:center;
  background:var(--paper-2);border:1px solid var(--line);border-radius:4px;padding:28px;
}
.service-row-title{font-family:var(--font-display);font-size:20px;font-weight:600;margin-bottom:8px;}
.service-row-desc{font-size:14px;color:var(--muted);line-height:1.6;}
.service-row-price{font-size:16px;font-weight:600;color:var(--accent);white-space:nowrap;}

.faq-wrap{max-width:840px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line-2);padding:20px 0;}
.faq-q{font-weight:600;margin-bottom:8px;}
.faq-a{font-size:14px;color:var(--muted);line-height:1.6;}

/* ---------- Shop ---------- */
.shop-intro{max-width:var(--max);margin:0 auto;padding:80px 48px 24px;}
.shop-intro .eyebrow{margin-bottom:12px;}
.shop-intro h1{font-family:var(--font-display);font-size:44px;margin:0 0 12px;font-weight:600;}
.shop-intro p{color:var(--muted);font-size:16px;max-width:600px;}
.chips{max-width:var(--max);margin:0 auto;padding:0 48px;display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px;}
.chip{
  padding:9px 18px;border-radius:20px;font-size:13px;cursor:pointer;
  border:1px solid var(--line-2);background:transparent;color:var(--ink);
}
.chip.active{border-color:var(--accent);background:var(--accent);color:#fff;}
.shop-grid{max-width:var(--max);margin:0 auto;padding:0 48px 80px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}

/* ---------- Cart ---------- */
.cart-wrap{max-width:840px;margin:0 auto;padding:80px 48px;}
.cart-wrap h1{font-family:var(--font-display);font-size:38px;margin:0 0 32px;font-weight:600;}
.cart-success{background:oklch(94% 0.03 150);border:1px solid oklch(80% 0.05 150);border-radius:4px;padding:32px;text-align:center;}
.cart-success-title{font-weight:600;font-size:18px;margin-bottom:8px;}
.cart-success-desc{font-size:14px;color:oklch(40% 0.02 50);}
.cart-empty{text-align:center;padding:60px 0;color:var(--muted);}
.cart-items{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;}
.cart-item{
  display:grid;grid-template-columns:64px 1fr auto auto;gap:16px;align-items:center;
  border-bottom:1px solid var(--line);padding-bottom:16px;
}
.cart-thumb{width:64px;height:64px;border-radius:3px;overflow:hidden;background:var(--paper-3);}
.cart-thumb img{width:100%;height:100%;object-fit:cover;}
.cart-item-name{font-weight:500;}
.cart-item-price{font-size:13px;color:var(--muted);}
.qty-control{display:flex;align-items:center;gap:10px;}
.qty-btn{
  width:28px;height:28px;border:1px solid var(--line-2);background:#fff;border-radius:2px;cursor:pointer;font-size:15px;line-height:1;
}
.cart-item-total{font-weight:600;min-width:80px;text-align:right;}
.cart-row{display:flex;justify-content:space-between;font-size:15px;padding:8px 0;color:var(--muted);}
.cart-row-total{
  display:flex;justify-content:space-between;font-size:20px;font-weight:700;padding:16px 0;
  border-top:1px solid var(--line);margin-top:8px;
}
.cart-terms{font-size:12px;color:oklch(55% 0.02 50);margin-top:12px;text-align:center;}
.cart-terms a{color:var(--accent);}
.checkout-fields{display:flex;flex-direction:column;gap:14px;margin:24px 0;}
.checkout-fields input,.checkout-fields textarea{
  padding:13px 14px;border:1px solid var(--line-2);border-radius:2px;font-family:inherit;font-size:14px;width:100%;
}

/* ---------- Tips ---------- */
.tips-grid{max-width:var(--max);margin:0 auto;padding:0 48px 80px;display:grid;grid-template-columns:repeat(2,1fr);gap:28px;}
.tip-card{background:var(--paper-2);border:1px solid var(--line);border-radius:4px;overflow:hidden;cursor:pointer;}
.tip-media{aspect-ratio:16/9;overflow:hidden;}
.tip-media img{width:100%;height:100%;object-fit:cover;}
.tip-body{padding:24px;}
.tip-meta{font-size:12px;color:var(--accent);margin-bottom:8px;}
.tip-title{font-family:var(--font-display);font-size:20px;font-weight:600;margin-bottom:10px;}
.tip-excerpt{font-size:14px;color:var(--muted);line-height:1.6;}

.article-wrap{max-width:720px;margin:0 auto;padding:80px 48px;}
.article-back{color:var(--accent);font-size:14px;}
.article-wrap h1{font-family:var(--font-display);font-size:36px;margin:24px 0 12px;font-weight:600;}
.article-meta{font-size:13px;color:var(--muted-2);margin-bottom:32px;}
.article-media{aspect-ratio:16/9;border-radius:4px;margin-bottom:32px;overflow:hidden;}
.article-media img{width:100%;height:100%;object-fit:cover;}
.article-wrap p.body-p{font-size:16px;line-height:1.8;color:oklch(30% 0.02 50);margin-bottom:20px;}

/* ---------- Contact ---------- */
.contact-grid{max-width:var(--max);margin:0 auto;padding:80px 48px;display:grid;grid-template-columns:1fr 1fr;gap:64px;}
.contact-info-list{font-size:15px;line-height:2;color:oklch(35% 0.02 50);margin-bottom:32px;}
.hours-title{font-weight:600;margin-bottom:10px;}
.hours-row{
  display:flex;justify-content:space-between;max-width:280px;font-size:14px;padding:6px 0;
  border-bottom:1px solid oklch(90% 0.01 70);color:oklch(40% 0.02 50);
}
.contact-map{aspect-ratio:16/9;border-radius:4px;margin-top:32px;overflow:hidden;position:relative;}
.contact-map img{width:100%;height:100%;object-fit:cover;}
.contact-map-cta{
  position:absolute;left:16px;bottom:16px;background:oklch(99% 0 0 / 92%);
  padding:8px 14px;border-radius:2px;font-size:13px;font-weight:600;
}
.contact-form-card{background:var(--paper-2);border:1px solid var(--line);border-radius:4px;padding:36px;}
.contact-success{text-align:center;padding:40px 0;}
.contact-success-title{font-weight:600;font-size:18px;margin-bottom:8px;}
.contact-form{display:flex;flex-direction:column;gap:16px;}
.contact-form input,.contact-form textarea{
  padding:13px 14px;border:1px solid var(--line-2);border-radius:2px;font-family:inherit;font-size:14px;width:100%;
}
.contact-form textarea{resize:vertical;}
.consent-label{font-size:12px;color:var(--muted-2);display:flex;gap:8px;align-items:flex-start;}
.consent-label a{color:var(--accent);}
.form-error{color:#a6432c;font-size:13px;margin-top:-6px;}

/* ---------- Legal pages ---------- */
.legal-wrap{max-width:760px;margin:0 auto;padding:80px 48px;}
.legal-wrap h1{font-family:var(--font-display);font-size:38px;margin:0 0 32px;font-weight:600;}
.legal-section{margin-bottom:28px;}
.legal-section-title{font-weight:600;font-size:17px;margin-bottom:8px;}
.legal-section p{font-size:15px;line-height:1.75;color:oklch(35% 0.02 50);margin:0 0 8px;}
.imprint-section .legal-section-title{font-size:15px;color:var(--muted-2);margin-bottom:4px;}
.imprint-section p{font-size:16px;line-height:1.6;color:var(--ink);}

/* ---------- 404 ---------- */
.notfound-wrap{max-width:640px;margin:0 auto;padding:120px 48px;text-align:center;}
.notfound-wrap h1{font-family:var(--font-display);font-size:64px;margin:0 0 16px;color:var(--accent);}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .hero{grid-template-columns:1fr;padding:64px 32px;gap:40px;}
  .hero-copy h1{font-size:42px;}
  .services-grid,.products-grid,.process-grid,.testimonials-grid,.stats-grid,.values-grid,.team-grid,.shop-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-grid,.contact-grid{grid-template-columns:1fr;gap:32px;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .service-row{grid-template-columns:1fr;text-align:left;}
  .tips-grid{grid-template-columns:1fr;}
}
@media (max-width:860px){
  .site-header{padding:16px 20px;}
  .nav{
    position:fixed;top:0;left:0;right:0;bottom:0;background:var(--paper-2);
    flex-direction:column;justify-content:center;align-items:center;gap:28px;
    display:none;z-index:40;
  }
  .nav.open{display:flex;}
  .nav a{font-size:20px;}
  .nav-toggle{display:inline-block;}
  .topbar{font-size:12px;gap:16px;padding:8px 16px;}
}
@media (max-width:640px){
  .section,.page-hero,.about-grid,.contact-grid,.cart-wrap,.article-wrap,.legal-wrap,.shop-intro,.chips,.shop-grid,.services-list{
    padding-left:20px;padding-right:20px;
  }
  .hero{padding:48px 20px;}
  .usps,.stats-grid{grid-template-columns:repeat(2,1fr);padding-left:20px;padding-right:20px;}
  .services-grid,.products-grid,.process-grid,.testimonials-grid,.values-grid,.team-grid,.shop-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;padding:0 20px 40px;}
  .footer-bottom{padding:20px 20px 0;}
  .site-footer{padding:48px 0 24px;}
  .hero-copy h1{font-size:32px;}
  .section-head h2{font-size:28px;}
  .cart-item{grid-template-columns:48px 1fr;grid-template-areas:"thumb name" "thumb qty" "thumb total";}
  .newsletter-form{flex-direction:column;}
  .newsletter-form button{width:100%;}
  .cookie-banner{padding:16px 20px;}
}
