/* =========================================================
   Vrindavan Digital
   COLLECTIONS PAGE
========================================================= */


/* =========================================================
   COLLECTION HERO
========================================================= */

.collection-page-hero {
    padding: 120px 0 85px;
    background: var(--bg);
}

.collection-page-hero-inner {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--border);
}

.collection-hero-copy {
    max-width: 900px;
}

.collection-page-title {
    font-family: var(--heading);
    font-size: clamp(55px, 7vw, 105px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -5px;
    color: var(--dark);
}

.collection-page-title span {
    display: block;
}

.collection-hero-description {
    max-width: 390px;
    margin-left: auto;
    padding-bottom: 8px;
}

.collection-hero-description p {
    margin-bottom: 32px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--muted);
}

.collection-total {
    display: inline-block;
    padding-top: 14px;
    border-top: 1px solid var(--dark);

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--dark);
}


/* =========================================================
   CATEGORY NAVIGATION
========================================================= */

.collection-category-nav {
    position: relative;
    z-index: 20;
    background: var(--bg);
}

.collection-category-nav-inner {
    display: flex;
    align-items: center;
    gap: 55px;
    padding: 0 0 65px;
}

.category-nav-label {
    flex-shrink: 0;

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
}

.category-nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.category-nav-links a {
    position: relative;

    display: inline-flex;
    align-items: center;

    padding: 11px 20px;

    border: 1px solid var(--border);
    border-radius: 50px;

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--dark);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s var(--ease);
}

.category-nav-links a:hover {
    transform: translateY(-2px);
    border-color: var(--dark);
    background: var(--dark);
    color: #fff;
}


/* =========================================================
   FEATURED KITCHEN COLLECTION
========================================================= */

.collection-feature {
    padding-bottom: 130px;
    background: var(--bg);
}

.collection-feature-card {
    position: relative;

    display: flex;
    min-height: 790px;
    align-items: flex-end;

    overflow: hidden;
    color: #fff;
}

.collection-feature-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.collection-feature-image img {
    width: 100%;
    height: 110%;
    object-fit: cover;

    transition: transform 1.2s var(--ease);
}

.collection-feature-card:hover .collection-feature-image img {
    transform: scale(1.025);
}

.collection-feature-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(10, 12, 9, 0.78) 0%,
            rgba(10, 12, 9, 0.25) 55%,
            rgba(10, 12, 9, 0.12) 100%
        );
}

.collection-feature-top {
    position: absolute;
    z-index: 3;

    top: 35px;
    left: 40px;
    right: 40px;

    display: flex;
    justify-content: space-between;

    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.collection-feature-top span {
    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.8);
}

.collection-feature-content {
    position: relative;
    z-index: 3;

    width: 100%;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;

    padding: 75px 65px;
}

.collection-feature-content h2 {
    margin-bottom: 23px;

    font-size: clamp(46px, 6vw, 82px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -4px;

    color: #fff;
}

.collection-feature-content p {
    max-width: 500px;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.82);
}

.collection-feature-action {
    flex-shrink: 0;

    display: flex;
    align-items: center;
    gap: 20px;

    padding-bottom: 8px;
}

.collection-feature-action > span:first-child {
    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.collection-arrow {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;

    font-size: 18px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.4s var(--ease);
}

.collection-feature-card:hover .collection-arrow {
    transform: rotate(45deg);
    background: #fff;
    color: var(--dark);
}


/* =========================================================
   EDITORIAL COLLECTION GRID
========================================================= */

.collection-duo-section {
    padding: 0 0 140px;
    background: var(--surface);
}

.collection-editorial-card {
    position: relative;
    display: block;
    color: var(--dark);
}

.collection-editorial-image {
    position: relative;
    overflow: hidden;
    background: #e8e7e2;
}

.collection-editorial-large .collection-editorial-image {
    height: 700px;
}

.collection-editorial-small {
    padding-top: 115px;
}

.collection-editorial-small .collection-editorial-image {
    height: 585px;
}

.collection-editorial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.9s var(--ease);
}

.collection-editorial-card:hover .collection-editorial-image img {
    transform: scale(1.045);
}

.collection-card-number {
    position: absolute;
    z-index: 3;

    top: 18px;
    left: 18px;

    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.92);

    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;
    color: var(--dark);
}

.collection-editorial-small .collection-card-number {
    top: 133px;
}

.collection-editorial-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;

    padding-top: 25px;
}

.collection-small-label {
    display: block;

    margin-bottom: 8px;

    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--muted);
}

.collection-editorial-info h2 {
    margin-bottom: 9px;

    font-size: clamp(27px, 2.5vw, 38px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1.2px;
}

.collection-editorial-info p {
    max-width: 380px;

    margin-bottom: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;

    color: var(--muted);
}

.collection-circle-link {
    flex-shrink: 0;

    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--border);
    border-radius: 50%;

    font-size: 15px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease,
        transform 0.4s var(--ease);
}

.collection-editorial-card:hover .collection-circle-link {
    transform: rotate(45deg);

    border-color: var(--dark);
    background: var(--dark);
    color: #fff;
}


/* =========================================================
   COLLECTION STATEMENT
========================================================= */

.collection-statement {
    padding: 140px 0;
    background: var(--dark);
}

.collection-statement .section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aeb99f;
}

.collection-statement h2 {
    max-width: 940px;

    font-size: clamp(34px, 4.3vw, 61px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -2.4px;

    color: rgba(255, 255, 255, 0.92);
}


/* =========================================================
   HOME DECOR
========================================================= */

.collection-horizontal {
    padding: 140px 0;
    background: var(--bg);
}

.collection-horizontal-image {
    position: relative;

    height: 720px;
    overflow: hidden;
}

.collection-horizontal-image img {
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.collection-image-index {
    position: absolute;
    z-index: 3;

    right: 20px;
    bottom: 20px;

    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;

    background: #fff;

    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;

    color: var(--dark);
}

.collection-horizontal-content {
    max-width: 500px;

    margin-left: auto;
    padding-left: 30px;
}

.collection-horizontal-content h2 {
    margin-bottom: 28px;

    font-size: clamp(43px, 5vw, 68px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -3px;
}

.collection-horizontal-content > p {
    margin-bottom: 38px;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;

    color: var(--muted);
}

.collection-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-bottom: 38px;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.collection-meta > div {
    padding: 20px 0;
}

.collection-meta > div + div {
    padding-left: 25px;
    border-left: 1px solid var(--border);
}

.collection-meta span,
.collection-meta strong {
    display: block;
}

.collection-meta span {
    margin-bottom: 6px;

    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    color: var(--muted);
}

.collection-meta strong {
    font-family: var(--heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;

    color: var(--dark);
}


/* =========================================================
   FURNITURE COLLECTION
========================================================= */

.collection-furniture {
    padding: 0 0 40px;
    background: var(--bg);
}

.collection-furniture-wrapper {
    position: relative;

    min-height: 800px;

    display: flex;
    align-items: flex-end;

    overflow: hidden;
}

.collection-furniture-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 110%;

    object-fit: cover;
}

.collection-furniture-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(10, 12, 9, 0.76) 0%,
            rgba(10, 12, 9, 0.22) 57%,
            rgba(10, 12, 9, 0.03) 100%
        );
}

.collection-furniture-number {
    position: absolute;
    z-index: 3;

    top: 40px;
    right: 45px;

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.8px;

    color: rgba(255, 255, 255, 0.82);
}

.collection-furniture-content {
    position: relative;
    z-index: 3;

    max-width: 760px;

    padding: 80px;
}

.collection-furniture-content h2 {
    margin-bottom: 25px;

    font-size: clamp(48px, 6vw, 82px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -4px;

    color: #fff;
}

.collection-furniture-content p {
    max-width: 520px;

    margin-bottom: 35px;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.82);
}


/* =========================================================
   SHOP BY MOOD
========================================================= */

.collection-mood {
    padding: 130px 0;
    background: var(--surface);
}

.mood-card {
    display: block;
    color: var(--dark);
}

.mood-image {
    height: 470px;

    overflow: hidden;
    background: #e8e7e2;
}

.mood-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.8s var(--ease);
}

.mood-card:hover .mood-image img {
    transform: scale(1.05);
}

.mood-content {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;

    padding: 21px 0;

    border-bottom: 1px solid var(--border);
}

.mood-content span {
    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;

    color: var(--muted);
}

.mood-content h3 {
    margin: 0;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;

    color: var(--dark);
}

.mood-content i {
    font-size: 16px;

    transition: transform 0.35s var(--ease);
}

.mood-card:hover .mood-content i {
    transform: translate(4px, -4px);
}


/* =========================================================
   NEW ARRIVALS CTA
========================================================= */

.collection-cta {
    padding: 0 0 130px;
    background: var(--surface);
}

.collection-cta-inner {
    padding: 90px 0;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.collection-cta h2 {
    font-size: clamp(46px, 6vw, 80px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -4px;
}

.collection-large-link {
    display: inline-flex;
    align-items: center;
    gap: 22px;

    padding: 18px 0;

    border-bottom: 1px solid var(--dark);

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;

    color: var(--dark);
}

.collection-large-link i {
    font-size: 18px;

    transition: transform 0.35s var(--ease);
}

.collection-large-link:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.collection-large-link:hover i {
    transform: translateX(7px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .collection-page-hero {
        padding: 90px 0 65px;
    }

    .collection-page-title {
        font-size: clamp(55px, 9vw, 80px);
        letter-spacing: -4px;
    }

    .collection-hero-description {
        max-width: 600px;
        margin: 40px 0 0;
    }

    .collection-category-nav-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .collection-feature {
        padding-bottom: 100px;
    }

    .collection-feature-card {
        min-height: 680px;
    }

    .collection-feature-content {
        padding: 55px 45px;
    }

    .collection-editorial-large .collection-editorial-image,
    .collection-editorial-small .collection-editorial-image {
        height: 600px;
    }

    .collection-editorial-small {
        padding-top: 0;
    }

    .collection-editorial-small .collection-card-number {
        top: 18px;
    }

    .collection-duo-section {
        padding-bottom: 100px;
    }

    .collection-statement {
        padding: 100px 0;
    }

    .collection-horizontal {
        padding: 100px 0;
    }

    .collection-horizontal-image {
        height: 620px;
    }

    .collection-horizontal-content {
        max-width: none;
        padding: 20px 0 0;
    }

    .collection-furniture-wrapper {
        min-height: 680px;
    }

    .collection-furniture-content {
        padding: 55px;
    }

    .collection-mood {
        padding: 100px 0;
    }

    .mood-image {
        height: 400px;
    }

    .collection-cta {
        padding-bottom: 100px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .collection-page-hero {
        padding: 75px 0 50px;
    }

    .collection-page-hero-inner {
        padding-bottom: 45px;
    }

    .collection-page-title {
        font-size: 49px;
        line-height: 1.02;
        letter-spacing: -2.8px;
    }

    .collection-hero-description {
        margin-top: 30px;
    }

    .collection-hero-description p {
        font-size: 16px;
        line-height: 1.75;
    }

    .collection-total {
        font-size: 12px;
    }


    /* Category navigation */

    .collection-category-nav-inner {
        padding-bottom: 45px;
    }

    .category-nav-label {
        font-size: 12px;
    }

    .category-nav-links {
        gap: 8px;
    }

    .category-nav-links a {
        padding: 10px 15px;
        font-size: 12px;
    }


    /* Featured collection */

    .collection-feature {
        padding-bottom: 80px;
    }

    .collection-feature-card {
        min-height: 650px;
    }

    .collection-feature-top {
        top: 25px;
        left: 25px;
        right: 25px;
    }

    .collection-feature-top span {
        font-size: 11px;
    }

    .collection-feature-content {
        align-items: flex-start;
        flex-direction: column;

        padding: 45px 25px;
    }

    .collection-feature-content h2 {
        font-size: 46px;
        letter-spacing: -2.5px;
    }

    .collection-feature-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .collection-feature-action {
        width: 100%;
        justify-content: space-between;
    }

    .collection-feature-action > span:first-child {
        font-size: 12px;
    }

    .collection-arrow {
        width: 50px;
        height: 50px;
    }


    /* Editorial */

    .collection-duo-section {
        padding-bottom: 80px;
    }

    .collection-editorial-large .collection-editorial-image,
    .collection-editorial-small .collection-editorial-image {
        height: 500px;
    }

    .collection-card-number {
        font-size: 11px;
    }

    .collection-small-label {
        font-size: 11px;
    }

    .collection-editorial-info h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    .collection-editorial-info p {
        font-size: 15px;
        line-height: 1.7;
    }


    /* Statement */

    .collection-statement {
        padding: 80px 0;
    }

    .collection-statement .section-label {
        margin-bottom: 35px;
        font-size: 11px;
    }

    .collection-statement h2 {
        font-size: 34px;
        letter-spacing: -1.6px;
    }


    /* Horizontal collection */

    .collection-horizontal {
        padding: 80px 0;
    }

    .collection-horizontal-image {
        height: 520px;
    }

    .collection-image-index {
        font-size: 11px;
    }

    .collection-horizontal-content h2 {
        font-size: 43px;
        letter-spacing: -2.2px;
    }

    .collection-horizontal-content > p {
        font-size: 16px;
    }

    .collection-meta span {
        font-size: 11px;
    }

    .collection-meta strong {
        font-size: 14px;
    }


    /* Furniture */

    .collection-furniture {
        padding-bottom: 0;
    }

    .collection-furniture-wrapper {
        min-height: 650px;
    }

    .collection-furniture-content {
        padding: 45px 25px;
    }

    .collection-furniture-content h2 {
        font-size: 47px;
        letter-spacing: -2.5px;
    }

    .collection-furniture-content p {
        font-size: 16px;
    }

    .collection-furniture-number {
        top: 25px;
        right: 25px;
        font-size: 12px;
    }


    /* Mood */

    .collection-mood {
        padding: 80px 0;
    }

    .mood-image {
        height: 470px;
    }

    .mood-content span {
        font-size: 11px;
    }

    .mood-content h3 {
        font-size: 17px;
    }


    /* CTA */

    .collection-cta {
        padding-bottom: 80px;
    }

    .collection-cta-inner {
        padding: 70px 0;
    }

    .collection-cta h2 {
        font-size: 46px;
        letter-spacing: -2.4px;
    }

    .collection-large-link {
        margin-top: 35px;
        font-size: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .collection-page-title {
        font-size: 43px;
        letter-spacing: -2.3px;
    }

    .collection-hero-description p {
        font-size: 16px;
    }


    /* Navigation */

    .category-nav-links a {
        padding: 9px 14px;
        font-size: 12px;
    }


    /* Feature */

    .collection-feature-card {
        min-height: 590px;
    }

    .collection-feature-content h2 {
        font-size: 40px;
    }

    .collection-feature-content p {
        font-size: 16px;
    }


    /* Editorial */

    .collection-editorial-large .collection-editorial-image,
    .collection-editorial-small .collection-editorial-image {
        height: 430px;
    }

    .collection-editorial-info {
        gap: 15px;
    }

    .collection-editorial-info h2 {
        font-size: 26px;
    }

    .collection-editorial-info p {
        font-size: 15px;
    }


    /* Home decor */

    .collection-horizontal-image {
        height: 450px;
    }

    .collection-horizontal-content h2 {
        font-size: 39px;
    }

    .collection-horizontal-content > p {
        font-size: 16px;
    }


    /* Furniture */

    .collection-furniture-wrapper {
        min-height: 590px;
    }

    .collection-furniture-content h2 {
        font-size: 41px;
    }

    .collection-furniture-content p {
        font-size: 16px;
    }


    /* Mood */

    .mood-image {
        height: 420px;
    }

    .mood-content {
        grid-template-columns: 35px 1fr auto;
    }

    .mood-content h3 {
        font-size: 17px;
    }


    /* CTA */

    .collection-cta h2 {
        font-size: 41px;
    }

    .collection-large-link {
        font-size: 12px;
    }
}