/* Brand tokens & page-specific overrides — matched against the live plastikse.com reference. */

:root {
  --pk-green: #13a47f;
  --pk-green-dark: #00796e;
  --pk-accent: #d3df48;
}

.section { padding: 60px 0; }

/* Transparent header (floats over the green page-hero band on every content page) */
.header.transparent { background: none; }
.header.transparent .header-nav-main > li > a,
.header.transparent .nav-dropdown li a,
.header.transparent .header-nav-main .nav-top-link,
.header.transparent .header-icon a,
.header.transparent .header-icon svg,
.header.transparent .search-icon svg,
.header.transparent .cart-icon svg,
.header.transparent .header-cart-title,
.header.transparent .header-cart-total,
.header.transparent .icon-menu-bars svg,
.header.transparent .lang-switcher,
.header.transparent .lang-switcher a,
.header.transparent .mobile-nav-icon svg {
  color: #fff !important;
  fill: #fff !important;
}
.header.transparent:not(.stuck) .header-logo { display: none; }
.header.transparent:not(.stuck) .header-logo-dark { display: block !important; }

/* Reusable green page-hero band, header floats transparently over the top of it */
.pk-page-hero {
  background-color: var(--pk-green);
  color: #fff;
  padding: 200px 0 70px;
}
.pk-page-hero h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
.pk-page-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.9);
  max-width: 640px;
}

/* Home hero (two stacked panels, matching the original scroll transition) */
.pk-hero {
  background-color: var(--pk-green);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 190px 0 90px;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
}
.pk-hero h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 10px;
}
.pk-hero p {
  font-size: 18px;
  max-width: 480px;
}
.pk-hero-2 {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  color: #222;
  padding: 90px 0;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
}
.pk-hero-2 h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 10px;
}
.pk-hero-2 p {
  font-size: 18px;
  max-width: 480px;
}

/* Custom designs carousel */
.pk-custom-designs h2 { text-transform: none; margin-bottom: 20px; }
.pk-custom-designs-carousel { overflow: hidden; }
.pk-custom-designs-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 10px;
}
.pk-custom-designs-track::-webkit-scrollbar { display: none; }
.pk-custom-designs-track img {
  scroll-snap-align: start;
  flex: 0 0 200px;
  height: 240px;
  object-fit: contain;
  background: #f6f6f8;
  border-radius: 4px;
}
.pk-carousel-nav { display: flex; gap: 16px; margin-top: 20px; }
.pk-carousel-nav button {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd;
  background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--pk-green); font-size: 18px;
}
.pk-carousel-nav button:hover { background: var(--pk-green); color: #fff; border-color: var(--pk-green); }

/* Facts */
.pk-facts { background: var(--pk-green); padding: 0; }
.pk-fact {
  padding: 60px 40px;
  border-left: 3px solid var(--pk-accent);
}
.pk-fact-number { font-size: 56px; font-weight: 700; color: var(--pk-accent); line-height: 1; }
.pk-fact-title { font-size: 22px; font-weight: 500; margin: 16px 0 10px; color: #fff; }
.pk-fact p { color: rgba(255,255,255,.85); }

/* Process */
.pk-process h2 { text-align: left; text-transform: none; max-width: 700px; margin: 0 0 50px; font-size: 34px; }
.pk-process-item { padding: 20px; margin-bottom: 30px; }
.pk-process-icon-badge {
  width: 64px; height: 64px; border-radius: 50%; background: var(--pk-green);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.pk-process-icon-badge img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.pk-process-item h3 { text-transform: none; margin-bottom: 10px; font-size: 22px; }

/* Case quote */
.pk-case-quote { background: var(--pk-green); color: #fff; text-align: left; }
.pk-case-quote cite { font-style: normal; display: block; margin-bottom: 24px; color: var(--pk-accent); }
.pk-case-quote cite .quote-name { display: block; font-size: 18px; font-weight: 600; }
.pk-case-quote cite .quote-title { display: block; font-size: 15px; font-weight: 400; }
.pk-case-quote blockquote { border: none; padding: 0; margin: 0 0 24px; }
.pk-case-quote blockquote p { font-size: 26px; font-weight: 500; color: #fff; line-height: 1.4; }
.pk-case-quote .pk-read-more { color: var(--pk-accent); text-decoration: underline; font-weight: 500; }

/* Certs */
.pk-certs h3 { text-transform: none; font-weight: 700; font-size: 30px; text-align: left; margin-bottom: 40px; }
.pk-certs-row { align-items: center; }
.pk-cert-logo { max-width: 100%; height: auto; }

/* About page */
.pk-about-gallery img,
.pk-about-block-img { border-radius: 4px; width: 100%; height: 320px; object-fit: cover; margin-bottom: 20px; }
.pk-about-block { padding-top: 20px; padding-bottom: 20px; }
.pk-about-block .entry { padding-top: 10px; }
.pk-about-block .entry p { font-size: 16px; line-height: 1.7; }

/* Accordion (Sustainability, EU Projects, Process services) */
.pk-accordion-item { border-bottom: 1px solid #e5e5e5; }
.pk-accordion-toggle {
  display: flex; justify-content: space-between; align-items: center;
  width: 100%; text-align: left; background: none; border: none;
  padding: 20px 0; font-size: 18px; font-weight: 500; cursor: pointer;
  font-family: inherit; color: #333;
}
.pk-accordion-icon { font-size: 22px; color: var(--pk-green); transition: transform .2s; }
.pk-accordion-item.is-open .pk-accordion-icon { transform: rotate(45deg); }
.pk-accordion-panel { display: none; padding: 0 0 24px; }
.pk-accordion-item.is-open .pk-accordion-panel { display: block; }
.pk-accordion-panel img { max-width: 100%; height: auto; margin: 10px 0; }
.pk-accordion-panel p { margin-bottom: 14px; }

/* Contact */
.pk-reach-us { background: #f6f6f8; }
.pk-reach-us h2 { text-transform: none; margin-bottom: 30px; }
.pk-reach-item { text-align: center; margin-bottom: 20px; }
.pk-reach-icon { font-size: 28px; margin-bottom: 10px; }
.pk-map { margin-top: 30px; border-radius: 4px; overflow: hidden; }

/* News */
.pk-news-thumb { background: #f6f6f8; border-radius: 4px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 10px; }
.pk-news-thumb img { max-width: 80%; max-height: 80%; object-fit: contain; }
.pk-news-title { font-size: 14px; color: #333; }
.pk-news-item { margin-bottom: 30px; }

/* Process */
.pk-process-method-img { width: 100%; height: 280px; object-fit: cover; border-radius: 4px; margin-bottom: 20px; }
.pk-process-method-subtitle { color: var(--pk-green); font-weight: 600; letter-spacing: .05em; margin-bottom: 8px; }
.pk-process-method h2 { text-transform: none; margin-bottom: 16px; }
.pk-services { background: #f6f6f8; }
.pk-services-logos { margin-top: 20px; align-items: center; }

/* Footer */
.pk-footer { background: #333; color: #ccc; padding: 60px 0 30px; }
.pk-footer hr { border-color: rgba(255,255,255,.15); margin: 30px 0; }
.pk-footer-link { display: block; color: #fff; text-decoration: none; margin-bottom: 20px; }
.pk-footer-link strong { display: block; font-size: 20px; margin-bottom: 4px; }
.pk-footer-link span { color: #999; font-size: 14px; }
.pk-footer-heading { color: #fff; font-weight: 600; margin-bottom: 14px; text-transform: uppercase; font-size: 13px; letter-spacing: .05em; }
.pk-footer-menu { list-style: none; margin: 0; padding: 0; }
.pk-footer-menu li { margin-bottom: 8px; }
.pk-footer-menu a { color: #ccc; text-decoration: none; }
.pk-footer-menu a:hover { color: #fff; }
.pk-footer p { color: #ccc; font-size: 14px; margin-bottom: 16px; }
.pk-footer p a { color: #ccc; }
.pk-footer-bottom { font-size: 13px; color: #999; }
.pk-footer-bottom a { color: #999; }
.pk-footer-bottom .text-right { text-align: right; }

/* 404 */
.pk-404 { padding: 100px 0; }
.pk-404 h1 { font-size: 120px; color: var(--pk-green); font-weight: 700; }
