/* ========================================================================== */
/* kto.less                                                              */
/* file less con tutte leclassi custom del tema
/* ========================================================================== */
/* Palette primaria */
/* Palette secondaria */
/* Parametri globali schede prodotto shortcode */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333333;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 500;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  letter-spacing: -0.02em;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1rem 0 2rem;
  background-color: #FAFAFA;
  padding: 1.5rem;
  border-left: 5px solid #49E54A;
  border-radius: 5px;
  font-weight: 600;
}
blockquote p {
  margin: 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  background-image: url('../images/sfondo-leggero.png');
  background-size: auto auto;
  background-position: center center;
  background-repeat: repeat;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ul li {
  margin: 0.76rem 0;
}
ul li::marker {
  color: #ED1C24;
  font-size: 1.2rem;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #ED1C24;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:visited {
  color: #ED1C24;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #FF6200;
}
a:focus {
  outline: thin dotted;
  text-decoration: none;
  color: #ED1C24;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/**
 * Render the `main` element 
 */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.block {
  display: block !important;
  overflow: hidden;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centered-text {
  text-align: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blocco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
.blocco.div80 {
  width: 80%;
}
.blocco.div70 {
  width: 70%;
}
@media (max-width: 1280px) {
  .blocco {
    width: 95%;
  }
  .blocco.div80 {
    width: 95%;
  }
  .blocco.div70 {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .blocco {
    width: 96%;
  }
  .blocco.div80 {
    width: 96%;
  }
  .blocco.div70 {
    width: 96%;
  }
}
/*--------------------------------------------------------------
# classi di utilità
--------------------------------------------------------------*/
.keramique {
  font-family: 'keramiquescript', serif !important;
  font-weight: normal !important;
  letter-spacing: 0.02em !important;
}
.keramique-obliquo {
  font-family: 'keramiquescript', serif !important;
  font-weight: normal !important;
  letter-spacing: 0.02em !important;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.div20 {
  width: 19.5%;
}
.div30 {
  width: 29.5%;
}
.div40 {
  width: 39.5%;
}
.div50 {
  width: 49.5%;
}
.div60 {
  width: 59.5%;
}
.div70 {
  width: 69.5%;
}
.div80 {
  width: 79.5%;
}
.div90 {
  width: 89.5%;
}
.div100 {
  width: 100%;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.ptb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 700;
}
.fw900 {
  font-weight: 700;
}
.dx {
  text-align: right;
}
.cx {
  text-align: center;
}
.sx {
  text-align: left;
}
.verde {
  color: #49E54A !important;
}
.verdescuro {
  color: #177A00 !important;
}
.fucsia {
  color: #c90276 !important;
}
.rosso {
  color: #ED1C24 !important;
}
.azzurro {
  color: #09d3f6 !important;
}
.bianco {
  color: #fff !important;
}
/* -------------------------------------------------------------------------- */
/* Header
/* -------------------------------------------------------------------------- */
/*
 * Header con logo "sospeso":
 * abilita la fuoriuscita del logo verso la sezione successiva
 * per ottenere la sovrapposizione visiva desiderata.
 */
#masthead {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 130px;
  -webkit-box-shadow: 0px 8px 20px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 20px 11px rgba(0, 0, 0, 0.1);
}
#masthead .barretta-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0px 0;
  background-color: black;
  min-height: 35px;
  color: white;
  font-weight: 500;
  font-size: 0.8rem;
}
#masthead .barretta-top a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 4px 10px;
  border-radius: 5px;
}
#masthead .barretta-top a:hover {
  background-color: #ED1C24;
  color: white;
}
#masthead .barra-top {
  margin: 0;
  padding: 0px 0;
  background-color: transparent;
  min-height: 35px;
  color: #333333;
}
#masthead .barra-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 0px;
}
#masthead .barra-menu .blocco {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 50px;
}
.logo {
  display: block;
  width: 180px;
  height: auto;
  margin: 0;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 31;
  -webkit-transform: none;
          transform: none;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
/*
 * Variante grafica del logo:
 * cerchio bianco, dimensione ridotta del 20% rispetto ai 160px originali
 * e traslazione verso il basso per sovrapporre parzialmente la sezione successiva.
 */
.logo.logo-cerchio-bianco {
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  margin: 0;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 31;
  -webkit-transform: none;
          transform: none;
}
.logo.logo-cerchio-bianco img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*
 * Su mobile l'overlap è ridotto per evitare che il logo copra eccessivamente
 * il contenuto della sezione che inizia subito sotto l'header.
 */
@media (max-width: 900px) {
  #masthead.header-logo-sospeso .barra-menu {
    padding-bottom: 20px;
  }
  #masthead.header-logo-sospeso .barra-menu .blocco {
    min-height: 56px;
  }
  .logo.logo-cerchio-bianco {
    width: 105px;
    height: 105px;
    padding: 10px;
    bottom: -40px;
  }
}
.bottone {
  display: inline-block;
  padding: 5px 25px;
  background-color: #49E54A;
  color: white;
  border-radius: 10px;
  font-weight: 400;
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottone:visited {
  color: black;
  text-decoration: none;
}
.bottone:hover {
  background-color: #19af1a;
  color: white;
  text-decoration: none;
}
/* Navigation — Menu Desktop
--------------------------------------------- */
/* Nasconde il vecchio bottone toggle del boilerplate (non più usato) */
.menu-toggle {
  display: none !important;
}
.main-navigation {
  display: block;
  width: auto;
  margin: 0px;
}
/* Su mobile (< 900px) il menu desktop è celato */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin: 0;
}
.main-navigation li.current_page_item a {
  color: black;
  background-color: transparent;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  color: #4D4D4D;
  font-size: 1rem;
  padding: 20px 18px 25px 18px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  border-radius: 0px;
  letter-spacing: -0.01em;
  margin: 15px 0 0 0;
}
.main-navigation a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 100%;
  height: 60%;
  background-color: #ED1C24;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-radius: 5px;
  /* Un tocco più morbido */
}
.main-navigation a:hover {
  color: white;
}
.main-navigation a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
/* Desktop (>= 900px): mostra il menu orizzontale, nasconde il burger */
@media screen and (min-width: 900px) {
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* Il burger è esclusivamente mobile: nessuna traccia su desktop */
  #burger-menu {
    display: none !important;
  }
}
#menu-menu-footer-1 a:hover {
  background-color: transparent;
  color: #ED1C24;
}
#menu-menu-footer-1 .current_page_item a {
  color: white;
  background-color: transparent;
}
#menu-menu-footer-1 .current_page_item a:hover {
  color: #ED1C24;
  background-color: transparent;
}
aside .menu-menu-footer-container ul {
  list-style: none;
  padding-left: 0;
  /* Bullet */
  /* Hover: cambia colore */
}
aside .menu-menu-footer-container ul li {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
aside .menu-menu-footer-container ul li a {
  text-decoration: none;
  color: #177A00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
aside .menu-menu-footer-container ul li a:hover {
  background-color: transparent;
  color: #49E54A;
}
aside .menu-menu-footer-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  /* SVG inline (cerchio nero + chevron bianco) */
  background-image: url("data:image/svg+xml;utf8,\
                <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
                    <circle cx='12' cy='12' r='12' fill='%23177A00'/>\
                    <path d='M9 6l6 6-6 6' transform='translate(1,0)' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
                </svg>");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
aside .menu-menu-footer-container ul li:hover::before {
  background-image: url("data:image/svg+xml;utf8,\
                <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
                <circle cx='12' cy='12' r='12' fill='%2349E54A'/>\
                <path d='M9 6l6 6-6 6' transform='translate(1,0)' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
            </svg>");
}
/* ============================================================
   Burger Menu Button (visibile solo sotto i 900px)
   ============================================================ */
#burger-menu {
  /* Layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  /* Dimensioni e aspetto */
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  /* Sopra il logo cerchio (z-index 31) per tap affidabile su viewport stretti */
  position: relative;
  z-index: 32;
  /* Assicura che il flex-row della barra-top non lo schiacci */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  /* Le tre linee del burger */
  /* --- Animazione burger → X quando il menu è aperto --- */
  /* Lo stato "aperto" viene gestito aggiungendo la classe .menu-aperto al <body> */
}
#burger-menu .burger-linea {
  display: block;
  width: 25px;
  height: 3px;
  /* Contrasto su header bianco (#masthead): bianco era invisibile */
  background-color: #4D4D4D;
  border-radius: 3px;
  /* Transizioni per l'animazione in X */
  -webkit-transition: opacity 0.25s ease, width 0.25s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.25s ease, width 0.25s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, width 0.25s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, width 0.25s ease, -webkit-transform 0.35s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
/*
 * Animazione delle tre linee burger in X
 * si applica quando navigation.js aggiunge .menu-aperto al <body>
 */
.menu-aperto #burger-menu {
  border-color: rgba(77, 77, 77, 0.35);
  /* Prima linea: ruota di +45° e si sposta verso il basso */
  /* Seconda linea (centrale): scompare */
  /* Terza linea: ruota di -45° e si sposta verso l'alto */
}
.menu-aperto #burger-menu .burger-linea:nth-child(1) {
  -webkit-transform: translateY(7.5px) rotate(45deg);
          transform: translateY(7.5px) rotate(45deg);
}
.menu-aperto #burger-menu .burger-linea:nth-child(2) {
  opacity: 0;
  width: 0;
}
.menu-aperto #burger-menu .burger-linea:nth-child(3) {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
          transform: translateY(-7.5px) rotate(-45deg);
}
/* ============================================================
   Overlay — sfondo scuro semitrasparente dietro il pannello
   ============================================================ */
#menu-overlay {
  /* Copre tutta la viewport, posizionato sotto il pannello */
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.48);
  z-index: 9999;
  /* Di default: invisibile e non interattivo */
  opacity: 0;
  pointer-events: none;
  /* Transizione morbida per apparire/sparire */
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  /* Stato aperto: aggiunto da navigation.js */
}
#menu-overlay.aperto {
  opacity: 1;
  pointer-events: all;
}
/* ============================================================
   Pannello Menu Mobile — slide-in da destra
   ============================================================ */
#menu-mobile {
  /* Fisso sulla viewport, ancorato a destra */
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90vw;
  height: 100vh;
  /* Stacking: sopra l'overlay */
  z-index: 10000;
  /* Colore di sfondo e ombra: l'ombra viene attivata solo quando il pannello
     * è aperto per evitare che sia visibile sul bordo destro in modalità desktop */
  background-color: #ffffff;
  /* Layout interno a colonna */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Di default: fuori schermo a destra */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  /* Animazione di entrata/uscita */
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  /* Previene lo scroll del pannello quando il contenuto supera l'altezza */
  overflow-y: auto;
  /* --- Stato aperto: aggiunto da navigation.js --- */
  /* Intestazione del pannello con bottone di chiusura */
  /* Navigazione mobile */
}
#menu-mobile.aperto {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* L'ombra appare solo con il pannello visibile */
  -webkit-box-shadow: -4px 0 24px rgba(0, 0, 0, 0.18);
          box-shadow: -4px 0 24px rgba(0, 0, 0, 0.18);
}
#menu-mobile .menu-mobile-intestazione {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px 12px;
  border-bottom: 1px solid #E5E5E5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#menu-mobile .menu-mobile-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0;
  /* Lista voci del menu */
}
#menu-mobile .menu-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-mobile .menu-mobile-nav li {
  border-bottom: 1px solid #F2F2F2;
}
#menu-mobile .menu-mobile-nav a {
  display: block;
  padding: 14px 24px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #4D4D4D;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#menu-mobile .menu-mobile-nav a:hover,
#menu-mobile .menu-mobile-nav a:focus {
  background-color: #F5F5F5;
  color: #177A00;
  outline: none;
}
/* ============================================================
   Bottone di chiusura X nel pannello mobile
   ============================================================ */
#chiudi-menu {
  /* Reset completo dello stile bottone */
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  /* Colore icona e hover */
  color: #4D4D4D;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  /* Allineamento icona SVG */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Animazione veloce sull'SVG al click */
}
#chiudi-menu:hover,
#chiudi-menu:focus {
  background-color: #F2F2F2;
  color: #c90276;
  outline: none;
}
#chiudi-menu svg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#chiudi-menu:active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*
 * Quando il menu mobile è aperto blocchiamo lo scroll del body
 * (navigation.js aggiunge .menu-aperto al <body>)
 */
body.menu-aperto {
  overflow: hidden;
}
/* ========================================================================== */
/* COMPONENTI: COPERTINA (SLIDER)
/* ========================================================================== */
.componente-copertina {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  margin-top: 190px;
}
.componente-copertina .splide__track {
  border-radius: 12px;
}
.componente-copertina .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
}
.componente-copertina .splide__slide .slide-img,
.componente-copertina .splide__slide picture,
.componente-copertina .splide__slide picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.componente-copertina .splide__slide .copertina-link {
  display: block;
  width: 100%;
  height: 100%;
}
.componente-copertina .splide__arrow {
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.componente-copertina .splide__arrow svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: #ED1C24;
  -webkit-transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, fill 0.2s ease;
  transition: transform 0.2s ease, fill 0.2s ease, -webkit-transform 0.2s ease;
}
.componente-copertina .splide__arrow:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-50%) scale(1.06);
          transform: translateY(-50%) scale(1.06);
}
.componente-copertina .splide__arrow:hover svg {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  fill: #c61017;
}
.componente-copertina .splide__arrow:focus-visible {
  outline: 2px solid rgba(237, 28, 36, 0.7);
  outline-offset: 2px;
}
.componente-copertina .splide__arrow--prev {
  left: 1.2rem;
}
.componente-copertina .splide__arrow--next {
  right: 1.2rem;
}
.componente-copertina .splide__pagination {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-top: 0.2rem;
  padding: 0.4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
}
.componente-copertina .splide__pagination__page {
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(128, 128, 128, 0.4);
  border: 1px solid rgba(128, 128, 128, 0.4);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.componente-copertina .splide__pagination__page.is-active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #ED1C24;
  border-color: #ED1C24;
}
.componente-copertina .splide__pagination__page:hover {
  background: rgba(237, 28, 36, 0.7);
  border-color: rgba(237, 28, 36, 0.75);
}
@media (max-width: 640px) {
  .componente-copertina .splide__arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
  .componente-copertina .splide__arrow svg {
    width: 1rem;
    height: 1rem;
  }
  .componente-copertina .splide__arrow--prev {
    left: 0.6rem;
  }
  .componente-copertina .splide__arrow--next {
    right: 0.6rem;
  }
  .componente-copertina .splide__pagination {
    margin-top: 0.7rem;
    gap: 0.35rem;
  }
  .componente-copertina .splide__pagination__page {
    width: 0.55rem;
    height: 0.55rem;
  }
}
/* ========================================================================== */
/* COMPONENTI: CITAZIONE
/* ========================================================================== */
.componente-citazione {
  width: 100%;
  margin: 0;
  background-color: #F5F5F5;
  padding: 5rem 0;
}
.componente-citazione h3 {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  color: #177A00;
  margin: 0.7rem 0;
  letter-spacing: 4px;
}
.componente-citazione .citazione-testo {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  color: #4D4D4D;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.componente-citazione .citazione-testo::before {
  content: "\201C";
  font-family: 'Georgia', serif;
  font-size: 15rem;
  font-weight: bold;
  color: #49E54A;
  opacity: 0.5;
  position: absolute;
  top: -4rem;
  left: -3rem;
  z-index: -1;
  line-height: 1;
}
.componente-citazione .citazione-testo::after {
  content: "\201D";
  font-family: 'Georgia', serif;
  font-size: 15rem;
  font-weight: bold;
  color: #49E54A;
  opacity: 0.5;
  position: absolute;
  bottom: -10rem;
  right: -3rem;
  z-index: -1;
  line-height: 1;
}
.componente-citazione h4 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1A1A1A;
  margin: 0.3rem 0;
  color: #808080;
}
/* ========================================================================== */
/* COMPONENTI: NOTIZIE ED EVENTI
/* ========================================================================== */
.componente-notizie-eventi {
  width: 100%;
  margin: 0rem 0;
  padding: 4rem 0;
  background-color: white;
  /* Modalità Responsive (Mobile) */
}
.componente-notizie-eventi h3 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  color: #177A00;
  margin: 0 0 1.5rem 0;
}
.componente-notizie-eventi h4 {
  color: #177A00;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem 0;
  text-transform: none;
  line-height: 1.2;
}
.componente-notizie-eventi .notizie-slider {
  width: 100%;
  min-width: 0;
}
.componente-notizie-eventi .splide__track {
  width: 85%;
  margin: 0 auto;
}
.componente-notizie-eventi .notizia-card {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.componente-notizie-eventi .articolo-immagine-anteprima {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1.7;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 4px solid #f0f0f0;
}
.componente-notizie-eventi .articolo-immagine-anteprima img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.componente-notizie-eventi .articolo-immagine-anteprima:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.componente-notizie-eventi .notizia-estratto {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.01em;
  color: #4D4D4D;
  margin: 0 0 0.5rem 0;
  text-transform: none;
  line-height: 1.5;
}
.componente-notizie-eventi .notizia-data {
  font-size: 0.85em;
  margin-top: 0.3rem;
  color: #888;
}
.componente-notizie-eventi .notizia-data.notizia-data-basso {
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.componente-notizie-eventi .notizia-data.notizia-data-alto {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.componente-notizie-eventi .splide__arrow {
  height: 4em;
  width: 4em;
  top: 30%;
  background: #F5F5F5;
}
.componente-notizie-eventi .splide__arrow svg {
  fill: white;
  height: 2.5em;
  width: 2.5em;
  -webkit-transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: fill 0.2s ease, transform 0.2s ease;
  transition: fill 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.componente-notizie-eventi .splide__arrow:hover svg {
  fill: #ED1C24;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.componente-notizie-eventi .splide__pagination__page {
  background: #B3B3B3;
}
.componente-notizie-eventi .splide__pagination__page.is-active {
  background: #ED1C24;
}
@media (max-width: 640px) {
  .componente-notizie-eventi .splide__arrow {
    width: 2.5em;
    height: 2.5em;
  }
  .componente-notizie-eventi .splide__arrow svg {
    width: 1.5em;
    height: 1.5em;
  }
}
/* ========================================================================== */
/* COMPONENTI: SCHEDE PRODOTTI (WRAP / SLIDER)
/* ========================================================================== */
.componente-schede-prodotti {
  width: 100%;
  margin: 0;
  padding: 4rem 0;
  background: #fff;
}
.componente-schede-prodotti .schede-prodotti-wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.5rem minmax(0, 1fr) 3.5rem minmax(0, 1fr) 3.5rem minmax(0, 1fr) 3.5rem minmax(0, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.componente-schede-prodotti .schede-prodotti-shell,
.componente-schede-prodotti .schede-prodotti-slider {
  width: 100%;
  min-width: 0;
}
.componente-schede-prodotti.modalita-slider .schede-prodotti-shell {
  width: calc(100% - 7rem);
  margin: 0 auto;
}
.componente-schede-prodotti.modalita-slider .schede-prodotti-slider {
  overflow: visible;
}
.componente-schede-prodotti .schede-prodotti-slider .splide__track {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}
.componente-schede-prodotti .schede-prodotti-slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.componente-schede-prodotti .schede-prodotti-slider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.componente-schede-prodotti .scheda-prodotto-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.componente-schede-prodotti .scheda-prodotto-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid rgba(179, 179, 179, 0.3);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.componente-schede-prodotti .scheda-prodotto-link:hover,
.componente-schede-prodotti .scheda-prodotto-link:focus-visible {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 14px 24px rgba(26, 26, 26, 0.18);
          box-shadow: 0 14px 24px rgba(26, 26, 26, 0.18);
  border-color: rgba(237, 28, 36, 0.35);
}
.componente-schede-prodotti .scheda-prodotto-link:focus-visible {
  outline: 2px solid rgba(237, 28, 36, 0.5);
  outline-offset: 2px;
}
.componente-schede-prodotti .scheda-prodotto-immagine {
  width: 100%;
  aspect-ratio: 1;
  background: #F5F5F5;
  overflow: hidden;
  border-bottom: 1px solid rgba(179, 179, 179, 0.2);
  padding: 3%;
}
.componente-schede-prodotti .scheda-prodotto-immagine img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.componente-schede-prodotti .scheda-prodotto-link:hover .scheda-prodotto-immagine img,
.componente-schede-prodotti .scheda-prodotto-link:focus-visible .scheda-prodotto-immagine img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.componente-schede-prodotti .scheda-prodotto-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F5F5F5 0%, #E5E5E5 100%);
}
.componente-schede-prodotti .scheda-prodotto-titolo {
  margin: 1rem 1rem 0rem 1rem;
  color: #ED1C24;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}
.componente-schede-prodotti .scheda-prodotto-gusto {
  margin: 0 1rem 0rem 1rem;
  color: #ED1C24;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
}
.componente-schede-prodotti .scheda-prodotto-riassunto {
  margin: 1rem 1rem 1.1rem;
  color: #4D4D4D;
  font-size: 0.9rem;
  line-height: 1.45;
}
.componente-schede-prodotti .splide__arrow {
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.componente-schede-prodotti .splide__arrow svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: #ED1C24;
  -webkit-transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: fill 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, fill 0.2s ease;
  transition: transform 0.2s ease, fill 0.2s ease, -webkit-transform 0.2s ease;
}
.componente-schede-prodotti .splide__arrow:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-50%) scale(1.06);
          transform: translateY(-50%) scale(1.06);
}
.componente-schede-prodotti .splide__arrow:hover svg {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  fill: #c61017;
}
.componente-schede-prodotti .splide__arrow:focus-visible {
  outline: 2px solid rgba(237, 28, 36, 0.7);
  outline-offset: 2px;
}
.componente-schede-prodotti .splide__arrow--prev {
  left: -3.8rem;
}
.componente-schede-prodotti .splide__arrow--next {
  right: -3.8rem;
}
.componente-schede-prodotti .splide__pagination {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-top: 0.9rem;
}
.componente-schede-prodotti .splide__pagination__page {
  background: #B3B3B3;
}
.componente-schede-prodotti .splide__pagination__page.is-active {
  background: #ED1C24;
}
@media (max-width: 1200px) {
  .componente-schede-prodotti.modalita-slider .schede-prodotti-shell {
    width: calc(100% - 5.4rem);
  }
  .componente-schede-prodotti .schede-prodotti-wrap {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .componente-schede-prodotti .schede-prodotti-wrap {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .componente-schede-prodotti.modalita-slider .schede-prodotti-shell {
    width: calc(100% - 3.8rem);
  }
  .componente-schede-prodotti .schede-prodotti-wrap {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .componente-schede-prodotti .splide__arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
  .componente-schede-prodotti .splide__arrow svg {
    width: 1rem;
    height: 1rem;
  }
  .componente-schede-prodotti .splide__arrow--prev {
    left: -2.8rem;
  }
  .componente-schede-prodotti .splide__arrow--next {
    right: -2.8rem;
  }
}
@media (max-width: 520px) {
  .componente-schede-prodotti.modalita-slider .schede-prodotti-shell {
    width: calc(100% - 2rem);
  }
  .componente-schede-prodotti .splide__arrow--prev {
    left: -1.5rem;
  }
  .componente-schede-prodotti .splide__arrow--next {
    right: -1.5rem;
  }
  .componente-schede-prodotti .schede-prodotti-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* ========================================================================== */
/* SHORTCODE: SCHEDE PRODOTTI (OVERRIDE PARAMETRICI)
/* ========================================================================== */
.sc-schede-prodotti {
  --sc-schede-colonne: 5;
  --sc-schede-colonne-attive: var(--sc-schede-colonne);
}
.sc-schede-prodotti.modalita-wrap .schede-prodotti-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (minmax(230px, 280px))[var(--sc-schede-colonne-attive)];
  grid-template-columns: repeat(var(--sc-schede-colonne-attive), minmax(230px, 280px));
}
.sc-schede-prodotti.ha-larghezza-fissa.modalita-wrap .schede-prodotti-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (minmax(0, var(--sc-scheda-larghezza-fissa)))[var(--sc-schede-colonne-attive)];
  grid-template-columns: repeat(var(--sc-schede-colonne-attive), minmax(0, var(--sc-scheda-larghezza-fissa)));
}
.sc-schede-prodotti.modalita-slider .scheda-prodotto-card {
  width: min(100%, 280px);
  min-width: min(100%, 230px);
  margin-left: auto;
  margin-right: auto;
}
.sc-schede-prodotti.ha-larghezza-fissa.modalita-slider .scheda-prodotto-card {
  width: min(100%, var(--sc-scheda-larghezza-fissa));
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
.sc-schede-prodotti .schede-prodotti-slider .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .sc-schede-prodotti.modalita-wrap .schede-prodotti-wrap {
    -ms-grid-columns: (minmax(230px, 280px))[min(4, var(--sc-schede-colonne-attive))];
    grid-template-columns: repeat(min(4, var(--sc-schede-colonne-attive)), minmax(230px, 280px));
  }
}
@media (max-width: 1024px) {
  .sc-schede-prodotti.modalita-wrap .schede-prodotti-wrap {
    -ms-grid-columns: (minmax(230px, 280px))[min(3, var(--sc-schede-colonne-attive))];
    grid-template-columns: repeat(min(3, var(--sc-schede-colonne-attive)), minmax(230px, 280px));
  }
}
@media (max-width: 720px) {
  .sc-schede-prodotti.modalita-wrap .schede-prodotti-wrap {
    -ms-grid-columns: (minmax(230px, 280px))[min(2, var(--sc-schede-colonne-attive))];
    grid-template-columns: repeat(min(2, var(--sc-schede-colonne-attive)), minmax(230px, 280px));
  }
}
@media (max-width: 520px) {
  .sc-schede-prodotti.modalita-wrap .schede-prodotti-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* ========================================================================== */
/* COMPONENTE: ANTEPRIMA SEZIONI (CARDS)
/* ========================================================================== */
.componente-anteprima-sezioni {
  padding: 60px 0;
  background: #fff;
  width: 100%;
}
.componente-anteprima-sezioni .blocco-titolo-centrato {
  text-align: center;
  margin-bottom: 40px;
}
.componente-anteprima-sezioni .anteprima-sezioni-maintitle {
  font-size: 2rem;
  font-weight: 700;
  color: #ED1C24;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.componente-anteprima-sezioni .blocco-sezioni-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.componente-anteprima-sezioni .sezione-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: var(--kto-sezioni-card-min-w, 0);
  max-width: var(--kto-sezioni-card-max-w, none);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.componente-anteprima-sezioni .sezione-card .sezione-link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.componente-anteprima-sezioni .sezione-card .sezione-link:hover .sezione-immagine img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.componente-anteprima-sezioni .sezione-card .sezione-link:hover .sezione-titolo {
  color: #FF6200;
}
.componente-anteprima-sezioni .sezione-card .sezione-immagine {
  width: 100%;
  aspect-ratio: var(--kto-sezioni-aspect-ratio, 1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.componente-anteprima-sezioni .sezione-card .sezione-immagine img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  display: block;
}
.componente-anteprima-sezioni .sezione-card .sezione-immagine .sezione-placeholder-img {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.componente-anteprima-sezioni .sezione-card .sezione-titolo {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ED1C24;
  margin: 0 0 15px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.componente-anteprima-sezioni .sezione-card .sezione-estratto {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #666666;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 800px) {
  .blocco-sezioni-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .componente-anteprima-sezioni .sezione-card {
    max-width: min(400px, var(--kto-sezioni-card-max-w, 10000px));
    margin: 20px auto;
  }
}
/* ========================================================================== */
/* SHORTCODES
/* ========================================================================== */
.sc-anteprima-sezioni {
  padding: 60px 0;
  width: 100%;
}
.sc-anteprima-sezioni .blocco-titolo-centrato {
  text-align: center;
  margin-bottom: 40px;
}
.sc-anteprima-sezioni .sc-anteprima-sezioni-maintitle {
  font-size: 2rem;
  font-weight: 700;
  color: #49E54A;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.sc-anteprima-sezioni .sc-sezioni-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sc-anteprima-sezioni .sc-sezione-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-link:hover .sc-sezione-immagine img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-link:hover .sc-sezione-titolo {
  color: #c90276;
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-immagine {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-immagine img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  display: block;
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-immagine .sc-sezione-placeholder-img {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-titolo {
  font-size: 1.7rem;
  font-weight: 700;
  color: #49E54A;
  margin: 0 0 15px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sc-anteprima-sezioni .sc-sezione-card .sc-sezione-estratto {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #666666;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 800px) {
  .sc-sezioni-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .sc-anteprima-sezioni .sc-sezione-card {
    max-width: 400px;
    margin: 20px auto;
  }
}
/* ========================================================================== */
/* ANIMAZIONI SCROLL (INTERSECTION OBSERVER)
/* ========================================================================== */
.kto-animatable {
  visibility: hidden;
}
.kto-animatable.is-visible {
  visibility: visible;
}
/* Slide da Sinistra */
.kto-slide-in-left {
  opacity: 0;
  -webkit-transform: translateX(calc(var(--anim-distanza, 50px) * -1));
          transform: translateX(calc(var(--anim-distanza, 50px) * -1));
  -webkit-transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
}
.kto-slide-in-left.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* Slide da Destra */
.kto-slide-in-right {
  opacity: 0;
  -webkit-transform: translateX(var(--anim-distanza, 50px));
          transform: translateX(var(--anim-distanza, 50px));
  -webkit-transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
}
.kto-slide-in-right.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* Slide dall'Alto */
.kto-slide-in-top {
  opacity: 0;
  -webkit-transform: translateY(calc(var(--anim-distanza, 50px) * -1));
          transform: translateY(calc(var(--anim-distanza, 50px) * -1));
  -webkit-transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
}
.kto-slide-in-top.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* Slide dal Basso */
.kto-slide-in-bottom {
  opacity: 0;
  -webkit-transform: translateY(var(--anim-distanza, 50px));
          transform: translateY(var(--anim-distanza, 50px));
  -webkit-transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 0.8s) ease-out, transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform var(--anim-durata, 0.8s) cubic-bezier(0.25, 1, 0.5, 1);
}
.kto-slide-in-bottom.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* Zoom In (Immagini di Sfondo) */
.kto-zoom-in {
  opacity: 0;
  -webkit-transform: scale(calc(1 - var(--anim-zoom-amount, 0.1)));
          transform: scale(calc(1 - var(--anim-zoom-amount, 0.1)));
  -webkit-transition: opacity var(--anim-durata, 1.2s) ease-out, -webkit-transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 1.2s) ease-out, -webkit-transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 1.2s) ease-out, transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 1.2s) ease-out, transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
}
.kto-zoom-in.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* Zoom Out (Immagini di Sfondo) */
.kto-zoom-out {
  opacity: 0;
  -webkit-transform: scale(calc(1 + var(--anim-zoom-amount, 0.1)));
          transform: scale(calc(1 + var(--anim-zoom-amount, 0.1)));
  -webkit-transition: opacity var(--anim-durata, 1.2s) ease-out, -webkit-transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 1.2s) ease-out, -webkit-transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 1.2s) ease-out, transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity var(--anim-durata, 1.2s) ease-out, transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform var(--anim-durata, 1.2s) cubic-bezier(0.25, 1, 0.5, 1);
}
.kto-zoom-out.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* ========================================================================== */
/* COMPONENTE: IMMAGINE AVANZATA - CLASSI PRECONFEZIONATE
/* ========================================================================== */
/* --- Posizioni --- */
.pos-top-left {
  position: absolute;
  top: 6%;
  left: 2%;
  z-index: 1;
  text-align: left;
}
.pos-top-right {
  position: absolute;
  top: 6%;
  right: 2%;
  z-index: 1;
  text-align: right;
}
.pos-bottom-left {
  position: absolute;
  bottom: 6%;
  left: 2%;
  z-index: 1;
  text-align: left;
}
.pos-bottom-right {
  position: absolute;
  bottom: 6%;
  right: 2%;
  z-index: 1;
  text-align: right;
}
.pos-top-left-mobile-bottom {
  position: absolute;
  top: 6%;
  left: 2%;
  z-index: 1;
  text-align: left;
}
.pos-top-right-mobile-bottom {
  position: absolute;
  top: 6%;
  right: 2%;
  z-index: 1;
  text-align: right;
}
.pos-bottom-left-mobile-top {
  position: absolute;
  bottom: 6%;
  left: 2%;
  z-index: 1;
  text-align: left;
}
.pos-bottom-right-mobile-top {
  position: absolute;
  bottom: 6%;
  right: 2%;
  z-index: 1;
  text-align: right;
}
@media (max-width: 480px) {
  .pos-top-left-mobile-bottom {
    top: auto;
    bottom: 6%;
  }
  .pos-top-right-mobile-bottom {
    top: auto;
    bottom: 6%;
  }
  .pos-bottom-left-mobile-top {
    bottom: auto;
    top: 6%;
  }
  .pos-bottom-right-mobile-top {
    bottom: auto;
    top: 6%;
  }
}
/* --- Stili --- */
.txt-big {
  font-size: 3.3em;
  font-weight: 700;
  line-height: 0.92;
}
.txt-medium {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
}
.txt-big-mobile-big {
  font-size: 3.3em;
  font-weight: 700;
  line-height: 0.92;
}
.txt-medium-mobile-big {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
}
.txt-big-mobile-nascosto {
  font-size: 3.3em;
  font-weight: 700;
  line-height: 0.92;
}
.txt-medium-mobile-nascosto {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 480px) {
  .txt-big-mobile-big {
    font-size: 2.3em;
  }
  .txt-medium-mobile-big {
    font-size: 2.3em;
  }
  .txt-big-mobile-nascosto {
    display: none;
  }
  .txt-medium-mobile-nascosto {
    display: none;
  }
}
/* --- Colori --- */
.color-verde {
  color: #49E54A;
}
.color-fucsia {
  color: #c90276;
}
.color-azzurro {
  color: #09d3f6;
}
.color-bianco {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .txt-big {
    font-size: 2em;
  }
  .txt-medium {
    font-size: 1.5em;
  }
}
/* -------------------------------------------------------------------------- */
/* Struttura Componente
/* -------------------------------------------------------------------------- */
.kto-img-avanzata {
  position: relative;
  width: 100%;
  margin: 0px 0;
  overflow: hidden;
  /* ---------------------------------------------------------------------- */
  /* Responsive Breakdown
    /* ---------------------------------------------------------------------- */
}
.kto-img-avanzata.pos-fondo {
  aspect-ratio: var(--ar-desktop-wide, 1.77777778);
}
.kto-img-avanzata .ia-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  /*
        &::after {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(255, 255, 255, 0.85);
        }
        */
}
.kto-img-avanzata .ia-grid {
  position: relative;
  z-index: 1;
  gap: 40px;
  min-height: 400px;
  padding: 40px 0;
}
.kto-img-avanzata.pos-fondo .ia-grid {
  height: 100%;
}
.kto-img-avanzata .ia-visual,
.kto-img-avanzata .ia-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kto-img-avanzata .ia-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kto-img-avanzata .ia-visual img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ar-desktop-wide, 1.77777778);
  border-radius: 4px;
}
.kto-img-avanzata .ia-content {
  display: block;
}
.kto-img-avanzata .ia-testo-1 p:last-child,
.kto-img-avanzata .ia-testo-2 p:last-child {
  margin-bottom: 0;
}
.kto-img-avanzata .ia-cta-wrap {
  z-index: 10;
}
.kto-img-avanzata .ia-cta-wrap .btn-ia {
  display: inline-block;
  background-color: #49E54A;
  color: #fff;
  padding: 11px 25px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -0.03rem;
}
.kto-img-avanzata .ia-cta-wrap .btn-ia:hover {
  background-color: #c90276;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 1440px) {
  .kto-img-avanzata.pos-fondo {
    aspect-ratio: var(--ar-desktop, 1.77777778);
  }
  .kto-img-avanzata .ia-visual img {
    aspect-ratio: var(--ar-desktop, 1.77777778);
  }
}
@media (max-width: 1024px) {
  .kto-img-avanzata.pos-fondo {
    aspect-ratio: var(--ar-tablet, 1.77777778);
  }
  .kto-img-avanzata .ia-grid {
    gap: 30px;
  }
  .kto-img-avanzata .ia-visual img {
    aspect-ratio: var(--ar-tablet, 1.77777778);
  }
}
@media (max-width: 768px) {
  .kto-img-avanzata.pos-fondo {
    aspect-ratio: var(--ar-tablet-mini, 1);
  }
  .kto-img-avanzata .ia-grid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
    padding: 20px 0;
  }
  .kto-img-avanzata .ia-visual {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .kto-img-avanzata .ia-visual img {
    aspect-ratio: var(--ar-tablet-mini, 1);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    width: 100vw;
    max-width: none;
    margin-left: calc(-50vw + 50%);
  }
  .kto-img-avanzata .ia-content {
    width: 100%;
    text-align: center;
  }
  .kto-img-avanzata .ia-content .txt-big {
    font-size: 1.5em;
  }
  .kto-img-avanzata .ia-content .txt-medium {
    font-size: 1.25em;
  }
  .kto-img-avanzata .ia-cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  .kto-img-avanzata.pos-fondo {
    aspect-ratio: var(--ar-mobile, 1);
  }
  .kto-img-avanzata .ia-visual img {
    aspect-ratio: var(--ar-mobile, 1);
  }
}
@media (max-width: 480px) {
  .kto-img-avanzata.mob-img-sopra,
  .kto-img-avanzata.mob-testi-sopra {
    padding: 0 !important;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--mob-bg-colore) !important;
  }
  .kto-img-avanzata.mob-img-sopra.pos-fondo,
  .kto-img-avanzata.mob-testi-sopra.pos-fondo {
    aspect-ratio: auto;
  }
  .kto-img-avanzata.mob-img-sopra.pos-fondo .ia-bg,
  .kto-img-avanzata.mob-testi-sopra.pos-fondo .ia-bg {
    position: relative;
    aspect-ratio: var(--ar-mobile, 1);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .kto-img-avanzata.mob-img-sopra .ia-grid,
  .kto-img-avanzata.mob-testi-sopra .ia-grid {
    margin: 0 !important;
    padding: 40px 20px !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
    background-color: var(--mob-bg-colore);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .kto-img-avanzata.mob-img-sopra.mob-img-sopra .ia-bg,
  .kto-img-avanzata.mob-testi-sopra.mob-img-sopra .ia-bg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .kto-img-avanzata.mob-img-sopra.mob-img-sopra .ia-grid,
  .kto-img-avanzata.mob-testi-sopra.mob-img-sopra .ia-grid {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .kto-img-avanzata.mob-img-sopra.mob-img-sopra .ia-visual,
  .kto-img-avanzata.mob-testi-sopra.mob-img-sopra .ia-visual {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .kto-img-avanzata.mob-img-sopra.mob-img-sopra .ia-content,
  .kto-img-avanzata.mob-testi-sopra.mob-img-sopra .ia-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .kto-img-avanzata.mob-img-sopra.mob-testi-sopra,
  .kto-img-avanzata.mob-testi-sopra.mob-testi-sopra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kto-img-avanzata.mob-img-sopra.mob-testi-sopra .ia-bg,
  .kto-img-avanzata.mob-testi-sopra.mob-testi-sopra .ia-bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .kto-img-avanzata.mob-img-sopra.mob-testi-sopra .ia-grid,
  .kto-img-avanzata.mob-testi-sopra.mob-testi-sopra .ia-grid {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .kto-img-avanzata.mob-img-sopra.mob-testi-sopra .ia-visual,
  .kto-img-avanzata.mob-testi-sopra.mob-testi-sopra .ia-visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .kto-img-avanzata.mob-img-sopra.mob-testi-sopra .ia-content,
  .kto-img-avanzata.mob-testi-sopra.mob-testi-sopra .ia-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .kto-img-avanzata.mob-img-sopra:not(.pos-fondo) .ia-visual img,
  .kto-img-avanzata.mob-testi-sopra:not(.pos-fondo) .ia-visual img {
    margin-left: 0;
    border-radius: 0;
  }
}
/* ========================================================================== */
/* COMPONENTE: CLASSI SPCIFICHE PER IMMAGINI AVANZATE
/* ========================================================================== */
#componente-id-2014 {
  background-color: black;
}
#componente-id-2014 .ia-bg {
  opacity: 0.3;
}
#componente-id-2014 h2 {
  margin: 0 0 10px 0;
  font-size: 2.2rem;
  text-align: left;
}
#componente-id-2014 p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  width: 60%;
}
@media (max-width: 900px) {
  #componente-id-2014 h2 {
    font-size: 1.9rem;
  }
  #componente-id-2014 p {
    width: 90%;
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  #componente-id-2014 h2 {
    font-size: 1.4rem;
  }
  #componente-id-2014 p {
    width: 100%;
    font-size: 1.1rem;
  }
}
/* ========================================================================== */
/* COMPONENTE: TESTO
/* ========================================================================== */
.componente-testo {
  width: 100%;
}
/* ========================================================================== */
/* MODULO CONTATTI
/* ========================================================================== */
#modulo-contatto {
  padding: 15px;
  background-color: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}
#modulo-contatto .forminator-label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #177A00;
  margin-bottom: 0px !important;
  margin-left: 4px;
}
#modulo-contatto .forminator-input,
#modulo-contatto .forminator-textarea {
  font-size: 1.1rem !important;
}
#modulo-contatto .forminator-button-submit {
  background-color: #177A00;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#modulo-contatto .forminator-button-submit:hover {
  background-color: #49E54A;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: white;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#modulo-contatto .forminator-error-message {
  font-size: 0.9rem !important;
  color: #ED1C24 !important;
}
#modulo-contatto .forminator-success {
  background-color: #177A00 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#modulo-contatto .forminator-success p {
  color: white !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
}
.link-contatti {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link-contatti .link-contatto {
  text-align: center;
  font-size: 1.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .link-contatti .link-contatto {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.link-contatti .link-contatto img {
  width: 48px;
  height: 48px;
}
@media (max-width: 640px) {
  .link-contatti {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
.site-footer {
  background-color: black;
  color: white;
  min-height: 300px;
  padding: 50px 0 100px 0;
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.site-footer ul li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  text-align: right;
}
.site-footer ul li a {
  color: white;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: black;
  border: 2px solid black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer ul li a:hover {
  background-color: #ED1C24;
  border: 2px solid white;
  color: white;
}
/* ========================================================================== */
/* SINGLE POST — Template dettaglio articolo                                  */
/* ========================================================================== */
/*
 * .single-hero
 * Sezione hero a piena larghezza posizionata subito sotto l'header.
 * Contiene l'immagine in evidenza (o il banner di fallback) con l'overlay
 * che sovrappone titolo e metadati dell'articolo.
 */
.single-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 130px;
  /* ------------------------------------------------------------------ */
  /* Immagine in evidenza                                                 */
  /* ------------------------------------------------------------------ */
  /*
     * .single-hero-img
     * L'immagine vera e propria dell'articolo.
     * object-fit: cover garantisce che l'immagine riempia sempre il riquadro
     * senza distorsioni, tagliando l'eccesso sui bordi.
     */
  /* ------------------------------------------------------------------ */
  /* Fallback senza immagine                                              */
  /* ------------------------------------------------------------------ */
  /*
     * .single-hero-nobanner
     * Div di fallback visualizzato quando l'articolo non ha immagine in evidenza.
     * Usa un gradiente diagonale con i colori del tema per mantenere la coerenza visiva.
     */
  /* ------------------------------------------------------------------ */
  /* Overlay con titolo e metadati                                        */
  /* ------------------------------------------------------------------ */
  /*
     * .single-hero-overlay
     * Strato semitrasparente sovrapposto all'immagine che ospita il titolo
     * e le informazioni di metadato (data, categorie).
     * Il gradiente dal basso scurisce solo la parte inferiore dell'immagine,
     * preservando la leggibilità del testo senza coprire eccessivamente la foto.
     */
  /*
     * .single-hero-meta
     * Riga con data di pubblicazione e categoria dell'articolo.
     * Visualizzata sopra il titolo nell'overlay.
     */
  /*
     * .single-hero-titolo
     * Titolo dell'articolo nell'overlay hero.
     * Font grande, grassetto pesante, bianco pieno per leggibilità massima.
     */
  /*
     * .single-hero-sottotitolo
     * Sottotitolo opzionale della pagina, visualizzato sotto l'h1 hero.
     * Mantiene lo stile visivo del titolo principale (colore/ombra/letter spacing),
     * ma con gerarchia tipografica inferiore.
     */
}
.single-hero .single-hero-img {
  display: block;
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 1024px) {
  .single-hero .single-hero-img {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .single-hero .single-hero-img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .single-hero .single-hero-img {
    height: 220px;
  }
}
.single-hero .single-hero-nobanner {
  width: 100%;
  height: 480px;
  background: linear-gradient(135deg, #c90276 0%, #09d3f6 60%, #49E54A 100%);
}
@media (max-width: 1024px) {
  .single-hero .single-hero-nobanner {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .single-hero .single-hero-nobanner {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .single-hero .single-hero-nobanner {
    height: 220px;
  }
}
.single-hero .single-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(70%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  padding: 40px 0 20px 0;
}
.single-hero .single-hero-overlay .blocco {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media (max-width: 768px) {
  .single-hero .single-hero-overlay {
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .single-hero .single-hero-overlay {
    padding: 20px 0 15px 0;
  }
}
.single-hero .single-hero-meta {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.single-hero .single-hero-titolo {
  font-size: 3.3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0;
  width: 100%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .single-hero .single-hero-titolo {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .single-hero .single-hero-titolo {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .single-hero .single-hero-titolo {
    font-size: 1.3rem;
  }
}
.single-hero .single-hero-sottotitolo {
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0px 0 0 0;
  width: 100%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .single-hero .single-hero-sottotitolo {
    font-size: 1.05rem;
  }
}
@media (max-width: 768px) {
  .single-hero .single-hero-sottotitolo {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .single-hero .single-hero-sottotitolo {
    font-size: 0.9rem;
  }
}
/* -------------------------------------------------------------------------- */
/* PAGINA LARGHEZZA PIENA / COPERTINA: immagine fissa + titolo sotto          */
/* -------------------------------------------------------------------------- */
.single-hero.single-hero-copertina-fissa {
  padding-top: 55px;
  overflow: visible;
  margin-bottom: 0.2rem;
  /*
     * Variante video MP4 ([kto_hero_video]): larghezza piena contenitore, altezza naturale dal file,
     * strato poster (immagine in evidenza) sopra fino al play.
     */
}
.single-hero.single-hero-copertina-fissa .blocco {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.9rem;
}
.single-hero.single-hero-copertina-fissa .single-hero-copertina-media {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 140px;
}
.single-hero.single-hero-copertina-fissa .single-hero-copertina-img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .single-hero.single-hero-copertina-fissa .single-hero-copertina-img {
    height: 390px;
  }
}
@media (max-width: 768px) {
  .single-hero.single-hero-copertina-fissa .single-hero-copertina-img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .single-hero.single-hero-copertina-fissa .single-hero-copertina-img {
    height: 220px;
  }
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h380 .single-hero-copertina-img {
  height: 380px;
}
@media (max-width: 1024px) {
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h380 .single-hero-copertina-img {
    height: 296px;
  }
}
@media (max-width: 768px) {
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h380 .single-hero-copertina-img {
    height: 228px;
  }
}
@media (max-width: 480px) {
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h380 .single-hero-copertina-img {
    height: 167px;
  }
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h300 .single-hero-copertina-img {
  height: 300px;
}
@media (max-width: 1024px) {
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h300 .single-hero-copertina-img {
    height: 234px;
  }
}
@media (max-width: 768px) {
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h300 .single-hero-copertina-img {
    height: 180px;
  }
}
@media (max-width: 480px) {
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--h300 .single-hero-copertina-img {
    height: 132px;
  }
}
.single-hero.single-hero-copertina-fissa .single-hero-copertina-testo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.35rem;
}
.single-hero.single-hero-copertina-fissa .single-hero-titolo.single-hero-titolo-scuro {
  color: #ED1C24;
  text-shadow: none;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 800;
}
.single-hero.single-hero-copertina-fissa .single-hero-sottotitolo.single-hero-sottotitolo-scuro {
  color: #4D4D4D;
  text-shadow: none;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-media--video {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 140px;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #4D4D4D;
  line-height: 0;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-el {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.12);
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-overlay.single-hero-copertina-video-overlay--no-poster::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 22, 0.55)), to(rgba(23, 22, 22, 0.72)));
  background: linear-gradient(180deg, rgba(23, 22, 22, 0.55) 0%, rgba(23, 22, 22, 0.72) 100%);
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-overlay.is-nascosto {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-overlay.is-nascosto::after {
  opacity: 0;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  pointer-events: none;
  border-radius: 12px;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-play {
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.35rem;
  height: 4.35rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.06);
  -webkit-transition: background 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
  transition: background 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-play:focus-visible {
  outline: 3px solid #09d3f6;
  outline-offset: 4px;
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-play:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.26), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.26), 0 2px 4px rgba(0, 0, 0, 0.08);
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-play:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-play-icon {
  font-size: 1.45rem;
  color: #ED1C24;
  line-height: 1;
  margin-left: 0.2em;
}
@media (max-width: 480px) {
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-play {
    width: 3.65rem;
    height: 3.65rem;
  }
  .single-hero.single-hero-copertina-fissa.single-hero-copertina-fissa--video .single-hero-copertina-video-play-icon {
    font-size: 1.2rem;
  }
}
.single-hero.single-hero-copertina-fissa .single-corpo-copertina {
  padding-top: 0;
}
/* -------------------------------------------------------------------------- */
/* SINGLE PRODOTTO: HERO CONTENUTA STILE COPERTINA                            */
/* -------------------------------------------------------------------------- */
.single-prodotto {
  /*
     * Sezione riepilogo prodotto sotto l'immagine in evidenza:
     * - lato sinistro: immagine quadrata
     * - lato destro: metadati principali in verticale
     */
  /*
     * Sezione inferiore a due colonne:
     * - sinistra: scheda tecnica (immagine o fallback testuale)
     * - destra: contenuto prodotto in stile riassunto
     */
}
.single-prodotto .single-prodotto-hero {
  width: 100%;
  padding-top: 55px;
  margin-bottom: 1.8rem;
}
.single-prodotto .single-prodotto-hero .single-prodotto-hero-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 100px;
}
.single-prodotto .single-prodotto-hero .single-prodotto-hero-img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .single-prodotto .single-prodotto-hero .single-prodotto-hero-img {
    height: 390px;
  }
}
@media (max-width: 768px) {
  .single-prodotto .single-prodotto-hero .single-prodotto-hero-img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .single-prodotto .single-prodotto-hero .single-prodotto-hero-img {
    height: 220px;
  }
}
.single-prodotto .single-prodotto-hero .single-prodotto-hero-nobanner {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  background: linear-gradient(135deg, #c90276 0%, #09d3f6 60%, #49E54A 100%);
}
@media (max-width: 1024px) {
  .single-prodotto .single-prodotto-hero .single-prodotto-hero-nobanner {
    height: 390px;
  }
}
@media (max-width: 768px) {
  .single-prodotto .single-prodotto-hero .single-prodotto-hero-nobanner {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .single-prodotto .single-prodotto-hero .single-prodotto-hero-nobanner {
    height: 220px;
  }
}
.single-prodotto .single-prodotto-riepilogo {
  margin: 0 0 1.8rem 0;
  /*
         * Tabella grafica caratteristiche prodotto:
         * 1) carboidrati per porzione (numero evidenziato)
         * 2) caratteristiche opzionali da checkbox
         */
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-riepilogo-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(220px, 420px) 20px minmax(0, 1fr);
  grid-template-columns: minmax(220px, 420px) minmax(0, 1fr);
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 160px;
}
@media (max-width: 900px) {
  .single-prodotto .single-prodotto-riepilogo .single-prodotto-riepilogo-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-riepilogo-sinistra {
  width: 100%;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-immagine-quadrata,
.single-prodotto .single-prodotto-riepilogo .single-prodotto-immagine-quadrata-placeholder {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-immagine-quadrata {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  max-height: 550px;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-immagine-quadrata-placeholder {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-riepilogo-destra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 3rem;
  width: 100%;
  overflow: hidden;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-tag,
.single-prodotto .single-prodotto-riepilogo .single-prodotto-titolo,
.single-prodotto .single-prodotto-riepilogo .single-prodotto-gusto,
.single-prodotto .single-prodotto-riepilogo .single-prodotto-peso,
.single-prodotto .single-prodotto-riepilogo .single-prodotto-riassunto {
  margin: 0;
  text-align: left;
  text-transform: none;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-tag {
  font-size: 0.95rem;
  font-weight: 700;
  color: #808080;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-titolo {
  font-size: 5rem;
  line-height: 1.1;
  color: #ED1C24;
  letter-spacing: 0em;
  font-family: 'keramiquescript', serif;
  font-weight: normal;
  margin-bottom: 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  width: auto;
}
@media (max-width: 768px) {
  .single-prodotto .single-prodotto-riepilogo .single-prodotto-titolo {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .single-prodotto .single-prodotto-riepilogo .single-prodotto-titolo {
    font-size: 3.5rem;
  }
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-titolo-senza-gusto {
  margin-bottom: 1.2rem;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-gusto {
  font-size: 2rem;
  color: #ED1C24;
  line-height: 1;
  font-family: 'keramiquescript', serif;
  font-weight: normal;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0.5rem;
  text-align: left;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  .single-prodotto .single-prodotto-riepilogo .single-prodotto-gusto {
    font-size: 1.9rem;
  }
}
@media (max-width: 480px) {
  .single-prodotto .single-prodotto-riepilogo .single-prodotto-gusto {
    font-size: 1.5rem;
  }
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-gusto-preset-sotto {
  -webkit-transform: translate(0em, -1em) rotate(-6deg);
          transform: translate(0em, -1em) rotate(-6deg);
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-gusto-preset-poco-destra {
  -webkit-transform: translate(2em, -1em) rotate(-6deg);
          transform: translate(2em, -1em) rotate(-6deg);
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-gusto-preset-molto-destra {
  -webkit-transform: translate(6.4em, -1.5em) rotate(-6deg);
          transform: translate(6.4em, -1.5em) rotate(-6deg);
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-peso {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ED1C24;
  margin: 1rem 0 1rem 2rem;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-riassunto {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4D4D4D;
  margin-top: 0rem;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-tabella-caratteristiche {
  margin-top: 12px;
  width: 100%;
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffffff;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  margin: 1.5rem auto;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-caratteristica {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  gap: 8px;
  padding: 14px 16px;
  background: #ffffff;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-caratteristica + .single-prodotto-caratteristica {
  border-left: 1px solid #E5E5E5;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-caratteristica-numero {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 800;
  color: #ED1C24;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-caratteristica-icona {
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.single-prodotto .single-prodotto-riepilogo .single-prodotto-caratteristica-testo {
  font-size: 1rem;
  line-height: 1.25;
  color: #333333;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 520px) {
  .single-prodotto .single-prodotto-riepilogo .single-prodotto-caratteristica-testo {
    font-size: 0.9rem;
  }
}
.single-prodotto .single-prodotto-corpo {
  padding-top: 10px;
}
.single-prodotto .single-prodotto-inferiore-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(220px, 420px) 20px minmax(0, 1fr);
  grid-template-columns: minmax(220px, 420px) minmax(0, 1fr);
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 900px) {
  .single-prodotto .single-prodotto-inferiore-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.single-prodotto .single-prodotto-scheda-tecnica-colonna {
  width: 100%;
  text-align: center;
}
.single-prodotto .single-prodotto-scheda-tecnica-titolo {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ED1C24;
  line-height: 1.15;
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
.single-prodotto .single-prodotto-scheda-tecnica-img {
  width: 75%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 auto;
  opacity: 0.7;
}
.single-prodotto .single-prodotto-scheda-tecnica-fallback {
  margin: 0;
  padding: 22px 18px;
  border: 1px dashed #CCCCCC;
  border-radius: 10px;
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.5;
}
.single-prodotto .single-prodotto-contenuto-colonna {
  width: 100%;
  padding-top: 0.25rem;
}
.single-prodotto .single-prodotto-contenuto-riassunto {
  max-width: 100%;
}
.single-prodotto .single-prodotto-contenuto-riassunto p {
  margin: 0 0 1em 0;
}
.single-prodotto .single-prodotto-contenuto-riassunto p:last-child {
  margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
/* .single-corpo — Contenitore principale del testo                           */
/* -------------------------------------------------------------------------- */
/*
 * Wrapper esterno del corpo articolo.
 * Aggiunge spazio generoso sopra e sotto rispetto all'hero.
 */
.single-corpo {
  width: 100%;
  padding: 50px 0 80px 0;
}
.single-corpo .blocco {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .single-corpo {
    padding: 35px 0 50px 0;
  }
  .single-corpo .blocco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .single-corpo {
    padding: 25px 0 40px 0;
  }
}
/* -------------------------------------------------------------------------- */
/* .single-main — Colonna sinistra 70%                                        */
/* -------------------------------------------------------------------------- */
/*
 * Contenitore della colonna principale (excerpt + corpo testuale).
 * Occupa il 70% della larghezza su desktop, full-width su tablet e mobile.
 */
.single-main {
  width: 69.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  min-width: 0;
}
@media (max-width: 1024px) {
  .single-main {
    width: 100%;
  }
}
/*
 * Variante full width della colonna principale.
 * Usata dal template "Pagina a larghezza piena" per eliminare del tutto
 * la dipendenza dalla sidebar e occupare il 100% dello spazio nel contenitore.
 */
.single-main-full {
  width: 100%;
  max-width: 100%;
}
/* -------------------------------------------------------------------------- */
/* Header interno (titolo, meta, img)                                         */
/* -------------------------------------------------------------------------- */
.single-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 80px;
}
.single-main-titolo {
  font-size: 2.1rem;
  font-weight: 400;
  color: #177A00;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.02em;
  text-align: left;
}
@media (max-width: 1024px) {
  .single-main-titolo {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .single-main-titolo {
    font-size: 1.8rem;
  }
}
.single-main-meta {
  font-size: 1rem;
  font-weight: 300;
  color: #808080;
  letter-spacing: -0.02em;
}
.single-main-immagine {
  width: 100%;
}
.single-main-immagine img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/* -------------------------------------------------------------------------- */
/* .single-excerpt — Testo di riassunto                                       */
/* -------------------------------------------------------------------------- */
/*
 * Blocco dell'excerpt (riassunto introduttivo dell'articolo).
 * Stilizzato con un font più grande del corpo per creare gerarchia visiva.
 * Un bordo sinistro colorato in fucsia funge da indicatore grafico coerente
 * con l'identità visiva del sito.
 */
.single-excerpt {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.65;
  letter-spacing: -0.02em;
  border-left: 5px solid #ED1C24;
  padding: 8px 0 8px 22px;
  margin: 15px 0 0 0;
  background-color: white;
  padding-bottom: 28px;
  border-bottom: 1px solid #E5E5E5;
}
.single-excerpt p {
  margin: 0;
}
@media (max-width: 768px) {
  .single-excerpt {
    font-size: 1.1rem;
    border-left-width: 4px;
    padding-left: 16px;
  }
}
@media (max-width: 480px) {
  .single-excerpt {
    font-size: 1rem;
  }
}
/* -------------------------------------------------------------------------- */
/* .single-body — Corpo testuale completo                                     */
/* -------------------------------------------------------------------------- */
/*
 * Contenitore del testo completo dell'articolo generato da the_content().
 * Interlinea generosa per favorire la leggibilità su testi lunghi.
 */
.single-body {
  font-size: 1.2rem;
  line-height: 1.55;
  color: #333333;
  letter-spacing: -0.01em;
}
.single-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  color: #1A1A1A;
  margin: 1.8em 0 0.6em 0;
}
.single-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  color: #1A1A1A;
  margin: 1.5em 0 0.5em 0;
}
.single-body a {
  color: #ED1C24;
  text-decoration: none;
}
.single-body a:visited {
  color: #ED1C24;
}
.single-body a:hover {
  color: #FF6200;
}
.single-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}
.single-body hr {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 2em 0;
}
.single-body .page-links {
  margin-top: 2em;
  font-weight: 700;
  font-size: 0.9rem;
}
/* -------------------------------------------------------------------------- */
/* .single-sidebar — Colonna destra 30% (placeholder widget)                 */
/* -------------------------------------------------------------------------- */
/*
 * Colonna laterale destra destinata ai widget (ulteriori notizie, eventi, CTA).
 * Per il momento rimane vuota; la struttura CSS è già pronta per accogliere
 * i contenuti futuri senza necessità di modificare il layout.
 *
 * Comportamento responsive:
 * - Su tablet (≤ 1024px) si sposta sotto la colonna principale.
 * - Su smartphone (≤ 640px) scompare del tutto (display: none).
 */
.single-sidebar {
  width: 29.5%;
  min-width: 0;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 12px 24px 24px 24px;
  min-height: 200px;
  margin-top: 20px;
}
.single-sidebar h2 {
  font-size: 1.4rem;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .single-sidebar {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .single-sidebar {
    display: none;
  }
}
/* ========================================================================== */
/* WIDGET:                                                                    */
/* ========================================================================== */
.widget {
  margin-bottom: 40px;
}
/* ========================================================================== */
/* WIDGET: ULTIME NOTIZIE                                                      */
/* ========================================================================== */
/*
 * Stili per il widget personalizzato "kto – Ultime Notizie".
 * Tutte le regole sono scoped dentro .kto-ultime-notizie per evitare
 * conflitti con altri widget o componenti del tema.
 */
.kto-ultime-notizie {
  /* ---------------------------------------------------------------------- */
  /* Intestazione del widget                                                  */
  /* ---------------------------------------------------------------------- */
  /*
     * .widget-title
     * Sovrascrive lo stile generico per adattarlo all'identità visiva del tema:
     * colore fucsia, uppercase, separatore inferiore sottile.
     */
  /* ---------------------------------------------------------------------- */
  /* Lista notizie                                                            */
  /* ---------------------------------------------------------------------- */
  /*
     * .wun-lista
     * Reset dell'elemento <ul>: nessun marcatore, margini e padding azzerati.
     */
  /*
     * .wun-voce
     * Singola riga notizia con separatore inferiore sottile.
     */
  /*
     * .wun-link
     * Link wrapper dell'intera riga: flex row, immagine + testo affiancati.
     */
  /* ---------------------------------------------------------------------- */
  /* Icona Bullet FontAwesome                                                 */
  /* ---------------------------------------------------------------------- */
  /*
     * .wun-icona
     * Stile del bullet point che precede il testo dell'articolo.
     */
  /* ---------------------------------------------------------------------- */
  /* Immagine circolare                                                       */
  /* ---------------------------------------------------------------------- */
  /*
     * .wun-img-wrap
     * Contenitore cerchio: border-radius 50% + overflow hidden per mascherare
     * l'immagine rettangolare nell'area circolare.
     */
  /*
     * .wun-img
     * Immagine dentro il cerchio: object-fit cover garantisce il riempimento
     * senza distorsioni a qualunque aspect-ratio sorgente.
     */
  /*
     * .wun-img-placeholder
     * Gradiente di fallback per notizie prive di immagine.
     */
  /* ---------------------------------------------------------------------- */
  /* Blocco testo (data + titolo)                                             */
  /* ---------------------------------------------------------------------- */
  /*
     * .wun-testo
     * Flex column per data e titolo. min-width: 0 previene l'overflow
     * del testo lungo in container flex.
     */
  /*
     * .wun-data
     * Data piccola, grigia, uppercase — gerarchicamente sotto il titolo.
     */
  /*
     * .wun-titolo
     * Titolo della notizia: troncato a 2 righe con ellissi per mantenere
     * il widget compatto indipendentemente dalla lunghezza del testo.
     */
  /*
     * .wun-vuoto
     * Messaggio di stato quando non ci sono notizie disponibili.
     */
}
.kto-ultime-notizie .widget-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: black;
  margin: 0 0 16px 0;
  padding-bottom: 3px;
  border-bottom: 2px solid #49E54A;
  text-align: left;
}
.kto-ultime-notizie .wun-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kto-ultime-notizie .wun-voce {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.kto-ultime-notizie .wun-voce:last-child {
  border-bottom: none;
}
.kto-ultime-notizie .wun-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 6px 0;
  text-decoration: none;
  border-radius: 6px;
}
.kto-ultime-notizie .wun-link:hover .wun-titolo {
  color: #FF6200;
}
.kto-ultime-notizie .wun-link:hover .wun-icona {
  color: #FF6200;
}
.kto-ultime-notizie .wun-link:hover .wun-img-wrap {
  border-color: #c90276;
}
.kto-ultime-notizie .wun-icona {
  font-size: 0.9rem;
  color: #177A00;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-top: 1px;
}
.kto-ultime-notizie .wun-img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #E5E5E5;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  background-color: #F2F2F2;
}
.kto-ultime-notizie .wun-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wun-link:hover .kto-ultime-notizie .wun-img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.kto-ultime-notizie .wun-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c90276 0%, #09d3f6 100%);
}
.kto-ultime-notizie .wun-testo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  min-width: 0;
}
.kto-ultime-notizie .wun-data {
  font-size: 0.8rem;
  font-weight: 400;
  color: #B3B3B3;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.kto-ultime-notizie .wun-titolo {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #177A00;
}
.kto-ultime-notizie .wun-vuoto {
  font-size: 0.85rem;
  color: #808080;
  font-style: italic;
  margin: 0;
  padding: 10px 0;
}
/* ========================================================================== */
/* WIDGET: PAGINE CON TAG                                                      */
/* ========================================================================== */
/*
 * Stili del widget "Pagine con Tag".
 * Imposta thumbnail quadrata piccola e blocco testuale titolo/sottotitolo.
 */
.kto-pagine-con-tag .widget-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #c90276;
  margin: 0 0 16px 0;
  padding-bottom: 3px;
  border-bottom: 2px solid #49E54A;
  text-align: left;
}
.kto-pagine-con-tag .wpt-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kto-pagine-con-tag .wpt-voce {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}
.kto-pagine-con-tag .wpt-voce:last-child {
  border-bottom: none;
}
.kto-pagine-con-tag .wpt-riga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.kto-pagine-con-tag .wpt-img-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kto-pagine-con-tag .wpt-img-wrap {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  background-color: #F2F2F2;
}
.kto-pagine-con-tag .wpt-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.kto-pagine-con-tag .wpt-img-link:hover .wpt-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.kto-pagine-con-tag .wpt-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c90276 0%, #09d3f6 100%);
}
.kto-pagine-con-tag .wpt-testo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.kto-pagine-con-tag .wpt-titolo-link {
  text-decoration: none;
}
.kto-pagine-con-tag .wpt-titolo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  color: #333333;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.kto-pagine-con-tag .wpt-titolo-link:hover .wpt-titolo {
  color: #c90276;
}
.kto-pagine-con-tag .wpt-sottotitolo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #666666;
}
.kto-pagine-con-tag .wpt-vuoto {
  font-size: 0.85rem;
  color: #808080;
  font-style: italic;
  margin: 0;
  padding: 8px 0;
}
/* ========================================================================== */
/* MENU INFO SERVIZIO (HEADER TOP Destra)
/* ========================================================================== */
.modulo-infoservizio {
  margin-right: 20px;
}
.nav-Infoservizio ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-Infoservizio ul li {
  margin: 0;
  padding: 0;
}
.nav-Infoservizio ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav-Infoservizio ul li a:hover {
  color: #FFD700;
}
@media (max-width: 899px) {
  .modulo-infoservizio {
    display: none !important;
  }
}
/* ========================================================================== */
/* COMPONENTE STICKY
/* ========================================================================== */
.componente-sticky {
  position: relative;
  width: 100%;
  /* Questa sezione determina lo spazio fisico occupato nel flusso HTML */
  height: 100vh;
  /* Rimuoviamo z-index: 1 per EVITARE che il componente diventi un contesto di stacking. 
       Questo permetterà ai figli con z-index negativo di andare "dietro" al resto dei contenuti del sito! */
}
.componente-sticky .sticky-img-container {
  /* Container assoluto alto il doppio (200vh) in modo da dare spazio all'immagine di rimanere "sticky" al top */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  z-index: -1;
  /* Fondamentale: Scivola ESATTAMENTE dietro a tutti i blocchi successivi (che hanno z-index auto o magggiore) */
  pointer-events: none;
  /* Impedisce che blocchi eventuali logiche/link */
  background-color: black;
}
.componente-sticky .sticky-img-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.componente-sticky .sticky-img-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* Ora l'altezza scala in proporzione alla larghezza del .blocco */
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.componente-sticky .sticky-text-wrapper {
  position: relative;
  z-index: 1;
  /* Il testo continua a fluttuare sopra alla propria immagine */
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* FIX: Questo mancava e faceva sparire il testo incollandolo in alto sotto all'header "fixed"! */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: auto;
}
/* ========================================================================== */
/* MODULO: TESTO + IMMAGINE STICKY
/* ========================================================================== */
.welcome {
  color: white;
  padding: 20px;
}
.welcome .welcome-testo {
  font-size: 10rem;
  font-weight: 700;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1000px) {
  .welcome .welcome-testo {
    font-size: 8rem;
  }
}
@media (max-width: 900px) {
  .welcome .welcome-testo {
    font-size: 8rem;
  }
}
@media (max-width: 800px) {
  .welcome .welcome-testo {
    font-size: 8rem;
  }
}
@media (max-width: 700px) {
  .welcome .welcome-testo {
    font-size: 6rem;
  }
}
@media (max-width: 640px) {
  .welcome .welcome-testo {
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .welcome .welcome-testo {
    font-size: 4rem;
  }
}
@media (max-width: 550px) {
  .welcome .welcome-testo {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .welcome .welcome-testo {
    font-size: 4rem;
  }
}
@media (max-width: 450px) {
  .welcome .welcome-testo {
    font-size: 4rem;
  }
}
@media (max-width: 420px) {
  .welcome .welcome-testo {
    font-size: 3.5rem;
  }
}
/* ========================================================================== */
/* SHORTCODE: ANTEPRIMA BLOG                                                  */
/* ========================================================================== */
#shortcode-anteprima-blog-1697 {
  margin-top: 0;
  padding-top: 10px;
}
#shortcode-anteprima-blog-1697.componente-notizie-eventi {
  background-color: transparent;
}
#shortcode-anteprima-blog-2085 {
  padding: 1rem;
}
#shortcode-anteprima-blog-2085 .blocco {
  width: 100%;
}
#shortcode-anteprima-blog-2085 .blocco #splide01-track {
  width: 100%;
  padding: 0;
}
#shortcode-anteprima-blog-2085 .blocco #splide01-track .articolo-immagine-anteprima {
  max-width: 880px;
}
#shortcode-anteprima-blog-2085 .blocco #splide01-track h4 {
  font-size: 2rem;
}
#shortcode-anteprima-blog-2085 .blocco #splide01-track .notizia-estratto {
  max-width: 880px;
}
/* ========================================================================== */
/* FORMINATOR CLASSI MODIFICATE          */
/* ========================================================================== */
.forminator-ui#forminator-module-136.forminator-design--default .forminator-response-message.forminator-success {
  background-color: #0e8d4b !important;
  color: white !important;
  font-weight: 700 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.forminator-ui#forminator-module-136.forminator-design--default .forminator-response-message.forminator-success p {
  color: white !important;
  font-weight: 700 !important;
}
.forminator-ui#forminator-module-136.forminator-design--default .forminator-response-message.forminator-success,
.forminator-ui#forminator-module-136.forminator-design--default .forminator-response-message.forminator-success p {
  color: white !important;
  font-weight: 700 !important;
}
.forminator-checkbox__label {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.forminator-checkbox__label p {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.forminator-button-submit {
  font-size: 1rem !important;
  font-weight: 700 !important;
  background-color: #ED1C24 !important;
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.forminator-button-submit:hover {
  background-color: #FF6200 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.forminator-label {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
}
