@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

body,html {
    padding:0;
    margin:0;
    overflow-y:auto;
    overflow-x:hidden;
    font-family: "Cormorant Garamond", serif;
    background:#121212;
}

header,
footer,
main {
    position:relative;
    width:100%;
    margin:0 auto;
}

header {
    position:fixed;
    text-align:center;
    z-index:999;
}

.view-container {
    position:relative;
    width:1600px;
    margin:0 auto;
}

@media only screen and (max-width:1667px){
    .view-container {
        width:1200px;
    }
}

@media only screen and (max-width:1267px){
    .view-container {
        width:1000px;
    }
}

@media only screen and (max-width:1067px){
    .view-container {
        width:90%;
    }
}

header .view-container {
    text-align:left;
}

.logo-text,
.logo-flags,
.footer-col {
    display:inline-block;
    vertical-align: center;
    box-sizing: border-box;
}

.logo-text {
    width:75px;
    font-family: "Cormorant Garamond", serif;
}

.logo-text-full {
    font-size:9px;
    margin-top:-15px;
    color:#FFF;
    text-transform: uppercase;

}

.logo-flags {
    width:65px;
    padding-left:25px;
}

.logo-flags img {
    width:100%;
}

.logo-lg,
.logo-sm {
    color:#FFF;
    font-size:32px;
    font-weight:100;
}

.logo-lg {
    font-size:63px;
    color:gold;
}


h2.title {
    font-family: "Bebas Neue", sans-serif;
    font-size:52px;
}

@media only screen and (max-width:967px){
    h2.title {
        font-size:36px;
        line-height:32px;
    }
}

p {
    line-height:32px;
    font-size:18px;
    margin-bottom:30px;
}


footer {
    margin-top:32px;
    padding: 75px 0 35px;
    background: #000;
    color:#FFF;
}

.footer-col {
    vertical-align: top;
    width:calc(100% / 3);
}

.footer-title {
    font-family: "Bebas Neue", sans-serif;
    font-size:27px;
    margin-bottom: 25px;
}

.footer-section {
    font-size:12px;
}

.footer-section ul,
.footer-section ul li {
    list-style: none;
    margin:0;
    padding:0;
}

.footer-section ul li {
    min-height: 17px;
}

.footer-section a,
.disclaimer a {
    color:gold;
    text-decoration: none;
}
.footer-section a:hover,
.disclaimer a:hover {
    text-decoration: underline;
}

.view-container.divide {
    margin-top:35px;
    border-top:1px rgba(255,255,255,0.1) solid;
    padding-top:35px;
}
.disclaimer {
    font-size:11px;
    text-align:center;
    width:100%;
}

@media only screen and (max-width:867px){
    .footer-col {
        display:block;
        width:100%;
        text-align:center;
        margin-top:50px;
    }
    .footer-col:nth-child(1){
        margin-top:-50px;
    }
}

.background-full {
    position:relative;
    margin:0 auto;
    min-height:100vh;
    overflow:hidden;
}

.background-parallax {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}

.block-section {
    position:relative;
    padding:175px 0 125px;
    z-index:3;
}

@media only screen and (max-width: 667px){
    .block-section {
        padding:25px 0; 
    }
    .background-parallax {
        background-size:cover;
        background-attachment:unset;
    }
}

.bs-wrap {
    position:relative;
    margin:0 auto;
    width:100%;
    display:block;
}

.bs-wrap.left {
    text-align:left;
}

.bs-wrap.right {
    text-align:right;
}

.bs-section {
    display: inline-block;
    box-sizing: border-box;
    width:50%;
    text-align:right;
}

.bs-section .bs-block {
    text-align:left;
}

.right .bs-section {
    text-align:left;
}

.bs-block {
    display: inline-block;
    box-sizing: border-box;
    width: calc(70% + 50px);
    padding: 50px 100px 100px;

    background: rgba(0, 0, 0, 0.65);          
    color: #FFF;                      

    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);

    background-image: 
        linear-gradient(
            135deg,
            rgba(30, 30, 60, 0.4) 0%,
            rgba(80, 40, 120, 0.25) 50%,
            rgba(20, 50, 90, 0.35) 100%
        );
    background-size: 400% 400%;
}

.right .bs-block {
    margin-left:-50px;
}

.bs-section {
    margin-top:-50px;
}

.bs-wrap:nth-child(0) {
    margin-top:25px;
}

.bs-title h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 52px;
    line-height:43px;
    margin-bottom:10px;
}

.bs-content p {
    font-size:14px;
    line-height:21px;
    margin-bottom:14px;
}


@media only screen and (max-width:1067px){
    .bs-section {
        width:80%;
    }
    .bs-block {
        width: calc(90% + 50px);
        padding: 25px 50px 100px;
    }
}

@media only screen and (max-width:667px){
    .bs-section {
        width:90%;
        margin:0 auto;
        text-align:center;
    }
    .bs-block {
        display:block;
        width:100%;
        padding: 25px 50px 100px;
    }
    .right .bs-block {
        margin-left:auto;
        margin-right:auto
    }
    .bs-section {
        margin-top:25px;
        margin-bottom:25px;
    }
}

.card {
    flex: 0 0 280px;
    color:#FFF;
    background: #222;
    border-radius: 10px;
    padding: 28px 24px 24px;
    display: flex; flex-direction: column; justify-content: space-between;
    min-height: 220px;
    transition: border-color 0.18s, transform 0.18s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.card-accent {
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    border-radius: 20px 20px 0 0;
}
.card-accent.red { background:gold; }

.card-value {
    font-family: "Bebas Neue", sans-serif;
    font-size: 125px; 
    font-weight: 600; 
    line-height: 1.1; 
    margin-bottom: 6px; 
    letter-spacing: -0.5px;
    margin-bottom:-75px;
    color:#333;
}
.card-value span { font-size: 16px; font-weight: 400; color: var(--color-text-secondary); }

.card-title { 
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px; 
    line-height: 25px;
    font-weight: 500; 
    margin:-35px 0 4px 32px;

}
.card-body { flex: 1; }

.card-bullets { list-style: none; margin: 10px 0 0; display: flex; flex-direction: column; gap: 5px; }
.card-bullets li {
    font-size: 13px; color: #FFF; 
    line-height: 1.4;
    padding-left: 14px; 
    position: relative;
}
.card-bullets li::before {
    content: ''; position: absolute; 
    left: 0; top: 7px;
    width: 5px; 
    height: 5px; 
    border-radius: 50%;
    background: gold;
}

.card-footer { margin-top: 20px; }

.card-image {
    position:relative;
    width:125%;
    margin:15px 0 0 -12%;
}

.card-image img {
    width:100%;
}


.cards {
    margin:0 auto;
    padding:75px 0;
    color:#FFF;
}

.cards-track-wrap { overflow: visible; position: relative; }
.cards-track {
    display: flex; 
    gap: 16px;
    transition: transform 0.35s cubic-bezier(0.23,1,0.32,1);
    will-change: transform;
  }

.nav-row { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 20px; }

.nav-btn {
    width: 36px; height: 36px; border-radius: 50%;
    border: 0.5px solid var(--color-border-secondary);
    background: var(--color-background-primary);
    color: gold;
    font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
}

.nav-btn:hover { background: var(--color-background-secondary); }
.nav-btn:disabled { opacity: 0.3; cursor: default; }
.nav-dots { display: flex; gap: 5px; align-items: center; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-border-secondary); transition: background 0.2s, width 0.2s; }
.dot.active { background: var(--color-text-primary); width: 18px; border-radius: 3px; }

.cards-track .card:last-child {
    opacity:0;
}

.divider {
  position: absolute;
  padding:0;
  right: 30%;
  width: 70%;
  height: 30px;
  background:#000;
}

.divider.right {
    right:0%;
}

.logo-content {
    margin:0 auto;
    background:#FFF;
    text-align:center;
    padding:95px 0 30px;
    color:#000;
}

.logo-content .view-container {
    padding-bottom:75px;
}

.logo-image img {
    width:125px;
}

.logo-image.large img {
    width:50%;
}

.lc-content {
    position:relative;
    margin:65px auto 0;
    width:60%;
}

.lc-content p {
    font-size:16px;
    line-height:20px;
    margin-bottom:24px;
}

.gallery-image {
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width:30%;
    max-height:470px;
    margin-top:35px;
}

.lc-investment {
    position:relative;
    margin:50px 0 -35px;
}

.lci-title {
    font-size:43px;
    font-family: "Bebas Neue", sans-serif;
}

.lci-number {
    font-size:27px;
}

@media only screen and (max-width:967px){
    .lc-content {
        width:80%;
    }
    .gallery-image {
        width:45%;
    }
}

@media only screen and (max-width:967px){
    .lc-content {
        width:92%;
    }
    .gallery-image {
        width:50%;
    }
}

.partners {
    margin:0 auto;
    text-align:center;
    padding: 75px 0 50px;
}

.partners img {
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width:115px;
    margin:0 50px;
}

@media only screen and (max-width: 1267px){
    .partners img {
        margin:0 15px;
    }
}

@media only screen and (max-width: 867px){
    .partners img {
        width:75px;
    }
}

@media only screen and (max-width: 667px){
    .partners img {
        width:calc(calc(100% / 5) - 25px);
        margin:0 10px;
    }
}

.poster-section {
    position:relative;
    margin:0 auto;
    min-height:100vh;
    z-index:50;
    padding:75px 0;
    color:#FFF;
    overflow:auto;
}

.ps-left,
.ps-right {
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width:50%;
}

.ps-right {
    text-align:center;
}

.ps-right span {
    display:inline-block;
    font-size:12px;
    text-align:left;
    padding:12px 0 0 0;
}

.ps-right img,
.ps-right span {
    width:80%;
}

.ps-left p {
    width:80%;
}

@media screen and (max-width: 1267px){
    .ps-left p {
        width:90%;
    }
    .ps-right img,
    .ps-right span {
        width:100%;
    }
    .ps-left {
        width:60%;
    }
    .ps-right {
        width:40%;
    }
    .ps-left,
    .ps-right {
        vertical-align: top;
    }
}

@media screen and (max-width: 1067px){
    .ps-left p {
        width:100%;
    }
    .ps-left,
    .ps-right {
        display:block;
        text-align:center;
        width:100%;
    }

    .ps-left {
        padding-bottom:50px;
    }
}


.splash {
    position: relative;
    width: 100vw;
    height:calc(96vh + 15px);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    overflow:hidden;
}

@media only screen and (max-width: 667px){
    .splash {
        height:80vh;
    }
}

.splash.medium {
    height:50vh;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index:0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: -1;
}

.splash::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.5), transparent);
    z-index: 1;
}


.glass-frame {
    position: relative;
    width: 350px;
    height: 120vh;
    margin-right: 15vw;
    border-radius: 0;
    overflow: hidden;         
    z-index: 2;
    transform: rotate(15deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: transparent;
}

@media only screen and (max-width:1167px)
{
    .glass-frame {
        width:150px;
        margin-right:10vw;
    }
}

.glass-frame::before {
    content: '';
    position: absolute;
    inset: -60px;
    border-radius: 0;

    backdrop-filter: blur(4px) saturate(1.6) brightness(1.05);
    -webkit-backdrop-filter: blur(4px) saturate(1.6) brightness(1.05);
    background: rgba(255, 255, 255, 0.05);

    filter: url(#liquid-lens);
    -webkit-filter: url(#liquid-lens);

    z-index: 0;
    pointer-events: none;
}

/* Specular diagonal slash */
.glass-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.18) 0%,
            rgba(255,255,255,0.06) 35%,
            transparent 55%
        ),
        linear-gradient(
            to top,
            rgba(255,255,255,0.04) 0%,
            transparent 40%
        );
    z-index: 2;
    pointer-events: none;
}

.glass-content {
    position: relative;
    z-index: 3;         
    height: 100%;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
    transform: rotate(-8deg);
}


@keyframes iceBreath {
    0%, 100% { opacity: 0.85; transform: translateY(0); }
    50%       { opacity: 1;    transform: translateY(-3px); }
}

@keyframes prismShift {
    0%   { opacity: 0.5; }
    100% { opacity: 1;   }
}



/* Keep these the same as before */
.glass-content {
    position: relative;
    height: 100%;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
    transform: rotate(-8deg);
}

.splash-logo {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.25), 0 0 40px rgba(255,255,255,0.08);
}

.tagline {
    font-size: 1.15rem;
    font-weight: 300;
    letter-spacing: 3px;
    opacity: 0.9;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-shadow: 0 1px 12px rgba(0,0,0,0.2);
}


.title-text {
    position:absolute;
    bottom:50px;
    right:0;
    width:50%;
    z-index:100;
}

.title-text h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight:700;
    font-size:106px;
    line-height:86px;
    margin-bottom:15px;
}

.title-text p {
    font-size:19px;
    text-transform: uppercase;
    margin-top:-25px;
}

@media only screen and (max-width: 1167px){
    .title-text {
        width:60%;
    }
}

@media only screen and (max-width: 967px){
    .title-text {
        width:80%;
        bottom: 10px;
    }
}

@media only screen and (max-width: 667px){
    .title-text {
        width:94%;
        bottom: 10px;
    }

    .title-text h1 {
        font-size:52px;
        line-height:43px;
    }

    .title-text p {
        font-size:14px;
        margin-top:-25px;
    }
}

.title-content {
    background:#121212;
    margin:0 auto;
    text-align:center;
    padding-bottom:30px;
}

.title-content .view-container {
    padding:75px 0;
}

.tc-title {
    font-family: "Bebas Neue", sans-serif;
    font-size:63px;
    font-weight:700;
    margin-bottom:50px;
    color:#FFF;
}

.tc-image {
    text-align:center;
}

.tc-image img {
    width:500px;
    opacity:0.65;
    transition:400ms;
}

.tc-image img:hover {
    opacity:1;
}

@media only screen and (max-width:767px){
    .tc-image img {
        width:80%;
    }
}