/* =========================================================================
   RAGE GAMES — foglio di stile unico del sito.
   Colori, tipografia e tempi vengono dal gioco: non aggiungerne altri.
   Si anima solo transform e opacity, e sotto prefers-reduced-motion niente.
   ========================================================================= */

/* --- I colori, presi dal codice del gioco ------------------------------- */
:root {
  --fondo: #072316;
  --verde-profondo: #0b3a22;
  --prato: #1f7a34;
  --ambra: #ffc233;
  --ambra-scura: #b3861d;
  --gesso: #f2f4ef;
  --rosso-squadra: #d63b2f;
  --blu-squadra: #2f6ed6;
  --viola: #b48cff;
  --muro: #2a2d34;

  /* gesso smorzato per il testo secondario: e' sempre gesso, solo piu' basso */
  --gesso-basso: rgba(242, 244, 239, 0.72);
  --bordo: rgba(242, 244, 239, 0.16);

  /* La curva e i tempi del gioco. Non ce ne sono altri. */
  --curva: cubic-bezier(0.2, 0, 0, 1);
  --tocco: 120ms;
  --acceso: 180ms;
  --conta: 600ms;
  --momento: 900ms;
  --rivelazione: 1200ms;

  --larghezza: 1120px;
  --lato: clamp(16px, 5vw, 40px);
}

/* --- I font, ospitati qui dentro ---------------------------------------- */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/font/barlow-condensed-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/font/barlow-condensed-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/font/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/font/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Basi ---------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  /* clip e non hidden: non crea un contesto di scorrimento nuovo */
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--fondo);
  color: var(--gesso);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--gesso); text-decoration-color: var(--bordo); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--ambra); }

:focus-visible {
  outline: 2px solid var(--ambra);
  outline-offset: 3px;
  border-radius: 2px;
}

h1, h2, h3 {
  font-family: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.02;
  margin: 0 0 0.4em;
  text-wrap: balance;
}

h2 { font-size: clamp(30px, 5.4vw, 46px); }
h3 { font-size: clamp(21px, 2.6vw, 26px); }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

/* L'inclinazione e' la firma del gioco: sette gradi, solo sui titoli grandi
   e sui tasti. Mai sul testo lungo, mai sul marchio. */
.corsa {
  --inclinazione: skewX(-7deg);
  transform: skewX(-7deg);
}

.numero-tabellare { font-variant-numeric: tabular-nums; }

.contenitore {
  width: 100%;
  max-width: var(--larghezza);
  margin-inline: auto;
  padding-inline: var(--lato);
}

.sezione { padding-block: clamp(56px, 9vw, 104px); }
.sezione--stretta { padding-block: clamp(40px, 6vw, 72px); }

.occhiello {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 15px;
  color: var(--ambra);
  margin: 0 0 8px;
}

.nascosto-a-vista {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* --- Salta al contenuto --------------------------------------------------- */
.salta {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, -140%, 0);
  z-index: 50;
  background: var(--ambra);
  color: #1a1204;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
  transition: transform var(--acceso) var(--curva);
}
.salta:focus { transform: translate3d(-50%, 0, 0); }

/* --- Barra in alto -------------------------------------------------------- */
.barra {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 35, 22, 0.94);
  border-bottom: 1px solid var(--bordo);
  backdrop-filter: blur(6px);
}

.barra__dentro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding-block: 8px;
}

.barra__marchio {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}
.barra__marchio img { width: 168px; height: auto; }

.barra__destra {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 26px);
}

.barra__collegamento {
  white-space: nowrap;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 2px;
  border-bottom: 2px solid transparent;
}
.barra__collegamento:hover,
.barra__collegamento[aria-current='page'] { border-bottom-color: var(--ambra); }

/* Sul telefono la barra tiene solo marchio e lingue: al gioco si arriva dal
   tasto dell'hero, dalla scheda e dal footer, e la barra resta leggibile. */
@media (max-width: 560px) {
  .barra__collegamento { display: none; }
  .barra__marchio img { width: 140px; }
  .barra__destra { gap: 6px; }
}

/* Selettore di lingua: tre collegamenti veri, funziona anche senza JavaScript */
.lingue { display: flex; align-items: center; gap: 2px; }
.lingue__voce {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--gesso-basso);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 4px;
}
.lingue__voce:hover { color: var(--gesso); background: rgba(242, 244, 239, 0.07); }
.lingue__voce[aria-current='true'] { color: var(--ambra); background: rgba(255, 194, 51, 0.1); }

/* --- Tasti ---------------------------------------------------------------- */
.tasto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 26px;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transform: skewX(-7deg);
  transition: transform var(--tocco) var(--curva), background-color var(--acceso) var(--curva),
    border-color var(--acceso) var(--curva), color var(--acceso) var(--curva);
}
.tasto > span { display: block; transform: skewX(7deg); }
.tasto:active { transform: skewX(-7deg) scale(0.965); }

.tasto--ambra { background: var(--ambra); color: #1a1204; }
.tasto--ambra:hover { background: #ffd062; }

.tasto--contorno { border-color: var(--bordo); color: var(--gesso); background: transparent; }
.tasto--contorno:hover { border-color: var(--gesso); }

/* Badge del negozio: finche' il gioco non e' pubblicato non e' un
   collegamento, perche' un collegamento rotto e' peggio di nessun collegamento. */
.badge-negozio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 20px;
  border: 2px solid var(--ambra);
  border-radius: 4px;
  color: var(--ambra);
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge-negozio svg { flex: none; }

/* --- Hero ----------------------------------------------------------------- */
.eroe {
  padding-block: clamp(48px, 11vw, 120px) clamp(40px, 8vw, 88px);
  text-align: center;
}

.eroe__marchio { margin: 0 0 clamp(20px, 3vw, 32px); }
.eroe__marchio img {
  width: min(560px, 82vw);
  margin-inline: auto;
}

.eroe__frase {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(26px, 5.2vw, 44px);
  line-height: 1.06;
  max-width: 24ch;
  margin: 0 auto clamp(24px, 4vw, 36px);
  --inclinazione: skewX(-7deg);
  transform: skewX(-7deg);
  text-wrap: balance;
}

.eroe__meta {
  color: var(--gesso-basso);
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-top: 18px;
}

/* --- Scheda del gioco in home --------------------------------------------- */
.scheda {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 36px);
  align-items: center;
  background: var(--verde-profondo);
  border: 1px solid var(--bordo);
  border-radius: 10px;
  padding: clamp(22px, 4vw, 40px);
}
@media (min-width: 720px) {
  .scheda { grid-template-columns: 148px 1fr; }
}

.scheda__icona {
  width: 148px;
  height: 148px;
  border-radius: 22%;
  border: 1px solid var(--bordo);
}

/* Il nome del gioco si scrive RAGE QUIT Football, non tutto maiuscolo:
   qui il maiuscolo dei titoli va tolto apposta. */
.scheda__nome {
  font-size: clamp(26px, 3.4vw, 36px);
  text-transform: none;
  margin-bottom: 12px;
}
.scheda__righe { color: var(--gesso-basso); max-width: 56ch; }
.scheda__azioni {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

/* --- Chi siamo ------------------------------------------------------------ */
.chi { display: grid; gap: clamp(24px, 4vw, 44px); align-items: start; }
@media (min-width: 760px) {
  .chi { grid-template-columns: 180px 1fr; }
}

.chi__omino {
  width: 150px;
  margin-inline: auto;
}
/* Lo scatto della faccia: una volta sola, 180 ms, e poi torna. */
.omino-scatta { transition: transform var(--acceso) var(--curva); }
.omino-scatta.scatto { transform: scale(1.06) rotate(-3deg); }

.chi__testo p { max-width: 62ch; }
.chi__testo h2 + p {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(22px, 3.2vw, 30px);
  line-height: 1.1;
  letter-spacing: 0.02em;
}

/* --- Contatti ------------------------------------------------------------- */
.contatti__email {
  display: inline-block;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 40px);
  letter-spacing: 0.02em;
  color: var(--ambra);
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 194, 51, 0.35);
  min-height: 44px;
}
.contatti__email:hover { border-bottom-color: var(--ambra); }
.contatti__nota { color: var(--gesso-basso); margin-top: 14px; }

/* --- Blocchi "cosa si fa" -------------------------------------------------- */
.blocchi { display: grid; gap: clamp(36px, 6vw, 72px); }

.blocco { display: grid; gap: clamp(18px, 3vw, 36px); align-items: center; }
@media (min-width: 800px) {
  .blocco { grid-template-columns: 1fr 1fr; }
  .blocco:nth-child(even) .blocco__figura { order: 2; }
}

.blocco__figura {
  margin: 0;
  border: 1px solid var(--bordo);
  border-radius: 8px;
  overflow: hidden;
  background: var(--verde-profondo);
}
.blocco__figura img { width: 100%; }
.blocco__testo { color: var(--gesso-basso); max-width: 52ch; }

/* --- I numeri -------------------------------------------------------------- */
.numeri {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(14px, 2.5vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.numeri__voce {
  background: var(--verde-profondo);
  border: 1px solid var(--bordo);
  border-radius: 8px;
  padding: 22px 18px;
  text-align: center;
}

.numeri__cifra {
  display: block;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: clamp(42px, 7vw, 64px);
  line-height: 1;
  color: var(--ambra);
  transform: skewX(-7deg);
}

.numeri__etichetta {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--gesso-basso);
  text-transform: uppercase;
}

/* --- Galleria --------------------------------------------------------------- */
.galleria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(12px, 2vw, 20px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.galleria__tasto {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--bordo);
  border-radius: 8px;
  overflow: hidden;
  background: var(--verde-profondo);
  cursor: zoom-in;
  transition: transform var(--acceso) var(--curva), border-color var(--acceso) var(--curva);
}
.galleria__tasto:hover { transform: scale(1.02); border-color: var(--ambra); }
.galleria__tasto:active { transform: scale(0.965); }
.galleria__tasto img { width: 100%; }

.lente {
  border: none;
  padding: 0;
  background: transparent;
  max-width: min(1200px, 94vw);
  max-height: 92vh;
  color: var(--gesso);
}
.lente::backdrop { background: rgba(7, 35, 22, 0.92); }
.lente__figura { margin: 0; }
.lente__figura img { border-radius: 8px; width: 100%; }
.lente__didascalia {
  margin-top: 10px;
  font-size: 14px;
  color: var(--gesso-basso);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.lente__chiudi {
  background: transparent;
  border: 1px solid var(--bordo);
  border-radius: 4px;
  color: var(--gesso);
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  min-height: 44px;
  padding-inline: 16px;
  cursor: pointer;
  transition: transform var(--tocco) var(--curva), border-color var(--acceso) var(--curva);
}
.lente__chiudi:hover { border-color: var(--ambra); }
.lente__chiudi:active { transform: scale(0.965); }

/* --- Video ------------------------------------------------------------------ */
.video {
  position: relative;
  width: min(300px, 74vw);
  margin-inline: auto;
  border: 1px solid var(--bordo);
  border-radius: 12px;
  overflow: hidden;
  background: var(--verde-profondo);
}
.video video { width: 100%; display: block; }

.video__play {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(7, 35, 22, 0.45);
  border: 0;
  color: var(--gesso);
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: opacity var(--acceso) var(--curva), transform var(--tocco) var(--curva);
}
.video__play:active { transform: scale(0.965); }
.video__play[hidden] { display: none; }

.eroe-gioco {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding-block: clamp(36px, 7vw, 84px);
}
@media (min-width: 880px) {
  .eroe-gioco { grid-template-columns: 1.15fr 0.85fr; text-align: left; }
  .eroe-gioco .eroe__marchio img { margin-inline: 0; }
  .eroe-gioco .eroe__frase { margin-inline: 0; }
}
.eroe-gioco__azioni {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
@media (min-width: 880px) {
  .eroe-gioco__azioni { justify-content: flex-start; }
}

/* --- Press kit --------------------------------------------------------------- */
.press {
  background: var(--verde-profondo);
  border: 1px solid var(--bordo);
  border-radius: 10px;
  padding: clamp(22px, 4vw, 40px);
}
.press__testo { color: var(--gesso-basso); max-width: 58ch; margin-bottom: 22px; }

/* --- Privacy ------------------------------------------------------------------ */
.testo-lungo { max-width: 68ch; }
.testo-lungo h2 { font-size: clamp(24px, 3.6vw, 32px); margin-top: 2em; }
.testo-lungo h2:first-of-type { margin-top: 1em; }
.testo-lungo p { color: var(--gesso-basso); }

.testo-lungo h3 {
  font-size: clamp(19px, 2.2vw, 23px);
  margin-top: 1.8em;
  color: var(--gesso);
}
.testo-lungo strong { color: var(--gesso); }

/* Un indirizzo lungo non deve uscire dallo schermo: va a capo dove capita. */
.testo-lungo p,
.testo-lungo li { overflow-wrap: break-word; }
.testo-lungo a { overflow-wrap: anywhere; }

.elenco {
  margin: 0 0 1em;
  padding-left: 22px;
  color: var(--gesso-basso);
}
.elenco li { margin-bottom: 8px; }
.elenco li::marker { color: var(--ambra); }

.indice {
  list-style: none;
  margin: 0 0 8px;
  padding: 18px 22px;
  border: 1px solid var(--bordo);
  border-radius: 8px;
  background: var(--verde-profondo);
}
.indice li + li { margin-top: 6px; }
.indice a { color: var(--gesso); }

/* Diciotto voci in colonna sono un muro: da tablet in su vanno su due. */
@media (min-width: 620px) {
  .indice--due {
    columns: 2;
    column-gap: 32px;
  }
  .indice--due li { break-inside: avoid; }
  .indice--due li + li { margin-top: 0; }
  .indice--due li { margin-bottom: 6px; }
}

/* Le tabelle dell'informativa. Nessuno scorrimento laterale: le celle vanno
   a capo, anche dentro un indirizzo lungo. */
.tabella { margin: 0 0 1.4em; }
.tabella table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  overflow-wrap: anywhere;
}
.tabella th,
.tabella td {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px 10px 0;
  border-bottom: 1px solid var(--bordo);
}
.tabella th {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 15px;
  color: var(--gesso);
  border-bottom-color: rgba(242, 244, 239, 0.32);
}
.tabella td { color: var(--gesso-basso); }
.tabella tr td:first-child { color: var(--gesso); padding-right: 18px; }

.sottotitolo {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 18px;
  color: var(--gesso-basso);
  margin-bottom: 4px;
}

.aggiornato { color: var(--gesso-basso); font-size: 15px; }

/* --- Footer --------------------------------------------------------------------- */
.pieno {
  border-top: 1px solid var(--bordo);
  padding-block: 36px 44px;
  margin-top: clamp(40px, 7vw, 80px);
}
.pieno__dentro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.pieno__marchio img { width: 140px; }
.pieno__voci {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
  font-size: 15px;
  color: var(--gesso-basso);
}
.pieno__voci a {
  color: var(--gesso-basso);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.pieno__voci a:hover { color: var(--gesso); }

/* --- Il movimento ------------------------------------------------------------------
   Una cosa entra una volta sola: 14px dal basso, 600 ms. Chi non ha JavaScript
   la vede subito, perche' la classe .entra la mette lo script. */
.entra { opacity: 0; transform: var(--inclinazione, ) translate3d(0, 14px, 0); }
.entra.entrata {
  opacity: 1;
  transform: var(--inclinazione, );
  transition: opacity var(--conta) var(--curva), transform var(--conta) var(--curva);
}
.entra--momento.entrata {
  transition-duration: var(--momento);
}

/* L'hero al primo caricamento: 1200 ms, la frase a 180, il tasto a 360.
   E' un'animazione CSS e non JavaScript apposta: cosi' l'hero si vede anche
   se lo script non parte, e non resta mai una pagina bianca. */
@keyframes entra-dal-basso {
  from { opacity: 0; transform: var(--inclinazione, ) translate3d(0, 14px, 0); }
  to { opacity: 1; transform: var(--inclinazione, ); }
}
.js .rivela { animation: entra-dal-basso var(--rivelazione) var(--curva) both; }
.js .rivela--due { animation-delay: 180ms; }
.js .rivela--tre { animation-delay: 360ms; }

/* Senza JavaScript non si nasconde niente. */
html:not(.js) .entra,
html:not(.js) .rivela { opacity: 1; transform: none; }

/* --- Spento sotto prefers-reduced-motion --------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }
  .entra,
  .rivela {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .tasto:active,
  .galleria__tasto:active,
  .galleria__tasto:hover { transform: skewX(-7deg); }
  .galleria__tasto:active,
  .galleria__tasto:hover { transform: none; }
}
