@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@600;800&display=swap";:root{--c-accent: #ffb816;--c-accent-hover: #fbd784;--c-primary: #f7df1eaa;--c-secondary: #888888FF;--c-text: #0B1D26;--c-background: #ffffff;--bg-divider: linear-gradient(to top, var(--c-background) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);--f-size--3xs: 12px;--f-size--xxs: 13px;--f-size--xs: 14px;--f-size--lg: 20px;--f-size--xl: 24px;--f-weight--thin: 100;--f-weight--extralight: 200;--f-weight--light: 300;--f-weight--regular: 400;--f-weight--medium: 500;--f-weight--semibold: 600;--f-weight--bold: 700;--f-weight--extrabold: 800;--f-weight--black: 900;--f-height: 32px;--f-family--primary: "Poppins", sans-serif;--f-family--heading: "Playfair Display", serif;--a-duration: .3s;--a-effect: ease-in}[data-theme=dark]{--c-text: #ffffff;--c-background: #0B1D26;--c-accent: #fbd784;--c-accent-hover: #ffb816;--bg-divider: linear-gradient(to top, var(--c-background) 0%, rgba(11, 29, 38, .5) 50%, rgba(11, 29, 38, 0) 100%)}:root{font-family:var(--f-family--primary),system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:var(--f-size--xs);line-height:var(--f-height);font-weight:var(--f-weight--regular);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark;color:var(--c-text);background-color:var(--c-background);will-change:background-color;transition:background-color var(--a-duration) var(--a-effect)}html{scroll-behavior:smooth}body{margin:0;display:flex;flex-direction:column;justify-content:space-between;min-width:320px;min-height:100vh;overflow-x:hidden}ul,ol{list-style:none;padding:0;margin:0}a{font-weight:400;color:var(--c-accent);text-decoration:underline;will-change:color;transition:color var(--a-duration) var(--a-effect)}a:hover{color:var(--c-accent-hover)}.button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#000;cursor:pointer;will-change:border-color;transition:border-color var(--a-duration) var(--a-effect)}.button:hover{border-color:var(--c-accent-hover)}.button:focus,.button:focus-visible{outline:4px auto -webkit-focus-ring-color}.icon{height:24px}.icon--rotate{transform:rotate(-90deg);transform-origin:center center}.follow{font-size:medium;color:var(--c-text);display:flex;width:24px;text-wrap:nowrap;flex-shrink:0;place-items:center;gap:16px}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--c-background);display:flex;opacity:1;justify-content:center;align-items:center;z-index:9999;overflow:hidden;will-change:display;transition:opacity var(--a-duration) var(--a-effect)}.preloader .nav-logo__image{width:300px;height:auto}.preloader .nav-logo__image path{fill:var(--c-background);animation:draw 2s forwards}.preloader .nav-logo__image path:nth-child(1){animation-delay:0s}.preloader .nav-logo__image path:nth-child(2){animation-delay:.2s}.preloader .nav-logo__image path:nth-child(3){animation-delay:.5s}.preloader .nav-logo__image path:nth-child(4){animation-delay:.8s}.preloader--hidden{display:none;animation:hide 3s forwards;opacity:0}@keyframes hide{0%,90%{display:flex;opacity:1}to{opacity:0;display:none}}@keyframes draw{to{fill:var(--c-text)}}.nav-link{display:flex;align-items:center;text-decoration:none;gap:10px;color:var(--c-text);font-weight:var(--f-weight--semibold);will-change:color;transition:color var(--a-duration) var(--a-effect)}.nav-link__icon{height:25px;width:25px}.nav-link__icon>path{fill:var(--c-text);will-change:fill;transition:fill var(--a-duration) var(--a-effect)}.nav-link:hover,.nav-link:hover .nav-link__icon>path{color:var(--c-accent-hover);fill:var(--c-accent-hover)}.nav-logo{display:flex;align-items:center;gap:8px;color:var(--c-text)}.nav-logo__image{width:106px;height:24px}.nav-logo__image:hover>path{fill:var(--c-accent-hover);will-change:fill;transition:fill var(--a-duration) var(--a-effect)}.nav-list{display:flex;gap:30px}.nav-list--horizontal{flex-direction:row}.nav-list--vertical{flex-direction:column;gap:16px}.nav-list__item{font-size:var(--f-size--xxs)}.nav-list__title{font-size:20px;font-weight:var(--f-weight--bold);color:var(--c-accent);line-height:32px;margin-bottom:8px}@media screen and (min-width: 768px){.nav-list__title{font-size:x-large}}.header{position:fixed;display:flex;justify-content:center;margin:auto;min-height:160px;min-width:100vw;text-align:center;z-index:1000;background:transparent;will-change:opacity,background;transition:opacity var(--a-duration) var(--a-effect),background-color var(--a-duration) var(--a-effect)}.header .theme-switcher__icon>path{stroke:var(--c-text);fill:var(--c-text)}.header--hidden{opacity:0;pointer-events:none}.header--bg{background-color:var(--c-background);animation:fadeInBackground var(--a-duration) var(--a-effect) forwards}@keyframes fadeInBackground{0%{background:transparent}to{background:linear-gradient(180deg,var(--c-background) 0%,rgba(0,0,0,0) 100%)}}.menu-button{padding:0;margin:0;display:block;background-color:transparent;border:none;cursor:pointer}.menu-button--open .menu-button__icon>path{stroke:var(--c-text);fill:var(--c-text)}.menu-button--close{display:none}.menu-button--close .menu-button__icon>path{stroke:var(--c-background);fill:var(--c-background)}.menu-button:hover .menu-button__icon>path{stroke:var(--c-accent-hover);fill:var(--c-accent-hover);transition:stroke var(--a-duration) var(--a-effect),fill var(--a-duration) var(--a-effect)}@media screen and (min-width: 1024px){.menu-button--open{display:none}}.menu{padding:62px 10px;max-width:1760px;overflow:hidden;display:flex;flex-grow:1;justify-content:space-between;align-items:center;transition:all var(--a-duration) var(--a-effect)}.menu .theme-switcher{margin-bottom:16px}@media screen and (min-width: 768px){.menu .theme-switcher{margin:0}}@media screen and (min-width: 1024px){.menu .theme-switcher__icon *{fill:var(--c-text);stroke:var(--c-text)}}.menu .menu__logo{width:-moz-fit-content;width:fit-content}.menu__nav{width:100%;display:none;justify-content:space-between}.menu__nav .nav-link{font-size:var(--f-size--xs)}.menu__follow{display:none}.menu--active{padding:50px 25px;flex-direction:column;align-items:start;color:var(--c-background);background-color:var(--c-text);border-radius:0 0 10px 10px;gap:64px}.menu--active .menu__nav{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:0 120px;justify-content:space-between;align-items:start}.menu--active .menu__mobile{width:100%;display:flex;align-items:center;align-self:stretch;justify-content:space-between}.menu--active .menu__mobile .menu__close{display:flex}.menu--active .menu__account{font-size:16px;font-weight:700}.menu--active .menu__follow{display:flex;flex-direction:column;color:var(--c-background);align-self:end}.menu--active .menu__follow .follow__text{writing-mode:vertical-rl}.menu--active .menu__links{flex-direction:column;gap:16px}.menu--active .menu-button--open{display:none}.menu--active .menu-button--close{color:var(--c-background);display:block}.menu--active .nav-link,.menu--active .nav-link__icon>path,.menu--active .nav-logo__image>path{color:var(--c-background);fill:var(--c-background)}.menu--active .nav-link:hover,.menu--active .nav-link:hover>.nav-link__icon>path,.menu--active .nav-logo__image:hover>path{color:var(--c-accent-hover);fill:var(--c-accent-hover)}@media screen and (min-width: 480px){.menu{padding:62px 20px}.menu--active{padding:64px 40px 56px}.menu .nav-link{font-size:large;font-weight:var(--f-weight--bold)}.menu--active .menu__follow{display:none}}@media screen and (min-width: 768px){.menu{padding:64px}.menu--active .menu__links,.menu .menu__links{flex-direction:row;gap:40px}}@media screen and (min-width: 1024px){.menu{padding:64px 64px 0}.menu__mobile{width:calc(100% - 500px)}.menu__nav{display:flex}}@media screen and (min-width: 1536px){.menu{padding:80px 80px 0}}.footer{display:flex;justify-content:center}.footer__container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;gap:32px;padding:0 10px 54px;max-width:1760px}.footer__brand{display:flex;flex-direction:column;gap:32px}.footer .brand__desc{font-size:var(--f-size--3xs);font-weight:var(--f-weight--medium)}.footer__nav{display:flex;flex-direction:column;gap:32px}.footer__copyright{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:var(--f-size--3xs)}.footer__copyright span{opacity:.5}@media screen and (min-width: 480px){.footer__container{padding:0 20px 64px}.footer__brand{width:100%}}@media screen and (min-width: 768px){.footer__container{padding:0 32px 40px;flex-direction:row;flex-wrap:wrap;gap:32px 0}.footer__brand{width:240px}.footer .brand__desc{font-size:medium;font-weight:var(--f-weight--semibold)}.footer__nav{flex-direction:row;justify-content:space-between;min-width:386px}.footer .nav-link{font-size:medium}.footer__copyright{font-size:var(--f-size--xs);font-weight:var(--f-weight--regular)}.footer__copyright .nav-link__icon{height:24px;width:24px}}@media screen and (min-width: 1024px){.footer__container{padding:0 80px 52px}.footer__brand{width:280px}.footer__nav{flex-direction:row;justify-content:space-between;min-width:490px}}@media screen and (min-width: 1536px){.footer__container{padding:0 140px 92px}.footer__nav{min-width:616px}.footer__brand{width:320px}.footer .brand__desc{font-size:large}}@media screen and (min-width: 1920px){.footer__nav{min-width:566px}}.responsive-image{position:relative;width:100%;height:auto;overflow:hidden}.responsive-image__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media screen and (min-width: 1536px){.responsive-image{min-height:765px;min-width:488px}}@media screen and (min-width: 1920px){.responsive-image{min-height:720px;min-width:566px}}.intro{margin:0;display:flex;align-items:center;justify-content:start;gap:26px}.intro__line{padding:0;margin:0;width:45px;height:1px;background-color:var(--c-accent)}@media screen and (min-width: 480px){.intro__line{width:72px}}@media screen and (min-width: 1024px){.intro__line{height:2px}}.intro__text{color:var(--c-accent);font-weight:var(--f-weight--semibold);line-height:18px;text-transform:uppercase;letter-spacing:6px}@media screen and (min-width: 480px){.intro__text{font-weight:var(--f-weight--extrabold)}}.heading{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:28px}@media screen and (min-width: 768px){.heading{font-size:medium;font-weight:var(--f-weight--bold)}}@media screen and (min-width: 1024px){.heading{font-size:large;font-weight:var(--f-weight--bold)}}.heading__number{position:absolute;top:0;left:0;font-weight:var(--f-weight--bold);font-size:100px;color:var(--c-text);line-height:90px;text-align:left;opacity:.2}@media screen and (min-width: 480px){.heading__number{font-size:140px;line-height:150px}}@media screen and (min-width: 768px){.heading__number{font-size:180px;line-height:240px}}@media screen and (min-width: 1024px){.heading__number{font-size:240px;line-height:240px}}@media screen and (min-width: 1536px){.heading__number{top:40px;left:0}}.heading__title{margin:0;font-weight:var(--f-weight--semibold);font-size:var(--f-size--xl);line-height:36px;text-align:left}@media screen and (min-width: 480px){.heading__title{font-size:30px;line-height:45px}}@media screen and (min-width: 768px){.heading__title{font-size:40px;line-height:60px}}@media screen and (min-width: 1024px){.heading__title{font-size:64px;line-height:96px}}.heading__title--right{text-align:right;align-self:end}@media screen and (min-width: 1536px){.heading__title--right{text-align:left}}.heading__text{margin:0}@media screen and (min-width: 480px){.heading__text{font-weight:var(--f-weight--medium)}}.heading__text--right{text-align:right;align-self:end}@media screen and (min-width: 1536px){.heading__text--right{text-align:left}}.heading__link{gap:26px;color:var(--c-accent);fill:var(--c-accent)}.heading__link:hover{transform:scale(1.03);transition:transform var(--a-duration) var(--a-effect)}.article{display:flex;flex-direction:column;flex-grow:1}.article--reverse{flex-direction:column-reverse}.article__heading{width:100%;padding:44px 0 32px}@media screen and (min-width: 480px){.article__heading{padding:86px 0 48px}}@media screen and (min-width: 768px){.article__heading{width:auto;padding:160px 32px 48px}}@media screen and (min-width: 1024px){.article__heading{width:auto;padding:136px 68px 68px}}@media screen and (min-width: 1536px){.article__heading{padding:204px 70px 70px}}@media screen and (min-width: 1920px){.article__heading{padding:180px 132px 54px}}@media screen and (min-width: 1536px){.article{flex-direction:row;flex-wrap:nowrap}.article .heading--right{margin-left:70px}}@media screen and (min-width: 1920px){.article .heading--right{margin-left:114px}}.parallax-image{position:absolute;height:100vh;width:100%;overflow-y:hidden;overflow-x:hidden;z-index:-1000}.parallax-image__layer{position:absolute;width:100%;height:100%;background-position:center;transform:scale(1.4);background-size:cover;overflow:visible}.parallax-image__layer--0{background-image:url(/mntn-longread/assets/sky-BNArjHRi.png)}.parallax-image__layer--1{bottom:50%;right:0;width:2000%;background-image:url(/mntn-longread/assets/cloud--3-BzEWk4J1.png);background-size:contain;background-repeat:repeat no-repeat;transform:none;opacity:.5;animation:swimRightAnimation 8000s infinite linear}.parallax-image__layer--2{background-image:url(/mntn-longread/assets/rocks-C_ccAUsE.png)}.parallax-image__layer--3{top:40%;right:0;width:2000%;background-image:url(/mntn-longread/assets/cloud--2-rQHhN6qj.png);background-size:contain;background-repeat:repeat no-repeat;transform:none;opacity:.3;animation:swimRightAnimation 10000s infinite linear}.parallax-image__layer--4{background-image:url(/mntn-longread/assets/land-B73CBI9g.png)}.parallax-image__layer--5{top:50%;right:0;opacity:.2;width:2000%;background-image:url(/mntn-longread/assets/cloud--3-BzEWk4J1.png);background-size:contain;background-repeat:repeat no-repeat;transform:rotateX(180deg);animation:swimRightAnimation 2000s infinite linear}@keyframes swimRightAnimation{0%{transform:translate(0)}to{transform:translate(100%)}}@media screen and (min-width: 1024px){.parallax-image__layer{transform:scale(1.1)}}.hero{min-width:100vw;min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hero__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--c-background);opacity:.3;will-change:background-color;transition:background-color var(--a-duration) var(--a-effect)}.hero__background:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:160px;background:var(--bg-divider);will-change:background;transition:background var(--a-duration) var(--a-effect)}.hero__background .parallax-image__layer--2{top:20px}.hero__background .parallax-image__layer--4{top:0}.hero__container{padding:170px 10px 40px;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;flex-shrink:0;z-index:10}.hero__heading{flex-grow:1}.hero__link{position:absolute;left:10px;bottom:80px;align-self:start;animation:up-down 4s infinite;animation-play-state:running}.hero__link:hover{animation-play-state:paused}@keyframes up-down{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.hero__follow{position:relative;width:auto;align-self:end}.hero__follow .nav-link__icon{height:20px;width:20px}.hero__quick-nav{position:absolute;right:10px;bottom:80px;align-items:end;gap:0;z-index:10}.hero__quick-nav .nav-list__item{font-size:var(--f-size--xs);border-right:3px solid;border-color:#95959580;padding:10px 14px 2px;opacity:.7;will-change:border-color;transition:border-right-color var(--a-duration) var(--a-effect),opacity var(--a-duration) var(--a-effect)}.hero__quick-nav .nav-list__item--active{border-color:var(--c-text);opacity:1}.hero .intro__text{font-size:clamp(12px,3vw,18px);text-wrap:nowrap}.hero .heading__title{max-width:240px;font-family:var(--f-family--heading),serif;font-size:30px;line-height:45px}@media screen and (min-width: 480px){.hero__container{padding:170px 20px 40px;justify-content:start;gap:32px}.hero__quick-nav{top:calc(50% - 92px)}.hero__heading{gap:32px}.hero .heading__title{max-width:360px;font-size:44px;line-height:70px}.hero__link{position:relative;left:0;bottom:0;font-size:medium}.hero__background .parallax-image__layer--2{top:90px}.hero__background .parallax-image__layer--4{top:20px}}@media screen and (min-width: 768px){.hero__container{padding:265px 132px 40px}.hero__heading{width:-moz-max-content;width:max-content;align-self:center}.hero .heading__title{max-width:502px;font-size:44px;line-height:100px}.hero__follow{position:absolute;left:64px;top:calc(50vh - 160px);flex-direction:column;z-index:10}.hero__quick-nav{position:absolute;right:44px;top:calc(50vh - 190px);z-index:10}.hero .follow__text{writing-mode:vertical-rl}.hero__background .parallax-image__layer--2{top:190px}.hero__background .parallax-image__layer--4{top:220px}}@media screen and (min-width: 1024px){.hero__container{padding:40px 155px;justify-content:space-evenly}.hero__heading{flex-grow:0}.hero__follow{position:fixed;left:20px;top:calc(50vh - 70px)}.hero__quick-nav{position:fixed;right:20px;top:calc(50vh - 80px)}.hero .heading__title{max-width:656px;font-size:60px}}@media screen and (min-width: 1536px){.hero__follow{position:fixed;left:40px;top:calc(50vh - 70px)}.hero__quick-nav{position:fixed;right:40px;top:calc(50vh - 80px)}.hero .heading__title{max-width:960px;font-size:88px}.hero__link{font-size:large}}.main{position:relative;width:100vw;display:flex;flex-direction:column;place-items:center;flex-grow:1}@media screen and (min-width: 1024px){.main__follow,.main__quick-nav{display:flex}}.main__content{display:flex;flex-direction:column;width:auto;padding:54px 10px;max-width:1760px;gap:90px}.main__content .heading{position:relative}@media screen and (min-width: 480px){.main__content{padding:64px 20px;gap:40px}}@media screen and (min-width: 768px){.main__content{padding:40px 32px;flex-direction:row;flex-wrap:wrap;gap:32px 0}}@media screen and (min-width: 1024px){.main__content{padding:52px 80px;gap:180px}}@media screen and (min-width: 1536px){.main__content{padding:92px 140px;gap:200px}}.theme-switcher{display:flex;cursor:pointer}.theme-switcher__icon{display:none;width:32px;height:32px}.theme-switcher__icon *{fill:var(--c-background);stroke:var(--c-background)}.theme-switcher:hover .theme-switcher__icon *{will-change:fill,stroke;transition:fill var(--a-duration) var(--a-effect),stroke var(--a-duration) var(--a-effect);fill:var(--c-accent-hover);stroke:var(--c-accent-hover)}.theme-switcher__check{display:none}.theme-switcher__check:checked~.theme-switcher__icon.icon--light{display:block}.theme-switcher__check:not(:checked)~.theme-switcher__icon.icon--dark{display:block}
