/* FIT & LIT HOME
   Desktop ölçüler 1440 Figma mantığıyla sabit tutulur.
   1920 ekranda elemanlar orantısız büyümez; daha ferah görünür. */

:root{
    --fit-font:"Manrope",Arial,sans-serif;
    --fit-text:#111;
    --fit-muted:#666;
    --fit-warm:#f8f5f1;
    --fit-side:92px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
    background:#fff;
    color:var(--fit-text);
    font-family:var(--fit-font);
    -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.fit-site{width:100%;overflow:hidden}

/* =========================================================
   ANNOUNCEMENT
   ========================================================= */

.fit-announcement{
    height:48px;
    display:grid;
    grid-template-columns:48px 1fr 48px;
    align-items:center;
    padding:0 var(--fit-side);
    background:var(--fit-warm);
}

.fit-announcement__items{
    position:relative;
    height:100%;
}

.fit-announcement__item{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    opacity:0;
    font-size:13px;
    font-weight:400;
}

.fit-announcement__item.is-active{opacity:1}

.fit-announcement__button{
    border:0;
    background:none;
    padding:0;
    cursor:pointer;
    font-size:28px;
    line-height:1;
}

.fit-announcement__button--next{text-align:right}


/* =========================================================
   HEADER
   ========================================================= */

.fit-header{
    height:106px;
    padding:0 var(--fit-side);
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    background:#fff;
    border-bottom:1px solid #f2f2f2;
}

.fit-header__nav{
    display:flex;
    align-items:center;
    gap:30px;
    white-space:nowrap;
}

.fit-header__nav a{
    font-size:15px;
    line-height:1;
    font-weight:400;
}

.fit-header__logo{
    justify-self:center;
    font-size:34px;
    line-height:1;
    letter-spacing:-.045em;
    font-weight:500;
}

.fit-header__icons{
    justify-self:end;
    display:flex;
    align-items:center;
    gap:22px;
}

.fit-header__icons a,
.fit-header__icons button{
    width:30px;
    height:30px;
    padding:0;
    border:0;
    background:transparent;
    display:grid;
    place-items:center;
    cursor:pointer;
}

.fit-header__icons svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.15;
    stroke-linecap:round;
    stroke-linejoin:round;
}


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

.fit-hero{
    position:relative;
    width:100%;
    height:760px;
    overflow:hidden;
    background:#eee;
}

.fit-hero__image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

/* Geçici ekran görüntüsü assetinde yazı zaten bulunduğu için
   ikinci kez görünmesini engelliyoruz. Gerçek temiz hero asseti
   geldiğinde bu blok kaldırılacak. */
.fit-hero__content{
    display:none;
}

.fit-outline-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 19px;
    border:1px solid currentColor;
    border-radius:999px;
    font-size:12px;
}


/* =========================================================
   PRODUCT SHORTCUTS
   ========================================================= */

.fit-shortcuts{
    padding:32px 24px 58px;
}

.fit-shortcuts__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

.fit-shortcut-card{
    height:153px;
    min-width:0;
    display:grid;
    grid-template-columns:132px 1fr;
    align-items:center;
    overflow:hidden;
    background:#faf8f5;
}

.fit-shortcut-card img{
    width:132px;
    height:153px;
    object-fit:cover;
    object-position:left center;
}

.fit-shortcut-card span{
    padding:0 18px;
    font-size:16px;
    line-height:1.2;
}


/* =========================================================
   SHOP BY COLOR
   ========================================================= */

.fit-colors{
    padding:0 24px 60px;
}

.fit-container,
.fit-shortcuts__grid{
    width:100%;
    max-width:1720px;
    margin-left:auto;
    margin-right:auto;
}

.fit-container{
    width:100%;
}

.fit-colors h2{
    margin:0 0 38px;
    font-size:38px;
    line-height:1.1;
    font-weight:600;
    letter-spacing:-.025em;
}

.fit-colors__grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:15px;
}

.fit-color-card{
    position:relative;
    min-width:0;
    overflow:hidden;
}

.fit-color-card img{
    width:100%;
    aspect-ratio:160/220;
    object-fit:cover;
}

/* Crop assetinde isim bulunduğu için duplicate'i gizliyoruz. */
.fit-color-card span{
    display:none;
}


/* =========================================================
   CAMPAIGN
   ========================================================= */

.fit-campaign{
    position:relative;
    width:100%;
    height:760px;
    overflow:hidden;
    background:#d7e3e5;
}

.fit-campaign__image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

/* Geçici screenshot assetinde copy mevcut. */
.fit-campaign__content{
    display:none;
}


/* =========================================================
   FOOTER
   ========================================================= */

.fit-footer{
    min-height:725px;
    padding:94px var(--fit-side) 36px;
    background:var(--fit-warm);
}

.fit-footer__top{
    display:grid;
    grid-template-columns:39% 1fr;
    gap:88px;
}

.fit-footer__brand{
    min-width:0;
}

.fit-footer__logo{
    display:inline-block;
    margin-bottom:62px;
    font-size:60px;
    line-height:1;
    letter-spacing:-.05em;
    font-weight:500;
}

.fit-footer__eyebrow{
    margin:0 0 34px;
    font-size:18px;
    line-height:1.35;
}

.fit-footer__copy{
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.45;
}

.fit-newsletter{
    width:100%;
    max-width:550px;
    height:72px;
    margin-top:38px;
    display:grid;
    grid-template-columns:1fr 62px;
    align-items:center;
    border:1px solid #dedbd7;
    border-radius:12px;
}

.fit-newsletter input{
    min-width:0;
    border:0;
    background:transparent;
    outline:none;
    padding:0 25px;
    color:#666;
    font-size:16px;
}

.fit-newsletter button{
    width:44px;
    height:44px;
    justify-self:center;
    border:0;
    border-radius:50%;
    background:#e8e7e4;
    font-size:25px;
    line-height:1;
    cursor:pointer;
}

.fit-footer__right h2{
    margin:0 0 54px;
    font-size:28px;
    line-height:1.25;
    font-weight:600;
}

.fit-footer__columns{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:70px;
}

.fit-footer__column h3{
    margin:0 0 36px;
    font-size:24px;
    line-height:1.2;
    font-weight:600;
}

.fit-footer__column a{
    display:block;
    margin-bottom:28px;
    color:#666;
    font-size:18px;
    line-height:1.4;
}

.fit-footer__bottom{
    position:relative;
    min-height:110px;
    margin-top:78px;
}

.fit-footer__social{
    position:absolute;
    left:0;
    bottom:10px;
    display:flex;
    gap:15px;
    font-size:20px;
}

.fit-footer__payment{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    text-align:center;
}

.fit-footer__copyright{
    margin-bottom:14px;
    color:#666;
    font-size:15px;
}

.fit-footer__payment img{
    width:170px;
    height:auto;
    margin:0 auto 8px;
    object-fit:cover;
    object-position:center top;
}

.fit-footer__secure{
    font-size:10px;
    line-height:1.4;
}



/* =========================================================
   RESPONSIVE CONTENT CONTAINER
   Bootstrap benzeri kademeli genişlik sistemi
   ========================================================= */

@media (max-width:1799px){
    .fit-container,
    .fit-shortcuts__grid{
        max-width:1560px;
    }
}

@media (max-width:1599px){
    .fit-container,
    .fit-shortcuts__grid{
        max-width:1320px;
    }
}

@media (max-width:1399px){
    .fit-container,
    .fit-shortcuts__grid{
        max-width:1140px;
    }
}

@media (max-width:1199px){
    .fit-container,
    .fit-shortcuts__grid{
        max-width:960px;
    }
}

@media (max-width:991px){
    .fit-container,
    .fit-shortcuts__grid{
        max-width:720px;
    }
}

@media (max-width:767px){
    .fit-container,
    .fit-shortcuts__grid{
        max-width:540px;
    }

    .fit-shortcuts,
    .fit-colors{
        padding-left:16px;
        padding-right:16px;
    }
}


/* =========================================================
   LAPTOP / SMALL DESKTOP
   Tasarımın 1440 referansına yaklaşırken sadece yatay boşluk azalır.
   Elemanlar dramatik şekilde küçülmez.
   ========================================================= */

@media (min-width:768px) and (max-width:1500px){
    :root{
        --fit-side:64px;
    }

    .fit-header__nav{gap:22px}
    .fit-header__nav a{font-size:13px}
    .fit-header__logo{font-size:30px}

    .fit-shortcut-card{
        grid-template-columns:105px 1fr;
    }

    .fit-shortcut-card img{
        width:105px;
    }

    .fit-shortcut-card span{
        font-size:13px;
    }

    .fit-colors h2{
        font-size:30px;
    }

    .fit-footer__logo{
        font-size:48px;
    }

    .fit-footer__eyebrow{
        font-size:15px;
    }

    .fit-footer__copy,
    .fit-newsletter input{
        font-size:13px;
    }

    .fit-footer__right h2{
        font-size:23px;
    }

    .fit-footer__column h3{
        font-size:19px;
    }

    .fit-footer__column a{
        font-size:14px;
        margin-bottom:22px;
    }
}


/* =========================================================
   MOBILE BASELINE
   Mobil tasarımı ayrıca Figma referansına göre ele alacağız.
   ========================================================= */

@media(max-width:767px){
    :root{
        --fit-side:10px;
    }

    .fit-announcement{
        height:38px;
        padding:0 10px;
        grid-template-columns:28px 1fr 28px;
    }

    .fit-announcement__item{font-size:9px}

    .fit-header{
        height:68px;
        padding:0 10px;
    }

    .fit-header__nav{display:none}

    .fit-header__logo{
        font-size:21px;
    }

    .fit-header__icons{
        gap:8px;
    }

    .fit-header__icons button,
    .fit-header__icons a:first-of-type{
        display:none;
    }

    .fit-hero{
        height:214px;
    }

    .fit-shortcuts{
        padding:17px 10px 20px;
    }

    .fit-shortcuts__grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:6px;
    }

    .fit-shortcut-card{
        height:auto;
        display:block;
        text-align:center;
        background:transparent;
    }

    .fit-shortcut-card img{
        width:100%;
        height:auto;
        aspect-ratio:1;
        border-radius:50%;
        object-fit:cover;
        margin-bottom:7px;
    }

    .fit-shortcut-card span{
        padding:0;
        font-size:9px;
    }

    .fit-colors{
        display:none;
    }

    .fit-campaign{
        height:341px;
    }

    .fit-footer{
        min-height:0;
        padding:48px 10px 28px;
    }

    .fit-footer__top{
        display:block;
    }

    .fit-footer__logo{
        margin-bottom:30px;
        font-size:38px;
    }

    .fit-footer__eyebrow{
        font-size:10px;
    }

    .fit-footer__copy{
        font-size:10px;
    }

    .fit-newsletter{
        max-width:none;
        height:50px;
    }

    .fit-footer__right{
        margin-top:42px;
    }

    .fit-footer__right h2{
        font-size:17px;
        margin-bottom:28px;
    }

    .fit-footer__columns{
        grid-template-columns:1fr 1fr;
        gap:32px 28px;
    }

    .fit-footer__column:nth-child(3){
        grid-column:1;
    }

    .fit-footer__column h3{
        margin-bottom:18px;
        font-size:12px;
    }

    .fit-footer__column a{
        margin-bottom:14px;
        font-size:9px;
    }

    .fit-footer__bottom{
        min-height:0;
        margin-top:48px;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

    .fit-footer__social,
    .fit-footer__payment{
        position:static;
        transform:none;
    }

    .fit-footer__payment{
        text-align:left;
    }

    .fit-footer__payment img{
        width:140px;
        margin-left:0;
    }

    .fit-footer__copyright{
        font-size:10px;
    }
}
