[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 {
    filter: brightness(0) invert(1);
    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 {
    filter: brightness(0);
    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: 0.8rem;
    }
}

/* 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: 80%;
    text-align: justify;
    color: #fff;
    margin: 1rem 2rem 2rem 2rem;
    line-height: 1.4;
    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;
}

.Rx5WT6_RetuglmsU84uD {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    height: 40vh;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.q7pkNvJNtZYrQAKnAzxl {
    width: 4px;
    height: 10%;
    min-height: 40px;
    background: #fff;
    border-radius: var(--border-radius);
    position: absolute;
    top: 0;
    left: -1px;
}

.AdezFPzhyweNdlz1MO2q {
    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;
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.3em;
    font-weight: 600;
}

@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: 2rem;
        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 0.5rem 0;
        margin: 0 0 2rem 0;
        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;
    }
}
.g5MyVl0pDElpynnOQKHM {
    position: relative;
    width: 100%;
    height: 300vh;
    /* Increased to allow 'hold' time */
    background-color: #fff;
    /* overflow: hidden; Removed */
    display: block;
    z-index: 20;
    /* Higher than About (10) */
    margin-top: -100vh;
    /* Start overlapping About */
}

.HGS2Fb7qmLKbAaMwT44U {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    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: linear-gradient(90deg, #fff 80%, transparent 100%);
    /* Fade out to blend with sphere area if needed */
}

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

.c_8ZL3nTPVdjUU1Qch4G {
    font-family: 'Open Sans', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: #000;
    margin-bottom: 2rem;
    letter-spacing: -2px;
}

.LTp8WDk0cco1oTZtngJA {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #444;
    max-width: 500px;
}

.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: #000;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    transform-origin: center center;
    will-change: transform, z-index;
    /* Optimize performance */
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    user-select: none;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    /* Transform is handled by JS loop */
}

/* Optional: Add a subtle border or gradient to make it look 'premium' */
.VG2op0wBGbgsA6hn0n5e::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.Xu3mzNvUuV4iiq40fDGk {
    text-align: center;
    pointer-events: none;
}

.TdUAcN3EPl6Txcn5ykzs {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.C8SGvisHynUiEn8FjMuY {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.5;
}

/* 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;
}
.iPqkZM15sL1trb7T4lrg {
    position: relative;
    width: 100%;
    height: 250vh;
    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: hidden;
    display: flex;
    background-color: #fff;
}

.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;
}

.P8tpZaRuLAj3ZOsaAhiW {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 100;
    pointer-events: none;
}

.mM1f7W24Hk4ob7O3QdQM {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.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: 14vh;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), font-size 1.2s ease, opacity 0.5s;
}

.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span {
    font-size: 10vw;
}

.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span:nth-child(1) {
    transform: translate(30vw, 20vw);
}

.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span:nth-child(2) {
    transform: translate(37.5vw, 10vw);
}

.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span:nth-child(3) {
    transform: translate(45vw, 0vw);
}

.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span:nth-child(4) {
    transform: translate(50.5vw, -10vw);
}

.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span:nth-child(5) {
    transform: translate(56vw, -20vw);
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span {
    transform: translate(0, 0);
}

.lJOVyaA50vzOZqyx4LVk {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 10;
}

.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: 110;
    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: 100%;
    display: flex;
    flex-direction: column;
}

.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: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0;
    margin-top: 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: 100;
}

.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;
    }

    .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: 2;
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA {
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh !important;
        width: 25vw;
        z-index: 100;
        border-right: none;

        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;

        pointer-events: none;
        transform: none !important;
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM {
        position: static !important;
        transform: none !important;
        height: auto !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2vh;
        font-size: 7.5vh;
        padding-left: 0;
        margin: 0;
    }

    .x2nMcVuJPSw4nWnVkeQ4 {
        position: absolute;
        top: 50%;
        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%;
    }

    .YBcewMIGjwRhQsSqZQIc {
        font-size: 80%;
        max-width: 100%;
        max-height: 20vh;
        /* Limit height on mobile */
    }

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

    /* Pin Action/Catalog Button to Bottom of Panel */
    .Z2fngv2IovsPNtXkA_g9 {
        position: absolute;
        bottom: 7vh;
        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: 400vh;
    background-color: transparent;
    z-index: 30;
    margin-top: -100vh;
}

.mEvWXPt6jSwGklF22jPA {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Njo0gg6yX4_jPJ96A8rw {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.lj3lDTcE42zi6_nEcHGF {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.9), 0 0 20px 8px rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s;
}

.KQLypx6Z4BbckoKvEhuX {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.ivBvYyNpwt6Xc4ucCdJw {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: h_Oa11_vkiyZ6qlkVedt 0.5s infinite alternate;
}

@keyframes h_Oa11_vkiyZ6qlkVedt {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.IwKFawoiyOeSYxrzreTc {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 120vw;
    height: 120vw;
    border-radius: 50%;
    background-color: #000;
    box-shadow:
        0 0 60px 10px rgba(255, 255, 255, 0.4),
        0 0 20px 5px rgba(255, 255, 255, 0.8),
        0 0 100px 30px rgba(255, 255, 255, 0.1);

    animation: zsnKMoHFvQLFSb58zdjW 4s infinite ease-in-out;
    z-index: 5;
    opacity: 0;
    transition: transform 0.1s linear, opacity 0.5s ease;
}

@keyframes zsnKMoHFvQLFSb58zdjW {

    0%,
    100% {
        box-shadow:
            0 0 60px 10px rgba(255, 255, 255, 0.4),
            0 0 20px 5px rgba(255, 255, 255, 0.8),
            0 0 100px 30px rgba(255, 255, 255, 0.1);
    }

    50% {
        box-shadow:
            0 0 90px 20px rgba(255, 255, 255, 0.5),
            0 0 30px 10px rgba(255, 255, 255, 1),
            0 0 150px 50px rgba(255, 255, 255, 0.2);
    }
}

.g2WgvGBLDpdIglFEidOd {
    /* Optional: An inner rim light if needed, but box-shadow handles most */
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
    /* Inner glow to soften the black edge */
    opacity: 0.8;
}

.mDDWVubtQgyxseCSQVMS {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Bord', sans-serif;
    /* Updated Font */
    font-weight: 900;
    font-size: 5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
    /* Stronger glow for text */
    z-index: 20;
    transition: opacity 0.5s ease;
}

/* --- White Flash Transition --- */
.MW_N8o6F8q7LlzfS76YQ {
    position: absolute;
    inset: 0;
    background-color: #fff;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}
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.e5f577291f87518bd3ee.css.map*/