/* ============================================================
   PENTHOUSE ART - HOME PAGE
   ============================================================ */


/* ------------------------------------------------------------
   GENERAL
   ------------------------------------------------------------ */

.pa-section {
    padding: 90px 0;
}

.pa-eyebrow {
    display: block;
    margin-bottom: 15px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #777;
}

.pa-section-heading {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.pa-section-heading h2 {
    margin: 0 0 15px;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;

    color: #222;
}

.pa-section-heading p {
    margin: 0;

    font-size: 17px;
    line-height: 1.7;

    color: #666;
}

.pa-heading-left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.pa-heading-action {
    padding-bottom: 20px;
}

.pa-heading-action a,
.pa-centred-link a {
    color: #222;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: opacity 0.2s ease;
}

.pa-heading-action a:hover,
.pa-centred-link a:hover {
    opacity: 0.6;
}

.pa-centred-link {
    margin-top: 45px;
    text-align: center;
}


/* ------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------ */

.pa-btn-primary {
    padding: 13px 28px;

    border: 1px solid #222;
    border-radius: 0;

    background: #222;
    color: #fff;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pa-btn-primary:hover,
.pa-btn-primary:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}

.pa-btn-outline {
    padding: 13px 28px;

    border: 1px solid #222;
    border-radius: 0;

    background: transparent;
    color: #222;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pa-btn-outline:hover,
.pa-btn-outline:focus {
    background: #fff;
    color: #222;
}


/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */

.pa-hero {
    position: relative;

    min-height: 650px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.72),
            rgba(0, 0, 0, 0.20)
        ),
        url('/static/images/home/hero.jpg')
        center center / cover no-repeat;

    color: #fff;
}

.pa-hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.08);
}

.pa-hero-content {
    position: relative;
    z-index: 2;
}

.pa-hero .pa-eyebrow {
    color: rgba(255, 255, 255, 0.75);
}

.pa-hero h1 {
    margin: 0 0 25px;

    font-size: 72px;
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -2px;
}

.pa-hero h1 span {
    font-style: italic;
}

.pa-hero-intro {
    max-width: 520px;

    margin-bottom: 35px;

    font-size: 20px;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.9);
}

.pa-hero-actions {
    display: flex;
    gap: 12px;
}


/* ------------------------------------------------------------
   ART TYPES
   ------------------------------------------------------------ */

.pa-art-section {
    background: #fff;
}

.pa-art-types {
    margin-top: 10px;
}

.pa-art-card {
    display: block;

    margin-bottom: 30px;

    color: #222;
    text-decoration: none;
}

.pa-art-card:hover {
    color: #222;
    text-decoration: none;
}

.pa-art-card-image {
    position: relative;

    height: 300px;

    display: flex;
    align-items: flex-end;

    padding: 25px;

    overflow: hidden;

    background-color: #ddd;

    transition: transform 0.3s ease;
}

.pa-art-card:hover .pa-art-card-image {
    transform: translateY(-4px);
}

.pa-art-card-image span {
    position: relative;
    z-index: 2;

    color: #fff;

    font-size: 21px;
    font-weight: 500;
}

.pa-art-painting {
    background:
        linear-gradient(
            135deg,
            #b7a28b,
            #69584b
        );
}

.pa-art-photography {
    background:
        linear-gradient(
            135deg,
            #777,
            #252525
        );
}

.pa-art-sculpture {
    background:
        linear-gradient(
            135deg,
            #c7c0b8,
            #77716a
        );
}

.pa-art-digital {
    background:
        linear-gradient(
            135deg,
            #827d98,
            #34343d
        );
}

.pa-art-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px 0;

    border-bottom: 1px solid #ddd;
}

.pa-art-card-footer h3 {
    margin: 0;

    font-size: 18px;
    font-weight: 500;
}

.pa-art-card-footer span {
    font-size: 12px;
    color: #777;
}


/* ------------------------------------------------------------
   ARTISTS
   ------------------------------------------------------------ */

.pa-artists-section {
    background: #f5f4f1;
}

.pa-artist-grid {
    margin-top: 20px;
}

.pa-artist-card {
    display: block;

    margin-bottom: 30px;

    color: #222;
    text-decoration: none;
}

.pa-artist-card:hover {
    color: #222;
    text-decoration: none;
}

.pa-artist-image {
    height: 380px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background-color: #ddd;

    transition: transform 0.3s ease;
}

.pa-artist-card:hover .pa-artist-image {
    transform: translateY(-4px);
}

.pa-artist-one {
    background: #c9c2b8;
}

.pa-artist-two {
    background: #9b9b98;
}

.pa-artist-three {
    background: #b1aaa1;
}

.pa-artist-image-placeholder {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.pa-artist-details {
    padding: 20px 0;
}

.pa-artist-details h3 {
    margin: 0 0 5px;

    font-size: 21px;
    font-weight: 500;
}

.pa-artist-details p {
    margin: 0;

    font-size: 14px;
    color: #777;
}


/* ------------------------------------------------------------
   STORIES
   ------------------------------------------------------------ */

.pa-stories-section {
    background: #fff;
}

.pa-story-grid {
    margin-top: 20px;
}


/* Featured story */

.pa-featured-story {
    display: block;

    color: #222;
    text-decoration: none;
}

.pa-featured-story:hover {
    color: #222;
    text-decoration: none;
}

.pa-story-image {
    position: relative;

    overflow: hidden;

    background-color: #aaa;
}

.pa-story-featured {
    height: 360px;

    display: flex;
    align-items: flex-end;

    padding: 30px;

    background:
        linear-gradient(
            135deg,
            #aaa096,
            #514d49
        );
}

.pa-story-image span {
    color: #fff;

    font-size: 18px;
    font-weight: 500;
}

.pa-story-content {
    padding: 25px 0;
}

.pa-story-type {
    display: block;

    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #888;
}

.pa-story-content h3 {
    margin: 0 0 12px;

    font-size: 27px;
    font-weight: 500;
}

.pa-story-content p {
    margin: 0 0 15px;

    font-size: 15px;
    line-height: 1.6;

    color: #666;
}


/* Small stories */

.pa-small-stories {
    padding-left: 25px;
}

.pa-small-story {
    display: flex;

    margin-bottom: 25px;

    color: #222;
    text-decoration: none;
}

.pa-small-story:hover {
    color: #222;
    text-decoration: none;
}

.pa-small-story-image {
    flex: 0 0 150px;

    height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #aaa;
}

.pa-small-story-image span {
    color: rgba(255, 255, 255, 0.8);

    font-size: 13px;
}

.pa-story-interview {
    background: #8a8178;
}

.pa-story-gallery {
    background: #6e6e6a;
}

.pa-story-guide {
    background: #9b948c;
}

.pa-small-story-content {
    padding: 5px 0 5px 20px;
}

.pa-small-story-content h3 {
    margin: 0 0 12px;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}

.pa-story-link {
    font-size: 13px;
    font-weight: 600;
}

.pa-stories-link {
    margin-top: 20px;
}


/* ------------------------------------------------------------
   FINAL CTA
   ------------------------------------------------------------ */

.pa-final-cta {
    padding: 100px 0;

    background: lightblue;

    color: #292929;

    text-align: center;
}

.pa-final-cta .pa-eyebrow {
    color: black;
}

.pa-final-cta-content h2 {
    margin: 0 0 20px;

    font-size: 52px;
    line-height: 1.05;
    font-weight: 400;
}

.pa-final-cta-content h2 br + * {
    font-style: italic;
}

.pa-final-cta-content p {
    margin-bottom: 30px;

    font-size: 17px;

    color: blue;
}


/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 991px) {

    .pa-hero {
        min-height: 560px;
    }

    .pa-hero h1 {
        font-size: 58px;
    }

    .pa-section {
        padding: 70px 0;
    }

    .pa-section-heading h2 {
        font-size: 36px;
    }

    .pa-small-stories {
        padding-left: 0;
        margin-top: 30px;
    }

}


@media (max-width: 767px) {

    .pa-hero {
        min-height: 520px;

        background:
            linear-gradient(
                rgba(0, 0, 0, 0.55),
                rgba(0, 0, 0, 0.55)
            ),
            url('/static/images/home/hero.jpg')
            center center / cover no-repeat;
    }

    .pa-hero h1 {
        font-size: 48px;
        letter-spacing: -1px;
    }

    .pa-hero-intro {
        font-size: 17px;
    }

    .pa-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .pa-btn-primary,
    .pa-btn-outline {
        width: auto;
    }

    .pa-section {
        padding: 60px 0;
    }

    .pa-section-heading {
        margin-bottom: 35px;
    }

    .pa-section-heading h2 {
        font-size: 32px;
    }

    .pa-heading-action {
        padding-bottom: 25px;
        text-align: left !important;
    }

    .pa-art-card-image {
        height: 260px;
    }

    .pa-artist-image {
        height: 320px;
    }

    .pa-story-featured {
        height: 280px;
    }

    .pa-small-story-image {
        flex: 0 0 110px;
        height: 110px;
    }

    .pa-small-story-content h3 {
        font-size: 16px;
    }

    .pa-final-cta {
        padding: 70px 0;
    }

    .pa-final-cta-content h2 {
        font-size: 42px;
    }

}