/* =========================================================
   Vrindavan Digital
   ABOUT PAGE
========================================================= */


/* =========================================================
   ABOUT HERO
========================================================= */

.about-hero {
    padding: 120px 0 130px;
    background: var(--bg);
}

.about-hero-top {
    padding-bottom: 70px;
}

.about-hero-title {
    margin: 0;
    font-size: clamp(55px, 7vw, 105px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -5px;
    color: var(--dark);
}

.about-hero-title span {
    display: block;
}

.about-hero-intro {
    max-width: 390px;
    margin-left: auto;
    padding-bottom: 8px;
}

.about-intro-index {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--dark);

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--dark);
}

.about-hero-intro p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--muted);
}


/* =========================================================
   HERO IMAGE
========================================================= */

.about-hero-image {
    position: relative;
    height: min(72vw, 820px);
    min-height: 620px;
    overflow: hidden;
    background: #e6e5df;
}

.about-hero-image img {
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.about-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(10, 12, 9, 0.02) 50%,
            rgba(10, 12, 9, 0.32) 100%
        );
}

.about-hero-image-caption {
    position: absolute;
    z-index: 3;
    left: 35px;
    right: 35px;
    bottom: 28px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.9);
}


/* =========================================================
   STORY / WHO WE ARE
========================================================= */

.about-story {
    padding: 140px 0;
    background: var(--surface);
}

.about-story-content h2 {
    max-width: 930px;
    margin: 0 0 70px;

    font-size: clamp(38px, 4.7vw, 65px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -3px;

    color: var(--dark);
}

.about-story-copy {
    padding-top: 35px;
    border-top: 1px solid var(--border);
}

.about-story-copy p {
    max-width: 410px;
    margin: 0;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   BRAND STATEMENT
========================================================= */

.about-statement {
    background: var(--dark);
}

.about-statement-inner {
    padding: 145px 0 125px;
}

.about-statement .section-label {
    font-size: 13px;
    color: #a5ad98;
}

.about-statement h2 {
    max-width: 1080px;
    margin: 40px 0 90px;

    font-size: clamp(43px, 6vw, 82px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -4px;

    color: rgba(255, 255, 255, 0.94);
}

.about-statement-footer {
    display: flex;
    align-items: center;
    gap: 22px;

    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.65);
}

.statement-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a5ad98;
}


/* =========================================================
   OUR WORLD
========================================================= */

.about-world {
    padding: 140px 0;
    background: var(--bg);
}

.about-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;

    margin-bottom: 75px;
}

.about-section-heading h2 {
    margin: 0;
    font-size: clamp(45px, 5.5vw, 76px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -3.5px;
}

.about-section-heading > p {
    max-width: 390px;
    margin: 0 0 8px;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   WORLD CARDS
========================================================= */

.about-world-grid {
    row-gap: 16px !important;
}

.about-world-card {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
}

.about-world-large {
    height: 680px;
}

.about-world-small {
    height: 520px;
}

.about-world-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.about-world-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 1s var(--ease);
}

.about-world-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(8, 10, 8, 0.05) 35%,
            rgba(8, 10, 8, 0.72) 100%
        );

    transition: background 0.5s ease;
}

.about-world-number {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 27px;

    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;

    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;

    color: #fff;
}

.about-world-content {
    position: absolute;
    z-index: 3;
    left: 30px;
    right: 30px;
    bottom: 30px;

    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;

    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.about-world-content > span {
    grid-column: 1 / -1;

    margin-bottom: 8px;

    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.75);
}

.about-world-content h3 {
    margin: 0;

    font-size: clamp(27px, 3vw, 40px);
    font-weight: 500;
    letter-spacing: -1.5px;

    color: #fff;
}

.about-world-content i {
    margin-bottom: 5px;
    font-size: 21px;

    transition: transform 0.4s var(--ease);
}

.about-world-card:hover .about-world-image img {
    transform: scale(1.045);
}

.about-world-card:hover .about-world-content i {
    transform: translate(5px, -5px);
}


/* =========================================================
   EVERYDAY OBJECT
========================================================= */

.about-object {
    padding: 140px 0;
    background: var(--surface);
}

.about-object-image {
    position: relative;
    height: 720px;
    overflow: hidden;
    background: #e5e3dd;
}

.about-object-image img {
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.about-object-index {
    position: absolute;
    right: 20px;
    bottom: 20px;

    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;

    background: #fff;

    font-family: var(--heading);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;

    color: var(--dark);
}

.about-object-content {
    max-width: 500px;
}

.about-object-content h2 {
    margin: 0 0 30px;

    font-size: clamp(43px, 5vw, 68px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -3px;
}

.about-object-content p {
    margin: 0 0 38px;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   MODERN COMMERCE
========================================================= */

.about-commerce {
    padding: 140px 0;
    background: var(--bg);
}

.about-commerce-inner {
    padding-top: 25px;
}

.about-commerce h2 {
    margin: 0;

    font-size: clamp(45px, 5.5vw, 76px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -3.5px;
}

.about-commerce .col-lg-4 > p {
    margin: 0 0 8px;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   COMMERCE LIST
========================================================= */

.about-commerce-list {
    margin-top: 95px;
    border-top: 1px solid var(--border);
}

.about-commerce-item {
    display: grid;
    grid-template-columns: 90px 1fr 1fr;
    align-items: center;
    gap: 35px;

    min-height: 135px;
    padding: 25px 0;

    border-bottom: 1px solid var(--border);
}

.commerce-number {
    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}

.about-commerce-item h3 {
    margin: 0;

    font-size: clamp(22px, 2.3vw, 31px);
    font-weight: 500;
    letter-spacing: -1px;
}

.about-commerce-item p {
    max-width: 400px;
    margin: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;

    color: var(--muted);
}


/* =========================================================
   PHILOSOPHY IMAGE
========================================================= */

.about-philosophy {
    position: relative;

    min-height: 820px;

    display: flex;
    align-items: flex-end;

    overflow: hidden;
}

.about-philosophy-image {
    position: absolute;
    inset: 0;
}

.about-philosophy-image img {
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.about-philosophy-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(8, 10, 8, 0.82) 0%,
            rgba(8, 10, 8, 0.25) 58%,
            rgba(8, 10, 8, 0.05) 100%
        );
}

.about-philosophy .container {
    position: relative;
    z-index: 3;
}

.about-philosophy-content {
    max-width: 780px;
    padding: 90px 0;
}

.about-philosophy-content h2 {
    margin: 0 0 27px;

    font-size: clamp(48px, 6vw, 82px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -4px;

    color: #fff;
}

.about-philosophy-content p {
    max-width: 510px;
    margin: 0 0 36px;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;

    color: rgba(255, 255, 255, 0.78);
}


/* =========================================================
   VALUES
========================================================= */

.about-values {
    padding: 140px 0;
    background: var(--surface);
}

.about-values-heading {
    display: grid;
    grid-template-columns: 25% 75%;

    margin-bottom: 80px;
}

.about-values-heading h2 {
    margin: 0;

    font-size: clamp(45px, 5.5vw, 76px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -3.5px;
}

.about-values-list {
    border-top: 1px solid var(--border);
}

.about-value-item {
    display: grid;
    grid-template-columns: 90px 1fr 1fr;
    align-items: center;
    gap: 35px;

    min-height: 140px;
    padding: 25px 0;

    border-bottom: 1px solid var(--border);
}

.about-value-number {
    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}

.about-value-title h3 {
    margin: 0;

    font-size: clamp(24px, 2.6vw, 35px);
    font-weight: 500;
    letter-spacing: -1.3px;
}

.about-value-copy p {
    max-width: 420px;
    margin: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;

    color: var(--muted);
}


/* =========================================================
   BRAND MARQUEE
========================================================= */

.about-marquee {
    position: relative;
    overflow: hidden;

    padding: 48px 0;

    background: var(--accent);
    color: #fff;
}

.about-marquee-track {
    width: max-content;

    display: flex;
    align-items: center;
    gap: 38px;

    animation: aboutMarquee 35s linear infinite;
}

.about-marquee-track span {
    flex-shrink: 0;

    font-family: var(--heading);
    font-size: clamp(25px, 3vw, 43px);
    font-weight: 500;
    letter-spacing: -1.5px;
}

.about-marquee-track i {
    flex-shrink: 0;

    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
}

@keyframes aboutMarquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================================
   CTA
========================================================= */

.about-cta {
    padding: 130px 0;
    background: var(--bg);
}

.about-cta-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;

    padding: 90px 0;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.about-cta-inner h2 {
    margin: 0;

    font-size: clamp(46px, 6vw, 80px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -4px;
}

.about-cta-link {
    flex-shrink: 0;

    display: flex;
    align-items: center;
    gap: 25px;

    font-family: var(--heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;

    color: var(--dark);
}

.about-cta-arrow {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--dark);
    border-radius: 50%;

    font-size: 19px;

    transition:
        transform 0.4s var(--ease),
        background 0.3s ease,
        color 0.3s ease;
}

.about-cta-link:hover .about-cta-arrow {
    transform: translateX(7px);
    background: var(--dark);
    color: #fff;
}


/* =========================================================
   TYPOGRAPHY SAFETY
========================================================= */

.about-hero .section-label,
.about-story .section-label,
.about-world .section-label,
.about-object .section-label,
.about-commerce .section-label,
.about-philosophy .section-label,
.about-values .section-label,
.about-cta .section-label {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 1px;
}


/* =========================================================
   DESKTOP HOVER DETAILS
========================================================= */

@media (hover: hover) {

    .about-commerce-item {
        transition:
            padding-left 0.4s var(--ease),
            padding-right 0.4s var(--ease),
            background 0.35s ease;
    }

    .about-commerce-item:hover {
        padding-left: 20px;
        padding-right: 20px;
        background: rgba(0, 0, 0, 0.018);
    }

    .about-value-item {
        transition:
            padding-left 0.4s var(--ease),
            padding-right 0.4s var(--ease),
            background 0.35s ease;
    }

    .about-value-item:hover {
        padding-left: 20px;
        padding-right: 20px;
        background: rgba(0, 0, 0, 0.018);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .about-hero {
        padding: 90px 0 100px;
    }

    .about-hero-title {
        font-size: clamp(58px, 9vw, 82px);
        letter-spacing: -4px;
    }

    .about-hero-intro {
        max-width: 620px;
        margin: 40px 0 0;
    }

    .about-hero-image {
        min-height: 600px;
    }


    .about-story {
        padding: 100px 0;
    }

    .about-story .section-label {
        display: block;
        margin-bottom: 35px;
    }


    .about-statement-inner {
        padding: 105px 0 95px;
    }

    .about-statement h2 {
        margin-bottom: 70px;
    }


    .about-world {
        padding: 100px 0;
    }

    .about-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-section-heading > p {
        max-width: 600px;
    }

    .about-world-large,
    .about-world-small {
        height: 600px;
    }


    .about-object {
        padding: 100px 0;
    }

    .about-object-image {
        height: 620px;
    }

    .about-object-content {
        max-width: none;
    }


    .about-commerce {
        padding: 100px 0;
    }

    .about-commerce .col-lg-4 > p {
        max-width: 600px;
        margin-top: 35px;
    }

    .about-commerce-list {
        margin-top: 70px;
    }


    .about-philosophy {
        min-height: 700px;
    }

    .about-philosophy-content {
        padding: 70px 0;
    }


    .about-values {
        padding: 100px 0;
    }

    .about-values-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    .about-cta {
        padding: 100px 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .about-hero {
        padding: 75px 0 80px;
    }

    .about-hero-top {
        padding-bottom: 45px;
    }

    .about-hero-title {
        font-size: 49px;
        line-height: 1.02;
        letter-spacing: -2.8px;
    }

    .about-hero-intro {
        margin-top: 30px;
    }

    .about-intro-index {
        font-size: 12px;
    }

    .about-hero-intro p {
        font-size: 16px;
    }

    .about-hero-image {
        height: 540px;
        min-height: 0;
    }

    .about-hero-image-caption {
        left: 20px;
        right: 20px;
        bottom: 20px;

        font-size: 12px;
    }


    .about-story {
        padding: 80px 0;
    }

    .about-story-content h2 {
        margin-bottom: 45px;

        font-size: 36px;
        line-height: 1.22;
        letter-spacing: -1.8px;
    }

    .about-story-copy {
        row-gap: 25px;
    }

    .about-story-copy p {
        max-width: none;
        font-size: 16px;
    }


    .about-statement-inner {
        padding: 80px 0;
    }

    .about-statement h2 {
        margin: 30px 0 55px;

        font-size: 42px;
        letter-spacing: -2.2px;
    }

    .about-statement-footer {
        flex-wrap: wrap;
        gap: 13px;

        font-size: 12px;
    }


    .about-world {
        padding: 80px 0;
    }

    .about-section-heading {
        margin-bottom: 50px;
    }

    .about-section-heading h2 {
        font-size: 44px;
        letter-spacing: -2.3px;
    }

    .about-section-heading > p {
        font-size: 16px;
    }

    .about-world-large,
    .about-world-small {
        height: 520px;
    }

    .about-world-content > span {
        font-size: 12px;
    }


    .about-object {
        padding: 80px 0;
    }

    .about-object-image {
        height: 520px;
    }

    .about-object-content h2 {
        font-size: 43px;
        letter-spacing: -2.2px;
    }

    .about-object-content p {
        font-size: 16px;
    }


    .about-commerce {
        padding: 80px 0;
    }

    .about-commerce h2 {
        font-size: 44px;
        letter-spacing: -2.3px;
    }

    .about-commerce .col-lg-4 > p {
        font-size: 16px;
    }

    .about-commerce-list {
        margin-top: 55px;
    }

    .about-commerce-item {
        grid-template-columns: 45px 1fr;
        gap: 15px;

        padding: 27px 0;
    }

    .about-commerce-item p {
        grid-column: 2;

        font-size: 16px;
    }

    .commerce-number {
        font-size: 12px;
    }


    .about-philosophy {
        min-height: 650px;
    }

    .about-philosophy-content {
        padding: 55px 0;
    }

    .about-philosophy-content h2 {
        font-size: 45px;
        letter-spacing: -2.5px;
    }

    .about-philosophy-content p {
        font-size: 16px;
    }


    .about-values {
        padding: 80px 0;
    }

    .about-values-heading {
        margin-bottom: 50px;
    }

    .about-values-heading h2 {
        font-size: 44px;
        letter-spacing: -2.3px;
    }

    .about-value-item {
        grid-template-columns: 45px 1fr;
        gap: 15px;

        min-height: 0;
        padding: 28px 0;
    }

    .about-value-copy {
        grid-column: 2;
    }

    .about-value-copy p {
        font-size: 16px;
    }

    .about-value-number {
        font-size: 12px;
    }


    .about-marquee {
        padding: 35px 0;
    }

    .about-marquee-track {
        gap: 25px;
    }


    .about-cta {
        padding: 80px 0;
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;

        padding: 70px 0;
    }

    .about-cta-inner h2 {
        font-size: 45px;
        letter-spacing: -2.4px;
    }

    .about-cta-link {
        font-size: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .about-hero-title {
        font-size: 43px;
        letter-spacing: -2.2px;
    }

    .about-hero-image {
        height: 460px;
    }

    .about-hero-image-caption span:last-child {
        display: none;
    }


    .about-story-content h2 {
        font-size: 32px;
    }


    .about-statement h2 {
        font-size: 37px;
    }


    .about-section-heading h2 {
        font-size: 39px;
    }

    .about-world-large,
    .about-world-small {
        height: 440px;
    }

    .about-world-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .about-world-content h3 {
        font-size: 28px;
    }


    .about-object-image {
        height: 450px;
    }

    .about-object-content h2 {
        font-size: 39px;
    }


    .about-commerce h2 {
        font-size: 39px;
    }

    .about-commerce-item h3 {
        font-size: 22px;
    }


    .about-philosophy {
        min-height: 590px;
    }

    .about-philosophy-content h2 {
        font-size: 40px;
    }


    .about-values-heading h2 {
        font-size: 39px;
    }

    .about-value-title h3 {
        font-size: 23px;
    }


    .about-cta-inner h2 {
        font-size: 40px;
    }

    .about-cta-arrow {
        width: 54px;
        height: 54px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .about-marquee-track {
        animation-play-state: paused;
    }

    .about-world-image img,
    .about-world-content i,
    .about-cta-arrow {
        transition: none;
    }

}