:root .menu-toggle.scheme-1{--color-2:var(--white-color);--color-1:var(--white-color)}:root .menu-toggle.scheme-2{--color-2:var(--white-color);--color-1:var(--black-color)}:root .menu-toggle.scheme-3{--color-2:var(--black-color);--color-1:var(--black-color)}:root .menu-toggle.scheme-4{--color-2:var(--black-color);--color-1:var(--white-color)}.menu-toggle{height:68px;overflow:hidden;transform:scale(1);-webkit-touch-callout:none;right:-1rem;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;position:relative;top:0;cursor:pointer;width:68px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;z-index:70}.menu-toggle.is-hidden{pointer-events:none;opacity:0}.menu-toggle:hover{opacity:1}.menu-toggle .menu-toggle-path{-webkit-mask-box-image:url(https://larkhaven.online/assets/svg/menu-toggle-mask.svg);mask:url(#menu-toggle-mask);-webkit-mask:url(#menu-toggle-mask)}.menu-toggle .menu-toggle-path,.menu-toggle .path-animation{height:68px;position:absolute;top:0;left:0;width:68px}.menu-toggle .menu-toggle-icon{height:68px;justify-content:center;position:absolute;align-items:center;width:68px;display:flex}.menu-toggle .menu-toggle-container{height:28px;position:relative;width:36px}.menu-toggle .menu-toggle-line-bottom,.menu-toggle .menu-toggle-line-middle,.menu-toggle .menu-toggle-line-top{height:4px;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;position:absolute;background-color:var(--color-1);border-radius:0;width:36px;display:block}.menu-toggle .menu-toggle-line-top{top:0;transform-origin:34px 2px}.menu-toggle .menu-toggle-line-bottom{bottom:0;transform-origin:34px 2px}.menu-toggle .menu-toggle-line-middle{top:12px}.menu-toggle:not(.is-open) .menu-toggle-line-top{width:22px}.menu-toggle:not(.is-open) .menu-toggle-line-bottom,.menu-toggle:not(.is-open):hover .menu-toggle-line-top{width:28px}.menu-toggle:not(.is-open):hover .menu-toggle-line-bottom{width:22px}.menu-toggle.is-open .menu-toggle-line-top{-webkit-animation:menu-toggle-top-out .6s linear normal;animation:menu-toggle-top-out .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-color:var(--color-2)}.menu-toggle.is-open .menu-toggle-line-bottom{-webkit-animation:menu-toggle-bottom-out .6s linear normal;animation:menu-toggle-bottom-out .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-color:var(--color-2)}.menu-toggle.is-open .menu-toggle-line-middle{-webkit-animation:menu-toggle-fill-out .6s linear normal;animation:menu-toggle-fill-out .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-color:var(--color-2)}.menu-toggle.is-closed .menu-toggle-line-top{-webkit-animation:menu-toggle-top-in .6s linear normal;animation:menu-toggle-top-in .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.menu-toggle.is-closed .menu-toggle-line-bottom{-webkit-animation:menu-toggle-bottom-in .6s linear normal;animation:menu-toggle-bottom-in .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.menu-toggle.is-closed .menu-toggle-line-middle{-webkit-animation:menu-toggle-fill-in .6s linear normal;animation:menu-toggle-fill-in .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.menu-toggle.is-open:hover .menu-toggle-line-bottom,.menu-toggle.is-open:hover .menu-toggle-line-middle,.menu-toggle.is-open:hover .menu-toggle-line-top{background-color:var(--color)}.menu-toggle .menu-toggle-circle{height:68px;position:absolute;top:0;left:0;width:68px}.menu-toggle .path-mask{stroke:var(--color-1)}.menu-toggle.is-open .path-mask{stroke:var(--color-2)}.menu-toggle.is-open:hover .path-mask{stroke:var(--color)}.menu-toggle .menu-toggle-path-circle{stroke-dasharray:240;stroke:var(--color-1);stroke-dashoffset:240;stroke-linejoin:round}.menu-toggle.is-open .menu-toggle-path-circle{-webkit-animation:menu-toggle-dash-in .6s linear normal;animation:menu-toggle-dash-in .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;stroke:var(--color-2)}.menu-toggle.is-open:hover .menu-toggle-path-circle{stroke:var(--color)}.menu-toggle.is-closed .menu-toggle-path-circle{-webkit-animation:menu-toggle-dash-out .6s linear normal;animation:menu-toggle-dash-out .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.menu-toggle .menu-toggle-svg-circle{height:68px;width:68px}.menu-toggle.is-open .path-animation{-webkit-animation:menu-toggle-rotate-in .6s linear normal;animation:menu-toggle-rotate-in .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.menu-toggle.is-closed .path-animation{-webkit-animation:menu-toggle-rotate-out .6s linear normal;animation:menu-toggle-rotate-out .6s linear normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.menu-toggle .path-rotation{height:34px;transform:rotate(0deg);transform-origin:100% 0;margin:34px 34px 0 0;width:34px}.menu-toggle .path-rotation:before{height:34px;content:"";background-color:var(--color-1);margin:0 4px 0 0;width:30px;display:block}.menu-toggle.is-open .path-rotation:before{background-color:var(--color-2)}.menu-toggle.is-open:hover .path-rotation:before{background-color:var(--color)}@media (max-width:991px){.menu-toggle{right:0;position:absolute}.menu-toggle .menu-toggle-circle,.menu-toggle .menu-toggle-path{display:none}}@keyframes menu-toggle-dash-in{0%{stroke-dashoffset:240}40%{stroke-dashoffset:240}to{stroke-dashoffset:0}}@-webkit-keyframes menu-toggle-dash-in{0%{stroke-dashoffset:240}40%{stroke-dashoffset:240}to{stroke-dashoffset:0}}@keyframes menu-toggle-dash-out{0%{stroke-dashoffset:0}40%{stroke-dashoffset:240}to{stroke-dashoffset:240}}@-webkit-keyframes menu-toggle-dash-out{0%{stroke-dashoffset:0}40%{stroke-dashoffset:240}to{stroke-dashoffset:240}}@keyframes menu-toggle-top-in{0%{transform:rotate(-45deg);bottom:0;left:-5px}20%{transform:rotate(-60deg);bottom:0;left:-5px}80%{transform:rotate(15deg);bottom:0;left:0}to{transform:rotate(0deg);bottom:1px;left:0}}@-webkit-keyframes menu-toggle-top-in{0%{transform:rotate(-45deg);bottom:0;left:-5px}20%{transform:rotate(-60deg);bottom:0;left:-5px}80%{transform:rotate(15deg);bottom:0;left:0}to{transform:rotate(0deg);bottom:1px;left:0}}@keyframes menu-toggle-top-out{0%{transform:rotate(0deg);top:0;left:0}20%{transform:rotate(15deg);top:0;left:0}80%{transform:rotate(-60deg);top:0;left:-5px}to{transform:rotate(-45deg);top:1px;left:-5px}}@-webkit-keyframes menu-toggle-top-out{0%{transform:rotate(0deg);top:0;left:0}20%{transform:rotate(15deg);top:0;left:0}80%{transform:rotate(-60deg);top:0;left:-5px}to{transform:rotate(-45deg);top:1px;left:-5px}}@keyframes menu-toggle-bottom-in{0%{transform:rotate(45deg);left:-5px}20%{transform:rotate(60deg);bottom:0;left:-5px}80%{transform:rotate(-15deg);bottom:0;left:0}to{transform:rotate(0deg);left:0}}@-webkit-keyframes menu-toggle-bottom-in{0%{transform:rotate(45deg);left:-5px}20%{transform:rotate(60deg);bottom:0;left:-5px}80%{transform:rotate(-15deg);bottom:0;left:0}to{transform:rotate(0deg);left:0}}@keyframes menu-toggle-bottom-out{0%{transform:rotate(0deg);left:0}20%{transform:rotate(-15deg);left:0}80%{transform:rotate(60deg);left:-5px}to{transform:rotate(45deg);left:-5px}}@-webkit-keyframes menu-toggle-bottom-out{0%{transform:rotate(0deg);left:0}20%{transform:rotate(-15deg);left:0}80%{transform:rotate(60deg);left:-5px}to{transform:rotate(45deg);left:-5px}}@keyframes menu-toggle-rotate-in{0%{transform:rotate(1turn)}40%{transform:rotate(180deg)}to{transform:rotate(0deg)}}@-webkit-keyframes menu-toggle-rotate-in{0%{transform:rotate(1turn)}40%{transform:rotate(180deg)}to{transform:rotate(0deg)}}@keyframes menu-toggle-rotate-out{0%{transform:rotate(0deg)}40%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-webkit-keyframes menu-toggle-rotate-out{0%{transform:rotate(0deg)}40%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes menu-toggle-fill-in{0%{left:36px;width:0}40%{left:40px;width:0}80%{left:-6px;width:36px}to{left:0;width:36px}}@-webkit-keyframes menu-toggle-fill-in{0%{left:36px;width:0}40%{left:40px;width:0}80%{left:-6px;width:36px}to{left:0;width:36px}}@keyframes menu-toggle-fill-out{0%{left:0;width:36px}20%{left:-6px;width:42px}40%{left:40px;width:0}to{left:36px;width:0}}@-webkit-keyframes menu-toggle-fill-out{0%{left:0;width:36px}20%{left:-6px;width:42px}40%{left:40px;width:0}to{left:36px;width:0}}:root .menu-grid.scheme-1{--color-2:var(--white-color);--color-1:var(--black-color)}:root .menu-grid.scheme-2{--color-2:var(--black-color);--color-1:var(--white-color)}.menu-grid{height:100vh;overflow:hidden;position:fixed;visibility:hidden;text-align:center;top:0;left:0;width:100%;display:block;z-index:60}.menu-grid-backdrop{overflow-y:scroll;position:fixed}.menu-grid-backdrop:before{height:100%;content:"";position:absolute;opacity:.5;top:0;background-color:var(--black-color);left:0;width:100%;z-index:11}.menu-grid-open{pointer-events:auto}.menu-grid-open .menu-grid{visibility:initial}.menu-grid .menu-grid-item,.menu-grid .menu-grid-item-inner{overflow:hidden;position:relative;width:100%}.menu-grid .menu-grid-item-inner{height:100%;transform:translate3d(100%,0,0);padding:35px;justify-content:center;flex-direction:column;display:flex}.menu-grid .item-1 .menu-grid-item-inner,.menu-grid .item-2 .menu-grid-item-inner,.menu-grid .item-3 .menu-grid-item-inner{background-color:var(--color-1)}.menu-grid .item-3 .menu-grid-item-inner:before{height:100%;content:"";position:absolute;opacity:.025;top:0;background-color:var(--color-2);left:0;width:100%;z-index:0}.menu-grid .item-4 .menu-grid-item-inner,.menu-grid .item-5 .menu-grid-item-inner{background-color:var(--color-1)}.menu-grid .item-5 .menu-grid-item-inner:before{height:100%;content:"";position:absolute;opacity:.025;top:0;background-color:var(--color-2);left:0;width:100%;z-index:0}.menu-grid .menu-grid-main-item{overflow:hidden;text-decoration:none;color:var(--color-2);transition:background-position .4s ease;position:relative;background:linear-gradient(to right,var(--color),var(--color) 50%,var(--color-2) 50%);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;opacity:0;background-position:100%;-webkit-text-fill-color:transparent;display:block}.menu-grid .menu-grid-main-item:hover{background-position:0 100%}.menu-grid .menu-grid-minor-item{overflow:hidden;text-decoration:none;color:var(--gray-color);-webkit-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;position:relative;margin:5px 0;display:block}.menu-grid .menu-grid-minor-item:hover{color:var(--color-2)}.menu-grid p.menu-grid-minor-item{margin-bottom:1.5rem}.menu-grid .menu-grid-minor-item-inner{transform:translate3d(0,100%,0);display:block}.menu-grid .menu-grid-minor-item .icon{font-size:1rem;margin-right:10px}.menu-grid .menu-grid-icons{margin-top:1.5rem}.menu-grid .menu-grid-icons .menu-grid-minor-item{margin:0 5px;line-height:1;display:inline-block}.menu-grid .menu-grid-item-image{height:100%;justify-content:center;position:absolute;top:0;align-items:center;left:0;width:100%;display:flex}.menu-grid .menu-grid-item-image .image{height:100%;-webkit-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;object-fit:cover;object-position:center;width:100%}.menu-grid .menu-grid-item-image.active .image{opacity:.5}.menu-grid .menu-grid-item-image.active:hover .image{transform:scale3d(1.1,1.1,1);opacity:.25}.menu-grid .menu-grid-item-image .image{filter:grayscale(1)}.menu-grid .menu-grid-item-image:hover .image{transform:scale3d(1.1,1.1,1);filter:none;opacity:.5}.menu-grid .menu-grid-item-image .title{color:transparent;transition:background-position .4s ease;position:absolute;background:linear-gradient(to right,var(--color-2),var(--color-2) 50%,transparent 50%);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;opacity:0;background-position:100%;-webkit-text-fill-color:transparent;z-index:1}.menu-grid .menu-grid-item-image.active .title,.menu-grid .menu-grid-item-image:hover .title{opacity:1;background-position:0 100%}.menu-grid-label{opacity:.75}.menu-grid-label.top .label-vertical{right:auto;top:35px;left:35px}.menu-grid-label.bottom .label-vertical{right:35px;bottom:35px}.menu-grid-search{position:absolute;bottom:35px;text-align:left;left:35px;width:45%}@media (min-width:992px){.menu-grid{height:100vh;overflow:hidden;grid-template-columns:20% 30% 50%;position:fixed;grid-template-rows:60% 40%;top:0;left:0;width:100%;grid-template-areas:"item3 item2 item1" "item4 item5 item1";display:grid}.menu-grid .menu-grid-item{height:100%}.menu-grid .item-1{grid-area:item1}.menu-grid .item-2{grid-area:item2}.menu-grid .item-3{grid-area:item3}.menu-grid .item-4{grid-area:item4}.menu-grid .item-5{grid-area:item5}.menu-grid .menu-grid-item-inner{align-items:center}.menu-grid .menu-grid-main,.menu-grid .menu-grid-minor{height:100%;justify-content:center;flex-direction:column;align-items:center;width:100%;display:flex}.menu-grid .menu-grid-main-item{overflow:visible;padding:1rem;font-size:5rem;font-weight:800;line-height:1;font-family:var(--secondary-font)}.menu-grid .menu-grid-item-image .title{font-size:1.8rem;font-weight:700;font-family:var(--secondary-font)}}@media (max-width:991px){.menu-grid .menu-grid-item.item-1{height:100%;width:100%}.menu-grid .menu-grid-item.item-2,.menu-grid .menu-grid-item.item-3,.menu-grid .menu-grid-item.item-4,.menu-grid .menu-grid-item.item-5{display:none}.menu-grid .menu-grid-item-inner{padding:1.5rem}.menu-grid-label.top .label-vertical{top:1.5rem;left:1.5rem}.menu-grid-label.bottom .label-vertical{right:1.5rem;bottom:1.5rem}.menu-grid-search{bottom:1.5rem;text-align:left;left:1.5rem;width:75%}.menu-grid .menu-grid-main-item{overflow:visible;padding:1rem;font-size:3rem;font-weight:800;line-height:1;font-family:var(--secondary-font)}}