:root{
  --wrap: 1180px;
  --wrap-wide: 1480px;
  --frame: #2A3243;
  --framePad: 18px;
  --grey: #ececec;
  --radius: 26px;
  --parallaxShift: 170px;
  --aboutBg: #2A3243;
  --aboutCardBorder: rgba(255,255,255,.08);
  --aboutLine: rgba(255,255,255,.22);
  --aboutText: rgba(255,255,255,.78);
  --aboutTextSoft: rgba(255,255,255,.58);
}

html,body{ height:100%; }

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  background:#fff;
  color:#111;
  overflow-x:hidden;
}

body.flambojan-home-body .whb-header,
body.flambojan-home-body .main-header,
body.flambojan-home-body .site-header,
body.flambojan-home-body .main-footer,
body.flambojan-home-body .site-footer,
body.flambojan-home-body footer:not([data-elementor-id]),
body.flambojan-home-body .wd-toolbar,
body.flambojan-home-body .woodmart-toolbar{
  display:none !important;
}

body.flambojan-home-body .website-wrapper,
body.flambojan-home-body .main-page-wrapper,
body.flambojan-home-body .wd-page-content,
body.flambojan-home-body .content-layout-wrapper{
  max-width:100% !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

*{ box-sizing:border-box; }

.container{
  width: min(var(--wrap), calc(100% - 56px));
  margin: 0 auto;
}

.stack{ position: relative; }

.scene{
  position: relative;
  height: 200vh;
  isolation: isolate;
}

.scene + .scene{ margin-top: -100vh; }

.scene--partner{
  height: 200vh;
}

.scene--partner + .scene{
  margin-top: -100vh;
}

.slide{
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: var(--z, 1);
  overflow: visible;
  background: transparent;
}

.slide-1{
  position: sticky;
  top: 0;
  height: 106vh;
  width: 100%;
  z-index: var(--z, 1);
  overflow: hidden;
  background: transparent;
}

.slide-wrap{
  height: 100%;
  padding: 0;
}

.card{
  height: 100%;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background:#000;
}

.card.parallax .bg{
  position:absolute;
  inset:-10%;
  background-size: cover;
  background-position: center;
  transform: translate3d(0,0,0) scale(1.08);
  will-change: transform;
  filter: saturate(.95) contrast(1.05);
}

.card.parallax .overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 600px at 25% 60%, rgba(0,0,0,.55), rgba(0,0,0,.18) 55%, rgba(0,0,0,.10) 75%, rgba(0,0,0,.14)),
    linear-gradient(to bottom, rgba(0,0,0,.34), rgba(0,0,0,.30));
  pointer-events:none;
  z-index: 2;
}

.card.framed{
  background: var(--frame);
  padding: var(--framePad);
}

.card.framed .frame-inner{
  height: calc(100% - (var(--framePad) * 2));
  border-radius: calc(var(--radius) - 6px);
  overflow: hidden;
  background:#000;
  position: relative;
}

.card:not(.framed) .frame-inner{
  height: 100%;
  position: relative;
}

.hero-inner{
  position: relative;
  height: 100%;
  display:flex;
  flex-direction: column;
  color:#fff;
  z-index: 3;
}

.nav{
  width: calc(100% - 56px);
  margin: 16px auto 0;
  display:flex;
  align-items:center;
  justify-content: flex-start;
  gap: 38px;
  position: relative;
  z-index: 10;
}

.brand{
  min-width:180px;
  display:flex;
  align-items:center;
}

.brand__logo{
  width: 190px;
  height: 58px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.brand__img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display:block;
}

.menu{
  display:flex;
  gap: 38px;
  justify-content:flex-end;
  flex: 1;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .95;
}

.menu a{
  color:#fff;
  text-decoration:none;
}

.menu a:hover{
  opacity:.8;
}

.menu--desktop{
  display:flex;
  justify-content:flex-end;
  flex:1;
  min-width:0;
}

.menu--desktop .menu__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:38px;
  width:100%;
}

.menu--desktop .menu-item{
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
}

.menu--desktop .menu-item > a{
  color:#fff;
  text-decoration:none;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.95;
  display:inline-block;
}

.menu--desktop .menu-item > a:hover{
  opacity:.8;
}

.menu--desktop .sub-menu{
  display:none;
}



.scroll-indicator{
  position:absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-10%);
  color: rgba(255,255,255,.65);
  display:flex;
  flex-direction: column;
  align-items:center;
  gap: 10px;
  user-select:none;
  z-index: 3;
}

.scroll-indicator__text{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.scroll-indicator__arrow{
  width: 1px;
  height: 56px;
  background: rgba(255,255,255,.35);
  position: relative;
  overflow:hidden;
}

.scroll-indicator__arrow::after{
  content:"";
  position:absolute;
  left:0;
  top:-30px;
  width:1px;
  height:30px;
  background: rgba(255,255,255,.9);
  animation: drop 1.4s infinite ease-in-out;
}

@keyframes drop{
  0%{ transform: translateY(0); opacity: 0; }
  25%{ opacity: 1; }
  100%{ transform: translateY(90px); opacity: 0; }
}

.hero-content{
  width: min(var(--wrap), calc(100% - 56px));
  margin: auto auto 110px auto;
  position: relative;
  z-index: 3;
}

.hero-headline{
  max-width: 780px;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
  font-size: clamp(34px, 4.4vw, 50px);
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
  margin:0;
  color:#fff !important;
}

.hero-note{
  position:absolute;
  right:0;
  bottom:-42px;
  text-align:right;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  max-width: 100%;
  z-index: 3;
}

.hero-card{
  border-radius: 0 !important;
}

.hero-card .frame-inner{
  border-radius: calc(var(--radius) - 6px) !important;
}

.hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#000;
}

.hero-media video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  background:#000;
}

/* PARTNER */
.card.partner{
  background: var(--grey);
  color:#111;
  overflow: hidden;
  padding: 50px 50px 56px;
}

.partner-wrap{
  height: 100%;
  padding: 0;
}

.partner-container{
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.partner-top{
  display:flex;
  align-items:center;
  gap: 18px;
  color: rgba(0,0,0,.45);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .10em;
  margin-bottom: 40px;
  flex: 0 0 auto;
}

.partner-top .line{
  height: 1px;
  flex: 1;
  background: rgba(0,0,0,.15);
}

.partner-layout{
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 54px;
  row-gap: 42px;
  align-items: start;
  min-height: 0;
  padding-top: 8px;
}

.partner-copy{
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  max-width: 320px;
}

.partner-main-title{
  margin: 0 0 22px;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(42px, 4vw, 58px);
  line-height: .95;
  letter-spacing: -.03em;
  color: rgba(0,0,0,.72);
}

.partner-text{
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0,0,0,.62);
  text-align: left;
  max-width: 330px;
}

.partner-brand-block{
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
}

.partner-kicker{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  color: rgba(0,0,0,.88);
  margin-bottom: 24px;
  text-align: center;
}

.partner-logo{
  width: min(540px, 100%);
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 150px;
}

.partner-logo img{
  max-width: 100%;
  width: auto;
  height: auto;
  display:block;
  opacity: .98;
}

.partner-side-title{
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  font-size: clamp(28px, 2.3vw, 52px);
  line-height: .92;
  letter-spacing: -.03em;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  max-width: 280px;
}

.cards--reviews{
  grid-column: 2;
  grid-row: 2;
  width: calc(100% + 50px);
  min-width: 0;
  align-self: center;
  overflow: hidden;
  margin-top: -8px;
  margin-right: -50px;
}

.cards--reviews .reviews-cards-swiper{
  overflow: visible;
  width: 100%;
}

.cards--reviews .swiper-wrapper{
  align-items: stretch;
  transition-timing-function: linear !important;
}

.cards--reviews .swiper-slide{
  width: 340px;
  height: 200px;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.card-mini{
  height: 200px;
  background: rgba(255,255,255,.92);
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.035);
  border: 1px solid rgba(0,0,0,.035);
}

.review-mini{
  height: 100%;
  padding: 22px 22px 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-align:left;
}

.review-mini__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.review-mini__name{
  font-weight:700;
  font-size:14px;
  color: rgba(0,0,0,.84);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.review-mini__stars{
  font-size:12px;
  letter-spacing:1px;
  color: rgba(0,0,0,.68);
  flex: 0 0 auto;
}

.review-mini__text{
  font-size:13px;
  line-height:1.5;
  color: rgba(0,0,0,.56);
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.review-mini__source{
  font-size:10px;
  color: rgba(0,0,0,.38);
  text-transform:uppercase;
  letter-spacing:.12em;
}
@media (max-width: 1380px){
  .partner-container{
    width: min(1320px, calc(100% - 80px));
  }

  .partner-layout{
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: 40px;
    row-gap: 36px;
  }

  .cards--reviews .swiper-slide{
    width: 320px;
  }
}

@media (max-width: 980px){

  .card.partner{
    padding: 32px;
  }

  .partner-wrap{
    padding: 0;
  }

  .cards--reviews{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: visible;
  }
  .scene--partner{
    height: 150vh;
  }

  .partner-wrap{
    padding: 32px;
  }

  .partner-container{
    width: min(var(--wrap), calc(100% - 56px));
    height: auto;
    display: block;
  }

  .partner-top{
    margin-bottom: 28px;
  }

  .partner-layout{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 0;
  }

  .partner-copy{
    max-width: 100%;
  }

  .partner-main-title{
    font-size: clamp(30px, 8vw, 42px);
    margin-bottom: 14px;
  }

  .partner-text{
    max-width: 100%;
  }

  .partner-brand-block{
    align-items: flex-start;
    text-align: left;
    padding-top: 0;
  }

  .partner-kicker{
    text-align: left;
    margin-bottom: 14px;
  }

  .partner-logo{
    width: min(360px, 100%);
    justify-content: flex-start;
    min-height: auto;
  }

  .partner-side-title{
    max-width: none;
    font-size: 28px;
    line-height: .95;
    margin-top: 6px;
  }


  .cards--reviews .reviews-cards-swiper{
    overflow: visible;
  }

  .cards--reviews .swiper-slide{
    width: 280px;
  }

  .card-mini{
    height: 150px;
  }

  .review-mini{
    padding: 16px 16px 14px;
  }
}

@media (max-width: 640px){
  /* Stessa logica del breakpoint 980px, solo padding ridotto */
  .card.partner{
    padding: 24px 0 0;
  }

  .partner-wrap{
    padding: 0 20px;
  }

  .partner-container{
    width: 100%;
  }

  .partner-top{
    margin-bottom: 20px;
  }

  .partner-layout{
    gap: 18px;
    justify-content: flex-start;
  }

  .partner-main-title{
    font-size: clamp(26px, 7vw, 34px);
    margin-bottom: 10px;
  }

  .partner-text{
    font-size: 13px;
    line-height: 1.45;
  }

  .partner-kicker{
    font-size: 12px;
    margin-bottom: 10px;
  }

  .partner-logo{
    min-height: 0;
  }

  .partner-logo img{
    max-height: 48px;
  }

  .partner-side-title{
    font-size: 20px;
  }

  .cards--reviews{
    /* Sfora il padding del wrap (20px) bordo a bordo */
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }

  .cards--reviews .swiper-slide{
    width: calc(100vw - 60px);
  }

  .card-mini{
    height: 140px;
  }

  .review-mini{
    padding: 14px 16px 12px;
  }
}

.section-label{
  position:absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  display:flex;
  align-items:center;
  gap: 18px;
  z-index: 3;
  color: rgba(255,255,255,.92);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}

.section-label .label-line{
  height: 1px;
  flex: 1;
  background: rgba(255,255,255,.35);
}

.card.parallax.fedi .overlay{
  background:
    radial-gradient(1200px 700px at 35% 55%, rgba(0,0,0,.40), rgba(0,0,0,.15) 55%, rgba(0,0,0,.10) 75%, rgba(0,0,0,.18)),
    linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.38));
}

.fedi-content{
  position:absolute;
  inset:0;
  z-index:3;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 24px;
  padding: 0 calc(56px - var(--framePad)) calc(70px - var(--framePad)) calc(56px - var(--framePad));
}

.fedi-left{
  max-width: 620px;
}

.fedi-title{
  margin:0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
  font-size: clamp(34px, 4.8vw, 58px);
  color:#fff;
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.fedi-right{
  display:flex;
  flex-direction:column;
  gap: 14px;
  align-items:flex-end;
  padding-bottom: 18px;
}

.fedi-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  width: 320px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration:none;
  color:#fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  transition: transform .15s ease, background .15s ease;
}

.fedi-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.18);
}

.fedi-btn__txt{
  text-align:right;
  line-height: 1.1;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.fedi-btn__txt b{
  display:block;
}

.fedi-btn__arrow{
  width: 22px;
  height: 22px;
  opacity: .92;
}

.card.blog{
  background:#f3f3f3;
  color:#111;
}

.blog-wrap{
  height:100%;
  padding: 18px 0 54px;
  position: relative;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.blog-head{
  width: calc(100% - 56px);
  margin: 0 auto;
  flex: 0 0 auto;
}

.blog-top{
  display:flex;
  align-items:center;
  gap: 18px;
  color: rgba(0,0,0,.40);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .10em;
  margin-bottom: 12px;
}

.blog-top .line{
  height: 1px;
  flex: 1;
  background: rgba(0,0,0,.18);
}

.blog-head__titles {
  margin-bottom: 0;
}

.blog-head__sub {
  margin: 0 0 4px;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  color: #2A3243;
}

.blog-head__title {
  margin: 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: .95;
  color: #2A3243;
}

.blog-swiper{
  width: 100%;
  overflow: visible;
  flex: 1 1 auto;
  min-height: 0;
  display:flex;
  align-items:center;
}

.blog-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}

.blog-swiper .swiper-slide{
  width: min(var(--wrap), calc(100% - 56px));
  height: auto;
  display:flex;
  align-items:center;
  padding: 10px 0;
}

.blog-page{
  width:100%;
  max-height: clamp(380px, 54vh, 560px);
  margin: 0 auto;
  display:flex;
  align-items: stretch;
}

.blog-grid{
  width:100%;
  display:grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 18px;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}

.blog-card{
  background: rgba(255,255,255,.86);
  border-radius: 26px;
  border: 1px solid rgba(0,0,0,.03);
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  overflow: hidden;
  text-decoration:none;
  color: inherit;
  display:flex;
  flex-direction: column;
  min-height: 0;
  transform: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.blog-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(0,0,0,.09);
}

.blog-card__pad{
  padding: 26px 26px 16px;
}

.blog-title{
  margin:0;
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(0,0,0,.55);
  line-height: 1.05;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-title.small{
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 800;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-excerpt{
  margin: 14px 0 0;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.45;
  color: rgba(0,0,0,.42);
  max-width: 76ch;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.blog-card--big .blog-media{
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 26px 26px;
  display:flex;
}

.blog-card--big .blog-media img{
  width:100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  display:block;
}

.blog-right{
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  gap: 18px;
  min-height: 0;
}

.blog-card--mini .blog-card__pad{
  padding: 22px 22px 12px;
}

.blog-card--mini .blog-media{
  padding: 0 22px 22px;
  margin-top: auto;
}

.blog-card--mini .blog-media img{
  width:100%;
  height: clamp(110px, 16vh, 150px);
  object-fit: cover;
  border-radius: 20px;
  display:block;
}

.blog-swiper.is-paused .blog-right > a{
  animation-play-state: paused !important;
}

.blog-card--empty{
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 680px){
  .blog-swiper .swiper-slide{
    width: calc(100% - 28px);
  }

  .blog-page{
    max-height: none;
  }

  .blog-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-right{
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .blog-card{
    border-radius: 22px;
  }

  .blog-card__pad{
    padding: 16px 16px 10px;
  }

  .blog-title{
    font-size: 24px;
    line-height: 1.06;
  }

  .blog-excerpt{
    margin-top: 10px;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .blog-card--big .blog-media{
    padding: 0 16px 16px;
  }

  .blog-card--big .blog-media img{
    height: 200px;
    border-radius: 18px;
  }

  .blog-card--mini .blog-card__pad{
    padding: 14px 14px 8px;
  }

  .blog-title.small{
    font-size: 14px;
  }

  .blog-card--mini .blog-media{
    padding: 0 14px 14px;
  }

  .blog-card--mini .blog-media img{
    height: 98px;
    border-radius: 16px;
  }

  .blog-right > a{
    animation-duration: 7.8s;
  }
}

@media (max-width: 420px){
  .blog-right{
    grid-template-columns: 1fr;
  }

  .blog-card--big .blog-media img{
    height: 190px;
  }

  .blog-title{
    font-size: 22px;
  }
}

.scene.about-scene{
  height: 200vh;
}

.scene.about-scene + .scene{
  margin-top: -100vh;
}

.card.about{
  background: var(--aboutBg);
  color:#fff;
  border-radius: var(--radius);
  overflow: hidden;
}

.about-wrap{
  height: 100%;
  padding: 34px 0 28px;
  display:flex;
  flex-direction: column;
  min-height: 0;
}

.about-top{
  width: calc(100% - 56px);
  margin: 0 auto;
  display:flex;
  align-items:center;
  gap: 18px;
  color: rgba(255,255,255,.60);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12em;
  margin-bottom: 34px;
  flex: 0 0 auto;
}

.about-top .line{
  height: 1px;
  flex: 1;
  background: var(--aboutLine);
}

.about-center{
  width: min(880px, calc(100% - 56px));
  margin: 0 auto;
  text-align:center;
  flex: 0 0 auto;
}

.about-quote{
  margin: 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  color:#fff;
}

.about-copy{
  margin: 16px auto 0;
  max-width: 520px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--aboutText);
}

.about-copy small{
  display:block;
  margin-top: 6px;
  color: var(--aboutTextSoft);
}

.about-partners-wrap{
  width: calc(100% - 56px);
  margin: 28px auto 0;
  position: relative;
  flex: 0 0 auto;
}

.about-partners-swiper{
  overflow: visible;
}

.about-partners-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}

.about-partners-swiper .swiper-slide{
  height: auto;
  display:flex;
}

.about-partner-card{
  width: 100%;
  border-radius: 18px;
  background: radial-gradient(120% 120% at 30% 10%, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid var(--aboutCardBorder);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  padding: 18px 18px 16px;
  min-height: 132px;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-partner-kicker{
  font-size: 11px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}

.about-partner-logo{
  font-weight: 800;
  font-size: 34px;
  letter-spacing: -.02em;
  color:#fff;
  opacity:.95;
}

.about-partner-logo.paypal{
  font-style: italic;
}

.about-partner-logo.pomellato{
  font-family: "Noto Serif", "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 34px;
}

.about-partner-logo.google{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap: 14px;
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
}

.about-stars{
  font-size: 12px;
  letter-spacing: 2px;
  opacity:.9;
  margin: 0;
  transform: translateY(2px);
  white-space: nowrap;
}

.about-footer-card{
  width: calc(100% - 56px);
  margin: 26px auto 0;
  border-radius: 24px;
  background: radial-gradient(140% 140% at 20% 10%, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border: 1px solid var(--aboutCardBorder);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  padding: 22px;
  flex: 1 1 auto;
  min-height: 0;
}

.footer-grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
  gap: 18px;
  align-items:start;
}

.footer-brand{
  display:flex;
  flex-direction: column;
  gap: 14px;
  padding: 6px 8px;
}

.footer-social{
  display:flex;
  gap: 10px;
  margin-top: 6px;
}

.soc{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  color:#fff;
  opacity:.9;
  text-decoration:none;
}

.footer-col{
  padding: 6px 8px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.5;
}

.footer-col h4{
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  font-weight: 700;
}

.footer-col a{
  color: rgba(255,255,255,.78);
  text-decoration:none;
  display:block;
  margin: 4px 0;
  opacity:.95;
}

.footer-contact{
  display:flex;
  flex-direction: column;
  gap: 10px;
  align-items:flex-end;
  padding: 6px 8px;
}

.wa-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  color: rgba(0,0,0,.75);
  font-size: 11px;
  font-weight: 700;
  text-decoration:none;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.footer-contact small{
  color: rgba(255,255,255,.65);
  font-size: 11px;
  line-height: 1.35;
  text-align:right;
}

.footer-bottom{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 18px;
}

.footer-cta{
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color:#fff;
}

.footer-cta small{
  display:block;
  margin-top: 6px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255,255,255,.60);
}

.newsletter{
  width: min(560px, 100%);
  margin-left:auto;
  display:flex;
  flex-direction: column;
  gap: 8px;
}

.newsletter label{
  font-size: 11px;
  color: rgba(255,255,255,.70);
}

.newsletter .row{
  display:flex;
  align-items:center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  padding: 10px 12px;
}

.newsletter input{
  width:100%;
  border:0;
  outline:none;
  background: transparent;
  color:#fff;
  font-size: 12px;
}

.newsletter button{
  border:0;
  background: transparent;
  color: rgba(255,255,255,.90);
  cursor:pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0 6px;
}

.footer-mini{
  margin-top: 12px;
  display:flex;
  justify-content: space-between;
  align-items:center;
  font-size: 10px;
  color: rgba(255,255,255,.45);
}

.footer-mini a{
  color: rgba(255,255,255,.55);
  text-decoration:none;
}



@media (max-width: 1100px){
  .footer-grid{
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact{
    align-items:flex-start;
  }

  .footer-bottom{
    flex-direction: column;
    align-items:flex-start;
  }

  .newsletter{
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 640px){
  .about-top{
    width: calc(100% - 36px);
    margin-bottom: 22px;
  }

  .about-partners-wrap,
  .about-footer-card{
    width: calc(100% - 36px);
  }

  .about-footer-card{
    padding: 16px;
    max-height: 52vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .footer-grid{
    grid-template-columns: 1fr;
  }

  .footer-contact{
    align-items:flex-start;
  }

  .about-quote{
    font-size: 26px;
  }

  .footer-cta{
    font-size: 20px;
  }

  .footer-bottom{
    margin-top: 14px;
    padding-top: 12px;
    gap: 12px;
  }

  .newsletter .row{
    padding: 9px 10px;
  }
}

.soc i{
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 980px){
  /* Fisarmonica intatta: 300vh scena + sticky 100dvh.
     NIENTE viene nascosto o troncato. Solo spacing compresso. */
  .scene--partner{
    height: 200vh !important;
    min-height: 200vh !important;
  }

  .scene--partner .slide{
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
  }

  .scene--partner .slide-wrap{
    height: 100% !important;
  }

  .scene--partner .card.partner{
    height: 100% !important;
    overflow: hidden;
    padding: 22px 20px 0;
  }

  .scene--partner .partner-wrap{
    height: 100% !important;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .scene--partner .partner-container{
    height: 100% !important;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .scene--partner .partner-top{
    flex: 0 0 auto;
    margin-bottom: 10px;
  }

  .scene--partner .partner-layout{
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    /* gap fisso invece di space-between: evita il ricalcolo
       continuo mentre iOS mostra/nasconde la barra indirizzi */
    gap: 22px;
    padding-bottom: 20px;
  }

  /* partner-copy: titolo + testo, tutto visibile */
  .scene--partner .partner-copy{
    flex: 0 0 auto;
    max-width: 100%;
  }

  .scene--partner .partner-main-title{
    font-size: clamp(32px, 8vw, 42px);
    margin-bottom: 10px;
  }

  .scene--partner .partner-text{
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }

  /* partner-brand-block: centrato */
  .scene--partner .partner-brand-block{
    flex: 0 0 auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding-top: 0;
    width: 100%;
  }

  .scene--partner .partner-kicker{
    text-align: center !important;
    margin-bottom: 12px;
    font-size: 13px;
    width: 100%;
  }

  .scene--partner .partner-logo{
    min-height: 0;
    width: 100% !important;
    margin: 0 auto !important;
    justify-content: center !important;
  }

  .scene--partner .partner-logo img{
    max-height: 70px;
    width: auto;
    height: auto;
  }

  /* "COSA DICONO" — margin-top auto lo spinge in fondo
     trascinando con sé le recensioni */
  .scene--partner .partner-side-title{
    flex: 0 0 auto;
    display: block !important;
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1.0;
    letter-spacing: -.01em;
    color: #111;
    text-transform: uppercase;
    max-width: none;
    margin-top: auto;
    padding-bottom: 12px;
    text-align: center;
  }

  /* Recensioni bordo a bordo, senza margin-top auto (ci pensa il side-title) */
  .scene--partner .cards--reviews{
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
    padding-bottom: 20px;
  }

  .scene--partner .cards--reviews .swiper-slide{
    width: calc(100vw - 80px);
  }

  .scene--partner .card-mini{
    height: 120px;
  }

  .scene--partner .review-mini{
    padding: 14px 16px 12px;
  }
}
/* ============================================================
   CATALOG — scroll orizzontale guidato dallo scroll verticale
   4 pannelli × 100vw, fisarmonica intatta
   ============================================================ */

.scene--catalog {
  /* (N pannelli + 1) * 100vh — con N=8 → 900vh */
  height: 1700vh;
}

.catalog-card {
  background: var(--aboutBg);
  color: #fff;
  overflow: hidden;
  height: 100%;
  position: relative;
}

/* Track orizzontale — si sposta via JS */
.catalog-track {
  display: flex;
  flex-direction: row;
  width: 800%;           /* 8 pannelli × 100% */
  height: 100%;
  will-change: transform;
  transition: transform .05s linear;
}

/* Ogni pannello = 1 viewport */
.catalog-panel {
  width: 12.5%;            /* 100% / 8 pannelli */
  height: 100%;
  flex: 0 0 12.5%;
  overflow: hidden;
}

.catalog-panel__inner {
  width: 100%;
  height: 100%;
  padding: 60px min(90px, 5vw) 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── Intro panel ── */
.catalog-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
  flex: 0 0 auto;
}

.catalog-top__label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.50);
  white-space: nowrap;
}

.catalog-top__line {
  height: 1px;
  flex: 1;
  background: rgba(255,255,255,.18);
}

.catalog-intro {
  display: flex;
  flex-direction: column;
  gap: 36px;
  height: 100%;
  justify-content: center;
}

.catalog-intro__header {
  flex: 0 0 auto;
}

.catalog-intro__body {
  display: grid;
  grid-template-columns: 0.6fr 2.8fr;
  gap: 40px;
  align-items: start;
  flex: 0 0 auto;
}

.catalog-intro__sub {
  margin: 6px 0 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: none;
  color: #fff;
}

.catalog-intro__title {
  margin: 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
  letter-spacing: -.03em;
  color: #fff;
}

.catalog-intro__claim {
  font-family: "Noto Serif", "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 22px;
}

.catalog-intro__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.78);
}

.catalog-intro__desc p {
  margin: 0 0 8px;
}

.catalog-intro__desc strong {
  color: #fff;
}

.catalog-intro__img {
  width: 100%;
  height: clamp(260px, 40vh, 420px);
  object-fit: cover;
  border-radius: 18px;
  display: block;
  background: rgba(255,255,255,.06);
}

/* ── Product panels ── */
.catalog-product__header {
  margin-bottom: 36px;
  flex: 0 0 auto;
}

.catalog-product__kicker {
  font-family: "Noto Serif", "Times New Roman", serif;
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: none;
  color: #fff;
  margin: 0 0 10px;
}

.catalog-product__title {
  margin: 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
  letter-spacing: -.03em;
  color: #fff;
}

.catalog-product__title {
  margin: 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
  letter-spacing: -.03em;
  color: #fff;
}

.catalog-product__body {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  align-items: start;
}

.catalog-product__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.catalog-product__features {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

.catalog-product__features p {
  margin: 0 0 10px;
}

.catalog-product__features p:first-child {
  margin-bottom: 14px;
}

.catalog-product__features p:last-child {
  margin-bottom: 0;
}

.catalog-product__features strong {
  color: #fff;
  font-weight: 700;
}

.catalog-product__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.catalog-product__price-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 12px;
}

.catalog-product__price-label em {
  font-style: italic;
  font-weight: 400;
}

.catalog-product__price {
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: #fff;
  letter-spacing: -.03em;
}

.catalog-product__price-dec {
  font-size: 28px;
  vertical-align: super;
  letter-spacing: 0;
}

.catalog-product__price-vat {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  margin-top: 4px;
}

.catalog-product__note {
  font-size: 12px;
  color: rgba(255,255,255,.42);
  line-height: 1.55;
  margin-top: 14px;
  max-width: 320px;
}

/* Immagini sparpagliate */
.catalog-product__images {
  position: relative;
  height: 480px;
}

.catalog-product__img-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.catalog-product__img-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  background: rgba(255,255,255,.08);
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
}

.catalog-product__img-item span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: rgba(255,255,255,.45);
  text-align: center;
}

.catalog-product__img-item:nth-child(1) { top: 0;     left: 0;    z-index: 1; }
.catalog-product__img-item:nth-child(2) { top: 0;     right: 0;   z-index: 2; }
.catalog-product__img-item:nth-child(3) { top: 140px; left: 50%;  transform: translateX(-50%); z-index: 3; }

.catalog-product:last-child .catalog-product__images { height: 280px; }
.catalog-product:last-child .catalog-product__img-item:nth-child(1) { top: 0; left: 0; }
.catalog-product:last-child .catalog-product__img-item:nth-child(2) { top: 0; right: 0; }

/* Dots indicatori pannello */
.catalog-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.catalog-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.30);
  transition: background .3s, transform .3s;
}

.catalog-dot.is-active {
  background: #fff;
  transform: scale(1.3);
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .scene--catalog {
    height: 1700vh;
  }

  .catalog-panel__inner {
    padding: 40px 24px;
    justify-content: flex-start;
    padding-top: 50px;
  }

  .catalog-intro {
    gap: 20px;
  }

  .catalog-intro__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .catalog-intro__claim {
    font-size: clamp(16px, 4vw, 20px);
  }

  .catalog-intro__img {
    height: 200px;
  }

  .catalog-product__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .catalog-product__images {
    height: 340px;
  }

  .catalog-product__img-item img {
    width: 150px;
    height: 150px;
  }

  .catalog-product__img-item:nth-child(3) {
    top: 110px;
  }
}

@media (max-width: 640px) {
  .catalog-product__images {
    height: 300px;
  }

  .catalog-product__img-item img {
    width: 120px;
    height: 120px;
  }

  .catalog-product__img-item:nth-child(3) {
    top: 90px;
  }

  .catalog-product__price {
    font-size: 54px;
  }
}

/* Override tema: rimuove opacity e margin-right indesiderati sulle slide blog */
.blog-swiper .swiper-slide,
.blog-swiper .swiper-slide.swiper-slide-prev,
.blog-swiper .swiper-slide.swiper-slide-next,
.blog-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  margin-right: 0 !important;
}

/* ============================================================
   ABOUT GALLERY — carousel centrato stile fisarmonica
   ============================================================ */

.about-gallery {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
}

.about-gallery.dragging {
  cursor: grabbing;
}

.about-gallery-track {
  position: relative;
  width: 100%;
  height: clamp(200px, 28vw, 400px);
}

.about-gallery-item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 10px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 40px rgba(0,0,0,.40);
  will-change: transform, width, height, opacity;
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    width .45s cubic-bezier(.22,1,.36,1),
    height .45s cubic-bezier(.22,1,.36,1),
    opacity .45s ease,
    border-color .45s ease,
    filter .45s ease;
}

.about-gallery-item.active {
  border-color: rgba(255,255,255,.28);
}

.about-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Fade sui bordi */
.about-gallery::before,
.about-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 50;
  pointer-events: none;
}

.about-gallery::before {
  left: 0;
  background: linear-gradient(to right, var(--aboutBg) 0%, transparent 100%);
}

.about-gallery::after {
  right: 0;
  background: linear-gradient(to left, var(--aboutBg) 0%, transparent 100%);
}

@media (max-width: 980px) {
  .about-gallery-track {
    height: clamp(160px, 34vw, 280px);
  }

  .about-gallery-item {
    border-width: 8px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  .about-gallery-track {
    height: clamp(140px, 52vw, 240px);
  }

  .about-gallery-item {
    border-width: 6px;
    border-radius: 14px;
  }

  .about-gallery::before,
  .about-gallery::after {
    width: 32px;
  }
}

/* ============================================================
   ELEMENTOR FOOTER dentro la card about
   ============================================================ */

.about-elementor-footer {
  margin-top: 20px;
  flex: 0 0 auto;
}

/* Azzera margini/padding che Elementor aggiunge di default */
.about-elementor-footer .elementor-section,
.about-elementor-footer .e-container,
.about-elementor-footer .elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.about-elementor-footer .elementor-section-wrap {
  margin: 0 !important;
}


/* ============================================================
   FLAMBO BURGER & MOBILE PANEL
   ============================================================ */
.flambo-burger{
  display: none !important;
  position: absolute !important;
  top: 10px !important;
  right: 28px !important;
  width: 44px;
  height: 44px;
  border: 0 !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.12) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.16) !important;
  z-index: 99998 !important;
  outline: none !important;
  transition: background .18s ease !important;
  margin: 0 !important;
  left: auto !important;
  bottom: auto !important;
}

.flambo-burger:hover,
.flambo-burger:focus,
.flambo-burger:active,
.flambo-burger:focus-visible{
  background: rgba(255,255,255,.22) !important;
  outline: none !important;
}

.flambo-burger span{
  display: block;
  width: 18px;
  height: 2px;
  background: #fff !important;
  border-radius: 999px;
}

body.flambojan-home-body .whb-mobile-nav,
body.flambojan-home-body .wd-mobile-nav,
body.flambojan-home-body .woodmart-navigation .sub-menu,
body.flambojan-home-body .nav-links-side-nav,
body.flambojan-home-body .wd-header-mobile-nav{
  display: none !important;
}

.flambo-mobile-panel{
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #1f2736;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.flambo-mobile-panel.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.flambo-mobile-panel__inner{
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  background: #1f2736;
  color: #fff;
  padding: 20px 24px 40px;
}

.flambo-mobile-panel__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.flambo-mobile-panel__top .brand{ min-width: 0; }

.flambo-mobile-panel__top .brand__logo{
  width: 128px;
  height: 40px;
  justify-content: flex-start;
}

.flambo-mobile-panel__top .brand__img{ object-fit: contain; }

.flambo-menu-close{
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
}

/* ============================================================
   MENU MOBILE list
   ============================================================ */
.menu--mobile{ width: 100%; }

.menu--mobile .menu__mobile-list,
.menu--mobile .sub-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu--mobile .menu-item{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.menu--mobile .menu-item > a{
  display: block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.menu--mobile .sub-menu{ padding: 0 0 12px 12px; }
.menu--mobile .sub-menu .menu-item{ border-bottom: 0; }
.menu--mobile .sub-menu .menu-item > a{
  padding: 8px 0;
  font-size: 13px;
  color: rgba(255,255,255,.72);
  text-transform: none;
  letter-spacing: .01em;
}

body.mobile-menu-open{ overflow: hidden; touch-action: none; }
body.mobile-menu-open .flambo-mobile-panel{ overscroll-behavior: contain; }

/* ============================================================
   BREAKPOINT MOBILE 1250px
   ============================================================ */
@media (max-width: 1250px){
  .flambo-burger{ display: flex !important; }
  .menu--desktop{ display: none !important; }
  .hero-note, .scroll-indicator{ display: none; }

  .nav{
    width: calc(100% - 28px);
    margin: 12px auto 0;
    gap: 10px;
  }

  .brand{ min-width: 0; }

  .brand__logo{
    width: 118px;
    height: 36px;
  }

  /* Fedi mobile */
  .fedi-content{
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0 18px 80px;
    gap: 12px;
  }

  .fedi-left{ max-width: 100%; }
  .fedi-title{ font-size: clamp(20px, 5vw, 28px); line-height: 1.1; }
  .fedi-right{ align-items: stretch; padding-bottom: 0; gap: 10px; }
  .fedi-btn{ width: 100%; max-width: none; padding: 12px 16px; }
}

/* ============================================================
   MOBILE FIX — hero testo, partner, blog
   ============================================================ */
@media (max-width: 991px){

  .hero-content{
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
    width: calc(100% - 36px);
    margin: 0 auto;
  }

  .hero-headline{ font-size: clamp(18px, 4.8vw, 26px); line-height: 1.15; }

  .card.framed .frame-inner{ overflow: hidden; }

  .card.partner{ overflow-y: auto !important; -webkit-overflow-scrolling: touch; }

  .card.blog{ overflow-y: auto !important; -webkit-overflow-scrolling: touch; }

  .blog-wrap{ height: auto; padding: 20px 0 28px; }
  .blog-swiper{ overflow: visible !important; align-items: flex-start; }
  .blog-swiper .swiper-slide{ height: auto !important; width: calc(100% - 28px) !important; }
  .blog-page{ max-height: none !important; height: auto !important; }
  .blog-grid{ height: auto !important; grid-template-columns: 1fr !important; gap: 12px; }
  .blog-right{ grid-template-columns: 1fr 1fr !important; gap: 12px; overflow: visible; }
  .blog-card--mini{ min-width: 0; overflow: hidden; }
  .blog-card--big .blog-media img{ height: 200px; border-radius: 16px; }
  .blog-card--mini .blog-media img{ height: 100px; border-radius: 12px; }
  .blog-title{ font-size: 20px; }
  .blog-title.small{ font-size: 13px; line-height: 1.2; }
}

/* ============================================================
   HIDE PAGE TITLE WOODMART
   ============================================================ */
body.flambojan-home-body .wd-page-title,
body.flambojan-home-body .page-title,
body.flambojan-home-body .wd-breadcrumbs{
  display: none !important;
}

/* ============================================================
   TRUSTINDEX
   ============================================================ */
.trustindex-wrap{
  grid-column: 2;
  grid-row: 2;
  width: calc(100% + 50px);
  min-width: 0;
  align-self: center;
  margin-top: -8px;
  margin-right: -50px;
  overflow: hidden;
}

.trustindex-wrap .ti-widget{ margin: 0 !important; }

@media (max-width: 980px){
  .trustindex-wrap{
    grid-column: unset;
    grid-row: unset;
    width: 100%;
    margin: 0;
    overflow: visible;
  }
}

/* ============================================================
   ABOUT SCENE
   ============================================================ */
.scene.about-scene{ height: 200vh; }

.card.about{
  background: var(--aboutBg);
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}

.about-wrap{
  height: 100%;
  padding: 34px 0 28px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.about-top{
  width: calc(100% - 56px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.60);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12em;
  margin-bottom: 34px;
  flex: 0 0 auto;
}

.about-top .line{ height: 1px; flex: 1; background: var(--aboutLine); }

.about-center{
  width: min(880px, calc(100% - 56px));
  margin: 0 auto;
  text-align: center;
  flex: 0 0 auto;
}

.about-quote{
  margin: 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  color: #fff;
}

.about-copy{
  margin: 16px auto 0;
  max-width: 520px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--aboutText);
}

.about-gallery{
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
  min-height: 0;
}

.about-gallery.dragging{ cursor: grabbing; }

.about-gallery-track{
  position: relative;
  width: 100%;
  height: clamp(200px, 28vw, 400px);
}

.about-gallery-item{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 10px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 40px rgba(0,0,0,.40);
  will-change: transform, width, height, opacity;
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    width .45s cubic-bezier(.22,1,.36,1),
    height .45s cubic-bezier(.22,1,.36,1),
    opacity .45s ease,
    border-color .45s ease,
    filter .45s ease;
}

.about-gallery-item.active{ border-color: rgba(255,255,255,.28); }

.about-gallery-item img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.about-gallery::before,
.about-gallery::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 50;
  pointer-events: none;
}

.about-gallery::before{ left: 0; background: linear-gradient(to right, var(--aboutBg) 0%, transparent 100%); }
.about-gallery::after{ right: 0; background: linear-gradient(to left, var(--aboutBg) 0%, transparent 100%); }

/* ============================================================
   VIDEO CATALOG (intro + 3 affiancati)
   ============================================================ */
.catalog-video-wrap{
  width: 100%;
  height: clamp(460px, 78vh, 820px);
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.catalog-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.catalog-video--mobile{ display: none; }

@media (max-width: 991px){
  .catalog-video--desktop{ display: none; }
  .catalog-video--mobile{ display: block; }
}

.catalog-product__videos{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: flex-start;
  height: 100%;
}

.catalog-product__video-item{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog-product__video-item span{
  font-family: "Noto Serif", "Times New Roman", serif;
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  display: block;
}

.catalog-product__video-item span small {
  font-family: "Noto Serif", "Times New Roman", serif;
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 400;
  color: #fff;
  display: block;
  margin-top: 2px;
}

.catalog-product__video-item video{
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 16px;
  background: #111;
  display: block;
}

.video-play-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}

.video-play-wrap video {
  width: 100% !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
  display: block !important;
  background: #111 !important;
  cursor: pointer !important;
  border-radius: 0 !important;
}

.video-play-wrap .catalog-video--mobile {
  display: none !important;
}

@media (max-width: 991px) {
  .video-play-wrap .catalog-video--desktop {
    display: none !important;
  }
  .video-play-wrap .catalog-video--mobile {
    display: block !important;
  }
}

.video-play-btn {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .15s;
  z-index: 10;
  padding: 0;
  box-shadow: none;
  outline: none;
  /* neutralizza tema */
  all: revert;
  all: unset;
  position: absolute !important;
  bottom: 14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  border: none !important;
  background: rgba(0,0,0,.55) !important;
  backdrop-filter: blur(6px) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
  padding: 0 !important;
}

.video-play-btn:hover {
  background: rgba(0,0,0,.78) !important;
  transform: translateX(-50%) scale(1.08) !important;
}

.video-play-btn svg {
  display: block;
  pointer-events: none;
}

/* nasconde il btn quando il video è in play, riappare su hover */
.video-play-wrap.is-playing .video-play-btn {
  opacity: 0 !important;
  transition: opacity .25s ease !important;
}

.video-play-wrap.is-playing:hover .video-play-btn {
  opacity: 1 !important;
}

.video-play-wrap:not(.is-playing) .video-play-btn {
  opacity: 1 !important;
  transition: opacity .25s ease !important;
}

@media (max-width: 980px){
  .catalog-product__videos{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .catalog-product__video-item video{
    aspect-ratio: 16 / 9;
  }
}

/* BLOG @991px */
@media (max-width: 991px){
  .catalog-video-wrap{
    height: clamp(180px, 40vw, 280px);
  }
}

/* ============================================================
   LANDING NAV — solo logo centrato
   ============================================================ */
.nav--landing{
  width: calc(100% - 56px);
  justify-content: center !important;
}

.brand--centered{
  min-width: 0 !important;
  display: flex;
  justify-content: center;
}

.brand--centered .brand__logo{
  width: 240px;
  height: 72px;
}

/* Catalog section label — in alto come le altre sezioni */
.catalog-section-label{
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 3;
  color: rgba(255,255,255,.92);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}

.catalog-section-subtitle{
  white-space: nowrap;
  opacity: .65;
  font-size: 11px;
  letter-spacing: .10em;
}

.catalog-section-line{
  height: 1px;
  flex: 1;
  background: rgba(255,255,255,.35);
}

/* ============================================================
   CATALOG MOBILE — slider con frecce, zero dipendenze
   ============================================================ */
@media (max-width: 991px){

  .scene--catalog{
    height: calc(100svh * 12) !important;
    margin-top: -100vh !important;
    background: var(--aboutBg) !important;
    isolation: isolate !important;
  }

  .scene--catalog .slide{
    background: var(--aboutBg) !important;
  }

  .scene--catalog .slide{
    position: sticky !important;
    top: 0 !important;
    height: 100svh !important;
    overflow: hidden !important;
    z-index: 10 !important;
  }

  .scene--catalog .slide-wrap{
    height: 100svh !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .scene--catalog .catalog-card{
    height: 100svh !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
  }

  /* Track: JS applica width e transform */
  .scene--catalog .catalog-track{
    display: flex !important;
    height: 100% !important;
    transition: transform .35s cubic-bezier(.25,.46,.45,.94) !important;
    will-change: transform !important;
  }

  .scene--catalog .catalog-panel{
    flex-shrink: 0 !important;
    height: 100% !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .catalog-dots{ display: none !important; }

  /* Frecce e dots mobile */
  .catalog-mobile-nav{
    all: unset !important;
    position: absolute !important;
    top: 18px !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    z-index: 20 !important;
    box-sizing: border-box !important;
  }

  .catalog-mobile-arrow{
    all: unset !important;
    box-sizing: border-box !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.18) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    user-select: none !important;
  }

  .catalog-mobile-arrow:active{ background: rgba(255,255,255,.38) !important; }
  .catalog-mobile-arrow:disabled{ opacity: .3 !important; pointer-events: none !important; }

  .catalog-mobile-dots{
    all: unset !important;
    display: flex !important;
    gap: 6px !important;
    align-items: center !important;
  }

  .catalog-mobile-dot{
    width: 6px; height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    transition: background .2s, transform .2s;
  }

  .catalog-mobile-dot.is-active{
    background: #fff;
    transform: scale(1.3);
  }

  /* Layout pannelli in colonna su mobile */
  .catalog-product__body{
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .catalog-intro__body{
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .catalog-product__videos{
    grid-template-columns: 1fr !important;
  }

  .video-play-wrap video,
  .catalog-product__video-item video{
    aspect-ratio: 16 / 9 !important;
  }
}

/* ============================================================
   ABOUT SCENE
   ============================================================ */

.scene.about-scene{ height: 200vh; }

.card.about{
  background: var(--aboutBg);
  color: #fff;
  border-radius: var(--radius);
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  overflow: hidden;
}

.about-wrap{
  height: 100%;
  padding: 34px 0 28px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.about-top{
  width: calc(100% - 56px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.60);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12em;
  margin-bottom: 34px;
  flex: 0 0 auto;
}

.about-top .line{
  height: 1px;
  flex: 1;
  background: var(--aboutLine);
}

.about-center{
  width: min(880px, calc(100% - 56px));
  margin: 0 auto;
  text-align: center;
  flex: 0 0 auto;
}

.about-quote{
  margin: 0;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  color: #fff;
}

.about-copy{
  margin: 16px auto 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--aboutText);
}

/* ============================================================
   ABOUT GALLERY — carousel fisarmonica
   ============================================================ */

.about-gallery{
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
  min-height: 0;
}

.about-gallery.dragging{ cursor: grabbing; }

.about-gallery-track{
  position: relative;
  width: 100%;
  height: clamp(200px, 28vw, 400px);
}

.about-gallery-item{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 10px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 40px rgba(0,0,0,.40);
  will-change: transform, width, height, opacity;
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    width .45s cubic-bezier(.22,1,.36,1),
    height .45s cubic-bezier(.22,1,.36,1),
    opacity .45s ease,
    border-color .45s ease,
    filter .45s ease;
}

.about-gallery-item.active{ border-color: rgba(255,255,255,.28); }

.about-gallery-item img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.about-gallery::before,
.about-gallery::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 50;
  pointer-events: none;
}

.about-gallery::before{
  left: 0;
  background: linear-gradient(to right, var(--aboutBg) 0%, transparent 100%);
}

.about-gallery::after{
  right: 0;
  background: linear-gradient(to left, var(--aboutBg) 0%, transparent 100%);
}

@media (max-width: 980px){
  .about-gallery-track{ height: clamp(160px, 34vw, 280px); }
  .about-gallery-item{ border-width: 8px; border-radius: 18px; }
}

@media (max-width: 640px){
  .about-gallery-track{ height: clamp(140px, 52vw, 240px); }
  .about-gallery-item{ border-width: 6px; border-radius: 14px; }
  .about-gallery::before,
  .about-gallery::after{ width: 32px; }
}

.about-bottom-text {
  width: calc(100% - 56px);
  margin: 32px auto 0;
  flex: 0 0 auto;
}

.about-bottom-title {
  margin: 0 0 18px;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: #fff;
}

.about-bottom-copy {
  margin: 0;
  max-width: 560px;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.6;
  color: var(--aboutText);
}

/* ============================================================
   VIDEO POPUP MOBILE
   ============================================================ */
@media (max-width: 991px){

  /* Nascondi span (titolini) sopra i bottoni su mobile */
  .catalog-product__video-item > span {
    display: none !important;
  }

  /* Nascondi video-play-wrap su mobile nei pannelli prodotto */
  .catalog-product__video-item .video-play-wrap {
    display: none !important;
  }

  /* Bottone video mobile — isolato dal tema */
  .video-mobile-btn {
    all: unset !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    background: rgba(255,255,255,.10) !important;
    border-radius: 18px !important;
    padding: 10px 16px 10px 10px !important;
    color: #fff !important;
    cursor: pointer !important;
    text-align: left !important;
    margin-top: 12px !important;
    -webkit-tap-highlight-color: transparent !important;
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif !important;
  }

  /* Preview thumbnail del video */
  .video-mobile-btn__thumb {
    width: 72px !important;
    height: 72px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    position: relative !important;
    background: rgba(0,0,0,.4) !important;
  }

  .video-mobile-btn__thumb video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    pointer-events: none !important;
  }

  .video-mobile-btn__thumb-play {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0,0,0,.35) !important;
  }

  .video-mobile-btn__labels {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .video-mobile-btn__title {
    display: block !important;
    font-family: "Noto Serif", "Times New Roman", serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .video-mobile-btn__title strong {
    font-weight: 700 !important;
  }

  .video-mobile-btn__sub {
    display: block !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    margin-top: 3px !important;
    opacity: .7 !important;
  }

  .video-mobile-btn__play {
    display: none !important;
  }

  /* Popup overlay */
  .video-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .video-popup-overlay.is-open {
    display: flex;
  }

  .video-popup-inner {
    position: relative;
    width: 100%;
    max-width: 420px;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
  }

  .video-popup-inner video {
    width: 100% !important;
    display: block !important;
    max-height: 80svh;
    object-fit: contain;
  }

  .video-popup-close {
    all: unset !important;
    box-sizing: border-box !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,.7) !important;
    color: #fff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
    border: 1.5px solid rgba(255,255,255,.4) !important;
  }
}

/* Desktop: nascondi bottoni mobile */
@media (min-width: 992px){
  .video-mobile-btn { display: none !important; }
  .video-popup-overlay { display: none !important; }
}

/* ============================================================
   ACCORDION CARATTERISTICHE — solo mobile
   ============================================================ */
@media (max-width: 991px){

  .features-accordion-btn {
    all: unset !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 10px 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: pointer !important;
    background: transparent !important;
  }

  .features-accordion-btn:hover,
  .features-accordion-btn:focus,
  .features-accordion-btn:active {
    background: transparent !important;
    outline: none !important;
  }

  /* Nasconde sempre "Caratteristiche principali:" nel body accordion */
  .features-accordion-body .catalog-product__features p:first-child {
    display: none !important;
  }

  .features-accordion-btn__icon {
    font-style: normal !important;
    font-size: 18px !important;
    transition: transform .25s ease !important;
    flex-shrink: 0 !important;
  }

  .features-accordion-btn.is-open .features-accordion-btn__icon {
    transform: rotate(45deg) !important;
  }

  .features-accordion-body {
    overflow: hidden !important;
    max-height: 0 !important;
    transition: max-height .3s ease !important;
    background: transparent !important;
  }

  .features-accordion-body.is-open {
    max-height: 400px !important;
    background: transparent !important;
  }

  .features-accordion-body .catalog-product__features p {
    margin: 8px 0 0 !important;
    font-size: 13px !important;
    color: #fff !important;
    background: transparent !important;
  }

  /* Padding tra accordion title e testo */
  .features-accordion-body.is-open {
    padding-top: 10px !important;
  }

  .video-mobile-btn__thumb-play {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0,0,0,.25) !important;
  }

  .video-mobile-btn__thumb-play svg {
    background: rgba(0,0,0,.55) !important;
    border-radius: 50% !important;
    padding: 8px !important;
    width: 36px !important;
    height: 36px !important;
    box-sizing: content-box !important;
  }
}

@media (min-width: 992px){
  .features-accordion-btn { display: none !important; }
  .features-accordion-body { max-height: none !important; overflow: visible !important; }
}

/* Fix: copre la partner che si vede attraverso il border-radius della sezione fedi */
.scene--partner + .scene .slide-wrap {
  background: #000;
}
