@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Global */
body { font-family: "Lato", sans-serif; background-color: #1D1F2E; color: rgb(143, 147, 165); }
h1, h2, h3, h4, h5, mark { color: #fff; }
h3 {font-size: 48px;line-height: 1.25;font-weight: 600;letter-spacing: -0.015em;margin-bottom: 40px;}
h4 {font-size: 48px;line-height: 1.25;font-weight: 600;letter-spacing: -0.015em;}
h5 { color: #ED5F59; }


p {font-size: 21px;line-height: 1.381002381;letter-spacing: .011em;}
strong { color: #fff;}

/* Custom Texts */
.text-underline { position: relative; z-index: 1; padding: 0; display: inline-block; background: none; text-decoration: none; }
.text-underline::before { content: ''; position: absolute; z-index: -1; bottom: 0; left: 0; width: 100%; height: 30%; background-color: #ED5F59; }
.text-outline { -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; }

/* Buttons */
.btn .hydrated { visibility: inherit; margin-top: 4px; margin-right: 6px; display: block; float: left; }
.btn-primary, .btn-primary:active { background-color: #ED5F59; border-color: #ED5F59; --bs-btn-active-bg: #ED5F59; --bs-btn-active-border-color: #ED5F59; }
.btn-primary:hover, .btn-primary:focus-visible { background-color: #E73029; border-color: #E73029; }

/* Utils */
.text-red { color: #ED5F59; }

/* Global */
main { padding-bottom: 40px; }

/* Header */
header.has-image { padding-top: 100px; padding-bottom: 100px;margin-bottom: 60px;overflow: hidden;position: relative; }
header.has-image .has-image-bg { opacity: 0.2;position: absolute;left: 0;top: 0;width: 100%;height: 100%; background-size: cover; background-position: top right; }
header.has-image .has-image-content { position: relative; text-align: center;}
header.has-image a {color: #fff; text-decoration: none;}
header.has-image .lead {color: #fff;}

/* NavBar */
#main-navbar { background-color: #1D1F2E; }
#main-navbar .nav-link { color: #fff; font-size: 0.9rem; font-weight: 700; }
#main-navbar .nav-link:hover { color: #ED5F59; }
#main-navbar .navbar-brand { width: 84px; height: 60px; background-size: contain; background-repeat: no-repeat; background-image: url(/uploads/b4036f0c-de72-4cf0-adbf-d993698c164d/logo-white.png); }
#main-navbar .nav-item { border-left: 1px solid #3D3F4C; padding-left: 20px; padding-right: 20px;}

#main-navbar .navbar-toggler { border: none; }
#main-navbar .navbar-toggler .menu-toggle-line-top { width: 22px; display: block; height: 4px;border-radius: 0;background-color: #fff;margin-bottom: 4px;}
#main-navbar .navbar-toggler .menu-toggle-line-middle { width: 12px; display: block; height: 4px; border-radius: 0;background-color: #fff;margin-bottom: 4px;}
#main-navbar .navbar-toggler .menu-toggle-line-bottom { width: 28px; display: block; height: 4px;border-radius: 0;background-color: #fff;}

/* Pills Block */
.pill-block { border: 4px solid #ED5F59; border-radius: 8px; padding: 30px; margin-bottom: 40px; }
.pill-number-block {text-align: center;font-size: 90px;font-weight: 600;color: #fff;}
.pill-text-block {text-align: center;color: #fff;text-transform: uppercase;}

/* CTA in page */
.cta-in-page {text-align: center; padding: 60px 0 60px 0;}
.cta-in-page .cta-buttons {display: flex;justify-content: center;gap: 1rem;}

/* Final CTA */
.cta-final { background-color: #f8992f; text-align: center; padding: 60px 0 60px 0;color: #1D1F2E;}
.cta-final .cta-buttons {display: flex;justify-content: center;gap: 1rem;}

/* Footer */
footer { background-color: #fff; color:#1D1F2E; }
footer .link-social { font-size: 23px; color: #1D1F2E; text-decoration: none;}
footer .link-social .hydrated { visibility: inherit; margin-right: 6px; display: inline-block; font-size: 15px; }
footer .link-social:hover { color: #ED5F59; }
footer .nav-link:hover { color: #ED5F59; }
.bottom-copyright {color: #fff;padding-top: 20px;padding-bottom: 20px;}

/* PAGES */
/* ========== */

/* Homepage */
.page-home { padding-bottom: 0px; }
.page-home .html-block { margin-bottom: 60px; }
.page-home .block:first-child { padding-top: 150px; padding-bottom: 50px; background-image: url(/uploads/ec3d313d-0851-47f9-a55a-298943e9975e/banner-home.jpg); background-size: cover; background-position: center top; }
.page-home .block:first-child h1 { font-size: 6rem; font-weight: 800; text-transform: uppercase;}
.page-home .block:first-child h2 {font-size: 2.3rem; font-weight: 800; text-transform: uppercase;}
.page-home .block:first-child .lead {font-size: 1rem; font-weight: 600; color: #FFF;}
.page-home .column-block { padding: 40px 0 50px 0; }
/* .page-home .column-block:last-child { background-color: #f8992f !important; padding: 40px 0 30px 0; margin-top: 30px; } */
.page-home .card { margin-bottom: 30px; background-color: #212529; color: #fff; }

@media (max-width: 600px) {
    .page-home .block:first-child h1 { font-size: 5rem;}
    .page-home .block:first-child h2 {font-size: 1.94rem;}
    .page-home .block:first-child .lead {font-size: 0.85rem;}
}

/* Audio Player */

:root {
    --player-bg: #111111;
    --player-text: #ffffff;
    --player-muted: #888888;
    --player-accent: #ffffff;
    --player-border: #222222;
}

.audio-player {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 2rem 0;
}

.player-label {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--player-muted);
    margin-bottom: 2rem;
}

.player-wrapper {
    background: var(--player-bg);
    border-radius: 4px;
    padding: 2rem;
    margin-bottom: 1rem;
}

/* Header con copertina e info */
.player-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.player-cover {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.player-current {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.player-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--player-text);
}

.player-artist {
    font-size: 0.85rem;
    color: var(--player-muted);
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.player-btn {
    background: none;
    border: none;
    color: var(--player-text);
    cursor: pointer;
    font-size: 2rem;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.player-btn:hover {
    opacity: 1;
}

.player-progress-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.player-progress {
    width: 100%;
    height: 2px;
    background: var(--player-border);
    cursor: pointer;
    position: relative;
}

.player-progress-fill {
    height: 100%;
    background: var(--player-accent);
    width: 0%;
    transition: width 0.1s linear;
}

.player-time {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--player-muted);
}

.player-playlist {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--player-border);
}

.playlist-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--player-border);
    cursor: pointer;
    transition: opacity 0.2s;
}

.playlist-item:hover {
    opacity: 0.7;
}

.playlist-item.is-active .playlist-title {
    color: var(--player-accent);
}

.playlist-index {
    font-size: 0.75rem;
    color: var(--player-muted);
    min-width: 1.5rem;
}

.playlist-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.playlist-title {
    font-size: 0.9rem;
    color: var(--player-text);
}

.playlist-artist {
    font-size: 0.78rem;
    color: var(--player-muted);
}

/* Instagram */

.instagram-preview {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 2rem 0;
}

.instagram-label {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--player-muted);
    margin-bottom: 1.5rem;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.instagram-grid a {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
}

.instagram-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
}

.instagram-grid img:hover {
    opacity: 0.7;
}

.instagram-link {
    font-size: 0.85rem;
    color: var(--player-text);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.instagram-link:hover {
    opacity: 1;
}

/* Biografia */
.page-biografia a { color: #fff; font-weight: bold; }

/* Discografia */
.page-discografia article { margin-bottom: 20px; color: #fff;}
.page-discografia article h3 { font-size: 18px;}
.page-discografia article a { color: #fff; text-decoration: none;}
.page-discografia .archive-navigation { margin-top: 40px;}

/* Blog */
.page-blog article {margin-bottom: 40px;} 
.page-blog article h5 {color: #fff;} 
.page-blog article a, .page-blog article a:visited {color: #fff;} 

/* Contatti */
.page-contatti .btn-social { margin-bottom: 4px; }