/* Anteprima × Tal Avenue — Purity IV local overlay */
:root {
    --atp-black: #090909;
    --atp-paper: #090909;/*#f2eee6;*/
    --atp-gold: #d8b66b;
    --atp-orange: #dc5835;
    --atp-muted: #746f66;
    --atp-serif: Georgia, "Times New Roman", serif;
    --atp-sans: Arial, Helvetica, sans-serif
}

.atp-home {
    background: var(--atp-paper);
    color: #111;
    font-family: var(--atp-sans);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.atp-hero {
    min-height: 88vh;
    position: relative;
    color: #fff;
    background: #111 var(--atp-hero) calc(50% + 370px) center/cover no-repeat;
    padding: 34px max(5vw, 24px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.atp-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 100%) 730px, transparent 950px, rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 0, 0, .74), transparent 55%)
}

.atp-hero-top,
.atp-hero-content {
    position: relative;
    z-index: 1
}

.atp-hero-top {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    letter-spacing: .17em;
    font-weight: 700
}

.atp-hero-content {
    max-width: 900px;
    padding: 10vh 0 4vh
}

.atp-kicker,
.atp-overline {
    display: block;
    color: var(--atp-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
    margin-bottom: 14px
}

.atp-hero h1 {
    font: 400 clamp(66px, 11vw, 170px)/.8 var(--atp-serif);
    letter-spacing: -.06em;
    margin: 0 0 25px
}

.atp-date {
    font-weight: 700;
    letter-spacing: .12em
}

.atp-lead {
    font-size: clamp(16px, 1.4vw, 21px);
    line-height: 1.65;
    max-width: 680px;
    color: rgba(255, 255, 255, .78)
}

.atp-button {
    display: inline-flex;
    gap: 30px;
    align-items: center;
    padding: 16px 22px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    margin-top: 20px
}

.atp-button-gold {
    background: var(--atp-gold);
    color: #111
}

.atp-button-dark {
    background: #111;
    color: #fff
}

.atp-section {
    padding: 110px max(6vw, 24px)
}

.atp-paper {
    background: var(--atp-paper)
}

.atp-dark {
    background: #132633;
    color: #fff
}

.atp-black {
    background: #090909;
    color: #fff
}

.atp-heading {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 60px
}

.atp-heading h2,
.atp-tal-copy h2 {
    font: 400 clamp(52px, 7vw, 105px)/.88 var(--atp-serif);
    letter-spacing: -.045em;
    margin: 12px 0
}

.atp-heading h2 em {
    color: var(--atp-gold);
    font-weight: 400
}

.atp-index {
    display: inline-block;
    color: var(--atp-orange);
    font: 18px var(--atp-serif);
    margin-right: 15px
}

.atp-heading>p {
    line-height: 1.75;
    color: var(--atp-muted)
}

.atp-event-list {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.atp-event-row {
    display: grid;
    grid-template-columns: 130px 1fr 1fr 40px;
    gap: 25px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
    color: inherit;
    text-decoration: none
}

.atp-event-row strong {
    font: 30px var(--atp-serif)
}

.atp-event-row>span:nth-child(3) {
    color: var(--atp-muted)
}

.atp-event-date {
    font: 20px var(--atp-serif)
}

.atp-card-grid,
.atp-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.atp-card {
    background: #0b1821;
    color: #fff;
    text-decoration: none
}

.atp-card img,
.atp-news img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover
}

.atp-card>div {
    padding: 24px
}

.atp-card h3,
.atp-news h3 {
    font: 32px/1 var(--atp-serif);
    margin: 10px 0
}

.atp-card p {
    color: rgba(255, 255, 255, .6)
}

.atp-vip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, .2)
}

.atp-vip-grid a {
    color: #fff;
    text-decoration: none;
    padding: 30px;
    min-height: 260px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column
}

.atp-vip-grid a:last-child {
    border: 0
}

.atp-vip-grid span {
    color: var(--atp-gold)
}

.atp-vip-grid h3 {
    font: 29px var(--atp-serif);
    margin: auto 0 12px
}

.atp-vip-grid p {
    color: rgba(255, 255, 255, .55);
    line-height: 1.6
}

.atp-tal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 680px
}

.atp-tal-image {
    background: #30281f center/cover no-repeat
}

.atp-tal-copy {
    padding: 100px max(6vw, 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #faf7f1
}

.atp-tal-copy p {
    line-height: 1.8;
    color: var(--atp-muted);
    max-width: 600px
}

.atp-news {
    color: #111;
    text-decoration: none
}

.atp-news small {
    display: block;
    color: var(--atp-orange);
    margin-top: 15px
}

.atp-sponsors {
    padding: 65px max(6vw, 24px);
    background: #fff;
    text-align: center
}

.atp-sponsors>div {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.atp-sponsors img {
    max-width: 150px;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(1)
}

.atp-sponsors a {
    color: #111;
    text-decoration: none
}

.atp-setup {
    padding: 80px;
    background: #fff4d5;
    border: 1px solid #e5c46a
}

.atp-article {
    background: var(--atp-paper);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.atp-article>header {
    min-height: 62vh;
    background: #111 var(--atp-article-image) center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: end;
    padding: 70px max(7vw, 25px);
    position: relative
}

.atp-article>header:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .12))
}

.atp-article>header>div {
    position: relative
}

.atp-article h1 {
    font: clamp(58px, 9vw, 130px)/.85 var(--atp-serif);
    margin: 0;
    letter-spacing: -.05em
}

.atp-article-content {
    max-width: 920px;
    margin: auto;
    padding: 80px 25px;
    font-size: 18px;
    line-height: 1.8
}

.atp-article-content img {
    max-width: 100%;
    height: auto
}

@media(max-width:900px) {
    .atp-heading {
        grid-template-columns: 1fr
    }

    .atp-card-grid,
    .atp-news-grid {
        grid-template-columns: 1fr 1fr
    }

    .atp-vip-grid {
        grid-template-columns: 1fr 1fr
    }

    .atp-vip-grid a:nth-child(2) {
        border-right: 0
    }

    .atp-tal {
        grid-template-columns: 1fr
    }

    .atp-tal-image {
        min-height: 500px
    }

    .atp-event-row {
        grid-template-columns: 100px 1fr 35px
    }

    .atp-event-row>span:nth-child(3) {
        display: none
    }
}

@media(max-width:600px) {
    .atp-hero {
        min-height: 78vh
    }

    .atp-hero-top span:last-child {
        display: none
    }

    .atp-section {
        padding: 75px 20px
    }

    .atp-card-grid,
    .atp-news-grid,
    .atp-vip-grid {
        grid-template-columns: 1fr
    }

    .atp-vip-grid a {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .atp-event-row {
        grid-template-columns: 85px 1fr 30px;
        gap: 10px
    }

    .atp-event-row strong {
        font-size: 24px
    }

    .atp-tal-copy {
        padding: 75px 22px
    }

    .atp-tal-image {
        min-height: 380px

    
    }
 }   

@media (max-width: 1024px) and (min-width: 641px) {
    .atp-hero {
        background-position: calc(50% + 120px) center;
    }
    .atp-hero-shade {
        background: linear-gradient(90deg, rgba(0, 0, 0, .95) 300px, transparent 420px, rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 0, 0, .74), transparent 55%)
    }
}

@media (max-width: 640px) {
    .atp-hero {
        background-position: center center;
    }
    .atp-hero-shade {
        background: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 0, 0, .74), transparent 55%)
    }
}
