/* --- Service detail pages --- */

.service-hero{
    position:relative; height:70vh;
    background-size:cover; background-position:center center; background-repeat:no-repeat;
}
.service-hero::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,.25));
}
.service-hero__inner{
    position:relative; z-index:1; height:100%;
    display:grid; place-items:center; text-align:center; padding:0 6vw;
}
.service-hero__title{
    font-family:"Playfair Display", Georgia, serif;
    font-weight:700; font-size:clamp(36px,6vw,72px); margin:0;
    letter-spacing:.02em;
}
.service-hero__sub{ margin-top:10px; color:#ddd }

/* --- Body --- */
.service-wrap{ max-width:1000px; margin:0 auto; padding:56px 24px 96px }

/* Meta chips (Duration / Price / Location) */
.service-meta{
    display:flex; flex-wrap:wrap; gap:12px;
    margin:18px 0 36px;
}
.pill{
    display:inline-flex; align-items:center;
    border:1px solid rgba(255,255,255,.14);
    background:#0c0c0c; color:#fff;
    padding:10px 14px; border-radius:8px; font-size:14px;
}

/* Section blocks */
.service-section{ margin:28px 0 0 }
.service-section h2{
    font-family:"Playfair Display", Georgia, serif; font-weight:700;
    font-size:clamp(18px,1.8vw,22px); margin:0 0 14px;
}
.service-section p, .service-section li{
    color:rgba(255,255,255,.86); line-height:1.8;
}
.service-divider{
    height:1px; background:rgba(255,255,255,.16); margin:28px 0;
}

/* Contact details */
.service-contact a{
    color:#fff; text-decoration:underline;
    overflow-wrap:anywhere;
}

/* Footer (small line like Wix) */
.service-footer{
    border-top:1px solid rgba(255,255,255,.12);
    text-align:center; color:rgba(255,255,255,.65);
    font-size:12px; padding:18px 12px; margin-top:36px;
}
