/*
 * Azzurro Premium V8
 * Pie único y encuadres específicos de las nuevas fotografías reales.
 */

body.azzurro-v8 .azz-quote {
    position: relative;
    overflow: hidden;
    padding:
        clamp(72px, 8vw, 132px)
        max(24px, calc((100vw - 1540px) / 2)) !important;
    color: #f7f2e8 !important;
    background:
        radial-gradient(circle at 88% 20%, rgba(197, 161, 91, .16), transparent 28%),
        linear-gradient(135deg, #06182e 0%, #0a233e 58%, #0c2c4c 100%) !important;
}

body.azzurro-v8 .azz-quote::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(24px, 9vw, 170px);
    width: 72px;
    height: 3px;
    background: #c5a15b;
}

body.azzurro-v8 .azz-quote .azz-shell,
body.azzurro-v8 .azz-quote > blockquote,
body.azzurro-v8 .azz-quote > cite {
    position: relative;
    z-index: 1;
}

body.azzurro-v8 .azz-quote blockquote {
    max-width: 1120px;
    margin: 0 0 30px !important;
    color: #f7f2e8 !important;
    font-size: clamp(32px, 4.2vw, 66px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.025em;
    text-wrap: balance;
}

body.azzurro-v8 .azz-quote cite {
    display: block;
    color: #d8bd84 !important;
    font-family: "Azzurro Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.azzurro-v8 .azv8-reel-editorial {
    padding: clamp(76px, 8vw, 142px) 0;
    color: #f7f2e8;
    background: #071a31;
}

body.azzurro-v8 .azv8-reel-editorial__inner {
    display: grid;
    width: min(100% - 80px, 1500px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: clamp(56px, 8vw, 140px);
    align-items: center;
}

body.azzurro-v8 .azv8-reel-editorial__copy {
    max-width: 760px;
}

body.azzurro-v8 .azv8-reel-editorial__copy .azz-kicker {
    color: #d8bd84;
}

body.azzurro-v8 .azv8-reel-editorial__copy h2 {
    margin: 20px 0 28px;
    color: #f7f2e8;
    font-family: "Azzurro Serif", Georgia, serif;
    font-size: clamp(44px, 5vw, 80px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.035em;
    text-wrap: balance;
}

body.azzurro-v8 .azv8-reel-editorial__copy p {
    max-width: 590px;
    margin: 0;
    color: rgba(247, 242, 232, .76);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.7;
}

body.azzurro-v8 .azv8-reel-editorial__media {
    width: min(100%, 460px);
    aspect-ratio: 9 / 16;
    justify-self: end;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

body.azzurro-v8 .azv8-reel-editorial__media .azz-reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.azzurro-v8 .azz-v6-legalbar {
    display: none !important;
}

body.azzurro-v8 .az-footer-bottom {
    align-items: flex-start;
    gap: 24px;
}

body.azzurro-v8 .az-footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 18px;
}

body.azzurro-v8 .az-footer-legal-separator {
    width: 1px;
    height: 15px;
    margin-inline: 3px;
    background: rgba(255, 255, 255, .24);
}

body.azzurro-v8 .az-footer-legal-link {
    color: inherit;
    opacity: .76;
    white-space: nowrap;
}

body.azzurro-v8 .az-footer-cookie {
    appearance: none;
    padding: 0;
    border: 0;
    font: inherit;
    cursor: pointer;
    background: transparent;
}

body.azzurro-v8 .az-footer-legal-link:hover,
body.azzurro-v8 .az-footer-legal-link:focus-visible {
    opacity: 1;
}

body.azzurro-v8 img[src*="azzurro-instagram-v8-polo-marino"] {
    object-position: center 30% !important;
}

@media (max-width: 980px) {
    body.azzurro-v8 .azv8-reel-editorial__inner {
        width: min(100% - 44px, 760px);
        grid-template-columns: 1fr;
        gap: 50px;
    }

    body.azzurro-v8 .azv8-reel-editorial__media {
        width: min(100%, 440px);
        justify-self: center;
    }

    body.azzurro-v8 .az-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    body.azzurro-v8 .az-footer-social {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    body.azzurro-v8 .azz-quote {
        padding: 70px 20px !important;
    }

    body.azzurro-v8 .azz-quote blockquote {
        font-size: clamp(30px, 10vw, 46px) !important;
    }

    body.azzurro-v8 .azv8-reel-editorial {
        padding: 70px 0;
    }

    body.azzurro-v8 .azv8-reel-editorial__inner {
        width: min(100% - 32px, 560px);
    }

    body.azzurro-v8 .azv8-reel-editorial__copy h2 {
        font-size: clamp(40px, 12vw, 58px);
    }

    body.azzurro-v8 .az-footer-legal-separator {
        display: none;
    }

    body.azzurro-v8 .az-footer-social {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}
