@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap");

html,
body {
  margin: 0;
  padding: 0;
}

body {
  --pm-green-dark: #003919;
  --pm-green: #93b924;
  --pm-wheat: #ffc667;

  --heading-font: "Poppins", Roboto, sans-serif;
  --heading-font-weight: 400;
  --heading-color: var(--pm-green-dark);
  --heading-line-height: 1.24;

  --swiper-theme-color: var(--pm-green);
  --swiper-pagination-color: var(--pm-green);

  --bs-body-font-family: "Poppins", Roboto, sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1a1a1a;
  --bs-body-color-rgb: 26, 26, 26;
  --bs-body-bg: #f6f4ef;
  --bs-body-bg-rgb: 246, 244, 239;

  --bs-primary: var(--pm-green-dark);
  --bs-secondary: #f6f4ef;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-light: #f8f8f8;
  --bs-dark: var(--pm-green-dark);
  --bs-gray: #9aa1a7;
  --bs-gray-100: #f8f8f8;
  --bs-gray-200: #e8e6e1;
  --bs-gray-300: #dcdad4;
  --bs-gray-800: #3d3a38;
  --bs-orange: var(--pm-wheat);

  --bs-primary-rgb: 0, 57, 25;
  --bs-secondary-rgb: 246, 244, 239;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-orange-rgb: 255, 198, 103;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 0, 57, 25;

  --bs-link-color: var(--pm-green-dark);
  --bs-link-color-rgb: 0, 57, 25;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--pm-green);
  --bs-link-hover-color-rgb: 147, 185, 36;

  --bs-border-color: #191919;
  --bs-border-radius: 2rem;

  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M8 1.5a.5.5 0 0 1 .5.5v5.5H14a.5.5 0 0 1 0 1H8.5V14a.5.5 0 0 1-1 0V8.5H2a.5.5 0 0 1 0-1h5.5V2a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");

  letter-spacing: 0.03rem;
  font-family: var(--bs-body-font-family);
}

#header {
  top: 0;
  width: 100%;
}

#header-nav {
  margin-bottom: 0 !important;
}

#header.site-header {
  margin-top: 0 !important;
}

#header .navbar {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  min-height: 68px;
}

#header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem !important;
  padding: 0;
  margin-right: 0.75rem;
}

#header .navbar-brand .logo {
  display: block !important;
  height: 52px !important;
  max-height: 52px !important;
  width: auto !important;
  max-width: 110px !important;
  object-fit: contain !important;
  aspect-ratio: 1920 / 2590;
}

#header .navbar-brand .heading-font,
#header .navbar-brand span {
  font-size: clamp(1.05rem, 1.45vw, 1.55rem) !important;
  line-height: 1 !important;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #header .navbar {
    min-height: 74px;
  }
  #header .navbar-brand .logo {
    height: 58px !important;
    max-height: 58px !important;
    max-width: 125px !important;
  }
  #header .navbar-brand .heading-font,
  #header .navbar-brand span {
    font-size: clamp(1.15rem, 1.4vw, 1.7rem) !important;
  }
}

@media (min-width: 992px) {
  #header .navbar {
    min-height: 80px;
  }
  #header .navbar-brand .logo {
    height: 64px !important;
    max-height: 64px !important;
    max-width: 140px !important;
  }
  #header .navbar-brand .heading-font,
  #header .navbar-brand span {
    font-size: clamp(1.2rem, 1.2vw, 1.8rem) !important;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: var(--bs-light);
}

h1,
h2,
h3 {
  margin: 25px 0;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 4.125rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

.container-fluid {
  max-width: 1800px;
}

@media (min-width: 1600px) {
  .container,
  .container-lg {
    max-width: 1530px;
  }
  .container-md {
    max-width: 1200px;
  }
}

.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: var(--pm-green);
  --bs-btn-hover-border-color: var(--pm-green);
  --bs-btn-focus-shadow-rgb: 147, 185, 36;
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--pm-green);
  --bs-btn-active-border-color: var(--pm-green);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-dark.btn-bg-light {
  --bs-btn-bg: var(--bs-light);
}

.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 2.8rem;
  --bs-btn-font-size: 1.25rem;
}

.btn.btn-shadow {
  box-shadow: 0px 6px 39px 0px rgba(0, 57, 25, 0.18);
}

.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

.open-up {
  clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
  animation: 1s open-up forwards;
}

@keyframes open-up {
  0% {
    clip-path: inset(48% 34% 36% 35%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

.preloader {
  position: fixed;
  z-index: 99;
  background: var(--bs-dark);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader.loaded {
  height: 0;
}

.navbar.fixed-top {
  transition: background-color 0.6s ease-out;
}

.my-lg-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-lg-7 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-lg-8 {
  margin-top: 8.5rem !important;
  margin-bottom: 8rem !important;
}

.my-lg-9 {
  margin-top: 10.5rem !important;
  margin-bottom: 10rem !important;
}

.my-lg-10 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.mt-lg-0 {
  margin-top: 0rem !important;
}

.mb-lg-0 {
  margin-bottom: 0rem !important;
}

.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-lg-7 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-lg-8 {
  padding-top: 8.5rem !important;
  padding-bottom: 8rem !important;
}

.py-lg-9 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.py-lg-10 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-lg-11 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.py-lg-12 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

.px-lg-6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-lg-7 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

.px-lg-8 {
  padding-left: 8.5rem !important;
  padding-right: 8rem !important;
}

.px-lg-9 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important;
}

.px-lg-10 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}

.px-lg-11 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important;
}

.px-lg-12 {
  padding-left: 16.5rem !important;
  padding-right: 16.5rem !important;
}

.pt-lg-0 {
  padding-top: 0rem !important;
}

.pb-lg-0 {
  padding-bottom: 0rem !important;
}

.rounded-6 {
  border-radius: 3rem;
}

.rounded-7 {
  border-radius: 4rem;
}

.rounded-8 {
  border-radius: 5rem;
}

.rounded-9 {
  border-radius: 6rem;
}

.rounded-10 {
  border-radius: 7rem;
}

.rounded-11 {
  border-radius: 8rem;
}

.bg-orange {
  background-color: rgba(var(--bs-orange-rgb), 0.92);
}

.bg-white-trans {
  --bs-bg-opacity: 0.6;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-2 {
  background-color: var(--bs-gray-200);
}

.heading-font {
  font-family: var(--heading-font);
}

.body-font {
  font-family: var(--bs-body-font-family);
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 4.125rem;
  }
}

.svg-primary {
  fill: var(--bs-primary);
  color: var(--bs-primary);
}

.svg-secondary {
  fill: var(--bs-secondary);
  color: var(--bs-secondary);
}

.svg-gray-2 {
  fill: var(--bs-gray-200);
  color: var(--bs-gray-200);
}

.svg-link-color {
  color: var(--bs-gray-300);
}

.svg-link-color:hover {
  color: var(--pm-green);
}

.offcanvas-body .navbar-nav a.nav-link.active,
.offcanvas-body .navbar-nav a.nav-link:hover {
  color: var(--pm-green);
}

#intro {
  margin-top: 0 !important;
}

#intro{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(6rem, 10vh, 8.5rem) 1rem 6rem;
}

#intro::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.55);
  z-index: 1;
  pointer-events: none;
}

#intro .hero-content{
  position: relative;
  z-index: 3;
  max-width: 980px;
}

.pm-hero-title{
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 1.05;
}

.pm-hero-subtitle{
  font-size: clamp(1rem, 2.1vw, 1.35rem);
}

#intro .pattern-overlay{
  left: 0;
  right: 0;
  bottom: -1px;
  top: auto;
  z-index: 2;
  pointer-events: none;
}
#intro .pattern-overlay img{
  width: 100%;
  height: auto;
  display: block;
}

.content-box {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.product-card.pm-product-card{
  width:100%;
  max-width:320px;
  justify-self:center;
  display:flex;
  flex-direction:column;
  background: rgba(var(--bs-white-rgb),0.92);
  border:1px solid rgba(var(--bs-primary-rgb),0.12);
  border-radius: 2rem;
  overflow:hidden;
  box-shadow: 0px 12px 40px rgba(0,57,25,0.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card.pm-product-card:hover{
  transform: translateY(-4px);
  border-color: rgba(var(--bs-primary-rgb),0.18);
  box-shadow: 0px 18px 54px rgba(0,57,25,0.16);
}

.pm-gallery{
  display:block;
}

.pm-gallery-tools{
  display:flex;
  flex-wrap:wrap;
  gap:0.85rem;
  align-items:center;
  justify-content:center;
  margin-bottom:1.35rem;
}

.pm-gallery-search{
  position:relative;
  flex: 1 1 260px;
  min-width: 240px;
}

.pm-gallery-search i{
  position:absolute;
  left: 14px;
  top:50%;
  transform: translateY(-50%);
  color: rgba(var(--bs-primary-rgb),0.55);
  pointer-events:none;
}

.pm-gallery-search input{
  width:100%;
  height:46px;
  padding: 0 14px 0 42px;
  border-radius: 999px;
  border:1px solid rgba(var(--bs-primary-rgb),0.14);
  background: rgba(var(--bs-white-rgb),0.9);
  outline:none;
  font-size: 0.98rem;
  color: rgba(var(--bs-body-color-rgb),0.95);
  box-shadow: 0px 10px 30px rgba(0,57,25,0.06);
}

.pm-gallery-search input:focus{
  border-color: rgba(var(--bs-primary-rgb),0.32);
  box-shadow: 0px 14px 40px rgba(0,57,25,0.10);
}

.pm-gallery-filters{
  display:flex;
  flex-wrap:wrap;
  gap:0.55rem;
  align-items:center;
  justify-content:center;
  width:100%;
}

.pm-filter{
  appearance:none;
  border:1px solid rgba(var(--bs-primary-rgb),0.14);
  background: rgba(var(--bs-white-rgb),0.72);
  color: rgba(var(--bs-primary-rgb),0.92);
  border-radius: 999px;
  padding: 0.52rem 0.9rem;
  font-size: 0.92rem;
  line-height:1;
  font-weight: 500;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
  white-space:nowrap;
}

.pm-filter:hover{
  transform: translateY(-1px);
  border-color: rgba(var(--bs-primary-rgb),0.22);
  background: rgba(var(--bs-white-rgb),0.92);
}

.pm-filter.is-active{
  background: rgba(var(--bs-primary-rgb),0.08);
  border-color: rgba(var(--bs-primary-rgb),0.36);
  color: rgba(var(--bs-primary-rgb),0.96);
  box-shadow: 0px 12px 34px rgba(0,57,25,0.10);
}

.pm-gallery-sort{
  flex: 0 0 auto;
  min-width: 160px;
}

.pm-gallery-sort .form-select{
  height:46px;
  border-radius: 999px;
  border:1px solid rgba(var(--bs-primary-rgb),0.14);
  background-color: rgba(var(--bs-white-rgb),0.9);
  box-shadow: 0px 10px 30px rgba(0,57,25,0.06);
}

.pm-product-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 320px));
  justify-content:center;
  gap: 1rem;
  align-items:stretch;
}

.pm-product-media{
  position:relative;
  width:100%;
  aspect-ratio: 4 / 3;
  overflow:hidden;
  background: rgba(var(--bs-secondary-rgb),0.9);
}

.pm-product-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.02);
  transition: transform .45s ease;
}

.product-card.pm-product-card:hover .pm-product-img{
  transform: scale(1.08);
}

.pm-product-pills{
  position:absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display:flex;
  gap:0.45rem;
  flex-wrap:wrap;
  pointer-events:none;
}

.pm-pill{
  display:inline-flex;
  align-items:center;
  gap:0.4rem;
  border-radius:999px;
  padding: 0.32rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(var(--bs-primary-rgb),0.92);
  color: rgba(var(--bs-white-rgb),1);
  box-shadow: 0px 10px 22px rgba(0,57,25,0.18);
}

.pm-pill--soft{
  background: rgba(var(--bs-orange-rgb),0.92);
  color: rgba(var(--bs-primary-rgb),0.96);
}

.pm-product-body{
  display:flex;
  flex-direction:column;
  gap:0.6rem;
  padding: 0.95rem 1rem 1rem 1rem;
}

.pm-product-title{
  margin:0;
  font-size: 1.15rem;
  line-height:1.15;
  font-weight: 700;
  color: rgba(var(--bs-primary-rgb),0.98);
}

.pm-product-desc{
  margin:0;
  font-size:0.98rem;
  line-height:1.35;
  color: rgba(var(--bs-body-color-rgb),0.86);
  display:-webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow:hidden;
  min-height: calc(0.98rem * 1.35 * 3);
}

.pm-pairings--hidden{
  display:none;
}

.pm-pairings{
  border-top: 1px solid rgba(var(--bs-primary-rgb),0.10);
  padding-top: 0.8rem;
  margin-top: 0.25rem;
}

.pm-pairings-title{
  display:flex;
  align-items:center;
  gap:0.5rem;
  font-size:0.76rem;
  font-weight:800;
  letter-spacing:0.09em;
  text-transform:uppercase;
  color: rgba(var(--bs-primary-rgb),0.72);
  margin-bottom: 0.55rem;
}

.pm-product-cta .pm-cta{
  width: 100%;
  height: 42px;
  font-size: 0.9rem;
}

.pm-pairings-dialog{
  --bs-modal-width: 720px;
  --bs-modal-margin: 1rem;
}

@media (max-width: 575.98px){
  .pm-pairings-dialog{
    --bs-modal-width: 92vw;
    --bs-modal-margin: 0.75rem;
  }
  .pm-pairings-dialog.modal-dialog-centered{
    align-items:flex-end;
  }
}

.pm-modal{
  border-radius: 1.9rem;
  overflow:hidden;
  border: 1px solid rgba(var(--bs-primary-rgb),0.14);
  background: rgba(var(--bs-white-rgb),0.94);
  box-shadow: 0px 22px 70px rgba(0,57,25,0.26);
  backdrop-filter: blur(10px);
}

.pm-modal-hero{
  position:relative;
  padding: 1.15rem 1.25rem 1.1rem;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb),0.98), rgba(147,185,36,0.72));
  color: rgba(var(--bs-white-rgb),1);
}

.pm-modal-hero::before{
  content:"";
  position:absolute;
  right:-140px;
  top:-160px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(255,198,103,0.72), rgba(255,198,103,0) 62%);
  transform: rotate(12deg);
  pointer-events:none;
}

.pm-modal-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(0,0,0,0));
  opacity:0.7;
  pointer-events:none;
}

.pm-modal-close{
  position:absolute;
  top: 0.95rem;
  right: 0.95rem;
  filter: invert(1);
  opacity:0.92;
  z-index: 2;
}

.pm-modal-close:hover{
  opacity:1;
}

.pm-modal-hero-inner{
  position:relative;
  display:flex;
  align-items:center;
  gap: 1rem;
  z-index: 1;
}

.pm-modal-thumb{
  width: 84px;
  height: 84px;
  border-radius: 1.45rem;
  overflow:hidden;
  flex: 0 0 auto;
  border: 2px solid rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.12);
  box-shadow: 0px 18px 48px rgba(0,0,0,0.22);
}

.pm-modal-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.pm-modal-eyebrow{
  font-size:0.72rem;
  font-weight:850;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color: rgba(255,255,255,0.88);
  margin-bottom: 0.2rem;
}

.pm-modal-title{
  margin:0;
  font-size: 1.25rem;
  font-weight: 850;
  color: rgba(var(--bs-white-rgb),1);
}

.pm-modal-desc{
  margin:0;
  font-size: 0.94rem;
  line-height:1.35;
  color: rgba(255,255,255,0.92);
  max-width: 52ch;
}

.pm-modal-body{
  padding: 1.15rem 1.25rem 1.25rem;
}

.pm-pairings-panel{
  display:flex;
  flex-direction:column;
  gap: 0.9rem;
}

.pm-pairings-panel-head{
  display:flex;
  flex-direction:column;
  gap: 0.25rem;
}

.pm-pairings-panel-kicker{
  font-size:0.78rem;
  font-weight: 900;
  letter-spacing:0.11em;
  text-transform:uppercase;
  color: rgba(var(--bs-primary-rgb),0.84);
}

.pm-pairings-panel-sub{
  font-size:0.96rem;
  color: rgba(var(--bs-body-color-rgb),0.82);
}

.pm-pairings-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.pm-pair-group-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 576px){
  .pm-pair-group-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .pm-pair-group-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pm-pair-group{
  padding: 0.9rem;
  border-radius: 1.6rem;
  background: rgba(var(--bs-white-rgb),0.92);
  border: 1px solid rgba(var(--bs-primary-rgb),0.12);
  box-shadow: 0px 18px 46px rgba(0,57,25,0.11);
}

.pm-pair-group-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:0.6rem;
  margin-bottom: 0.65rem;
}

.pm-pair-group-title{
  font-size:0.98rem;
  font-weight: 900;
  letter-spacing:0.02em;
  color: rgba(var(--bs-primary-rgb),0.94);
}

.pm-pair-group-list{
  display:flex;
  flex-direction:column;
  gap: 0.5rem;
}

.pm-pair-mini{
  display:flex;
  align-items:flex-start;
  gap: 0.65rem;
  padding: 0.7rem 0.75rem;
  border-radius: 1.25rem;
  background: rgba(var(--bs-secondary-rgb),0.7);
  border: 1px solid rgba(var(--bs-primary-rgb),0.08);
}

.pm-pair-mini .pm-pair-check{
  width: 24px;
  height: 24px;
  margin-top: 0.02rem;
}

.pm-pair-mini .pm-pair-check i{
  font-size: 0.8rem;
}

.pm-pair-mini .pm-pair-text{
  font-size: 0.92rem;
}

.pm-pair-item{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  border-radius: 1.35rem;
  background: rgba(var(--bs-white-rgb),0.90);
  border: 1px solid rgba(var(--bs-primary-rgb),0.10);
  box-shadow: 0px 14px 34px rgba(0,57,25,0.10);
}

.pm-pair-check{
  margin-top: 0.08rem;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
  border: 1.5px solid rgba(147,185,36,0.60);
  background: rgba(var(--bs-white-rgb),0.94);
  box-shadow: 0px 10px 18px rgba(0,57,25,0.08);
}

.pm-pair-check i{
  font-size: 0.85rem;
  color: rgba(147,185,36,0.95);
}

.pm-pair-text{
  font-size: 0.98rem;
  line-height: 1.25;
  font-weight: 650;
  color: rgba(var(--bs-primary-rgb),0.88);
}

.pm-pair-variant{
  font-weight: 850;
  color: rgba(var(--bs-primary-rgb),0.96);
}

.pm-pair-colon{
  font-weight: 850;
  color: rgba(var(--bs-primary-rgb),0.70);
}

.pm-pair-empty{
  padding: 1rem 1.05rem;
  border-radius: 1.35rem;
  background: rgba(var(--bs-white-rgb),0.86);
  border: 1px dashed rgba(var(--bs-primary-rgb),0.22);
  color: rgba(var(--bs-body-color-rgb),0.78);
}

@media (max-width: 575.98px){
  .pm-pairings-grid{
    grid-template-columns: 1fr;
  }
  .pm-pair-group-grid{
    gap: 0.65rem;
  }
  .pm-pair-group{
    padding: 0.85rem;
    border-radius: 1.45rem;
  }
  .pm-modal-thumb{
    width: 72px;
    height: 72px;
    border-radius: 1.25rem;
  }
  .pm-modal-desc{
    display:none;
  }
}

.pm-product-details summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:0.75rem;
  font-size:0.9rem;
  font-weight:600;
  color: rgba(var(--bs-primary-rgb),0.86);
  user-select:none;
}

.pm-product-details summary::-webkit-details-marker{display:none;}

.pm-product-details summary i{
  font-size:0.9rem;
  color: rgba(var(--bs-primary-rgb),0.55);
  transition: transform .18s ease;
}

.pm-product-details[open] summary i{
  transform: rotate(180deg);
}

.pm-product-details-body{
  margin-top: 0.65rem;
}

.pm-product-badges{
  display:flex;
  flex-wrap:wrap;
  gap: 0.4rem;
}

.pm-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding: 0.28rem 0.62rem;
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.15;
  background: rgba(147,185,36,0.12);
  border: 1px solid rgba(0,57,25,0.14);
  color: rgba(var(--bs-primary-rgb),0.92);
  max-width: 100%;
  white-space: normal;
}

.pm-variant-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.65rem;
}

.pm-variant{
  padding: 0.75rem 0.75rem;
  border-radius: 1.4rem;
  background: rgba(var(--bs-white-rgb),0.78);
  border: 1px solid rgba(var(--bs-primary-rgb),0.10);
  box-shadow: 0px 12px 30px rgba(0,57,25,0.06);
}

.pm-variant-title{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(var(--bs-primary-rgb),0.90);
  background: rgba(255,198,103,0.26);
  border: 1px solid rgba(255,198,103,0.55);
  margin-bottom: 0.55rem;
}

.pm-product-cta{
  margin-top:auto;
  display:flex;
  gap:0.65rem;
  align-items:center;
  padding-top: 0.3rem;
}

.pm-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0.55rem;
  height:44px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--bs-primary-rgb),0.14);
  background: rgba(var(--bs-white-rgb),0.9);
  color: rgba(var(--bs-primary-rgb),0.92);
  font-weight: 650;
  font-size: 0.92rem;
  text-decoration:none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
  box-shadow: 0px 10px 30px rgba(0,57,25,0.08);
  white-space:nowrap;
}

.pm-cta:hover{
  transform: translateY(-1px);
  border-color: rgba(var(--bs-primary-rgb),0.22);
}

.pm-cta-primary{
  background: rgba(var(--bs-primary-rgb),0.94);
  border-color: rgba(var(--bs-primary-rgb),0.94);
  color: rgba(var(--bs-white-rgb),1);
}

.pm-cta-primary:hover{
  background: rgba(147,185,36,0.92);
  border-color: rgba(147,185,36,0.92);
  color: rgba(var(--bs-white-rgb),1);
}

.pm-gallery-empty{
  padding: 2rem 0 0 0;
}

.pm-empty-card{
  max-width: 520px;
  margin: 0 auto;
  text-align:center;
  padding: 1.5rem 1.25rem;
  border-radius: 2rem;
  border:1px solid rgba(var(--bs-primary-rgb),0.12);
  background: rgba(var(--bs-white-rgb),0.86);
  box-shadow: 0px 14px 45px rgba(0,57,25,0.10);
}

.pm-empty-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto 0.65rem auto;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(var(--bs-primary-rgb),0.10);
  color: rgba(var(--bs-primary-rgb),0.75);
}

.pm-empty-title{
  font-weight: 800;
  color: rgba(var(--bs-primary-rgb),0.95);
  font-size: 1.15rem;
  margin: 0 0 0.15rem 0;
}

.pm-empty-subtitle{
  margin: 0 0 1rem 0;
  color: rgba(var(--bs-body-color-rgb),0.75);
  font-size: 0.98rem;
}

@media (max-width: 767.98px){
  .pm-gallery-tools{
    justify-content:center;
  }
  .pm-gallery-sort{
    width: 100%;
    min-width: 0;
  }
  .pm-gallery-sort .form-select{
    width:100%;
  }
  .pm-variant-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479.98px){
  .pm-product-grid{
    grid-template-columns: 1fr;
  }
  .pm-variant-grid{
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce){
  .product-card.pm-product-card,
  .pm-product-img,
  .pm-filter,
  .pm-cta{
    transition:none;
  }
  .product-card.pm-product-card:hover{
    transform:none;
  }
}

.pm-catalog {
  background: linear-gradient(
    180deg,
    rgba(var(--bs-orange-rgb), 0.10) 0%,
    rgba(var(--bs-white-rgb), 0.00) 65%
  );
  border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
  box-shadow: 0px 10px 40px rgba(0, 57, 25, 0.10);
}

.pm-catalog .pm-card {
  height: 100%;
  border-radius: 2.4rem;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.12);
  background: rgba(var(--bs-white-rgb), 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0px 12px 40px rgba(0, 57, 25, 0.10);
}

.pm-catalog .pm-card-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.pm-catalog .pm-icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bs-primary-rgb), 0.10);
  color: var(--bs-primary);
  flex: 0 0 auto;
}

.pm-catalog .pm-icon-badge i {
  font-size: 1.25rem;
}

.pm-catalog .pm-title{font-family:'Gloria Hallelujah',cursive;font-weight:400;color:var(--bs-primary);line-height:1.15;font-size:clamp(1.25rem,1.6vw,1.45rem);margin:0;letter-spacing:0;}

.pm-catalog .pm-subtitle{font-family:'Gloria Hallelujah',cursive;margin:0.15rem 0 0 0;font-size:clamp(1.05rem,1.2vw,1.2rem);color:rgba(var(--bs-body-color-rgb),0.80);letter-spacing:0;}

.pm-catalog .pm-chiplist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pm-catalog .pm-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(var(--bs-secondary-rgb), 0.95);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
  font-size: 0.98rem;
  line-height: 1;
  color: rgba(var(--bs-body-color-rgb), 0.95);
}

.pm-catalog .pm-chip i {
  color: rgba(var(--bs-primary-rgb), 0.65);
  font-size: 0.9rem;
}

.pm-catalog .pm-divider {
  height: 1px;
  background: rgba(var(--bs-primary-rgb), 0.12);
  margin: 1.1rem 0 1.2rem 0;
}

@media (min-width: 992px) {
  .pm-catalog {
    padding: 2.4rem !important;
  }
}

#header .navbar-nav {
  gap: 2.0rem !important;
}

@media (max-width: 991.98px) {
  .offcanvas-body {
    text-align: center;
  }

  .offcanvas-body .navbar-nav {
    width: 100%;
    justify-content: center !important;
    align-items: center;
    padding: 1.25rem 0 0 0;
    gap: 1.1rem !important;
  }

  .offcanvas-body .navbar-nav .nav-link {
    font-size: 1.32rem;
    line-height: 1.2;
  }

  .pm-scroll-indicator {
    bottom: 170px;
    width: 52px;
    height: 52px;
  }
}

.pm-production-card {
  border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
  box-shadow: 0px 10px 40px rgba(0, 57, 25, 0.10);
}

.pm-production-points {
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

.pm-point {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.pm-point-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bs-primary-rgb), 0.10);
  color: var(--bs-primary);
  flex: 0 0 auto;
}

.pm-point-icon i {
  font-size: 1.05rem;
}

.pm-point-title {
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.1;
  margin-bottom: 0.1rem;
}

.pm-point-text {
  color: rgba(var(--bs-body-color-rgb), 0.82);
  font-size: 0.98rem;
  line-height: 1.35;
}

.pm-production-gallery {
  background: linear-gradient(
    180deg,
    rgba(var(--bs-orange-rgb), 0.10) 0%,
    rgba(var(--bs-white-rgb), 0.00) 70%
  );
  border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
  box-shadow: 0px 10px 40px rgba(0, 57, 25, 0.10);
}

.pm-production-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .pm-production-gallery img {
    height: 240px;
  }
}

.pm-dn-logo {
  width: min(440px, 92%);
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
}

.pm-dn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pm-dn-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(var(--bs-primary-rgb), 0.08);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
  color: rgba(var(--bs-body-color-rgb), 0.90);
  font-size: 0.98rem;
  line-height: 1;
}

.pm-dn-products-title {
  font-weight: 700;
  color: var(--bs-primary);
  margin: 0 0 0.85rem 0;
  font-size: 1.15rem;
  letter-spacing: 0.02rem;
}

.pm-dn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .pm-dn-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .pm-dn-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pm-dn-grid-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 1.25rem;
  background: rgba(var(--bs-white-rgb), 0.72);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
  box-shadow: 0px 10px 30px rgba(0, 57, 25, 0.06);
  color: rgba(var(--bs-body-color-rgb), 0.92);
  font-size: 1rem;
  line-height: 1.1;
}

.pm-dn-grid-item i {
  color: rgba(var(--bs-primary-rgb), 0.72);
  font-size: 1rem;
  flex: 0 0 auto;
}

.pm-dn-grid-item span {
  display: inline-block;
}

#overview.pm-overview-compact {
  padding-bottom: 5.75rem !important;
}

#company-services.pm-company-compact {
  padding-top: 5.75rem !important;
}

@media (min-width: 992px) {
  #overview.pm-overview-compact {
    padding-bottom: 8.75rem !important;
  }
  #company-services.pm-company-compact {
    padding-top: 8.75rem !important;
  }
}

.pm-scroll-indicator{
  position:absolute;
  left:50%;
  bottom:240px;
  transform:translateX(-50%);
  z-index:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:999px;
  background:rgba(0,0,0,0.22);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  color:rgba(255,255,255,0.92);
  font-size:1.3rem;
  animation:pm-scroll-bounce 1.6s infinite;
}
.pm-scroll-indicator:hover{
  color:rgba(255,255,255,1);
  background:rgba(0,0,0,0.32);
}
@keyframes pm-scroll-bounce{
  0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0);}
  40%{transform:translateX(-50%) translateY(10px);}
  60%{transform:translateX(-50%) translateY(5px);}
}
@media (max-width: 991.98px){
  .pm-scroll-indicator{
    bottom:calc(env(safe-area-inset-bottom, 0px) + 450px);
    width:52px;
    height:52px;
  }
}

#header .navbar-nav{gap:2.0rem!important;}
#header .nav-link{position:relative;color:rgba(var(--bs-body-color-rgb),0.75);transition:color 160ms ease;}
#header .nav-link:hover{color:var(--pm-green);}
#header .nav-link.active{color:var(--pm-green)!important;}
#header .nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:-0.35rem;height:2px;border-radius:2px;background:currentColor;opacity:0.85;}
@media (max-width: 991.98px){
  .offcanvas-body{text-align:center;}
  .offcanvas-body .navbar-nav{
    width:100%;
    justify-content:center!important;
    align-items:center;
    padding:1.25rem 0 0 0;
    gap:1.1rem!important;
  }
  .offcanvas-body .navbar-nav .nav-link{
    font-size:1.32rem;
    line-height:1.2;
  }
}

.pm-production-card{
  border:1px solid rgba(var(--bs-primary-rgb),0.14);
  box-shadow:0px 10px 40px rgba(0,57,25,0.10);
}
.pm-production-points{display:flex;flex-direction:column;gap:1.05rem;}
.pm-point{display:flex;gap:0.9rem;align-items:flex-start;}
.pm-point-icon{
  width:48px;height:48px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(var(--bs-primary-rgb),0.10);
  color:var(--bs-primary);
  flex:0 0 auto;
}
.pm-point-icon i{font-size:1.05rem;}
.pm-point-title{font-weight:700;color:var(--bs-primary);line-height:1.1;margin-bottom:0.1rem;}
.pm-point-text{color:rgba(var(--bs-body-color-rgb),0.82);font-size:0.98rem;line-height:1.35;}
.pm-production-gallery{
  background:linear-gradient(180deg,rgba(var(--bs-orange-rgb),0.10) 0%,rgba(var(--bs-white-rgb),0.00) 70%);
  border:1px solid rgba(var(--bs-primary-rgb),0.14);
  box-shadow:0px 10px 40px rgba(0,57,25,0.10);
}
.pm-production-gallery img{width:100%;height:220px;object-fit:cover;}
@media (min-width: 992px){
  .pm-production-gallery img{height:240px;}
}

.pm-dn-logo{
  width:min(440px,92%);
  aspect-ratio:16/9;
  height:auto;
  object-fit:contain;
}
.pm-dn-products-title{
  font-weight:700;
  color:var(--bs-primary);
  margin:0 0 0.85rem 0;
  font-size:1.15rem;
  letter-spacing:0.02rem;
}
.pm-dn-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0.75rem;
}
@media (min-width: 576px){
  .pm-dn-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (min-width: 992px){
  .pm-dn-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
.pm-dn-grid-item{
  display:flex;
  align-items:center;
  gap:0.55rem;
  padding:0.65rem 0.85rem;
  border-radius:1.25rem;
  background:rgba(var(--bs-white-rgb),0.72);
  border:1px solid rgba(var(--bs-primary-rgb),0.14);
  box-shadow:0px 10px 30px rgba(0,57,25,0.06);
  color:rgba(var(--bs-body-color-rgb),0.92);
  font-size:1rem;
  line-height:1.1;
}
.pm-dn-grid-item i{color:rgba(var(--bs-primary-rgb),0.72);font-size:1rem;flex:0 0 auto;}

html{scroll-behavior:smooth;}
section[id]{scroll-margin-top:92px;}
@media (max-width: 991.98px){
  section[id]{scroll-margin-top:84px;}
}
html,body{width:100%;overflow-x:hidden;}
body{position:relative;overscroll-behavior-x:none;}
img,svg{max-width:100%;height:auto;}

.pm-why-video-img{min-height:320px;object-fit:cover;}
@media (min-width: 992px){
  .pm-why-video-img{min-height:420px;}
}

.pm-dn-cta{
  position:relative;
  z-index:3;
}
@media (max-width: 991.98px){
  .pm-dn-cta{
    margin-bottom:1.35rem;
  }
}

#footer{
  position:relative;
}
#footer .pattern-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:1;
  pointer-events:none;
  transform:rotate(180deg);
}
#footer .pattern-overlay img{
  width:120%;
  max-width:none;
  height:160px;
  object-fit:cover;
  display:block;
}
#footer .container{
  position:relative;
  z-index:2;
}
@media (max-width: 991.98px){
  #footer .pattern-overlay img{
    height:180px;
  }
}
:root{--pm-alt-green:rgb(148 184 36 / 0.1%);}

#about,#company-services{background-color:#fff;display:flow-root;}
#featured-products,#production{background-color:var(--pm-alt-green);display:flow-root;}

:root{--pm-section-space:clamp(3.25rem,5vw,6rem);}
#about,#featured-products,#company-services,#production{padding-top:var(--pm-section-space)!important;padding-bottom:var(--pm-section-space)!important;}

.pm-handwritten-list{
  list-style-position:inside;
  width:min(600px,100%);
  max-width:100%;
  background:#fff;
  box-shadow:0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.15);
  padding:0;
  margin:0 auto;
  border-radius:0.1rem;
  font-family:'Gloria Hallelujah',cursive;
  font-size:clamp(1.1rem,1.4vw,1.4rem);
}
.pm-handwritten-list li{padding:0 0 0 1rem;}
.pm-handwritten-list li:not(:last-child){border-bottom:1px solid lightblue;}
.pm-handwritten-list li:first-child{margin-top:1rem;}
.pm-handwritten-list li:last-child{margin-bottom:1rem;}
.pm-handwritten-list li::marker{
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M46.4 16.2c-2.3-2.3-5.4-3.5-8.4-4.5-.5-.2-1.1-.3-1.6-.5-1.6-1.6-3.7-2.8-6.2-3.2-1-.2-1.9.1-2.5.6-.9-.3-1.8-.6-2.7-.8-3.2-1-6.4-1.8-9.5-.1-1 .5-1.9 1.2-2.7 2-6.4 1.4-11.7 5-12.4 12.7C0 27 1.9 31.5 4.9 34.9c.1.6.2 1.1.4 1.7 1 3.2 3.3 5.7 6.7 6.5 2.7.6 5.4-.2 7.9-1.2 3.3.4 6.7.3 9.9 0 6.5-.7 13.3-2.8 17.1-8.5 3.6-5.2 4-12.6-.5-17.2zm-17.3.9c2.1.4 4 1.7 4.7 3.8 0 .5-.1 1.1-.2 1.6-.3 1.4-.8 2.6-1.6 3.7-.7.2-1.5.1-2.3-.4-.8-.4-1.6-1-2.2-1.6-.4-.4-1.2-1.7-1.6-1.9 3.4 1.3 5.1-3 3.2-5.2zm-11.6 9.7c.2-1.9 1.1-3.9 2.3-5.5-.4 2.1.3 4.2 1.7 6 1.3 1.7 3.1 3.2 5 4.2-.2.1-.4.2-.6.4-.1 0-.1.1-.2.1-3.9.2-8.7-.8-8.2-5.2zm-6.4 3.1c.1.3.1.7.2 1 .2.6.4 1.2.7 1.8-.4-.2-.7-.5-1-.7.1-.8.1-1.4.1-2.1zm31.2-1.3c-.9 1.7-2.1 3.1-3.7 4.1 2-2.1 3.4-4.7 4-7.6.2-.7.3-1.4.3-2.1.6 1.5.5 3.3-.6 5.6z'/%3E%3C/svg%3E") ' ';
}
.pm-handwritten-list li:nth-child(3n)::marker{
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M46.5 12.5c-.4-1.1-1.3-1.8-2.2-2-4.2-4-11.6-4.3-17.1-4.1-6.9.3-13.9 2.1-19.4 6.5C2 17.5-2.4 25.7 2.5 32.6c2.2 3.2 5.5 4.9 9 5.5 3.3 1.7 6.7 3.3 10.2 4.4 7.8 2.3 17 1.6 23.2-4.3 7.3-7 4.8-17.3 1.6-25.7zm-20.2 2.7c.6 0 1.3 0 1.8.2 1.1.4 1.7 1.3 2 2.3-1-1.2-2.4-2.1-3.8-2.5zm-1.4 6.6c.9.9 1.3 2.2-.2 2.3-2 .2-1.1-1.9.2-2.3zm-11.8 9.8c-.6-.3-2.9-1.1-3.2-1.8-.2-.5 1.4-3.1 2.1-4.2.3.5.7 1 1.2 1.4 0 .3.1.6.2.8.5 1.9 1.5 3.1 2.9 4h-.2c-.8.1-1.6.1-2.5-.1-.2 0-.3 0-.5-.1zM24 36.4c1.6-.7 3-1.5 4.3-2.5.8.2 1.7.3 2.5.5 2.5.4 5.2.9 7.7.6-.9.6-2 1.1-3 1.4-3.9 1.3-7.7 1-11.5 0z'/%3E%3C/svg%3E") ' ';
}
.pm-handwritten-list li:nth-child(3n - 1)::marker{
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M48.3 23.7c-1-9.9-9.9-15.6-18.8-17.8-8.2-2.1-18.8-2.6-24.6 4.8C.6 16.2 1 23.6 4.3 29.3c-.5 1-.8 2-1 3-.6 4 2 7.6 5.1 10 5.9 4.4 14 4.2 19.6-.4 1.5 0 2.9-.2 4.4-.5 1.8 0 3.5 0 5.3-.1 2.3-.1 3.5-1.9 3.5-3.7 4.5-3.3 7.7-8.2 7.1-13.9zM9.1 17.8c1.1-4.1 4.9-5.8 8.8-6.1.9-.1 1.9-.1 2.9-.1-3.2 1.6-6.3 4.6-8 7.4-.1.1-.1.2-.2.3-1.1.9-2.1 1.9-3 2.9-.2.2-.4.4-.5.6-.4-1.7-.5-3.3 0-5z'/%3E%3C/svg%3E") ' ';
}

.pm-reveal{
  opacity:0;
  transform:translate3d(0,14px,0);
  transition:
    opacity 520ms cubic-bezier(.22,.61,.36,1),
    transform 520ms cubic-bezier(.22,.61,.36,1);
  transition-delay:var(--pm-delay, 0ms);
  will-change:transform, opacity;
}
.pm-reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
  will-change:auto;
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .pm-reveal{opacity:1 !important; transform:none !important; transition:none !important;}
  .pm-scroll-indicator{animation:none !important;}
  .video-content .player a.play-btn{transition:none !important;}
}

@media (hover:hover) and (pointer:fine){
  .pm-card,
  .pm-dn-grid-item,
  .pm-production-card,
  .pm-catalog{
    transition:transform 180ms ease, box-shadow 180ms ease;
  }
  .pm-card:hover,
  .pm-dn-grid-item:hover,
  .pm-production-card:hover,
  .pm-catalog:hover{
    transform:translate3d(0,-4px,0);
    box-shadow:0px 16px 50px rgba(0,57,25,0.14);
  }

  .pm-production-gallery img{
    transition:transform 220ms ease, box-shadow 220ms ease;
  }
  .pm-production-gallery img:hover{
    transform:scale(1.02);
    box-shadow:0px 18px 55px rgba(0,0,0,0.18);
  }

  .btn{
    transition:transform 160ms ease, box-shadow 160ms ease;
  }
  .btn:hover{
    transform:translate3d(0,-2px,0);
    box-shadow:0px 12px 35px rgba(0,57,25,0.18);
  }
}

#footer.pm-footer{
  --pm-wave-h: 120px;
  background: linear-gradient(
    180deg,
    rgba(0,57,25,0.96) 0%,
    rgba(0,57,25,0.90) 55%,
    rgba(0,57,25,0.98) 100%
  );
  position:relative;
  overflow:hidden;
}

#footer.pm-footer .pm-footer-wave{
  position:absolute;
  top:-1px;
  left:0;
  width:100%;
  height:var(--pm-wave-h);
  line-height:0;
  z-index:3;
  pointer-events:none;
}
#footer.pm-footer .pm-footer-wave svg{
  width:100%;
  height:100%;
  display:block;
}
#footer.pm-footer .pm-footer-wave .pm-wave-fill{
  fill: var(--bs-body-bg);
}

#footer.pm-footer .container{
  position:relative;
  z-index:2;
  padding-top: calc(3rem + (var(--pm-wave-h) * 0.62)) !important;
}
@media (min-width: 992px){
  #footer.pm-footer .container{
    padding-top: calc(4.5rem + (var(--pm-wave-h) * 0.7)) !important;
  }
}

.pm-footer-logo{
  height:56px;
  width:auto;
  max-width:140px;
  object-fit:contain;
  filter:drop-shadow(0px 14px 28px rgba(0,0,0,0.22));
}
.pm-footer-text{
  color:rgba(255,255,255,0.86);
  max-width:32rem;
  line-height:1.55;
}
.pm-footer-title{
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.08rem;
  font-size:0.92rem;
  color:rgba(255,255,255,0.78);
  margin:0 0 0.85rem 0;
}
.pm-footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:0.55rem;
}
.pm-footer-links a{
  color:rgba(255,255,255,0.88);
  text-decoration:none;
}
.pm-footer-links a:hover{
  color:var(--pm-green);
}
.pm-footer-contact{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:0.75rem;
}
.pm-footer-contact li{
  display:flex;
  align-items:flex-start;
  gap:0.7rem;
  color:rgba(255,255,255,0.86);
}
.pm-footer-contact i{
  margin-top:0.15rem;
  color:rgba(255,255,255,0.72);
  width:18px;
  flex:0 0 auto;
}
.pm-footer-contact a{
  color:rgba(255,255,255,0.88);
  text-decoration:none;
}
.pm-footer-contact a:hover{
  color:var(--pm-green);
  text-decoration:underline;
  text-underline-offset:4px;
}

@media (max-width: 767.98px){
  #footer.pm-footer .row{
    text-align:center;
    justify-content:center;
  }
  #footer.pm-footer .pm-footer-brand{
    width:100%;
    display:flex;
    justify-content:center;
  }
  #footer.pm-footer .pm-footer-text{
    margin-left:auto;
    margin-right:auto;
  }
  #footer.pm-footer .pm-footer-social{
    justify-content:center;
  }
  #footer.pm-footer .pm-footer-links,
  #footer.pm-footer .pm-footer-contact{
    justify-items:center;
  }
  #footer.pm-footer .pm-footer-contact li{
    justify-content:center;
  }
}
.pm-footer-cta{
  margin-top:1.1rem;
  box-shadow:0px 10px 30px rgba(0,0,0,0.18);
}
.pm-footer-divider{
  height:1px;
  background:rgba(255,255,255,0.18);
  margin:2.25rem 0 1.25rem 0;
}
.pm-social{
  width:44px;
  height:44px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,0.22);
  background:rgba(255,255,255,0.10);
  color:rgba(255,255,255,0.92);
  text-decoration:none;
  transition:transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.pm-social:hover{
  transform:translate3d(0,-2px,0);
  background:rgba(255,255,255,0.16);
  border-color:rgba(255,255,255,0.35);
  color:var(--pm-green);
}

.pm-footer-cybery{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top: 1.25rem;
}
.pm-footer-cybery-logo{
  width: min(180px, 70%);
  height: auto;
  display:block;
  opacity:0.95;
  filter:drop-shadow(0px 14px 28px rgba(0,0,0,0.22));
}
@media (min-width: 992px){
  .pm-footer-cybery-logo{
    width: min(200px, 70%);
  }
}

.pm-hero-title {
  color: var(--pm-green-dark);
  font-family: var(--heading-font);
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

.pm-hero-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.25rem;
  color: #333;
  font-weight: 400;
}

.hero-dark-mode .pm-hero-title {
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.pm-montepenna-figure{
  border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
  box-shadow: 0px 14px 50px rgba(0, 57, 25, 0.16);
  background: #000;
}

.pm-montepenna-img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.05);
}

.pm-montepenna-figure::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.12) 44%,
    rgba(0, 0, 0, 0.60) 100%
  );
}

.pm-montepenna-caption{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.35rem;
  color: #fff;
}

.pm-montepenna-outside-title{
  font-family: var(--heading-font);
  font-weight: 700;
  letter-spacing: -0.02rem;
  font-size: clamp(1.6rem, 3.6vw, 2.75rem);
  line-height: 1.12;
  color: var(--bs-primary);
}

.pm-montepenna-outside-title .pm-montepenna-quote{
  text-shadow: none;
}

.pm-montepenna-title{
  font-family: var(--heading-font);
  font-weight: 700;
  letter-spacing: -0.02rem;
  font-size: clamp(1.65rem, 4.2vw, 3.25rem);
  line-height: 1.05;
  text-shadow: 0px 10px 34px rgba(0,0,0,0.55);
}

.pm-montepenna-quote{
  color: rgba(var(--bs-orange-rgb), 0.98);
  text-shadow: 0px 10px 34px rgba(0,0,0,0.45);
}

.pm-montepenna-credit{
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  font-family: "Gloria Hallelujah", cursive;
  font-size: clamp(0.92rem, 1.35vw, 1.1rem);
  letter-spacing: 0.02rem;
  opacity: 0.95;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(7px);
}

@media (min-width: 992px){
  .pm-montepenna-credit{
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
