/* =========================================================
   Home Hero
========================================================= */
.hero-split {
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: calc(64px + 16px) 16px 16px;
    background: var(--espresso);
}

.hero-panel {
    position: relative;
    min-height: calc(100vh - 64px);
    padding: 42px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: var(--cream);
    background-size: cover;
    background-position: center;
    transition: transform 0.45s ease, filter 0.45s ease;
    isolation: isolate;
    border-radius: 34px;
    overflow: hidden;
    transform-origin: center;
}

.nails-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.76)), url("/static/bookings/images/nails.4452c8a16a83.jpg");
}

.lashes-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.1), rgba(36, 23, 18, 0.74)), url("/static/bookings/images/lash1.fc01b25127c8.jpeg");
}

.tattoos-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url("/static/bookings/images/tattoos.ef599de1e1d8.jpg");
}

.brows-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url("/static/bookings/images/brows.9059373b26e3.jpeg");
}

.semi-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url("/static/bookings/images/spmu6.910df5b8294a.jpeg");
}

.makeup-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url("/static/bookings/images/makeup-main.7e671e81ef06.jpeg");
}

.hero-panel::after {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 38px;
    border: 1px solid rgba(255, 250, 246, 0.45);
    z-index: 2;
    pointer-events: none;
}

.hero-panel:hover {
    z-index: 10;
    filter: saturate(1.06);
    transform: scale(1.018);
    border-radius: 34px;
}

.panel-text {
    position: relative;
    z-index: 4;
    max-width: 390px;
}

.panel-text span,
.calendar-intro span,
.calendar-day span,
.modal-card label,
.owner-login-card label,
.owner-booking-card label,
.contact-form label {
    color: var(--deep-brown);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-weight: 900;
}

.panel-text span {
    color: var(--soft-gold);
    letter-spacing: 3px;
}

.panel-text h1 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(58px, 7vw, 112px);
    line-height: 0.88;
    font-weight: 400;
}

.panel-text p {
    margin: 20px 0 0;
    color: #fff0e9;
    font-size: 17px;
    line-height: 1.6;
}
