/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
*{margin:0;padding:0;box-sizing:border-box;}html,body{width:100%;overflow-x:hidden;background-color:#0d0d0d;color:#E8E4D0;font-family:'Inter',sans-serif;}h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;letter-spacing:1px;text-transform:uppercase;}.nav-link.active{color:#A63429;}.nav-cta.active{background:#c43d30;}.sf-section{overflow:visible;width:100vw !important;min-height:100vh;}.tech-fullpage{min-height:100vh;display:flex;flex-direction:column;justify-content:center;}.gallery-fullpage{min-height:100vh;padding-top:80px;padding-bottom:40px;}.hero-banner{position:relative;width:100%;height:100vh;min-height:600px;background-color:#000;overflow:hidden;display:flex;align-items:center;justify-content:center;}.hero-bg-video{position:absolute;top:-5%;left:-5%;width:110%;height:110%;object-fit:cover;z-index:1;transform:scale(1);opacity:0.8;}.hero-nav{position:fixed;top:0;left:0;bottom:0;width:180px;z-index:1000;display:flex;flex-direction:column;justify-content:space-between;padding:25px 0;background:transparent;transform:translateX(-100%);pointer-events:none;}.glass-panel{background:rgba(10,10,10,0.4);backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);padding:16px 20px;border-right:1px solid rgba(255,255,255,0.05);border-radius:0 8px 8px 0;}.nav-header-actions{display:flex;justify-content:flex-end;margin-bottom:10px;}.minimize-btn{background:rgba(255,255,255,0.1);border:none;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.3s ease;pointer-events:auto;}.minimize-btn:hover{background:rgba(255,255,255,0.2);transform:scale(1.05);}.hero-nav a,.hero-nav button{pointer-events:auto;}.sidebar-title{font-family:'NeueMontreal',Helvetica,Arial,sans-serif;color:#ffffff;margin:0;font-size:1.5rem;line-height:1;letter-spacing:-0.5px;}.sidebar-title .font-light{font-weight:300;}.sidebar-title .font-bold{font-weight:700;}.sidebar-title span{display:inline-block;}.sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;}.sidebar-list li{overflow:hidden;}.sidebar-list li a{display:flex;justify-content:space-between;align-items:center;color:#ffffff;text-decoration:none;font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-size:0.9rem;font-weight:500;line-height:1.3;opacity:0.8;transition:opacity 0.3s ease;width:100%;padding:2px 0;}.sidebar-dots{flex-grow:1;border-bottom:1.5px dotted rgba(255,255,255,0.4);margin:0 10px;position:relative;top:-4px;clip-path:inset(0 100% 0 0);transition:clip-path 0.3s steps(10,end);}.sidebar-list li:hover .sidebar-dots{clip-path:inset(0 0 0 0);}.sidebar-list li:hover a{opacity:1;}.sidebar-roman{font-family:'Playfair Display',serif;font-style:normal;font-size:0.75rem;opacity:0.6;}.nav-bottom-group{display:flex;flex-direction:column;gap:40px;}.nav-bottom{display:flex;}.sidebar-hablemos{color:#ffffff;text-decoration:none;font-family:'Inter',sans-serif;font-size:0.8rem;font-weight:500;opacity:0.8;background:rgba(255,255,255,0.1);padding:8px 16px;border-radius:4px;transition:all 0.3s ease;}.sidebar-hablemos:hover{background:rgba(255,255,255,0.2);opacity:1;}.sidebar-toggle-btn{position:fixed;top:40px;left:30px;background:rgba(10,10,10,0.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:12px;cursor:pointer;z-index:1001;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;pointer-events:auto;opacity:0;visibility:hidden;transform:translateX(-50px);transition:all 0.4s cubic-bezier(0.25,1,0.5,1);}.sidebar-toggle-btn.is-active{opacity:1;visibility:visible;transform:translateX(0);}.sidebar-toggle-btn span{display:block;width:24px;height:2px;background:#fff;transition:all 0.3s;}.sidebar-toggle-btn:hover{background:rgba(10,10,10,0.8);border-color:rgba(255,255,255,0.3);}.floating-item{position:absolute;cursor:pointer;transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94),filter 0.4s ease;will-change:transform;filter:drop-shadow(0 8px 32px rgba(0,0,0,0.6));}.item-dice,.item-ball{z-index:3;}.item-flag,.item-money{z-index:15;}.floating-item img{width:100%;height:100%;object-fit:contain;pointer-events:none;}.item-dice{width:400px;height:400px;top:2%;left:4%;animation:floatDice 6s ease-in-out infinite;}.item-ball{width:440px;height:440px;top:2%;right:2%;animation:floatBall 7s ease-in-out infinite;}.item-flag{width:460px;height:460px;bottom:0%;left:0%;animation:floatFlag 8s ease-in-out infinite;}.item-money{width:420px;height:420px;bottom:0%;right:2%;animation:floatMoney 6.5s ease-in-out infinite;}.item-dice:hover,.item-ball:hover{z-index:3;}.item-flag:hover,.item-money:hover{z-index:20;}.item-dice:hover{animation:shakeDice 1.5s ease-in-out infinite;}.item-ball:hover{animation:shakeBall 1.5s ease-in-out infinite;}.item-flag:hover{animation:shakeFlag 1.5s ease-in-out infinite;}.item-money:hover{animation:shakeMoney 1.5s ease-in-out infinite;}@keyframes floatDice{0%,100%{transform:translate(0,0) rotate(-5deg);}25%{transform:translate(12px,-8px) rotate(0deg);}50%{transform:translate(-8px,6px) rotate(5deg);}75%{transform:translate(6px,10px) rotate(-3deg);}}@keyframes floatBall{0%,100%{transform:translate(0,0) rotate(3deg);}25%{transform:translate(-10px,8px) rotate(-2deg);}50%{transform:translate(8px,-6px) rotate(5deg);}75%{transform:translate(-6px,-10px) rotate(0deg);}}@keyframes floatFlag{0%,100%{transform:translate(0,0) rotate(0deg);}25%{transform:translate(10px,6px) rotate(3deg);}50%{transform:translate(-6px,-8px) rotate(-4deg);}75%{transform:translate(8px,-4px) rotate(2deg);}}@keyframes floatMoney{0%,100%{transform:translate(0,0) rotate(2deg);}25%{transform:translate(-8px,-6px) rotate(-3deg);}50%{transform:translate(10px,8px) rotate(4deg);}75%{transform:translate(-6px,4px) rotate(-1deg);}}@keyframes shakeDice{0%{transform:translateX(0) rotate(-5deg);}25%{transform:translateX(40px) rotate(8deg);}50%{transform:translateX(-30px) rotate(-6deg);}75%{transform:translateX(25px) rotate(4deg);}100%{transform:translateX(0) rotate(-5deg);}}@keyframes shakeBall{0%{transform:translateX(0) rotate(0deg);}25%{transform:translateX(-45px) rotate(-10deg);}50%{transform:translateX(35px) rotate(8deg);}75%{transform:translateX(-20px) rotate(-5deg);}100%{transform:translateX(0) rotate(0deg);}}@keyframes shakeFlag{0%{transform:translateX(0) rotate(0deg);}25%{transform:translateX(35px) rotate(6deg);}50%{transform:translateX(-40px) rotate(-8deg);}75%{transform:translateX(30px) rotate(5deg);}100%{transform:translateX(0) rotate(0deg);}}@keyframes shakeMoney{0%{transform:translateX(0) rotate(2deg);}25%{transform:translateX(-40px) rotate(-8deg);}50%{transform:translateX(35px) rotate(10deg);}75%{transform:translateX(-25px) rotate(-4deg);}100%{transform:translateX(0) rotate(2deg);}}.hero-index-box{position:relative;z-index:10;width:90%;max-width:360px;height:auto;min-height:450px;border:1px solid rgba(255,255,255,0.7);padding:50px 35px;background:transparent;opacity:0;}.index-box-inner{display:flex;flex-direction:column;justify-content:space-between;height:100%;}.title-wrapper{position:relative;margin-bottom:50px;}.index-title{font-family:'NeueMontreal',Helvetica,Arial,sans-serif;color:#ffffff;margin:0;position:relative;z-index:2;}.index-title-line{display:inline-block;font-size:3.2rem;font-weight:700;line-height:0.95;letter-spacing:-2px;}.index-title-hover{font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-size:1.1rem;line-height:1.4;color:#ffffff;opacity:0;pointer-events:none;position:absolute;top:0;left:0;margin:0;z-index:1;}.index-title-hover span,.index-title-line span{display:inline-block;}.index-bottom-content{display:flex;flex-direction:column;gap:30px;}.index-list{list-style:none;margin:0;padding:0;}.index-item{margin-bottom:2px;overflow:hidden;}.index-item a{display:flex;justify-content:space-between;align-items:center;color:#ffffff;text-decoration:none;font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:-0.5px;transition:opacity 0.3s ease;width:100%;}.dots-spacer{flex-grow:1;border-bottom:2px dotted rgba(255,255,255,0.5);margin:0 10px;position:relative;top:-4px;clip-path:inset(0 100% 0 0);transition:clip-path 0.3s steps(10,end);}.index-item:hover .dots-spacer{clip-path:inset(0 0 0 0);}.index-item:hover a{opacity:0.6;}.index-roman{font-size:0.9rem;font-family:'Playfair Display',serif;opacity:0.7;font-weight:400;}.hero-bottom{position:absolute;bottom:32px;left:48px;right:48px;display:flex;justify-content:space-between;z-index:15;font-family:'Inter',sans-serif;font-size:0.7rem;letter-spacing:1.5px;color:#888;text-transform:uppercase;}.hero-bottom-left,.hero-bottom-right{display:flex;flex-direction:column;gap:4px;}.hero-bottom-right{text-align:right;}.hero-time{color:#E8E4D0;font-weight:700;}.video-feature-section{background-color:#050505;padding:80px 5vw 80px 200px;display:flex;flex-direction:column;min-height:100vh;width:100vw;box-sizing:border-box;position:relative;z-index:10;}.video-feature-header{width:100%;margin-bottom:40px;padding-left:0;}.video-feature-title{font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);color:#ffffff;margin:0;line-height:1.1;font-weight:400;}.title-capital{font-family:'Playfair Display',serif;font-style:italic;font-size:clamp(2.5rem,6vw,4.5rem);line-height:0.8;}.video-feature-subcontent{width:100%;max-width:900px;margin-bottom:40px;padding-left:0;}.video-feature-subtitle{font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;color:#ffffff;margin-bottom:10px;}.video-feature-description{font-family:'Playfair Display',serif;font-size:clamp(1rem,2vw,1.3rem);line-height:1.3;color:#cccccc;margin-bottom:20px;font-weight:400;}.video-feature-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff;color:#000000;text-decoration:none;font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-size:0.9rem;font-weight:600;border-radius:4px;transition:transform 0.2s ease,opacity 0.2s ease;}.video-feature-btn:hover{transform:translateY(-2px);opacity:0.9;}.video-mockup-container{width:100%;max-width:1200px;margin:0 auto;background:#111111;border-radius:12px;border:1px solid rgba(255,255,255,0.1);box-shadow:0 40px 80px rgba(0,0,0,0.8);overflow:hidden;display:flex;flex-direction:column;}.mockup-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,0.05);}.mockup-topbar-left,.mockup-topbar-right{display:flex;align-items:center;gap:12px;}.mockup-brand{color:#ffffff;font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-weight:600;font-size:1rem;}.mockup-topbar-center{flex-grow:1;display:flex;justify-content:center;}.mockup-search{display:flex;align-items:center;gap:8px;background:#2a2a2a;padding:6px 16px;border-radius:6px;color:#888;font-size:0.85rem;font-family:'NeueMontreal',Helvetica,Arial,sans-serif;width:300px;justify-content:space-between;}.mockup-shortcut{background:#333;padding:2px 6px;border-radius:4px;font-size:0.7rem;}.mockup-user{background:#333;color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:0.7rem;font-weight:bold;}.mockup-body{display:flex;flex-direction:row;min-height:500px;background:#111111;}.mockup-sidebar{width:240px;background:#161616;border-right:1px solid rgba(255,255,255,0.05);padding:20px 10px;display:flex;flex-direction:column;gap:20px;}.mockup-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;}.mockup-nav li{padding:8px 12px;border-radius:6px;color:#cccccc;font-family:'NeueMontreal',Helvetica,Arial,sans-serif;font-size:0.9rem;display:flex;align-items:center;gap:10px;cursor:default;}.mockup-nav li.active{background:#2a2a2a;color:#ffffff;font-weight:600;}.mockup-icon{width:14px;height:14px;background:#555;border-radius:3px;}.mockup-nav li .badge{margin-left:auto;background:#333;color:#fff;padding:2px 6px;border-radius:10px;font-size:0.75rem;}.mockup-nav-title{font-size:0.75rem;color:#666;text-transform:uppercase;padding:0 12px;font-family:'NeueMontreal',Helvetica,Arial,sans-serif;letter-spacing:0.5px;}.mockup-content{flex-grow:1;padding:30px;background:#111111;display:flex;flex-direction:column;}.mockup-content-header{display:flex;flex-direction:column;gap:15px;}.mockup-actions{display:flex;gap:10px;color:#888;}.mockup-header-line{width:100%;height:1px;background:rgba(255,255,255,0.05);}.video-wrapper{position:relative;width:100%;background:#000;aspect-ratio:16/9;}.video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}.video-sound-btn{position:absolute;bottom:20px;right:20px;z-index:5;width:48px;height:48px;border:2px solid rgba(232,228,208,0.4);border-radius:50%;background:rgba(0,0,0,0.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#E8E4D0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.video-sound-btn:hover{background:#A63429;border-color:#A63429;transform:scale(1.1);}.values-section{background-color:#E8E4D0;padding:80px 0 160px;color:#2B2B2B;position:relative;z-index:10;width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;}.values-header{text-align:center;margin-bottom:80px;}.torn-edge{position:absolute;bottom:-1px;left:0;width:100vw;height:120px;z-index:10;pointer-events:none;}.values-badge{display:inline-block;border:2px solid #2B2B2B;border-radius:4px;padding:8px 24px;margin-bottom:24px;font-size:1rem;color:#2B2B2B;font-family:'Inter',sans-serif;background:rgba(255,255,255,0.5);}.values-title{font-family:'Playfair Display',serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:500;letter-spacing:0px;color:#2B2B2B;}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;padding:0 5vw;max-width:1400px;margin:0 auto;}.value-card{border-radius:12px;padding:40px;height:500px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);border:3px solid #2B2B2B;}.value-card:hover{transform:translateY(-10px);box-shadow:10px 10px 0px #2B2B2B;}.card-dark{background-color:rgba(10,10,10,0.2);color:#E8E4D0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-color:rgba(255,255,255,0.1);transition:background-color 0.4s ease,transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);}.value-card:hover.card-dark{background-color:rgba(10,10,10,0.7);}.card-number,.card-heading,.card-text{position:relative;z-index:1;}.card-number{font-family:'Playfair Display',serif;font-size:1.5rem;opacity:0.6;margin-bottom:20px;}.card-heading{font-family:'Playfair Display',serif;font-size:2.5rem;margin-bottom:auto;margin-top:60px;line-height:1.1;font-weight:500;}.card-text{font-family:'Inter',sans-serif;font-size:1rem;line-height:1.5;max-width:95%;}.tech-section{background-color:#0d0d0d;padding:50px 0 60px;color:#E8E4D0;position:relative;overflow:hidden;}.tech-in-founders{background-color:transparent;padding:20px 0 0;margin-top:30px;}.tech-header{text-align:center;margin-bottom:40px;padding:0 20px;}.tech-title{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:400;letter-spacing:2px;color:#E8E4D0;}.tech-slider-wrap{position:relative;overflow:hidden;}.tech-slider-wrap::before,.tech-slider-wrap::after{content:'';position:absolute;top:0;bottom:0;width:120px;z-index:10;pointer-events:none;}.tech-slider-wrap::before{left:0;background:linear-gradient(90deg,#0d0d0d 0%,transparent 100%);}.tech-slider-wrap::after{right:0;background:linear-gradient(-90deg,#0d0d0d 0%,transparent 100%);}.tech-in-founders .tech-slider-wrap::before{background:linear-gradient(90deg,#2B2B2B 0%,transparent 100%);}.tech-in-founders .tech-slider-wrap::after{background:linear-gradient(-90deg,#2B2B2B 0%,transparent 100%);}.tech-track{display:flex;gap:48px;animation:techScroll 30s linear infinite;width:max-content;}.tech-slide{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:80px;padding:10px;transition:transform 0.3s ease;}.tech-slide:hover{transform:translateY(-4px);}.tech-slide img{max-width:60px;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:0.8;transition:all 0.3s ease;}.tech-slide:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.1);}@keyframes techScroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}.portfolio-section{background-color:#0d0d0d;padding:40px 0;color:#E8E4D0;width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;position:relative;overflow:hidden;}.portfolio-top-bar{padding:0 5vw;margin-bottom:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;}.portfolio-header-center{text-align:center;max-width:600px;}.portfolio-label{display:block;font-family:'Inter',sans-serif;font-size:0.7rem;text-transform:uppercase;letter-spacing:3px;color:#A63429;margin-bottom:12px;}.portfolio-heading{font-family:'Playfair Display',serif;font-size:3.5rem;color:#E8E4D0;line-height:1.1;margin-bottom:15px;}.portfolio-desc{font-family:'Inter',sans-serif;font-size:0.9rem;color:rgba(232,228,208,0.7);line-height:1.6;}.acc-panel.acc-hidden{display:none;}.portfolio-heading{font-family:'Playfair Display',serif;font-size:3rem;color:#E8E4D0;line-height:1.1;}.portfolio-swiper{width:100%;max-width:100vw;margin:0 auto;padding:20px 0 60px;height:60vh;overflow:hidden;}.portfolio-swiper .swiper-slide{width:320px;height:100%;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.5);background:#1a1a1a;display:flex;flex-direction:column;overflow:hidden;position:relative;will-change:transform;}.portfolio-swiper .swiper-slide::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.7);opacity:1;transition:opacity 0.4s ease;pointer-events:none;z-index:5;}.portfolio-swiper .swiper-slide-active::after{opacity:0;}.portfolio-mockup-container{flex:1;position:relative;overflow:hidden;background:#000;}.portfolio-mockup-image{width:100%;height:100%;background-size:cover;background-position:top center;object-fit:cover;object-position:top center;position:absolute;top:0;left:0;}.acc-panel-content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:30px 25px;background:linear-gradient(to top,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.5) 60%,transparent 100%);pointer-events:none;}.acc-tag{display:inline-block;font-family:'Inter',sans-serif;font-size:0.65rem;text-transform:uppercase;letter-spacing:2px;color:#A63429;border:1px solid rgba(166,52,41,0.5);padding:4px 12px;border-radius:2px;margin-bottom:12px;backdrop-filter:blur(4px);background:rgba(0,0,0,0.3);}.acc-title{font-family:'Inter',sans-serif;font-size:0.85rem;color:#E8E4D0;line-height:1.2;margin-bottom:10px;text-shadow:0 2px 20px rgba(0,0,0,0.5);word-break:break-all;}.acc-desc{font-family:'Inter',sans-serif;font-size:0.8rem;color:rgba(232,228,208,0.7);line-height:1.5;}@media (max-width:768px){.portfolio-swiper .swiper-slide{width:260px;}}.mobile-founder-card{display:none;}.founders-section{background-color:#2B2B2B;padding:20px 20px 40px;color:#E8E4D0;position:relative;overflow:hidden;border-top:1px solid rgba(232,228,208,0.1);width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;}.founders-header{position:absolute;top:40px;left:50%;transform:translateX(-50%);text-align:center;background:rgba(10,10,10,0.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:20px 30px;border-radius:15px;border:1px solid rgba(255,255,255,0.1);width:90%;max-width:700px;z-index:2;}.founders-header .founders-title{font-size:2.5rem;margin-bottom:10px;}.founders-header .founders-subtitle{font-size:0.9rem;line-height:1.4;margin-bottom:0;}.founders-badge{display:inline-block;border:2px solid #A63429;border-radius:4px;padding:8px 24px;margin-bottom:24px;font-size:1rem;color:#A63429;font-family:'Bangers',cursive;letter-spacing:1px;}.founders-title{font-family:'Playfair Display',serif;font-size:3.5rem;color:#E8E4D0;margin-bottom:10px;}.founders-subtitle{color:#7A7A7A;font-size:0.95rem;max-width:1000px;margin:0 auto;font-family:'Inter',sans-serif;line-height:1.5;}.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto;}.founder-card{background:#1a1a1a;border:3px solid #E8E4D0;border-radius:16px;padding:36px 30px;text-align:center;transition:all 0.3s ease;box-shadow:8px 8px 0px rgba(0,0,0,0.5);}.founder-card:hover{transform:translate(-4px,-4px);box-shadow:10px 10px 0px #E8E4D0;}.founder-avatar{width:180px;height:180px;border-radius:12px;margin:0 auto 20px;border:4px solid #A63429;overflow:hidden;background:#000;box-shadow:8px 8px 0px rgba(166,52,41,0.3);transition:all 0.4s ease;}.founder-avatar img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;}.founder-card:hover .founder-avatar{transform:rotate(-2deg);box-shadow:15px 15px 0px rgba(166,52,41,0.5);border-color:#E8E4D0;}.founder-card:hover .founder-avatar img{transform:scale(1.1);}.founder-role{display:inline-block;font-family:'Inter',sans-serif;font-size:0.8rem;text-transform:uppercase;font-weight:700;color:#A63429;background:#E8E4D0;padding:4px 8px;margin-bottom:16px;}.founder-name{font-family:'Playfair Display',serif;font-size:2.2rem;color:#E8E4D0;margin-bottom:16px;}.founder-bio{font-family:'Inter',sans-serif;font-size:0.95rem;color:#7A7A7A;line-height:1.6;margin-bottom:28px;max-width:320px;margin-left:auto;margin-right:auto;}.founder-socials{display:flex;justify-content:center;gap:12px;}.founder-social-link{width:44px;height:44px;border-radius:4px;background:#1a1a1a;border:2px solid #E8E4D0;display:flex;align-items:center;justify-content:center;color:#E8E4D0;text-decoration:none;transition:all 0.2s ease;box-shadow:2px 2px 0 #E8E4D0;}.founder-social-link:hover{background:#A63429;color:#fff;transform:translate(1px,1px);box-shadow:1px 1px 0 #E8E4D0;}.brands-section{background-color:#0d0d0d;color:#E8E4D0;width:100vw;min-height:100vh;box-sizing:border-box;position:relative;overflow:hidden;display:flex;align-items:center;}.brands-layout{display:flex;width:100%;height:100%;max-width:1600px;margin:0 auto;padding:40px 5vw;gap:50px;align-items:center;position:relative;z-index:2;}.brands-text-col{flex:0 0 35%;max-width:500px;z-index:10;}.brands-title{font-family:'Playfair Display',serif;font-size:clamp(2.5rem,5vw,4rem);color:#E8E4D0;line-height:1.1;margin-bottom:20px;}.brands-description{font-family:'Inter',sans-serif;font-size:1rem;line-height:1.6;color:#ccc;}.brands-highlight strong{color:#E8E4D0;font-weight:700;}.brands-cta-text{font-weight:600;margin-top:15px;}.brands-interactive-canvas{flex:1;height:80vh;position:relative;perspective:1000px;}.editorial-card{position:absolute;background:#fff;color:#111;border-radius:12px;overflow:hidden;width:280px;box-shadow:0 20px 40px rgba(0,0,0,0.3);z-index:5;opacity:0;transform:translateY(40px) scale(0.95);transition:transform 0.4s ease,box-shadow 0.4s ease;}.editorial-card:hover{transform:translateY(30px) scale(0.98) !important;box-shadow:0 25px 50px rgba(0,0,0,0.5);}.card-left{top:20%;left:10%;}.card-right{top:35%;left:55%;}.editorial-img-placeholder{width:100%;height:160px;background-size:cover;background-position:center;}.editorial-info{padding:20px;}.editorial-tag{display:inline-block;background:#e0f2fe;color:#0284c7;font-size:0.7rem;font-weight:700;padding:4px 8px;border-radius:20px;margin-bottom:10px;text-transform:uppercase;}.editorial-info h4{font-family:'Inter',sans-serif;font-size:1.1rem;margin-bottom:5px;color:#111;}.editorial-info p{font-size:0.85rem;color:#666;margin:0;}.brand-pill{position:absolute;background:#fff;border-radius:12px;display:flex;align-items:center;padding:10px 14px;box-shadow:0 4px 15px rgba(0,0,0,0.2);overflow:hidden;min-height:52px;width:max-content;max-width:280px;z-index:10;opacity:0;transform:scale(0.5);}.brand-pill.is-open{box-shadow:0 10px 25px rgba(0,0,0,0.4);z-index:20;}.pill-avatar{width:36px;height:36px;border-radius:8px;object-fit:contain;background:#f0f0f0;flex-shrink:0;opacity:0.3;transition:opacity 0.3s ease;}.brand-pill.is-open .pill-avatar{opacity:1;}.pill-content{margin-left:12px;opacity:0;transform:translateX(-10px);transition:opacity 0.3s ease 0.1s,transform 0.3s ease 0.1s;display:flex;flex-direction:column;justify-content:center;}.brand-pill.is-open .pill-content{opacity:1;transform:translateX(0);}.pill-name{font-weight:700;font-size:0.85rem;color:#111;margin:0;line-height:1.2;}.pill-comment{font-size:0.75rem;color:#666;margin:0;}@media (max-width:992px){.brands-layout{flex-direction:column;padding-top:80px;}.brands-text-col{max-width:100%;flex:none;}.brands-interactive-canvas{width:100%;height:60vh;min-height:400px;}.editorial-card{width:220px;}}.contact-section{position:relative;background-color:#050505;padding:100px 20px;color:#fff;width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;overflow:hidden;}.contact-bg-glow{position:absolute;top:50%;left:50%;width:60vw;height:60vw;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(217,35,15,0.15) 0%,rgba(5,5,5,0) 70%);z-index:1;pointer-events:none;}.contact-wrapper{max-width:800px;width:100%;margin:0 auto;padding:60px;padding-top:80px;background:rgba(255,255,255,0.03);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,0.1);border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,0.4);position:relative;z-index:2;transform-style:preserve-3d;}.contact-rat-header{position:absolute;top:65px;left:50%;transform:translateX(-50%) translateY(-100%);margin-top:0;height:285px;pointer-events:none;z-index:10;}.contact-rat-header img{width:100%;height:100%;object-fit:contain;display:block;}.contact-header{text-align:center;margin-bottom:50px;}.contact-title{font-family:'Playfair Display',serif;font-size:4rem;color:#fff;margin-bottom:10px;}.contact-subtitle{color:rgba(255,255,255,0.7);font-size:1.2rem;font-family:'Roboto',sans-serif;}.contact-form{display:flex;flex-direction:column;gap:32px;}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;}.floating-field{position:relative;display:flex;flex-direction:column;}.contact-input,.contact-textarea{width:100%;padding:16px 20px;background:rgba(0,0,0,0.2);border:1px solid rgba(255,255,255,0.1);border-radius:12px;color:#fff;font-family:'Inter',sans-serif;font-size:1.1rem;outline:none;transition:all 0.3s ease;box-sizing:border-box;}.contact-textarea{resize:vertical;min-height:140px;line-height:1.6;}.contact-label{position:absolute;left:20px;top:18px;font-family:'Inter',sans-serif;font-size:1.1rem;color:rgba(255,255,255,0.5);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);pointer-events:none;}.contact-input:focus ~ .contact-label,.contact-textarea:focus ~ .contact-label,.contact-input:not(:placeholder-shown) ~ .contact-label,.contact-textarea:not(:placeholder-shown) ~ .contact-label{top:-12px;left:16px;font-size:0.85rem;color:#D9230F;background:#050505;padding:0 6px;border-radius:4px;}.contact-input:focus,.contact-textarea:focus{border-color:rgba(217,35,15,0.5);background:rgba(0,0,0,0.4);box-shadow:0 0 0 4px rgba(217,35,15,0.1);}.field-border{position:absolute;bottom:0;left:0;width:0%;height:2px;background:#D9230F;transition:width 0.4s ease;border-radius:0 0 12px 12px;}.contact-input:focus ~ .field-border,.contact-textarea:focus ~ .field-border{width:100%;}.contact-submit{position:relative;align-self:center;padding:18px 48px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.2);border-radius:30px;font-family:'Inter',sans-serif;font-weight:600;font-size:1.1rem;cursor:pointer;overflow:hidden;transition:all 0.3s ease;}.contact-submit span{position:relative;z-index:2;}.contact-submit .submit-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(217,35,15,0.8),transparent);z-index:1;transition:left 0.5s ease;}.contact-submit:hover{border-color:rgba(217,35,15,0.8);transform:translateY(-2px);box-shadow:0 10px 20px rgba(217,35,15,0.2);}.contact-submit:hover .submit-glow{left:100%;}.site-footer{background-color:#2B2B2B;padding:80px 5vw 40px;color:#E8E4D0;font-family:'Inter',sans-serif;border-top:3px solid #E8E4D0;}.footer-main{display:grid;grid-template-columns:1fr 1px 1fr;gap:60px;max-width:1200px;margin:0 auto;align-items:start;}.footer-left{display:flex;flex-direction:column;gap:60px;}.footer-logo{font-family:'Playfair Display',serif;font-size:3rem;color:#E8E4D0;text-decoration:none;display:inline-flex;align-items:center;gap:12px;}.footer-logo-icon{font-size:1.6rem;}.footer-copyright{font-size:0.85rem;color:#7A7A7A;}.footer-divider{background:#E8E4D0;width:2px;align-self:stretch;}.footer-right{display:flex;flex-direction:column;gap:80px;}.footer-links{display:flex;flex-direction:column;gap:14px;}.footer-links a{color:#E8E4D0;text-decoration:none;font-weight:700;font-family:'Bangers',cursive;font-size:1.4rem;letter-spacing:1px;width:fit-content;}.footer-links a:hover{color:#A63429;text-decoration:underline;}.footer-bottom-right{display:flex;gap:24px;}.footer-bottom-right a{color:#7A7A7A;text-decoration:none;font-size:0.85rem;transition:color 0.3s ease;font-family:'Special Elite',monospace;}.footer-bottom-right a:hover{color:#fff;}.nav-hamburger{display:none;position:fixed;top:20px;left:20px;background:rgba(10,10,10,0.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:12px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;z-index:1001;}.nav-hamburger span{display:block;width:24px;height:2px;background:#fff;transition:transform 0.3s ease,opacity 0.3s ease;}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}.nav-hamburger.open span:nth-child(2){opacity:0;}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(10,10,10,0.7);backdrop-filter:blur(2px) saturate(100%);-webkit-backdrop-filter:blur(2px) saturate(100%);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:32px;opacity:0;visibility:hidden;transition:opacity 0.4s ease,visibility 0.4s ease;}.mobile-menu.open{opacity:1;visibility:visible;}.mobile-menu-link{font-family:'Playfair Display',serif;font-size:2.5rem;color:#E8E4D0;text-decoration:none;letter-spacing:4px;transition:color 0.3s ease;position:relative;}.mobile-menu-link::after{content:'';position:absolute;left:-6px;right:-6px;top:50%;height:4px;background:#A63429;transform:scaleX(0) rotate(-2deg) skewX(-12deg);transform-origin:left center;transition:transform 0.3s ease;}.mobile-menu-link:hover::after,.mobile-menu-link.active::after{transform:scaleX(1) rotate(-2deg) skewX(-12deg);}.mobile-menu-link.active{color:#A63429;}@media (max-width:1024px){.item-dice{width:300px;height:300px;top:5%;left:2%;}.item-ball{width:320px;height:320px;top:4%;right:0%;}.item-flag{width:340px;height:340px;bottom:4%;left:-1%;}.item-money{width:310px;height:310px;bottom:4%;right:1%;}.title-line:first-child{font-size:14vw;}.title-line:last-child{font-size:16vw;}.portfolio-grid{grid-template-columns:repeat(3,1fr);}.brand-logo-float img{width:60px;height:60px;}}@media (max-width:768px){.nav-left,.nav-right{display:none;}.nav-hamburger{display:flex;z-index:1001;}.mobile-menu{display:flex;}.hero-nav,.sidebar-toggle-btn{display:none !important;}.video-feature-section{padding:40px 5vw !important;}.mockup-body{flex-direction:column;}.mockup-sidebar{display:none;}.mockup-content{padding:15px;}.mockup-search{width:auto;flex-grow:1;margin:0 10px;}.item-dice{width:200px;height:200px;top:8%;left:-2%;}.item-ball{width:210px;height:210px;top:5%;right:-2%;}.item-flag{width:230px;height:230px;bottom:6%;left:-4%;}.item-money{width:210px;height:210px;bottom:6%;right:-2%;}.title-line:first-child{font-size:18vw;}.title-line:last-child{font-size:20vw;}.hero-title{letter-spacing:-2px;}.hero-bottom{left:20px;right:20px;bottom:20px;font-size:0.6rem;}.values-section{padding:40px 0 160px;}.values-title{font-size:3rem;}.values-grid{grid-template-columns:1fr;gap:16px;padding:0 20px;max-width:500px;}.value-card{height:auto;min-height:260px;padding:30px 25px;}.card-heading{font-size:2rem;}.values-header{margin-bottom:40px;}.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(100px,14vh);gap:8px;padding:0 16px;}.pf-card.span-2c{grid-column:span 1;}.gallery-title{font-size:3rem;}.gallery-content{margin-bottom:30px;}.pf-overlay{opacity:0;}.pf-card:active .pf-overlay{opacity:1;}.pf-overlay h3{font-size:1.5rem;}.founders-grid{grid-template-columns:1fr;gap:24px;max-width:420px;}.founders-title{font-size:3rem;}.founder-card{padding:36px 28px;}.founder-avatar{width:100px;height:100px;}.founders-header{position:relative;top:auto;left:auto;transform:none;margin:0 auto 30px;}.founder-hotspot{position:relative !important;top:auto !important;left:auto !important;transform:none !important;margin:15px auto 0 !important;width:100% !important;height:auto !important;max-width:400px;cursor:default;}.desktop-pill{display:none;}.mobile-founder-card{display:flex !important;align-items:center;background:#E8E4D0;border-radius:15px;padding:15px;box-shadow:0 10px 30px rgba(0,0,0,0.5);color:#111;text-align:left;gap:15px;width:100%;box-sizing:border-box;}.m-founder-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #D02715;flex-shrink:0;}.m-founder-info{display:flex;flex-direction:column;}.m-founder-name{font-family:'Times New Roman',serif;font-size:1.2rem;margin:0;color:#111;}.m-founder-role{font-size:0.8rem;color:#D02715;font-weight:bold;margin-bottom:5px;}.m-founder-bio{font-size:0.85rem;line-height:1.4;margin:0;color:#444;}.founders-section{justify-content:center;align-items:center;padding-top:0;padding-bottom:40px;}.contact-section{padding:40px 20px;}.contact-wrapper{padding:36px 24px;}.contact-title{font-size:2.5rem;}.contact-form-row{grid-template-columns:1fr;}.contact-submit{width:100%;text-align:center;}.site-footer{padding:48px 20px 32px;}.footer-main{grid-template-columns:1fr;gap:40px;}.footer-divider{width:100%;height:1px;}.footer-left,.footer-right{gap:40px;}.footer-logo{font-size:1.8rem;}.brands-content{padding:30px 20px;max-width:90%;}.brands-title{font-size:2.8rem;margin-bottom:20px;}.brand-logo-float img{width:45px;height:45px;}.brand-logo-float.visible{opacity:0.25;}.brands-bottom-img img{max-width:180px;}}@media (max-width:480px){.mobile-menu-link{font-size:2rem;}.values-grid{padding:0 16px;}.value-card{height:auto;min-height:240px;padding:25px 20px;}.card-heading{font-size:1.8rem;}.portfolio-grid{grid-template-columns:1fr;grid-auto-rows:minmax(140px,20vh);}.pf-card.span-2r{grid-row:span 1;}.gallery-title{font-size:2.5rem;}.founders-title{font-size:2.5rem;}.contact-title{font-size:2rem;}.brands-title{font-size:2.2rem;}.brand-logo-float img{width:35px;height:35px;}.brands-bg-logos{transform:scale(0.9);}}@media (min-width:831px) and (max-width:870px){.contact-rat-header{top:69px;}}@media (min-width:801px) and (max-width:830px){.contact-rat-header{top:72px;}}@media (min-width:765px) and (max-width:800px){.contact-rat-header{top:75px;}}@media (min-width:717px) and (max-width:764px){.contact-rat-header{top:78px;}}@media (min-width:681px) and (max-width:716px){.contact-rat-header{top:81px;}}@media (min-width:648px) and (max-width:680px){.contact-rat-header{top:84px;}}@media (min-width:620px) and (max-width:647px){.contact-rat-header{top:87px;}}@media (min-width:585px) and (max-width:619px){.contact-rat-header{top:90px;}}@media (min-width:555px) and (max-width:584px){.contact-rat-header{top:93px;}}@media (min-width:520px) and (max-width:554px){.contact-rat-header{top:96px;}}@media (min-width:489px) and (max-width:519px){.contact-rat-header{top:99px;}}@media (min-width:455px) and (max-width:488px){.contact-rat-header{top:102px;}}@media (min-width:425px) and (max-width:454px){.contact-rat-header{top:105px;}}@media (max-width:424px){.contact-rat-header{display:none;}}.contact-wrapper{margin-top:150px;}.founders-map-container{position:relative;width:100%;max-width:1000px;margin:40px auto;aspect-ratio:1024 / 817;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.05);}.founders-bg-image{width:100%;height:100%;object-fit:cover;display:block;}.founder-hotspot{position:absolute;width:40px;height:40px;transform:translate(-50%,-50%);cursor:pointer;z-index:10;}.hotspot-pulse{position:absolute;top:50%;left:50%;width:20px;height:20px;background:#D02715;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 0 rgba(208,39,21,0.8);animation:pulse 2s infinite;border:2px solid #fff;}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(0.95);box-shadow:0 0 0 0 rgba(208,39,21,0.8);}70%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 15px rgba(208,39,21,0);}100%{transform:translate(-50%,-50%) scale(0.95);box-shadow:0 0 0 0 rgba(208,39,21,0);}}.hotspot-pill{position:absolute;bottom:150%;left:50%;transform:translateX(-50%) translateY(0);background:#E8E4D0;backdrop-filter:blur(10px);border:1px solid #fff;color:#111;padding:10px 20px;border-radius:30px;font-family:'Times New Roman',serif;font-size:1.1rem;white-space:nowrap;opacity:1;pointer-events:none;transition:all 0.3s cubic-bezier(0.25,1,0.5,1);display:flex;flex-direction:column;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,0.8);}.hotspot-role{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:0.65rem;letter-spacing:0.1em;text-transform:uppercase;color:#D02715;margin-top:4px;font-weight:bold;}.founder-hotspot:hover .hotspot-pill{background:#D02715;color:#fff;transform:translateX(-50%) translateY(-5px) scale(1.05);border-color:#D02715;}.founder-hotspot:hover .hotspot-role{color:#fff;}.founder-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 0.4s ease;}.founder-modal.active{opacity:1;pointer-events:all;}.founder-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);backdrop-filter:blur(5px);}.founder-modal-content{position:relative;background:#111;border:1px solid rgba(255,255,255,0.1);border-radius:20px;width:90%;max-width:500px;padding:40px;box-shadow:0 20px 50px rgba(0,0,0,0.5);transform:scale(0.95) translateY(20px);transition:all 0.4s cubic-bezier(0.25,1,0.5,1);z-index:1;}.founder-modal.active .founder-modal-content{transform:scale(1) translateY(0);}.founder-modal-close{position:absolute;top:15px;right:20px;background:none;border:none;color:#E8E4D0;font-size:2rem;cursor:pointer;line-height:1;opacity:0.6;transition:opacity 0.2s;}.founder-modal-close:hover{opacity:1;}.modal-founder-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 20px;display:block;border:2px solid rgba(232,228,208,0.2);}.modal-founder-role{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:0.75rem;letter-spacing:0.15em;text-transform:uppercase;color:#A09D8F;text-align:center;display:block;margin-bottom:5px;}.modal-founder-name{font-family:'Times New Roman',serif;font-size:2.5rem;color:#E8E4D0;text-align:center;margin-bottom:20px;}.modal-founder-bio{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#C0BEB2;text-align:center;margin-bottom:30px;}.modal-founder-socials{display:flex;justify-content:center;gap:15px;}.modal-founder-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.05);color:#E8E4D0;text-decoration:none;transition:all 0.3s;}.modal-founder-social-link:hover{background:#E8E4D0;color:#0d0d0d;}.scroll-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#D02715;color:#E8E4D0;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(20px);transition:all 0.3s cubic-bezier(0.25,1,0.5,1);z-index:9999;}.scroll-top-btn.visible{opacity:1;pointer-events:all;transform:translateY(0);}.scroll-top-btn:hover{background:#E8E4D0;color:#D02715;transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.6);}.portfolio-controls{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:30px;position:relative;z-index:10;}.portfolio-controls .swiper-button-prev,.portfolio-controls .swiper-button-next{position:static !important;margin-top:0 !important;width:50px;height:50px;background:rgba(255,255,255,0.1);border-radius:50%;color:#E8E4D0;transition:background 0.3s ease;}.portfolio-controls .swiper-button-prev::after,.portfolio-controls .swiper-button-next::after{font-size:1.2rem;}.portfolio-controls .swiper-button-prev:hover,.portfolio-controls .swiper-button-next:hover{background:rgba(255,255,255,0.2);}.site-footer{width:100%;margin-top:80px;padding:40px 5%;border-top:1px solid rgba(166,52,41,0.3);background:rgba(10,10,10,0.9);display:flex;flex-direction:column;align-items:center;gap:20px;z-index:10;position:relative;}.footer-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;flex-wrap:wrap;gap:20px;}.footer-logo{font-family:'Playfair Display',serif;font-size:1.2rem;color:#E8E4D0;text-transform:uppercase;letter-spacing:2px;}.footer-links{display:flex;gap:20px;}.footer-links a{color:rgba(232,228,208,0.7);text-decoration:none;font-family:'Inter',sans-serif;font-size:0.8rem;transition:color 0.3s ease;text-transform:uppercase;letter-spacing:1px;}.footer-links a:hover{color:#A63429;}.footer-bottom{width:100%;max-width:1200px;text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,0.05);}.footer-bottom p{font-family:'Inter',sans-serif;font-size:0.75rem;color:rgba(232,228,208,0.5);margin:0;}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center;}}#preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:99999;display:flex;justify-content:center;align-items:center;transition:opacity 0.5s ease;}.preloader-content{display:flex;flex-direction:column;align-items:center;gap:30px;}.preloader-logo{width:250px;height:auto;opacity:0.9;}.preloader-anim{position:relative;animation:loader-bounce 1.5s infinite ease-in-out;}.preloader-dice{width:80px;height:auto;filter:drop-shadow(0 5px 15px rgba(255,255,255,0.1));animation:loader-rotate 4s infinite linear;}.preloader-text{font-family:'Inter',sans-serif;font-size:0.9rem;color:#E8E4D0;text-transform:uppercase;letter-spacing:2px;animation:loader-pulse 1.5s infinite;}@keyframes loader-rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes loader-bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-15px);}}@keyframes loader-pulse{0%,100%{opacity:0.5;}50%{opacity:1;}}
