@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
/* ==========================================================================
   MINIMALIST EDITORIAL PRELOADER STYLES
   ========================================================================== */
body.is-loading {
    overflow: hidden !important;
    height: 100vh !important;
}

.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #faf8f5;
    z-index: 1000000;
    pointer-events: all;
    user-select: none;
    will-change: transform;
}

.preloader-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2.5px;
    background-color: #000000;
    z-index: 2;
    will-change: width;
}

.preloader-counter {
    position: absolute;
    bottom: clamp(24px, 4vw, 55px);
    left: clamp(24px, 4vw, 55px);
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(3.2rem, 7.2vw, 8rem);
    font-weight: 400;
    line-height: 1;
    color: #000000;
    letter-spacing: -0.04em;
    user-select: none;
    pointer-events: none;
}

* {
    box-sizing: border-box;
    cursor: none;
}

/* Hide scrollbars across all browsers */
html,
body,
#smooth-wrapper,
#smooth-content {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

*::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

html,
body {
    background: #efefef;
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


#smooth-wrapper {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#smooth-content {
    overflow: visible;
    width: 100%;
}

::selection {
    background: #efefef;
    color: #212121;
    mix-blend-mode: difference;
}

::-moz-selection {
    background: #efefef;
    color: #212121;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 900;
}

h1 {
    font-size: 3em;
}

.hero-title {
    font-size: 8vw;
    line-height: 1em;
    font-weight: 900;
}

.nav-title {
    font-size: 4em;
}

a {
    transition: all 0.25s ease-in-out;
}

.white,
a.white {
    color: #efefef;
}

.black {
    color: #212121;
}

.pearl,
a.pearl {
    color: #fff;
}

.green,
a.green {
    color: #00BCD4;
}

.pink {
    color: #b73b3b;
}

.blend {
    mix-blend-mode: difference !important;
    color: #efefef;
    position: relative;
    z-index: 2;
}

.bg-black {
    background-color: #212121;
}

.bg-green {
    background-color: #00BCD4;
}

.bg-topographic {
    background-image: url(https://assets.codepen.io/319606/bg-topographic.svg);
    background-size: 5000px;
    opacity: 0.1;
    pointer-events: none;
}

.custom-cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: difference;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00BCD4;
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(0.3);
    z-index: 99999;
}

.custom-cursor--link {
    transform: translate(-50%, -50%) scale(1.25);
}

.swoosh {
    background-image: url("img/prithviroots-swoosh.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;
    left: 18px;
    width: 230px;
    height: 45px;
    z-index: 1000;
    background-position: left;
    display: none !important;
}

.sticky-nav {
    top: 20px;
    left: 20px;
    position: fixed;
    width: calc(100% - 40px);
    z-index: 999;
}

.sticky-nav.difference {
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: difference;
}

.sticky-nav.difference #nav-btn {
    filter: invert(0);
}

.sticky-nav .logo {
    width: 220px;
    height: 45px;
    background-image: url("img/prithviroots-white.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 998;
}

.sticky-nav #nav-btn {
    width: 60px;
    z-index: 999;
    filter: invert(1);
}

.sticky-nav #nav-btn .icon {
    position: relative;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
}

#takeover-nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    left: 0;
    top: -200%;
    transition: all 0.5s ease-in-out;
    z-index: 996;
}

#takeover-nav.shown {
    top: 0;
}

#takeover-nav .nav-col {
    min-height: 100vh;
}

#takeover-nav .nav-col a {
    color: #efefef;
}

#takeover-nav .nav-col a:hover {
    color: #212121;
}

#takeover-nav .nav-contact .content {
    max-width: 700px;
}

#takeover-nav .nav-items {
    font-size: 2.5em;
    font-weight: 700;
}

#takeover-nav .contact-items {
    font-size: 1.25em;
    font-weight: 700;
}

#takeover-nav .contact-items a:hover {
    color: #00BCD4;
}

#takeover-nav .social {
    font-size: 0.75em;
}

#takeover-nav .social a {
    color: #00BCD4;
}

#takeover-nav .social a:hover {
    color: #efefef;
}

.gradient-overlay {
    bottom: 0;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #212121 50%);
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #212121 50%);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, #212121 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00212121", endColorstr="#212121", GradientType=0);
    z-index: 1;
    border-bottom-right-radius: 15vw;
    pointer-events: none;
}

.video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom-right-radius: 15vw;
    pointer-events: none;
}

#video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    transform: rotate(180deg);
}

section {
    min-height: 800px;
    width: 100%;
}

section.hero {
    background-color: #212121;
    border-bottom-right-radius: 15vw;
    position: relative;
}

section.hero:before {
    content: "";
    background-color: #212121;
    position: absolute;
    top: 100%;
    left: 0;
    width: 15vw;
    height: 15vw;
}

section.hero:after {
    content: "";
    background-color: #efefef;
    position: absolute;
    top: 100%;
    left: 0;
    width: 15vw;
    height: 15vw;
    border-top-left-radius: 15vw;
}

section.two {
    background-color: #efefef;
}

section.three {
    background-color: #e8d1f6;
}

section.four {
    background-color: #00BCD4;
}

section.five {
    background-color: #29639c;
}

/* ==========================================================================
       PINNED BRAND & REVEAL SECTION
       ========================================================================== */
.pinned-brand-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.pinned-brand-section .pinned-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.pinned-brand-section .pinned-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
}

.pinned-brand-section .pinned-logo-wrapper {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.brand-floating-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.6));
}

.brand-floating-logo img {
    max-width: 450px;
    width: 85vw;
    height: auto;
    object-fit: contain;
}

.brand-floating-logo .brand-title-badge {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.brand-floating-logo .brand-title-badge span {
    color: #00BCD4;
}

/* Reference White Overlay Panel - Exact Swiss/Editorial Design */
.pinned-white-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vw 6vw;
    transform: translateY(100%);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.editorial-content-container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.editorial-main-title {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(3rem, 7.5vw, 6.5rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #000000;
    margin: 0 0 clamp(2rem, 5vw, 4rem) 0;
    text-transform: none;
}

.editorial-subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(2rem, 5vw, 5rem);
    row-gap: 1.5rem;
    max-width: 860px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.editorial-subgrid.single-col-subgrid {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 780px;
}

.editorial-col p {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.15rem);
    line-height: 1.6;
    color: #555555;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.01em;
}

@media (max-width: 768px) {
    .editorial-subgrid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .editorial-main-title {
        line-height: 1.1;
    }
}

/* ==========================================================================
       PINNED TECH SECTION (Prithvi Roots Tech + White Overlay Reveal)
       ========================================================================== */
.pinned-tech-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #020611;
}

.pinned-tech-section .pinned-tech-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: scale(1.04);
    transition: transform 0.8s ease-out;
}

.pinned-tech-section .pinned-tech-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, rgba(0, 5, 16, 0.92) 0%, rgba(0, 8, 24, 0.6) 45%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.pinned-tech-content {
    position: relative;
    z-index: 3;
    max-width: 680px;
    padding: clamp(2rem, 5vw, 4.5rem);
    margin-bottom: clamp(1rem, 2vw, 2.5rem);
}

.pinned-tech-title {
    color: #ffffff;
    font-size: clamp(2.2rem, 4.5vw, 4rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin: 0 0 1rem 0;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.8);
}

.pinned-tech-title span {
    color: #00BCD4;
}

.pinned-tech-text {
    color: #cbd5e1;
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* ==========================================================================
   UNIFIED PINNED FARMS & EXPORTS SECTION
   ========================================================================== */
.pinned-farms-exports-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000;
    margin: 0;
    padding: 0;
}

/* Layered Background Videos */
.section-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform, opacity;
}

.farms-video {
    z-index: 1;
    opacity: 1;
}

.trade-video {
    z-index: 2;
    opacity: 0;
    transform: scale(1.15);
}

.trade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(4, 20, 33, 0.25) 0%, rgba(2, 10, 18, 0.7) 100%);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
}

/* Farm Center Typography */
.pinned-farms-center-content {
    position: relative;
    z-index: 4;
    max-width: 900px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    will-change: transform, opacity;
}

.farms-center-title {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 1rem 0;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}

.farms-center-title span {
    color: #00BCD4;
}

.farms-center-subtitle {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #e2e8f0;
    font-size: clamp(0.95rem, 1.25vw, 1.2rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
}

/* Farm Plan Actor (Plan fly-by) */
.farms-plan-actor {
    position: absolute;
    top: 50%;
    left: 0;
    height: 130vh;
    width: auto;
    max-height: none;
    z-index: 5;
    transform: translate(-130%, -50%);
    will-change: transform;
    pointer-events: none;
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.45)) drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
}

.farms-plan-actor img {
    height: 130vh;
    width: auto;
    max-width: none;
    object-fit: contain;
    display: block;
    pointer-events: none;
    user-select: none;
}

/* Exports Center Typography */
.pinned-exports-center-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
}

.exports-center-title {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: clamp(2.4rem, 5.5vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 1rem 0;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}

.exports-center-title span {
    color: #00BCD4;
}

.exports-center-subtitle {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #d1e5f0;
    font-size: clamp(0.95rem, 1.25vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   DENSE CLOUD OVERLAY MATRIX (100% OPAQUE COVERAGE)
   ========================================================================== */
.clouds-overlay-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150vh;
    z-index: 20;
    pointer-events: none;
    will-change: transform;
    transform: translate3d(0, 130%, 0);
    overflow: visible;
}

.cloud-actor {
    position: absolute;
    pointer-events: none;
    user-select: none;
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
}

.cloud-actor img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}

/* Central Core Cloud Cluster (Guarantees zero light leakage/peep holes) */
.cloud-core-1 { width: 170vw; top: 15%;  left: -35%;  z-index: 10; opacity: 1; }
.cloud-core-2 { width: 180vw; top: 30%;  left: -40%;  z-index: 11; opacity: 1; }
.cloud-core-3 { width: 160vw; top: 5%;   left: -30%;  z-index: 12; opacity: 1; }

/* Volumetric Outer Cloud Distribution */
.c-img-1  { width: 150vw; bottom: 35%; left: -25%;  z-index: 3;  opacity: 0.98; }
.c-img-2  { width: 140vw; bottom: 20%; right: -25%; z-index: 4;  opacity: 0.96; }
.c-img-3  { width: 160vw; bottom: -5%; left: -30%;  z-index: 2;  opacity: 1;    }
.c-img-4  { width: 145vw; bottom: 10%; right: -20%; z-index: 5;  opacity: 0.97; }
.c-img-5  { width: 155vw; bottom: 50%; left: -20%;  z-index: 6;  opacity: 0.95; }
.c-img-6  { width: 150vw; bottom: -15%; left: -25%; z-index: 7;  opacity: 1;    }
.c-img-7  { width: 155vw; bottom: 15%; left: -15%;  z-index: 8;  opacity: 0.97; }
.c-img-8  { width: 160vw; bottom: 40%; right: -30%; z-index: 9;  opacity: 0.98; }
.c-img-9  { width: 150vw; bottom: 0%;  right: -15%; z-index: 13; opacity: 1;    }
.c-img-10 { width: 165vw; top: -10%;   left: -30%;  z-index: 14; opacity: 0.98; }
.c-img-11 { width: 150vw; top: 20%;    right: -25%; z-index: 15; opacity: 0.96; }
.c-img-12 { width: 170vw; bottom: 25%; left: -35%;  z-index: 16; opacity: 0.98; }

/* ==========================================================================
   2. SLIDER & CORE COMPONENTS
   ========================================================================== */
.centerx,
.header__basic--black .header__img,
.section__crazy__color .wrapper__color .wrapper__panel .color .color__el h3,
.section__handsketch__color .wrapper__audrio .color .color__el h3,
.section__handsketch__color .wrapper__audrio img,
.section__woy__color .wrapper__audrio .color .color__el h3,
.section__woy__color .wrapper__audrio img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.centery,
.header__basic--studio .header__img,
.section__404 .title__block,
.section__jobs .jobs__ul .jobs__ul__li .jobs__ul__li__a i,
.section__site .site__template .site__template__bar .template__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centerxy,
.flux__el--twitter p,
.job__title .close--profil i,
.job__title .title__block,
.loading .loading__elements #display,
.loading .loading__elements #progress,
.navigation__project .navigation__project__block .content__text,
.navigation__project .navigation__project__block:nth-child(2) .link,
.other__team .profil__team .profil__team__li a img,
.section__404 .overlay__404,
.section__about .background__about .play i,
.section__customer .customers .customers__li img,
.section__projets .awards .awards__li a img,
.section__projets .swiper-projets .swiper-slide .swiper-slide-block-content .text__content,
.section__team .swiper-slide .slide__img .overlay,
nav .center__navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.main__title {
    color: #f2f3f3;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 2.6em;
    letter-spacing: 1px;
    margin: 0;
}

.main__title span {
    color: #ff2d71;
}

.main__subtitle {
    margin: 2px 0;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 0.9em;
    color: #f2f3f3;
}

@media (min-width: 768px) {
    .main__subtitle {
        font-size: 1.1em;
    }
}

.main__subtitle span {
    font-family: "Patua One", cursive;
    color: #00a8af;
    font-style: italic;
}

.link {
    display: inline-block;
    width: auto;
    position: relative;
    text-decoration: none;
    color: #21272b;
    font-family: Montserrat, sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00a8af !important;
    transition: all 0.3s ease-in-out;
}

.link:hover {
    letter-spacing: 2px;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
}

@media (min-width: 1200px) {
    .swiper-container {
        height: 550px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: none;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.swiper-button-next i,
.swiper-button-prev i {
    position: relative;
    left: 50%;
    top: 50%;
    color: #21272b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-slide__block {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: left;
}

.swiper-slide__block .swiper-slide__block__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-slide__block .swiper-slide__block__img a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .swiper-slide__block .swiper-slide__block__img {
        width: 65%;
        max-height: 476px;
        height: 476px;
        max-width: 735px;
        overflow: hidden;
        position: relative;
    }
}

.swiper-slide__block .swiper-slide__block__img img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .swiper-slide__block .swiper-slide__block__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
    }
}

.swiper-slide__block .swiper-slide__block__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.swiper-slide__block .swiper-slide__block__text {
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

@media (min-width: 768px) {
    .swiper-slide__block .swiper-slide__block__text {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .swiper-slide__block .swiper-slide__block__text {
        width: 40%;
        height: 100%;
        max-height: 476px;
        max-width: 400px;
        position: absolute;
        background-color: transparent;
        top: 0;
        right: 0;
        margin-top: 0;
        padding: 0;
    }

    .swiper-slide__block .swiper-slide__block__text:before {
        content: "";
        display: block;
        width: 200px;
        max-width: 408px;
        height: 100%;
        background-color: #e4e4e4;
        position: absolute;
        left: -100px;
    }
}

.swiper-slide__block .main__title {
    color: #f2f3f3;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 2.6em;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 7px 7px 16px #d2d2d2;
}

.swiper-slide__block .main__title span {
    color: #ff2d71;
}

@media (min-width: 768px) {
    .swiper-slide__block .main__title {
        font-size: 3em;
    }
}

@media (min-width: 1200px) {
    .swiper-slide__block .main__title {
        margin-top: 100px;
    }
}

.swiper-slide__block .main__subtitle {
    margin: 2px 0;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 0.9em;
    color: #f2f3f3;
}

@media (min-width: 768px) {
    .swiper-slide__block .main__subtitle {
        font-size: 0.9em;
    }
}

.swiper-slide__block .main__subtitle span {
    font-family: "Patua One", cursive;
    font-style: normal;
    color: #00a8af;
    letter-spacing: 1px;
}

.swiper-slide__block .main__subtitle,
.swiper-slide__block .main__title,
.swiper-slide__block .paragraphe {
    color: #21272b;
    z-index: 2;
    position: relative;
}

.swiper-slide__block .paragraphe {
    max-width: 413px;
    text-shadow: 7px 7px 16px #d2d2d2;
    margin-top: 24px;
}

.swiper-slide__block .number {
    font-family: Montserrat, sans-serif;
    font-size: 12em;
    font-weight: 900;
    width: 100%;
    display: block;
    color: rgba(16, 47, 65, 0.04);
    position: relative;
    bottom: 100px;
    z-index: 1;
    text-align: right;
    margin: 0;
    line-height: 120px;
}

@media (min-width: 1200px) {
    .swiper-slide__block .number {
        margin-top: 100px;
        font-size: 15em;
    }
}

.section__slider {
    width: 100%;
    height: auto;
    background-color: #f2f3f3;
}

@media (min-width: 1200px) {
    .section__slider {
        padding: 150px 0;
    }
}

.section__slider .container__center {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .section__slider .container__center {
        max-width: 1200px;
        width: 85%;
    }

    .section__slider .container__center:after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: linear-gradient(to top, #f2f3f3, rgba(248, 248, 248, 0));
    }
}

@media (min-width: 992px) {
    .section__slider .container__center {
        max-width: 1070px;
        width: 100%;
    }
}

/* ==========================================================================
   INTEGRATED SECTIONS FROM INDEX2.HTML (VISION & PEOPLE EXPERIENCE)
   ========================================================================== */

/* Scoped Viewport Base Unit for Section 2 elements */
.arch-intro,
.nmc,
.nwv {
    --i2-u: calc(100vw / 1920);
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767.98px) {
    .arch-intro,
    .nmc,
    .nwv {
        --i2-u: calc(100vw / 375);
    }
}

/* -------------------------------------------------------------
   0. ARCHITECTURAL INTRO SECTION
------------------------------------------------------------- */
.arch-intro {
    background-color: #fff;
    color: #000;
    padding: calc(80 * var(--i2-u)) calc(24 * var(--i2-u)) calc(120 * var(--i2-u));
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.arch-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
}

.arch-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: calc(118 * var(--i2-u));
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.93;
    color: #000;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .arch-intro {
        padding: calc(50 * var(--i2-u)) calc(12 * var(--i2-u)) calc(60 * var(--i2-u));
    }

    .arch-title {
        font-size: calc(43 * var(--i2-u));
        line-height: 1.05;
        max-width: 100%;
    }
}

/* -------------------------------------------------------------
   1. VISION SECTION (Radial Ambient Animation)
------------------------------------------------------------- */
.nmc {
    height: 200vh;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    will-change: background-color, color;
}

.xhv {
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pmh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    text-align: center;
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.pmh h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(28px, 3.2vw, 60px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.1;
    transform: translate(-50%, -50%);
    will-change: transform;
    overflow: hidden;
}

.pmh .lha {
    color: #000000;
}

.pmh .btb {
    color: #ffffff;
}

.pmh .ln-mask {
    display: block;
    overflow: hidden;
}

.pmh .ln {
    display: block;
    will-change: transform;
    transform: translate(0, 0%);
}

.ctw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 80vh;
    height: 80vh;
    max-width: 700px;
    max-height: 700px;
    pointer-events: none;
}

.ctw svg {
    width: 100%;
    height: 100%;
    display: block;
}

.qqg {
    opacity: .35;
    will-change: opacity, transform;
}

.lhr {
    position: absolute;
    inset: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
}

.lhr span {
    position: absolute;
    left: 50%;
    top: 50%;
    will-change: transform;
}

@media (max-width: 768px) {
    .ctw {
        width: 320px;
        height: 320px;
    }

    .pmh h2 {
        font-size: 24px;
    }
}

/* -------------------------------------------------------------
   2. PEOPLE & PROCESS (Rotating Wheel Animation)
------------------------------------------------------------- */
.nwv {
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: calc(40 * var(--i2-u)) 0 0;
    position: relative;
    width: 100%;
    height: 320vh;
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

@media (max-width: 767.98px) {
    .nwv {
        padding: calc(20 * var(--i2-u)) 0 0;
        height: 270vh;
    }
}

.ctr {
    padding: 0 calc(24 * var(--i2-u));
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (max-width: 767.98px) {
    .ctr {
        padding: 0 calc(12 * var(--i2-u));
    }
}

.enr {
    max-width: calc(1120 * var(--i2-u));
    position: relative;
    width: 100%;
    z-index: 30;
    pointer-events: none;
}

.enr .kca {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: calc(108 * var(--i2-u));
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.93;
    color: #fff;
}

@media (max-width: 767.98px) {
    .enr {
        max-width: calc(350 * var(--i2-u));
    }

    .enr .kca {
        font-size: calc(40 * var(--i2-u));
        line-height: 1.05;
    }
}

.foundation-block {
    position: relative;
    z-index: 30;
    width: 100%;
    margin-top: 120vh;
    padding-bottom: calc(120 * var(--i2-u));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    pointer-events: none;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.foundation-title {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: calc(135 * var(--i2-u));
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 0.95;
    color: #fff;
    text-align: center;
    margin-bottom: calc(90 * var(--i2-u));
}

.foundation-details {
    display: flex;
    justify-content: center;
    gap: calc(100 * var(--i2-u));
    width: 100%;
    max-width: calc(1100 * var(--i2-u));
    text-align: left;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.desc-col {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: calc(15 * var(--i2-u));
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    max-width: calc(400 * var(--i2-u));
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .foundation-block {
        margin-top: 85vh;
    }

    .foundation-title {
        font-size: calc(48 * var(--i2-u));
        font-weight: 500;
        margin-bottom: calc(40 * var(--i2-u));
    }

    .foundation-details {
        flex-direction: column;
        align-items: center;
        gap: calc(20 * var(--i2-u));
        text-align: center;
    }

    .desc-col {
        font-size: calc(13 * var(--i2-u));
        max-width: calc(320 * var(--i2-u));
    }
}

.uwg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 10;
}

.vrc {
    width: 100%;
    height: 100%;
    position: relative;
}

.vnj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.elr {
    position: absolute;
    width: calc(340 * var(--i2-u));
    height: calc(340 * var(--i2-u));
    top: 0;
    left: 0;
    margin-top: calc(-170 * var(--i2-u));
    margin-left: calc(-170 * var(--i2-u));
    border-radius: 0;
    overflow: hidden;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 calc(30 * var(--i2-u)) calc(60 * var(--i2-u)) rgba(0, 0, 0, 0.85);
    will-change: transform;
}

.elr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

@media (max-width: 767.98px) {
    .elr {
        width: calc(145 * var(--i2-u));
        height: calc(145 * var(--i2-u));
        margin-top: calc(-72.5 * var(--i2-u));
        margin-left: calc(-72.5 * var(--i2-u));
        border-radius: 0;
    }
}

/* ==========================================================================
   EDITORIAL CTA SECTION (BLACK & WHITE / HELVETICA NEUE)
   ========================================================================== */
.editorial-cta-section {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: calc(120 * var(--i2-u, calc(100vw / 1920))) calc(40 * var(--i2-u, calc(100vw / 1920)));
    box-sizing: border-box;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767.98px) {
    .editorial-cta-section {
        min-height: 80vh;
        padding: 90px 20px;
    }
}

.cta-inner-wrap {
    width: 100%;
    max-width: calc(1280 * var(--i2-u, calc(100vw / 1920)));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(60 * var(--i2-u, calc(100vw / 1920)));
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .cta-inner-wrap {
        max-width: 100%;
        gap: 40px;
    }
}

.cta-text-block {
    width: 100%;
    max-width: calc(1100 * var(--i2-u, calc(100vw / 1920)));
}

.cta-main-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: calc(82 * var(--i2-u, calc(100vw / 1920)));
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin: 0 0 calc(28 * var(--i2-u, calc(100vw / 1920))) 0;
    text-transform: none;
}

@media (max-width: 767.98px) {
    .cta-main-title {
        font-size: 38px;
        line-height: 1.08;
        margin-bottom: 20px;
    }
}

.cta-subtext {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: calc(20 * var(--i2-u, calc(100vw / 1920)));
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.015em;
    color: rgba(255, 255, 255, 0.65);
    max-width: calc(720 * var(--i2-u, calc(100vw / 1920)));
    margin: 0;
}

@media (max-width: 767.98px) {
    .cta-subtext {
        font-size: 16px;
        line-height: 1.4;
        max-width: 100%;
    }
}

/* Mask line container generated for SplitText */
.cta-line-mask {
    display: block;
    overflow: hidden;
    position: relative;
}

.cta-line-mask > * {
    display: block;
    will-change: transform;
}

/* Minimalist Underline Email Field */
.cta-form {
    width: 100%;
    max-width: calc(780 * var(--i2-u, calc(100vw / 1920)));
    position: relative;
}

@media (max-width: 767.98px) {
    .cta-form {
        max-width: 100%;
    }
}

.cta-input-row {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: calc(18 * var(--i2-u, calc(100vw / 1920)));
    transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-input-row:focus-within {
    border-bottom-color: #ffffff;
}

.cta-email-field {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: calc(28 * var(--i2-u, calc(100vw / 1920)));
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0;
}

.cta-email-field::placeholder {
    color: rgba(255, 255, 255, 0.28);
    transition: color 0.3s ease;
}

.cta-email-field:focus::placeholder {
    color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 767.98px) {
    .cta-input-row {
        padding-bottom: 12px;
    }
    .cta-email-field {
        font-size: 19px;
    }
}

.cta-action-btn {
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: calc(14 * var(--i2-u, calc(100vw / 1920)));
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: calc(15 * var(--i2-u, calc(100vw / 1920)));
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 0 0 20px;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
}

.cta-action-btn:hover .btn-arrow-icon {
    transform: translateX(6px);
}

.btn-arrow-icon {
    width: calc(22 * var(--i2-u, calc(100vw / 1920)));
    height: calc(22 * var(--i2-u, calc(100vw / 1920)));
    display: block;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 767.98px) {
    .cta-action-btn {
        font-size: 13px;
        gap: 8px;
    }
    .btn-arrow-icon {
        width: 18px;
        height: 18px;
    }
}

/* ==========================================================================
   CTA VERIFICATION & FEEDBACK STYLES
   ========================================================================== */
.cta-status-message {
    overflow: hidden;
    height: 0;
    margin-top: calc(16 * var(--i2-u, calc(100vw / 1920)));
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: calc(15 * var(--i2-u, calc(100vw / 1920)));
    letter-spacing: -0.01em;
    transition: height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.cta-status-message.active {
    height: auto;
    opacity: 1;
}

.cta-status-message.error .status-text {
    color: #ff4d4d;
}

.cta-status-message.success .status-text {
    color: #00BCD4;
}

.cta-status-message.loading .status-text {
    color: rgba(255, 255, 255, 0.6);
}

/* Spinner */
.btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: ctaSpin 0.7s linear infinite;
}

.cta-action-btn.is-loading .btn-arrow-icon,
.cta-action-btn.is-loading .btn-caption {
    display: none;
}

.cta-action-btn.is-loading .btn-spinner {
    display: inline-block;
}

@keyframes ctaSpin {
    to { transform: rotate(360deg); }
}
/* ==========================================================================
   EDITORIAL ARCHITECTURAL FOOTER
   ========================================================================== */
.site-footer {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: calc(60 * var(--i2-u, calc(100vw / 1920))) calc(40 * var(--i2-u, calc(100vw / 1920))) 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding: 60px 20px 0;
        min-height: auto;
    }
}

/* 5-Column Editorial Grid */
.footer-grid-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1.4fr 1.2fr 1.2fr 1.5fr 1fr;
    column-gap: calc(30 * var(--i2-u, calc(100vw / 1920)));
    row-gap: 40px;
    padding-top: calc(20 * var(--i2-u, calc(100vw / 1920)));
    z-index: 2;
}

@media (max-width: 991.98px) {
    .footer-grid-wrap {
        grid-template-columns: 1fr 1fr;
        row-gap: 50px;
    }
}

@media (max-width: 575.98px) {
    .footer-grid-wrap {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}

.footer-block {
    display: flex;
    align-items: flex-start;
    gap: calc(25 * var(--i2-u, calc(100vw / 1920)));
}

.brand-text {
    font-size: calc(16 * var(--i2-u, calc(100vw / 1920)));
    line-height: 1.35;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
    .brand-text {
        font-size: 15px;
    }
}

.block-label {
    font-size: calc(14 * var(--i2-u, calc(100vw / 1920)));
    font-weight: 400;
    color: #ffffff;
    min-width: calc(90 * var(--i2-u, calc(100vw / 1920)));
    display: block;
    letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
    .block-label {
        font-size: 14px;
        min-width: 80px;
    }
}

.block-list,
.block-address-group,
.block-hours-group {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: calc(14 * var(--i2-u, calc(100vw / 1920)));
    line-height: 1.42;
    color: #ffffff;
    letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
    .block-list,
    .block-address-group,
    .block-hours-group {
        font-size: 14px;
    }
}

.block-list li a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.block-list li a:hover {
    opacity: 0.55;
}

.pt-list {
    margin-top: calc(16 * var(--i2-u, calc(100vw / 1920))) !important;
}

@media (max-width: 767.98px) {
    .pt-list {
        margin-top: 14px !important;
    }
}

.block-address-group p,
.block-hours-group p {
    margin: 0;
    color: #ffffff;
}

.hours-day {
    display: block;
    font-weight: 500;
    color: #ffffff;
}

/* ==========================================================================
   GIANT BOTTOM HALF-CROPPED TYPOGRAPHY ("PRITHVI")
   ========================================================================== */
.footer-giant-mask {
    width: 100%;
    /* Controls the visible half-cut window */
    height: clamp(80px, 14vw, 240px);
    overflow: hidden;
    position: relative;
    margin-top: calc(60 * var(--i2-u, calc(100vw / 1920)));
    display: flex;
    align-items: flex-start;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    z-index: 5;
}

@media (max-width: 767.98px) {
    .footer-giant-mask {
        height: 18vw;
        margin-top: 40px;
    }
}

.footer-giant-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(50px, 21.5vw, 380px);
    font-weight: 500;
    line-height: 0.82;
    letter-spacing: -0.04em;
    color: #ffffff !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

/* Character Wrappers */
.giant-char-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.giant-char {
    display: block;
    color: #ffffff !important;
    will-change: transform;
}