@import"https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";html,body{background-color:var(--color-black);width:100%;max-width:100vw;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{background-color:var(--color-black);overflow-x:hidden;max-width:100%;min-height:100vh}:root{--font-base: "Cormorant Upright", serif;--font-alt: "Open Sans", sans-serif;--color-golden: #DCCA87;--color-black: #0C0C0C;--color-gray: #545454;--color-crimson: #F5EFDB;--color-grey: #AAAAAA;--color-white: #FFFFFF}*{box-sizing:border-box;padding:0;margin:0}a{color:unset;text-decoration:none;transition:color .3s ease}::selection{background:#dcca874d;color:var(--color-white)}.slide-bottom{-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.app__aboutus{position:relative}.app__aboutus-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.app__aboutus-overlay img{width:391px;height:415px;z-index:0}.app__aboutus-content{width:100%;z-index:2}.app__aboutus-content_about{flex:1;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:right}.app__aboutus-content_knife{margin:2rem 4rem}.app__aboutus-content_knife img{height:910px}.app__aboutus-content_history{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;text-align:left}.app__aboutus-content_about p,.app__aboutus-content_history p{margin:2rem 0;color:var(--color-grey);line-height:1.8}@media screen and (min-width:2000px){.app__aboutus-content_knife img{height:1110px}.app__aboutus-content_about p,.app__aboutus-content_history p{margin:4rem 0}}@media screen and (max-width:900px){.app__aboutus-content{flex-direction:column}.app__aboutus-content_knife{margin:4rem 0}}@media screen and (max-width:650px){.app__aboutus-overlay img{width:80%;height:320px}}.app__newsletter{padding:2rem 4rem;border:1px solid rgba(220,202,135,.3);background:var(--color-black);transition:border-color .4s ease}.app__newsletter:hover{border-color:var(--color-golden)}.app__newsletter-heading{text-align:center}.app__newsletter-input{flex-direction:row;margin-top:3rem}.app__newsletter-input input{width:620px;border:1px solid rgba(220,202,135,.3);border-radius:5px;font-size:1rem;font-family:var(--font-base);color:var(--color-white);margin-right:2rem;padding:.75rem 1rem;background:var(--color-black);transition:border-color .3s ease,box-shadow .3s ease}.app__newsletter-input input:focus{outline:none;border-color:var(--color-golden);box-shadow:0 0 0 2px #dcca8726}.app__newsletter-input button{width:max-content}@media screen and (min-width:2000px){.app__newsletter-input input{font-size:2rem}}@media screen and (max-width:990px){.app__newsletter-input{flex-direction:column;width:100%}.app__newsletter-input input{margin:0 0 2rem;width:100%}}@media screen and (max-width:650px){.app__newsletter{padding:2rem 0;border:none}}@media screen and (max-width:300px){.app__newsletter-heading h1{font-size:32px;line-height:50px}}.app__footerOverlay{width:100%;height:100%;z-index:-1;display:flex;flex-direction:column;position:absolute}.app__footerOverlay-black{height:25%;background:var(--color-black)}.app__footerOverlay-img{height:75%}.app__menuitem{width:100%;margin:1rem 0;padding:.75rem 0;display:flex;flex-direction:column;transition:background .3s ease;border-radius:2px}.app__menuitem:hover{background:#dcca870a}.app__menuitem-head{display:flex;justify-content:space-between;align-items:center}.app__menuitem-sub{width:100%;margin-top:.2rem}.app__menuitem-name{flex:1}.app__menuitem-dash{width:90px;height:1px;background:var(--color-golden);margin:0 1rem;opacity:.5}.app__menuitem-price{display:flex;justify-content:flex-end;align-items:flex-end}.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;background:#0c0c0cd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,202,135,.08);padding:1rem 2rem;position:sticky;top:0;z-index:10;transition:background .3s ease}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:150px}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;transition:color .3s ease}.app__navbar-links li:hover{color:var(--color-golden)}.app__navbar-login{display:flex;justify-content:flex-end;align-items:center}.app__navbar-login a{margin:0 1rem;text-decoration:none;transition:color .3s ease,border-color .3s ease}.app__navbar-login a:hover{border-bottom:1px solid var(--color-golden);color:var(--color-golden)}.app__navbar-login div{width:1px;height:30px;background:var(--color-grey)}.app__navbar-smallscreen{display:none}.app__navbar-smallscreen_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0c0c0cf7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:.5s ease;flex-direction:column;z-index:5}.app__navbar-smallscreen_overlay .overlay__close{font-size:27px;color:var(--color-golden);cursor:pointer;position:absolute;top:20px;right:20px}.app__navbar-smallscreen_links{list-style:none}.app__navbar-smallscreen_links li{margin:2rem;cursor:pointer;color:var(--color-golden);font-size:2rem;text-align:center;font-family:var(--font-base)}.app__navbar-smallscreen_links li:hover{color:var(--color-white)}@media screen and (min-width:2000px){.app__navbar-logo img{width:210px}}@media screen and (max-width:1150px){.app__navbar-links{display:none}.app__navbar-smallscreen{display:flex}}@media screen and (max-width:650px){.app__navbar{padding:1rem}.app__navbar-login{display:none}.app__navbar-logo img{width:110px}}.wa-fab{position:fixed;bottom:2rem;right:2rem;z-index:90;width:60px;height:60px;border-radius:50%;background:#25d366;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:transform .3s ease,box-shadow .3s ease}.wa-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36680}.wa-fab svg{width:32px;height:32px;fill:#fff}.wa-chat{position:fixed;bottom:6.5rem;right:2rem;z-index:100;width:380px;max-height:70vh;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 40px #00000080}.wa-chat__header{background:#075e54;padding:.85rem 1rem;display:flex;align-items:center;gap:.75rem}.wa-chat__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.wa-chat__header-info{flex:1}.wa-chat__header-name{color:#fff;font-family:var(--font-alt);font-size:15px;font-weight:600}.wa-chat__header-status{color:#ffffffb3;font-family:var(--font-alt);font-size:12px}.wa-chat__close{background:none;border:none;color:#ffffffb3;font-size:1.25rem;cursor:pointer;padding:.25rem;transition:color .2s ease}.wa-chat__close:hover{color:#fff}.wa-chat__body{background:#ece5dd;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4cfc6' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;min-height:200px;max-height:45vh}.wa-msg{max-width:85%;padding:.5rem .75rem;border-radius:8px;font-family:var(--font-alt);font-size:13.5px;line-height:1.5;position:relative;word-wrap:break-word}.wa-msg--bot{background:#fff;color:#303030;align-self:flex-start;border-top-left-radius:2px}.wa-msg--user{background:#dcf8c6;color:#303030;align-self:flex-end;border-top-right-radius:2px}.wa-msg__time{font-size:10px;color:#999;text-align:right;margin-top:2px}.wa-typing{display:flex;gap:4px;padding:.6rem .75rem;background:#fff;border-radius:2px 8px 8px;align-self:flex-start;width:fit-content}.wa-typing__dot{width:7px;height:7px;background:#aaa;border-radius:50%;animation:wa-bounce 1.2s infinite}.wa-typing__dot:nth-child(2){animation-delay:.15s}.wa-typing__dot:nth-child(3){animation-delay:.3s}@keyframes wa-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.wa-menu-items{display:flex;flex-direction:column;gap:6px;margin-top:6px}.wa-menu-item{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#f0f0f0;border-radius:6px;cursor:pointer;transition:background .2s ease;border:2px solid transparent;-webkit-user-select:none;user-select:none}.wa-menu-item:hover{background:#e4e4e4}.wa-menu-item--selected{background:#d4f5d4;border-color:#25d366}.wa-menu-item__name{font-size:13px;color:#303030}.wa-menu-item__price{font-size:12px;color:#075e54;font-weight:600;white-space:nowrap;margin-left:.5rem}.wa-confirm-btn{margin-top:8px;padding:8px 16px;background:#25d366;color:#fff;border:none;border-radius:20px;font-family:var(--font-alt);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease;align-self:flex-end}.wa-confirm-btn:hover{background:#1ebe5a}.wa-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.wa-chat__input{background:#f0f0f0;padding:.6rem .75rem;display:flex;align-items:center;gap:.5rem}.wa-chat__input input{flex:1;border:none;background:#fff;border-radius:20px;padding:.5rem 1rem;font-family:var(--font-alt);font-size:13.5px;color:#303030;outline:none}.wa-chat__input input::placeholder{color:#999}.wa-chat__send{width:36px;height:36px;border-radius:50%;background:#25d366;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;flex-shrink:0}.wa-chat__send:hover{background:#1ebe5a}.wa-chat__send svg{width:18px;height:18px;fill:#fff}@media screen and (max-width:450px){.wa-chat{right:.75rem;left:.75rem;bottom:5.5rem;width:auto;max-height:75vh}.wa-fab{bottom:1.25rem;right:1.25rem;width:54px;height:54px}.wa-fab svg{width:28px;height:28px}}.wa-payment{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:10px;padding:1.25rem;margin-top:6px}.wa-payment__header{display:flex;align-items:center;gap:6px;margin-bottom:.5rem}.wa-payment__lock{font-size:14px}.wa-payment__title{font-size:13px;font-weight:600;color:#a8b2d1;letter-spacing:.03em}.wa-payment__amount{font-size:28px;font-weight:700;color:#fff;margin-bottom:1rem;font-family:var(--font-base);letter-spacing:.02em}.wa-payment__fields{display:flex;flex-direction:column;gap:8px;margin-bottom:1rem}.wa-payment__row{display:flex;gap:8px}.wa-payment__row .wa-payment__input{flex:1}.wa-payment__input{width:100%;padding:10px 12px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#fff;font-family:var(--font-alt);font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.wa-payment__input:focus{border-color:#25d366;box-shadow:0 0 0 2px #25d36626}.wa-payment__input::placeholder{color:#ffffff59}.wa-payment__btn{width:100%;padding:11px;background:#25d366;color:#fff;border:none;border-radius:8px;font-family:var(--font-alt);font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .15s ease;letter-spacing:.02em}.wa-payment__btn:hover{background:#1ebe5a;transform:translateY(-1px)}.wa-payment__btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.wa-payment__footer{text-align:center;font-size:10px;color:#ffffff59;margin-top:10px;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;gap:4px}.wa-payment__lock-sm{font-size:9px}.wa-payment__brands{margin-left:auto;display:flex;gap:4px}.wa-payment__brand{font-size:10px;font-weight:700;color:#ffffff80;background:#ffffff14;padding:2px 6px;border-radius:3px;letter-spacing:.05em}.wa-payment__field-label{font-size:11px;color:#ffffff73;margin-bottom:4px;margin-top:4px;letter-spacing:.03em;text-transform:uppercase;font-weight:600}.wa-payment__card-row{position:relative}.wa-payment__card-row .wa-payment__input{padding-right:50px}.wa-payment__card-brand{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:11px;font-weight:800;color:#ffffff80;letter-spacing:.06em;pointer-events:none}.app__chef-content{display:flex;flex-direction:column;width:100%;margin-top:5rem}.app__chef-content_quote{display:flex;justify-content:flex-start;align-items:flex-end}.app__chef-content_quote img{width:47px;height:40px;margin:0 1rem 1rem 0}.app__chef-sign{width:100%;margin-top:3rem}.app__chef-sign p:first-child{font-family:var(--font-base);font-weight:400;font-size:32px;line-height:41.6px;letter-spacing:.04em;text-transform:capitalize;color:var(--color-golden)}.app__chef-sign img{width:250px;margin-top:3rem;opacity:.9;transition:opacity .3s ease}.app__chef-sign img:hover{opacity:1}@media screen and (min-width:2000px){.app__chef-sign img{width:370px}}@media screen and (max-width:450px){.app__chef-sign img{width:80%}}.app__footer{width:100%;position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:var(--color-black);padding-top:0}.app__footer-links{width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-top:5rem;padding:0 2rem}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{flex:1;margin:1rem;text-align:center}.app__footer-links_logo img:first-child{width:210px;margin-bottom:.75rem}.app__footer-links_work p:nth-child(odd){margin-bottom:1rem}.app__footer-links_icons{margin-top:.5rem}.app__footer-links_icons svg{color:var(--color-white);margin:.5rem;font-size:24px;cursor:pointer;transition:color .3s ease,transform .3s ease}.app__footer-links_icons svg:hover{color:var(--color-golden);transform:translateY(-2px)}.app__footer-headtext{font-family:var(--font-base);color:var(--color-white);font-weight:400;letter-spacing:.04em;text-transform:capitalize;font-size:32px;line-height:41.6px;margin-bottom:1rem}.footer__copyright{margin-top:3rem}@media screen and (min-width:2000px){.app__footer-headtext{font-size:51px;line-height:61.6px}}@media screen and (max-width:1150px){.app__footer-links{align-items:center;flex-direction:column;padding:0}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{margin:2rem 0;width:100%}}@media screen and (max-width:650px){.app__footer{padding:0 0 2rem}}@media screen and (max-width:350px){.app__footer-links_logo img:first-child{width:80%}}.app__gallery{flex-direction:row;background:var(--color-black);padding:4rem 0 4rem 6rem}.app__gallery-content{flex:1;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;min-width:500px;padding-right:2rem}.app__gallery-content button{margin-top:1rem}.app__gallery-images{flex:1;display:flex;flex-direction:row;max-width:50%;position:relative}.app__gallery-slider{width:100%;overflow:hidden}.app__gallery-slots{display:flex;flex-direction:row;gap:2rem;justify-content:flex-start;align-items:stretch}.app__gallery-slot{position:relative;width:301px;min-width:301px;height:447px;overflow:hidden;flex-shrink:0}.app__gallery-slot--left,.app__gallery-slot--right{border:1px solid rgba(220,202,135,.15)}.app__gallery-slot .app__gallery-images_card{position:absolute;top:0;left:0;right:0;bottom:0}.app__gallery-images_card{position:relative;width:100%;min-width:301px;height:447px}.app__gallery-slot .app__gallery-images_card{margin-right:0}.app__gallery-slot .app__gallery-images_card img{pointer-events:none}.gallery__image-icon{position:absolute;color:#fff;font-size:2rem;opacity:0;transition:opacity .4s ease,transform .4s ease;cursor:pointer;transform:scale(.8)}.app__gallery-images_card img{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .5s ease,transform .5s ease}.app__gallery-images_card:hover img{opacity:.35;transform:scale(1.05)}.app__gallery-images_card:hover .gallery__image-icon{opacity:1;transform:scale(1)}.app__gallery-images_arrows{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;position:absolute;bottom:5%}.gallery__arrow-icon{color:var(--color-golden);font-size:2rem;cursor:pointer;background:var(--color-black);border-radius:5px;transition:color .3s ease,transform .3s ease}.gallery__arrow-icon:hover{color:var(--color-white);transform:scale(1.15)}@media screen and (min-width:2000px){.app__gallery-content button{margin-top:2rem}.app__gallery-content{min-width:1000px;padding-right:4rem}.app__gallery-slot{width:400px;min-width:400px;height:547px}.app__gallery-images_card{min-width:400px;height:547px}}@media screen and (max-width:1150px){.app__gallery{flex-direction:column}.app__gallery-images{max-width:100%;margin:5rem 0}}@media screen and (max-width:850px){.app__gallery{padding:4rem 0 4rem 4rem}}@media screen and (max-width:650px){.app__gallery{padding:4rem 0 4rem 2rem}.app__gallery-content{min-width:100%}.app__gallery-slots{gap:1rem}.app__gallery-slot{width:240px;min-width:240px;height:320px}.app__gallery-images_card{min-width:240px;height:320px}}.app__header{background-color:var(--color-black)}.app__header-h1{font-family:var(--font-base);color:var(--color-golden);font-weight:700;letter-spacing:.04em;text-transform:capitalize;line-height:117px;font-size:90px;min-height:117px}.app__header-img img{width:80%}@media screen and (min-width:2000px){.app__header-h1{font-size:180px;line-height:210px;min-height:210px}}@media screen and (max-width:1150px){.app__header-h1{font-size:90px;min-height:117px}}@media screen and (max-width:650px){.app__header-h1{font-size:70px;line-height:87px;min-height:87px}}@media screen and (max-width:450px){.app__header-h1{font-size:50px;line-height:70px;min-height:70px}}.app__video{height:100vh;position:relative}.app__video video{width:100%;height:100%;object-fit:cover}.app__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center}.app__video-overlay_content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center;padding:2rem;max-width:720px}.app__video-overlay_title{font-family:var(--font-base);color:var(--color-golden);font-size:clamp(2.5rem,5vw,4rem);line-height:1.2;letter-spacing:.04em;text-transform:capitalize;margin:0}.app__video-overlay_subtitle{font-family:var(--font-alt);color:var(--color-white);font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;letter-spacing:.04em;margin:0}.app__video-overlay_circle{width:100px;height:100px;border-radius:50%;border:1px solid var(--color-golden);cursor:pointer;margin-top:.5rem;transition:transform .35s cubic-bezier(.25,.46,.45,.94),border-color .3s ease,box-shadow .3s ease}.app__video-overlay_circle:hover{transform:scale(1.08);border-color:var(--color-crimson);box-shadow:0 0 30px #dcca8726}.app__laurels_awards{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-top:3rem}.app__laurels_awards-card{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;min-width:230px;margin:1rem;padding:1rem;border-radius:4px;transition:background .35s ease,transform .35s ease}.app__laurels_awards-card:hover{background:#dcca870f;transform:translateY(-2px)}@media screen and (min-width:1900px){.app__laurels_awards-card{min-width:390px}}.app__laurels_awards-card img{width:50px;height:50px}.app__laurels_awards-card_content{display:flex;flex-direction:column;margin-left:1rem}@media screen and (max-width:450px){.app__laurels_awards-card{min-width:100%;margin:1rem 0}}.app__specialMenu{flex-direction:column;background:var(--color-black)}.app__specialMenu-title{margin-bottom:2rem;text-align:center}.app__specialMenu-menu{width:100%;margin:2rem 0;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.app__specialMenu-menu_heading{font-family:var(--font-base);font-weight:600;font-size:45px;line-height:58.5px;letter-spacing:.04em;color:var(--color-white)}.app__specialMenu-menu_wine,.app__specialMenu-menu_cocktails{flex:1;width:100%;flex-direction:column}.app__specialMenu-menu_img{width:410px;margin:0 2rem}.app__specialMenu-menu_img img{width:100%;height:auto}.app__specialMenu_menu_items{display:flex;flex-direction:column;margin:2rem 0;width:100%}@media screen and (min-width:2000px){.app__specialMenu-menu_img{width:650px}.app__specialMenu-menu_img img{height:920px}}@media screen and (max-width:1150px){.app__specialMenu-menu{flex-direction:column;align-items:center;width:100%}.app__specialMenu-menu_img{margin:3rem 0}}@media screen and (max-width:650px){.app__specialMenu-menu_img{width:100%}.app__specialMenu-menu_heading{font-size:35px;line-height:48.5px}}.section__padding{padding:4rem 6rem}.flex__center{display:flex;justify-content:center;align-items:center}.app__bg{background:url(/assets/bg-kMYqKDmI.png);background-position:center;background-size:cover;background-repeat:repeat;background-attachment:fixed}.app__wrapper{display:flex;justify-content:space-between;align-items:center;min-height:100vh}.app__wrapper_info{flex:1;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.app__wrapper_img{flex:1;width:100%;display:flex;justify-content:center;align-items:center;margin-left:2rem}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:80%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.app__wrapper_img img:hover{transform:scale(1.02)}.custom__button{background-color:var(--color-crimson);color:var(--color-black);font-family:var(--font-base);font-weight:700;letter-spacing:.04em;line-height:28px;font-size:16px;padding:.5rem 1.5rem;border-radius:1px;border:none;outline:none;cursor:pointer;transition:all .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.custom__button:hover{background-color:var(--color-golden);color:var(--color-black);transform:translateY(-2px);box-shadow:0 4px 20px #dcca8740}.custom__button:active{transform:translateY(0);box-shadow:none}.p__cormorant{font-family:var(--font-base);color:var(--color-white);font-weight:700;letter-spacing:.04em;text-transform:capitalize;font-feature-settings:"tnum" on,"lnum" on;line-height:29.9px;font-size:23px}.p__opensans{font-family:var(--font-alt);color:var(--color-white);font-weight:400;letter-spacing:.04em;text-transform:capitalize;line-height:28px;font-size:16px}.headtext__cormorant{font-family:var(--font-base);color:var(--color-golden);font-size:64px;line-height:83.2px;letter-spacing:.04em;text-transform:capitalize}.spoon__img{width:45px;opacity:.8}@media screen and (min-width:2000px){.custom__button,.p__cormorant{font-size:37px;line-height:67px}.p__opensans{font-size:30px;line-height:50px}.headtext__cormorant{font-size:150px;line-height:210px}.spoon__img{width:80px}}@media screen and (max-width:1150px){.app__wrapper{flex-direction:column}.app__wrapper_img{margin:5rem 0 0}.app__wrapper_img-reverse{margin:0 0 5rem}.app__wrapper_img img{width:100%}}@media screen and (max-width:850px){.section__padding{padding:4rem}}@media screen and (max-width:650px){.section__padding{padding:4rem 2rem}.p__cormorant{font-size:21px}.p__opensans{font-size:14px}}@media screen and (max-width:450px){.p__opensans{font-size:12px}.p__cormorant{font-size:19px}.headtext__cormorant{font-size:45px;line-height:70px}}
