﻿@charset "UTF-8";*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}.js-viewable-image{cursor:pointer;}.js-viewable-image:hover{opacity:.75;}@font-face{font-family:"Bebas Neue";src:url("../fonts/BebasNeue-Regular.ttf");font-display:swap;}.input{font-size:max(16px,1em);font-family:inherit;padding:.5em .7em;width:100%;min-width:0;background-color:#fffdfb;color:#2c241c;border:1px solid #d8cdc0;border-radius:6px;-webkit-transition:180ms border-color ease-in-out,180ms -webkit-box-shadow ease-in-out;transition:180ms border-color ease-in-out,180ms -webkit-box-shadow ease-in-out;transition:180ms box-shadow ease-in-out,180ms border-color ease-in-out;transition:180ms box-shadow ease-in-out,180ms border-color ease-in-out,180ms -webkit-box-shadow ease-in-out;}.input:focus{border-color:#234876;-webkit-box-shadow:0 0 0 3px rgba(35,72,118,.22);box-shadow:0 0 0 3px rgba(35,72,118,.22);outline:0;}.input:not(textarea){line-height:1.2;height:2.5rem;}input[type=file]{font-size:.9em;padding-top:.35rem;}textarea.input{resize:vertical;min-height:7rem;line-height:1.5;}.input[readonly]{border-style:dotted;cursor:not-allowed;color:#6a5e54;}.input[disabled]{background-color:#eee;cursor:not-allowed;}label{font-size:.95rem;font-weight:700;line-height:1.3;color:#3c2a1c;}.input+label{margin-top:1rem;}.topnav{background-color:#2b2521;position:sticky;top:0;z-index:9;display:grid;grid-auto-flow:row;grid-template-columns:1fr;-webkit-box-shadow:0 2px 10px rgba(43,37,33,.22);box-shadow:0 2px 10px rgba(43,37,33,.22);border-radius:0 0 16px 16px;padding:0 1.25rem;width:100%;max-width:100%;min-width:0;}@media screen and (min-width:1024px){.topnav{grid-auto-flow:column;grid-template-columns:auto 1fr auto;}}.topnav a.icon{position:absolute;top:16px;right:8px;}.topnav a.icon span{display:block;margin:4px;height:4px;width:30px;border-radius:9px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;background-color:#f4efe9;}.topnav a.icon{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;}.topnav a.icon:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}@media screen and (min-width:1024px){.topnav a.icon{display:none;}}.topnav__logo{place-self:start;-ms-flex-item-align:center;align-self:center;padding:8px 10px;margin-right:8px;min-width:0;}.topnav__logo img{max-height:38px;width:auto;max-width:160px;height:auto;-webkit-filter:brightness(0) saturate(100%) invert(94%) sepia(95%) saturate(2%) hue-rotate(111deg) brightness(106%) contrast(100%);filter:brightness(0) saturate(100%) invert(94%) sepia(95%) saturate(2%) hue-rotate(111deg) brightness(106%) contrast(100%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;}.topnav__logo img:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}.topnav__buttons{padding:8px 4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;}.topnav__buttons .button{font-size:.85rem;min-height:40px;padding:.45em .85em;}.topnav .items-container{display:none;}@media screen and (min-width:1024px){.topnav .items-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.topnav .items-container .items-container__links{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:1024px){.topnav .items-container .items-container__links{display:-webkit-box;display:-ms-flexbox;display:flex;}}.topnav .items-container .items-container__links .active{border-top-color:#e05627;color:#e05627;}.topnav .items-container .items-container__links .dropdown>a,.topnav .items-container .items-container__links>a{color:rgba(255,255,255,.92);text-align:center;padding:.9rem .85rem;text-decoration:none;font-size:.95rem;font-weight:700;border-top:2px solid transparent;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:220ms all 80ms ease-out;transition:220ms all 80ms ease-out;}.topnav .items-container .items-container__links .dropdown>a:focus-within,.topnav .items-container .items-container__links .dropdown>a:hover,.topnav .items-container .items-container__links>a:focus-within,.topnav .items-container .items-container__links>a:hover{color:#e05627;border-top-color:#e05627;}.topnav .dropdown{position:relative;height:100%;}.topnav .dropdown.allowHover:hover .dropdown-content{opacity:1;-webkit-transform:rotateX(0) translateX(-50%);transform:rotateX(0) translateX(-50%);visibility:visible;}.topnav .dropdown .dropbtn{font-size:1rem;border:0;border-top:2px solid transparent;outline:0;color:#fff;cursor:pointer;padding:1rem;background-color:inherit;font-family:inherit;margin:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:220ms all 80ms ease-out;transition:220ms all 80ms ease-out;}.topnav .dropdown .dropbtn .iconify-inline{margin-left:4px;}.topnav .dropdown .dropbtn.active{border-top-color:#e05627;color:#e05627;}.topnav .dropdown .dropbtn:focus-within,.topnav .dropdown .dropbtn:focus,.topnav .dropdown .dropbtn:hover{border-top-color:#e05627;color:#e05627;}.topnav .dropdown .dropdown-content{position:absolute;background-color:#fffdfb;min-width:180px;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);z-index:9;border-radius:6px;border:1px solid #d8cdc0;top:calc(100% - .25rem);left:50%;-webkit-transform:rotateX(-90deg) translateX(-50%);transform:rotateX(-90deg) translateX(-50%);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;opacity:.3;visibility:hidden;-webkit-transition:280ms all 120ms ease-out;transition:280ms all 120ms ease-out;}.topnav .dropdown .dropdown-content a{float:none;color:#2c241c;border-radius:6px;padding:.75rem .85rem;text-decoration:none;display:block;text-align:left;font-size:.95rem;}.topnav .dropdown .dropdown-content a.active{color:#e05627;}.topnav .dropdown .dropdown-content a:hover{background-color:rgba(224,86,39,.15);color:#2c241c;}.topnav .dropdown .dropdown-content a:focus{background-color:rgba(224,86,39,.25);color:#2c241c;}.topnav.responsive .items-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.topnav.responsive .items-container .items-container__links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;}.topnav.responsive .items-container .items-container__links .dropbtn{border-top-color:transparent;}.topnav.responsive .items-container .items-container__links .dropdown>a,.topnav.responsive .items-container .items-container__links>a{border-top-color:transparent;}.topnav.responsive a.icon span:nth-child(1){-webkit-transform:translate(0,8px) rotate(45deg);-ms-transform:translate(0,8px) rotate(45deg);transform:translate(0,8px) rotate(45deg);}.topnav.responsive a.icon span:nth-child(2){-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}.topnav.responsive a.icon span:nth-child(3){-webkit-transform:translate(0,-8px) rotate(-45deg);-ms-transform:translate(0,-8px) rotate(-45deg);transform:translate(0,-8px) rotate(-45deg);}.topnav.responsive .items-container__links>a{border-top-color:transparent;}.modal{display:none;position:fixed;z-index:9;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.9);}.modal__content{margin:auto;display:block;width:auto;max-height:80vh;max-width:98vw;}.modal .prev,.modal .next{cursor:pointer;position:absolute;top:50%;width:auto;margin-top:-22px;padding:16px;color:#fff;font-weight:bold;font-size:18px;-webkit-transition:.6s ease;transition:.6s ease;border-radius:0 3px 3px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.modal .next{right:0;border-radius:3px 0 0 3px;}.modal .prev:hover,.modal .next:hover{background-color:rgba(0,0,0,.8);}.modal #caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:150px;}.modal__close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;}.modal__close:hover{color:#bbb;}a.button{text-decoration:none;}button.button{border:0;background-color:transparent;font-family:inherit;padding:0;cursor:pointer;}@media screen and (-ms-high-contrast:active){button.button{border:2px solid #e05627;}}a.button,button.button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;letter-spacing:.06em;font-weight:700;background-color:#234876;color:#fff;border-radius:6px;-webkit-box-shadow:0 1px 2px rgba(35,72,118,.18);box-shadow:0 1px 2px rgba(35,72,118,.18);padding:.55em 1em;min-width:10ch;min-height:44px;text-align:center;line-height:1.1;font-size:1rem;-webkit-transition:220ms all ease-in-out;transition:220ms all ease-in-out;}a.button:hover,button.button:hover{background-color:#1d3c63;}a.button:focus,button.button:focus{outline-style:solid;outline-color:transparent;-webkit-box-shadow:0 0 0 3px rgba(35,72,118,.35);box-shadow:0 0 0 3px rgba(35,72,118,.35);}a.button:hover,a.button:active,button.button:hover,button.button:active{background-color:#1d3c63;}a.button--small,button.button--small{font-size:.9rem;min-height:40px;}a.button--ghost,button.button--ghost{background-color:transparent;color:#234876;-webkit-box-shadow:none;box-shadow:none;border:1px solid #234876;}a.button--ghost:hover,a.button--ghost:active,button.button--ghost:hover,button.button--ghost:active{background-color:#234876;color:#fff;}a.button--block,button.button--block{width:100%;}a.button--center,button.button--center{-ms-flex-item-align:center;align-self:center;}a.button i,button.button i{margin-right:.5em;}.tabset>input[type=radio]{position:absolute;left:-200vw;}.tabset .tab-panel{display:none;}.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6){display:block;}.tabset>label{position:relative;display:inline-block;padding:.85rem 1rem 1.35rem;border:1px solid transparent;border-bottom:0;cursor:pointer;font-weight:700;color:#2c241c;}.tabset>label::after{content:"";position:absolute;left:1rem;bottom:.6rem;width:22px;height:3px;background:#d8cdc0;}.tabset>label:hover,.tabset>input:focus+label{color:#e67954;}.tabset>label:hover::after,.tabset>input:focus+label::after,.tabset>input:checked+label::after{background:#e05627;}.tabset>input:checked+label{border-color:#ccc;border-bottom:1px solid #ccc;margin-bottom:-1px;}.tab-panel{padding:1.5rem 0;border-top:1px solid #d8cdc0;}.gallery-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media screen and (min-width:768px){.gallery-control{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;}}.gallery-control__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.gallery-control__item__image{cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;}.gallery-control__item__image:hover{opacity:.75;}.gallery-control__item__image.image-small{max-width:200px;max-height:200px;width:auto;}.gallery-control__item__label{margin-top:.5rem;font-size:.75rem;color:#6a5e54;}.slide-card{overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:100%;max-width:100vw;padding-inline:1.25rem;}@media screen and (min-width:1024px){.slide-card{padding-inline:max(1.25rem,(100% - 1100px)/2);}}.slide-card::-webkit-scrollbar{display:none;}.slide-card{overflow-scrolling:touch;}.slide-card a{text-decoration:none;}.slide-card h1{font-family:"Bebas Neue",sans-serif;font-size:2rem;letter-spacing:.03em;}.slide-card .card{position:relative;min-width:80vw;padding-top:96vw;}@media screen and (min-width:768px){.slide-card .card{min-width:45vw;padding-top:54vw;}}@media screen and (min-width:1024px){.slide-card .card{min-width:25vw;padding-top:30vw;}}.slide-card .card{overflow:hidden;border-radius:16px;margin:0 1rem 0 0;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);display:inline-block;}.slide-card .card__data{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;padding:1rem;z-index:1;color:#fff;}.slide-card .card__data__title{-webkit-transition:all .2s ease;transition:all .2s ease;margin-bottom:1rem;background:transparent;-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px);}.slide-card .card__data__title a{color:#fff;}.slide-card .card__data__text{margin:0;height:100px;overflow:hidden;white-space:normal;opacity:0;color:#fff;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(white),to(rgba(0,0,0,.5)));-webkit-mask-image:linear-gradient(to bottom,white,rgba(0,0,0,.5));mask-image:-webkit-gradient(linear,left top,left bottom,from(white),to(rgba(0,0,0,.5)));mask-image:linear-gradient(to bottom,white,rgba(0,0,0,.5));}.slide-card .card__data__button-text{display:block;width:100px;margin:2em auto 1em;text-align:center;font-size:12px;color:#fff;line-height:1;position:relative;font-weight:700;}.slide-card .card__data__button-text::after{content:"→";opacity:0;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:all .3s;transition:all .3s;}.slide-card .card__data__button-text:hover::after{-webkit-transform:translate(5px,-50%);-ms-transform:translate(5px,-50%);transform:translate(5px,-50%);opacity:1;}.slide-card .card:hover .card__data{background-color:rgba(0,0,0,.5);}.slide-card .card:hover .card__data__title{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.slide-card .card:hover .card__data__text{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.center-div{width:300px;height:300px;position:absolute;left:50%;top:50%;margin-left:-150px;margin-top:-150px;}.spinner{position:fixed;z-index:999;height:100%;width:100%;top:0;left:0;background-color:#000;filter:alpha(opacity=60);opacity:.6;-moz-opacity:.8;}.loader{margin:auto;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #e05627;border-bottom:16px solid #2f8a48;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;}.inner-div{background-color:#fff;border-radius:15px;margin:auto;padding:2%;width:150px;}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.slist{list-style:none;padding:0;margin:0;}.slist li{margin:10px;padding:15px;border:1px solid #dfdfdf;background:#f5f5f5;}.slist li.slist__hint{border:1px solid #ffc49a;background:#feffb4;}.slist li.slist__active{border:1px solid #ffa5a5;background:#ffe7e7;}.empty-state{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:.35rem;padding:2.25rem 1.5rem 2rem;background-color:#fffdfb;border:1px solid #d8cdc0;border-radius:12px;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}@media screen and (min-width:768px){.empty-state{padding:2.75rem 2.5rem 2.35rem;}}.empty-state__icon{width:min(9.5rem,55vw);height:auto;color:#3c2a1c;margin:0 0 .85rem;}.empty-state h2{margin:0 0 .35rem;}.empty-state>p{color:#6a5e54;max-width:34rem;margin:0 0 1.35rem;padding:0;}.empty-state__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.75rem;}.empty-state--compact{padding:1.5rem 1.25rem 1.4rem;gap:.15rem;}.empty-state--compact>p{margin:0 0 1rem;}.special-hr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:3rem 0;}.special-hr hr{border:0;height:1px;width:35%;min-width:240px;background-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(#d8cdc0),to(transparent));background-image:linear-gradient(to right,transparent,#d8cdc0,transparent);}.special-hr hr::after{content:"";display:inline-block;position:absolute;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;height:8px;width:8px;background:#3c2a1c;}.home{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;margin-top:2.25rem;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;}.home>*{width:100%;min-width:0;}.home p{line-height:1.7;margin:.65rem 0 1.15rem;padding:0;}.home h1,.home h2{margin-bottom:.75rem;color:#3c2a1c;letter-spacing:-.02em;}.home__about{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:1rem;}@media screen and (min-width:768px){.home__about{grid-template-columns:repeat(2,1fr);grid-auto-flow:column;gap:2.5rem;}}.home__about__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;}.home__about__image img{width:100%;height:auto;border-radius:16px;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}.home__about__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.home__about p{font-size:1.125rem;line-height:1.7;}.home__about h2{font-size:clamp(1.85rem,2vw + 1.2rem,2.5rem);}.home__styles{width:100%;}.home__styles__header{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;margin-bottom:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.home__styles__header h2{font-size:clamp(1.85rem,2vw + 1.2rem,2.5rem);text-align:center;max-width:90%;margin:0 auto;}.home__styles__header p{font-size:1.125rem;line-height:1.7;text-align:left;max-width:40rem;margin:.85rem auto 0;padding:0;}@media screen and (min-width:768px){.home__styles__header p{text-align:center;}}.home__cabins{width:100%;}.home__cabins__header{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.home__cabins__header h2{font-size:clamp(1.85rem,2vw + 1.2rem,2.5rem);text-align:center;max-width:90%;margin:0 auto;}.home__cabins__header p{font-size:1.125rem;line-height:1.7;text-align:center;max-width:40rem;margin:.85rem auto 0;padding:0;}.home__inventory{width:100%;}.home__inventory h2{font-size:clamp(1.85rem,2vw + 1.2rem,2.5rem);margin-bottom:.5rem;}.home__reviews{width:100%;padding-bottom:1rem;}.home__reviews p{margin:0;}.home__reviews__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem;}.home__reviews__header h2{font-size:clamp(1.85rem,2vw + 1.2rem,2.5rem);text-align:center;max-width:90%;margin:0 auto;}.home__reviews__header p{font-size:1.125rem;line-height:1.7;text-align:center;max-width:40rem;margin:.85rem auto 0;}.home__reviews__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.45rem .7rem;margin-top:.85rem;}.home__reviews__score{font-weight:700;font-size:1.35rem;line-height:1;color:#3c2a1c;}.home__reviews__count{font-size:.95rem;color:#6a5e54;text-decoration:none;}.home__reviews__count:hover{color:#e05627;text-decoration:underline;}.home__reviews__list{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem;}@media screen and (min-width:768px){.home__reviews__list{grid-template-columns:repeat(2,1fr);}}@media screen and (min-width:1024px){.home__reviews__list{grid-template-columns:repeat(3,1fr);}}.home__reviews__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.65rem;min-width:0;padding:1.15rem 1.2rem 1.2rem;background:#fffdfb;border:1px solid #d8cdc0;border-radius:12px;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}.home__reviews__card-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;}.home__reviews__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.1rem;min-width:0;line-height:1.25;}.home__reviews__avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0;background:#f4efe9;}.home__reviews__avatar--initial{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#234876;color:#fff;font-weight:700;font-size:.95rem;}.home__reviews__author{display:block;margin:0;font-weight:700;color:#3c2a1c;text-decoration:none;line-height:1.25;}.home__reviews__author:hover{color:#3c2a1c;}.home__reviews__when{display:block;margin:0;font-size:.85rem;line-height:1.25;color:#6a5e54;}.home__reviews__text{margin:0;font-size:1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;line-clamp:6;overflow:hidden;}.home__reviews__source{margin-top:auto;font-size:.85rem;font-weight:700;color:#234876;text-decoration:none;}.home__reviews__source:hover{color:#e05627;text-decoration:underline;}.home__reviews__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.75rem;margin-bottom:.85rem;}.home__reviews__attribution{margin:0;text-align:center;font-size:.8rem;color:#6a5e54;}.star-rating{position:relative;display:inline-block;font-size:1.15rem;line-height:1;letter-spacing:.08em;white-space:nowrap;color:#d8cdc0;}.star-rating__base,.star-rating__fill{font-family:Arial,sans-serif;}.star-rating__fill{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;color:#d4b000;}.styles{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.styles p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.styles h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.styles h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.styles h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.styles{--style-height:20rem;}.styles__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(30ch,1fr));grid-gap:2rem;}.styles__item{text-decoration:none;position:relative;overflow:hidden;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fffdfb;border-radius:12px;border:1px solid #d8cdc0;color:#2c241c;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}.styles__item img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:var(--style-height);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}.styles__item__details{padding:1rem 1.1rem 1.15rem;}.styles__item__details h3{font-size:1.15rem;text-align:center;}.styles__item__details p{text-align:center;padding:.25rem 0;}.styles__item:visited{color:#808080;}.styles__item:hover{color:#936745;}.styles__item:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03);}@supports(aspect-ratio:1){.styles .styles__item img{aspect-ratio:4/3;height:auto;}}.gallery{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.gallery p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.gallery h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.gallery h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.gallery h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.gallery{min-height:100vh;}.gallery h1{margin-bottom:.5rem;}.gallery .bread-crumb{margin:1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;}.gallery{--gallery-height:15rem;}.gallery__folders{display:grid;grid-template-columns:repeat(auto-fit,minmax(30ch,.5fr));grid-gap:2rem;}.gallery__folders__folder{text-decoration:none;position:relative;overflow:hidden;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fffdfb;border-radius:12px;border:1px solid #d8cdc0;color:#2c241c;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}.gallery__folders__folder img{display:block;-o-object-fit:cover;object-fit:cover;height:20rem;width:100%;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}.gallery__folders__folder__details{padding:1rem 1.1rem 1.15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.gallery__folders__folder__details h3{font-size:1.15rem;text-align:left;}.gallery__folders__folder__details p{text-align:center;padding:.25rem 0;}.gallery__folders__folder:visited{color:#808080;}.gallery__folders__folder:hover{color:#936745;}.gallery__folders__folder:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03);}@supports(aspect-ratio:1){.gallery__folders .gallery__folders__folder img{aspect-ratio:4/3;height:auto;}}.gallery__list{list-style:none;padding:0;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(30ch,1fr));gap:1rem;}.gallery__list img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:var(--gallery-height);}.gallery__list figure{height:var(--gallery-height);background-color:#000;display:grid;grid-template-areas:"card";place-items:end;border-radius:12px;overflow:hidden;}.gallery__list figure>*{grid-area:card;}.gallery__list figcaption{padding:.25em .5em;border-radius:4px;margin:.25em;background-color:#f4efe9;}@supports(aspect-ratio:1){.gallery__list img,.gallery__list figure{aspect-ratio:4/3;height:auto;}}.styles-view{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.styles-view p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.styles-view h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.styles-view h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.styles-view h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.styles-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.styles-view h1{text-align:left;padding:0 0 1.25rem;}.styles-view__split{width:100%;display:grid;grid-template-columns:repeat(1,1fr);}@media screen and (min-width:1024px){.styles-view__split{grid-template-columns:repeat(2,1fr);}}.styles-view__split__images img{width:100%;height:auto;border-radius:16px;}.styles-view__split__images__selection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.25rem;}.styles-view__split__images__selection img{width:auto;max-height:100px;cursor:pointer;}.styles-view__split__images__selection img:hover{opacity:.75;}.styles-view__split__details{margin-top:1rem;padding:1.5rem;}@media screen and (min-width:1024px){.styles-view__split__details{margin-left:1rem;margin-top:0;}}.styles-view__split__details{background-color:#fffdfb;border:1px solid #d8cdc0;border-radius:12px;}.styles-view__split__details ul{margin:1rem;display:grid;gap:.5rem;}.styles-view__split__details ul li{font-size:1.1rem;line-height:1.45;}.styles-view__split__details button{margin-top:2rem;}.styles-view__inventory{width:100%;margin:.5rem 0 2.5rem;}.styles-view__inventory h2{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);margin:0 0 .35rem;}.styles-view__inventory>p{margin:0;color:#6a5e54;font-size:1.05rem;}.styles-view__inventory .inventory-strip{padding-bottom:0;}.styles-view__inventory .inventory-strip__items{margin-top:1.25rem;}.styles-view__description{margin:2rem 0;line-height:1.7;font-size:1.125rem;}.styles-view__description h1,.styles-view__description h2,.styles-view__description h3,.styles-view__description h4,.styles-view__description h5,.styles-view__description p{line-height:1.25;padding:0;}.styles-view__description *{margin:1rem 0;padding:0;}.styles-view__description img{width:100%;height:auto;border-radius:16px;}.styles-view__description li{margin:1rem;}.styles-view__video{position:relative;overflow:hidden;width:100%;padding-top:56.25%;}.styles-view__video iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;}.styles-view__gallery{padding:3.5rem 1.25rem 4rem;background-color:#c9b49a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.styles-view__gallery h3{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);font-weight:700;}.styles-view__gallery p{font-size:1.125rem;margin:.75rem 0 0;}.styles-view__gallery__images{width:100%;max-width:1100px;margin:2rem auto;display:grid;grid-gap:1.25rem;grid-template-columns:repeat(1,1fr);}@media screen and (min-width:768px){.styles-view__gallery__images{grid-template-columns:repeat(2,1fr);}}@media screen and (min-width:1024px){.styles-view__gallery__images{grid-template-columns:repeat(3,1fr);}}.styles-view__gallery__images div{border-radius:12px;}.styles-view__gallery__images img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:20rem;border-radius:16px;cursor:pointer;}.styles-view__gallery__images img:hover{opacity:.75;}.styles-view__faq{padding:3.5rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.styles-view__faq p{font-size:1.125rem;margin:.5rem 0;}.styles-view__faq h3{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);font-weight:700;}.styles-view__faq__answers{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;margin-top:1rem;display:grid;grid-auto-flow:row;gap:.5rem;grid-template-columns:repeat(1,1fr);}@media screen and (min-width:768px){.styles-view__faq__answers{grid-template-columns:repeat(2,1fr);}}.styles-view__faq__answers__accordion{background-color:#fffdfb;font-size:1rem;font-weight:700;color:#2c241c;cursor:pointer;padding:1rem 1.1rem;width:100%;text-align:left;border:1px solid #d8cdc0;border-radius:6px;outline:0;-webkit-transition:.4s;transition:.4s;height:-webkit-min-content;height:-moz-min-content;height:min-content;}.styles-view__faq__answers__question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.styles-view__faq__answers__question p{width:100%;}.styles-view__faq__answers__question .iconify{margin:0 4px;}.styles-view__faq__answers__panel{max-height:0;font-size:1.05rem;line-height:1.55;font-weight:normal;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out;}.styles-view__details{padding-bottom:2rem;width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.styles-view__details h3{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);font-weight:700;}@supports(aspect-ratio:1){.styles-view .styles-view__gallery__images img{aspect-ratio:4/3;height:auto;}}.inventory{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.inventory p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.inventory h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.inventory h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.inventory h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.inventory{min-height:100vh;}.inventory .empty-state{margin-top:.5rem;}.inventory__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(30ch,1fr));grid-gap:2rem;}.inventory__item{text-decoration:none;position:relative;overflow:hidden;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fffdfb;border-radius:12px;border:1px solid #d8cdc0;color:#2c241c;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}.inventory__item img{display:block;-o-object-fit:cover;object-fit:cover;height:20rem;width:100%;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}.inventory__item__banner{position:absolute;top:20px;right:20px;}.inventory__item__banner p{padding:.25rem .5rem;font-weight:bold;float:left;background-color:#c9b49a;border-radius:6px;}.inventory__item__banner p.closed{background-color:#e05627;color:#fff;}.inventory__item__banner p.sale{background-color:#d4b000;color:#2b2521;}.inventory__item__banner p.inStock{background-color:#2f8a48;color:#fff;}.inventory__item__details{padding:1rem 1.1rem 1.15rem;}.inventory__item__details h3{font-size:1.15rem;text-align:center;}.inventory__item__details p{text-align:center;padding:.25rem 0;}.inventory__item:visited{color:#808080;}.inventory__item:hover{color:#936745;}.inventory__item:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03);}@supports(aspect-ratio:1){.inventory .inventory__item img{aspect-ratio:4/3;height:auto;}}.inventory-view{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.inventory-view p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.inventory-view h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.inventory-view h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.inventory-view h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.inventory-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.inventory-view__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.inventory-view__title__banner{display:block;}.inventory-view__title__banner p{padding:.25rem .5rem;font-weight:bold;float:left;background-color:#c9b49a;border-radius:6px;}.inventory-view__title__banner p.closed{background-color:#e05627;color:#fff;}.inventory-view__title__banner p.sale{background-color:#d4b000;color:#2b2521;}.inventory-view__title__banner p.inStock{background-color:#2f8a48;color:#fff;}.inventory-view__title h1{text-align:left;padding:.35rem 0 1.25rem;}.inventory-view__split{width:100%;display:grid;grid-template-columns:repeat(1,1fr);}@media screen and (min-width:1024px){.inventory-view__split{grid-template-columns:repeat(2,1fr);}}.inventory-view__split__images img{width:100%;height:auto;border-radius:16px;}.inventory-view__split__images__selection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.25rem;}.inventory-view__split__images__selection img{width:auto;max-height:100px;margin:2px;cursor:pointer;}.inventory-view__split__images__selection img:hover{opacity:.75;}.inventory-view__split__details{margin-top:1rem;padding:1.5rem;background-color:#fffdfb;border:1px solid #d8cdc0;border-radius:12px;}@media screen and (min-width:1024px){.inventory-view__split__details{margin-left:1rem;margin-top:0;}}.inventory-view__split__details ul{margin:1rem;display:grid;gap:.5rem;}.inventory-view__split__details ul li{font-size:1.1rem;line-height:1.45;}.inventory-view__split__details button{margin-top:2rem;}.inventory-view__description{margin:2rem 0;line-height:1.7;font-size:1.125rem;}.inventory-view__description h1,.inventory-view__description h2,.inventory-view__description h3,.inventory-view__description h4,.inventory-view__description h5,.inventory-view__description p{line-height:1.25;padding:0;}.inventory-view__description *{margin:1rem 0;padding:0;}.inventory-view__description img{border-radius:16px;}.inventory-view__description li{margin:1rem;}.inventory-view__more{width:100%;}.inventory-view__more__custom{background-color:#c9b49a;padding:3rem 1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;}.inventory-view__more__related{padding-bottom:2rem;width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.contact{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.contact p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.contact h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.contact h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.contact h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.contact__split{display:grid;grid-template-columns:repeat(1,1fr);padding:1.5rem 0;gap:2rem;}.contact__split__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;}.contact__split__details__address p{line-height:1.25;padding:0;margin:.5em;}.contact__split__details__hours p{line-height:1.25;padding:0;margin:.5em;}.contact__split__details__map{position:relative;overflow:hidden;width:100%;max-width:100%;padding-top:66.66%;}.contact__split__details__map iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;max-width:100%;border:1px solid #d8cdc0;border-radius:16px;}@media screen and (min-width:1600px){.contact__split__details__map iframe{max-width:35vw;}}.contact__split__message-form{padding:1.5rem 1.5rem 1.75rem;border:1px solid #d8cdc0;border-radius:12px;background-color:#fffdfb;margin-top:0;height:-webkit-min-content;height:-moz-min-content;height:min-content;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}.contact__split__message-form__response{border:1px solid #2a7c41;font-size:1.05rem;background-color:#b6e6c3;color:#3c2a1c;border-radius:12px;margin-bottom:1em;}.contact__split__message-form__response p{margin-left:1em;}.contact__split__message-form__top-row{display:grid;grid-auto-flow:row;grid-template-columns:1fr;gap:1rem;}@media screen and (min-width:768px){.contact__split__message-form__top-row{grid-auto-flow:row;grid-template-columns:repeat(2,1fr);}}.contact__split__message-form__top-row div{display:-webkit-box;display:-ms-flexbox;display:flex;row-gap:.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.contact__split__message-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.5rem;}.contact__split__message-form__actions{margin-top:1rem;}.contact__split__message-form__actions button{float:right;}.quote{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.quote p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.quote h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.quote h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.quote h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.quote__lead{max-width:40rem;color:#6a5e54;margin-bottom:1.5rem;}.quote__optional{font-weight:400;font-size:.9rem;color:#6a5e54;}.quote__hint{font-weight:400;font-size:.82rem;color:#6a5e54;line-height:1.4;}.quote__nested-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.4rem;margin-top:.65rem;}.quote__stack>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.4rem;}.quote__group-label{font-size:.95rem;font-weight:700;line-height:1.3;color:#3c2a1c;}.quote__group-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.75rem;}.quote__clear{background:none;border:0;padding:0;color:#234876;font:inherit;font-size:.85rem;font-weight:700;cursor:pointer;text-decoration:underline;}.quote__clear:hover{color:#e05627;}.quote__checks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.quote__checks__row{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.7rem;padding:.55rem 0;min-height:44px;border-bottom:1px solid #d8cdc0;cursor:pointer;}.quote__checks__row:first-child{border-top:1px solid #d8cdc0;}.quote__checks__row input{width:1.1rem;height:1.1rem;accent-color:#234876;}.quote__checks__row span{font-weight:400;color:#2c241c;line-height:1.3;}.quote__checks__row[hidden]{display:none;}.quote__qty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.quote__qty__row{display:grid;grid-template-columns:1fr 4.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;padding:.4rem 0;border-bottom:1px solid #d8cdc0;}.quote__qty__row:first-child{border-top:1px solid #d8cdc0;}.quote__qty__row span{font-weight:400;color:#2c241c;line-height:1.3;}.quote__qty__row input.input{text-align:center;height:2.25rem;min-height:2.25rem;padding:.25em .35em;}.quote__qty__row[hidden]{display:none;}.quote__preview{display:block;width:100%;max-height:10rem;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #d8cdc0;margin-top:.35rem;}.quote__preview[hidden]{display:none;}.quote__confirm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;max-width:36rem;margin:.5rem auto 0;padding:2.25rem 1.5rem 2rem;background-color:#fffdfb;border:1px solid #d8cdc0;border-radius:12px;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}@media screen and (min-width:768px){.quote__confirm{padding:2.75rem 2.5rem 2.35rem;}}.quote__confirm__mark{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:50%;background-color:#caedd3;color:#2f8a48;}.quote__confirm__mark svg{width:1.7rem;height:1.7rem;}.quote__confirm h1{margin-bottom:.5rem;}.quote__confirm p{color:#6a5e54;margin:0 0 1.5rem;}.quote__confirm__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.75rem;}.quote__response{border:1px solid #e67852;font-size:1.05rem;background-color:#f8dacf;color:#3c2a1c;border-radius:12px;margin:0 0 1.25rem;}.quote__response p{margin:0;padding:.85rem 1rem;}.quote__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1.5rem 1.35rem 1.5rem;border:1px solid #d8cdc0;border-radius:12px;background-color:#fffdfb;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}@media screen and (min-width:768px){.quote__form{padding:1.75rem 1.75rem 1.6rem;}}.quote__form fieldset{border:0;min-width:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1rem;margin:0;padding:0 0 1.6rem;}.quote__form fieldset+fieldset{padding-top:1.5rem;border-top:1px solid #d8cdc0;}.quote__form fieldset[hidden]{display:none;}.quote__form legend{float:none;width:100%;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6a5e54;margin:0 0 .15rem;padding:0;}.quote__form select.input{width:100%;}.quote__form__row{display:grid;grid-template-columns:1fr;gap:1rem;}@media screen and (min-width:768px){.quote__form__row{grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem;}}.quote__form__row>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.4rem;min-width:0;}.quote__form__row>.quote__stack{row-gap:1rem;}.quote__form__row input[type=file].input{height:auto;min-height:2.5rem;padding:.4em .55em;cursor:pointer;}.quote__form__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:1rem;margin:0;padding-top:1.5rem;border-top:1px solid #d8cdc0;}@media screen and (min-width:768px){.quote__form__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.quote__form__actions button{width:100%;}@media screen and (min-width:768px){.quote__form__actions button{width:auto;min-width:12rem;}}.quote__form__verify{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.4rem;max-width:16rem;}.about{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.about p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.about h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.about h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.about h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.about h2{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.25rem);margin-bottom:.5rem;}.about__story__image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;}.about__story__image img{width:100%;max-width:1050px;height:auto;margin:0 auto 1.5rem;border-radius:16px;}.about__why-chose-us{width:100%;margin:1rem 0;}.about__why-chose-us__reasons{gap:1rem;margin:1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.about__why-chose-us__reasons__reason{padding:1rem 1.15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1rem;border-radius:12px;}.about__why-chose-us__reasons__reason .number{float:left;padding:.5rem;font-size:1rem;font-weight:bold;color:#fff;background-color:#e05627;border-radius:50%;}.about__why-chose-us__reasons__reason p{font-size:1.15rem;}.about__why-chose-us__reasons>div:nth-child(odd){border:1px solid #d8cdc0;}.about__why-chose-us__reasons>div:nth-child(even){background-color:#c9b49a;}.about__why-chose-us__reasons h2{text-align:center;margin-bottom:1rem;}.about__why-chose-us__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.about__why-chose-us__image img{width:100%;height:auto;border-radius:16px;}.colors{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.colors p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.colors h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.colors h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.colors h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.colors h1{margin-bottom:1rem;}.colors h2{margin-bottom:1rem;}.standard-features{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.standard-features p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.standard-features h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.standard-features h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.standard-features h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.not-found{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.not-found p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.not-found h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.not-found h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.not-found h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.not-found{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;max-width:42rem;}.not-found__code{font-family:"Bebas Neue",sans-serif;font-size:clamp(4.5rem,12vw,8rem);line-height:.9;letter-spacing:.04em;color:#e05627;margin:0;}.not-found__shed{width:min(12rem,70vw);height:auto;color:#3c2a1c;margin:.5rem 0 1.25rem;}.not-found h1{margin-bottom:.5rem;}.not-found p{color:#6a5e54;max-width:36rem;margin:0 0 1.75rem;}.not-found__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.75rem;margin-bottom:2.25rem;}.not-found__links{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.75rem 1.5rem;margin:0;padding:0;}.not-found__links a{color:#3c2a1c;font-weight:700;text-decoration:none;border-bottom:1px solid #d8cdc0;padding-bottom:.1rem;}.not-found__links a:hover{color:#e05627;border-bottom-color:#e05627;}.cabins-view{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.cabins-view p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.cabins-view h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.cabins-view h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.cabins-view h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.cabins-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.cabins-view h1{text-align:left;padding:0 0 1.25rem;}.cabins-view__split{width:100%;display:grid;grid-template-columns:repeat(1,1fr);}@media screen and (min-width:1024px){.cabins-view__split{grid-template-columns:repeat(2,1fr);}}.cabins-view__split__images img{width:100%;height:auto;border-radius:16px;}.cabins-view__split__images__selection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.25rem;}.cabins-view__split__images__selection img{width:auto;max-height:100px;cursor:pointer;}.cabins-view__split__images__selection img:hover{opacity:.75;}.cabins-view__split__details{margin-top:1rem;padding:1.5rem;}@media screen and (min-width:1024px){.cabins-view__split__details{margin-left:1rem;margin-top:0;}}.cabins-view__split__details{background-color:#fffdfb;border:1px solid #d8cdc0;border-radius:12px;}.cabins-view__split__details ul{margin:1rem;display:grid;gap:.5rem;}.cabins-view__split__details ul li{font-size:1.1rem;line-height:1.45;}.cabins-view__split__details button{margin-top:2rem;}.cabins-view__description{margin:2rem 0;line-height:1.7;font-size:1.125rem;}.cabins-view__description *{margin:1rem 0!important;padding:0!important;}.cabins-view__video{position:relative;overflow:hidden;width:100%;padding-top:56.25%;}.cabins-view__video iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;}.cabins-view__gallery{padding:3.5rem 1.25rem 4rem;background-color:#c9b49a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cabins-view__gallery h3{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);font-weight:700;}.cabins-view__gallery p{font-size:1.125rem;margin:.75rem 0 0;}.cabins-view__gallery__images{width:100%;max-width:1100px;margin:2rem auto;display:grid;grid-gap:1.25rem;grid-template-columns:repeat(1,1fr);}@media screen and (min-width:768px){.cabins-view__gallery__images{grid-template-columns:repeat(2,1fr);}}@media screen and (min-width:1024px){.cabins-view__gallery__images{grid-template-columns:repeat(3,1fr);}}.cabins-view__gallery__images div{border-radius:12px;}.cabins-view__gallery__images img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:20rem;border-radius:16px;cursor:pointer;}.cabins-view__gallery__images img:hover{opacity:.75;}.cabins-view__faq{padding:3.5rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cabins-view__faq p{font-size:1.125rem;margin:.5rem 0;}.cabins-view__faq h3{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);font-weight:700;}.cabins-view__faq__answers{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;margin-top:1rem;display:grid;grid-auto-flow:row;gap:.5rem;grid-template-columns:repeat(1,1fr);}@media screen and (min-width:768px){.cabins-view__faq__answers{grid-template-columns:repeat(2,1fr);}}.cabins-view__faq__answers__accordion{background-color:#fffdfb;font-size:1rem;font-weight:700;color:#2c241c;cursor:pointer;padding:1rem 1.1rem;width:100%;text-align:left;border:1px solid #d8cdc0;border-radius:6px;outline:0;-webkit-transition:.4s;transition:.4s;height:-webkit-min-content;height:-moz-min-content;height:min-content;}.cabins-view__faq__answers__question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cabins-view__faq__answers__question p{width:100%;}.cabins-view__faq__answers__question .iconify{margin:0 4px;}.cabins-view__faq__answers__panel{max-height:0;font-size:1.05rem;line-height:1.55;font-weight:normal;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out;}.cabins-view__details{padding-bottom:2rem;width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cabins-view__details h3{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);font-weight:700;}@supports(aspect-ratio:1){.cabins-view .cabins-view__gallery__images img{aspect-ratio:4/3;height:auto;}}.cabins{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;min-height:70vh;padding-top:2.25rem;padding-bottom:3.5rem;}.cabins p{line-height:1.65;margin:.65rem 0 1.15rem;padding:0;}.cabins h1{font-size:clamp(1.75rem,1.2vw + 1.4rem,2.35rem);font-weight:700;letter-spacing:-.02em;color:#3c2a1c;line-height:1.2;margin:0 0 .85rem;}.cabins h2{font-size:clamp(1.35rem,.8vw + 1.1rem,1.75rem);font-weight:700;color:#3c2a1c;line-height:1.25;margin:0 0 .75rem;}.cabins h3{font-size:1.2rem;font-weight:700;color:#3c2a1c;line-height:1.3;margin:0 0 .65rem;}.cabins{--style-height:20rem;}.cabins__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(30ch,1fr));grid-gap:2rem;}.cabins__item{text-decoration:none;position:relative;overflow:hidden;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fffdfb;border-radius:12px;border:1px solid #d8cdc0;color:#2c241c;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);}.cabins__item img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:var(--style-height);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}.cabins__item__details{padding:1rem 1.1rem 1.15rem;}.cabins__item__details h3{font-size:1.15rem;text-align:center;}.cabins__item__details p{text-align:center;padding:.25rem 0;}.cabins__item:visited{color:#808080;}.cabins__item:hover{color:#936745;}.cabins__item:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03);}@supports(aspect-ratio:1){.cabins .cabins__item img{aspect-ratio:4/3;height:auto;}}.slideshow-container{width:100%;position:relative;margin:auto;-webkit-transform:translateY(-16px);-ms-transform:translateY(-16px);transform:translateY(-16px);}.mySlides{display:none;}.mySlides__image{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:70vh;max-height:70vh;border-radius:0 0 16px 16px;}@media screen and (min-width:768px){.mySlides__image{min-height:90vh;max-height:90vh;}}.mySlides__image h3{padding:1rem 0;}.mySlides__image__text{z-index:6;padding:clamp(1.5rem,5vw,4rem);}.mySlides__image__text h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(2.5rem,6vw,4.25rem);letter-spacing:.03em;line-height:.95;color:inherit;}.mySlides__image__text h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400;color:inherit;}.mySlides__image__text.light-splash-text{color:#f4efe9;}.prev,.next{cursor:pointer;position:absolute;top:50%;width:auto;margin-top:-22px;padding:16px;color:#fff;font-weight:bold;font-size:18px;-webkit-transition:.6s ease;transition:.6s ease;border-radius:0 3px 3px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.next{right:0;border-radius:3px 0 0 3px;}.prev:hover,.next:hover{background-color:rgba(0,0,0,.8);}.text{color:#f2f2f2;font-size:15px;padding:8px 12px;position:absolute;bottom:8px;width:100%;text-align:center;}.numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:16px;}.dot{cursor:pointer;height:15px;width:15px;margin:0 2px;background-color:#bbb;border-radius:50%;display:inline-block;-webkit-transition:background-color .6s ease;transition:background-color .6s ease;}.dots{margin:.75rem 0 .25rem;}.dots .dot.active{background-color:#3c2a1c;}.dots .dot:hover{background-color:#3c2a1c;}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s;}@-webkit-keyframes fade{from{opacity:.4;}to{opacity:1;}}@keyframes fade{from{opacity:.4;}to{opacity:1;}}.inventory-strip{padding-bottom:2rem;}.inventory-strip .empty-state{margin-top:.75rem;}.inventory-strip__items{width:100%;margin:2rem auto 0 auto;display:grid;grid-template-columns:1fr;grid-gap:2rem;}.inventory-strip__item{text-decoration:none;position:relative;overflow:hidden;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fffdfb;border-radius:12px;border:1px solid #d8cdc0;-webkit-box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);box-shadow:0 1px 2px rgba(44,36,28,.06),0 6px 16px rgba(44,36,28,.08);color:#2c241c;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;}.inventory-strip__item img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:15rem;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;}.inventory-strip__item__banner{position:absolute;top:20px;right:20px;}.inventory-strip__item__banner p{padding:.25rem .5rem;font-weight:bold;float:left;background-color:#c9b49a;border-radius:6px;}.inventory-strip__item__banner p.closed{background-color:#e05627;color:#fff;}.inventory-strip__item__banner p.sale{background-color:#d4b000;color:#2b2521;}.inventory-strip__item__banner p.inStock{background-color:#2f8a48;color:#fff;}.inventory-strip__item__details{padding:1rem 1.1rem 1.15rem;}.inventory-strip__item__details h3{font-size:1.15rem;text-align:center;}.inventory-strip__item__details p{text-align:center;padding:.25rem 0;}.inventory-strip__item:visited{color:#808080;}.inventory-strip__item:hover{color:#936745;}.inventory-strip__item:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03);}@supports(aspect-ratio:1){.inventory-strip .inventory-strip__item img{aspect-ratio:4/3;height:auto;}}html,body{font-family:"Lato",sans-serif;font-size:16px;line-height:1.65;color:#2c241c;min-height:100vh;max-width:100%;background-color:#f4efe9;padding:0;margin:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;}img,iframe,video{max-width:100%;}h1,h2,h3,h4,h5{color:#3c2a1c;font-weight:700;line-height:1.25;}a{color:#234876;}::-moz-selection{background:rgba(224,86,39,.22);}::selection{background:rgba(224,86,39,.22);}.sales-banner{background:#d4b000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.sales-banner_text{color:#2b2521;font-family:"Bebas Neue",sans-serif;font-size:clamp(1.35rem,2vw + .8rem,1.85rem);letter-spacing:.04em;padding:.4rem 1.25rem;text-align:center;}.home__footer{background-color:#2b2521;color:rgba(255,255,255,.86);padding:2.5rem 0 2.75rem;font-size:.95rem;line-height:1.6;border-radius:16px 16px 0 0;}.home__footer h4{margin-bottom:.85rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62);font-weight:700;}.home__footer a{color:#fff;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;}.home__footer a:hover{color:#e05627;text-decoration:underline;}.home__footer__container{width:100%;max-width:1100px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(1,1fr);grid-auto-flow:row;gap:2.25rem;}@media screen and (min-width:768px){.home__footer__container{grid-template-columns:repeat(2,1fr);}}@media screen and (min-width:1024px){.home__footer__container{grid-template-columns:2fr 1fr 1fr 1fr;grid-auto-flow:column;}}.home__footer__description__copy{margin-top:1rem;font-size:.8rem;color:rgba(255,255,255,.5);}.home__footer__reach-out__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.45rem;}.home__footer__links div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.45rem;}.home__footer__address h5{margin:1rem 0 .4rem;color:rgba(255,255,255,.86);font-size:.95rem;}.primary-layout__content{padding:1rem 3rem;border-radius:16px;background-color:rgba(0,0,0,.55);}main{height:100%;width:100%;max-width:100%;min-width:0;}main:focus{outline:0;}.text-danger{color:#c6281a;font-size:.8rem;}@media screen and (min-width:768px){.gallery__images{grid-template-columns:repeat(2,1fr);}header .header-buttons{display:grid;grid-auto-flow:column;gap:1rem;grid-template-columns:repeat(2,1fr);}header img{width:auto;}.inventory-strip__items{grid-template-columns:repeat(3,1fr);}}@media screen and (min-width:1024px){.gallery__images{grid-template-columns:repeat(2,1fr);}.inventory-strip__items{grid-template-columns:repeat(4,1fr);}.contact__split{grid-template-columns:repeat(2,1fr);}}