/* ==========================================================
   SERVICES PAGE
   ========================================================== */

.lsh-services-page-shell {
    background: var(--lsh-bg);
    color: var(--lsh-text);
    padding: 130px 0 90px;
}

.lsh-services-page-shell .lsh-container {
    max-width: 1240px;
}

.lsh-service-category-section {
    margin-bottom: 95px;
}

.lsh-service-category-head {
    margin-bottom: 34px;
}

.lsh-service-category-head .lsh-title {
    text-align: left;
    margin: 0 0 12px;
    color: var(--lsh-gold-soft);
}

.lsh-service-category-head .lsh-subtitle {
    text-align: left;
    margin: 0;
    max-width: 860px;
    color: var(--lsh-text-soft);
}

/* GRID DESKTOP */
.lsh-services-page-shell .lsh-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

/* CARD */
.lsh-services-page-shell .lsh-service-card,
.lsh-services-page-shell a.lsh-service-card {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    min-height: 610px;
    text-decoration: none !important;
    color: inherit !important;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--lsh-border);
    background: linear-gradient(180deg, #111111 0%, #0d0d0d 100%);
    box-shadow: 0 14px 34px rgba(0,0,0,.28);
    transition: all .35s ease;
}

.lsh-services-page-shell .lsh-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(226,196,141,.38);
    box-shadow: 0 20px 48px rgba(0,0,0,.38);
    color: inherit !important;
}

/* IMAGE */
.lsh-services-page-shell .lsh-service-image {
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #111;
    flex: 0 0 auto;
}

.lsh-services-page-shell .lsh-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.lsh-services-page-shell .lsh-service-content {
    padding: 24px 24px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lsh-services-page-shell .lsh-service-title {
    margin: 0 0 12px;
    color: var(--lsh-gold-soft) !important;
    font-size: 24px;
    line-height: 1.2;
    font-weight: var(--lsh-heading-font-weight);
    letter-spacing: -0.02em;
}

.lsh-services-page-shell .lsh-service-description {
    color: var(--lsh-text-soft);
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* META */
.lsh-services-page-shell .lsh-service-card-meta {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(198, 167, 106, 0.28);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.lsh-services-page-shell .lsh-service-card-meta span {
    color: var(--lsh-text) !important;
    font-size: 14px;
    font-weight: 700;
}

.lsh-services-page-shell .lsh-service-card-meta strong {
    color: var(--lsh-gold-soft) !important;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

/* MOBILE */
@media (max-width: 991px) {
    .lsh-services-page-shell {
        padding: 100px 0 70px;
    }

    .lsh-services-page-shell .lsh-services-grid {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .lsh-services-page-shell .lsh-service-card,
    .lsh-services-page-shell a.lsh-service-card {
        min-width: 84%;
        flex: 0 0 84%;
        min-height: 560px;
        scroll-snap-align: start;
    }

    .lsh-services-page-shell .lsh-service-image {
        height: 240px;
    }
}

@media (max-width: 549px) {
    .lsh-services-page-shell {
        padding: 80px 0 58px;
    }

    .lsh-service-category-section {
        margin-bottom: 60px;
    }

    .lsh-service-category-head .lsh-title {
        font-size: 30px;
    }

    .lsh-services-page-shell .lsh-service-card,
    .lsh-services-page-shell a.lsh-service-card {
        min-width: 86%;
        flex-basis: 86%;
        min-height: 520px;
    }

    .lsh-services-page-shell .lsh-service-image {
        height: 220px;
    }

    .lsh-services-page-shell .lsh-service-content {
        padding: 20px;
    }

    .lsh-services-page-shell .lsh-service-title {
        font-size: 21px;
    }

    .lsh-services-page-shell .lsh-service-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* FIX SERVICE CARD PRICES LIKE HOMEPAGE */

.lsh-services-page-shell .lsh-service-card-meta {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(198, 167, 106, 0.22);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.lsh-services-page-shell .lsh-service-card-meta span {
    color: var(--lsh-text) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.lsh-services-page-shell .lsh-service-card-meta strong {
    color: var(--lsh-gold-soft) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.lsh-services-page-shell .lsh-service-card-meta span::after {
    content: "";
}

/* αν το shortcode βγάζει duration + price μαζί μέσα στο span */
.lsh-services-page-shell .lsh-service-card-meta span:first-child {
    text-align: left;
}

.lsh-services-page-shell .lsh-service-card-meta strong:last-child {
    text-align: right;
}

/* BUTTON LIKE HOMEPAGE CARD */
.lsh-services-page-shell .lsh-service-card .lsh-btn,
.lsh-services-page-shell .lsh-service-book-btn,
.lsh-services-page-shell .lsh-service-card-link .lsh-btn {
    width: 100%;
    margin-top: 18px;
    min-height: 54px;
    border-radius: 999px;
    font-size: 15px;
    text-align: center;
}

/* mobile */
@media (max-width: 549px) {
    .lsh-services-page-shell .lsh-service-card-meta {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}
/* FIX: service card title color */
.lsh-service-title a {
    color: var(--lsh-text);
    text-decoration: none;
}

.lsh-service-title a:hover {
    color: var(--lsh-gold-soft);
}