body {
    background: #FAF9F6;
    color: #1A1D1A;
}

a {
    color: #4E443C;
}

.site-header.nav-layout-split {
    background: rgba(250, 249, 246, .95);
    border-bottom: 1px solid rgba(31, 36, 33, .12);
    backdrop-filter: blur(18px);
}

.hero .hero-buttons .btn,
.hero-section .hero-buttons .btn,
.block-hero .hero-buttons .btn,
.product-feed-card-cta {
    border-radius: 8px !important;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 800;
}

.section-header h2 {
    letter-spacing: 0;
}

.article-card,
.card,
.product-feed-card {
    border-radius: 8px !important;
}

@media (min-width: 992px) and (max-width: 1450px) {
  .header-split-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-split.left {
    padding-right: 2rem;
  }

  .nav-split.right {
    padding-left: 2rem;
  }

  .nav-split ul {
    gap: 1.25rem;
  }

  .nav-split a {
    font-size: 0.78rem;
    letter-spacing: 0;
  }

  .logo-split {
    max-width: 21rem;
  }

  .logo-split a {
    display: block;
    overflow-wrap: anywhere;
    font-size: 2rem !important;
    letter-spacing: 1px;
  }

  .logo-split img {
    max-width: min(20rem, 100%);
  }

  body.nav-lulu .logo {
    margin-right: 1rem;
  }

  body.nav-lulu .lulu-nav-capsule {
    padding: 0.7rem 1rem;
  }

  body.nav-lulu .lulu-nav-capsule .main-nav {
    margin-right: 1rem;
  }

  body.nav-lulu .lulu-nav-capsule .nav-list {
    gap: 0.9rem;
  }

  body.nav-lulu .lulu-nav-capsule .nav-list a {
    font-size: 0.84rem;
    letter-spacing: 0;
  }

  body.nav-lulu .lulu-nav-capsule .btn-search-toggle {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }
}
/* Accessoires Fumeurs phase 1 */
.af-prevention-box,
.af-neutral-notice {
  border: 1px solid rgba(78, 68, 60, 0.22);
  border-left: 5px solid #4E443C;
  background: #F4F1EA;
  padding: 1rem 1.1rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.af-neutral-notice {
  border-left-color: #D4AF37;
  background: #FFF9F0;
}

.af-prevention-box h2 {
  margin-top: 0;
  font-size: 1.25rem;
}

.af-prevention-box a,
.af-home-intro a {
  font-weight: 700;
}

.logo-split img,
.site-header .logo img {
  display: block;
  max-height: 58px;
  width: auto;
}

.site-header .nav-split a {
  color: #1F2421;
  font-weight: 750;
}

.site-header .nav-split a:hover,
.site-header .btn-search-toggle:hover {
  color: #4E443C;
}

.af-home-hero {
  position: relative;
  min-height: min(700px, calc(100svh - 74px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #1F2421;
  color: #FAF9F6;
  isolation: isolate;
}

.af-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.af-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.74) contrast(.92);
  transform: scale(1.02);
  opacity: .22;
}

.af-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(31, 36, 33, 1) 0%, rgba(31, 36, 33, .96) 46%, rgba(31, 36, 33, .72) 78%, rgba(31, 36, 33, .54) 100%),
    linear-gradient(0deg, rgba(31, 36, 33, .78), rgba(31, 36, 33, .32) 44%);
}

.af-home-hero__inner {
  width: min(90%, 1440px);
  margin: 0 auto;
  padding: clamp(3.75rem, 6.5vw, 6.25rem) 0;
  animation: afFadeUp .75s ease-out both;
  opacity: 1;
}

.af-home-kicker {
  margin: 0 0 1rem;
  color: #D4AF37;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.af-home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #FAF9F6;
  font-size: clamp(2.6rem, 5.1vw, 5.1rem);
  line-height: .98;
  letter-spacing: 0;
  opacity: 1;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .18);
}

.af-home-lead {
  max-width: 650px;
  margin: 1.5rem 0 0;
  color: rgba(250, 249, 246, .96);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.65;
}

.af-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.af-home-btn,
.af-prevention-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.15rem;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.af-home-btn:hover,
.af-prevention-link:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.af-home-btn--primary {
  background: #D4AF37;
  color: #1F2421;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.af-home-btn--secondary {
  border: 1px solid rgba(250, 249, 246, .72);
  color: #FAF9F6;
  background: rgba(250, 249, 246, .08);
}

.af-home-btn--dark {
  background: #1F2421;
  color: #FAF9F6;
}

.af-home-band {
  padding: clamp(3.25rem, 6vw, 5.5rem) 0;
}

.af-home-wrap {
  width: min(90%, 1180px);
  margin: 0 auto;
}

.af-section-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.af-section-heading h2,
.af-prevention-layout h2,
.af-method-grid h2 {
  margin: 0;
  color: #1F2421;
  font-size: clamp(1.75rem, 2.8vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.article-content h2 {
  font-size: var(--article-h2-font-size, clamp(1.42rem, 0.58vw + 1.22rem, 1.72rem));
  line-height: var(--article-heading-line-height, 1.22);
}

.article-content h3 {
  font-size: var(--article-h3-font-size, clamp(1.18rem, 0.32vw + 1.08rem, 1.34rem));
  line-height: var(--article-heading-line-height, 1.22);
}

.af-route-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(31, 36, 33, .18);
  border-bottom: 1px solid rgba(31, 36, 33, .18);
}

.af-route-list--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.af-route-list a {
  min-height: 205px;
  padding: 1.35rem;
  color: #1A1D1A;
  text-decoration: none;
  border-right: 1px solid rgba(31, 36, 33, .18);
  border-bottom: 1px solid rgba(31, 36, 33, .18);
  transition: background-color .2s ease, transform .2s ease;
}

.af-route-list:not(.af-route-list--six) a:last-child,
.af-route-list--six a:nth-child(3n) {
  border-right: 0;
}

.af-route-list--six a:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.af-route-list a:hover {
  background: rgba(78, 68, 60, .09);
  transform: translateY(-4px);
}

.af-route-list span {
  display: block;
  margin-bottom: 3rem;
  color: #4E443C;
  font-weight: 850;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .1em;
}

.af-route-list strong {
  display: block;
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
  line-height: 1.35;
}

.af-home-band--products {
  background: #FAF9F6;
}

.af-section-heading--compact {
  margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
}

.af-product-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.af-product-shortcuts a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  color: #1A1D1A;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid rgba(31, 36, 33, .14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(31, 36, 33, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.af-product-shortcuts a:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 134, 58, .45);
  box-shadow: 0 22px 52px rgba(31, 36, 33, .12);
}

.af-product-shortcuts span {
  color: #4E443C;
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.af-product-shortcuts strong {
  display: block;
  margin: 1rem 0;
  color: #1F2421;
  font-size: 1.1rem;
  line-height: 1.3;
}

.af-product-shortcuts em {
  color: #D4AF37;
  font-style: normal;
  font-weight: 850;
}

.af-home-more {
  margin-top: 1.25rem;
}

.af-home-band--prevention {
  background: #F4F1EA;
}

.af-prevention-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.af-prevention-layout p:not(.af-home-kicker) {
  max-width: 690px;
  margin: 1rem 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
}

.af-prevention-link {
  background: #1F2421;
  color: #FAF9F6;
  white-space: nowrap;
}

.af-method-grid {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.af-method-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(31, 36, 33, .18);
}

.af-method-list li {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(31, 36, 33, .18);
  font-size: 1.05rem;
  line-height: 1.7;
}

.af-method-list strong {
  color: #1F2421;
}

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

@media (max-width: 600px) {
  .logo-split {
    max-width: min(12rem, calc(100vw - 7rem));
  }

  .logo-split a {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(1.15rem, 5.2vw, 1.42rem) !important;
    line-height: 1.05;
    letter-spacing: 1px;
  }

  .logo-split img,
  .site-header .logo img {
    max-height: 46px;
    max-width: 172px;
  }
}

@media (max-width: 900px) {
  .af-home-hero {
    min-height: min(640px, calc(100svh - 66px));
  }

  .af-home-hero::after {
    background:
      linear-gradient(90deg, rgba(31, 36, 33, .94), rgba(31, 36, 33, .7)),
      linear-gradient(0deg, rgba(31, 36, 33, .45), rgba(31, 36, 33, .12));
  }

  .af-section-heading,
  .af-prevention-layout,
  .af-method-grid {
    grid-template-columns: 1fr;
  }

  .af-route-list {
    grid-template-columns: 1fr;
  }

  .af-product-shortcuts {
    grid-template-columns: 1fr 1fr;
  }

  .af-route-list a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 36, 33, .18);
  }

  .af-route-list a:last-child {
    border-bottom: 0;
  }

  .af-route-list--six a:nth-child(3n) {
    border-right: 0;
  }

  .af-route-list--six a:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(31, 36, 33, .18);
  }

  .af-route-list--six a:last-child {
    border-bottom: 0;
  }

  .af-route-list span {
    margin-bottom: 1rem;
  }

  .af-prevention-link {
    width: fit-content;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .af-product-shortcuts {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-home-hero__inner {
    animation: none;
  }

  .af-home-btn,
  .af-prevention-link,
  .af-route-list a,
  .af-product-shortcuts a {
    transition: none;
  }

  .af-home-btn:hover,
  .af-prevention-link:hover,
  .af-route-list a:hover,
  .af-product-shortcuts a:hover {
    transform: none;
  }
}

