/* Ortak site kabuğu — tüm sayfalarda aynı marka deneyimi */
:root {
    --shell-bg: #f6f3ef;
    --shell-text: #24211f;
    --shell-muted: #8d837a;
    --shell-rule: #d8d0c8;
}

.managed-hero-host {
    position: relative;
    overflow: hidden;
    width: var(--managed-hero-width, 100%);
}

.site-managed-hero-media {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
}

.collections-hero.managed-hero-host > .site-managed-hero-media {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 0;
}

.collections-hero.managed-hero-host > :not(.site-managed-hero-media) {
    position: relative;
    z-index: 1;
}

.site-menu-toggle { display: none; }

.site-header,
.women-header,
.atelier-header,
.about-header,
.contact-header,
.appointment-header {
    box-sizing: border-box;
    width: 100%;
    min-height: 100px;
    padding: 20px 5vw;
    display: flex;
    align-items: center;
    gap: 32px;
    background: var(--shell-bg);
    border-bottom: 1px solid var(--shell-rule);
    position: sticky;
    top: 0;
    z-index: 500;
}

.logo,
.women-logo,
.atelier-logo,
.about-logo,
.contact-logo,
.appointment-logo {
    display: inline-flex !important;
    min-width: 138px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--shell-text) !important;
    text-decoration: none;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.5px;
}

.logo > span,
.women-logo > span,
.atelier-logo > span,
.about-logo > span,
.contact-logo > span,
.appointment-logo > span {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.5px;
}

.logo > small,
.women-logo > small,
.atelier-logo > small,
.about-logo > small,
.contact-logo > small,
.appointment-logo > small,
.logo > span:last-child {
    margin-top: 6px;
    font-family: Manrope, Arial, sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--shell-muted);
    line-height: 1;
}

.main-nav,
.women-nav,
.atelier-nav,
.about-nav,
.contact-nav,
.appointment-nav {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 1.8vw, 28px);
    min-width: 0;
}

.main-nav a,
.women-nav a,
.atelier-nav a,
.about-nav a,
.contact-nav a,
.appointment-nav a {
    padding: 7px 0;
    color: var(--shell-text) !important;
    font-family: Manrope, Arial, sans-serif;
    font-size: 10px !important;
    font-weight: 500;
    letter-spacing: 1.15px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.main-nav a:hover,
.main-nav a.active,
.women-nav a:hover,
.women-nav a.active,
.atelier-nav a:hover,
.atelier-nav a.active,
.about-nav a:hover,
.about-nav a.active,
.contact-nav a:hover,
.contact-nav a.active,
.appointment-nav a:hover,
.appointment-nav a.active {
    border-bottom-color: var(--shell-text);
}

.main-nav a.language-link {
    color: var(--shell-muted) !important;
    padding-left: 4px;
    border-left: 1px solid var(--shell-rule);
    padding-left: 14px;
}

.header-button,
.women-appointment,
.atelier-appointment,
.about-header-button,
.contact-appointment,
.appointment-header-button {
    display: inline-flex !important;
    width: 116px !important;
    height: 42px !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid var(--shell-text) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--shell-text) !important;
    font-family: Manrope, Arial, sans-serif;
    font-size: 9px !important;
    font-weight: 500;
    line-height: 1 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    text-decoration: none;
}

.header-button:hover,
.women-appointment:hover,
.atelier-appointment:hover,
.about-header-button:hover,
.contact-appointment:hover,
.appointment-header-button:hover {
    background: var(--shell-text) !important;
    color: var(--shell-bg) !important;
}

/* Sayfa içi randevu çağrısı: tüm sayfalarda tek biçim. */
main .site-primary-cta {
    display: inline-flex !important;
    width: 220px !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid var(--shell-text) !important;
    border-radius: 0 !important;
    background: var(--shell-text) !important;
    color: var(--shell-bg) !important;
    font-family: Manrope, Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: 1.45px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: background-color .25s ease, color .25s ease, transform .25s ease !important;
}

main .site-primary-cta::after {
    content: "→";
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

main .site-primary-cta .cta-arrow { display: none; }

main .site-primary-cta:hover {
    background: transparent !important;
    color: var(--shell-text) !important;
    transform: translateY(-2px);
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(260px, 1.25fr) minmax(300px, 1fr);
    gap: 44px;
    align-items: start;
    padding: clamp(55px, 7vw, 100px) 5vw 28px;
    color: var(--shell-text);
    background: var(--shell-bg);
    border-top: 1px solid var(--shell-rule);
}

.site-footer-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: inherit;
    text-decoration: none;
}

.site-footer-brand span {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 34px;
    line-height: 1;
}

.site-footer-brand small,
.site-footer-copy {
    margin-top: 7px;
    color: var(--shell-muted);
    font-family: Manrope, Arial, sans-serif;
    font-size: 9px;
    letter-spacing: 2px;
}

.site-footer > p {
    max-width: 34ch;
    margin: 0;
    color: var(--shell-muted);
    font-size: 14px;
    line-height: 1.75;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 24px;
}

.site-footer nav a {
    color: inherit;
    font-family: Manrope, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-decoration: none;
}

.site-footer-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    grid-column: 3;
    justify-self: end;
}

.site-footer-appointment {
    display: inline-flex;
    min-width: 170px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--shell-text);
    background: var(--shell-text);
    color: var(--shell-bg);
    font: 600 10px Manrope, Arial, sans-serif;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.site-scroll-top {
    width: 54px;
    height: 54px;
    border: 1px solid var(--shell-text);
    border-radius: 50%;
    background: transparent;
    color: var(--shell-text);
    font-size: 25px;
    cursor: pointer;
}

.site-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--shell-rule);
}

.site-footer-bottom .site-footer-copy { margin: 0; }
.site-footer-bottom .site-footer-legal { justify-content: flex-end; }

.site-whatsapp {
    position: fixed !important;
    right: 28px !important;
    bottom: 92px !important;
    z-index: 300 !important;
    display: inline-flex !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid var(--shell-text) !important;
    border-radius: 50% !important;
    background: var(--shell-text) !important;
    color: var(--shell-bg) !important;
    box-shadow: 0 10px 24px rgba(36, 33, 31, .16) !important;
    text-decoration: none !important;
    transition: transform .25s ease, background-color .25s ease, color .25s ease !important;
}

.site-whatsapp:hover {
    background: var(--shell-bg) !important;
    color: var(--shell-text) !important;
    transform: translateY(-3px);
}

.site-whatsapp svg {
    width: 23px !important;
    height: 23px !important;
    fill: currentColor !important;
    pointer-events: none;
}

.site-scroll-cue {
    position: fixed;
    right: 26px;
    top: 50%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 38px;
    opacity: .72;
    pointer-events: none;
    transform: translateY(-50%);
}

.site-scroll-mouse {
    display: block;
    width: 19px;
    height: 30px;
    fill: none;
    stroke: var(--shell-text);
    stroke-width: 1.25;
    stroke-linecap: round;
}

.site-scroll-wheel {
    animation: scroll-wheel 1.65s ease-in-out infinite;
}

@keyframes scroll-wheel {
    0%, 100% { opacity: .2; transform: translateY(0); }
    35% { opacity: 1; }
    72% { opacity: .2; transform: translateY(7px); }
}

@media (max-width: 900px) {
    .site-header,
    .women-header,
    .atelier-header,
    .about-header,
    .contact-header,
    .appointment-header {
        min-height: auto;
        padding: 19px 25px 14px;
        flex-wrap: wrap;
        gap: 16px;
    }

    .main-nav,
    .women-nav,
    .atelier-nav,
    .about-nav,
    .contact-nav,
    .appointment-nav {
        order: 3;
        width: 100%;
        flex: auto;
        display: none !important;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        overflow: visible;
        padding: 7px 0 2px;
    }

    .main-nav.is-open,
    .women-nav.is-open,
    .atelier-nav.is-open,
    .about-nav.is-open,
    .contact-nav.is-open,
    .appointment-nav.is-open {
        display: grid !important;
    }

    .main-nav.is-open a,
    .women-nav.is-open a,
    .atelier-nav.is-open a,
    .about-nav.is-open a,
    .contact-nav.is-open a,
    .appointment-nav.is-open a {
        min-height: 44px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid var(--shell-rule);
    }

    .main-nav.is-open .site-header-appointment,
    .women-nav.is-open .site-header-appointment,
    .atelier-nav.is-open .site-header-appointment,
    .about-nav.is-open .site-header-appointment,
    .contact-nav.is-open .site-header-appointment,
    .appointment-nav.is-open .site-header-appointment {
        grid-column: 1 / -1;
        justify-content: center;
        margin-top: 12px;
    }

    .site-menu-toggle {
        display: inline-flex;
        min-width: 70px;
        min-height: 40px;
        margin-left: auto;
        padding: 0 14px;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--shell-rule);
        background: transparent;
        color: var(--shell-text);
        font: 600 9px Manrope, Arial, sans-serif;
        letter-spacing: 1.2px;
    }

    .site-scroll-cue { right: 15px; }
    .site-whatsapp { right: 18px !important; bottom: 82px !important; width: 50px !important; height: 50px !important; }

    .site-footer { grid-template-columns: 1fr 1fr; }
    .site-footer nav { justify-content: flex-start; }
    .site-footer-actions { grid-column: 1 / -1; justify-content: flex-end; justify-self: stretch; }
    .site-footer-bottom { align-items: flex-start; }
    .site-footer-bottom .site-footer-legal { justify-content: flex-start; }
}

@media (max-width: 540px) {
    .site-header,
    .women-header,
    .atelier-header,
    .about-header,
    .contact-header,
    .appointment-header { padding-inline: 18px; }

    .header-button,
    .women-appointment,
    .atelier-appointment,
    .about-header-button,
    .contact-appointment,
    .appointment-header-button { width: 104px !important; height: 38px !important; }

    .site-footer { grid-template-columns: 1fr; gap: 26px; padding-inline: 20px; }
    .site-footer-copy { grid-column: auto; }
    .site-footer-actions { grid-column: 1; justify-content: flex-end; }
    .site-footer-bottom { flex-direction: column; }
}
