/* =========================================================
   SEMA ÖZCAN MODA EVİ
   KADIN GİYİM
   ANA SAYFA TASARIM STANDARDI
========================================================= */


/* =========================================================
   TEMEL
========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    background: #f8f5f0;
    color: #171514;

    font-family: "Manrope", sans-serif;

    overflow-x: hidden;
}

body.women-lightbox-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}


/* =========================================================
   HEADER — KİLİTLİ
   BU BÖLÜME DOKUNULMAYACAK
========================================================= */

.women-header {
    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;

    padding: 0 68px;

    background: #f8f5f0;

    position: relative;
    z-index: 1000;
}


/* LOGO */

.women-logo {
    flex-shrink: 0;

    display: flex;
    flex-direction: column;

    text-decoration: none;

    line-height: 1;
}

.women-logo span {
    font-family: "DM Serif Display", serif;

    font-size: 19px;
    line-height: 1;

    letter-spacing: -0.3px;

    color: #171514;
}

.women-logo small {
    margin-top: 7px;

    font-family: "Manrope", sans-serif;

    font-size: 6px;
    font-weight: 400;

    letter-spacing: 2px;

    color: #a59b92;
}


/* MENÜ */

.women-nav {
    margin-left: auto;
    margin-right: 0;

    display: flex;
    align-items: center;

    gap: 34px;

    white-space: nowrap;

    flex: 0 0 auto;
}

.women-nav a {
    font-family: "Manrope", sans-serif;

    font-size: 8px;
    font-weight: 400;

    letter-spacing: 1px;

    color: #6f6861;

    text-decoration: none;

    transition: opacity 0.25s ease;
}

.women-nav a:hover {
    opacity: 0.55;
}

.women-nav a.active {
    color: #9b9188;
}


/* RANDEVU */

.women-appointment {
    flex-shrink: 0;

    margin-left: 42px;

    width: 112px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #292522;

    background: transparent;

    color: #4d4742;

    text-decoration: none;

    font-family: "Manrope", sans-serif;

    font-size: 7px;
    font-weight: 400;

    letter-spacing: 1px;
}


/* =========================================================
   HERO
========================================================= */

.women-hero {
    width: min(88vw, 1560px);

    min-height: calc(100vh - 100px);

    margin: 0 auto;

    padding: 38px 0 80px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(420px, 0.85fr);

    gap: 80px;

    align-items: center;
}


.women-hero-image {
    width: 100%;

    height: min(680px, 72vh);

    overflow: hidden;

    background: #e9e0d5;
}


.women-placeholder {
    width: 100%;
    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    background: #e9e0d5;

    color: #7d746c;
}


.women-hero-image .women-placeholder {
    background-image:
        url("./assets/kadin-giyim/hero.jpg");

    background-size: cover;

    background-position: center;

    color: transparent;
}

.women-hero-image
.women-placeholder span,
.women-hero-image
.women-placeholder small {
    display: none;
}


/* HERO YAZI */

.women-hero-content {
    max-width: 620px;

    padding-right: 20px;
}

.women-eyebrow {
    margin: 0 0 28px;

    font-size: 8px;

    font-weight: 400;

    letter-spacing: 3px;

    color: #b29f91;

    text-transform: uppercase;
}

.women-hero-content h1 {
    margin: 0;

    font-family: "DM Serif Display", serif;

    font-size: clamp(58px, 5vw, 94px);

    font-weight: 400;

    line-height: 0.9;

    letter-spacing: -2px;

    color: #171514;
}

.women-hero-content h1 span,
.women-hero-content h1 strong {
    display: block;

    font-weight: 400;

    font-style: italic;

    color: #80766e;
}

.women-hero-content h1 strong {
    margin-top: 3px;
}

.women-intro {
    max-width: 480px;

    margin: 42px 0 32px;

    font-family: "DM Serif Display", serif;

    font-size: 16px;

    line-height: 1.55;

    font-style: italic;

    color: #756d66;
}

.women-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 145px;
    height: 43px;

    padding: 0 25px;

    background: #171514;

    color: #fff;

    text-decoration: none;

    font-size: 7px;

    letter-spacing: 1px;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.women-button:hover {
    background: #302c29;

    transform: translateY(-2px);
}


/* =========================================================
   GİRİŞ
========================================================= */

.women-introduction {
    width: min(88vw, 1560px);

    margin: 0 auto;

    padding: 105px 0 95px;
}

.women-section-label {
    margin: 0 0 25px;

    font-size: 8px;

    letter-spacing: 3px;

    color: #b29f91;

    text-transform: uppercase;
}

.women-introduction h2 {
    max-width: 1100px;

    margin: 0;

    font-family: "DM Serif Display", serif;

    font-size: clamp(55px, 5vw, 88px);

    font-weight: 400;

    line-height: 0.95;

    letter-spacing: -2px;
}

.women-introduction h2 em {
    font-weight: 400;

    color: #80766e;
}

.women-introduction > p:last-child {
    max-width: 650px;

    margin: 35px 0 0;

    font-size: 13px;

    line-height: 1.8;

    color: #7b736c;
}


/* =========================================================
   KATEGORİLER
========================================================= */

.women-collections {
    width: 100%;
}


/* =========================================================
   KATEGORİ
========================================================= */

.collection-category {
    width: min(88vw, 1560px);

    margin: 0 auto;

    padding: 60px 0 90px;

    overflow: hidden;
}


/* =========================================================
   KATEGORİ BAŞLIĞI
========================================================= */

.collection-heading {
    width: 100%;

    margin-bottom: 42px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;
}

.collection-heading > div {
    flex: 0 0 auto;
}

.collection-kicker {
    margin: 0 0 16px;

    font-family: "Manrope", sans-serif;

    font-size: 8px;

    font-weight: 400;

    line-height: 1;

    letter-spacing: 3px;

    color: #b29f91;

    text-transform: uppercase;
}

.collection-heading h3 {
    margin: 0;

    font-family: "DM Serif Display", serif;

    font-size: clamp(55px, 4.5vw, 78px);

    font-weight: 400;

    line-height: 0.92;

    letter-spacing: -2px;

    color: #171514;
}

.collection-heading h3 em {
    font-family: "DM Serif Display", serif;

    font-weight: 400;

    font-style: italic;

    color: #80766e;
}

.collection-description {
    max-width: 430px;

    margin: 0 0 7px;

    font-family: "Manrope", sans-serif;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.6;

    color: #80766e;

    text-align: right;
}


/* =========================================================
   GALERİ
========================================================= */

.collection-slider {
    width: 100%;

    overflow-x: auto;

    overflow-y: hidden;

    scroll-behavior: smooth;

    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;

    cursor: grab;

    user-select: none;

    touch-action: pan-x;
}

.collection-slider::-webkit-scrollbar {
    display: none;
}

.collection-slider.is-dragging {
    cursor: grabbing;

    scroll-behavior: auto;
}


/* =========================================================
   GALERİ SATIRI
========================================================= */

.collection-track {
    display: flex;

    flex-wrap: nowrap;

    gap: 14px;

    width: max-content;

    min-width: 100%;
}


/* =========================================================
   FOTOĞRAF
========================================================= */

.collection-item {
    position: relative;

    flex: 0 0
        calc(
            (min(88vw, 1560px) - 42px) / 4
        );

    width:
        calc(
            (min(88vw, 1560px) - 42px) / 4
        );

    height: 680px;

    margin: 0;

    padding: 0;

    overflow: hidden;

    flex-shrink: 0;

    background: #e9e0d5;
}

.collection-item img {
    display: block;

    width: 100%;

    height: 100%;

    max-width: none;

    object-fit: cover;

    object-position: center;

    cursor: zoom-in;

    -webkit-user-drag: none;

    user-select: none;

    transition:
        transform 0.7s ease;
}

.collection-item:hover img {
    transform: scale(1.025);
}


/* NUMARA YOK */

.collection-item .number,
.collection-item .women-number,
.collection-item .item-number {
    display: none !important;
}


/* =========================================================
   LIGHTBOX
========================================================= */

.women-lightbox {
    position: fixed;

    inset: 0;

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 50px 90px;

    background: rgba(23, 21, 20, 0.96);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    /*
       BÜYÜK FOTOĞRAF AÇIKKEN
       SAYFANIN ALT/ÜST SCROLL'UNUN
       LIGHTBOX DIŞINA TAŞMASINI ENGELLER.
    */
    overscroll-behavior: contain;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;

    z-index: 99999;
}

.women-lightbox.is-open {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}


/* =========================================================
   LIGHTBOX FOTOĞRAF ALANI
========================================================= */

.women-lightbox-stage {
    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    touch-action: none;
}

.women-lightbox-stage img {
    display: block;

    width: auto;

    height: auto;

    max-width: 88vw;

    max-height: 88vh;

    object-fit: contain;

    user-select: none;

    -webkit-user-drag: none;

    cursor: default;

    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.35);

    transition:
        opacity 0.18s ease;
}


/* =========================================================
   KAPAT
========================================================= */

.women-lightbox-close {
    position: absolute;

    top: 24px;

    right: 28px;

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border: 1px solid rgba(255,255,255,0.55);

    background: transparent;

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 30px;

    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    z-index: 100002;
}

.women-lightbox-close:hover {
    background:
        rgba(255,255,255,0.10);
}


/* =========================================================
   SAYAC
========================================================= */

.women-lightbox-counter {
    position: absolute;

    top: 31px;

    left: 50%;

    transform: translateX(-50%);

    color: rgba(255,255,255,0.75);

    font-family: "Manrope", sans-serif;

    font-size: 9px;

    font-weight: 400;

    letter-spacing: 2px;

    z-index: 100002;
}


/* =========================================================
   LIGHTBOX OKLARI
========================================================= */

.women-lightbox-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border: 1px solid rgba(255,255,255,0.45);

    background:
        rgba(23,21,20,0.20);

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 42px;

    font-weight: 200;

    line-height: 1;

    cursor: pointer;

    z-index: 100002;

    transition:
        background 0.2s ease,
        opacity 0.2s ease;
}

.women-lightbox-arrow:hover {
    background:
        rgba(255,255,255,0.12);
}

.women-lightbox-prev {
    left: 25px;
}

.women-lightbox-next {
    right: 25px;
}


/* =========================================================
   TEK FOTOĞRAF
========================================================= */

.women-lightbox.single-image
.women-lightbox-prev,

.women-lightbox.single-image
.women-lightbox-next {
    display: none;
}


/* =========================================================
   STORY
========================================================= */

.women-story {
    width: min(88vw, 1560px);

    min-height: 650px;

    margin: 0 auto;

    padding: 60px 0;

    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(350px, 0.8fr);

    gap: 90px;

    align-items: center;
}

.women-story.reverse {
    grid-template-columns:
        minmax(350px, 0.8fr)
        minmax(0, 1.2fr);
}

.women-story.reverse .women-story-image {
    order: 2;
}

.women-story.reverse .women-story-content {
    order: 1;
}

.women-story-image {
    width: 100%;

    height: 650px;

    overflow: hidden;

    background: #e9e0d5;
}

.women-story-image .women-placeholder {
    min-height: 100%;
}

.women-story-content {
    max-width: 500px;
}

.women-number {
    display: block;

    margin-bottom: 15px;

    font-family: "DM Serif Display", serif;

    font-size: 38px;

    line-height: 1;

    color: #b09a87;
}

.women-small-title {
    margin: 0 0 18px;

    font-size: 8px;

    letter-spacing: 3px;

    color: #b29f91;
}

.women-story-content h3 {
    margin: 0;

    font-family: "DM Serif Display", serif;

    font-size: clamp(48px, 4vw, 70px);

    font-weight: 400;

    line-height: 0.95;

    letter-spacing: -1.5px;
}

.women-story-content > p:last-child {
    max-width: 460px;

    margin: 30px 0 0;

    font-size: 13px;

    line-height: 1.8;

    color: #756d66;
}


/* =========================================================
   KAPANIŞ
========================================================= */

.women-closing {
    width: min(88vw, 1200px);

    margin: 0 auto;

    padding: 150px 0;

    text-align: center;
}

.women-closing .women-section-label {
    margin-bottom: 28px;
}

.women-closing h2 {
    max-width: 900px;

    margin: 0 auto;

    font-family: "DM Serif Display", serif;

    font-size: clamp(55px, 5vw, 88px);

    font-weight: 400;

    line-height: 0.95;

    letter-spacing: -2px;
}

.women-closing h2 em {
    display: block;

    font-weight: 400;

    color: #80766e;
}

.women-closing-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-top: 45px;

    min-width: 190px;

    height: 45px;

    padding: 0 30px;

    background: #171514;

    color: #fff;

    text-decoration: none;

    font-size: 7px;

    letter-spacing: 1px;
}


/* =========================================================
   WHATSAPP
========================================================= */

.women-whatsapp {
    position: fixed;

    right: 24px;

    bottom: 24px;

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #171514;

    z-index: 2000;
}

.women-whatsapp svg {
    width: 27px;

    height: 27px;

    fill: #fff;
}


/* =========================================================
   MOBİL / TABLET
========================================================= */

@media (max-width: 1100px) {

    .women-header {
        padding: 0 35px;
    }

    .women-nav {
        gap: 20px;
    }

    .women-appointment {
        margin-left: 25px;
    }


    .women-hero {
        width: min(90vw, 900px);

        grid-template-columns: 1fr;

        gap: 50px;

        padding-top: 45px;
    }

    .women-hero-image {
        height: 65vh;
    }

    .women-hero-content {
        max-width: 700px;

        padding-right: 0;
    }


    .women-story,
    .women-story.reverse {
        width: min(90vw, 900px);

        grid-template-columns: 1fr;

        gap: 45px;
    }

    .women-story.reverse .women-story-image,
    .women-story.reverse .women-story-content {
        order: initial;
    }

    .women-story-image {
        height: 600px;
    }


    .collection-category {
        width: min(90vw, 900px);
    }


    .collection-item {
        flex-basis:
            calc(
                (min(90vw, 900px) - 42px) / 4
            );

        width:
            calc(
                (min(90vw, 900px) - 42px) / 4
            );

        height: 600px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .women-header {
        height: auto;

        min-height: 90px;

        padding: 22px 25px;

        flex-wrap: wrap;

        gap: 20px;
    }

    .women-logo {
        margin-right: auto;
    }

    .women-nav {
        order: 3;

        width: 100%;

        margin-left: 0;

        justify-content: flex-start;

        overflow-x: auto;

        padding-bottom: 5px;

        gap: 22px;
    }

    .women-appointment {
        margin-left: 20px;
    }


    .women-hero {
        min-height: auto;

        padding: 35px 0 80px;
    }

    .women-hero-image {
        height: 70vh;
    }


    .women-introduction {
        padding: 80px 0;
    }


    .women-story {
        padding: 40px 0 80px;
    }

    .women-story-image {
        height: 600px;
    }


    .women-closing {
        padding: 100px 0;
    }


    .collection-category {
        width: calc(100% - 50px);

        padding: 50px 0 70px;
    }


    .collection-heading {
        display: block;

        margin-bottom: 30px;
    }


    .collection-description {
        max-width: 500px;

        margin-top: 18px;

        text-align: left;
    }


    .collection-item {
        flex-basis: 72vw;

        width: 72vw;

        height: 650px;
    }


    .women-lightbox {
        padding: 25px;
    }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 600px) {

    .women-header {
        padding: 20px;
    }

    .women-logo span {
        font-size: 17px;
    }

    .women-nav {
        gap: 18px;
    }

    .women-nav a {
        font-size: 7px;
    }

    .women-appointment {
        width: 100px;

        height: 35px;

        margin-left: 15px;
    }


    .women-hero,
    .women-introduction,
    .women-story {
        width: calc(100% - 40px);
    }


    .women-hero-image {
        height: 560px;
    }

    .women-hero-content h1 {
        font-size: 55px;
    }

    .women-introduction h2 {
        font-size: 50px;
    }

    .women-story-image {
        height: 520px;
    }

    .women-story-content h3 {
        font-size: 50px;
    }


    .women-closing {
        width: calc(100% - 40px);

        padding: 90px 0;
    }

    .women-closing h2 {
        font-size: 50px;
    }


    .women-whatsapp {
        right: 18px;

        bottom: 18px;

        width: 48px;

        height: 48px;
    }


    .collection-category {
        width: calc(100% - 40px);

        padding: 45px 0 60px;
    }


    .collection-heading h3 {
        font-size: 48px;
    }


    .collection-item {
        flex-basis: 82vw;

        width: 82vw;

        height: 560px;
    }


    .women-lightbox {
        padding: 55px 20px 30px;
    }


    .women-lightbox-stage img {
        max-width: 94vw;

        max-height: 82vh;
    }


    .women-lightbox-close {
        top: 14px;

        right: 15px;

        width: 40px;

        height: 40px;

        font-size: 26px;
    }


    .women-lightbox-counter {
        top: 27px;

        font-size: 8px;
    }


    .women-lightbox-arrow {
        width: 42px;

        height: 42px;

        font-size: 34px;

        background:
            rgba(23,21,20,0.35);
    }


    .women-lightbox-prev {
        left: 10px;
    }


    .women-lightbox-next {
        right: 10px;
    }

}
