/* Sito creato con ❤ custom da MarTe Graphics | autore e sito web: www.martegraphics.it | All Rights Reserved. */
.tao-hero-content{
  position:relative;z-index:2;
  max-width:var(--tao-maxw);
  margin:0 auto;width:100%;
  color:#FAFAF7;
  font-family:var(--tao-font-body);
}
.tao-hero-eyebrow{
  font-family:var(--tao-font-mono);
  font-size:12px;letter-spacing:0.12em;
  text-transform:uppercase;
  color:#E8DCC0;opacity:0.85;
  display:inline-block;margin-bottom:32px;
}
.tao-hero-headline{
  font-family:var(--tao-font-display);
  font-weight:400;
  font-size:clamp(48px, 8vw, 112px);
  line-height:0.98;
  letter-spacing:-0.025em;
  color:#FAFAF7;
  max-width:14ch;
  margin:0 0 28px 0;
  text-wrap:balance;
}
.tao-hero-headline em{
  font-family:var(--tao-font-italic);
  font-style:italic;
  color:#E8DCC0;
  font-weight:400;
  letter-spacing:-0.005em;
}
.tao-hero-tagline{
  font-family:var(--tao-font-italic);
  font-style:italic;
  font-size:clamp(22px, 2.6vw, 30px);
  color:#E8DCC0;
  margin:0 0 44px 0;
  font-weight:400;
}
.tao-hero-actions{display:flex;gap:20px;flex-wrap:wrap;align-items:center}

.tao-hero-meta{
  position:relative;z-index:2;
  max-width:var(--tao-maxw);margin:80px auto 0;width:100%;
  display:flex;align-items:center;gap:32px;flex-wrap:wrap;
  color:#FAFAF7;
  border-top:1px solid rgba(232,220,192,0.25);
  padding-top:28px;
}
.tao-hero-meta > div:not(.tao-meta-sep){display:flex;flex-direction:column;gap:4px}
.tao-meta-num{font-family:var(--tao-font-display);font-size:36px;font-weight:400;line-height:1}
.tao-meta-lab{font-family:var(--tao-font-mono);font-size:11px;letter-spacing:0.08em;text-transform:uppercase;opacity:0.75}
.tao-meta-sep{width:1px;height:36px;background:rgba(232,220,192,0.3)}

@media (max-width: 980px){
  .tao-hero-meta{margin-top:48px;gap:20px}
  .tao-meta-sep{display:none}
  .tao-hero-actions{flex-direction:column;align-items:stretch;gap:14px;width:100%;max-width:320px}
  .tao-btn{justify-content:center}
  .tao-hide-mobile{display:none!important}
}
