@font-face {
    font-family: "Helvetica Bold Event";
    src: url("../../Assets/font/HelveticaNeueBold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue Light Event";
    src: url("../../Assets/font/HelveticaNeueLight.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Arial Black Event";
    src: url("../../Assets/font/ARIBLK.TTF") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

.service-grid .service-title {
    font-family: "Arial Black Event", "Arial Black", Arial, sans-serif;
    font-weight: 900;
}

.service-media-sticky .top-text.big.nm {
    color: #BABABA;
    font-family: "Arial Black Event", "Arial Black", Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(1.05rem, 1.5vw, 1.7rem);
    line-height: 1.15;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: visible;
    padding-top: 0.12em;
}

.service-media-sticky .top-text.big.nm span {
    display: block;
    white-space: nowrap;
    overflow: visible;
    line-height: 1.15;
}

.service-media-sticky {
    grid-row-gap: 8px;
    row-gap: 8px;
    overflow: visible;
}

.nav-logo{
    width: 190px;
}
.nav-logo2{
    width: 120px;
}
.nav-logo-footer{
    width: 240px;
}

.footer-trumpeting-img {
    display: block;
    width: 85%;
    max-width: 85%;
    height: auto;
    background: transparent;
}

.add-max-w.full-color.footer-lft {
    width: 100%;
    max-width: 100%;
    position: relative;
    container-type: inline-size;
    overflow: visible;
}

.footer-trumpeting-copy {
    position: absolute;
    right: -8px;
    top: 67%;
    bottom: auto;
    width: 26%;
    margin: 0;
    color: #c2c2c2;
    font-family: "Helvetica Neue Light Event", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(8px, 2.7cqw, 18px);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: none;
}

@media screen and (max-width: 767px) {
    .footer .footer-bottom-grid > .footer-btm-part-1 {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .add-max-w.full-color.footer-lft {
        --footer-copy-space: clamp(36px, 7cqw, 48px);
        padding-bottom: var(--footer-copy-space);
        box-sizing: border-box;
    }

    .footer-trumpeting-copy {
        top: calc(63% - (var(--footer-copy-space) / 2));
    }
}

.section.ctc {
    margin-bottom: 0;
}

.footer .footer-grid {
    display: none !important;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}

.footer {
    min-height: 0;
    margin-top: 0;
    padding-top: 36px;
    overflow: hidden;
}

.footer .footer-bottom-grid {
    grid-template-columns: minmax(0, 1.15fr) 1px minmax(280px, 1fr);
    align-items: start;
    column-gap: 4%;
}

.footer .footer-btm-part-1 {
    margin-top: 0;
    padding-right: 16px;
    min-width: 0;
}

.footer .footer-bottom-grid > .footer-btm-part-1:last-child {
    padding-right: 0;
}

.footer .margin-50 {
    margin-top: 0;
}

.footer .margin-50 + .margin-50 {
    margin-top: 28px;
}

.footer .footer-small-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    align-items: start;
}

.footer .footer-small-grid > *,
.footer .footer-small-grid .flex-item {
    grid-area: auto !important;
    min-width: 0;
}

.footer .footer-small-grid.sec {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: start;
}

.footer .navigation-text-main {
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: clamp(10px, 0.32rem + 0.75vw, 15px);
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.footer .top-text.opc,
.footer .footer-hours-heading,
.footer .footer-social-heading,
.footer .footer-hours-heading-mobile {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.footer .button-link {
    max-width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.35em;
    overflow: visible;
}

.footer .social-circle-small {
    flex: none;
    width: clamp(7px, 0.7vw, 11px);
    height: clamp(7px, 0.7vw, 11px);
    margin-top: 0.4em;
}

.footer .footer-social-icon {
    width: clamp(14px, 1.15vw, 18px);
    height: clamp(14px, 1.15vw, 18px);
}

@media screen and (max-width: 1121px) {
    .footer .footer-small-grid,
    .footer .footer-small-grid.sec {
        grid-column-gap: 10px;
    }

    .footer .navigation-text-main {
        font-size: clamp(10px, 0.9vw, 14px);
    }

    .footer .top-text.opc,
    .footer .footer-hours-heading,
    .footer .footer-social-heading,
    .footer .footer-hours-heading-mobile {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer-bottom-grid {
        grid-template-columns: minmax(0, 1.1fr) 1px minmax(240px, 1fr);
    }

    .footer .navigation-text-main {
        font-size: clamp(10px, 1.15vw, 13px);
    }

    .footer .top-text.opc,
    .footer .footer-hours-heading,
    .footer .footer-social-heading,
    .footer .footer-hours-heading-mobile {
        font-size: 12px;
    }
}

@media screen and (max-width: 791px) {
    .footer .navigation-text-main {
        font-size: 10px;
    }

    .footer .top-text.opc,
    .footer .footer-hours-heading,
    .footer .footer-social-heading,
    .footer .footer-hours-heading-mobile {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {
    .footer .footer-bottom-grid {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .footer .line-vertical {
        width: 100%;
        height: 1px;
        margin: 4px 0 12px;
    }

    .footer .footer-btm-part-1,
    .footer .footer-bottom-grid > .footer-btm-part-1 {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .footer .footer-small-grid,
    .footer .footer-small-grid.sec,
    .footer .footer-small-grid.sec.mk-gri {
        grid-template-columns: 1fr !important;
        display: grid !important;
        grid-column-gap: 0;
        grid-row-gap: 8px;
        width: 100%;
    }

    .footer .footer-hours-heading,
    .footer .footer-social-heading {
        display: none !important;
    }

    .footer .footer-hours-heading-mobile {
        display: block !important;
        margin-bottom: 4px;
    }

    .footer .navigation-text-main {
        font-size: 12px;
        line-height: 1.35;
    }

    .footer .top-text.opc,
    .footer .footer-hours-heading-mobile {
        font-size: 12px;
    }

    .footer .button-link {
        overflow: visible;
        flex-wrap: nowrap;
    }

    .footer .social-circle-small {
        width: 8px;
        height: 8px;
        margin-top: 0.45em;
        overflow: visible;
    }

    .footer .footer-small-grid.sec.mk-gri > .flex-item:has(.social-content) {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .footer .social-content.for-footer.no-top {
        justify-content: flex-start;
        margin-top: 6px;
    }
}

.bottom-grid._2.for-hr .h1 {
    font-family: "Helvetica Bold Event";
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    white-space: nowrap;
    padding-right: 0;
}

.bottom-grid._2.for-hr {
    display: block;
}

.bottom-grid._2.for-hr > div {
    width: 100%;
}

.bottom-grid._2.for-hr .home-event-elephant-title {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

@media screen and (min-width: 757px) {
    .container-bottom.bottom.add-max-cnt {
        width: 100%;
        max-width: none;
        padding-right: 2%;
        padding-left: 2%;
        box-sizing: border-box;
    }

    .bottom-grid._2.for-hr {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        container-type: inline-size;
    }

    .bottom-grid._2.for-hr .h1 {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.25%;
        padding-left: 1.25%;
        box-sizing: border-box;
        font-size: 14.6vw;
        font-size: 15.2cqw;
        line-height: 0.9;
        letter-spacing: 0px;
        text-align: center;
    }
}

.preloader {
    visibility: visible !important;
    transform: translateY(0) !important;
    transition: transform 0.85s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

html.is-preloading,
body.is-preloading {
    overflow: hidden;
    overscroll-behavior: none;
}

.animation-section {
    background-color: var(--colors--fourth-color);
    background-image: none;
    height: 300svh;
}

/* Video grid starts at 30% opacity in Webflow IX (black section shows through).
   Keep the scroll zoom, but show clips at full brightness from the start. */
.video-section .video-grid {
    opacity: 1 !important;
    width: min(96vw, 126vh);
    height: auto;
    aspect-ratio: 21 / 16;
    margin: auto;
    grid-template-rows: minmax(0, 3fr) minmax(0, 2fr) minmax(0, 3fr);
    transform-origin: center;
}

.video-section .sticky-video-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Keep the center logo video true to the file: no grain overlay, no punch-through blend. */
.video-wrapper.logo-video {
    isolation: isolate;
    background-color: transparent;
}

.video-wrapper.logo-video .tv-dots {
    display: none;
}

.video-wrapper.logo-video .video-bg-animation,
.video-wrapper.logo-video .video-bg-animation video {
    filter: none;
    mix-blend-mode: normal;
    opacity: 1;
}

.video-wrapper.logo-video .w-background-video > video {
    z-index: 0;
}

.animation-section .flex-fst-cta .cta-sm-title {
    font-family: "Helvetica Bold Event", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(var(--button--cta-title) + 4px);
    font-weight: 700;
}

.preloader.is-hidden {
    pointer-events: none;
    transform: translateY(-110%) !important;
}

.preloader.is-hidden .preloader-logo {
    animation-play-state: paused;
}

.preloader-logo-wrapper {
    justify-content: center;
    width: min(72vw, 520px);
}

.preloader-logo {
    width: 150%;
    height: auto;
    animation: preloader-logo-fade-in 0.8s ease-out both;
}

.preloader-dependent {
    visibility: hidden;
    opacity: 0;
}

body.preloader-complete .preloader-dependent {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.6s ease;
}

/* Founder profiles replace the original testimonial cards. */
.testimonials-section.founders-showcase {
    height: 200svh;
    margin-bottom: 0;
    background-color: var(--colors--fourth-color);
}

.founders-showcase .testimonials-sticky {
    padding: 0;
    background-color: var(--colors--fourth-color);
    overflow: hidden;
}

.founders-showcase .photo-half,
.founders-showcase .legacy-testimonials,
.founders-showcase > .testimonials-sticky > .absolute-top {
    display: none;
}

.stats-section-hidden {
    display: none !important;
}

.footer-hours-heading-mobile {
    display: none;
}

.footer-contact-grid .navigation-text-main {
    display: block;
    color: var(--button--button-color);
    transform: none !important;
}

.footer-contact-grid .button-link:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5) {
    display: block;
    filter: none;
    color: var(--button--button-color);
}

.footer-contact-grid .nav-arrow-move {
    filter: invert(1);
}

.footer-contact-grid .social-circle-small {
    display: none;
}

.footer-phone-line {
    display: block;
}

.social-content.for-footer.no-top {
    display: flex;
}

.footer-social-icon {
    width: 18px;
    height: 18px;
    color: var(--button--button-color);
    flex: none;
}

.founders-stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #f1f1f1;
    background-color: var(--colors--fourth-color);
}

.founder-profile {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(6%);
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.founder-profile.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.founder-profile-yash:not(.is-active) {
    transform: translateY(-8%) scale(0.985);
}

.founder-profile-divya:not(.is-active) {
    transform: translateY(10%) scale(0.985);
}

.founder-name span,
.founder-role,
.founder-title-img,
.founder-bio {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.foudi span:nth-child(3){
    margin-top: -12px;
}

.founder-portrait {
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.85s ease;
}

.founder-profile-yash:not(.is-active) .founder-portrait {
    transform: translateX(-10%);
    opacity: 0.35;
}

.founder-profile-divya:not(.is-active) .founder-portrait {
    transform: translateX(12%);
    opacity: 0.35;
}

.founders-showcase.is-inview .founder-profile.is-active .founder-name span,
.founders-showcase.is-inview .founder-profile.is-active .founder-role,
.founders-showcase.is-inview .founder-profile.is-active .founder-title-img,
.founders-showcase.is-inview .founder-profile.is-active .founder-bio {
    opacity: 1;
    transform: none;
}

.founders-showcase.is-inview .founder-profile.is-active .founder-name span:nth-child(1) {
    transition-delay: 0.05s;
}

.founders-showcase.is-inview .founder-profile.is-active .founder-name span:nth-child(2) {
    transition-delay: 0.16s;
}

.founders-showcase.is-inview .founder-profile.is-active .founder-name span:nth-child(3) {
    transition-delay: 0.24s;
    /* margin-top: -8px; */
}

.founders-showcase.is-inview .founder-profile.is-active .founder-role,
.founders-showcase.is-inview .founder-profile.is-active .founder-title-img {
    transition-delay: 0.28s;
}

.founders-showcase.is-inview .founder-profile.is-active .founder-bio {
    transition-delay: 0.4s;
}

.founder-portrait {
    position: absolute;
    z-index: 2;
    left: 1.5%;
    bottom: 0;
    width: 41%;
    height: 95%;
    overflow: hidden;
}

.founder-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(1) contrast(1.13) brightness(0.88);
    mix-blend-mode: luminosity;
}

.founder-profile-yash .founder-portrait {
    left: 0;
    width: 46%;
    height: 100%;
}

.founder-profile-yash .founder-portrait img {
    position: absolute;
    top: 18%;
    left: -16%;
    width: 132%;
    max-width: none;
    height: auto;
    object-fit: initial;
    filter: grayscale(1) contrast(1.08) brightness(0.94);
    mix-blend-mode: normal;
}

.founder-profile-yash .founder-orb-top {
    top: 4%;
    left: -4%;
    width: 40vw;
}

.founder-profile-divya .founder-portrait {
    left: 3%;
    width: 43%;
    height: 100%;
}

.founder-profile-divya .founder-portrait img {
    position: absolute;
    top: 5%;
    left: -8%;
    width: 103%;
    max-width: none;
    height: auto;
    object-fit: initial;
    filter: grayscale(1) contrast(1.08) brightness(0.94);
    mix-blend-mode: normal;
}

.founder-profile-divya .founder-copy {
    top: 13%;
    left: 46%;
    width: 49%;
}

.founder-profile-divya .founder-bio {
    width: min(32vw, 460px);
    margin-top: 3rem;
    margin-left: 20%;
}

.founder-bio.founder-bio-img {
    display: block;
    height: auto;
    max-width: 100%;
    color: inherit;
    font-size: inherit;
    line-height: normal;
}

.founder-profile-divya .founder-orb-top {
    top: -8%;
    left: 18%;
    width: 28vw;
}

.founder-copy {
    position: absolute;
    z-index: 4;
    top: 20%;
    left: 39%;
    width: 54%;
}

.founder-profile-yash .founder-copy {
    --founder-yash-name-size: clamp(78px, 9vw, 180px);
    --founder-yash-name-leading: 0.78;
}

.founder-title-img {
    display: block;
    width: min(100%, 34vw);
    max-width: 560px;
    height: auto;
    margin: 0;
}

.founder-title-img-divya {
    width: min(100%, 38vw);
    max-width: 620px;
}

.founder-name {
    margin: 0;
    color: #f5f5f5;
    font-family: "Helvetica Bold Event", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(78px, 9vw, 180px);
    font-weight: 700;
    line-height: 0.78;
    letter-spacing: -0.02em;
    text-transform: lowercase;
}

.founder-name span {
    display: block;
}

.founder-name span:last-child {
    margin-left: 8%;
    color: #f5f5f5;
    text-shadow: 0 8px 7px rgba(0, 0, 0, 0.55);
}

.founder-role {
    margin: -0.1rem 0 0 52%;
    max-width: 360px;
    color: #f5f5f5;
    font-size: clamp(15px, 1.15vw, 23px);
    font-style: italic;
    line-height: 1.05;
    text-align: right;
    text-transform: lowercase;
}

.founder-profile-yash .founder-role {
    position: static;
    width: max-content;
    margin: 0.2rem 0 0 50%;
    text-align: left;
}
.founder-role.divya{
     margin: -0.1rem 0 0 48%;
text-align: left!important;
}
.founder-bio {
    width: min(37vw, 440px);
    margin: 2.2rem 0 0 17%;
    color: #BABABA;
    font-family: "Helvetica Neue Light Event";

    font-size: clamp(12px, 1.05vw, 18px);
    line-height: 1.08;
}

.founder-wordmark {
    position: absolute;
    z-index: 3;
    right: 2.5%;
    bottom: 1.5%;
    width: min(66vw, 1260px);
    pointer-events: none;
}

.founder-wordmark img {
    display: block;
    width: 100%;
    height: auto;
}

.founder-orb {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: radial-gradient(circle at 40% 65%, rgba(228, 228, 228, 0.52), rgba(28, 28, 28, 0.18) 64%, rgba(255, 255, 255, 0.16));
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.founder-orb-top {
    top: -16vw;
    left: 48%;
    width: 27vw;
    aspect-ratio: 1;
}

.founder-orb-side {
    top: 12%;
    right: 20%;
    width: 6vw;
    aspect-ratio: 1;
}

.rounder-wrapper.rounder-curve {
    display: none !important;
}

@media screen and (max-width: 756px) {
    .rounder-wrapper {
        display: none !important;
    }

    .testimonials-section.founders-showcase {
        height: 200svh;
        margin-top: 0;
        margin-bottom: 0;
    }

    .founders-stage {
        background-image: none;
    }

    .founder-copy {
        top: 17%;
        left: 6%;
        width: 88%;
    }

    .founder-profile-yash .founder-copy {
        --founder-yash-name-size: clamp(68px, 22vw, 104px);
        --founder-yash-name-leading: 0.7;
    }

    .founder-title-img {
        width: min(78%, 320px);
        max-width: none;
    }

    .founder-title-img-divya {
        width: min(88%, 360px);
    }

    .founder-name {
        font-size: clamp(68px, 22vw, 104px);
        line-height: 0.7;
    }

    .founder-profile-yash .founder-name {
        transform: none;
    }

    .founder-name span:last-child {
        margin-left: 12%;
    }

    .founder-role {
        margin-top: 1rem;
        margin-left: 72%;
        font-size: 13px;
        text-align: left;
    }

    .founder-profile-yash .founder-role {
        margin: 0.7rem 0 0 60%;
    }

    .founder-bio {
        width: 48%;
        margin: 1.35rem 0 0 auto;
        font-size: 12px;
        line-height: 1.12;
    }

    .founder-profile-yash .founder-bio {
        margin-top: 1.15rem;
    }

    .founder-portrait {
        left: -8%;
        width: 72%;
        height: 64%;
    }

    .founder-profile-yash .founder-portrait {
        left: -8%;
        width: 82%;
        height: 67%;
    }

    .founder-profile-yash .founder-portrait img {
        top: 8%;
        left: -22%;
        width: 145%;
    }

    .founder-profile-yash .founder-orb-top {
        top: 24%;
        left: -20%;
        width: 86vw;
    }

    .founder-profile-divya .founder-portrait {
        left: 0;
        width: 100%;
        height: 68%;
    }

    .founder-profile-divya .founder-portrait img {
        top: 24%;
        left: -7px;
        width: 71%;
        transform: scale3d(1.5, 1.5, 1.5);
        transform-origin: top left;
    }

    .founder-profile-divya .founder-copy {
        top: 13%;
        left: 6%;
        width: 88%;
    }

    .founder-profile-divya .founder-bio {
        width: min(72%, 360px);
        margin-top: 1.4rem;
        margin-left: auto;
    }

    .founder-profile-divya .founder-role {
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
    }

    .founder-profile-divya .founder-orb-top {
        top: 24%;
        left: -5%;
        width: 76vw;
    }

    .founder-wordmark {
        right: 4%;
        bottom: 2%;
        width: 88vw;
    }

    .founder-orb-top {
        top: -22vw;
        left: 42%;
        width: 58vw;
    }

    .founder-orb-side {
        top: 49%;
        right: 5%;
        width: 20vw;
    }
}

/* One viewport for the sticky hero, one viewport for its scroll animation. */
.hero-track {
    height: 200svh;
}

.navigation-top.effect.add-prc {
    background-color: var(--colors--fourth-color);
    position: absolute;
    inset: 0 0 auto;
    top: 0;
    transition: box-shadow 0.3s ease;
    will-change: box-shadow;
}

.navigation-top.effect.add-prc .navbar {
    transition: padding 0.3s ease;
}

.navigation-top.effect.add-prc.is-hero-scrolled {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.navigation-top.effect.add-prc.is-hero-scrolled .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.work-page-content,
.team-page-content {
    padding-top: 11vh;
    background-color: var(--colors--fourth-color);
}

.work-page .herd-showcase {
    margin-top: 0;
}

.work-page .contact-mobile-menu-toggle span,
.team-page .contact-mobile-menu-toggle span {
    background-color: var(--colors--second-color);
}

.herd-showcase {
    --herd-card-top: 16svh;
    --herd-card-height: 50svh;
    margin-top: 150px;
    position: relative;
    overflow: visible;
}

.herd-intro {
    --herd-line: rgba(255, 255, 255, 0.14);
    background-color: var(--colors--fourth-color);
    min-height: 100svh;
    height: 100svh;
    color: var(--colors--second-color);
    position: sticky;
    top: 0;
    overflow: visible;
    isolation: isolate;
}

.herd-grid-lines,
.herd-line {
    pointer-events: none;
    position: absolute;
}

.herd-grid-lines {
    z-index: 1;
    top: -3vw;
    bottom: -3vw;
    left: 50%;
    width: 100vw;
    height: auto;
    margin-left: -50vw;
}

.herd-line {
    background-color: var(--herd-line);
}

.herd-line.vertical {
    width: 1px;
    top: 0;
    bottom: 0;
    height: auto;
}

.herd-line.line-one {
    left: 20%;
}

.herd-line.line-two {
    left: 50%;
}

.herd-line.line-three {
    left: 80%;
}

.herd-line.horizontal {
    width: auto;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 11%;
}

.herd-grid-dot {
    background-color: var(--colors--second-color);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: calc(11% - 5px);
}

.herd-grid-dot.dot-one {
    left: calc(20% - 5px);
}

.herd-grid-dot.dot-two {
    left: calc(55% - 5px);
}

.herd-corner-logo {
    z-index: 3;
    opacity: 0.36;
    width: clamp(105px, 12vw, 180px);
    position: absolute;
    top: 3%;
    right: 2.5%;
}

.herd-intro-copy {
    z-index: 6;
    width: min(28vw, 720px);
    max-width: 70%;
    position: absolute;
    top: 16%;
    left: 5.5%;
}

.herd-intro-img {
    display: block;
    width: 100%;
    height: auto;
}

.herd-intro-title {
    font-family: "Helvetica Bold Event", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--color--para);
    font-size: clamp(4.5rem, 8vw, 9.5rem);
    font-weight: 700;
    line-height: 0.78;
    letter-spacing: -0.065em;
    margin: 0;
}

.herd-intro-title span {
    display: block;
}

.herd-intro-note {
    width: 12ch;
    margin: 0;
    color: var(--colors--second-color);
    font-size: clamp(0.75rem, 0.85vw, 0.975rem);
    line-height: 1;
    position: absolute;
    left: 64%;
    bottom: -0.15em;
}

.herd-orb {
    z-index: 20;
    /* border: 1px solid rgba(255, 255, 255, 0.32); */
    border-radius: 50%;
    position: absolute;
}

.herd-orb.orb-top {
    z-index: 2;
    background: radial-gradient(circle at 34% 28%, #c9c9c9 0%, #9d9d9d85 34%, #71717161 68%, #50505080 100%);
    /* background: radial-gradient(circle at 34% 28%, #c9c9c9 0%, #9d9d9d 34%, #717171 68%, #505050 100%); */
    width: clamp(140px, 18vw, 290px);
    aspect-ratio: 1;
    top: -100px;
    left: 35%;
    box-shadow: inset -18px -22px 35px rgba(0, 0, 0, 0.32), 0 18px 35px rgba(0, 0, 0, 0.18);
}

.herd-orb.orb-right {
    background: radial-gradient(circle at 70% 72%, #a3a3a3 0%, #7b7b7b 30%, #525252 60%, #303030 100%);
    width: clamp(70px, 8vw, 130px);
    aspect-ratio: 1;
    top: 48%;
    right: 7%;
    box-shadow: inset 16px 18px 28px rgba(255, 255, 255, 0.05), -12px -16px 28px rgba(0, 0, 0, 0.24);
}

.herd-wordmark {
    z-index: 3;
    width: min(72%, 1180px);
    position: absolute;
    right: 1.5%;
    bottom: 1.5%;
}

.herd-view-all {
    z-index: 5;
    position: absolute;
    top: 68%;
    left: 5.5%;
}

.herd-projects {
    z-index: 4;
    width: 56%;
    margin-top: calc(-100svh + var(--herd-card-top));
    margin-left: 40%;
    padding-bottom: 0;
    position: relative;
}

.herd-project-card {
    border-radius: 12px;
    width: 100%;
    height: var(--herd-card-height);
    margin-bottom: 0;
    position: sticky;
    top: var(--herd-card-top);
    overflow: hidden;
    display: block;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
    will-change: transform;
}

.herd-project-card .paralax-image {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.herd-project-meta {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 48px 20px 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent);
    color: #fff;
    pointer-events: none;
}

.herd-project-index {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    opacity: 0.8;
}

.herd-project-name,
.herd-project-tag {
    margin: 0;
    text-align: right;
}

.herd-project-name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1;
}

.herd-project-tag {
    margin-top: 2px;
    font-size: 0.75rem;
    opacity: 0.72;
}

.herd-project-card:nth-of-type(1) {
    z-index: 1;
}

.herd-project-card:nth-of-type(2) {
    z-index: 2;
}

.herd-project-card:nth-of-type(3) {
    z-index: 3;
}

.herd-project-card:nth-of-type(4) {
    z-index: 4;
}

.herd-project-card:nth-of-type(5) {
    z-index: 5;
}

.herd-project-card:nth-of-type(6) {
    z-index: 6;
}

.herd-project-card:nth-of-type(7) {
    z-index: 7;
}

.herd-project-card:nth-of-type(8) {
    z-index: 8;
}

.herd-project-card:nth-of-type(9) {
    z-index: 9;
}

.herd-project-card:nth-of-type(10) {
    z-index: 10;
}

.herd-project-card:last-of-type {
    margin-bottom: 0;
}

.herd-background-release-spacer {
    height: calc(100svh - var(--herd-card-top) - var(--herd-card-height));
}

@media screen and (min-width: 1750px) {
    .herd-projects {
        width: 49%;
        margin-left: 47%;
    }
}

@keyframes preloader-logo-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .preloader {
        transition-duration: 0.01ms;
    }

    .preloader-logo {
        animation: none;
    }
}

.display-flex{
    display: flex;

}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.toptext-logo{
    color: #6b6b6b!important;
}
.mt-12{
    margin-top: 12px;
}
.brand-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.brand-kicker {
    margin: 0 0 18px;
    color: #8a8a8a;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: lowercase;
}

.brand-text{
    font-family: "Helvetica Bold Event", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 5.7vw!important;
       line-height: 5.6vw!important;
    letter-spacing: -0.05em!important;
    font-weight: 900!important;
    margin-bottom: 0!important;
    color:#BABABA;
    opacity: 1;
    text-align: center;
}

.brand-text span {
    display: block;
}

.brand-text-img {
    display: block;
    width: min(96%, 1100px);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 757px) {
    .brand-text {
        font-size: clamp(3rem, 4.2vw, 4.5rem) !important;
        line-height: 0.99 !important;
    }

    .brand-text span {
        white-space: nowrap;
    }
}

@media screen and (min-width: 992px) {
    .brand-text {
        font-size: 5.4vw !important;
    }
}

.brand-heading:not(.is-inview) .brand-text span,
.brand-heading:not(.is-inview) .brand-text-img {
    opacity: 0;
}

.brand-heading.is-inview .brand-text span,
.brand-heading.is-inview .brand-text-img {
    animation: brand-line-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.brand-heading.is-inview .brand-text span:nth-child(2) {
    animation-delay: 0.12s;
}

.brand-heading.is-inview .brand-text span:nth-child(3) {
    animation-delay: 0.24s;
}

@keyframes brand-line-in {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.who-we-are-text{
    font-size: 2.5rem!important;
    line-height: 2.6rem!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
    color:#BABABA;
}

@media screen and (max-width:756px) {
    .bottom-grid._2.for-hr {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        container-type: inline-size;
    }

    .bottom-grid._2.for-hr .h1 {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.25%;
        padding-left: 1.25%;
        box-sizing: border-box;
        font-size: clamp(3rem, 14.6vw, 4.6rem);
        font-size: 15.2cqw;
        line-height: 0.9;
        letter-spacing: 0px;
        text-align: center;
    }

    .herd-showcase {
        --herd-card-top: 40svh;
        --herd-card-height: 36svh;
        margin-top: 90px;
    }

    .herd-intro {
        min-height: 100svh;
        height: 100svh;
    }

    .herd-corner-logo {
        display: none;
    }

    .herd-intro-copy {
        top: 10%;
        left: 6%;
        right: 8%;
        width: auto;
        max-width: 80%;
    }

    .herd-intro-img {
        width: min(100%, 420px);
    }

    .herd-intro-title {
        font-size: clamp(3.6rem, 18vw, 5.6rem);
        line-height: 0.82;
        letter-spacing: -0.06em;
    }

    .herd-intro-title span:nth-child(3) {
        font-size: 1.18em;
    }

    .herd-intro-note {
        width: min(28ch, 90%);
        max-width: 100%;
        font-size: 0.8rem;
        line-height: 1.25;
        margin-top: 14px;
        position: static;
        left: auto;
        bottom: auto;
        opacity: 0.85;
    }

    .herd-line.line-one {
        left: 28%;
    }

    .herd-line.line-two {
        left: 58%;
    }

    .herd-line.line-three {
        left: 86%;
    }

    .herd-grid-dot.dot-one {
        left: calc(28% - 5px);
    }

    .herd-grid-dot.dot-two {
        left: calc(58% - 5px);
    }

    .herd-orb.orb-top {
        top: -8%;
        left: auto;
        right: -12%;
        width: clamp(180px, 58vw, 280px);
        opacity: 0.9;
    }

    .herd-orb.orb-right {
        display: none;
    }

    .herd-wordmark {
        width: calc(100% - 32px);
        max-width: 620px;
        right: auto;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.28;
    }

    .herd-view-all {
        top: 44%;
        left: 7%;
    }

    .herd-projects {
        width: 86%;
        margin-left: 7%;
        padding-bottom: 0;
    }

    .herd-project-card {
        border-radius: 22px;
        box-shadow:
            0 28px 60px rgba(0, 0, 0, 0.45),
            0 8px 24px rgba(0, 0, 0, 0.28);
    }

    .section.gr .bottom-grid._1.grd {
        display: none;
    }

    .brand-heading {
        align-items: flex-start;
        padding: 0 4px 8px;
    }

    .brand-kicker {
        margin-bottom: 12px;
    }

    .brand-text{
        width: 100%;
        font-size: 2.5rem !important;
        line-height: 0.92!important;
        letter-spacing: -0.04em!important;
        text-align: left;
    }

    .brand-text-img {
        width: 100%;
        margin: 0;
    }

    .brand-text span:nth-child(2) {
        padding-left: 8%;
        color: #d4d4d4;
    }

    .brand-text span:nth-child(3) {
        padding-left: 16%;
        color: #f3f3f3;
    }

    .who-we-are-text{
    font-size: 1.45rem!important;
    line-height: 1.25!important;
    color: #8a8a8a!important;
}
}

@media screen and (max-width: 479px) {
    .footer .footer-small-grid > .top-text.opc.hdi:not(.footer-hours-heading):not(.footer-social-heading) {
        display: block !important;
        grid-area: auto !important;
    }

    .footer .footer-hours-heading,
    .footer .footer-social-heading {
        display: none !important;
    }

    .footer .footer-bottom-grid > .footer-btm-part-1 {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .footer .footer-small-grid,
    .footer .footer-small-grid.sec {
        grid-template-columns: 1fr;
    }

    .footer-hours-heading-mobile {
        display: block;
    }

    .footer .footer-small-grid > .top-text.opc {
        grid-area: auto !important;
        min-width: 0;
    }

    .footer .footer-small-grid.sec.mk-gri {
        grid-template-columns: 1fr;
        display: grid;
    }

    .footer .footer-small-grid.sec.mk-gri > .flex-item {
        grid-area: auto !important;
        min-width: 0;
    }

    .footer .footer-small-grid.sec.mk-gri .navigation-text-main.wht {
        max-width: 100%;
        white-space: normal;
    }

    .footer .footer-small-grid.sec.mk-gri > .flex-item:has(.social-content) {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .footer .footer-small-grid.sec.mk-gri .social-content.for-footer.no-top {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        margin-top: 20px;
    }
}

/* Keep partner logos proportional and comfortably inside rectangular cards. */
.partner-grid .partner-logo,
.partner-grid .partner-logo._01 {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 62%;
    object-fit: contain;
    display: block;
}

[data-partner-flip-grid] .card-wrapper {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    will-change: transform;
}

/* Mobile: layout + touch interactions */
@media screen and (max-width: 767px) {
  html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
  }

  .section {
    padding-left: max(20px, env(safe-area-inset-left)) !important;
    padding-right: max(20px, env(safe-area-inset-right)) !important;
  }

  .partner-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .partner-grid::after {
    content: "Tap a logo to flip";
    grid-column: 1 / -1;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    color: #8a8a8a;
    padding-top: 8px;
  }

  .partner-card {
    cursor: pointer;
  }

  .card-container {
    width: 100%;
  }

  .card-wrapper {
    min-height: 132px;
    padding-top: 28px;
    padding-bottom: 28px;
    transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-style: preserve-3d;
  }

  .card-wrapper.is-flipped {
    transform: rotateY(180deg) !important;
  }

  .service-wrapper {
    cursor: pointer;
    padding: 6px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .service-title-wrap {
    opacity: 0.5;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: opacity 0.25s ease;
  }

  .service-title-wrap::after {
    content: "+";
    flex: none;
    font-size: 1.4rem;
    line-height: 1;
    color: #111;
    opacity: 0.7;
  }

  .service-wrapper.is-open .service-title-wrap::after {
    content: "–";
  }

  .service-wrapper.is-open .service-title-wrap {
    opacity: 1;
  }

  .service-media-wrap {
    display: none !important;
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    opacity: 1 !important;
    padding: 8px 0 12px;
    overflow: visible !important;
  }

  .service-wrapper.is-open .service-media-wrap {
    display: block !important;
  }

  .service-wrapper.is-open .service-media-sticky {
    row-gap: 14px;
    overflow: visible;
  }

  .service-wrapper.is-open .image-wrap.for-service {
    height: 140px;
    min-height: 140px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 4px;
  }

  .service-wrapper.is-open .top-text.big.nm {
    margin-top: 4px;
    padding-top: 0.18em;
    line-height: 1.2;
    overflow: visible;
  }

  .service-wrapper.is-open .top-text.big.nm span {
    line-height: 1.2;
  }

  .service-title {
    line-height: 1.05;
    overflow: visible;
    padding-top: 0.08em;
  }

  .service-title-wrap {
    overflow: visible;
  }

  .work-card,
  .herd-project-card {
    transition: transform 0.25s ease;
  }

  .work-card.is-pressed,
  .herd-project-card.is-pressed {
    transform: scale(0.98);
  }

  .work-main-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
  }

  .contact-info.for-button,
  .button,
  .menu-button {
    min-height: 44px;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .contact-info.for-button:active,
  .button:active,
  .work-main-wrapper:active,
  .herd-project-card:active {
    transform: scale(0.97);
  }

  .grid-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .section.ctc {
    min-height: 620px;
    margin-top: -40px;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.ctc .container.abs {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.ctc .contact-grid {
    display: block;
    padding-left: 0;
  }

  .section.ctc .contact-card {
    width: min(72vw, 270px);
    max-width: 270px;
    padding: 20px 18px;
  }

  .section.ctc .h2.for-ctn {
    font-size: 40px;
    line-height: 0.92;
  }

  .text-field {
    min-height: 48px;
  }

  .section.ctc .text-field {
    min-height: 46px;
    padding-left: 14px;
    font-size: 14px;
  }

  .section.ctc .text-field::placeholder {
    font-size: 14px;
  }

  .section.ctc .button {
    min-height: 48px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-heading:not(.is-inview) .brand-text span,
  .brand-heading:not(.is-inview) .brand-text-img {
    opacity: 1 !important;
  }

  .card-wrapper,
  .contact-info.for-button,
  .button,
  .work-card,
  .herd-project-card,
  .brand-heading.is-inview .brand-text span,
  .brand-heading.is-inview .brand-text-img,
  .founder-profile,
  .founder-name span,
  .founder-role,
  .founder-title-img,
  .founder-bio,
  .founder-portrait {
    transition: none !important;
    animation: none !important;
  }

  .founder-name span,
  .founder-role,
  .founder-title-img,
  .founder-bio {
    opacity: 1 !important;
    transform: none !important;
  }
}
