.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: inherit;
}

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nowrap {
    white-space: inherit;
  }
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: inherit;
}

.vce {
  margin-bottom: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.test-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-width .vce.vce-single-image-wrapper {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure .vce-single-image-figure-inner {
  width: 100% !important;
  height: auto;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2B2926;
  background-color: #FBF7F1;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #B8332E;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #8A1F1B;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display Bold", Georgia, serif;
  color: #2B2926;
  line-height: 1.2;
}

h1 {
  font-size: 64px;
}
@media (max-width: 960px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 42px;
}
@media (max-width: 960px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

p {
  margin-bottom: 1em;
  color: #8C8579;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 18px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(251, 247, 241, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 51, 46, 0.1);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled {
  box-shadow: 0 2px 24px rgba(43, 41, 38, 0.08);
}
@media (max-width: 960px) {
  .site-header {
    padding: 14px 24px;
  }
}
@media (max-width: 600px) {
  .site-header {
    padding: 12px 16px;
  }
}

.site-logo {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #B8332E;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.site-logo span {
  color: #C4703F;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
  }
}
.main-nav.open {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FBF7F1;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.main-nav.open ul {
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.main-nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
}
.main-nav a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #2B2926;
  position: relative;
  transition: color 0.3s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B8332E;
  transition: width 0.3s ease;
}
.main-nav a:hover {
  color: #B8332E;
}
.main-nav a:hover::after {
  width: 100%;
}
.main-nav .current-menu-item a {
  color: #B8332E;
}
.main-nav .current-menu-item a::after {
  width: 100%;
}
.main-nav .menu-cta a {
  background: #B8332E;
  color: #FFFFFF !important;
  padding: 10px 24px;
  border-radius: 9999px;
  font-size: 13px !important;
  transition: background 0.3s ease, transform 0.2s;
}
.main-nav .menu-cta a::after {
  display: none !important;
}
.main-nav .menu-cta a:hover {
  background: #8A1F1B;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
@media (max-width: 960px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #2B2926;
  transition: 0.3s ease;
  border-radius: 2px;
}
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 9999px;
  background: #B8332E;
  color: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #D63A34;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184, 51, 46, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 9999px;
  background: transparent;
  color: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #B8332E;
  font-weight: 600;
  font-size: 15px;
  transition: gap 0.3s ease;
}
.btn-outline:hover {
  gap: 12px;
}

.social-sidebar {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 900;
}
@media (max-width: 960px) {
  .social-sidebar {
    display: none;
  }
}
.social-sidebar a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2B2926;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(43, 41, 38, 0.06);
}
.social-sidebar a:hover {
  background: #B8332E;
  color: #FFFFFF;
  border-color: #B8332E;
  transform: scale(1.1);
}

.vce-row.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #3a0d0b 0%, #6b1a14 30%, #8a2a1a 60%, #4a1510 100%) !important;
}
.vce-row.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 150px;
  z-index: 1;
  pointer-events: none;
}
.vce-row.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(196, 112, 63, 0.3) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(92, 107, 60, 0.2) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}
.vce-row.hero > .vce-row-content {
  display: flex !important;
  align-items: center !important;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
@media (max-width: 960px) {
  .vce-row.hero > .vce-row-content {
    flex-direction: column;
  }
}
.vce-row.hero > .vce-row-content > .vce-col:first-child {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.vce-row.hero > .vce-row-content > .vce-col:first-child .vce-col-inner {
  width: 100%;
  background: transparent !important;
}
.vce-row.hero > .vce-row-content > .vce-col:first-child .vce-col-content {
  width: 100%;
}
.vce-row.hero > .vce-row-content > .vce-col:last-child {
  flex: 0 0 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.vce-row.hero > .vce-row-content > .vce-col:last-child .vce-col-inner {
  background: transparent !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .vce-row.hero > .vce-row-content > .vce-col:last-child {
    flex: 0 0 auto;
    width: 100%;
    min-height: 100px;
  }
}

.hero-content {
  max-width: 680px;
  padding: 140px 64px 80px;
  animation: heroIn 1s ease-out;
}
@media (max-width: 960px) {
  .hero-content {
    padding: 120px 32px 60px;
  }
}
@media (max-width: 600px) {
  .hero-content {
    padding: 100px 20px 50px;
  }
}
.hero-content h1 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 64px;
  line-height: 1.08;
  color: #FFFFFF !important;
  margin-bottom: 24px;
  animation: heroIn 1s ease-out 0.3s both;
}
.hero-content h1 em {
  font-style: italic;
  color: #f0a86c;
  font-weight: 700;
  font-family: "Playfair Display ItalicBold", serif;
}
@media (max-width: 960px) {
  .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 34px;
  }
}
.hero-content p {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 300;
  max-width: 520px;
  margin-bottom: 40px;
  animation: heroIn 1s ease-out 0.5s both;
}
@media (max-width: 600px) {
  .hero-content p {
    font-size: 16px;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 20px;
  background: rgba(201, 154, 46, 0.2);
  border: 1px solid rgba(201, 154, 46, 0.35);
  color: #e8c96a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
  animation: heroIn 1s ease-out 0.2s both;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: heroIn 1s ease-out 0.7s both;
}
@media (max-width: 600px) {
  .hero-buttons {
    flex-direction: column;
  }
}
.hero-buttons br {
  display: none;
}

.vce-text-block.hero-visual,
.hero-visual {
  padding: 0 !important;
  animation: heroFloat 6s ease-in-out infinite, heroIn 1.2s ease-out 0.4s both;
}
.vce-text-block.hero-visual .vce-text-block-wrapper,
.hero-visual .vce-text-block-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
@media (max-width: 960px) {
  .vce-text-block.hero-visual,
  .hero-visual {
    display: none !important;
  }
}

.pepper-circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #c44420 0%, #8a1f1b 50%, #4a0f0c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3), inset 0 -20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.pepper-circle::before {
  content: "";
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.pepper-circle::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 25%;
  width: 30%;
  height: 20%;
  border-radius: 50%;
  background: rgba(255, 180, 120, 0.15);
  filter: blur(20px);
}
@media (max-width: 960px) {
  .pepper-circle {
    width: 300px;
    height: 300px;
  }
}

.pepper-emoji {
  font-size: 140px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .pepper-emoji {
    font-size: 100px;
  }
}

.pepper-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  animation: pepperSpin 30s linear infinite;
}
.pepper-ring:nth-child(1) {
  inset: 5%;
}
.pepper-ring:nth-child(2) {
  inset: -8%;
  animation-direction: reverse;
  animation-duration: 45s;
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}
@keyframes pepperSpin {
  to {
    transform: rotate(360deg);
  }
}
.section-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C4703F;
  margin-bottom: 16px;
}

.section-title {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 42px;
  line-height: 1.2;
  color: #2B2926;
  margin-bottom: 20px;
}
.section-title em {
  font-style: italic;
  color: #B8332E;
}
@media (max-width: 960px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
  }
}

.section-subtitle {
  font-size: 17px;
  line-height: 1.8;
  color: #8C8579;
  font-weight: 300;
  max-width: 560px;
}

.vce-row.bg-sand {
  background-color: #F5EDE0 !important;
}

.vce-row.bg-sand-light {
  background-color: #FBF7F1 !important;
}

.vce-row.bg-charcoal {
  background-color: #2B2926 !important;
}
.vce-row.bg-charcoal, .vce-row.bg-charcoal h1, .vce-row.bg-charcoal h2, .vce-row.bg-charcoal h3, .vce-row.bg-charcoal h4, .vce-row.bg-charcoal h5, .vce-row.bg-charcoal h6, .vce-row.bg-charcoal p, .vce-row.bg-charcoal span, .vce-row.bg-charcoal div {
  color: #FFFFFF;
}
.vce-row.bg-charcoal p {
  color: rgba(255, 255, 255, 0.75);
}

.vce-row.bg-hero {
  background: linear-gradient(135deg, #3a0d0b 0%, #6b1a14 30%, #8a2a1a 60%, #4a1510 100%) !important;
}

.vce-row.bg-sand > .vce-row-content,
.vce-row.bg-sand .vce-col-inner,
.vce-row.bg-sand-light > .vce-row-content,
.vce-row.bg-sand-light .vce-col-inner,
.vce-row.bg-charcoal > .vce-row-content,
.vce-row.bg-charcoal .vce-col-inner,
.vce-row.bg-hero > .vce-row-content,
.vce-row.bg-hero .vce-col-inner,
.vce-row.hero > .vce-row-content,
.vce-row.hero .vce-col-inner {
  background: transparent !important;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #FFFFFF;
}
.text-white p {
  color: rgba(255, 255, 255, 0.75);
}

.vc-padding-sm {
  padding: 40px 32px;
}
@media (max-width: 960px) {
  .vc-padding-sm {
    padding: 60px 32px;
  }
}
@media (max-width: 600px) {
  .vc-padding-sm {
    padding: 40px 20px;
  }
}

.vc-padding-md {
  padding: 80px 48px;
}
@media (max-width: 960px) {
  .vc-padding-md {
    padding: 60px 32px;
  }
}
@media (max-width: 600px) {
  .vc-padding-md {
    padding: 40px 20px;
  }
}

.vc-padding-lg {
  padding: 100px 64px;
}
@media (max-width: 960px) {
  .vc-padding-lg {
    padding: 60px 32px;
  }
}
@media (max-width: 600px) {
  .vc-padding-lg {
    padding: 40px 20px;
  }
}

.section-intro {
  position: relative;
}
.section-intro .vce-row-content {
  padding: 100px 64px;
}
@media (max-width: 960px) {
  .section-intro .vce-row-content {
    padding: 60px 32px;
  }
}
@media (max-width: 600px) {
  .section-intro .vce-row-content {
    padding: 40px 20px;
  }
}
.section-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #B8332E, transparent);
}
.section-intro .section-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section-intro .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.section-intro h2 {
  font-family: "Playfair Display Bold", serif;
  font-size: 42px;
  line-height: 1.2;
  color: #2B2926;
  max-width: 600px;
  margin: 0 auto 20px;
  font-weight: 700;
}
.section-intro h2 em {
  font-style: italic;
  font-family: "Playfair Display ItalicBold", serif;
  color: #B8332E;
  font-weight: 700;
}
.section-intro p {
  font-size: 17px;
  line-height: 1.8;
  color: #8C8579;
  max-width: 560px;
  margin: 0 auto;
  font-weight: 300;
}

.recipe-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recipe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(43, 41, 38, 0.12);
}
.recipe-card:hover .recipe-card__image img {
  transform: scale(1.05);
}
.recipe-card__image {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.recipe-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.recipe-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.recipe-card__badge--classic {
  background: rgba(184, 51, 46, 0.9);
}
.recipe-card__badge--variation {
  background: rgba(196, 112, 63, 0.9);
}
.recipe-card__badge--plat {
  background: rgba(92, 107, 60, 0.9);
}
.recipe-card__body {
  padding: 24px;
}
.recipe-card__body h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 20px;
  margin-bottom: 8px;
}
.recipe-card__body p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.recipe-card__meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #8C8579;
}

.recipes > .vce-row-content {
  padding: 60px 32px 80px;
}
@media (max-width: 960px) {
  .recipes > .vce-row-content {
    padding: 60px 32px 80px;
  }
}

.recipes-section {
  padding: 80px 48px;
}
@media (max-width: 960px) {
  .recipes-section {
    padding: 60px 32px;
  }
}
@media (max-width: 600px) {
  .recipes-section {
    padding: 40px 20px;
  }
}
.recipes-section > .vce-row-content {
  max-width: 1200px;
  margin: 0 auto;
}
.recipes-section .vce-col {
  padding: 14px;
}

.histoire-visual {
  background: linear-gradient(135deg, #4a1510, #8a2a1a);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.histoire-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(201, 154, 46, 0.15), transparent 70%);
}

.histoire-visual {
  min-height: 260px;
}

.histoire-content {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5EDE0;
}
@media (max-width: 960px) {
  .histoire-content {
    padding: 48px 32px;
  }
}
.histoire-content .section-tag {
  text-align: left;
  margin-bottom: 12px;
}
.histoire-content h2 {
  font-family: "Playfair Display Bold", serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}
.histoire-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #8C8579;
  max-width: 460px;
  margin-bottom: 28px;
}
.histoire-content a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #B8332E;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: gap 0.3s;
}
.histoire-content a:hover {
  gap: 12px;
}

.stat-item {
  text-align: center;
  padding: 48px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
}
.stat-item:hover {
  background: rgba(184, 51, 46, 0.1);
}

.stat-number {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  color: #f0a86c;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .stat-number {
    font-size: 32px;
  }
}

.stat-label {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.vce-row.stats-section {
  background: #2B2926 !important;
}
.vce-row.stats-section > .vce-row-content > .vce-col {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.vce-row.stats-section > .vce-row-content > .vce-col:last-child {
  border-right: none;
}
.vce-row.stats-section > .vce-row-content > .vce-col .vce-col-inner {
  background: transparent !important;
}
@media (max-width: 960px) {
  .vce-row.stats-section > .vce-row-content > .vce-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .vce-row.stats-section > .vce-row-content > .vce-col:last-child {
    border-bottom: none;
  }
}

.unesco-badge {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgba(201, 154, 46, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e8c96a;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.unesco-badge .year {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 52px;
  font-weight: 700;
}
.unesco-badge .label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.8;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .newsletter-form {
    flex-direction: column;
  }
}
.newsletter-form input[type=email] {
  flex: 1;
  padding: 14px 20px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  color: #2B2926;
  outline: none;
  transition: border-color 0.3s ease;
}
.newsletter-form input[type=email]:focus {
  border-color: #B8332E;
}
.newsletter-form button {
  padding: 14px 32px;
  border-radius: 9999px;
  background: #B8332E;
  color: #FFFFFF;
  border: none;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}
.newsletter-form button:hover {
  background: #8A1F1B;
}

.site-footer {
  background: #2B2926;
  color: rgba(255, 255, 255, 0.6);
  padding: 64px 48px 32px;
}
@media (max-width: 960px) {
  .site-footer {
    padding: 48px 32px 24px;
  }
}
.site-footer a:hover {
  color: #f0a86c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-brand .footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.footer-brand .footer-socials a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  transition: color 0.3s ease;
}
.footer-brand .footer-socials a:hover {
  color: #f0a86c;
}

.footer-col h4 {
  color: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
}
.footer-col li {
  margin-bottom: 12px;
}
.footer-col a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

.lang-switch {
  display: flex;
  gap: 8px;
}
.lang-switch a {
  padding: 4px 10px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.lang-switch a.active, .lang-switch a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.vce-row[class*=hero] > .vce-row-content,
.vce-row[class*=section-] > .vce-row-content,
.vce-row[class*=stats-] > .vce-row-content,
.vce-row[class*=bg-] > .vce-row-content {
  background: transparent !important;
}
.vce-row[class*=hero] .vce-col-inner,
.vce-row[class*=section-] .vce-col-inner,
.vce-row[class*=stats-] .vce-col-inner,
.vce-row[class*=bg-] .vce-col-inner {
  background: transparent !important;
}

.histoire-section .vce-col:first-child .vce-col-inner {
  background: linear-gradient(135deg, #4a1510, #8a2a1a) !important;
}
.histoire-section .vce-col:last-child .vce-col-inner {
  background: #F5EDE0 !important;
}

.vce-text-block {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

.recettes-section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 960px) {
  .recettes-section-wrapper {
    padding: 0;
  }
}

.recettes-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 20px;
}
@media (max-width: 600px) {
  .recettes-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px;
  }
}
.recettes-header__title {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 36px;
  color: #2B2926;
  margin: 0;
}
@media (max-width: 960px) {
  .recettes-header__title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .recettes-header__title {
    font-size: 26px;
  }
}
.recettes-header__link {
  font-size: 14px;
  font-weight: 600;
  color: #B8332E;
  text-decoration: none;
  letter-spacing: 0.5px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
  white-space: nowrap;
}
.recettes-header__link:hover {
  border-color: #B8332E;
}

.recettes-grid {
  display: grid;
  gap: 28px;
}
.recettes-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.recettes-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.recettes-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 960px) {
  .recettes-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .recettes-grid {
    grid-template-columns: 1fr !important;
  }
}

a.recipe-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
a.recipe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(43, 41, 38, 0.12);
  color: inherit;
}
a.recipe-card:hover .recipe-card__image img {
  transform: scale(1.05);
}
a.recipe-card .recipe-card__image {
  height: 220px;
  overflow: hidden;
  position: relative;
}
a.recipe-card .recipe-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
a.recipe-card .recipe-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
a.recipe-card .recipe-card__badge--classic {
  background: rgba(184, 51, 46, 0.9);
}
a.recipe-card .recipe-card__badge--variation {
  background: rgba(196, 112, 63, 0.9);
}
a.recipe-card .recipe-card__badge--plat {
  background: rgba(92, 107, 60, 0.9);
}
a.recipe-card .recipe-card__body {
  padding: 24px;
}
a.recipe-card .recipe-card__body h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 20px;
  margin-bottom: 8px;
  color: #2B2926;
}
a.recipe-card .recipe-card__body p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #8C8579;
}
a.recipe-card .recipe-card__meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #8C8579;
}
a.recipe-card .recipe-card__meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
a.recipe-card .recipe-card__meta i {
  font-size: 14px;
  color: #C4703F;
}

.recipe-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
}
.recipe-card__placeholder--classique {
  background: linear-gradient(135deg, #c44420, #e8693a);
}
.recipe-card__placeholder--plat {
  background: linear-gradient(135deg, #a0522d, #d4915a);
}
.recipe-card__placeholder--variation {
  background: linear-gradient(135deg, #5C6B3C, #8aab5a);
}
.recipe-card__placeholder:not([class*="--"]) {
  background: linear-gradient(135deg, #B8332E, #C4703F);
}

.newsletter {
  padding: 80px 64px;
  text-align: center;
  background: #F5EDE0;
  position: relative;
}
@media (max-width: 960px) {
  .newsletter {
    padding: 60px 32px;
  }
}
.newsletter h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 32px;
  color: #2B2926;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .newsletter h2 {
    font-size: 26px;
  }
}
.newsletter .desc {
  font-size: 16px;
  color: #8C8579;
  margin-bottom: 32px;
  font-weight: 300;
}
.newsletter .sib_signup_form {
  max-width: 500px !important;
  margin: 0 auto !important;
}
.newsletter .sib_signup_form .sib-form-block {
  padding: 0 !important;
}
.newsletter .sib_signup_form input[type=email] {
  padding: 14px 20px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  color: #2B2926;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
}
.newsletter .sib_signup_form .sib-email-area {
  width: 100%;
}
.newsletter .sib_signup_form .sib_signup_box_inside_1 {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .newsletter .sib_signup_form .sib_signup_box_inside_1 {
    flex-direction: column;
  }
}
.newsletter .sib_signup_form .sib-default-btn {
  padding: 16px 36px !important;
  border-radius: 9999px !important;
  background: #B8332E !important;
  font-family: "Source Sans 3", "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .newsletter .sib_signup_form .sib-default-btn {
    width: 100%;
  }
}

.page-hero {
  min-height: 50vh;
  background: linear-gradient(135deg, #3a0d0b 0%, #6b1a14 35%, #4a1510 100%) !important;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 150px;
  z-index: 1;
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 70%, rgba(196, 112, 63, 0.25) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}
.page-hero > .vce-row-content {
  position: relative;
  z-index: 2;
  background: transparent !important;
}
.page-hero .vce-col-inner {
  background: transparent !important;
}
.page-hero .page-hero-content {
  padding: 160px 64px 80px;
}
@media (max-width: 960px) {
  .page-hero .page-hero-content {
    padding: 120px 32px 60px;
  }
}
@media (max-width: 600px) {
  .page-hero .page-hero-content {
    padding: 100px 20px 50px;
  }
}
.page-hero .page-hero-content .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 20px;
  background: rgba(201, 154, 46, 0.2);
  border: 1px solid rgba(201, 154, 46, 0.35);
  color: #e8c96a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.page-hero .page-hero-content h1 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 54px;
  line-height: 1.1;
  color: #FFFFFF !important;
  margin-bottom: 20px;
}
.page-hero .page-hero-content h1 em {
  font-style: italic;
  color: #f0a86c;
  font-family: "Playfair Display ItalicBold", serif;
}
@media (max-width: 960px) {
  .page-hero .page-hero-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .page-hero .page-hero-content h1 {
    font-size: 30px;
  }
}
.page-hero .page-hero-content p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 300;
  max-width: 540px;
}

.harissa-timeline {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.harissa-timeline__title {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 64px;
  color: #2B2926;
}
@media (max-width: 600px) {
  .harissa-timeline__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.harissa-timeline__track {
  position: relative;
  padding: 20px 0;
}
.harissa-timeline__track::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(184, 51, 46, 0.25) 10%, rgba(184, 51, 46, 0.25) 90%, transparent);
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .harissa-timeline__track::before {
    left: 24px;
  }
}
.harissa-timeline__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 56px;
  position: relative;
}
.harissa-timeline__item:last-child {
  margin-bottom: 0;
}
.harissa-timeline__item--left {
  flex-direction: row;
}
.harissa-timeline__item--left .harissa-timeline__card {
  margin-right: auto;
  text-align: right;
  padding-right: 70px;
}
.harissa-timeline__item--right {
  flex-direction: row-reverse;
}
.harissa-timeline__item--right .harissa-timeline__card {
  margin-left: auto;
  text-align: left;
  padding-left: 70px;
}
@media (max-width: 960px) {
  .harissa-timeline__item {
    flex-direction: row !important;
  }
  .harissa-timeline__item .harissa-timeline__card {
    margin-left: 56px !important;
    margin-right: 0 !important;
    text-align: left !important;
    padding: 24px !important;
    width: auto !important;
  }
}
.harissa-timeline__item--highlight .harissa-timeline__dot {
  background: #B8332E;
  border-color: #B8332E;
  color: #FFFFFF;
  box-shadow: 0 0 0 6px rgba(184, 51, 46, 0.15);
}
.harissa-timeline__item--highlight .harissa-timeline__card {
  border-color: rgba(184, 51, 46, 0.15);
  background: rgba(184, 51, 46, 0.02);
}
.harissa-timeline__item--highlight .harissa-timeline__year {
  background: rgba(184, 51, 46, 0.1);
  color: #8A1F1B;
}
.harissa-timeline__dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid rgba(184, 51, 46, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
  color: #B8332E;
  font-size: 18px;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .harissa-timeline__dot {
    left: 24px;
  }
}
.harissa-timeline__card {
  width: calc(50% - 40px);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.harissa-timeline__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(43, 41, 38, 0.1);
}
.harissa-timeline__year {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  background: rgba(196, 112, 63, 0.1);
  color: #C4703F;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.harissa-timeline__card-title {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 20px;
  color: #2B2926;
  margin-bottom: 8px;
}
.harissa-timeline__card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #8C8579;
  margin: 0;
}

.harissa-regions {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.harissa-regions__title {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 48px;
  color: #2B2926;
}
@media (max-width: 600px) {
  .harissa-regions__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.harissa-regions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 960px) {
  .harissa-regions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .harissa-regions__grid {
    grid-template-columns: 1fr;
  }
}
.harissa-regions__card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.harissa-regions__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.harissa-regions__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(43, 41, 38, 0.1);
}
.harissa-regions__card--crimson::before {
  background: #B8332E;
}
.harissa-regions__card--crimson .harissa-regions__card-icon {
  background: rgba(184, 51, 46, 0.08);
  color: #B8332E;
}
.harissa-regions__card--terracotta::before {
  background: #C4703F;
}
.harissa-regions__card--terracotta .harissa-regions__card-icon {
  background: rgba(196, 112, 63, 0.08);
  color: #C4703F;
}
.harissa-regions__card--olive::before {
  background: #5C6B3C;
}
.harissa-regions__card--olive .harissa-regions__card-icon {
  background: rgba(92, 107, 60, 0.08);
  color: #5C6B3C;
}
.harissa-regions__card--gold::before {
  background: #C99A2E;
}
.harissa-regions__card--gold .harissa-regions__card-icon {
  background: rgba(201, 154, 46, 0.08);
  color: #C99A2E;
}
.harissa-regions__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.harissa-regions__card h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 18px;
  color: #2B2926;
  margin-bottom: 10px;
}
.harissa-regions__card p {
  font-size: 14px;
  line-height: 1.7;
  color: #8C8579;
  margin-bottom: 16px;
}
.harissa-regions__card-detail {
  font-size: 12px;
  color: #5C6B3C;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.harissa-regions__card-detail i {
  font-size: 14px;
}

.traditions-section > .vce-row-content {
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  gap: 64px;
}
@media (max-width: 960px) {
  .traditions-section > .vce-row-content {
    gap: 32px;
  }
}

.traditions-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.traditions-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traditions-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.traditions-img-overlay span {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.traditions-content h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 34px;
  margin-bottom: 20px;
  color: #2B2926;
}
@media (max-width: 600px) {
  .traditions-content h2 {
    font-size: 26px;
  }
}
.traditions-content h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 22px;
  color: #2B2926;
  margin: 28px 0 12px;
}
.traditions-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #8C8579;
}

.gallery-section {
  padding: 80px 64px 100px;
  background: #F5EDE0;
}
.gallery-section .section-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C4703F;
  margin-bottom: 16px;
}
.gallery-section h2 {
  font-family: "Playfair Display Bold", serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 48px;
}

.gallery-grid {
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-item .vce-text-block-wrapper {
  border-radius: 14px;
  overflow: hidden;
  height: 240px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-item .vce-text-block-wrapper:hover {
  transform: scale(1.02);
}
.gallery-item .vce-text-block-wrapper:hover .gallery-overlay {
  opacity: 1;
}
.gallery-item .vce-text-block-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-overlay span {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.gallery-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}

.g1 {
  background: linear-gradient(135deg, #c44420, #e8693a);
}

.g2 {
  background: linear-gradient(135deg, #8a2a1a, #b84430);
}

.g3 {
  background: linear-gradient(135deg, #5c6b3c, #8aab5a);
}

.g4 {
  background: linear-gradient(135deg, #c99a2e, #e8c96a);
}

.cta-section {
  background: #2B2926 !important;
  text-align: center;
  padding: 80px 64px;
}
.cta-section > .vce-row-content {
  background: transparent !important;
}
.cta-section .vce-col-inner {
  background: transparent !important;
}
.cta-section h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 32px;
  color: #FFFFFF !important;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .cta-section h2 {
    font-size: 26px;
  }
}
.cta-section p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-bottom: 32px;
}

.unesco-section {
  min-height: 480px;
}

.unesco-visual {
  background: linear-gradient(135deg, #4a1510, #8a2a1a);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.unesco-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(201, 154, 46, 0.15), transparent 70%);
}
@media (max-width: 960px) {
  .unesco-visual {
    min-height: 300px;
  }
}

.unesco-stars {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed rgba(201, 154, 46, 0.2);
  animation: unescoSpin 40s linear infinite;
}

@keyframes unescoSpin {
  to {
    transform: rotate(360deg);
  }
}
.unesco-text {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5EDE0;
}
@media (max-width: 960px) {
  .unesco-text {
    padding: 48px 32px;
  }
}
.unesco-text h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2B2926;
}
.unesco-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #8C8579;
  margin-bottom: 16px;
  max-width: 460px;
}

.recettes-stats {
  display: flex;
  gap: 0;
  background: #2B2926;
}
.recettes-stats .stat-box {
  flex: 1;
  padding: 32px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.recettes-stats .stat-box:last-child {
  border-right: none;
}
.recettes-stats .stat-box strong {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 36px;
  color: #f0a86c;
  display: block;
  margin-bottom: 4px;
}
.recettes-stats .stat-box span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 960px) {
  .recettes-stats {
    flex-wrap: wrap;
  }
  .recettes-stats .stat-box {
    flex: 1 1 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 600px) {
  .recettes-stats .stat-box {
    flex: 1 1 100%;
  }
}

.recettes-toolbar {
  padding: 40px 64px 0;
  background: #FBF7F1;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .recettes-toolbar {
    padding: 32px 32px 0;
  }
}
@media (max-width: 600px) {
  .recettes-toolbar {
    padding: 24px 20px 0;
  }
}

.recettes-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .recettes-filters {
    flex-direction: column;
    align-items: flex-start;
  }
}

.filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-tab {
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  color: #2B2926;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.filter-tab:hover {
  border-color: #B8332E;
  color: #B8332E;
}
.filter-tab.active {
  background: #B8332E;
  color: #FFFFFF;
  border-color: #B8332E;
}

.filter-search {
  position: relative;
}
.filter-search input {
  padding: 10px 16px 10px 40px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 14px;
  color: #2B2926;
  outline: none;
  width: 260px;
  transition: border-color 0.3s ease;
}
.filter-search input:focus {
  border-color: #B8332E;
}
.filter-search input::placeholder {
  color: rgba(43, 41, 38, 0.4);
}
@media (max-width: 960px) {
  .filter-search input {
    width: 100%;
  }
}
.filter-search i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8C8579;
  font-size: 16px;
}

.recettes-count {
  font-size: 14px;
  color: #8C8579;
  margin-bottom: 8px;
}
.recettes-count strong {
  color: #2B2926;
}

.recettes-archive {
  padding: 32px 64px 80px;
  background: #FBF7F1;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .recettes-archive {
    padding: 24px 32px 60px;
  }
}
@media (max-width: 600px) {
  .recettes-archive {
    padding: 20px 20px 60px;
  }
}

.recettes-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 960px) {
  .recettes-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .recettes-archive-grid {
    grid-template-columns: 1fr;
  }
}

.rc-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(43, 41, 38, 0.12);
  color: inherit;
}
.rc-card:hover .rc-card-img img {
  transform: scale(1.05);
}

.rc-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.rc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.rc-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
}
.rc-card-img-placeholder.type-classique {
  background: linear-gradient(135deg, #c44420, #e8693a);
}
.rc-card-img-placeholder.type-plat {
  background: linear-gradient(135deg, #a0522d, #d4915a);
}
.rc-card-img-placeholder.type-variation {
  background: linear-gradient(135deg, #5C6B3C, #8aab5a);
}

.rc-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
.rc-badge--classic {
  background: rgba(184, 51, 46, 0.9);
}
.rc-badge--plat {
  background: rgba(92, 107, 60, 0.9);
}
.rc-badge--variation {
  background: rgba(196, 112, 63, 0.9);
}

.rc-diff {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  gap: 4px;
}

.rc-card-body {
  padding: 24px;
}
.rc-card-body h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 20px;
  color: #2B2926;
  margin-bottom: 8px;
}
.rc-card-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #8C8579;
  margin-bottom: 16px;
}

.rc-card-meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #8C8579;
}
.rc-card-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rc-card-meta i {
  font-size: 14px;
  color: #C4703F;
}

.recettes-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 48px 0 0;
}

.page-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #2B2926;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-num:hover {
  border-color: #B8332E;
  color: #B8332E;
}
.page-num.active {
  background: #B8332E;
  color: #FFFFFF;
  border-color: #B8332E;
}

.page-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #8C8579;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-arrow:hover {
  border-color: #B8332E;
  color: #B8332E;
}
.page-arrow.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.recettes-empty {
  text-align: center;
  padding: 80px 40px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.recettes-empty i {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  display: block;
}
.recettes-empty h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 24px;
  margin-bottom: 8px;
}
.recettes-empty p {
  font-size: 15px;
  color: #8C8579;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: -40px auto 0;
  position: relative;
  z-index: 10;
  padding: 0 64px;
}
@media (max-width: 960px) {
  .contact-cards {
    grid-template-columns: 1fr;
    padding: 0 32px;
    margin-top: -30px;
  }
}
@media (max-width: 600px) {
  .contact-cards {
    padding: 0 20px;
  }
}

.contact-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #B8332E;
}
.contact-card:nth-child(2)::before {
  background: #C4703F;
}
.contact-card:nth-child(3)::before {
  background: #5C6B3C;
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(43, 41, 38, 0.1);
}
.contact-card h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 18px;
  margin-bottom: 8px;
  color: #2B2926;
}
.contact-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #8C8579;
  margin: 0 0 8px;
}
.contact-card a {
  color: #B8332E;
  font-weight: 600;
  font-size: 14px;
}

.contact-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
}

.contact-card:nth-child(1) .contact-card-icon {
  background: rgba(184, 51, 46, 0.08);
  color: #B8332E;
}

.contact-card:nth-child(2) .contact-card-icon {
  background: rgba(196, 112, 63, 0.08);
  color: #C4703F;
}

.contact-card:nth-child(3) .contact-card-icon {
  background: rgba(92, 107, 60, 0.08);
  color: #5C6B3C;
}

.contact-section {
  padding: 80px 64px;
  background: #FBF7F1;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .contact-section {
    padding: 60px 32px;
  }
}
@media (max-width: 600px) {
  .contact-section {
    padding: 40px 20px;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 960px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.contact-sidebar h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 28px;
  margin-bottom: 24px;
  color: #2B2926;
}

.contact-map {
  border-radius: 16px;
  overflow: hidden;
  height: 240px;
  background: linear-gradient(135deg, #d4c5a9, #b8a88a);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 32px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.contact-map-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #B8332E;
}
.contact-map-pin i {
  font-size: 36px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}
.contact-map-pin span {
  font-size: 11px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 10px;
}

.contact-hours {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}
.contact-hours h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2B2926;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
}
.hours-row:last-child {
  border-bottom: none;
}

.hours-day {
  color: #2B2926;
  font-weight: 500;
}

.hours-time {
  color: #8C8579;
}
.hours-time.closed {
  color: #B8332E;
  font-weight: 600;
}

.contact-socials {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.contact-socials h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 18px;
  margin-bottom: 16px;
  color: #2B2926;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  transition: background 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  color: #2B2926;
}
.social-link:hover {
  background: rgba(184, 51, 46, 0.04);
  color: #B8332E;
}
.social-link i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.social-link--fb i {
  background: rgba(59, 89, 152, 0.08);
  color: #3b5998;
}
.social-link--ig i {
  background: rgba(225, 48, 108, 0.08);
  color: #e1306c;
}
.social-link--pt i {
  background: rgba(189, 8, 28, 0.08);
  color: #bd081c;
}
.social-link--yt i {
  background: rgba(255, 0, 0, 0.08);
  color: #ff0000;
}

.wpcf7 .wpcf7-form {
  margin: 0;
  padding: 0;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  color: #2B2926;
  outline: none;
  width: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-email:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus {
  border-color: #B8332E;
  box-shadow: 0 0 0 3px rgba(184, 51, 46, 0.08);
}
.wpcf7 .wpcf7-text::placeholder,
.wpcf7 .wpcf7-email::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder {
  color: rgba(43, 41, 38, 0.35);
}
.wpcf7 .wpcf7-textarea,
.wpcf7 textarea {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  color: #2B2926;
  outline: none;
  width: 100%;
  resize: vertical;
  min-height: 140px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wpcf7 .wpcf7-textarea:focus,
.wpcf7 textarea:focus {
  border-color: #B8332E;
  box-shadow: 0 0 0 3px rgba(184, 51, 46, 0.08);
}
.wpcf7 .wpcf7-textarea::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(43, 41, 38, 0.35);
}
.wpcf7 .wpcf7-select,
.wpcf7 select {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  color: #2B2926;
  outline: none;
  width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238C8579' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wpcf7 .wpcf7-select:focus,
.wpcf7 select:focus {
  border-color: #B8332E;
  box-shadow: 0 0 0 3px rgba(184, 51, 46, 0.08);
}
.wpcf7 .wpcf7-submit,
.wpcf7 input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 9999px;
  background: #B8332E;
  color: #FFFFFF;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 input[type=submit]:hover {
  background: #8A1F1B;
  transform: translateY(-1px);
  box-shadow: 0 8px 30px rgba(184, 51, 46, 0.4);
}
.wpcf7 .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  margin-top: 3px;
  accent-color: #B8332E;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  color: #8C8579;
  line-height: 1.5;
}
.wpcf7 .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.wpcf7 .wpcf7-mail-sent-ok, .wpcf7.sent .wpcf7-response-output {
  background: rgba(92, 107, 60, 0.1) !important;
  color: #5C6B3C !important;
  border: 1px solid rgba(92, 107, 60, 0.2) !important;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng, .wpcf7.invalid .wpcf7-response-output, .wpcf7.failed .wpcf7-response-output {
  background: rgba(184, 51, 46, 0.08) !important;
  color: #B8332E !important;
  border: 1px solid rgba(184, 51, 46, 0.15) !important;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #B8332E !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #B8332E;
  margin-top: 4px;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 br {
  display: none;
}
.wpcf7 p {
  margin: 0;
}

.recipe-hero {
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #3a0d0b 0%, #6b1a14 35%, #4a1510 100%);
  padding-bottom: 60px;
}
.recipe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(196, 112, 63, 0.3) 0%, transparent 60%);
}
.recipe-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 150px;
}

.recipe-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 140px 64px 0;
  width: 100%;
}
@media (max-width: 960px) {
  .recipe-hero-content {
    padding: 120px 32px 0;
  }
}
@media (max-width: 600px) {
  .recipe-hero-content {
    padding: 100px 20px 0;
  }
}
.recipe-hero-content h1 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 52px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .recipe-hero-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .recipe-hero-content h1 {
    font-size: 30px;
  }
}

.recipe-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.recipe-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}
.recipe-hero-breadcrumb a:hover {
  color: #FFFFFF;
}
.recipe-hero-breadcrumb .sep {
  opacity: 0.3;
}

.recipe-hero-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.recipe-hero-badge {
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recipe-hero-badge--type {
  background: rgba(184, 51, 46, 0.8);
  color: #FFFFFF;
}
.recipe-hero-badge--diff {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}

.recipe-hero-desc {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  max-width: 600px;
  margin-bottom: 32px;
}

.recipe-meta-bar {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .recipe-meta-bar {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .recipe-meta-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }
}

.recipe-meta-item {
  text-align: center;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 100px;
}
@media (max-width: 600px) {
  .recipe-meta-item {
    min-width: 90px;
    padding: 12px 16px;
  }
}
.recipe-meta-item .meta-icon {
  font-size: 20px;
  color: #f0a86c;
  margin-bottom: 6px;
}
.recipe-meta-item .meta-value {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
}
.recipe-meta-item .meta-label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.recipe-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 64px;
}
@media (max-width: 960px) {
  .recipe-body {
    padding: 40px 32px;
  }
}
@media (max-width: 600px) {
  .recipe-body {
    padding: 32px 20px;
  }
}

.recipe-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 960px) {
  .recipe-layout {
    grid-template-columns: 1fr;
  }
}

.recipe-ingredients {
  position: sticky;
  top: 100px;
}
@media (max-width: 960px) {
  .recipe-ingredients {
    position: static;
  }
}

.recipe-ingredients-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.recipe-ingredients-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.recipe-ingredients-header h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 22px;
  color: #2B2926;
  display: flex;
  align-items: center;
  gap: 8px;
}

.servings-control {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FBF7F1;
  padding: 4px;
  border-radius: 8px;
}

.servings-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  background: #FFFFFF;
  color: #2B2926;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.servings-btn:hover {
  background: #B8332E;
  color: #FFFFFF;
}

.servings-num {
  font-size: 15px;
  font-weight: 600;
  color: #2B2926;
  min-width: 20px;
  text-align: center;
}

.ingredient-list {
  list-style: none;
}

.ingredient-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 15px;
  color: #2B2926;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ingredient-item:last-child {
  border-bottom: none;
}
.ingredient-item.checked {
  opacity: 0.4;
  text-decoration: line-through;
}
.ingredient-item.checked .ingredient-check {
  background: #5C6B3C;
  border-color: #5C6B3C;
  color: #FFFFFF;
}

.ingredient-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B8332E;
  flex-shrink: 0;
}

.ingredient-qty {
  font-weight: 600;
  color: #C4703F;
  min-width: 60px;
}

.ingredient-name {
  flex: 1;
}

.ingredient-check {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: transparent;
  font-size: 12px;
  transition: all 0.2s;
}

.recipe-print {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  background: #F5EDE0;
  color: #2B2926;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  border: none;
  width: 100%;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
}
.recipe-print:hover {
  background: #2B2926;
  color: #FFFFFF;
}

.recipe-steps h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 28px;
  margin-bottom: 32px;
  color: #2B2926;
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-card {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  padding: 28px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}
.step-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 600px) {
  .step-card {
    flex-direction: column;
    gap: 12px;
  }
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #B8332E;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  font-family: "Playfair Display Bold", Georgia, serif;
}

.step-content h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 18px;
  color: #2B2926;
  margin-bottom: 8px;
}
.step-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #8C8579;
  margin: 0;
}

.step-timer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(196, 112, 63, 0.08);
  color: #C4703F;
  font-size: 12px;
  font-weight: 600;
}

.recipe-tip {
  padding: 24px 28px;
  background: rgba(201, 154, 46, 0.08);
  border-radius: 16px;
  border-left: 4px solid #C99A2E;
  margin-top: 8px;
  margin-bottom: 32px;
}
.recipe-tip h3 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 18px;
  color: #2B2926;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.recipe-tip p {
  font-size: 14px;
  line-height: 1.7;
  color: #8C8579;
  margin: 0;
}

.recipe-share {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 16px;
}
.recipe-share h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8C8579;
  margin-bottom: 16px;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.share-btn--fb {
  background: rgba(59, 89, 152, 0.08);
  color: #3b5998;
}
.share-btn--fb:hover {
  background: #3b5998;
  color: #FFFFFF;
}
.share-btn--tw {
  background: rgba(0, 0, 0, 0.06);
  color: #333;
}
.share-btn--tw:hover {
  background: #333;
  color: #FFFFFF;
}
.share-btn--pt {
  background: rgba(189, 8, 28, 0.08);
  color: #bd081c;
}
.share-btn--pt:hover {
  background: #bd081c;
  color: #FFFFFF;
}
.share-btn--wa {
  background: rgba(37, 211, 102, 0.08);
  color: #25d366;
}
.share-btn--wa:hover {
  background: #25d366;
  color: #FFFFFF;
}
.share-btn--cp {
  background: rgba(0, 0, 0, 0.04);
  color: #8C8579;
}
.share-btn--cp:hover {
  background: #2B2926;
  color: #FFFFFF;
}

.related-section {
  padding: 80px 64px;
  background: #F5EDE0;
}
@media (max-width: 960px) {
  .related-section {
    padding: 60px 32px;
  }
}
.related-section h2 {
  font-family: "Playfair Display Bold", Georgia, serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 48px;
  color: #2B2926;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/**************/
.wpcf7-not-valid-tip {
  display: none !important;
}

body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06;
}

body div.wpcf7-response-output {
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524;
}

/***************/
/*# sourceMappingURL=../css/style.css.map */
