[data-theme="light"] {
  /* Colores base */
  --color-primary: #007bff;
  --color-secondary: #6c757d;
  --color-success: #28a745;
  --color-danger: #dc3545;
  --color-warning: #ffc107;
  --color-info: #17a2b8;

  /* Fondos */
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-tertiary: #e9ecef;

  --bg-primary-in: #000000;
  --bg-secondary-in: #2d2d2d;
  --bg-tertiary-in: #404040;


  --text-primary-in: #000000;
  --text-secondary-in: #2d2d2d;
  --text-muted-in: #404040;

  /* Textos */
  --text-primary: #1a1a1a;
  --text-secondary: #6c757d;
  --text-muted: #adb5bd;

  /* Bordes */
  --border-color: #dee2e6;

  --icon-color: #000000;
  --icon-filter: none;
}

[data-theme="dark"] {
  /* Misma estructura, valores diferentes */
  --color-primary: #4dabf7;
  --color-secondary: #868e96;
  --color-success: #51cf66;
  --color-danger: #ff4343;
  --color-warning: #ffd43b;
  --color-info: #3bc9db;

  /* Fondos */
  --bg-primary: #000000;
  --bg-secondary: #2d2d2d;
  --bg-tertiary: #404040;

  --bg-primary-in: #ffffff;
  --bg-secondary-in: #f8f9fa;
  --bg-tertiary-in: #ededed;


  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-muted: #6c757d;

  --border-color: #404040;
  --icon-filter: invert(1) brightness(2);
  --icon-color: #ffffff;
}



:root {
  --font-family: 'system-ui', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 0.7rem;
  --space-md: 0.8rem;
  --space-lg: 1.2rem;
  --space-xl: 1.8rem;
  --space-xxl: 2rem;

  --border-radius: 15px;
  --border-radius-lg: 25px;
  --border-radius-sm: 10px;
  --border-radius-sdbr: 0px 25px 25px 0px;

  /* FONTS */
  --font-general: 'Open Sans', sans-serif;
  --font-heading: 'Open Sans', sans-serif;
  --font-weight-base: 600;
  /* SemiBold por defecto */
}

[data-theme="light"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.25);
}

[data-theme="light"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.25);
}

:root {
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;
}
.gL5xd6XIloJdaOiBh4cA {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 12vh;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1000;
    padding: 0;
    margin: 0;
    margin: 0;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    pointer-events: auto;
    overflow: visible;
    font-family: 'Open Sans', sans-serif;
}

.Bjxmzg_1Alez9NTlP6GO {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.8rem;
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
    transition: background-color 0.15s ease-in-out;
    z-index: 20;
}

.Bjxmzg_1Alez9NTlP6GO:hover,
.Bjxmzg_1Alez9NTlP6GO.sGBKngstj0VZQ9j7dR2O {
    background-color: rgba(10, 10, 10, 0.9);
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.DNPuvEiOk31KIDu8fyKt {
    font-size: 75%;
    color: var(--bg-primary-in);
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    pointer-events: none;
}

.TcJTCgjf4eLkSPr02RG9 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.9);
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
    border: none;
    z-index: 10;
}

.Bjxmzg_1Alez9NTlP6GO:hover .TcJTCgjf4eLkSPr02RG9,
.Bjxmzg_1Alez9NTlP6GO.sGBKngstj0VZQ9j7dR2O .TcJTCgjf4eLkSPr02RG9 {
    opacity: 1;
    pointer-events: auto;
}

.Csxyzt5h9qR1HOhHJpuM {
    padding: 0.2rem 0;
    cursor: pointer;
    font-size: 75%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    transition: color 0.15s;
    width: 100%;
}

.Csxyzt5h9qR1HOhHJpuM:hover {
    color: #fff;
}

.PZgyrhgcdDMNejb8JI2W {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2.5rem;
}

.KmtwbG6Xt2tkeuPKmGfL {
    height: 85%;
    max-height: 125px;
    width: auto;
    object-fit: contain;
}

.UkVekhceJm9B7ZN2kUXg {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.PUGWVzWrifkbP3CA5ZXx {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8%;
    padding-right: 15%;
}

.GaqC4dc_UzbTz6Hu823d {
    font-size: 70%;
    color: var(--bg-primary-in);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.GaqC4dc_UzbTz6Hu823d::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: var(--bg-primary-in);
    transform-origin: bottom right;
    transition: transform 0.15s ease-out;
}

.GaqC4dc_UzbTz6Hu823d:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.EoNvd3J5SEoZWGE39yjA {
    width: auto;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.p2FKkXXXEOJtCPc3SXSu {
    background-color: var(--bg-primary);
    color: var(--bg-primary-in);
    border-radius: calc(var(--border-radius-sm)*1.2);
    padding: 0.6rem 1.8rem;
    box-shadow: 0px 5px 14px rgb(54 54 54 / 60%);
    font-size: 75%;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.15s ease;
    position: relative;
    overflow: hidden;
}

.p2FKkXXXEOJtCPc3SXSu:hover {
    background-color: #1a1a1a;
}

.p2FKkXXXEOJtCPc3SXSu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 80px at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.08) 0%,
            transparent 100%);
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
}

.p2FKkXXXEOJtCPc3SXSu:hover::before {
    opacity: 1;
}

.J2ngtVeaRafE3ES7XzNp {
    width: 0.9rem;
    height: 0.9rem;
}


.tzb7XwcDBd98sWmXjR7A {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    position: relative;
    z-index: 2000;
    padding: 0.5rem;
}

.b3T6Pfrj55jLG0xktyso {
    width: 24px;
    height: 3px;
    background-color: var(--bg-primary-in);
    border-radius: 2px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.dvu8VcGXMckr8Udpn4XZ {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 50%;
    max-width: 250px;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 9999;
    padding: 3rem 2rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 2rem;
    box-shadow: var(--shadow-xl);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    animation: Zoso33Gvihc5kIdIUIT6 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    overflow-y: auto;
    overflow-x: hidden;
}

@keyframes Zoso33Gvihc5kIdIUIT6 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.WVG20Dux45RuhtRlfjIW {
    animation: vtianpuFzRSFgqWgiZ3E 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

    to {
        transform: translateX(-100%);
    }
}

.ntgdX8LptLYFHSuEjxAT {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 9998;
    animation: Fk1UZZb9t1itLhDVb3ze 0.3s ease forwards;
}

.seOnl3FLSJGYtwxH_GA4 {
    animation: RltIVfpf64H5h6IlMx9A 0.3s ease forwards;
}

@keyframes Fk1UZZb9t1itLhDVb3ze {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }

    to {
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

@keyframes RltIVfpf64H5h6IlMx9A {
    from {
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    to {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
}

/* Inverted Join Button for Sidebar */
.boSDkc4I4yAilPxppT4z {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 0.6rem 1.8rem;
    border-radius: calc(var(--border-radius-sm)*1.2);
    cursor: pointer;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 75%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.boSDkc4I4yAilPxppT4z::before {
    content: '';
    position: absolute;
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}

.boSDkc4I4yAilPxppT4z:hover::before {
    width: 200px;
    height: 200px;
    opacity: 1;
}

.wW4WJrExxi2z_kH9cZ5N {
    width: 0.9rem;
    height: 0.9rem;
}

@media (max-width: 1024px) {
    .gL5xd6XIloJdaOiBh4cA {
        justify-content: space-between;
        padding: 0 1.5rem;
    }

    .PZgyrhgcdDMNejb8JI2W {
        display: none;
    }

    .tzb7XwcDBd98sWmXjR7A {
        display: flex;
        order: 1;
    }

    .UkVekhceJm9B7ZN2kUXg {
        display: flex;
        width: 9.5rem;
        order: 2;
        padding: 0;
    }

    .PUGWVzWrifkbP3CA5ZXx {
        display: none;
    }

    .EoNvd3J5SEoZWGE39yjA {
        padding-right: 0;
        gap: 0;
    }

    .Bjxmzg_1Alez9NTlP6GO {
        display: none;
    }

    .p2FKkXXXEOJtCPc3SXSu {
        padding: 0.5rem 1.2rem;
        font-size: 70%;
    }
}

/* Mobile Landscape Header Fixes - BUTTONS ONLY */
@media (max-width: 900px) and (orientation: landscape) {

    /* Reduce header height slightly */
    .gL5xd6XIloJdaOiBh4cA {
        height: 15vh !important;
        padding: 0 1rem;
    }

    /* Scale down TOP RIGHT buttons (Unirse & Burger) */
    .p2FKkXXXEOJtCPc3SXSu {
        padding: 0.4rem 1rem !important;
        font-size: 0.7rem !important;
        transform: scale(0.9);
    }

    .tzb7XwcDBd98sWmXjR7A {
        transform: scale(0.9);
    }

    /* RESTORE SIDEBAR PADDING - DO NOT FLATTEN BUTTONS INSIDE */
    .dvu8VcGXMckr8Udpn4XZ {
        padding: 2rem 2rem !important;
        width: 50% !important;
        /* Keep original width */
        justify-content: flex-start;
    }

    /* Ensure specific padding for the WHITE button inside sidebar */
    .boSDkc4I4yAilPxppT4z {
        padding: 0.8rem 2rem !important;
        /* Force generous padding */
        min-height: 45px;
        font-size: 0.85rem !important;
    }
}
.FLQmxfz9IsTotGsTmc52 {
    opacity: 0;
    will-change: opacity, transform;
    width: fit-content;
    transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1), transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.ishna6dxT7Lnk4ZSNwWT {
    opacity: 1;
    transform: translate(0, 0) scale(1) !important;
}

/* Hidden States */
.OpBTw1iYf7jsphkM2mJw {
    transform: translateX(-50px);
}

.snfp_6FozI2LaNiCevXb {
    transform: translateX(50px);
}

.Pm3XdcsWBMjUkANFcoh5 {
    transform: translateY(-50px);
}

.ou8z7q6DKLa5emwxJFYc {
    transform: translateY(50px);
}

.YPqw0zzHGIaedlumFopr {
    transform: scale(0.8);
}

.GWnI_O84R_WGNBFVHlho {
    transform: translate(0, 0);
}
.vxqUA9OeTLHTJR3Tstz8 {
    position: relative;
    width: 100%;
    max-width: 100vw;
    /* Ensure it doesn't exceed viewport */
    min-height: 100dvh;
    background-color: #000;
    font-family: 'Inter', 'Roboto', sans-serif;
    overflow-x: clip;
    /* Modern fix for horizontal overflow w/o breaking sticky */
}

.AStsCSRDhFvJlVp4YhLk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    filter: grayscale(1) brightness(0.65);
    z-index: 0;
}

.yOEHZgkXRSQcgrOeNsdl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.DELhalcq07xUO_GepnUg {
    position: relative;
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    z-index: 10;
    padding-top: 0;
}

@media (min-width: 768px),
(orientation: landscape) {
    .DELhalcq07xUO_GepnUg {
        flex-direction: row;
        padding-top: 0;
    }
}

.hG5tdtTGCuDKcFicmxEJ,
.A81Ickzqbs5u7W3tUUo0 {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hG5tdtTGCuDKcFicmxEJ {
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 0;
}

.A81Ickzqbs5u7W3tUUo0 {
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding-top: 0;
}

@media (min-width: 768px),
(orientation: landscape) {
    .hG5tdtTGCuDKcFicmxEJ {
        align-items: flex-end;
        text-align: right;
        padding-right: 0.25rem;
        padding-bottom: 6vh;
        justify-content: center;
        background-color: transparent !important;
        backdrop-filter: none !important;
    }

    .A81Ickzqbs5u7W3tUUo0 {
        align-items: flex-start;
        text-align: left;
        padding-left: 0.25rem;
        padding-bottom: 6vh;
        justify-content: center;
    }
}

.OuBkdIuVXe4cJrUVIx9m {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.wPuRjDEsL4hz462EnMo0 {
    height: 35px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.2s, transform 0.2s;
    cursor: pointer;
}

.wPuRjDEsL4hz462EnMo0:hover {
    opacity: 1;
    transform: scale(1.05);
}

.wwMG3ANXRDZUwXypZDsk {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px),
(orientation: landscape) {
    .hG5tdtTGCuDKcFicmxEJ .wwMG3ANXRDZUwXypZDsk {
        align-items: flex-end;
    }

    .A81Ickzqbs5u7W3tUUo0 .wwMG3ANXRDZUwXypZDsk {
        align-items: flex-start;
    }
}

@font-face {
    font-family: 'Bord';
    src: url(/a2c41bfc0f6d836131d2.woff2) format('woff2'),
        url(/821c78301e69c16737e5.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.PBkTy58GA5fdGT4osKKy {
    font-family: 'Bord', sans-serif;
    font-size: clamp(3rem, 9vw, 9rem);
    font-weight: bolder;
    line-height: 0.9;
    margin: 0;
    margin-bottom: -0.05em;
    letter-spacing: 0.02em;
    /* Revert padding but keep slightly more top with negative margin to "eat" the space */
    padding: 0.15em 0.05em 0.05em 0.05em;
    margin-top: -0.05em;
    /* Pull it back up to fix alignment and separation */
}

@media (max-width: 900px) and (orientation: landscape) {
    .PBkTy58GA5fdGT4osKKy {
        font-size: 8vh !important;
    }

    .llAnwkLBkLh3U5g5bqzh {
        display: none !important;
    }

    .wwMG3ANXRDZUwXypZDsk {
        margin-left: 0 !important;
    }

    .sI_GhVZ_1cR4iTzQ7jhY {
        bottom: 1rem !important;
        padding: 0 2rem !important;
        transform: scale(0.9);
        transform-origin: bottom center;
        width: 100% !important;
    }

    .FHOtbup1EBnScyzEowf0 {
        bottom: 1rem !important;
        transform: translateX(-50%) scale(0.8) !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .wwMG3ANXRDZUwXypZDsk {
        flex-direction: row !important;
        justify-content: center;
        gap: 0.3em;
        white-space: nowrap;
        margin-left: -10%;
        /* Reduced offset to keep it more centered */
    }

    .PBkTy58GA5fdGT4osKKy {
        /* filter: none !important;  <-- Letting React control filter for animation */
        /* opacity: 1 !important;    <-- Letting React control opacity for fade-in */
        transform: none !important;
        /* transition: none !important; <-- Letting React control transition */
        left: 0 !important;
        position: relative !important;
        z-index: 10 !important;
        background-image: none !important;
        background-color: transparent !important;
        font-size: 12dvw !important;
        /* Reduced from 14.5vw to fit screen */
    }


    .CetER4v3kRATij6OHObA {
        display: none !important;
    }
}

.GpYLqDgrssAwURBo3g3S {
    color: #fff;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.Hjc_hlZLJhuWyUS48PGr {
    color: #fff;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.llAnwkLBkLh3U5g5bqzh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120vw;
    height: 120vw;
    max-width: 600px;
    max-height: 600px;
    z-index: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    pointer-events: none;
    /* opacity: 0; handled by React */
    /* animation: fadeInV 1.5s ease-out forwards; REMOVED to let React control timing */
    /* animation-delay: 0.2s; REMOVED */
}

@keyframes Jg2lOyLCSrsyP35BLcMc {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 768px),
(orientation: landscape) {
    .GpYLqDgrssAwURBo3g3S {
        color: transparent;
        -webkit-text-fill-color: transparent;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        filter: grayscale(100%) brightness(1.3);
    }

    .llAnwkLBkLh3U5g5bqzh {
        display: none;
    }
}

.Ssemx64vz_WDmTsY3Tkg {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

.WrNzHwx2sLIqKXPeSirk {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.Jf2y7I3W0NgaCoT5Xr0p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.uCxHgUQ6p89sP5V68ml4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-family: var(--font-general), sans-serif;
}

.Ccw1P23LgSCLDB9zyAaO {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--font-general), sans-serif;
}

.k8e3XoF2cID3qJKSRJT6 {
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
}

.sI_GhVZ_1cR4iTzQ7jhY {
    position: absolute;
    border-radius: var(--border-radius);
    bottom: 3.5rem;
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5rem;
    box-sizing: border-box;
    z-index: 100;
}

.GhxyGTlZiRvT1IEWX_x4 {
    color: white;
    opacity: 0.7;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    font-size: 0.9rem;
    white-space: nowrap;
}

.GhxyGTlZiRvT1IEWX_x4:hover {
    opacity: 1;
}

@media (max-width: 768px) and (orientation: portrait) {

    .hG5tdtTGCuDKcFicmxEJ {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
        padding-right: 12% !important;
    }

    .A81Ickzqbs5u7W3tUUo0 {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
        padding-left: 12% !important;
    }

    .sI_GhVZ_1cR4iTzQ7jhY {
        padding: 0 1.5rem;
        bottom: 1rem;
        font-size: 0.7rem;
    }
}

.CetER4v3kRATij6OHObA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.FHOtbup1EBnScyzEowf0 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 60;
    pointer-events: none;
    opacity: 0.6;
}

.Kth_tMTxKmv7aZtCctPe {
    width: 2px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.rLxr1b6wc_Fz4FECU_b7 {
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: -50%;
    left: 0;
    animation: Z1bmHutOfdYQ8QDyy5nT 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes Z1bmHutOfdYQ8QDyy5nT {
    0% {
        top: -50%;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

.JNRChMiQ2svnZQGIiaRL {
    position: relative;
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
}

.nLE4qEUPeY7AY2f7klhw {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-top: 0.2rem;
}

/* Landscape Warning Overlay */
.PwueIeRfIdBOs29mv57R {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: #000;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.xHqd4wqyfMFkZEdffhFA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.xHqd4wqyfMFkZEdffhFA p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
}

.EeiCKC9E1QMuVWgLuxBw {
    width: 40px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 8px;
    animation: O7OM3OV_QgZoMx68CNtD 2s infinite ease-in-out;
}

@keyframes O7OM3OV_QgZoMx68CNtD {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

/* Activate only on mobile landscape (height < 600px is reliable for phones) */
@media screen and (orientation: landscape) and (max-height: 600px) {
    .PwueIeRfIdBOs29mv57R {
        display: flex !important;
    }

    /* Hide the app content so it doesn't mess up behind */
    .JNRChMiQ2svnZQGIiaRL,
    .AStsCSRDhFvJlVp4YhLk,
    .sI_GhVZ_1cR4iTzQ7jhY {
        display: none !important;
    }
}
.AbhDV70gmvRcrbBWu2tA {
    position: relative;
    height: 1200vh;
    /* Increased from 700vh to slow down scroll */
    background-color: #000;
    width: 100%;
    z-index: 10;
}

.NdBBoVl45ea_ikeP5or3 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    /* overflow: hidden; Removed to prevent clipping of cards */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.s6UN7MK_OVa6h3txxE4N {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    z-index: 10;
    width: 90%;
    max-width: 1000px;
    position: absolute;
    will-change: opacity;
}

.fFbSyGcRwXcgvo01eJpw {
    width: 100%;
}

.UHHJKO1Ga_J1KoMPPC3O {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: #666;
    display: block;
}

.I6RVoQw_AnkL3LBwxFsX {
    font-family: 'Open Sans', 'Open Sans', sans-serif;
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.Ppgs_psmnilYMBFdedo6 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 1rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.Ppgs_psmnilYMBFdedo6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    animation: wmpfsP0n_HUAmp59osB6 1s ease-out forwards;
}

@keyframes wmpfsP0n_HUAmp59osB6 {
    to {
        width: 100%;
    }
}

.v4SL5K7yvVzLAVhJC7hE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    pointer-events: none;
    background: #000;
}

.Hhs89XRteLd_IZuMIJKL {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 0;
    height: 100%;
}

.oObFLCmMOLHKwvXdZCXe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 10s ease-out;
}

.lx14hNqS8xEDityrDaXo {
    flex: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    z-index: 1;
}

.sAklu_H9fV4oytbN9Wb7 {
    display: none;
}

.kX_9VzqVi9WNG5pELcRE {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60vh;
    height: 60vh;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background: rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.DquYKht4h2kepHx4JvPd {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 6rem;
    height: 100%;
    width: 50%;
    position: relative;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.gWDGQHKr1xnJG0Oe6nAX {
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    text-transform: uppercase;
    color: #fff;
    margin: 2rem 2rem 0 2rem;
    font-weight: 700;
    padding-left: 1rem;
    border-left: 3px solid #fff;
}

.GiqEkNleJM_xylu6JCKA {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    z-index: 10;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.VtKhygEmc4DuNI2BAj_B {
    font-family: 'Open Sans', sans-serif;
    font-size: 70%;
    text-align: justify;
    color: #fff;
    margin: 1rem 2rem 2rem 2rem;
    line-height: 1.2;
    display: block;
    position: relative;
    z-index: 10;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.T8lFsmKuq9j4dPXJP8TD {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 1rem 2rem 2rem 2rem;
    display: flex;
    justify-content: center;
    justify-content: space-around;
}

.Jso3Vd1TS6MEuHdzL_QZ {
    display: flex;
    flex-direction: column;
    min-width: 100px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.E3SCDiuuVR2heDpavpMO {
    font-family: 'Inter', sans-serif;
    font-size: 165%;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-align: center;
}

.bDbJcDNgHNfK_Av4m9lx {
    font-family: 'Open Sans', sans-serif;
    font-size: 60%;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.4;
    opacity: 0.7;
    font-weight: 600;
    letter-spacing: 0.05em;
}



@media (max-width: 1280px) {
    .Hhs89XRteLd_IZuMIJKL {
        width: 100%;
        gap: 2rem;
    }

    .GiqEkNleJM_xylu6JCKA {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .Hhs89XRteLd_IZuMIJKL {
        flex-direction: column;
        padding: 0;
        gap: 0;
        justify-content: center;
        width: 100%;
        max-width: none;
        position: relative;
    }

    .lx14hNqS8xEDityrDaXo {
        display: none;
        /* Hide V on mobile */
    }

    .DquYKht4h2kepHx4JvPd {
        flex: none;
        width: 100%;
        height: 100%;
        padding: 4rem;
        box-sizing: border-box;
        /* Fix for 100% + padding overflow */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 10;

        /* Initial Mobile State: Hidden & Clear */
        opacity: 0;
        background: rgba(0, 0, 0, 0);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);

        border-radius: 0;
        border: none;
        box-shadow: none;
        margin: 0;

        transition: opacity 1s ease 1s, background 1s ease 1s, backdrop-filter 1s ease 1s, -webkit-backdrop-filter 1s ease 1s;
    }

    .AWAboutSection_statsSection .DquYKht4h2kepHx4JvPd,
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .DquYKht4h2kepHx4JvPd {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    /* Force delays on children so they animate AFTER the container reveal */
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .GiqEkNleJM_xylu6JCKA,
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .VtKhygEmc4DuNI2BAj_B,
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .Jso3Vd1TS6MEuHdzL_QZ {
        transition-delay: 1.2s !important;
    }

    .gWDGQHKr1xnJG0Oe6nAX {
        border: none;
        border-bottom: 2px solid #fff;
        padding: 0 0 1rem 0;
        margin: 0 0 2rem 0;
        line-height: 1;
        width: fit-content;
    }

    .GiqEkNleJM_xylu6JCKA {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .VtKhygEmc4DuNI2BAj_B {
        max-width: 90%;
        margin: 0 auto 3rem auto;
    }

    .T8lFsmKuq9j4dPXJP8TD {
        justify-content: center;
        gap: 2rem;
        width: 100%;
    }

    .Rx5WT6_RetuglmsU84uD {
        display: none;
    }
}
.FILwTaPgfsq2qQ8T0Hbx {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    height: 40vh;
    width: 2px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.aL1wcg_ymTt3yyLzW73r {
    width: 4px;
    height: 10%;
    min-height: 40px;
    border-radius: 999px;
    /* Rounded pill style */
    position: absolute;
    top: 0;
    left: -1px;
    /* transition removed to avoid lag */
}

.b3e0_8Tmox38cFMmEjEh {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    opacity: 0.6;
    letter-spacing: 0.3em;
    font-weight: 600;
}

/* Themes */
.vy9AKdBdBooP8B2e1lTf .FILwTaPgfsq2qQ8T0Hbx {
    background: rgba(255, 255, 255, 0.6);
}

.vy9AKdBdBooP8B2e1lTf .aL1wcg_ymTt3yyLzW73r {
    background: #fff;
}

.vy9AKdBdBooP8B2e1lTf .b3e0_8Tmox38cFMmEjEh {
    color: #fff;
}

.SA5XxMUXGETxvPhUczxx .FILwTaPgfsq2qQ8T0Hbx {
    background: rgba(0, 0, 0, 0.6);
}

.SA5XxMUXGETxvPhUczxx .aL1wcg_ymTt3yyLzW73r {
    background: #000;
}

.SA5XxMUXGETxvPhUczxx .b3e0_8Tmox38cFMmEjEh {
    color: #000;
}

/* Mobile: Hide it generally or keep it? Original code hidden it on mobile. User didn't specify, but typically progress rails hidden on mobile. */
@media (max-width: 768px) {
    .FILwTaPgfsq2qQ8T0Hbx {
        display: none;
    }
}
.g5MyVl0pDElpynnOQKHM {
    position: relative;
    width: 100%;
    height: 300vh;
    /* Increased to allow 'hold' time */
    background-color: #fff;
    /* overflow: hidden; Removed */
    display: block;
    z-index: 200;
    /* Higher than About (10) and Products/Logistics to allow card overflow */
    margin-top: -100vh;
    /* Start overlapping About */
}

.HGS2Fb7qmLKbAaMwT44U {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: visible;
    display: flex;
    align-items: center;
}

.jp8Quv48mMD6qEnxJTKA {
    position: relative;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8%;
    padding-right: 2rem;
    z-index: 20;
    /* Higher than sphere */
    pointer-events: none;
    /* Let clicks pass through if needed, but text interacts */
    /* background: moved to ::before for masking */
}

.jp8Quv48mMD6qEnxJTKA::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, #fff 80%, transparent 100%);
    /* Vertical fade mask to avoid sharp cuts on overflowing cards */
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    pointer-events: none;
}

/* Enable pointer events for actual text elements if necessary */
.jp8Quv48mMD6qEnxJTKA>* {
    pointer-events: auto;
}

.Xe8b3mivpwjeH7thpWW4 {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.2rem;
}

.uRoERyvMUqvR4qS6cvIm {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
}

.kSbRnipcgtmNZLP2gshB {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    max-width: 100px;
}

.M9AtyURQE7o6hDFLu00W {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.LTp8WDk0cco1oTZtngJA {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.35;
    max-width: 450px;
    margin-bottom: 1rem;
}

.bFmxm8Ito7xqih2HbOCs {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* Center the sphere within this right section */
    align-items: center;
    z-index: 10;
    perspective: 2000px;
    /* Stronger perspective for depth */
}

._2XHx6WdKOB4_hBGq__wR {
    position: relative;
    width: 0;
    height: 0;
    /* No transform-style preserve-3d needed on wrapper if we translate items individually in JS */
}

/* Card styles from before, slightly tweaked */
.VG2op0wBGbgsA6hn0n5e {
    position: absolute;
    width: 220px;
    height: 300px;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    border-radius: var(--border-radius);
    /* Sharp Edges */
    display: flex;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform, z-index;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    user-select: none;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.Xu3mzNvUuV4iiq40fDGk {
    position: absolute;
    inset: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    /* Left Aligned */
    align-items: center;
    /* Full height strip */
}

.TdUAcN3EPl6Txcn5ykzs {
    font-family: 'Bord', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    height: 100%;
    padding: 1rem 0.5rem;
}

.VfjW1gzo5wHgnsXh81hD {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 0.8;

    /* Clean slate */
    mix-blend-mode: normal;
    filter: none;
    -webkit-text-stroke: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    backdrop-filter: none;
    background: none;
    padding: 0;
}

/* Hover state handled in JS for specific scale, but we can add highlight here */
.VG2op0wBGbgsA6hn0n5e:hover {
    background-color: #111;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    z-index: 1000 !important;
}

@media (max-width: 768px) {
    .HGS2Fb7qmLKbAaMwT44U {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .jp8Quv48mMD6qEnxJTKA {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 3rem 2.5rem;
        align-items: center;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 500;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 15%, rgba(255,255,255,0.95) 85%, rgba(255,255,255,0) 100%);
    }

    .Xe8b3mivpwjeH7thpWW4 {
        justify-content: center;
        width: 100%;
    }

    .uRoERyvMUqvR4qS6cvIm {
        font-size: 2.5rem;
    }

    .M9AtyURQE7o6hDFLu00W {
        font-size: 0.9rem;
    }

    .LTp8WDk0cco1oTZtngJA {
        font-size: 0.85rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .bFmxm8Ito7xqih2HbOCs {
        width: 100%;
        left: 0;
        height: 100%;
        opacity: 0.6;
        /* Slight fade to allow text readability */
    }

    .VG2op0wBGbgsA6hn0n5e {
        width: 140px;
        height: 200px;
    }

    .VfjW1gzo5wHgnsXh81hD {
        font-size: 1.8rem;
    }
}
.iPqkZM15sL1trb7T4lrg {
    position: relative;
    width: 100%;
    height: 450vh;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.5);
    margin-top: -100vh;
}

.srrmJp6lVXJOJvjuc2oL {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: visible;
    display: flex;
    background-color: #fff;
    transition: background-color 0.3s;
}

.srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT {
    flex-direction: row-reverse;
}

.srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT .P8tpZaRuLAj3ZOsaAhiW {
    left: auto;
    right: 6%;
}

.Mu6r6L4lIZa8CRfmxnCQ {
    position: relative;
    width: 50%;
    height: 100%;
}

.cY2xXLEQGVHP13sJIEfI {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 4rem;
    /* background-color: #fff; Removed */
}

/* Main Container Transition */
/* Main Container Transition */
.P8tpZaRuLAj3ZOsaAhiW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 150;
    pointer-events: none;
    /* Base (Undocking): Immediate move back (0s delay) */
    transition: all 1s ease 0s;
}

.mM1f7W24Hk4ob7O3QdQM {
    width: 90%;
    max-width: 90%;
    /* Ensure it doesn't exceed */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    transition: transform 1s ease 0s,
        gap 0.5s ease;
}

.mM1f7W24Hk4ob7O3QdQM span {
    display: inline-block;
    font-family: 'Bord', 'Arial', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bg-primary);
    line-height: 1;
    font-size: min(14vh, 10vw);
    max-width: 20vh;
    max-height: 20vh;
    overflow: hidden;
    /* Base (Undocking): Immediate Move/Size (0s). DELAYED Expand (1s) */
    transition: font-size 1s ease 0s, transform 1s ease 0s, opacity 0.5s ease 1s, max-width 0.5s ease 1s, max-height 0.5s ease 1s, margin 0.5s ease 1s;
}

/* Transforms removed to rely on flex layout */
.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span:nth-child(n) {
    transform: none !important;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA {
    width: 15vw;
    left: 0;
    justify-content: center;
    /* Docked (Docking): Delayed move (0.5s) */
    transition: all 1s ease 0.5s;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM {
    width: auto;
    max-width: none;
    transform: rotate(90deg);
    gap: 2vh;
    /* Docked (Docking): Delayed rotate (0.5s) */
    transition: transform 1s ease 0.5s, gap 0.5s ease;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span {
    font-size: 10vw;
    transform: rotate(-90deg);
    /* Docked (Docking): Delayed Size/Rotate (0.5s). Immediate Collapse (0s) */
    transition: font-size 1s ease 0.5s, transform 1s ease 0.5s, opacity 0.5s ease 0s, max-width 0.5s ease 0s, max-height 0.5s ease 0s, margin 0.5s ease 0s;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span.KjKNJ8PqEDKqI0a281ce {
    opacity: 0;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    transform: scale(0);
    /* Optional */
}

/* ... */

.lJOVyaA50vzOZqyx4LVk {
    position: absolute;
    /* Expanded bounds to avoid clipping and allow overlap */
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 10;
    pointer-events: none;
}

.gbmg1ZlLy89LTfkOlleJ {
    opacity: 0.5;
}

.x2nMcVuJPSw4nWnVkeQ4 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    height: 90%;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.15s ease-out, transform 0.5s ease-out;
}

.x2nMcVuJPSw4nWnVkeQ4.gbmg1ZlLy89LTfkOlleJ {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.GdhwkgNNq4PIfkjhis6I.Mw6TSs47j2DalSHt1RcZ {
    opacity: 1;
    transform: translateY(0);
}

.GdhwkgNNq4PIfkjhis6I {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Ensure internal vertical centering if needed */
    position: relative;
    z-index: 50;
}

.UJJz1LrBtXRa2XFt5ODb {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.2rem;
}

.p902bZdCwad5bVZqeoep {
    font-family: 'Open Sans', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
}

.fTmHhSwDOEFPX3XwUTrz {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    max-width: 100px;
}

.g8FvLxLkXkVvVN_8Dyuz {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.YBcewMIGjwRhQsSqZQIc {
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    color: #666;
    line-height: 1.35;
    max-width: 400px;
    margin-bottom: 1rem;
    max-height: 40vh;
    overflow-y: auto;
    padding-right: 0.5rem;
    /* Space for scrollbar */
}

.Z2fngv2IovsPNtXkA_g9 {
    position: relative;
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0;
    z-index: 10;
}

.b0adoqZcihHvEP7GRCla {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 1.2rem;
}

.LcxrzJhETRSqkKiZcGbe {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* ... btn styles ... */
.lk2MDv4NoSmS0Gq9MHta {
    background: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.lk2MDv4NoSmS0Gq9MHta::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.lk2MDv4NoSmS0Gq9MHta:hover::after {
    width: 100%;
}

.N0YfeE7vIvsiuBH9V3LO {
    width: 40px;
    height: 40px;
    background-color: var(--bg-primary);
    display: flex;
    border-radius: calc(var(--border-radius)*0.9);
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
}

.N0YfeE7vIvsiuBH9V3LO:hover {
    transform: scale(1.05);
    background-color: #222;
}

.FsJgcXzpyB8R8OdmvyS_ {
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    filter: invert(1);
}

.yUu64RJSrhrEODKSnXnA {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 200;
}

.e4qvpjMfk98GBeQYyFaO {
    width: 30px;
    height: 3px;
    background-color: #ddd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}


.i7vPXoGn1m41oebG5RbH {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #000;
    transition: width 0.1s linear;
}

@media (max-width: 768px) {
    .srrmJp6lVXJOJvjuc2oL {
        display: flex;
        flex-direction: column;
    }

    .srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT {
        flex-direction: column;
    }

    .srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT .P8tpZaRuLAj3ZOsaAhiW {
        right: auto;
        /* Reset desktop reverse logic */
        left: 0;
        /* Default docking logic */
    }

    .Mu6r6L4lIZa8CRfmxnCQ {
        width: 100%;
        height: 55%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: auto;
        position: relative;
    }

    .cY2xXLEQGVHP13sJIEfI {
        width: 100%;
        height: 45%;
        order: 2;
        padding: 1rem;
        padding-left: 27vw;
        padding-right: 1rem;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 1.5rem;
        z-index: 20;
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA {
        width: 25vw;
        left: 0;
        /* Inherits flex centering from main CSS */
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM {
        gap: 4vh;
        margin-left: 10%;
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span {
        font-size: 15vh;
    }

    .x2nMcVuJPSw4nWnVkeQ4 {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.5) !important;
        max-width: 95%;
        max-height: 95%;
        width: auto;
        height: auto;
        margin: 0;
        z-index: 1000;
        object-fit: contain;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .x2nMcVuJPSw4nWnVkeQ4.gbmg1ZlLy89LTfkOlleJ {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) !important;
    }

    .Mu6r6L4lIZa8CRfmxnCQ {
        position: relative;
    }

    .p902bZdCwad5bVZqeoep {
        font-size: 150%;
    }

    .g8FvLxLkXkVvVN_8Dyuz {
        font-size: 100%;
    }

    .GdhwkgNNq4PIfkjhis6I {
        height: 100% !important;
        justify-content: flex-start !important;
    }

    .YBcewMIGjwRhQsSqZQIc {
        font-size: 80%;
        max-width: 100%;
        max-height: 20vh;
    }

    .yUu64RJSrhrEODKSnXnA {
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .Z2fngv2IovsPNtXkA_g9 {
        position: absolute;
        bottom: 8vh;
        left: 0;
        width: 100%;
        width: auto;
        margin-top: 0;
        padding-bottom: 0;
    }

    .LcxrzJhETRSqkKiZcGbe {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 0;
        margin-top: 0;
    }
}
.bBTYaa_g1LwojoYBLwBc {
    position: relative;
    width: 100%;
    height: 450vh;
    background-color: #ffffff;
    /* Clean White */
    z-index: 50;
    isolation: isolate;
    /* Seamless connection */
}

.mEvWXPt6jSwGklF22jPA {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- Layers --- */
.sZmqC6xt8cGJkS8EtWf4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    /* Dramatic dark vignette: Transparent center to Solid Black edges */
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #000000 100%);
    will-change: opacity;
    opacity: 0;
}

.JUWaOpVEO2qJgnShDOjg {
    display: none;
    /* Deprecated */
}

.LhKUgd6qBZ3ooc2sfYlg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.Yx6wz3MWpbsyPfAV8K9y {
    font-family: 'Bord', sans-serif;
    font-size: 35vw;
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1;
    letter-spacing: -1vw;
    text-align: center;
    will-change: opacity, transform;
}

.lT5Sh6h4prECk9l36XYL {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    pointer-events: none;
    will-change: opacity, filter;
}

/* --- UI Layer --- */
.Ec3dhzOFJJ2tTpmbhbOm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    /* Allow clicks through empty space */
}

/* Center Button Group */
.aSI2sanoWTuAxK3jkOo7 {
    position: absolute;
    bottom: 10%;
    /* Lower down */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    pointer-events: auto;
    /* Enable clicks */
}

.I7bEGzIETwVWpm14u9kk {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: calc(var(--border-radius)*0.8);
    padding: 0.5rem 2rem;
    font-size: 80%;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Open sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
    transform: scale(1.05);
}



.I7bEGzIETwVWpm14u9kk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 80px at var(--x, 50%) var(--y, 50%),
            rgba(0, 0, 0, 0.1) 0%,
            transparent 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.I7bEGzIETwVWpm14u9kk:hover::before {
    opacity: 1;
}

.bonF6l79mpN1UVBBxaX0 {
    color: #fff;
    font-size: 60%;
    opacity: 0.8;
}

/* Corner Icons */
.y2Bg4qz9G2mrbxqauhHd,
.olYqqpoy8kG2IzVYEq8t {
    position: absolute;
    bottom: 2rem;
    width: 2rem;
    height: auto;
    opacity: 0.7;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.3s;
}

.y2Bg4qz9G2mrbxqauhHd:hover,
.olYqqpoy8kG2IzVYEq8t:hover {
    opacity: 1;
}

.y2Bg4qz9G2mrbxqauhHd {
    left: 2rem;
}

.olYqqpoy8kG2IzVYEq8t {
    right: 2rem;
}
.NBFCf6JioxsIgMkOhPXe {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 6rem 4rem 2rem;
    position: relative;
    z-index: 100;
    font-family: 'Open Sans', sans-serif;
}

.H_vbPvRKUgG0CUvF64LN {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.bNZ_8MOfONhMyT5BXG08 {
    margin-bottom: 4rem;
}

.N_IGUDUrmlg4vMkswZVc {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
    /* Ensure white in case it's not */
}

.e7stk_iyrjMxb3GQthMG {
    font-size: 1.1rem;
    color: #888;
    max-width: 400px;
    line-height: 1.5;
}

.ySU6hbHDPJp_rwF47JuM {
    width: 100%;
    height: 1px;
    background-color: #222;
    margin-bottom: 4rem;
}

.ynmup70lbU7sDIowdlSJ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    margin-bottom: 6rem;
}

.WO5_i2zUEjUWFCmTX7SN {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #555;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.arbpckxTYAhX0Jr4CanP {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.rdx3XysXUYm2mtJSWNUO {
    font-size: 1rem;
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.rdx3XysXUYm2mtJSWNUO:hover {
    color: #fff;
    transform: translateX(5px);
}

.w3cf9poWbECLHHd6yuCr {
    display: flex;
    flex-direction: column;
}

.Q27q9b0_qgmabHwDtwKe {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.hM_3Dke59UwNkZMsbBQK {
    display: flex;
    border-bottom: 1px solid #444;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    transition: border-color 0.3s;
}

.hM_3Dke59UwNkZMsbBQK:focus-within {
    border-color: #fff;
}

.rNYnmA8GizHGrBAwmqmf {
    background: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    flex-grow: 1;
    outline: none;
}

.rNYnmA8GizHGrBAwmqmf::placeholder {
    color: #555;
}

.cy9JRrCpBJuL7_voPnCa {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s;
}

.cy9JRrCpBJuL7_voPnCa:hover {
    transform: translateX(5px);
}

.Waba2oyniQIjFZuZnYTj {
    display: flex;
    gap: 1.5rem;
}

.Dt0a52qi7evcxVqt4oXS {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: color 0.3s;
}

.Dt0a52qi7evcxVqt4oXS:hover {
    color: #fff;
}

.ghiqUUbJA48KaPuB5w_4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #222;
    padding-top: 2rem;
}

.iE_gEAxXUucnM3Zx3rlw,
.mDPHTmwje7Uejti3mjMy {
    font-size: 0.8rem;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

@media (max-width: 1024px) {
    .ynmup70lbU7sDIowdlSJ {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .NBFCf6JioxsIgMkOhPXe {
        padding: 4rem 1.5rem 2rem;
    }

    .ynmup70lbU7sDIowdlSJ {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ghiqUUbJA48KaPuB5w_4 {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .bNZ_8MOfONhMyT5BXG08 {
        margin-bottom: 2.5rem;
    }

    .ySU6hbHDPJp_rwF47JuM {
        margin-bottom: 2.5rem;
    }

    /* Mobile Text Sizing (No REMs) */
    .e7stk_iyrjMxb3GQthMG {
        font-size: 80%;
    }

    .WO5_i2zUEjUWFCmTX7SN {
        font-size: 75%;
    }

    .rdx3XysXUYm2mtJSWNUO {
        font-size: 80%;
    }

    .Q27q9b0_qgmabHwDtwKe {
        font-size: 80%;
    }

    .hM_3Dke59UwNkZMsbBQK {
        width: 100%;
        max-width: 100%;
    }

    .rNYnmA8GizHGrBAwmqmf {
        width: 100%;
        min-width: 0;
        /* Fix flex child overflow */
        font-size: 80%;
    }

    .cy9JRrCpBJuL7_voPnCa {
        font-size: 100%;
        /* Relative to input/container */
    }

    .Dt0a52qi7evcxVqt4oXS {
        font-size: 75%;
    }

    .iE_gEAxXUucnM3Zx3rlw,
    .mDPHTmwje7Uejti3mjMy {
        font-size: 70%;
    }
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, hsla(0, 0%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgb(200, 200, 200) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(0, 0%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(190, 190, 190) 0px, transparent 50%);
}

* {
    margin: 0;
    padding: 0;
}

/* Custom text selection colors - Black & White theme */
::selection {
    background-color: #000000;
    color: #ffffff;
}

::-moz-selection {
    background-color: #000000;
    color: #ffffff;
}

/*# sourceMappingURL=main.78ce7558e71cc7337797.css.map*/