/* =========================================================
   FASE 4 - PAGINE INTERNE - TONY CHANKU
   File: assets/css/template-pagine.css
   ========================================================= */

.tc-inner-hero {
    position: relative;
    padding: 160px 0 88px;
    background:
        radial-gradient(circle at 70% 25%, rgba(217,164,65,.16), transparent 28%),
        linear-gradient(180deg, #080808 0%, #050708 100%);
    border-bottom: 1px solid rgba(217,164,65,.20);
    overflow: hidden;
}

.tc-inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.46), rgba(0,0,0,.92)),
        url("../img/ui/home-hero.jpg") center / cover no-repeat;
    opacity: .28;
    filter: saturate(.9);
}

.tc-inner-hero--stories::before,
.tc-inner-hero--bio::before,
.tc-inner-hero--contacts::before {
    background:
        linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.54), rgba(0,0,0,.92)),
        url("../img/ui/home-story.jpg") center / cover no-repeat;
    opacity: .25;
}

.tc-inner-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.tc-inner-hero h1 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(3.4rem, 7vw, 7rem);
    line-height: .92;
    color: #f7f1e7;
}

.tc-inner-hero p:not(.eyebrow) {
    margin: 22px 0 0;
    max-width: 720px;
    color: #d6cdc0;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.7;
}

.tc-inner-section {
    padding: 76px 0 92px;
    background:
        radial-gradient(circle at 80% 18%, rgba(217,164,65,.09), transparent 24%),
        linear-gradient(180deg, #050708, #080a0b);
}

.tc-inner-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 28px;
}

.tc-inner-head h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1;
}

.tc-inner-head span,
.tc-inner-head a {
    color: var(--gold);
    font-size: .86rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* Catalogo Musica */

.tc-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.tc-catalog-card {
    border: 1px solid rgba(217,164,65,.20);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.035);
    box-shadow: 0 18px 60px rgba(0,0,0,.28);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.tc-catalog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(217,164,65,.60);
    background: rgba(217,164,65,.06);
}

.tc-catalog-card a {
    display: block;
    height: 100%;
}

.tc-catalog-card__image {
    overflow: hidden;
    background: #101010;
}

.tc-catalog-card__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .28s ease;
}

.tc-catalog-card:hover img {
    transform: scale(1.04);
}

.tc-catalog-card__body {
    padding: 18px;
}

.tc-catalog-card__body h3 {
    margin: 0 0 10px;
    color: #f7f1e7;
    font-size: 1.05rem;
    line-height: 1.18;
}

.tc-catalog-card__body p {
    margin: 0 0 16px;
    color: #bfb6aa;
    line-height: 1.55;
    font-size: .92rem;
}

.tc-catalog-card__body span {
    color: var(--gold);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Storie */

.tc-story-list {
    display: grid;
    gap: 24px;
}

.tc-story-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(217,164,65,.20);
    border-radius: 20px;
    background: rgba(255,255,255,.035);
    box-shadow: 0 18px 60px rgba(0,0,0,.25);
}

.tc-story-row__image {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.14);
}

.tc-story-row__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.tc-story-row__text h3 {
    margin: 0 0 12px;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1;
}

.tc-story-row__text blockquote {
    margin: 0 0 16px;
    color: #f5c84d;
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    line-height: 1.25;
}

.tc-story-row__text p:not(.eyebrow) {
    margin: 0 0 16px;
    color: #c9c1b6;
    line-height: 1.7;
}

.tc-text-link {
    color: var(--gold);
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* Bio */

.tc-bio-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 44px;
    padding: 44px;
    border: 1px solid rgba(217,164,65,.22);
    border-radius: 24px;
    background:
        radial-gradient(circle at 0% 0%, rgba(217,164,65,.13), transparent 22%),
        rgba(255,255,255,.035);
    box-shadow: 0 24px 80px rgba(0,0,0,.32);
}

.tc-bio-card__mark {
    width: 160px;
    height: 160px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217,164,65,.38);
    border-radius: 50%;
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 3.2rem;
    letter-spacing: .05em;
    background: rgba(0,0,0,.26);
}

.tc-prose {
    color: #d4cbc0;
    line-height: 1.85;
    font-size: 1.05rem;
}

.tc-prose p {
    margin-top: 0;
}

/* Contatti */

.tc-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tc-contact-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(217,164,65,.22);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.tc-contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217,164,65,.60);
    background: rgba(217,164,65,.07);
}

.tc-contact-card > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(217,164,65,.14);
    color: var(--gold);
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.tc-contact-card h3 {
    margin: 0 0 5px;
    color: #f7f1e7;
    font-size: 1.05rem;
}

.tc-contact-card p {
    margin: 0;
    color: #bfb6aa;
    line-height: 1.5;
}

.tc-contact-card i {
    color: var(--gold);
    font-style: normal;
    font-size: 1.25rem;
}

.tc-empty {
    padding: 28px;
    border: 1px solid rgba(217,164,65,.22);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    color: #d4cbc0;
}

/* Responsive */

@media (max-width: 1050px) {
    .tc-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tc-story-row {
        grid-template-columns: 170px minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .tc-inner-hero {
        padding: 130px 0 58px;
    }

    .tc-inner-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .tc-catalog-grid,
    .tc-contact-grid {
        grid-template-columns: 1fr;
    }

    .tc-story-row {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .tc-story-row__image {
        max-width: 260px;
    }

    .tc-bio-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }

    .tc-bio-card__mark {
        width: 110px;
        height: 110px;
        font-size: 2.2rem;
    }
}

@media (max-width: 430px) {
    .tc-inner-section {
        padding: 48px 0 64px;
    }

    .tc-inner-hero h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }
}
.tc-bio-photo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(217,164,65,.45);
    box-shadow: 0 18px 55px rgba(0,0,0,.45);
    background: rgba(255,255,255,.04);
    flex-shrink: 0;
}

.tc-bio-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

@media (max-width: 760px) {
    .tc-bio-photo {
        width: 170px;
        height: 170px;
    }
}