@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");

:root {
    --color-orange-600: #ff9900;
    --color-black: #000000;
    --color-primary: #9b1fe8;
    --color-primary-strong: #ff9900;
    --color-highlight: #f7f700;
    --color-primary-foreground: #ffffff;
    --color-accent: #ff9900;
    --color-background: #ffffff;
    --color-foreground: #000000;
    --color-muted: rgba(247, 247, 0, 0.1);
    --color-surface-soft: rgba(247, 247, 0, 0.16);
    --color-muted-foreground: #000000;
    --color-border: #000000;
    --color-ring: #9b1fe8;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: var(--color-background);
    color: var(--color-foreground);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-optical-sizing: auto;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--color-muted);
}

::-webkit-scrollbar-thumb {
    background: var(--color-muted-foreground);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

.bg-background,
.bg-theme-background {
    background-color: var(--color-background);
}

.text-theme-foreground {
    color: var(--color-foreground);
}

.font-gilvenir {
    font-family: "Inter", sans-serif;
}

.font-nunito-sans {
    font-family: "Inter", sans-serif;
}

.rounded-4 {
    border-radius: 1rem;
}

.site-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.site-nav__shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
}

.site-nav__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.site-nav__logo {
    display: block;
    width: min(15.25rem, 72vw);
    height: auto;
    object-fit: contain;
}

.foundery-intro {
    position: relative;
    min-height: clamp(28rem, 78vw, 44rem);
    overflow: hidden;
    border-radius: 2rem;
    background: #000000;
    color: #ffffff;
    isolation: isolate;
}

.foundery-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.04) 0 24%, transparent 25% 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.76)),
        linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18) 28%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0.82));
    z-index: 1;
}

.foundery-intro__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.08) brightness(0.58);
    transform: scale(1.02);
}

.foundery-intro__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: clamp(3rem, 5vw, 4.5rem);
    opacity: 0.9;
    transform: translateY(-50%);
}

.foundery-intro__arrow--left {
    left: clamp(1rem, 3vw, 2rem);
}

.foundery-intro__arrow--right {
    right: clamp(1rem, 3vw, 2rem);
}

.foundery-intro__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
    text-align: center;
}

.foundery-intro__title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(3.4rem, 9vw, 7.1rem);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.foundery-intro__copy {
    max-width: 34rem;
    margin: 1.75rem 0 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.45rem);
    font-weight: 700;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.foundery-intro__statements {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 1.5rem;
    font-family: "Inter", sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.foundery-intro__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.9rem, 2vw, 1.5rem);
    margin-top: 2rem;
}

.foundery-intro__logo {
    display: block;
    width: auto;
}

.foundery-intro__logo--wtf {
    height: clamp(2rem, 4vw, 2.75rem);
}

.foundery-intro__logo--x {
    height: clamp(0.9rem, 1.8vw, 1.2rem);
}

.foundery-intro__logo--think9 {
    height: clamp(1.7rem, 3.4vw, 2.35rem);
}

.foundery-marquee {
    --foundery-gap: 1rem;
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.foundery-marquee__track {
    display: flex;
    width: max-content;
    gap: var(--foundery-gap);
    animation: founderyMarquee 36s linear infinite;
}

.foundery-marquee--reverse .foundery-marquee__track {
    animation-direction: reverse;
}

.mobile-float-video {
    display: none;
}

.foundery-mentor-card,
.foundery-bootcamp-card {
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 1.5rem;
    background: var(--color-surface-soft);
}

.foundery-mentor-card {
    width: clamp(13rem, 20vw, 16rem);
    padding: 0.65rem;
    background: #ffffff;
    border-radius: 1.9rem;
}

.foundery-bootcamp-card {
    width: clamp(15rem, 24vw, 21rem);
    aspect-ratio: 3 / 2;
}

.foundery-mentor-card__media {
    overflow: hidden;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(247, 247, 0, 0.85) 0%, rgba(255, 153, 0, 0.7) 100%);
    /* aspect-ratio: 1 / 1; */
}

.foundery-mentor-card__content {
    padding: 1rem 0.4rem 0.45rem;
    text-align: center;
}

.foundery-mentor-card__name {
    color: var(--color-primary-strong);
    font-family: "Inter", sans-serif;
    font-size: clamp(1.15rem, 1.35vw, 1.55rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.foundery-mentor-card__designation {
    margin-top: 0.35rem;
    color: rgba(0, 0, 0, 0.72);
    font-family: "Inter", sans-serif;
    font-size: clamp(0.72rem, 0.9vw, 0.92rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.foundery-mentor-card img,
.foundery-bootcamp-card img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}

@keyframes founderyMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - (var(--foundery-gap) / 2)));
    }
}

.text-nowrap {
    text-wrap: nowrap;
}

.text-\[\#32AC5D\] {
    color: var(--color-primary) !important;
}

.border-\[\#32AC5D\] {
    border-color: var(--color-primary) !important;
}

.hover\:text-\[\#28B463\]:hover {
    color: var(--color-primary-strong) !important;
}

.bg-\[\#32AC5D\] {
    background-color: var(--color-primary) !important;
}

.text-\[\#BD8E5D\] {
    color: var(--color-accent) !important;
}

.bg-\[\#C4956F\] {
    background-color: var(--color-highlight) !important;
}

.text-\[\#333333\],
.text-\[\#333333CC\],
.lg\:text-\[\#333333\],
.lg\:text-\[\#333333CC\] {
    color: var(--color-foreground) !important;
}

.text-\[\#33333399\] {
    color: color-mix(in srgb, var(--color-foreground) 60%, transparent) !important;
}

.bg-\[\#F2F8F4\],
.bg-\[\#eef6f1\] {
    background-color: var(--color-surface-soft) !important;
}

.border-gray-100 {
    border-color: rgba(0, 0, 0, 0.12) !important;
}

.hero-video-slider-section {
    --video-slider-accent: var(--color-primary);
    --video-slider-accent-deep: var(--color-primary-strong);
    --video-slider-surface: #000000;
    --video-slider-surface-soft: #000000;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 247, 0, 0.22) 100%);
    color: var(--color-foreground);
}

.video-slider-hero {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 2rem;
    height: clamp(34rem, 80vh, 48rem);
    height: clamp(34rem, 80svh, 48rem);
    padding: clamp(0.85rem, 2vh, 1.5rem) 0 clamp(1rem, 2vh, 1.35rem);
    background:
        radial-gradient(circle at 50% 12%, rgba(155, 31, 232, 0.3), transparent 28%),
        radial-gradient(circle at 20% 56%, rgba(247, 247, 0, 0.24), transparent 32%),
        radial-gradient(circle at 84% 42%, rgba(255, 153, 0, 0.22), transparent 26%),
        linear-gradient(180deg, #000000 0%, #000000 100%);
    box-shadow: 0 1.8rem 4rem rgba(155, 31, 232, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.video-slider-hero::before,
.video-slider-hero::after {
    content: "";
    position: absolute;
    inset: auto;
    width: 22rem;
    height: 22rem;
    border-radius: 999px;
    filter: blur(3.5rem);
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
}

.video-slider-hero::before {
    top: 6%;
    left: 10%;
    background: rgba(155, 31, 232, 0.72);
}

.video-slider-hero::after {
    right: 10%;
    bottom: 12%;
    background: rgba(255, 153, 0, 0.74);
}

.video-slider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-slider__stage {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.video-slider__slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(24vw, 20.5rem, calc(45vh - 2.8125rem));
    width: min(24vw, 20.5rem, calc(45svh - 2.8125rem));
    aspect-ratio: 9 / 16;
    transform-origin: center center;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.45s ease,
        filter 0.45s ease,
        box-shadow 0.45s ease;
    cursor: pointer;
    user-select: none;
}

.video-slider__slide.is-hidden {
    transform: translate(-50%, -50%) scale(0.68);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.video-slider__slide[data-offset="0"] {
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    opacity: 1;
    filter: saturate(1.05);
}

.video-slider__slide[data-offset="-1"] {
    transform: translate(calc(-50% - clamp(11rem, 23vw, 21rem)), -50%) scale(0.74);
    z-index: 2;
    opacity: 0.42;
    filter: saturate(0.8);
}

.video-slider__slide[data-offset="1"] {
    transform: translate(calc(-50% + clamp(11rem, 23vw, 21rem)), -50%) scale(0.74);
    z-index: 2;
    opacity: 0.42;
    filter: saturate(0.8);
}

.video-slider__media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: clamp(1.6rem, 2.3vw, 2.35rem);
    background: var(--video-slider-surface-soft);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.18);
}

.video-slider__slide[data-offset="0"] .video-slider__media {
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.32);
}

.video-slider__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.video-slider__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.24) 40%, rgba(0, 0, 0, 0.92) 100%);
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.video-slider__slide[data-offset="-1"] .video-slider__shade,
.video-slider__slide[data-offset="1"] .video-slider__shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.48) 38%, rgba(0, 0, 0, 0.96) 100%);
}

.video-slider__body {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 3;
    pointer-events: none;
}

.video-slider__headline {
    margin: 0 0 1rem;
    color: var(--color-primary-foreground);
    font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 2.9vw, 3.6rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-wrap: balance;
    opacity: 0;
    transform: translateY(0.875rem);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.video-slider__slide[data-offset="0"] .video-slider__headline {
    opacity: 1;
    transform: translateY(0);
}

.video-slider__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.65rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.84);
    border: 1px solid rgba(155, 31, 232, 0.22);
    color: var(--color-primary-foreground);
    font-family: "Inter", sans-serif;
    font-size: clamp(0.85rem, 1vw, 1.2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 1rem 1.75rem rgba(0, 0, 0, 0.2);
}

.video-slider__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: clamp(3rem, 4.4vw, 4.25rem);
    height: clamp(3rem, 4.4vw, 4.25rem);
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--video-slider-accent) 0%, var(--video-slider-accent-deep) 100%);
    box-shadow: 0 1rem 1.85rem rgba(155, 31, 232, 0.28);
    transform: translate(-50%, -50%);
    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        opacity 0.25s ease,
        box-shadow 0.35s ease;
    cursor: pointer;
}

.video-slider__play:hover {
    transform: translate(-50%, -50%) scale(1.04);
}

.video-slider__slide[data-offset="-1"] .video-slider__play,
.video-slider__slide[data-offset="1"] .video-slider__play {
    width: clamp(2.45rem, 3.5vw, 3.35rem);
    height: clamp(2.45rem, 3.5vw, 3.35rem);
    background: rgba(155, 31, 232, 0.46);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(0.75rem);
}

.video-slider__play-icon {
    width: clamp(0.85rem, 1.15vw, 1.05rem);
    height: clamp(0.85rem, 1.15vw, 1.05rem);
    margin-left: 0.22rem;
    fill: var(--color-primary-foreground);
}

.video-slider__player {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    border-radius: inherit;
    overflow: hidden;
}

.video-slider__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--video-slider-surface);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.video-slider__slide.is-ready .video-slider__video {
    opacity: 1;
}

.video-slider__slide.is-playing .video-slider__play {
    opacity: 0;
    pointer-events: none;
}

.video-slider__controls {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    flex: 0 0 auto;
    margin-top: 0.95rem;
    position: relative;
    z-index: 2;
}

.video-slider__dot {
    width: 0.75rem;
    height: 0.75rem;
    border: 0;
    border-radius: 999px;
    background: rgba(247, 247, 0, 0.42);
    transition: transform 0.25s ease, background-color 0.25s ease;
    cursor: pointer;
}

.video-slider__dot.is-active {
    background: var(--video-slider-accent);
    transform: scale(1.18);
}

@media (max-width: 1023px) {
    .video-slider__slide {
        width: min(40vw, 18rem, calc(45vh - 2.53125rem));
        width: min(40vw, 18rem, calc(45svh - 2.53125rem));
    }

    .video-slider__slide[data-offset="-1"] {
        transform: translate(calc(-50% - clamp(8rem, 20vw, 12rem)), -50%) scale(0.78);
    }

    .video-slider__slide[data-offset="1"] {
        transform: translate(calc(-50% + clamp(8rem, 20vw, 12rem)), -50%) scale(0.78);
    }
}

@media (max-width: 767px) {
    .site-nav__shell {
        min-height: 3rem;
    }

    .site-nav__logo {
        width: min(13.75rem, 68vw);
    }

    .foundery-intro {
        min-height: 26rem;
        border-radius: 1.5rem;
    }

    .foundery-intro__arrow {
        width: 2.75rem;
    }

    .foundery-intro__copy {
        max-width: 17rem;
    }

    .foundery-intro__logos {
        gap: 0.85rem;
    }

    .foundery-marquee__track {
        animation-duration: 28s;
    }

    .foundery-marquee {
        --foundery-gap: 0.75rem;
    }

    .foundery-mentor-card {
        width: 11rem;
        padding: 0.55rem;
    }

    .foundery-mentor-card__content {
        padding: 0.85rem 0.3rem 0.3rem;
    }

    .foundery-mentor-card__name {
        font-size: 1rem;
    }

    .foundery-mentor-card__designation {
        margin-top: 0.3rem;
        font-size: 0.68rem;
    }

    .foundery-bootcamp-card {
        width: 13rem;
    }

    .video-slider-hero {
        border-radius: 1.5rem;
        height: clamp(31rem, 74vh, 40rem);
        height: clamp(31rem, 74svh, 40rem);
        padding-top: 0.85rem;
        padding-bottom: 1rem;
    }

    .video-slider__slide {
        width: min(64vw, 16.5rem, calc(45vh - 2.25rem));
        width: min(64vw, 16.5rem, calc(45svh - 2.25rem));
    }

    .video-slider__slide[data-offset="-1"] {
        transform: translate(calc(-50% - 43vw), -50%) scale(0.8);
        opacity: 0.22;
    }

    .video-slider__slide[data-offset="1"] {
        transform: translate(calc(-50% + 43vw), -50%) scale(0.8);
        opacity: 0.22;
    }

    .video-slider__media {
        border-radius: 1.65rem;
    }

    .video-slider__body {
        left: 0.9rem;
        right: 0.9rem;
        bottom: 0.9rem;
    }

    .video-slider__headline {
        margin-bottom: 0.75rem;
        font-size: clamp(1.7rem, 8.5vw, 2.35rem);
    }

    .video-slider__tag {
        padding: 0.72rem 1.15rem;
        font-size: 0.75rem;
    }

    .mobile-float-video {
        position: fixed;
        right: calc(env(safe-area-inset-right, 0px) + 0.75rem);
        bottom: calc(env(safe-area-inset-bottom, 0px) + 0.9rem);
        z-index: 60;
        display: block;
        width: clamp(6.2rem, 27vw, 7.6rem);
        aspect-ratio: 9 / 16;
        overflow: hidden;
        border-radius: 1.1rem;
        background: #000000;
        border: 1px solid rgba(255, 255, 255, 0.24);
        box-shadow: 0 1.25rem 2.8rem rgba(0, 0, 0, 0.28);
        transition: width 0.24s ease, transform 0.24s ease, border-radius 0.24s ease;
    }

    .mobile-float-video.is-expanded {
        width: min(72vw, 18rem);
        border-radius: 1.4rem;
        transform: translateY(-0.2rem);
    }

    .mobile-float-video__media {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        background: #000000;
    }

    .mobile-float-video__actions {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        z-index: 2;
        display: flex;
        gap: 0.4rem;
    }

    .mobile-float-video__action {
        width: 1.9rem;
        height: 1.9rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.68);
        color: #ffffff;
        font-family: "Inter", sans-serif;
        font-size: 0.95rem;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
        box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
    }

    .mobile-float-video__action--close {
        background: rgba(0, 0, 0, 0.82);
    }
}

.foundery-site-footer {
    padding: 1.9rem 1.9rem 2.2rem;
    background: #ffffff;
}

.foundery-site-footer__shell {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
    min-height: 106rem;
    overflow: hidden;
    border-radius: 2rem;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.72)),
        url("../images/imgi_119_Background.png") center bottom / cover no-repeat;
    box-shadow: 0 28px 80px rgba(155, 31, 232, 0.14);
}

.foundery-site-footer__panel {
    position: relative;
    z-index: 2;
    min-height: 76rem;
    padding: 1.7rem 1.9rem 3.2rem;
    border-radius: inherit;
    background:
        linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)),
        url("../images/imgi_120_footer-desk.svg") center/cover no-repeat;
    box-shadow: 0 28px 44px rgba(0, 0, 0, 0.28);
}

.foundery-site-footer__inner {
    width: min(calc(100% - 18.5rem), 68rem);
    min-height: 50rem;
    margin: 5rem auto 0;
    padding: 7.7rem 6.4rem 6rem;
    background: rgba(0, 0, 0, 0.88);
}

.foundery-site-footer__roadmap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.foundery-site-footer__roadmap-arrow {
    position: absolute;
    width: 7.2rem;
    opacity: 0.92;
}

.foundery-site-footer__roadmap-arrow--left {
    top: -1rem;
    left: 0.35rem;
}

.foundery-site-footer__roadmap-arrow--right {
    top: 8.6rem;
    right: 0;
}

.foundery-site-footer__title {
    margin: 0;
    color: var(--color-primary);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(3.6rem, 4.95vw, 5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.foundery-site-footer__timeline {
    position: relative;
    width: min(100%, 56.5rem);
    margin-top: 5.7rem;
    display: grid;
    gap: 5rem;
}

.foundery-site-footer__timeline-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: start;
    column-gap: 1rem;
    padding-right: 5.9rem;
}

.foundery-site-footer__timeline-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.foundery-site-footer__timeline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.95rem;
    height: 3.95rem;
    border-radius: 999px;
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(155, 31, 232, 0.26);
}

.foundery-site-footer__timeline-icon svg {
    width: 1.58rem;
    height: 1.58rem;
}

.foundery-site-footer__timeline-icon--inverse {
    background: #ffffff;
    color: var(--color-primary);
}

.foundery-site-footer__timeline-segment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.55rem;
}

.foundery-site-footer__timeline-segment img {
    width: 13.75rem;
    height: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(87%) sepia(99%) saturate(1143%) hue-rotate(13deg) brightness(107%) contrast(110%);
}

.foundery-site-footer__timeline-segment--muted img {
    width: 13.75rem;
}

.foundery-site-footer__timeline-corner {
    position: absolute;
    top: 2rem;
    right: -0.45rem;
    width: 7.9rem;
    height: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(87%) sepia(99%) saturate(1143%) hue-rotate(13deg) brightness(107%) contrast(110%);
}

.foundery-site-footer__timeline-date {
    margin: 1rem 0 0;
    color: var(--color-primary-strong);
    font-family: "Inter", sans-serif;
    font-size: clamp(1.5rem, 1.95vw, 2rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.foundery-site-footer__timeline-copy {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Inter", sans-serif;
    font-size: clamp(1rem, 1.18vw, 1.25rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.foundery-site-footer__meta {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 3rem;
    width: min(calc(100% - 7.7rem), 76rem);
    margin: 5rem auto 0;
    align-items: end;
}

.foundery-site-footer__brand-copy {
    margin: 0;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(3.1rem, 4.2vw, 4.7rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.foundery-site-footer__socials {
    display: flex;
    gap: 0.85rem;
    margin-top: 1.85rem;
}

.foundery-site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.foundery-site-footer__social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
}

.foundery-site-footer__social-link img {
    display: block;
    max-width: 1.95rem;
    max-height: 1.95rem;
}

.foundery-site-footer__nav {
    display: grid;
    gap: 1.1rem;
    justify-self: center;
    align-self: center;
    padding-bottom: 0.45rem;
}

.foundery-site-footer__nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-family: "Inter", sans-serif;
    font-size: clamp(1.2rem, 1.42vw, 1.5rem);
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
    transition: color 0.25s ease;
}

.foundery-site-footer__nav-link:hover {
    color: var(--color-primary);
}

.foundery-site-footer__nav-link--strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(2rem, 2.2vw, 2.45rem);
}

.foundery-site-footer__contact {
    justify-self: end;
    max-width: 18.5rem;
    text-align: right;
    padding-bottom: 0.3rem;
}

.foundery-site-footer__contact-title {
    margin: 0;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 2.45vw, 2.75rem);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -0.03em;
}

.foundery-site-footer__contact-copy {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Inter", sans-serif;
    font-size: clamp(1.1rem, 1.16vw, 1.3rem);
    line-height: 1.32;
}

.foundery-site-footer__button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.9rem;
    padding: 0.92rem 1.15rem 0.92rem 1.4rem;
    border-radius: 999px;
    background: var(--color-primary);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.foundery-site-footer__button:hover {
    transform: translateY(-2px);
    background: var(--color-primary-strong);
}

.foundery-site-footer__button svg {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
}

.foundery-site-footer__hero {
    position: relative;
    z-index: 1;
    min-height: 37rem;
    margin-top: -5rem;
    padding: 8.8rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foundery-site-footer__hero-body,
.foundery-site-footer__legal {
    position: relative;
    z-index: 1;
}

.foundery-site-footer__hero-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 0 5rem;
}

.foundery-site-footer__hero-logo {
    width: min(100%, 64rem);
    display: block;
}

.foundery-site-footer__legal {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 0.85rem 0.2rem;
}

.foundery-site-footer__legal-copy,
.foundery-site-footer__legal-links a {
    color: rgba(255, 255, 255, 0.88);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.35;
}

.foundery-site-footer__legal-copy {
    margin: 0;
}

.foundery-site-footer__legal-links {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.foundery-site-footer__legal-links a {
    text-decoration: none;
    transition: color 0.25s ease;
}

.foundery-site-footer__legal-links a:hover {
    color: var(--color-primary);
}

@media (max-width: 1023px) {
    .foundery-site-footer {
        padding: 1.3rem 1rem 1.5rem;
    }

    .foundery-site-footer__shell {
        min-height: auto;
    }

    .foundery-site-footer__panel {
        min-height: auto;
        padding: 1.1rem;
    }

    .foundery-site-footer__inner {
        width: calc(100% - 4rem);
        min-height: auto;
        margin-top: 2.5rem;
        padding: 3rem 2rem 2.5rem;
    }

    .foundery-site-footer__timeline {
        width: 100%;
        margin-top: 3rem;
        gap: 3.25rem;
    }

    .foundery-site-footer__roadmap-arrow {
        width: 5.2rem;
    }

    .foundery-site-footer__roadmap-arrow--left {
        left: 0;
    }

    .foundery-site-footer__roadmap-arrow--right {
        right: 0;
        top: 7rem;
    }

    .foundery-site-footer__timeline-row {
        padding-right: 4.2rem;
        column-gap: 0.65rem;
    }

    .foundery-site-footer__timeline-segment img {
        width: 8rem;
    }

    .foundery-site-footer__timeline-corner {
        top: 1.65rem;
        right: -0.25rem;
        width: 5.6rem;
    }

    .foundery-site-footer__meta {
        width: calc(100% - 3rem);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    .foundery-site-footer__nav {
        justify-self: start;
        padding-bottom: 0;
    }

    .foundery-site-footer__contact {
        grid-column: 1 / -1;
        justify-self: start;
        max-width: 22rem;
        text-align: left;
    }

    .foundery-site-footer__hero {
        min-height: 28rem;
        margin-top: -2.5rem;
        padding: 5rem 1.35rem 1.35rem;
    }

    .foundery-site-footer__hero-body {
        padding: 2.35rem 0 2.2rem;
    }
}

@media (max-width: 767px) {
    .foundery-site-footer {
        padding: 1.25rem 0.75rem 1rem;
    }

    .foundery-site-footer__shell {
        border-radius: 1.5rem;
    }

    .foundery-site-footer__panel {
        padding: 0.75rem;
    }

    .foundery-site-footer__inner {
        width: 100%;
        margin-top: 1.5rem;
        padding: 1.35rem;
    }

    .foundery-site-footer__roadmap {
        padding-top: 1.35rem;
    }

    .foundery-site-footer__roadmap-arrow {
        display: none;
    }

    .foundery-site-footer__title {
        font-size: 2.5rem;
    }

    .foundery-site-footer__timeline {
        gap: 1rem;
        margin-top: 2rem;
    }

    .foundery-site-footer__timeline-corner,
    .foundery-site-footer__timeline-segment {
        display: none;
    }

    .foundery-site-footer__timeline-row {
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
        padding-right: 0;
    }

    .foundery-site-footer__timeline-row--bottom .foundery-site-footer__timeline-item:nth-child(1) {
        order: 3;
    }

    .foundery-site-footer__timeline-row--bottom .foundery-site-footer__timeline-item:nth-child(3) {
        order: 2;
    }

    .foundery-site-footer__timeline-row--bottom .foundery-site-footer__timeline-item:nth-child(5) {
        order: 1;
    }

    .foundery-site-footer__timeline-item {
        padding: 1.05rem 0.75rem;
        border-radius: 1.2rem;
        background: rgba(255, 255, 255, 0.04);
    }

    .foundery-site-footer__meta {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        margin-top: 2rem;
        width: 100%;
    }

    .foundery-site-footer__brand-copy,
    .foundery-site-footer__contact {
        text-align: left;
    }

    .foundery-site-footer__socials {
        margin-top: 1rem;
    }

    .foundery-site-footer__hero {
        min-height: 23rem;
        margin-top: -1.35rem;
        padding: 1.35rem;
    }

    .foundery-site-footer__hero-body {
        padding: 2rem 0 1.7rem;
    }

    .foundery-site-footer__hero-logo {
        width: 100%;
    }

    .foundery-site-footer__legal {
        flex-direction: column;
        align-items: flex-start;
    }

    .foundery-site-footer__legal-links {
        justify-content: flex-start;
    }
}
