/* =========================================================
   VIPSTAND — Home v2 (pagina vetrina Sitiamo)
   Sistema visivo: nero caldo · avorio · oro
   Type: ArianLT Bold (titoli) + Montserrat (accenti) + Barlow (UI/corpo)
   Font/immagini serviti da assets/uploads-2.0/ (cartella caricata 1:1 dal
   progetto Claude Design). Tutto scopato sotto body.sitiamo-page--home,
   eccetto :root / @font-face / @keyframes (regola CLAUDE.md).
   ========================================================= */

@font-face{
  font-family:"ArianLT";
  src:url("../../uploads-2.0/ArianLT-Bold.ttf") format("truetype");
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}

:root{
  --bg:        #0b0a09;
  --bg-2:      #131211;
  --bg-3:      #1a1815;
  --ivory:     #ffffff;
  --ivory-72:  rgba(255,255,255,.72);
  --ivory-50:  rgba(255,255,255,.5);
  --ivory-34:  rgba(255,255,255,.34);
  --ivory-18:  rgba(255,255,255,.18);
  --gold:      #c9a24e;
  --gold-bright:#e6c680;
  --gold-deep: #a37c2f;
  --hairline:  rgba(255,255,255,.12);
  --hairline-2:rgba(255,255,255,.07);
  --gold-grad: linear-gradient(135deg,#a37c2f 0%,#e6c680 48%,#c9a24e 100%);

  --serif: "ArianLT", "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --sans:  "Barlow", "Helvetica Neue", Arial, sans-serif;

  --gutter: 24px;
  --maxw: 1320px;
  --sec-py: 96px;
}

/* ---------- Reset & base ---------- */
body.sitiamo-page--home *{box-sizing:border-box;}
body.sitiamo-page--home{
  margin:0;
  background:var(--bg);
  color:var(--ivory);
  font-family:var(--sans);
  font-weight:400;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
body.sitiamo-page--home img{max-width:100%;display:block;}
body.sitiamo-page--home a{color:var(--gold);text-decoration:none;transition:color .35s ease;}
body.sitiamo-page--home a:hover{color:var(--gold-bright);}
body.sitiamo-page--home h1,
body.sitiamo-page--home h2,
body.sitiamo-page--home h3,
body.sitiamo-page--home h4{margin:0;font-family:var(--serif);font-weight:700;text-transform:uppercase;letter-spacing:-.01em;}
body.sitiamo-page--home h1{font-size:40px;line-height:1.05;}
body.sitiamo-page--home h2{font-size:40px;line-height:1.08;}
body.sitiamo-page--home h3{font-size:40px;line-height:1.1;}
body.sitiamo-page--home h4{font-size:40px;line-height:1.1;}
body.sitiamo-page--home p{margin:0;font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;font-size:15px;font-weight:500;line-height:1.65;}
body.sitiamo-page--home ::selection{background:rgba(201,162,78,.28);color:var(--ivory);}
body.sitiamo-page--home .gold-text{color:var(--gold);}

/* ---------- Custom cursor (creato in JS) ---------- */
body.sitiamo-page--home .cursor-dot,
body.sitiamo-page--home .cursor-ring{
  position:fixed;top:0;left:0;
  pointer-events:none;
  z-index:9999;
  border-radius:50%;
  mix-blend-mode:difference;
}
body.sitiamo-page--home .cursor-dot{
  width:6px;height:6px;margin:-3px 0 0 -3px;
  background:var(--gold-bright);
}
body.sitiamo-page--home .cursor-ring{
  width:38px;height:38px;margin:-19px 0 0 -19px;
  border:1px solid rgba(230,198,128,.6);
  transition:width .3s ease,height .3s ease,margin .3s ease,background .3s ease,border-color .3s ease;
}
body.sitiamo-page--home .cursor-ring.is-active{
  width:66px;height:66px;margin:-33px 0 0 -33px;
  background:rgba(230,198,128,.1);
  border-color:rgba(230,198,128,.9);
}
body.sitiamo-page--home .cursor-ring .cursor-label{
  font-family:var(--sans);font-size:10px;letter-spacing:.18em;
  text-transform:uppercase;color:var(--gold-bright);
  opacity:0;transition:opacity .25s ease;white-space:nowrap;
  display:flex;align-items:center;justify-content:center;
  width:100%;height:100%;
}
body.sitiamo-page--home .cursor-ring.is-active .cursor-label{opacity:1;}
body.sitiamo-page--home.has-custom-cursor{cursor:none;}
body.sitiamo-page--home.has-custom-cursor a,
body.sitiamo-page--home.has-custom-cursor button{cursor:none;}

/* =========================================================
   HERO — scroll-scrub cinematografico
   ========================================================= */
body.sitiamo-page--home #heroSection{
  position:relative;
  background:#000000;
}
body.sitiamo-page--home #heroStage{
  position:relative;
}
body.sitiamo-page--home #heroCover{
  position:relative;
  height:100svh;
  overflow:hidden;
  background:#000000;
}
body.sitiamo-page--home #heroVideoFrame{
  position:absolute;inset:0;z-index:1;
  width:100%;height:100%;
  overflow:hidden;
  background:#000000;
  box-shadow:0 40px 90px -40px rgba(0,0,0,.85);
  will-change:transform,width,height;
}
body.sitiamo-page--home #heroVideo{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
}
body.sitiamo-page--home #heroFrameShade{
  position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    radial-gradient(70% 55% at 50% 48%,rgba(11,10,9,.72) 0%,rgba(11,10,9,.35) 45%,rgba(11,10,9,0) 72%),
    linear-gradient(to bottom,rgba(11,10,9,.4) 0%,rgba(11,10,9,0) 30%,rgba(11,10,9,0) 65%,rgba(11,10,9,.55) 100%);
}
body.sitiamo-page--home #heroReveal{
  position:absolute;inset:0;z-index:2;
  background:#000000;opacity:0;pointer-events:none;
}
body.sitiamo-page--home #heroCenter{
  position:absolute;inset:0;z-index:3;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  text-align:center;
  padding:0 var(--gutter);
}
body.sitiamo-page--home #heroTitle{
  letter-spacing:-.02em;
  color:var(--gold);
}
body.sitiamo-page--home #heroTitle .gold-text{color:var(--ivory);}
body.sitiamo-page--home #heroClaims{
  position:relative;z-index:2;
  max-width:var(--maxw);
  margin:0 auto;
  padding:clamp(72px,12vh,120px) var(--gutter);
}
body.sitiamo-page--home .hero-claim{max-width:none;}
body.sitiamo-page--home .hero-claim + .hero-claim{margin-top:48px;}
body.sitiamo-page--home .hero-claim h2{
  letter-spacing:-.02em;
}
body.sitiamo-page--home .hero-claim p{
  margin-top:20px;max-width:none;
  color:var(--ivory-72);
}
body.sitiamo-page--home #heroScrollCue{
  position:absolute;
  right:var(--gutter);
  bottom:clamp(26px,5vh,54px);
  z-index:4;
  display:none;
  align-items:center;
  gap:14px;
  writing-mode:vertical-rl;
  font-size:10px;letter-spacing:.3em;text-transform:uppercase;
  color:var(--ivory-50);
}
body.sitiamo-page--home #heroScrollCue .cue-line{
  width:1px;height:64px;background:var(--hairline);position:relative;overflow:hidden;
}
body.sitiamo-page--home #heroScrollCue .cue-line::after{
  content:"";position:absolute;left:0;top:0;width:100%;height:40%;
  background:var(--gold);
  animation:cueMove 2.4s cubic-bezier(.7,0,.3,1) infinite;
}
@keyframes cueMove{0%{transform:translateY(-100%);}100%{transform:translateY(250%);}}

/* =========================================================
   HERO LEAD (blocco sinistro dopo lo shrink del video)
   ========================================================= */
body.sitiamo-page--home #heroLead{max-width:none;}
body.sitiamo-page--home .hero-lead__title{
  font-family:var(--serif);font-weight:700;text-transform:uppercase;
  font-size:40px;line-height:1.05;letter-spacing:-.01em;
  color:var(--gold);
}
body.sitiamo-page--home .hero-lead__title .gold-text{color:var(--ivory);}
body.sitiamo-page--home .hero-lead__text{
  margin-top:20px;color:var(--ivory-72);
  font-size:15px;line-height:1.6;max-width:34ch;
}
body.sitiamo-page--home .hero-lead__tag{
  display:block;margin-top:16px;color:var(--gold);
  font-family:var(--sans);font-weight:500;font-size:14px;letter-spacing:.12em;
  text-transform:uppercase;
}
body.sitiamo-page--home .hero-lead__tag-word{display:inline-block;}
body.sitiamo-page--home .hero-lead__tag-cursor{
  display:inline-block;width:1px;height:.9em;margin-left:2px;
  background:var(--gold);vertical-align:-.1em;
  animation:heroTagBlink 1s step-end infinite;
}
@keyframes heroTagBlink{0%,50%{opacity:1;}50.01%,100%{opacity:0;}}
body.sitiamo-page--home .hero-lead__stats{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:26px 40px;align-items:start;text-align:center;
  z-index:2;
}
body.sitiamo-page--home .hstat{display:flex;flex-direction:column;align-items:center;}
body.sitiamo-page--home .hstat__num{
  display:flex;align-items:baseline;justify-content:center;gap:.04em;
  font-family:var(--serif);font-weight:700;font-style:normal;color:var(--gold);
  font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.5;padding-top:.18em;overflow:visible;
}
body.sitiamo-page--home .hstat__num i{font-style:normal;}
body.sitiamo-page--home .hstat__num b{font-weight:700;}
body.sitiamo-page--home .hstat__lbl{
  display:block;margin-top:10px;color:var(--ivory);
  font-family:var(--sans);font-weight:700;font-size:13px;letter-spacing:.1em;
  text-transform:uppercase;line-height:1.4;
}
body.sitiamo-page--home .hstat__lbl span{font-weight:600;color:var(--gold-bright);}

/* =========================================================
   EDITORIAL SECTIONS — full-bleed
   ========================================================= */
body.sitiamo-page--home .editorial{
  position:relative;
  width:100%;
  min-height:clamp(560px,88vh,880px);
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#000;
}
body.sitiamo-page--home .editorial__bg{
  position:absolute;inset:0;z-index:0;
  width:100%;height:100%;
  object-fit:cover;object-position:center;
}
body.sitiamo-page--home .editorial__overlay{position:absolute;inset:0;z-index:1;}
body.sitiamo-page--home .editorial__overlay--left{
  background:
    linear-gradient(90deg,rgba(6,6,6,.94) 0%,rgba(6,6,6,.78) 30%,rgba(6,6,6,.4) 58%,rgba(6,6,6,.12) 100%),
    linear-gradient(0deg,rgba(6,6,6,.55),rgba(6,6,6,.08) 55%);
}
body.sitiamo-page--home .editorial__overlay--right{
  background:
    linear-gradient(270deg,rgba(6,6,6,.94) 0%,rgba(6,6,6,.78) 30%,rgba(6,6,6,.4) 58%,rgba(6,6,6,.12) 100%),
    linear-gradient(0deg,rgba(6,6,6,.55),rgba(6,6,6,.08) 55%);
}
body.sitiamo-page--home .editorial__content{
  position:relative;z-index:2;
  width:100%;
  padding:0 clamp(24px,6vw,112px);
}
body.sitiamo-page--home .editorial__content--right{display:flex;justify-content:flex-end;}
body.sitiamo-page--home .editorial__box{max-width:600px;}
body.sitiamo-page--home .editorial__box--wide{max-width:760px;}
body.sitiamo-page--home .editorial__box--right{max-width:600px;text-align:right;}
body.sitiamo-page--home .editorial__box--wide.editorial__box--right{max-width:760px;}
body.sitiamo-page--home .editorial__title{
  font-family:var(--serif);font-weight:700;
  text-transform:uppercase;letter-spacing:-.01em;line-height:1.05;
  font-size:40px;
  color:#fff;
}
body.sitiamo-page--home .editorial--left .editorial__title span,
body.sitiamo-page--home .editorial--right .editorial__title span{display:block;}
body.sitiamo-page--home .editorial__title .gold-text{color:var(--gold);}
body.sitiamo-page--home .editorial__rule{
  display:block;width:66px;height:2px;background:var(--gold);
  margin:22px 0;transform-origin:left center;
}
body.sitiamo-page--home .editorial__rule--right{margin-left:auto;transform-origin:right center;}
body.sitiamo-page--home .editorial__text{
  margin-top:22px;max-width:56ch;
  color:rgba(255,255,255,.78);
  font-size:15px;line-height:1.62;letter-spacing:.03em;
}
body.sitiamo-page--home .editorial__box--right .editorial__text{margin-left:auto;color:rgba(255,255,255,.72);}

/* =========================================================
   BRANDS WALL (marquee loghi)
   ========================================================= */
body.sitiamo-page--home .brands{
  background:#ffffff;color:#1a1408;
  padding:clamp(28px,4vh,52px) 0;
}
body.sitiamo-page--home .brands__head{text-align:center;padding:0 24px;margin-bottom:clamp(38px,5vh,64px);}
body.sitiamo-page--home .brands__head h2{color:#141210;}
body.sitiamo-page--home .brands__head p{margin-top:12px;color:#141210;font-size:19px;}

/* =========================================================
   HEADER (condiviso — copiato identico su ogni pagina vetrina)
   ========================================================= */
body.sitiamo-page--home #siteHeader{
  position:fixed;top:0;left:0;width:100%;z-index:1000;
  transition:background .4s ease,backdrop-filter .4s ease,border-color .4s ease,padding .4s ease;
  border-bottom:1px solid transparent;
}
body.sitiamo-page--home .header__inner{
  display:flex;align-items:center;gap:28px;
  padding:18px clamp(20px,4vw,56px);
  transition:padding .4s ease;
}
body.sitiamo-page--home #siteHeader.is-scrolled{
  background:rgba(10,9,8,.72);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom-color:var(--hairline);
}
body.sitiamo-page--home #siteHeader.is-scrolled .header__inner{padding-top:12px;padding-bottom:12px;}
body.sitiamo-page--home .header__logo{display:block;flex:0 0 auto;line-height:0;}
body.sitiamo-page--home .header__logo img{height:clamp(34px,3.4vw,46px);width:auto;display:block;}
body.sitiamo-page--home .header__nav{display:flex;align-items:center;gap:clamp(18px,2vw,34px);margin-left:clamp(24px,4vw,64px);}
body.sitiamo-page--home .header__nav a{
  font-family:var(--sans);font-weight:500;font-size:13px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ivory);
  position:relative;padding:6px 0;transition:color .3s ease;
}
body.sitiamo-page--home .header__nav a::after{
  content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;
  background:var(--gold);transform:scaleX(0);transform-origin:left center;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
body.sitiamo-page--home .header__nav a:hover{color:var(--gold-bright);}
body.sitiamo-page--home .header__nav a:hover::after{transform:scaleX(1);}
body.sitiamo-page--home .header__lang--desktop{margin-left:auto;display:flex;align-items:center;}
body.sitiamo-page--home .header__cta{
  flex:0 0 auto;
  font-family:var(--sans);font-weight:500;font-size:13px;letter-spacing:.1em;
  color:var(--gold-bright);
  border:1px solid var(--gold);border-radius:4px;
  padding:13px 26px;transition:background .35s ease,color .35s ease;
}
body.sitiamo-page--home .header__cta:hover{background:var(--gold);color:#181206;}
body.sitiamo-page--home .header__burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px;margin-left:auto;}
body.sitiamo-page--home .header__burger span{display:block;width:24px;height:2px;background:var(--ivory);transition:transform .3s ease,opacity .3s ease;}
body.sitiamo-page--home #siteHeader.menu-open .header__burger span:nth-child(1){transform:translateY(7px) rotate(45deg);}
body.sitiamo-page--home #siteHeader.menu-open .header__burger span:nth-child(2){opacity:0;}
body.sitiamo-page--home #siteHeader.menu-open .header__burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* =========================================================
   FOOTER (condiviso — copiato identico su ogni pagina vetrina)
   ========================================================= */
body.sitiamo-page--home #siteFooter{background:#0a0908;color:var(--ivory);padding:clamp(56px,8vh,84px) 0 40px;}
body.sitiamo-page--home .footer__inner{
  width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(24px,5vw,72px);
  display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1.4fr;gap:clamp(32px,4vw,64px);
}
body.sitiamo-page--home .footer__logo{display:block;line-height:0;margin-bottom:22px;}
body.sitiamo-page--home .footer__logo img{height:40px;width:auto;}
body.sitiamo-page--home .footer__tagline{color:var(--ivory-72);font-size:15px;line-height:1.6;}
body.sitiamo-page--home .footer__social{display:flex;gap:12px;margin-top:26px;}
body.sitiamo-page--home .footer__social a{
  width:42px;height:42px;border-radius:50%;border:1px solid var(--hairline);
  display:flex;align-items:center;justify-content:center;color:var(--ivory);
  transition:border-color .3s ease,color .3s ease,transform .3s ease;
}
body.sitiamo-page--home .footer__social a:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px);}
body.sitiamo-page--home .footer__copy{margin-top:34px;display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--ivory-50);}
body.sitiamo-page--home .footer__copy span:first-child{color:var(--ivory);font-weight:600;}
body.sitiamo-page--home .footer__legal a{color:var(--ivory-72);text-decoration:underline;text-underline-offset:3px;}
body.sitiamo-page--home .footer__legal a:hover{color:var(--gold-bright);}
body.sitiamo-page--home .footer__h{
  font-family:var(--sans);font-weight:600;font-size:13px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gold);margin-bottom:22px;
}
body.sitiamo-page--home .footer__col--wide .footer__h:nth-of-type(2){margin-top:30px;}
body.sitiamo-page--home .footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}
body.sitiamo-page--home .footer__col ul a{color:var(--ivory);font-size:14px;letter-spacing:.04em;transition:color .3s ease;}
body.sitiamo-page--home .footer__col ul a:hover{color:var(--gold-bright);}
body.sitiamo-page--home .footer__addr{color:var(--ivory);font-size:15px;line-height:1.6;}

/* =========================================================
   MARQUEE LOGHI (brand) — condiviso
   ========================================================= */
body.sitiamo-page--home .fairs__rows{display:flex;flex-direction:column;gap:clamp(22px,3.5vh,44px);}
body.sitiamo-page--home .fairs__row{
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
}
body.sitiamo-page--home .fairs__track{
  display:flex;align-items:center;
  gap:clamp(38px,5vw,84px);
  width:max-content;
  will-change:transform;
}
body.sitiamo-page--home .fair-logo{flex:0 0 auto;display:flex;align-items:center;justify-content:center;
  width:clamp(120px,13vw,180px);height:clamp(56px,6vw,84px);}
body.sitiamo-page--home .fair-logo img{
  max-width:100%;max-height:100%;width:auto;height:auto;display:block;
  object-fit:contain;
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}
body.sitiamo-page--home .fair-logo:hover img{transform:scale(1.06);}
body.sitiamo-page--home .fairs__row.is-marquee .fairs__track{animation:fairsScrollA var(--fairs-dur,46s) linear infinite;}
body.sitiamo-page--home .fairs__row.is-marquee.fairs__row--rev .fairs__track{animation-name:fairsScrollB;}
body.sitiamo-page--home .fairs__row.is-marquee:hover .fairs__track{animation-play-state:paused;}
@keyframes fairsScrollA{from{transform:translate3d(0,0,0);}to{transform:translate3d(-50%,0,0);}}
@keyframes fairsScrollB{from{transform:translate3d(-50%,0,0);}to{transform:translate3d(0,0,0);}}

/* =========================================================
   RESPONSIVE — mobile (< 768px)
   ========================================================= */
@media (max-width:767px){
  body.sitiamo-page--home #heroCenter{padding:0 24px;}
  body.sitiamo-page--home #heroTitle{font-size:36px;line-height:1.04;}
  body.sitiamo-page--home #heroClaims{padding:52px var(--gutter) 4px;max-width:none;}
  body.sitiamo-page--home .hero-claim{max-width:34ch;}
  body.sitiamo-page--home .hero-claim + .hero-claim{margin-top:42px;}
  body.sitiamo-page--home .hero-claim h2,
  body.sitiamo-page--home .editorial__title,
  body.sitiamo-page--home .brands__head h2{font-size:30px;}
  body.sitiamo-page--home .hero-claim p{margin-top:16px;}
  body.sitiamo-page--home .hero-lead__stats{grid-template-columns:1fr 1fr;gap:22px 18px;}
  body.sitiamo-page--home .hstat__num{font-size:clamp(1.6rem,7vw,2.1rem);}
  body.sitiamo-page--home .hstat__lbl{font-size:11px;}
  body.sitiamo-page--home .editorial{min-height:clamp(480px,80vh,680px);}
  body.sitiamo-page--home .editorial__overlay--left,
  body.sitiamo-page--home .editorial__overlay--right{background:linear-gradient(0deg,rgba(6,6,6,.9) 0%,rgba(6,6,6,.55) 55%,rgba(6,6,6,.3) 100%);}
  body.sitiamo-page--home .editorial__box--right{text-align:left;}
  body.sitiamo-page--home .editorial__box--right .editorial__text{margin-left:0;}
  body.sitiamo-page--home .editorial__rule--right{margin-left:0;transform-origin:left center;}
}

/* =========================================================
   RESPONSIVE — 768px
   ========================================================= */
@media (min-width:768px){
  :root{--gutter:40px;--sec-py:120px;}
  body.sitiamo-page--home #heroScrollCue{display:flex;}
}
@media (max-width:1100px){
  body.sitiamo-page--home .footer__inner{grid-template-columns:1fr 1fr;gap:40px;}
  body.sitiamo-page--home .footer__brand{grid-column:1 / -1;}
}
@media (max-width:900px){
  body.sitiamo-page--home .header__nav,
  body.sitiamo-page--home .header__cta,
  body.sitiamo-page--home .header__lang--desktop{display:none;}
  body.sitiamo-page--home .header__burger{display:flex;}
  body.sitiamo-page--home #siteHeader.menu-open{background:rgba(10,9,8,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);}
  body.sitiamo-page--home #siteHeader.menu-open .header__nav{
    display:flex;position:absolute;top:100%;left:0;width:100%;
    background:rgba(10,9,8,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
    flex-direction:column;align-items:flex-start;gap:0;margin:0;
    padding:8px clamp(20px,4vw,56px) 20px;
  }
  body.sitiamo-page--home #siteHeader.menu-open .header__nav a{width:100%;padding:14px 0;border-bottom:1px solid var(--hairline-2);}
  body.sitiamo-page--home #siteHeader.menu-open .header__lang--mobile{display:block;margin-top:12px;}
}
@media (max-width:640px){
  body.sitiamo-page--home .footer__inner{grid-template-columns:1fr;}
  body.sitiamo-page--home .footer__col--pages{display:none;}
  body.sitiamo-page--home .footer__inner{gap:32px;}
  body.sitiamo-page--home #siteFooter{padding-top:44px;}
}

/* =========================================================
   RESPONSIVE — 1200px
   ========================================================= */
@media (min-width:1200px){
  :root{--gutter:56px;--sec-py:150px;}
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion:reduce){
  body.sitiamo-page--home #heroScrollCue .cue-line::after{animation:none;}
  body.sitiamo-page--home .fairs__row.is-marquee .fairs__track{animation:none;}
  body.sitiamo-page--home *{scroll-behavior:auto !important;}
}

/* Selettore lingua GTranslate: istanza desktop accanto al CTA, istanza mobile dentro il menu a tendina (nascosta finche' il menu non e' aperto). */
body.sitiamo-page--home .header__lang--mobile{display:none;}
