:root {
    --pink-soft: #f8d3e2;
    --pink-deep: #d48ba8;
    --blue-soft: #97d8ec;
    --blue-deep: #5bbce4; 
    --dark: #1a1a1a;
    --white-card: #ffffff;
    
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
}

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { font-family: var(--font-body); color: #555; background: #fafafa; overflow-x: hidden; }
body.locked { overflow: hidden !important; height: 100vh; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
img { display: block; max-width: 100%; height: auto; }

header { 
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; height: 90px; 
    background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); 
    box-shadow: 0 2px 20px rgba(0,0,0,0.03); transition: all 0.5s; 
    overflow: visible; 
}
header.scrolled { height: 70px; background: rgba(255, 255, 255, 0.98); }

header.menu-open .logo-wrapper {
    top: 100px; 
    transform: translateX(-50%) scale(1.1); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.nav-container { 
    width: 100%; max-width: 1400px; height: 100%; margin: 0 auto; padding: 0 40px; 
    display: flex; justify-content: space-between; align-items: center; position: relative; 
}

.logo-wrapper { 
    position: absolute; 
    left: 50%; 
    top: 0; 
    transform: translateX(-50%); 
    width: 110px; height: 110px; 
    background: #fff; border-radius: 50%; 
    display: flex; justify-content: center; align-items: center; 
    box-shadow: 0 5px 30px rgba(0,0,0,0.05); z-index: 1001; 
    margin-top: 15px; 
    padding: 5px; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
}
header.scrolled .logo-wrapper { width: 80px; height: 80px; margin-top: 5px; }
.logo-img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }

.desktop-nav { display: flex; width: 100%; justify-content: space-between; align-items: center; }
.nav-group { display: flex; flex: 1; gap: 30px; }

.nav-group.left { justify-content: flex-start; padding-right: 120px; padding-left: 70px; } 
.nav-group.right { justify-content: flex-end; padding-left: 120px; }

.nav-link { 
    text-transform: uppercase; font-family: var(--font-body); font-size: 0.75rem; 
    letter-spacing: 2px; font-weight: 600; color: var(--dark); position: relative; padding: 5px 0;
}
.nav-link::after { 
    content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 1px; 
    background: var(--pink-deep); transition: 0.4s; transform: translateX(-50%); 
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

.close-page-btn {
    position: absolute; 
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px; height: 45px;
    background: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--dark);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee; transition: all 0.3s ease;
    z-index: 1002;
    cursor: pointer;
}
.close-page-btn:hover { 
    transform: translateY(-50%) rotate(90deg); 
    background: var(--pink-deep); color: #fff; border-color: var(--pink-deep); 
}

.hamburger-wrap { display: none; cursor: pointer; z-index: 1002; width: 25px; height: 20px; position: relative; }
.h-line { position: absolute; width: 100%; height: 2px; background: var(--dark); transition: 0.4s; }
.h-line:nth-child(1) { top: 0; }
.h-line:nth-child(2) { bottom: 0; }
.hamburger-wrap.active .h-line:nth-child(1) { top: 9px; transform: rotate(45deg); background: var(--pink-deep); }
.hamburger-wrap.active .h-line:nth-child(2) { bottom: 9px; transform: rotate(-45deg); background: var(--pink-deep); }

.mobile-menu-drawer { 
    position: fixed; top: 0; left: 0; width: 100%; 
    height: 85vh; 
    background: rgba(255, 255, 255, 0.98); 
    backdrop-filter: blur(10px);
    z-index: 999; 
    padding-top: 230px; 
    padding-bottom: 30px;
    transform: translateY(-100%); 
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); 
    display: flex; flex-direction: column; align-items: center; gap: 25px; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow-y: auto; 
}
.mobile-menu-drawer.open { transform: translateY(0); }
.mobile-link { font-family: var(--font-heading); font-size: 1.8rem; color: var(--dark); flex-shrink: 0; }

.mobile-copyright {
    margin-top: auto; 
    font-size: 10px; 
    color: #ccc; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    flex-shrink: 0;
    padding-bottom: 20px;
}

.profile-section {
    padding: 180px 20px 100px 20px; 
    min-height: 100vh;
    display: flex; justify-content: center; align-items: flex-start;
}
.profile-container {
    max-width: 1100px; width: 100%;
    display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px;
    align-items: center;
}
.profile-img-box { position: relative; }
.profile-img-box::before {
    content: ''; position: absolute; top: -15px; left: -15px;
    width: 100%; height: 100%; border: 2px solid var(--pink-soft);
    z-index: 0; transition: 0.4s;
}
.profile-img-box img {
    position: relative; width: 100%; border-radius: 5px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15); z-index: 1;
}
.profile-img-box:hover::before { top: 15px; left: 15px; border-color: var(--pink-deep); }

.profile-info h1 {
    font-family: var(--font-heading); font-size: 4rem; color: var(--dark);
    margin-bottom: 5px; line-height: 1;
}
.profile-role {
    font-size: 1rem; color: var(--pink-deep); text-transform: uppercase; 
    letter-spacing: 3px; font-weight: 600; margin-bottom: 30px; display: block;
}
.profile-desc { font-size: 1.05rem; line-height: 1.8; color: #666; margin-bottom: 40px; }
.profile-desc strong { color: var(--dark); font-weight: 600; }

.worker-contact {
    border-top: 1px solid #eee; padding-top: 30px;
    display: flex; flex-direction: column; gap: 15px;
    align-items: flex-start; 
}
.wc-row { display: flex; align-items: center; gap: 15px; color: var(--dark); font-size: 1.1rem; }
.wc-icon { color: var(--pink-deep); font-size: 20px; width: 30px; text-align: center; }

.btn-book {
    display: inline-block; padding: 15px 40px; margin-top: 20px;
    background: var(--dark); color: #fff; text-transform: uppercase;
    letter-spacing: 2px; font-size: 0.85rem; border-radius: 50px;
    text-align: center; width: fit-content; font-weight: 600;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); transition: 0.3s;
}
.btn-book:hover { background: var(--pink-deep); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(212, 139, 168, 0.4); }

footer { text-align: center; padding: 60px 20px; background: #fff; border-top: 1px solid #eee; margin-top: auto; }
.footer-logo { font-family: var(--font-heading); font-size: 2rem; margin-bottom: 20px; display: block; color: var(--dark); }
.f-icons a { font-size: 22px; margin: 0 15px; color: var(--dark); transition: 0.3s; }
.f-icons a:hover { color: var(--pink-deep); }
.copy-text { margin-top: 30px; font-size: 0.8rem; color: #888; display: block; }
.created-by { margin-top: 10px; font-size: 0.75rem; color: #aaa; text-transform: uppercase; letter-spacing: 1px; display: block; }
.created-by a { color: var(--pink-deep); font-weight: 600; }

#preloader {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: #fff; z-index: 9999;
    display: flex; justify-content: center; align-items: center;
    transition: opacity 0.4s ease;
}
.loader-wrap { animation: pulseGentle 0.8s infinite ease-in-out; }
.loader-icon { font-size: 50px; color: var(--pink-soft); filter: drop-shadow(0 0 10px rgba(0,0,0,0.1)); }
@keyframes pulseGentle {
    0% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.8; }
}

@media (max-width: 900px) {
    header { height: 80px; }
    .desktop-nav { display: none; }
    
    .logo-wrapper {
        width: 90px; height: 90px;
        top: 0; margin-top: 15px; 
        transform: translateX(-50%);
    }
    header.scrolled .logo-wrapper { width: 70px; height: 70px; margin-top: 5px; }

    .close-page-btn {
        position: absolute; left: 20px; top: 50%; 
        transform: translateY(-50%);
        width: 40px; height: 40px; font-size: 1.2rem;
        background: rgba(255,255,255,0.9);
        border: none;
    }

    .hamburger-wrap {
        display: block;
        position: absolute; right: 20px; top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .profile-section { padding-top: 140px; }
    .profile-container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .profile-img-box { width: 80%; margin: 0 auto; }
    .profile-info h1 { font-size: 3rem; }
    .worker-contact { align-items: center; }
    .btn-book { width: 100%; max-width: 300px; align-self: center; }
}