﻿/* CK Elevated Collection Women Landing Page Styles */

/* Reset/Base wrapper */
.ck-landing-wrapper {
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
}

/* 1. TOP HERO SECTION */
.ck-elevated-hero {
    position: relative;
    width: 100%;
    height: 96dvh;
    min-height: 480px;
    max-height: 800px;
    background-color: #000;
    overflow: hidden;
}

.ck-elevated-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ck-elevated-hero-bg picture,
.ck-elevated-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ck-elevated-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    z-index: 2;
    padding: 56px 80px;
}

.ck-elevated-hero-logo {
    margin-bottom: 24px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    animation: fadeInUp 0.8s ease-out;
}

.ck-elevated-hero-title {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 16px 0;
    animation: fadeInUp 1s ease-out;
}

.ck-elevated-hero-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1);
    max-width: 600px;
    margin: 0 auto 32px auto;
    font-weight: 300;
    animation: fadeInUp 1.2s ease-out;
}

.ck-elevated-hero-subtitle p {
    margin-bottom: 8px;
}

.ck-elevated-hero-subtitle span.note {
    display: block;
}

.ck-elevated-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    animation: fadeInUp 1.4s ease-out;
}

.btn-ck-elevated {
    display: inline-block;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0.3s ease;
    border: none;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline !important;
    padding-bottom: 5px;
    text-underline-offset: 7px !important;
}

.btn-ck-elevated-primary {
    background-color: transparent;
    color: white !important;
}

.btn-ck-elevated-secondary {
    background-color: transparent;
    color: #fff !important;
}

.btn-ck-elevated-secondary:hover {
    background-color: #fff;
    color: #000 !important;
}


/* 2. STICKY FIT NAVIGATION */
.ck-fit-nav-wrapper {
    position: relative;
    height: 54px; /* Reserve space in document flow */
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    z-index: 100;
}

.ck-fit-nav {
    height: 54px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.ck-fit-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ck-fit-nav-list::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ck-fit-nav-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.ck-fit-nav-item {
    flex: 0 0 auto;
    text-align: center;
}

.ck-fit-nav-link {
    display: block;
    padding: 16px 15px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.015625rem;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    line-height: 1.25rem;
}

.ck-fit-nav-link:hover,
.ck-fit-nav-link.active {
    color: #000 !important;
    border-bottom-color: #000;
}


/* 3. FIT SECTIONS */
.ck-fit-section {
    padding: 80px 0 40px 0;
    border-bottom: 1px solid #f5f5f5;
}

.ck-fit-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 0px;
}
.ck-fit-products .product-list .p-item {
    --width: calc((100% - calc(calc(4 - 1) * 0.25rem)) / 4);
}

.p-item .p-info .desk-flex {
    margin-top: 0;
}
.ck-fit-video-abs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 56px 80px;
}
/* Intro block */
.ck-fit-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.ck-fit-title {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16px;
    color: #000;
}

.ck-fit-description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: black;
    font-weight: 400;
    margin-bottom: 24px;
}

.ck-fit-cta-link {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    transition: opacity 0.2s ease;
}

.ck-fit-cta-link:hover {
    opacity: 0.7;
}

/* Video wrapper */
.ck-fit-video-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    overflow: hidden;
}

/* Handle video aspect ratios responsively */
/* Desktop aspect ratio */
@media (min-width: 992px) {
    .ck-fit-video-wrap {
        aspect-ratio: 4096 / 2194; /* Match desktop video aspect ratio */
        max-height: 550px;
    }
}

/* Tablet aspect ratio */
@media (min-width: 576px) and (max-width: 991px) {
    .ck-fit-video-wrap {
        aspect-ratio: 1 / 1; /* Match tablet video 1x1 */
        max-height: 600px;
    }
}

/* Mobile aspect ratio */
@media (max-width: 575px) {
    .ck-fit-video-wrap {
        aspect-ratio: 3 / 5; /* Match mobile 3x5 */
        max-height: 500px;
    }
}

.ck-fit-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 4. PRODUCT LISTING GRID */
/* Fallback grid if Slick slider is not loaded/initialized */
.ck-fit-products {
    margin-top: 30px;
    width: 100%;
}

.ck-fit-products .slick-page:not(.slick-initialized) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px;
}

/* Styling for product cards inside .slick-page and generic list */
.ck-fit-products .item-image {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    text-decoration: none !important;
}

.ck-fit-products .item-image > a {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 12px;
}

.ck-fit-products .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.15, 0.75, 0.5, 1);
}

.ck-fit-products .item-image:hover img {
    transform: scale(1.04);
}

.ck-fit-products .item-info {
    text-align: left;
}

.ck-fit-products .item-name {
    font-size: 0.85rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
    text-transform: capitalize;
    line-height: 1.4;
}

.ck-fit-products .item-name a {
    color: #000 !important;
    text-decoration: none !important;
}

.ck-fit-products .item-price {
    font-size: 0.85rem;
    font-weight: 600;
    color: #000;
}

/* Slick adjustments */
.ck-fit-products .slick-prev,
.ck-fit-products .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.ck-fit-products .slick-prev {
    left: -15px;
}

.ck-fit-products .slick-next {
    right: -15px;
}


/* 5. BOTTOM PROMO SECTION */
.ck-elevated-bottom-promo {
    background-color: #fff;
    padding: 100px 20px;
    text-align: center;
}

.btn-ck-elevated-dark {
    display: inline-block;
    padding: 14px 48px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-ck-elevated-dark:hover {
    background-color: transparent;
    color: #000 !important;
}
.btn-ck-elevated-primary.dark {
    color: black !important;
}

section#high-rise-skinny {
    border: none;
    padding-bottom: 0 !important;
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* RESPONSIVE BREAKPOINTS */

@media (max-width: 991px) {
    .ck-fit-nav-list {
        justify-content: flex-start;
    }
    .ck-fit-nav-link {
        padding: 15px 12px;
        font-size: 0.75rem;
    }
    .ck-fit-products .slick-page:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }
    .ck-fit-title {
        font-size: 1.8rem;
    }
    .ck-elevated-hero-title {
        font-size: 2.2rem;
    }
    .ck-fit-section {
        padding: 60px 0 30px 0;
    }
    .ck-elevated-hero-logo {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .ck-fit-title {
        font-size: 1.5rem;
    }
    .ck-elevated-hero-title {
        font-size: 1.6rem;
    }
    .ck-elevated-hero-subtitle {
        font-size: 0.95rem;
    }
    .btn-ck-elevated {
        padding: 10px 20px;
        font-size: 0.75rem;
    }
    .ck-fit-section {
        padding: 50px 0 20px 0;
    }
}
@media (max-width: 768px) {
    .ck-elevated-hero-overlay {
        padding: 20px;
        justify-content: flex-end;
    }
    .ck-fit-nav-item {
        width: auto !important;
    }
    .ck-fit-nav {
        padding: 0 0 0 20px;
    }
    .ck-fit-description {
        padding: 0 20px;
    }

    .ck-fit-products .product-list .p-item {
        --width: calc((100% - calc(calc(2 - 1) * 0.25rem)) / 2);
    }
    .ck-fit-video-abs {
        padding: 20px 20px;
    }
    .ck-fit-video-abs .btn-ck-elevated {
        padding-left: 0;
        padding-right: 0;
    }
}