.travel-scope{--font-primary: "Avant Garde Gothic Pro", "Century Gothic", "Futura", sans-serif;--font-sans: var(--font-primary);--font-serif: var(--font-primary);--bg-color: #ffffff;--text-color: #000000;--accent-color: #000000;--card-bg-light: #f4f4f4;--card-bg-dark: #1a1a1a;--spacing-page: 3.2rem;--spacing-section: 6.4rem;--spacing-element: 1.6rem;--spacing-grid: 1.6rem;font-family:var(--font-primary);color:var(--text-color);background-color:var(--bg-color);line-height:1.2;font-weight:300;-webkit-font-smoothing:antialiased;font-size:max(1.28rem,8px);text-transform:uppercase;transition:background-color .3s ease,color .3s ease;cursor:none!important;padding-top:var(--spacing-section);min-height:100vh}body.dark-mode .travel-scope{--bg-color: #0d0b14;--text-color: #ffffff;--accent-color: #bb86fc;--card-bg-light: #1e1b26;--card-bg-dark: #ffffff}.travel-scope *{box-sizing:border-box;margin:0;padding:0;text-transform:inherit;cursor:none!important}.travel-scope a,.travel-scope button,.travel-scope input,.travel-scope .card{color:currentColor;text-decoration:none;cursor:none!important}.travel-scope img{display:block;height:auto;max-width:100%}.travel-scope video{display:block;height:auto;max-width:100%}.travel-scope .parallax-img,.travel-scope .parallax-video{transition:transform .15s ease-out;transform-style:preserve-3d;will-change:transform}.travel-scope .featured-media{width:100%!important;height:400px!important;object-fit:cover!important;object-position:center!important;margin-top:.8rem;border-radius:.8rem;display:block!important;aspect-ratio:16 / 9}@media (max-width: 768px){.travel-scope .featured-media{height:224px!important;min-height:224px!important;max-height:224px!important}}@media (max-width: 480px){.travel-scope .featured-media{height:176px!important;min-height:176px!important;max-height:176px!important}}.travel-scope .fSerif{font-family:var(--font-primary);font-weight:300;letter-spacing:.04em}.travel-scope .fLight{font-weight:200}.travel-scope .fMedium{font-weight:500}.travel-scope .text-right{text-align:right!important}.travel-scope .text-center{text-align:center!important}.travel-scope .s-title1{font-size:9.92rem;letter-spacing:-.02em;line-height:.9;margin:0}@media (max-width: 768px){.travel-scope .s-title1{font-size:3.52rem}}.travel-scope .s-title2{font-size:7.2rem;letter-spacing:-.02em;line-height:1}@media (max-width: 768px){.travel-scope .s-title2{font-size:2.4rem}}.travel-scope .Header{margin-bottom:calc(16vh + 8px);margin-top:1.28rem;padding-top:4vh;position:relative;padding-left:1.28rem;padding-right:1.28rem}.travel-scope .Header .titleLines>* .line{margin-top:1.44rem;border-bottom:.8px solid currentColor;display:block;transform:scaleX(1)}.travel-scope .Intro{position:relative;z-index:2;padding:0}.travel-scope .Intro .intro-nav{margin-top:var(--spacing-section)}.travel-scope .wrapper{padding:0 var(--spacing-page) var(--spacing-section);position:relative;z-index:0;background-color:var(--bg-color)}.travel-scope .Works{margin-top:var(--spacing-section)}.travel-scope .Works .section-header{margin-bottom:var(--spacing-element)}.travel-scope .card{border-bottom-right-radius:0;border:.8px solid var(--text-color);height:36rem;min-height:13.44rem;overflow:hidden;padding:var(--spacing-element);position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;background-color:transparent;color:var(--text-color);margin-bottom:var(--spacing-element);transition:all .3s ease}.travel-scope .fragments-container{width:100%;overflow:hidden;padding-bottom:var(--spacing-element);margin-top:var(--spacing-element);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.travel-scope .fragments-scroll{display:flex;gap:.8rem;width:max-content;animation:fragments-scroll 70s linear infinite}.travel-scope .fragments-scroll img,.travel-scope .fragments-scroll video{height:240px;border-radius:6.4px;object-fit:cover}.travel-scope .fragments-scroll:hover{animation-play-state:paused}@keyframes fragments-scroll{0%{transform:translate(0)}to{transform:translate(-33.33%)}}.travel-scope .fragments-card{height:auto;min-height:4rem;position:relative}.travel-scope .fragments-card .b-left{width:100%}.travel-scope .fragments-card .number{position:absolute;left:var(--spacing-element);bottom:var(--spacing-element);z-index:3}.travel-scope .card[data-color=dark],body.dark-mode .travel-scope .card[data-color=dark]{background-color:var(--text-color);color:var(--bg-color)}.travel-scope .card .number{font-size:2.56rem;letter-spacing:.04em}.travel-scope .card .title{font-size:1.44rem;line-height:1.2}.travel-scope .card .title.fragments-title{font-size:7.2rem;letter-spacing:-.02em;line-height:1;font-family:var(--font-primary);font-weight:300;display:block;width:100%;margin-bottom:var(--spacing-element);margin-top:var(--spacing-element)}.travel-scope .card .hover{position:absolute;bottom:0;left:0;width:100%;padding:1.92rem 0;font-size:11.2rem;letter-spacing:-.03em;line-height:.72;white-space:nowrap;overflow:hidden;pointer-events:none;opacity:0;transform:translateY(20%);transition:opacity .4s ease,transform .4s ease;color:inherit;z-index:2}.travel-scope .card:hover .hover{opacity:1;transform:translateY(0)}.travel-scope .js-marquee{display:inline-block;white-space:nowrap;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.travel-scope .cursor-dot{position:fixed;top:0;left:0;width:11.2rem;height:11.2rem;pointer-events:none;z-index:9999;mix-blend-mode:exclusion;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease;display:flex;align-items:center;justify-content:center;border:.8px solid white;border-radius:50%;cursor:none!important}.travel-scope .cursor-dot.is-active{transform:translate(-50%,-50%) scale(1);background:#fff}.travel-scope .cursor-dot.is-active.controls-hover{background:#fff;mix-blend-mode:difference}.travel-scope .cursor-arrow{width:32px;height:32px;fill:none;stroke:#000;stroke-width:2;transform:rotate(-45deg);display:none}.travel-scope .cursor-dot.is-active .cursor-arrow{display:block}.travel-scope .cursor-dot.is-active.controls-hover .cursor-arrow{display:block;stroke:var(--text-color)}.travel-preloader{position:fixed;top:0;left:0;width:100%;height:100%;--preloader-video-width: 128px;--preloader-video-height: 128px;--preloader-gap: 3.2px;--preloader-percent-size: 1rem;--preloader-percent-weight: 200;overflow:hidden;background-color:#000;display:flex;flex-direction:column;gap:var(--preloader-gap);justify-content:center;align-items:center;text-align:center;z-index:999999;opacity:1;visibility:visible;transition:opacity .8s ease,visibility .8s ease;cursor:none!important}.travel-preloader .preloader-video{display:block;width:var(--preloader-video-width);height:var(--preloader-video-height);object-fit:contain;object-position:center;opacity:.95;margin:0 auto}.travel-preloader .preloader-percentage{position:relative;z-index:1;font-family:Poppins,sans-serif;font-size:var(--preloader-percent-size);font-weight:var(--preloader-percent-weight);color:#fff;text-transform:none;letter-spacing:.08rem;text-align:center;width:100%}.travel-preloader.hidden{opacity:0;visibility:hidden}.travel-scope .grid-wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--spacing-grid)}.travel-scope .col-span-full{grid-column:1 / -1}.travel-scope .col-span-6{grid-column:span 6}@media (max-width: 768px){.travel-scope .grid-wrapper{display:flex;flex-direction:column;gap:var(--spacing-element)}.travel-scope .col-span-6{width:100%}}.travel-scope .fixed-controls{position:fixed;top:4.8rem;right:3.2rem;display:flex;gap:.8rem;z-index:1000;align-items:center;mix-blend-mode:difference;padding:0 2rem}.travel-scope .home-btn{width:auto;padding:0 1.2rem;height:2.4rem;border-radius:1.6rem;background:#fff;border:.8px solid #ffffff;color:#000;cursor:none!important;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;font-size:.96rem;letter-spacing:.08em;font-weight:500;line-height:1;text-transform:uppercase;text-decoration:none}.travel-scope .home-btn:hover{transform:scale(1.05)}.travel-scope .theme-toggle{width:auto;padding:0 1.2rem;height:2.4rem;border-radius:1.6rem;background:#fff;border:.8px solid #ffffff;cursor:none!important;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.travel-scope .theme-toggle:hover{transform:scale(1.05)}.travel-scope .theme-text{font-size:.96rem;letter-spacing:.08em;font-weight:500;color:#000;line-height:1;margin-top:.8px}.travel-scope .music-player{display:flex;align-items:center;justify-content:center;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:.8px solid rgba(0,0,0,.1);border-radius:1.6rem;height:2.4rem;padding:0 1.2rem;transition:all .4s ease;mix-blend-mode:normal}.travel-scope .music-player:hover{transform:scale(1.05);background:#fff3;border-color:var(--text-color)}body.dark-mode .travel-scope .music-player{background:#0003;border-color:#fff3}body.dark-mode .travel-scope .music-player:hover{background:#ffffff1a}.travel-scope .music-btn{background:none;border:none;display:flex;align-items:center;gap:.64rem;cursor:none!important;color:var(--text-color);padding:0;height:100%}.travel-scope .music-text{font-size:.96rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;opacity:0;width:0;overflow:hidden;white-space:nowrap;transition:all .3s ease}.travel-scope .music-player.is-playing .music-text{display:block}.travel-scope .music-player.is-playing .music-label,.travel-scope .play-icon{display:none}.travel-scope .equalizer{display:none;gap:1.6px;align-items:flex-end;height:.96rem}.travel-scope .music-player.is-playing .equalizer{display:flex}.travel-scope .music-player.is-playing .music-text{opacity:.7;width:auto;margin-left:.4rem}.travel-scope .equalizer{display:flex;gap:1.6px;align-items:flex-end;height:1.28rem}.travel-scope .bar{width:1.6px;background-color:currentColor;height:2.4px;min-height:2.4px;transition:height .2s}.travel-scope .music-player.is-playing .bar,.travel-scope .music-card.is-playing .bar{animation:bounce 1s infinite ease-in-out}.travel-scope .music-player.is-playing .bar:nth-child(1),.travel-scope .music-card.is-playing .bar:nth-child(1){animation-delay:0s}.travel-scope .music-player.is-playing .bar:nth-child(2),.travel-scope .music-card.is-playing .bar:nth-child(2){animation-delay:.2s}.travel-scope .music-player.is-playing .bar:nth-child(3),.travel-scope .music-card.is-playing .bar:nth-child(3){animation-delay:.4s}.travel-scope .music-player.is-playing .bar:nth-child(4),.travel-scope .music-card.is-playing .bar:nth-child(4){animation-delay:.1s}@keyframes bounce{0%,to{height:20%}50%{height:100%}}.travel-scope .hover-link{position:relative;opacity:.6;transition:opacity .3s ease;cursor:none!important}.travel-scope .hover-link:hover{opacity:1}.travel-scope .hover-link:after{content:"";position:absolute;bottom:-1.6px;left:0;width:0;height:.8px;background:currentColor;transition:width .3s ease}.travel-scope .hover-link:hover:after{width:100%}html.lenis,html.lenis body{scrollbar-width:none}html.lenis::-webkit-scrollbar{display:none}.travel-scope .Contact{padding:var(--spacing-section) var(--spacing-page);border:.8px solid var(--text-color);margin-top:var(--spacing-section);background-color:#f5f5f5;color:#000;position:relative;z-index:10}body.dark-mode .travel-scope .Contact{background-color:#0d0b14;color:#fff}.travel-scope .Contact .grid-wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--spacing-grid);align-items:stretch}.travel-scope .contact-left{display:flex;flex-direction:column;gap:var(--spacing-element);position:relative;padding-bottom:calc(var(--spacing-element) + 2.56rem);height:100%;align-self:stretch}.travel-scope .contact-left .number{position:absolute;left:0;bottom:0;font-size:2.56rem;letter-spacing:.04em}.travel-scope .contact-link{display:block;color:inherit;text-decoration:none;transition:opacity .3s ease}.travel-scope .contact-link:hover{opacity:.7}.travel-scope .contact-right{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;text-align:right}.travel-scope .footer-nav{display:flex;gap:var(--spacing-element);font-size:1.28rem}.travel-scope .copyright{margin-top:var(--spacing-element);opacity:.5}.travel-scope .Contact a{color:inherit}.travel-scope .Contact h2,.travel-scope .Contact p,.travel-scope .Contact nav{color:inherit}@media (max-width: 768px){.travel-scope .Contact .grid-wrapper{display:flex;flex-direction:column;gap:var(--spacing-section)}.travel-scope .contact-left,.travel-scope .contact-right{width:100%;align-items:flex-start;text-align:left}.travel-scope .contact-right{justify-content:flex-start}.travel-scope .footer-nav{flex-wrap:wrap;justify-content:flex-start}}.travel-scope .music-card .player-ui{position:absolute;top:8rem;left:var(--spacing-page);right:var(--spacing-page);bottom:auto;width:auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:var(--spacing-element);z-index:20}.travel-scope .controls-group{display:flex;align-items:center;gap:1.2rem;z-index:100;position:relative}.travel-scope .card-play-btn,.travel-scope .prev-btn,.travel-scope .next-btn{pointer-events:auto!important;cursor:pointer!important;z-index:101;position:relative}.travel-scope .track-info{display:flex;gap:1.6rem;align-items:center;text-align:right;flex-grow:1;justify-content:flex-end}.travel-scope .song-title{text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:30vw}.travel-scope .card-play-btn,.travel-scope .prev-btn,.travel-scope .next-btn{width:auto;padding:0 2.4rem;height:4rem;border-radius:2.4rem;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.6px solid #000;cursor:none!important;display:flex;align-items:center;justify-content:center;transition:all .4s ease;font-size:1.12rem;letter-spacing:.08em;font-weight:500;color:var(--text-color);line-height:1;margin-top:.8px;text-transform:uppercase;text-decoration:none;pointer-events:auto!important;position:relative;z-index:101}.travel-scope .card-play-btn:hover,.travel-scope .prev-btn:hover,.travel-scope .next-btn:hover{transform:scale(1.05);background:#fff3;border-color:var(--text-color);box-shadow:none}.travel-scope .card-play-btn:active,.travel-scope .prev-btn:active,.travel-scope .next-btn:active{transform:scale(.95)}body.dark-mode .travel-scope .card-play-btn,body.dark-mode .travel-scope .prev-btn,body.dark-mode .travel-scope .next-btn{background:#0003;border-color:#fff}body.dark-mode .travel-scope .card-play-btn:hover,body.dark-mode .travel-scope .prev-btn:hover,body.dark-mode .travel-scope .next-btn:hover{background:#ffffff1a}.travel-scope .progress-container{width:100%;height:3.2px;background:#0000001a;margin-top:1.6rem;position:relative;overflow:hidden;flex-basis:100%}.travel-scope .progress-bar{width:0%;height:100%;background:currentColor;transition:width .1s linear}@media (max-width: 768px){.travel-scope .music-card .player-ui{width:100%}}.travel-scope .titleLines{perspective:800px;overflow:visible}.travel-scope .titleLines__text{display:block;overflow:hidden;position:relative}.travel-scope .hero-char{display:inline-block;opacity:0;transform:translateY(100%) rotateX(-90deg) scale(.5);transform-origin:center bottom;filter:blur(8px);will-change:transform,opacity,filter}.travel-scope .hero-char.animated{opacity:1;transform:translateY(0) rotateX(0) scale(1);filter:blur(0)}.travel-scope .titleLines__text:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2.4px;background:var(--text-color);transition:width 1s cubic-bezier(.16,1,.3,1)}.travel-scope .titleLines__text.line-revealed:after{width:100%}.travel-scope .hero-cursor-image{position:fixed;pointer-events:none;z-index:999;width:150px;height:200px;opacity:0;transform:translate(-50%,-50%) scale(.8);transition:opacity .25s ease,transform .25s ease;will-change:transform,opacity;box-shadow:0 8px 32px #00000026;object-fit:cover}.travel-scope .hero-cursor-image.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}
