/* GLAM EMOZIONI V830 - galleria foto animate, no JS */
.gt830-emozioni{
  margin: clamp(44px,7vw,86px) auto;
  padding: clamp(34px,5vw,64px) 0;
  overflow: hidden;
  background: linear-gradient(180deg,#fffaf2 0%,#ffffff 100%);
}
.gt830-emozioni__inner{
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}
.gt830-emozioni__head{
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin-bottom: 24px;
}
.gt830-emozioni__kicker{
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(16,65,48,.08);
  color: #174532 !important;
  -webkit-text-fill-color: #174532 !important;
  font: 800 .78rem/1.1 Montserrat,Arial,sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gt830-emozioni__title{
  margin: 0;
  color: #152b23 !important;
  -webkit-text-fill-color: #152b23 !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem,4.5vw,4.25rem);
  line-height: .96;
  letter-spacing: -.035em;
}
.gt830-emozioni__text{
  max-width: 720px;
  margin: 0;
  color: #3b5148 !important;
  -webkit-text-fill-color: #3b5148 !important;
  font: 500 1.02rem/1.7 Montserrat,Arial,sans-serif;
}
.gt830-emozioni__rail{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 0 18px;
  -webkit-overflow-scrolling: touch;
}
.gt830-emozioni__rail::-webkit-scrollbar{height:8px}
.gt830-emozioni__rail::-webkit-scrollbar-thumb{background:rgba(20,50,40,.24);border-radius:20px}
.gt830-emozioni__card{
  flex: 0 0 clamp(230px,28vw,360px);
  height: clamp(330px,44vw,480px);
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 24px 58px rgba(17,36,30,.18);
  background: #142820;
  isolation: isolate;
  animation: gt830-float 8s ease-in-out infinite;
}
.gt830-emozioni__card:nth-child(2n){animation-delay:-2.5s}
.gt830-emozioni__card:nth-child(3n){animation-delay:-4.2s}
.gt830-emozioni__card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
  animation: gt830-kenburns 13s ease-in-out infinite alternate;
}
.gt830-emozioni__card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg,rgba(0,0,0,.04) 10%,rgba(0,0,0,.08) 45%,rgba(0,0,0,.62) 100%);
  z-index:1;
}
.gt830-emozioni__caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow:0 8px 20px rgba(0,0,0,.55);
  font: 800 .95rem/1.3 Montserrat,Arial,sans-serif;
  letter-spacing:.02em;
}
@keyframes gt830-float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}
@keyframes gt830-kenburns{
  from{transform:scale(1.04) translate3d(0,0,0)}
  to{transform:scale(1.12) translate3d(-2.5%,1.5%,0)}
}
@media (prefers-reduced-motion: reduce){
  .gt830-emozioni__card,.gt830-emozioni__card img{animation:none!important}
}
@media(max-width:720px){
  .gt830-emozioni{margin:36px auto;padding:36px 0}
  .gt830-emozioni__inner{width:min(100% - 24px,1180px)}
  .gt830-emozioni__rail{gap:14px}
  .gt830-emozioni__card{flex-basis:78vw;height:420px;border-radius:24px}
}
