html {
  scroll-behavior: smooth;
}

body {
  color: #233029;
  font-family: "Montserrat", Arial, sans-serif;
  background: #fffaf2;
}

a {
  color: #e86424;
}

.pf-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(35, 48, 41, 0.08);
  box-shadow: 0 12px 30px rgba(35, 48, 41, 0.08);
}

.pf-header .navbar {
  min-height: 78px;
}

.pf-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #233029;
  font-weight: 800;
  line-height: 1;
  min-width: 0;
}

.pf-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.pf-brand span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: normal;
}

.pf-brand small {
  display: block;
  margin-top: 4px;
  color: #6d776f;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}

.pf-header .navbar-nav .nav-link {
  color: #233029;
  font-size: 14px;
  font-weight: 700;
  padding: 26px 14px;
}

.pf-header .navbar-nav .nav-link:hover,
.pf-header .navbar-nav .nav-link:focus {
  color: #e86424;
}

.pf-nav-cta {
  border: 1px solid #e86424;
  border-radius: 999px;
  color: #e86424 !important;
  margin-left: 8px;
  padding: 10px 18px !important;
}

.pf-nav-cta:hover {
  background: #e86424;
  color: #fff !important;
}

.pf-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(20, 31, 24, 0.88), rgba(20, 31, 24, 0.58), rgba(20, 31, 24, 0.18)),
    url("../Produit/IMG_0548-min-min (3).JPG") center / cover no-repeat;
}

.pf-hero-video {
  background:
    linear-gradient(90deg, rgba(20, 31, 24, 0.88), rgba(20, 31, 24, 0.58), rgba(20, 31, 24, 0.18)),
    url("../Produit/IMG_0548-min-min (3).JPG") center / cover no-repeat;
}

.pf-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pf-hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20, 31, 24, 0.88), rgba(20, 31, 24, 0.58), rgba(20, 31, 24, 0.2));
}

.pf-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  z-index: 1;
  background: linear-gradient(0deg, #fffaf2, rgba(255, 250, 242, 0));
}

.pf-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #fff;
  padding: 160px 0 120px;
}

.pf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #ffd56f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-hero h1 {
  color: #fff;
  font-size: 58px;
  line-height: 1.03;
  margin: 0 0 22px;
  font-weight: 900;
}

.pf-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.65;
  margin-bottom: 30px;
}

.pf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pf-button,
.pf-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 52px;
  padding: 14px 24px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.pf-button {
  background: #e86424;
  color: #fff;
  box-shadow: 0 18px 35px rgba(232, 100, 36, 0.3);
}

.pf-button:hover,
.pf-button:focus {
  color: #fff;
  background: #c84f15;
  transform: translateY(-2px);
}

.pf-button-outline {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}

.pf-button-outline:hover,
.pf-button-outline:focus {
  color: #233029;
  background: #fff;
}

.pf-section {
  padding: 86px 0;
}

.pf-section-white {
  background: #fff;
}

.pf-section-title {
  margin-bottom: 34px;
}

.pf-section-title span {
  color: #e86424;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-section-title h2 {
  color: #233029;
  font-size: 38px;
  font-weight: 900;
  margin: 10px 0 12px;
}

.pf-section-title p {
  max-width: 720px;
  color: #69746d;
  font-size: 17px;
  line-height: 1.7;
}

.pf-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.pf-stat {
  background: #fff;
  border: 1px solid rgba(35, 48, 41, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(35, 48, 41, 0.1);
  padding: 26px;
}

.pf-stat strong {
  display: block;
  color: #e86424;
  font-size: 34px;
  line-height: 1;
}

.pf-stat span {
  display: block;
  margin-top: 9px;
  color: #5f6b64;
  font-weight: 700;
}

.pf-product-card,
.pf-news-card,
.pf-feature {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(35, 48, 41, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(35, 48, 41, 0.08);
}

.pf-product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #f6efe4;
}

.pf-card-body {
  padding: 24px;
}

.pf-card-body h3 {
  color: #233029;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.pf-card-body p {
  color: #69746d;
  line-height: 1.65;
}

.pf-feature {
  padding: 28px;
}

.pf-feature i {
  color: #e86424;
  font-size: 30px;
  margin-bottom: 18px;
}

.pf-feature h3 {
  color: #233029;
  font-size: 19px;
  font-weight: 900;
}

.pf-story {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.82)),
    url("../Produit/bouteille.jpeg") right center / contain no-repeat;
}

.pf-news-card {
  padding: 28px;
}

.pf-news-card time {
  color: #e86424;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pf-news-card h3 {
  color: #233029;
  font-size: 21px;
  font-weight: 900;
  margin: 10px 0 12px;
}

.pf-cta {
  background: #233029;
  color: #fff;
}

.pf-cta h2,
.pf-cta p {
  color: #fff;
}

.pf-footer {
  background: #172019;
  color: rgba(255, 255, 255, 0.75);
  padding: 58px 0 24px;
}

.pf-footer h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 16px;
}

.pf-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.pf-footer a:hover {
  color: #ffd56f;
}

.pf-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 34px;
  padding-top: 20px;
  font-size: 13px;
}

.pf-page-hero {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20, 31, 24, 0.88), rgba(20, 31, 24, 0.58)),
    var(--pf-hero-image, url("../Produit/IMG_0548-min-min (3).JPG")) center / cover no-repeat;
}

.pf-page-hero h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  margin: 8px 0 12px;
}

.pf-page-hero p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.pf-inner-page {
  padding-top: 88px;
}

.pf-lead {
  color: #69746d;
  font-size: 18px;
  line-height: 1.75;
}

.pf-rich-text {
  color: #3f4b43;
  font-size: 17px;
  line-height: 1.8;
}

.pf-rich-text img,
.pf-rich-text iframe {
  max-width: 100%;
}

.pf-detail-image {
  background: #fff;
  border: 1px solid rgba(35, 48, 41, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(35, 48, 41, 0.1);
  padding: 18px;
}

.pf-detail-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.pf-meta-list {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.pf-meta-item {
  background: #fff;
  border-left: 4px solid #e86424;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(35, 48, 41, 0.08);
  padding: 18px 20px;
}

.pf-meta-item span {
  display: block;
  color: #e86424;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pf-meta-item p {
  margin: 8px 0 0;
  color: #233029;
  font-size: 17px;
  line-height: 1.65;
}

.pf-contact-card,
.pf-table-card {
  background: #fff;
  border: 1px solid rgba(35, 48, 41, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(35, 48, 41, 0.08);
  min-width: 0;
  overflow: hidden;
  padding: 28px;
}

.pf-contact-card input,
.pf-contact-card textarea {
  border: 1px solid rgba(35, 48, 41, 0.18);
  border-radius: 8px;
  box-shadow: none;
  min-height: 48px;
}

.pf-contact-card textarea {
  min-height: 150px;
}

.pf-contact-card input:focus,
.pf-contact-card textarea:focus {
  border-color: #e86424;
  box-shadow: 0 0 0 3px rgba(232, 100, 36, 0.12);
}

.pf-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pf-contact-list li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  min-width: 0;
  color: #3f4b43;
  line-height: 1.55;
}

.pf-contact-list i {
  color: #e86424;
  flex: 0 0 24px;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 2px;
  text-align: center;
  width: 24px;
}

.pf-contact-list a,
.pf-contact-list span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pf-contact-list a {
  display: inline-block;
  max-width: 100%;
}

.pf-map {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.pf-table-card table {
  margin: 0;
}

.pf-table-card th {
  color: #233029;
  border-top: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-table-card td {
  vertical-align: middle;
  color: #3f4b43;
}

.pf-country-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.pf-country-nav a {
  border: 1px solid rgba(35, 48, 41, 0.14);
  border-radius: 999px;
  color: #233029;
  font-weight: 800;
  padding: 10px 16px;
}

.pf-country-nav a:hover {
  color: #fff;
  background: #e86424;
  border-color: #e86424;
}

.pf-pagination {
  margin-top: 34px;
}

.pf-pagination .pagination {
  justify-content: center;
  height: auto;
}

.pf-pagination .pagination li,
.pf-pagination .pagination a,
.pf-pagination .pagination span {
  border: 0;
  float: none;
  line-height: 1;
}

.pf-pagination .pagination li {
  margin: 0 4px;
  padding: 0;
}

.pf-pagination .pagination a,
.pf-pagination .pagination span,
.pf-pagination .pagination li.active,
.pf-pagination .pagination li.disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  background: #fff;
  color: #233029;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(35, 48, 41, 0.08);
}

.pf-pagination .pagination li.active {
  background: #e86424;
  color: #fff;
}

.pf-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(35, 48, 41, 0.12);
}

.pf-article {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(35, 48, 41, 0.08);
  padding: 42px;
}

.pf-article h1 {
  color: #233029;
  font-size: 38px;
  font-weight: 900;
}

.pf-article time {
  display: inline-block;
  color: #e86424;
  font-weight: 800;
  margin: 14px 0 24px;
}

.pf-article-content {
  color: #3f4b43;
  font-size: 17px;
  line-height: 1.85;
}

@media (max-width: 575px) {
  .pf-page-hero {
    min-height: 300px;
    padding: 120px 0 46px;
  }

  .pf-page-hero h1 {
    font-size: 32px;
  }

  .pf-contact-card,
  .pf-table-card,
  .pf-article {
    padding: 22px;
  }

  .pf-contact-list li {
    gap: 10px;
  }

  .pf-contact-list i {
    flex-basis: 22px;
    font-size: 18px;
    width: 22px;
  }

  .pf-map {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .pf-header .navbar-nav .nav-link {
    padding: 12px 0;
  }

  .pf-nav-cta {
    margin: 8px 0 18px;
    width: max-content;
  }

  .pf-hero {
    min-height: 620px;
  }

  .pf-hero h1 {
    font-size: 42px;
  }

  .pf-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pf-hero {
    min-height: auto;
  }

  .pf-hero-content {
    padding: 130px 0 95px;
  }

  .pf-hero h1 {
    font-size: 34px;
  }

  .pf-hero p {
    font-size: 16px;
  }

  .pf-actions {
    display: grid;
  }

  .pf-section {
    padding: 58px 0;
  }

  .pf-section-title h2 {
    font-size: 29px;
  }

  .pf-stat-grid {
    grid-template-columns: 1fr;
    margin-top: -42px;
  }
}
