/* =========================================================
   TEMPLATE HOME CINEMATICO - TONY CHANKU
   File separato: assets/css/template-home.css
   ========================================================= */

.tc-home {
    min-height: 625px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.46) 49%, rgba(0,0,0,.84) 100%),
        var(--tc-hero-image) center / cover no-repeat;
    border-bottom: 1px solid rgba(217,164,65,.26);
    overflow: hidden;
}

.tc-home__shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 56% 42%, rgba(255,168,48,.20), transparent 24%),
        linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.08) 70%, #050708 100%);
}

.tc-home__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 70px;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 74px;
}

.tc-home__title h1 {
    margin: 0;
    font-family: Impact, "Arial Black", Inter, sans-serif;
    font-size: clamp(4.8rem, 8vw, 8.6rem);
    line-height: .82;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #f1eee8;
    text-shadow: 0 5px 24px rgba(0,0,0,.62);
}

.tc-home__title p {
    margin: 20px 0 30px;
    max-width: 530px;
    color: #f5c84d;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: clamp(1.45rem, 2.5vw, 2.08rem);
    line-height: 1.17;
    text-shadow: 0 4px 18px rgba(0,0,0,.78);
}

.tc-home__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.tc-home-feature {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(217,164,65,.38);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(7,7,7,.93), rgba(23,18,12,.84));
    box-shadow: 0 32px 90px rgba(0,0,0,.58);
    backdrop-filter: blur(10px);
}

.tc-home-feature__top {
    margin: 0 0 13px;
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    font-weight: 900;
}

.tc-home-feature__media {
    position: relative;
    margin-bottom: 18px;
}

.tc-home-feature__media img {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.18);
}

.tc-home-feature__vinyl {
    position: absolute;
    right: -36px;
    top: 17px;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #060606 0 12%, #2a2a2a 13% 18%, #080808 19% 100%),
        repeating-radial-gradient(circle at center, rgba(255,255,255,.12) 0 1px, transparent 1px 6px);
    box-shadow: inset 0 0 42px rgba(255,255,255,.08), 0 14px 40px rgba(0,0,0,.78);
    z-index: 1;
}

.tc-home-feature h2 {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 1.32rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    line-height: 1.15;
}

.tc-home-feature__sub {
    margin: 7px 0 0;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .76rem;
    font-weight: 900;
}

.tc-home-feature__platforms {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 18px 0;
    color: #f7f1e7;
    font-size: .82rem;
    font-weight: 800;
}

.tc-home-feature__platforms span::before {
    content: "●";
    margin-right: 6px;
    color: var(--gold);
}

.tc-home-feature__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid var(--gold);
    border-radius: 7px;
    color: var(--gold);
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .78rem;
}

.tc-home-stats {
    position: relative;
    z-index: 5;
    margin-top: -35px;
}

.tc-home-stats__bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid rgba(217,164,65,.28);
    border-radius: 14px;
    background: rgba(8,8,8,.88);
    box-shadow: 0 25px 80px rgba(0,0,0,.45);
    backdrop-filter: blur(10px);
}

.tc-home-stats__bar div {
    padding: 18px 22px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.14);
}

.tc-home-stats__bar div:last-child {
    border-right: 0;
}

.tc-home-stats__bar strong {
    display: block;
    color: #f7f1e7;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.tc-home-stats__bar span {
    display: block;
    margin-top: 8px;
    color: #f3d48a;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.tc-home-releases {
    padding: 58px 0 50px;
    background: linear-gradient(180deg, #050708, #090b0c);
}

.tc-home-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 20px;
}

.tc-home-section-head h2 {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.tc-home-section-head i {
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 10px;
    background: var(--gold);
}

.tc-home-section-head a {
    color: var(--gold);
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.tc-home-release-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.tc-home-release a {
    display: block;
}

.tc-home-release__img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.04);
}

.tc-home-release__img img {
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    transition: transform .25s ease;
}

.tc-home-release:hover img {
    transform: scale(1.04);
}

.tc-home-release__img span {
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(0,0,0,.45);
    font-size: .72rem;
}

.tc-home-release h3 {
    margin: 12px 0 0;
    color: #f7f1e7;
    text-align: center;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.3;
}

.tc-home-story {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: #060708;
    border-top: 1px solid rgba(255,255,255,.12);
}

.tc-home-story__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.96) 56%),
        var(--tc-story-image) left center / 55% auto no-repeat;
    opacity: .94;
}

.tc-home-story__inner {
    position: relative;
    z-index: 2;
    min-height: 360px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    align-items: center;
}

.tc-home-story__text {
    position: relative;
}

.tc-quote {
    position: absolute;
    left: -72px;
    top: -18px;
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 5rem;
    line-height: 1;
}

.tc-home-story__text h2 {
    margin: 0 0 16px;
    color: #f5c84d;
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.04;
}

.tc-home-story__text p {
    color: #f0e9de;
    line-height: 1.7;
    font-family: "Playfair Display", serif;
    font-size: 1.12rem;
}

.tc-home-story__text strong {
    display: block;
    margin-top: 18px;
    color: #ffcc4d;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 1.7rem;
    font-weight: 600;
}

select {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(0,0,0,.35);
    color: #f7f1e7;
    padding: 0 14px;
    font-size: 1rem;
}

@media (max-width: 1100px) {
    .tc-home__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .tc-home-feature {
        max-width: 430px;
    }

    .tc-home-release-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .tc-home-story__inner {
        grid-template-columns: 1fr;
        padding: 70px 0;
    }

    .tc-home-story__empty {
        display: none;
    }

    .tc-home-story__bg {
        background:
            linear-gradient(180deg, rgba(0,0,0,.38), rgba(0,0,0,.96)),
            var(--tc-story-image) center / cover no-repeat;
    }

    .tc-quote {
        position: static;
        display: block;
        margin-bottom: -20px;
    }
}

@media (max-width: 720px) {
    .tc-home {
        min-height: auto;
    }

    .tc-home__inner {
        padding-top: 138px;
        padding-bottom: 64px;
    }

    .tc-home__title h1 {
        font-size: clamp(4rem, 18vw, 5.5rem);
    }

    .tc-home__title p {
        font-size: 1.34rem;
    }

    .tc-home-stats__bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-home-stats__bar div:nth-child(2) {
        border-right: 0;
    }

    .tc-home-release-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .tc-home-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .tc-home-feature__vinyl {
        display: none;
    }
}
/* =========================================================
   FIX RESPONSIVE SMARTPHONE / TABLET / TV
   ========================================================= */

body {
    overflow-x: hidden;
}

.tc-home,
.tc-home * {
    box-sizing: border-box;
}

/* Tablet */
@media (max-width: 1100px) {
    .tc-home {
        background-position: center center;
    }

    .tc-home__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 120px;
        padding-bottom: 44px;
    }

    .tc-home-feature {
        max-width: 520px;
        width: 100%;
    }

    .tc-home-stats {
        margin-top: 0;
        padding-top: 18px;
    }

    .tc-home-release-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .tc-home-story__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 56px 0;
    }

    .tc-home-story__empty {
        display: none;
    }

    .tc-home-story__bg {
        background:
            linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.95)),
            var(--tc-story-image) center / cover no-repeat;
    }

    .tc-quote {
        position: static;
        display: block;
        margin-bottom: -12px;
    }
}

/* Smartphone */
@media (max-width: 768px) {
    .container {
        width: min(100%, calc(100% - 32px));
    }

    .tc-home {
        min-height: auto;
        background-position: 62% center;
    }

    .tc-home__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 108px;
        padding-bottom: 28px;
    }

    .tc-home__title {
        max-width: 100%;
    }

    .tc-home__title h1 {
        font-size: clamp(3.2rem, 16vw, 4.8rem);
        line-height: 0.92;
        letter-spacing: 0.01em;
        max-width: 100%;
        word-break: break-word;
    }

    .tc-home__title p {
        margin: 18px 0 22px;
        max-width: 100%;
        font-size: 1.08rem;
        line-height: 1.25;
    }

    .tc-home__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .tc-home__actions .btn,
    .tc-home__actions a {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }

    .tc-home-feature {
        width: 100%;
        max-width: 100%;
        padding: 18px;
        border-radius: 16px;
    }

    .tc-home-feature__media img {
        aspect-ratio: 1.2 / 1;
    }

    .tc-home-feature__vinyl {
        display: none;
    }

    .tc-home-feature h2 {
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .tc-home-stats {
        margin-top: 0;
        padding-top: 18px;
    }

    .tc-home-stats__bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tc-home-stats__bar div {
        padding: 14px 10px;
    }

    .tc-home-stats__bar div:nth-child(2) {
        border-right: 0;
    }

    .tc-home-stats__bar strong {
        font-size: 1.35rem;
    }

    .tc-home-stats__bar span {
        font-size: 0.65rem;
        line-height: 1.3;
    }

    .tc-home-releases {
        padding: 38px 0 34px;
    }

    .tc-home-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tc-home-section-head h2 {
        font-size: 1.05rem;
    }

    .tc-home-release-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .tc-home-release h3 {
        font-size: 0.75rem;
    }

    .tc-home-story {
        min-height: auto;
    }

    .tc-home-story__inner {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: auto;
        padding: 44px 0;
    }

    .tc-home-story__text h2 {
        font-size: 1.7rem;
    }

    .tc-home-story__text p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .tc-home-story__text strong {
        font-size: 1.35rem;
    }

    .tc-quote {
        position: static;
        font-size: 3rem;
        margin-bottom: -10px;
    }
}

/* Smartphone molto piccoli */
@media (max-width: 420px) {
    .container {
        width: min(100%, calc(100% - 24px));
    }

    .tc-home__inner {
        padding-top: 98px;
    }

    .tc-home__title h1 {
        font-size: clamp(2.7rem, 15vw, 3.9rem);
        line-height: 0.94;
    }

    .tc-home__title p {
        font-size: 0.98rem;
    }

    .tc-home-feature {
        padding: 16px;
    }

    .tc-home-stats__bar strong {
        font-size: 1.15rem;
    }

    .tc-home-release-grid {
        gap: 12px;
    }
}

/* TV / schermi grandi */
@media (min-width: 1600px) {
    .tc-home {
        min-height: 760px;
    }

    .tc-home__inner {
        grid-template-columns: minmax(0, 1fr) 420px;
        gap: 90px;
        padding-top: 110px;
        padding-bottom: 90px;
    }

    .tc-home__title h1 {
        font-size: clamp(6rem, 7vw, 9rem);
    }

    .tc-home__title p {
        font-size: 2.2rem;
        max-width: 620px;
    }

    .tc-home-stats__bar strong {
        font-size: 2.2rem;
    }

    .tc-home-stats__bar span {
        font-size: 0.82rem;
    }
}
/* =========================================
   FIX RESPIRO HERO DESKTOP
========================================= */
@media (min-width: 1200px) {

  .tc-home {
    padding-top: 0;
  }

  .tc-home-hero,
  .tc-home__hero,
  .tc-hero {
    min-height: 760px;
    padding: 110px 0 40px;
    background-position: center center;
    background-size: cover;
  }

  .tc-home-inner,
  .tc-home__inner,
  .tc-hero__inner,
  .container,
  .tc-container {
    max-width: 1320px;
    margin: 0 auto;
  }

  .tc-home-grid,
  .tc-home__grid,
  .tc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 380px);
    gap: 36px;
    align-items: center;
  }

  .tc-home-copy,
  .tc-home__copy,
  .tc-hero-copy {
    max-width: 560px;
  }

  .tc-home-copy h1,
  .tc-home__copy h1,
  .tc-hero-copy h1 {
    font-size: clamp(82px, 7vw, 130px);
    line-height: 0.9;
    margin-bottom: 18px;
  }

  .tc-home-copy p,
  .tc-home__copy p,
  .tc-hero-copy p {
    max-width: 470px;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 24px;
  }

  .tc-home-actions,
  .tc-home__actions,
  .tc-hero-actions {
    gap: 14px;
  }

  .tc-home-actions .btn,
  .tc-home__actions .btn,
  .tc-hero-actions .btn {
    padding: 14px 24px;
    font-size: 15px;
  }

  .tc-home-feature,
  .tc-home__feature,
  .tc-featured-card {
    max-width: 360px;
    width: 100%;
    padding: 20px 20px 18px;
    border-radius: 24px;
    justify-self: end;
  }

  .tc-home-feature__cover,
  .tc-home__feature-cover,
  .tc-featured-card__cover {
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  .tc-home-feature__cover img,
  .tc-home__feature-cover img,
  .tc-featured-card__cover img {
    width: 100%;
    height: auto;
    display: block;
  }

  .tc-home-feature__title,
  .tc-home__feature-title,
  .tc-featured-card h3 {
    font-size: 19px;
    line-height: 1.15;
    margin: 14px 0 8px;
  }

  .tc-home-stats,
  .tc-home__stats {
    margin-top: 26px;
    padding: 18px 26px;
    border-radius: 18px;
  }

  .tc-home-stats-grid,
  .tc-home__stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
/* =========================================
   RIMUOVE VIRGOLETTA DECORATIVA BLOCCO STORIA
   ========================================= */

.tc-home-story::before,
.tc-home-story__text::before,
.tc-home-story h2::before,
.tc-home-story-title::before,
.tc-home-story__title::before {
    content: none !important;
    display: none !important;
}