/* Global āshrams footer — home page Figma desktop (≥1000px) + phone (<1000px). */

@media (min-width: 1000px) {
    body.ashrams-home .ashrams-footer {
        margin-top: 0;
        background: #ffffff;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__forest {
        min-height: clamp(38rem, 72.08vw, 64.875rem);
        padding: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__forest-bg {
        top: 42.48%;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 57.52%;
        max-width: none;
        transform: none;
        object-fit: cover;
        object-position: center bottom;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__forest::before {
        top: 0;
        height: 41.81%;
        background: linear-gradient(
            180deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__forest::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 30%;
        height: 34.49%;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient(
            180deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__content {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 90rem;
        margin: 0 auto;
        min-height: clamp(38rem, 72.08vw, 64.875rem);
        padding: 0 clamp(1.25rem, 3.056vw, 2.75rem);
        box-sizing: border-box;
        transform: none;
    }

    body.ashrams-home .ashrams-footer .container.cnt-max__1320.ashrams-footer__content {
        max-width: 90rem;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__top {
        position: relative;
        display: block;
        min-height: inherit;
        margin: 0;
        padding: 0;
        --ashrams-footer-nav-top: clamp(13.75rem, 27.6vw, 17.5625rem);
        --ashrams-footer-nav-pad-top: clamp(1.35rem, 2.35vw, 2.0625rem);
        --ashrams-footer-col-title-size: clamp(1rem, 1.25vw, 1.125rem);
        --ashrams-footer-col-link-size: clamp(1rem, 1.22vw, 1.125rem);
        --ashrams-footer-col-link-lh: 1.5625rem;
        --ashrams-footer-col-title-gap: 0.3125rem;
        --ashrams-footer-nav-content-top: calc(var(--ashrams-footer-nav-top) + var(--ashrams-footer-nav-pad-top));
        --ashrams-footer-nav-col-gap: clamp(2.75rem, 6.15vw, 5.625rem);
        --ashrams-footer-nav-shift: clamp(1.125rem, 2vw, 1.75rem);
        --ashrams-footer-nav-left-offset: clamp(0.75rem, 1.35vw, 1.25rem);
        --ashrams-footer-tagline-left: clamp(0rem, 0.2vw, 0.125rem);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline {
        position: absolute;
        left: var(--ashrams-footer-tagline-left);
        top: var(--ashrams-footer-nav-content-top);
        width: min(18rem, 20vw);
        height: auto;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: clamp(0.25rem, 0.55vw, 0.45rem);
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: clamp(1.9375rem, 2.72vw, 2.42rem);
        line-height: 1.08;
        color: rgba(0, 0, 0, 0.14);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline-word {
        font-family: 'Inter', sans-serif;
        line-height: 1;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline-word--last {
        align-items: baseline;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline-short {
        display: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline-long {
        display: inline;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav {
        position: static;
        display: block;
        flex: none;
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links {
        position: absolute;
        left: calc(50% + var(--ashrams-footer-nav-shift) - var(--ashrams-footer-nav-left-offset));
        top: var(--ashrams-footer-nav-top);
        transform: translateX(-50%);
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: var(--ashrams-footer-nav-col-gap);
        padding: var(--ashrams-footer-nav-pad-top) 0 0;
        margin: 0;
        grid-template-columns: none;
        column-gap: var(--ashrams-footer-nav-col-gap);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links .ashrams-footer__col a {
        white-space: nowrap;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col {
        width: auto;
        flex: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col:nth-child(1) {
        width: min(6.75rem, 7.5vw);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col:nth-child(2) {
        width: min(9.25rem, 10.3vw);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col:nth-child(3) {
        width: min(6.875rem, 7.65vw);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col h4,
    body.ashrams-home .ashrams-footer .ashrams-footer__col--social h4 {
        font-family: 'Inter', var(--ashrams-sans), system-ui, sans-serif;
        font-size: var(--ashrams-footer-col-title-size);
        font-weight: 500;
        line-height: 1.35;
        color: #000000;
        margin: 0 0 var(--ashrams-footer-col-title-gap);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col--social h4 {
        font-family: 'Manrope', 'Inter', var(--ashrams-sans), system-ui, sans-serif;
        font-weight: 600;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) ul {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) a {
        font-family: 'Manrope', 'Inter', var(--ashrams-sans), system-ui, sans-serif;
        font-size: var(--ashrams-footer-col-link-size);
        font-weight: 400;
        line-height: var(--ashrams-footer-col-link-lh);
        color: #4b5563;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) a:hover {
        color: #1a2438;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav > .ashrams-footer__col--social {
        position: absolute;
        right: clamp(1.25rem, 3.056vw, 2.75rem);
        left: auto;
        top: var(--ashrams-footer-nav-content-top);
        flex: none;
        margin-left: 0;
        width: max-content;
        min-width: calc((2.125rem * 4) + (0.625rem * 3));
        max-width: calc(100% - clamp(1.25rem, 3.056vw, 2.75rem) * 2);
        padding: 0;
        box-sizing: border-box;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__socials {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        width: max-content;
        max-width: 100%;
        gap: 0.625rem;
        margin-top: 0.375rem;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link {
        flex: 0 0 auto;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link img {
        width: 2.125rem;
        height: 2.125rem;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link--twitter img {
        filter: brightness(0) saturate(100%) invert(35%) sepia(8%) saturate(707%) hue-rotate(182deg) brightness(96%) contrast(88%);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link--muted {
        opacity: 0.4;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__legal {
        bottom: clamp(0.75rem, 2.22vw, 1.4375rem);
        padding: 0 clamp(1rem, 3.056vw, 2.75rem);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__legal::before {
        content: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0.583125rem;
        padding-left: clamp(0px, 2.233vw, 2.01rem);
        font-family: 'Inter', var(--ashrams-sans), system-ui, sans-serif;
        font-size: clamp(0.875rem, 1.135vw, 1.0208rem);
        font-weight: 400;
        line-height: 1.4375rem;
        color: #4b5563;
        text-shadow: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom-copy,
    body.ashrams-home .ashrams-footer .ashrams-footer__bottom a {
        color: #4b5563;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom a {
        text-decoration: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom a:hover {
        color: #1a2438;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom-dot {
        flex: none;
        width: 0.145625rem;
        height: 0.145625rem;
        border-radius: 50%;
        background: #4b5563;
    }
}

@media (min-width: 1000px) and (max-width: 1280px) {
    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links {
        gap: clamp(2rem, 4.35vw, 3.75rem);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link img {
        width: 2rem;
        height: 2rem;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col--social,
    body.ashrams-home .ashrams-footer .ashrams-footer__nav > .ashrams-footer__col--social {
        min-width: calc((2rem * 4) + (0.625rem * 3));
    }
}

@media (max-width: 999px) {
    body.ashrams-home .ashrams-footer {
        margin-top: 0;
        padding-top: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__forest {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 0 0 3rem;
        overflow-x: clip;
        overflow-y: visible;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__forest::before,
    body.ashrams-home .ashrams-footer .ashrams-footer__forest::after {
        content: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__content {
        order: 1;
        flex: 0 0 auto;
        min-height: 0;
        max-width: none;
        margin: 0 auto;
        background: #ffffff;
        padding: 0.85rem 0 1.35rem;
        position: relative;
        z-index: 2;
        transform: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__forest-bg {
        order: 2;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-width: 0;
        height: clamp(17.5rem, 58vw, 27.5rem);
        max-width: none;
        transform: none;
        object-fit: cover;
        object-position: center 42%;
        flex: 0 0 auto;
        z-index: 0;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%);
        mask-image: linear-gradient(to bottom, transparent 0%, #000 10%);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__legal::before {
        width: min(100%, 36rem);
        min-height: 2.25rem;
        background: linear-gradient(
            to top,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.05) 40%,
            transparent 100%
        );
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__top {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-areas:
            "explore places practices"
            "tagline tagline socials";
        column-gap: clamp(1.35rem, 4vw, 2rem);
        row-gap: clamp(2rem, 5.5vw, 2.5rem);
        margin-top: 0;
        margin-left: 0;
        min-height: 0;
        padding: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav,
    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links {
        display: contents;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        padding: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__top > .ashrams-footer__tagline {
        grid-area: tagline;
        position: static;
        left: auto;
        top: auto;
        width: auto;
        min-width: 0;
        margin-top: 0;
        font-family: var(--ashrams-sans);
        font-size: clamp(1.5rem, 5.75vw, 2.15rem);
        font-weight: 600;
        line-height: 1.12;
        gap: clamp(0.28rem, 1.1vw, 0.5rem);
        color: rgba(0, 0, 0, 0.33);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline-long {
        display: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline-short {
        display: inline;
        color: rgba(0, 0, 0, 0.33);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__tagline-word--last .ashrams-footer__tagline-dot {
        display: inline-block;
        width: clamp(0.38rem, 1.1vw, 0.48rem);
        height: clamp(0.38rem, 1.1vw, 0.48rem);
        background: #c67e61;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col:nth-child(1) {
        grid-area: explore;
        width: auto;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col:nth-child(2) {
        grid-area: places;
        width: auto;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col:nth-child(3) {
        grid-area: practices;
        width: auto;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col,
    body.ashrams-home .ashrams-footer .ashrams-footer__top .ashrams-footer__col--social {
        padding-left: clamp(0.5rem, 1.5vw, 1rem);
        box-sizing: border-box;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__nav > .ashrams-footer__col--social {
        grid-area: socials;
        position: static;
        right: auto;
        top: auto;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        justify-self: stretch;
        align-self: start;
        display: flex;
        justify-content: flex-end;
        margin-left: 0;
        margin-right: 0;
        margin-top: calc(
            1.12 * clamp(1.5rem, 5.75vw, 2.15rem) +
            0.5 * clamp(0.28rem, 1.1vw, 0.5rem) -
            0.75rem
        );
        padding: 0 0 0 clamp(0.5rem, 1.5vw, 1rem);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col h4,
    body.ashrams-home .ashrams-footer .ashrams-footer__col--social h4 {
        margin: 0 0 0.4rem;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 600;
        color: #111111;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) ul {
        gap: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) ul li + li {
        margin-top: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col a {
        font-family: var(--ashrams-sans);
        font-size: 0.76rem;
        font-weight: 400;
        line-height: 1.35;
        color: #8a93a4;
        white-space: normal;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) h4 {
        margin-bottom: 0.12rem;
        font-family: 'Inter', var(--ashrams-sans), system-ui, sans-serif;
        font-weight: 500;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) a {
        line-height: 0.92;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__col--social h4 {
        display: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__socials {
        gap: 1rem;
        justify-content: flex-end;
        width: auto;
        margin-top: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link img {
        width: clamp(1.5rem, 2.2vw, 1.75rem);
        height: clamp(1.5rem, 2.2vw, 1.75rem);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link--muted {
        opacity: 1;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__social-link--twitter img {
        filter: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__legal {
        padding: 0.65rem 1rem 1rem;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0.2em;
        padding-left: 0;
        font-family: var(--ashrams-sans);
        font-size: 0.56rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.45;
        color: #525252;
        text-shadow:
            0 0 10px rgba(255, 255, 255, 0.92),
            0 1px 2px rgba(255, 255, 255, 0.75);
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom-copy,
    body.ashrams-home .ashrams-footer .ashrams-footer__bottom a {
        color: #525252;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom a {
        text-decoration: none;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom-dot {
        display: inline;
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
    }

    body.ashrams-home .ashrams-footer .ashrams-footer__bottom-dot::before {
        content: '·';
    }

    /* ≤400px — inset social icons from right edge */
    @media (max-width: 400px) {
        body.ashrams-home .ashrams-footer .ashrams-footer__nav > .ashrams-footer__col--social {
            padding-right: clamp(1rem, 6.106vw, 1.5rem);
        }
    }

    /* ≤360px — keep 3-column nav on one line (Discover / Destination / About Us) */
    @media (max-width: 360px) {
        body.ashrams-home .ashrams-footer .container.cnt-max__1320.ashrams-footer__content {
            padding-inline: 0.5rem;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__top {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            column-gap: 0.375rem;
            row-gap: 1.5rem;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col,
        body.ashrams-home .ashrams-footer .ashrams-footer__top .ashrams-footer__col--social {
            padding-left: 0;
            min-width: 0;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col h4,
        body.ashrams-home .ashrams-footer .ashrams-footer__nav-links > .ashrams-footer__col a {
            white-space: nowrap;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__col h4,
        body.ashrams-home .ashrams-footer .ashrams-footer__col--social h4 {
            font-size: 0.8125rem;
            line-height: 1.15;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__col a {
            font-size: 0.625rem;
            line-height: 1.2;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__col:not(.ashrams-footer__col--social) a {
            line-height: 1.2;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__socials {
            gap: 0.5rem;
        }

        body.ashrams-home .ashrams-footer .ashrams-footer__social-link img {
            width: 1.25rem;
            height: 1.25rem;
        }
    }
}
