@font-face{font-family:Brave;font-style:normal;font-weight:700;src:url(/static/media/BREVE2.e415b4d2184bc7e16882.ttf) format("truetype")}@font-face{font-family:Outfit;font-weight:500;src:url(/static/media/Outfit-Medium.a101f02b76c3f820746d.ttf) format("truetype")}@font-face{font-family:Playfair Display;font-weight:400;src:url(/static/media/PlayfairDisplay-Regular.e5a62ce9d4a6201e6d3c.ttf) format("truetype")}@font-face{font-family:Playfair Display;font-weight:700;src:url(/static/media/PlayfairDisplay-Bold.1bcaf3bd3e2c6ebca449.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.loading-overlay{align-items:center;background:linear-gradient(135deg,#4a4a4a,#2a2a2a);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:opacity .5s ease-out,visibility .5s ease-out;width:100%;z-index:9999}.loading-overlay.fade-out{opacity:0;visibility:hidden}.loading-content{color:#fff;max-width:400px;text-align:center;width:90%}.loading-logo{animation:fadeInUp .8s ease-out;margin-bottom:60px}.loading-title{animation:glow 2s ease-in-out infinite alternate;color:#fff;font-family:BREVE,Roboto Regular,sans-serif;font-size:48px;font-weight:400;letter-spacing:4px;margin:0 0 10px}.loading-subtitle{color:#ccc;font-family:Roboto Regular,sans-serif;font-size:16px;letter-spacing:3px;margin:0;text-transform:uppercase}.loading-bar-container{animation:fadeInUp .8s ease-out .3s both;background:#fff3;border-radius:2px;height:3px;margin:30px 0 20px;overflow:hidden;width:100%}.loading-bar{background:linear-gradient(90deg,#fff,#e0e0e0);border-radius:2px;height:100%;position:relative;transition:width .3s ease-out}.loading-bar:after{animation:shimmer 1s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff9);bottom:0;content:"";position:absolute;right:0;top:0;width:20px}.loading-text{animation:fadeInUp .8s ease-out .6s both;color:#ccc;font-family:Roboto Regular,sans-serif;font-size:14px;letter-spacing:1px}@keyframes glow{0%{text-shadow:0 0 20px #ffffff4d}to{text-shadow:0 0 30px #fff9}}@keyframes shimmer{0%{transform:translateX(-20px)}to{transform:translateX(400px)}}@media (max-width:768px){.loading-title{font-size:36px;letter-spacing:3px}.loading-subtitle{font-size:14px;letter-spacing:2px}.loading-content{width:85%}}@media (max-width:480px){.loading-title{font-size:28px;letter-spacing:2px}.loading-subtitle{font-size:12px;letter-spacing:1px}}@font-face{font-family:BREVE;font-style:normal;font-weight:400;src:url(/static/media/BREVE2.e415b4d2184bc7e16882.ttf) format("truetype")}.header a:active,.header button:active{background-color:initial}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;left:0;margin:0;padding:20px 0;position:fixed;top:0;transition:all .3s ease;width:100vw;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px;width:100%}.header-left{display:flex;flex:1 1;justify-content:flex-start}.hamburger-menu{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:10px;transition:transform .3s ease}.hamburger-menu:hover{transform:scale(1.1)}.hamburger-line{background-color:#fff;height:2px;transform-origin:center;transition:all .3s ease;width:25px}.hamburger-menu.active .hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header-center{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.logo{font-size:32px;font-weight:400;letter-spacing:3px;margin:0;text-transform:uppercase}.logo,.logo-subtitle{color:#fff;font-family:Roboto Regular,sans-serif}.logo-subtitle{font-size:14px;letter-spacing:2px;margin:-5px 0 0;opacity:.9}.header-right{align-items:center;display:flex;flex:1 1;gap:20px;justify-content:flex-end}.contact-button{background:none;border:none;color:#fff;cursor:pointer;font-family:Roboto Regular,sans-serif;font-size:14px;letter-spacing:2px;padding:8px 0;text-transform:uppercase;transition:color .3s ease}.contact-button:hover{color:#ccc}.mobile-menu-overlay{align-items:center;animation:fadeInOverlay .4s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#5a5a5af2;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.mobile-menu-overlay.closing{animation:fadeOutOverlay .3s ease-in forwards}@keyframes fadeInOverlay{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:1}}@keyframes fadeOutOverlay{0%{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:1}to{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}}.mobile-menu{animation:slideInMenu .5s ease-out;background:#0000;max-width:400px;padding:60px 40px;position:relative;text-align:center;transform:translateY(0);width:90%}.mobile-menu.closing{animation:slideOutMenu .3s ease-in forwards}@keyframes slideInMenu{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOutMenu{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.98)}}.close-menu-button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:30px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:transform .3s ease;width:40px}.close-menu-button:hover{transform:scale(1.1)}.menu-title{color:#fff;font-family:BREVE,Roboto Regular,sans-serif;font-size:38px;font-weight:400;letter-spacing:3px;margin:0 0 30px;text-transform:uppercase}.menu-divider{background-color:#fff;height:1px;margin:0 0 40px;width:100%}.menu-nav ul{list-style:none;margin:0;padding:0}.menu-nav li{animation:slideInMenuItem .6s ease-out;animation-fill-mode:both;margin:25px 0}.mobile-menu.closing .menu-nav li{animation:slideOutMenuItem .4s ease-in forwards}.menu-nav li:first-child{animation-delay:.1s}.menu-nav li:nth-child(2){animation-delay:.15s}.menu-nav li:nth-child(3){animation-delay:.2s}.menu-nav li:nth-child(4){animation-delay:.25s}.menu-nav li:nth-child(5){animation-delay:.3s}.menu-nav li:nth-child(6){animation-delay:.35s}.menu-nav li:nth-child(7){animation-delay:.4s}.mobile-menu.closing .menu-nav li:first-child{animation-delay:.25s}.mobile-menu.closing .menu-nav li:nth-child(2){animation-delay:.2s}.mobile-menu.closing .menu-nav li:nth-child(3){animation-delay:.15s}.mobile-menu.closing .menu-nav li:nth-child(4){animation-delay:.1s}.mobile-menu.closing .menu-nav li:nth-child(5){animation-delay:.05s}.mobile-menu.closing .menu-nav li:nth-child(6){animation-delay:.02s}.mobile-menu.closing .menu-nav li:nth-child(7){animation-delay:0s}@keyframes slideInMenuItem{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutMenuItem{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.menu-nav a{color:#fff;display:block;font-family:Roboto Regular,sans-serif;font-size:16px;letter-spacing:2px;padding:8px 0;text-decoration:none;text-transform:uppercase;transition:color .3s ease,transform .3s ease}.menu-nav a:hover{color:#ccc;transform:translateX(10px)}@media (max-width:1024px){.header-container{padding:0 30px}.logo{font-size:28px;letter-spacing:2px}.contact-button,.logo-subtitle{font-size:13px;letter-spacing:1.5px}.search-button{font-size:19px}}@media (max-width:768px){.header{padding:15px 0}.header-container{padding:0 20px}.logo{font-size:24px;letter-spacing:2px}.contact-button,.logo-subtitle{font-size:12px;letter-spacing:1px}.hamburger-line{width:22px}}@media (max-width:480px){.header{padding:12px 0}.header-container{padding:0 15px}.logo{font-size:20px;letter-spacing:1px}.contact-button,.logo-subtitle{font-size:10px;letter-spacing:.5px}.contact-button{padding:6px 0}.hamburger-line{height:1.5px;width:20px}.hamburger-menu{gap:3px;padding:8px}.header-right{gap:15px}}.whatsapp-float{align-items:center;animation:pulse 2s infinite;background-color:#6b5b47;border-radius:50%;bottom:30px;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:30px;height:60px;justify-content:center;position:fixed;right:30px;text-align:center;transition:all .3s ease;width:60px;z-index:1000}.whatsapp-float:hover{background-color:#128c51;box-shadow:0 6px 20px #0006;transform:scale(1.1)}.whatsapp-float i{color:#fff;font-size:30px}@keyframes pulse{0%{box-shadow:0 4px 12px #5a380866}50%{box-shadow:0 4px 12px #5a380866,0 0 0 10px #5a38081a}to{box-shadow:0 4px 12px #5a380866}}@media (max-width:768px){.whatsapp-float{bottom:25px;font-size:26px;height:55px;right:25px;width:55px}.whatsapp-float i{font-size:26px}}@media (max-width:480px){.whatsapp-float{bottom:20px;font-size:24px;height:50px;right:20px;width:50px}.whatsapp-float i{font-size:24px}}@media (max-width:360px){.whatsapp-float{bottom:15px;font-size:22px;height:45px;right:15px;width:45px}.whatsapp-float i{font-size:22px}}@font-face{font-family:Roboto Regular;font-style:normal;font-weight:400;src:url(/static/media/Roboto_Condensed-Regular.fdb9daac0ee9f129fd06.ttf) format("truetype")}.footer{background-color:#6b5b47;color:#fff;font-family:Roboto Regular,sans-serif;margin:0;overflow-x:hidden;padding:60px 0 40px;width:100vw}.footer-container{grid-gap:60px;align-items:flex-start;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.footer-section{display:flex;flex-direction:column}.footer-section:first-child{margin-left:0;text-align:left}.footer-section:nth-child(2){text-align:center;transform:translateX(-80px)}.footer-section:last-child{margin-right:0;text-align:right}.footer-title{color:#fff;font-family:Roboto Regular,sans-serif;font-size:18px;font-weight:400;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}.footer-content{display:flex;flex-direction:column}.footer-content p{color:#e0e0e0;font-family:Roboto Regular,sans-serif;font-size:15px;font-weight:400;line-height:1.6;margin:0 0 8px}.footer-content p:last-of-type{margin-bottom:0}.view-map-link{background:none;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Roboto Regular,sans-serif;font-size:14px;margin-top:8px;padding:0;text-align:left;text-decoration:underline;transition:color .3s ease}.view-map-link:hover{color:#ccc}.social-icons{display:flex;gap:20px;justify-content:flex-end;margin-top:10px}.social-icon{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;padding:0;transition:color .3s ease,transform .3s ease;width:40px}.social-icon:hover{color:#ccc;transform:translateY(-2px)}.footer-bottom{background-color:#6b5b47;border-top:1px solid #fff;margin-top:40px;padding-top:20px}.footer-bottom-content{align-items:center;color:#ccc;display:flex;font-family:Roboto Regular,sans-serif;font-size:12px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 20px}.footer-bottom-left{display:flex;gap:30px}.footer-bottom-left span:first-child{transform:translateX(-20px)}.footer-bottom-left span:nth-child(2){transform:translateX(250px)}.footer-bottom-left span{cursor:pointer;transition:color .3s ease,transform .3s ease}.footer-bottom-left span:hover{color:#fff}.footer-bottom-right{color:#ccc;display:flex;font-size:12px;gap:30px}.footer-bottom-right span:first-child{transform:translateX(-270px)}.footer-bottom-right span:nth-child(2){transform:translateX(15px)}.footer-bottom-right span{transition:transform .3s ease}@media (min-width:1441px){.footer-container{gap:80px;max-width:1400px}.footer-section:first-child{margin-left:0}.footer-section:nth-child(2){transform:translateX(-80px)}.footer-section:last-child{margin-right:0}.footer-title{font-size:20px;letter-spacing:2.5px}.footer-content p{font-size:16px}}@media (max-width:1440px) and (min-width:1025px){.footer-container{gap:70px;grid-template-columns:2fr 1fr 1fr;max-width:1300px}.footer-section:first-child{margin-left:0}.footer-section:nth-child(2){transform:translateX(-80px)}.footer-section:last-child{margin-right:0}.footer-title{font-size:19px;letter-spacing:2.2px}.footer-content p{font-size:15px}.footer-bottom-left span:first-child{transform:translateX(-15px)}.footer-bottom-left span:nth-child(2){transform:translateX(200px)}.footer-bottom-right span:first-child{transform:translateX(-220px)}.footer-bottom-right span:nth-child(2){transform:translateX(12px)}}@media (max-width:1024px) and (min-width:769px){.footer-container{gap:50px;grid-template-columns:1fr;max-width:900px;text-align:center}.footer-section:first-child,.footer-section:last-child,.footer-section:nth-child(2){margin-left:0;margin-right:0;text-align:center;transform:translateX(0)}.footer-title{font-size:17px;letter-spacing:2px;margin-bottom:25px}.footer-content p{font-size:14px;line-height:1.6}.social-icons{gap:30px;justify-content:center}.social-icon{font-size:24px;height:42px;width:42px}.view-map-link{display:block;font-size:14px;margin-top:8px;text-align:center}.footer-bottom-content{flex-direction:column;gap:20px;text-align:center}.footer-bottom-left,.footer-bottom-right{gap:25px;justify-content:center}.footer-bottom-left span:first-child,.footer-bottom-left span:nth-child(2),.footer-bottom-right span:first-child,.footer-bottom-right span:nth-child(2){transform:translateX(0)}}@media (max-width:768px) and (min-width:700px) and (orientation:portrait){.footer-container{gap:45px;grid-template-columns:1fr;max-width:750px;text-align:center}.footer-section:first-child,.footer-section:last-child,.footer-section:nth-child(2){margin-left:0;margin-right:0;text-align:center;transform:translateX(0)}.footer-title{font-size:16px;letter-spacing:1.8px;margin-bottom:22px}.footer-content p{font-size:14px;line-height:1.6}.social-icons{gap:30px;justify-content:center}.social-icon{font-size:24px;height:42px;width:42px}.view-map-link{display:block;font-size:14px;margin-top:8px;text-align:center}.footer-bottom-content{flex-direction:column;gap:18px;text-align:center}.footer-bottom-left,.footer-bottom-right{gap:30px;justify-content:center}.footer-bottom-left span:first-child,.footer-bottom-left span:nth-child(2),.footer-bottom-right span:first-child,.footer-bottom-right span:nth-child(2){transform:translateX(0)}}@media (max-width:1200px) and (min-width:1000px){.footer-container{gap:55px;grid-template-columns:1fr;max-width:1100px;padding:0 40px;text-align:center}.footer{padding:55px 0 40px}.footer-section:first-child,.footer-section:last-child,.footer-section:nth-child(2){margin-left:0;margin-right:0;text-align:center;transform:translateX(0)}.footer-title{font-size:18px;letter-spacing:2px;margin-bottom:28px}.footer-content p{font-size:15px;line-height:1.6;margin-left:auto;margin-right:auto;max-width:600px}.social-icons{gap:35px;justify-content:center;margin-top:15px}.social-icon{font-size:26px;height:44px;width:44px}.view-map-link{display:block;font-size:15px;margin-top:10px;text-align:center}.footer-bottom-content{flex-direction:column;gap:22px;padding:0 40px;text-align:center}.footer-bottom-left,.footer-bottom-right{gap:35px;justify-content:center}.footer-bottom-left span,.footer-bottom-right span{font-size:13px}.footer-bottom-left span:first-child,.footer-bottom-left span:nth-child(2),.footer-bottom-right span:first-child,.footer-bottom-right span:nth-child(2){transform:translateX(0)}}@media (max-width:1024px) and (min-width:481px){.footer{padding:50px 0 35px}.footer-container{padding:0 30px}}@media (max-width:699px){.footer-container{gap:40px;grid-template-columns:1fr;padding:0 20px;text-align:center}.footer-section:first-child,.footer-section:last-child,.footer-section:nth-child(2){margin-left:0;margin-right:0;text-align:center;transform:translateX(0)}.footer{padding:40px 0 30px}.footer-title{font-size:16px;letter-spacing:1.5px;margin-bottom:25px}.footer-content p{font-size:14px;line-height:1.5}.social-icons{gap:25px;justify-content:center}.social-icon{font-size:26px;height:45px;width:45px}.view-map-link{display:block;margin-top:6px;text-align:center}.footer-bottom-content{flex-direction:column;gap:20px;padding:0 15px;text-align:center}.footer-bottom-left,.footer-bottom-right{gap:25px;justify-content:center}.footer-bottom-left span:first-child,.footer-bottom-left span:nth-child(2),.footer-bottom-right span:first-child,.footer-bottom-right span:nth-child(2){transform:translateX(0)}.footer-bottom-left span,.footer-bottom-right span{font-size:13px}}@media (max-width:480px){.footer-container{gap:35px;padding:0 15px}.footer{padding:35px 0 25px}.footer-title{font-size:15px;letter-spacing:1px;margin-bottom:20px}.footer-content p{font-size:13px;line-height:1.4;margin-bottom:6px}.social-icons{gap:20px}.social-icon{font-size:22px;height:40px;width:40px}.view-map-link{display:block;font-size:13px;margin-top:6px;text-align:center}.footer-bottom{margin-top:30px;padding-top:15px}.footer-bottom-content{gap:15px;padding:0 10px}.footer-bottom-left,.footer-bottom-right{flex-direction:column;gap:20px}.footer-bottom-left span,.footer-bottom-right span{font-size:12px}}@media (max-width:360px){.footer{padding:30px 10px 20px}.footer-title{font-size:14px;margin-bottom:18px}.footer-content p{font-size:12px}.social-icon{font-size:20px;height:36px;width:36px}.footer-bottom-left span,.footer-bottom-right span{font-size:11px}}@media screen and (max-width:1024px){.footer{max-width:100vw!important;overflow-x:hidden!important}.footer,.footer-container{box-sizing:border-box!important;width:100%!important}.footer-container{max-width:100%!important}}@media (pointer:coarse){.footer-container{gap:35px!important;grid-template-columns:1fr!important;text-align:center!important}.footer-section:first-child,.footer-section:last-child,.footer-section:nth-child(2){margin-left:0!important;margin-right:0!important;text-align:center!important;transform:translateX(0)!important}.social-icons{gap:25px!important;justify-content:center!important}.view-map-link{display:block!important;text-align:center!important}.footer-bottom-content{flex-direction:column!important;gap:20px!important;text-align:center!important}.footer-bottom-left,.footer-bottom-right{justify-content:center!important}.footer-bottom-left span:first-child,.footer-bottom-left span:nth-child(2),.footer-bottom-right span:first-child,.footer-bottom-right span:nth-child(2){transform:translateX(0)!important}}html{overflow-y:scroll;scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;width:100%}body{margin:0;min-height:100vh;padding:0}img{background-color:#f0f0f0;display:block;height:auto;max-width:100%;transition:opacity .3s ease-in-out}img:not(.loaded){animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-item{min-height:150px;opacity:1;transition:transform .3s ease;will-change:transform}img{transition:opacity .8s ease-out,transform .8s ease-out}.gallery-grid img.loaded{animation:imageReveal .8s ease-out forwards}@keyframes imageReveal{0%{filter:blur(4px);opacity:0;transform:scale(1.1) rotateY(10deg)}to{filter:blur(0);opacity:1;transform:scale(1) rotateY(0deg)}}.section-3-gallery-item.premium-slide img.loaded{animation:premiumReveal 1s ease-out forwards}@keyframes premiumReveal{0%{filter:brightness(.8);opacity:0;transform:translateY(30px) scale(.95)}to{filter:brightness(1);opacity:1;transform:translateY(0) scale(1)}}.about-logo{align-items:center;display:flex;justify-content:center;min-height:300px}@keyframes fadeInContent{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.animate-on-scroll{transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animate{animation:fadeInUp .8s ease-out forwards}.animate-left{transform:translateX(-50px)}.animate-left,.animate-right{opacity:0;transition:all .8s ease-out}.animate-right{transform:translateX(50px)}@keyframes fadeInHero{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-text1 h2{animation:fadeInHero 1s ease-out;animation-delay:.3s;animation-fill-mode:both}.hero-text1 h1{animation:fadeInHero 1.2s ease-out;animation-delay:.6s;animation-fill-mode:both}.container-fluid,section{max-width:100vw;overflow-x:hidden;width:100%}img{transform:translateY(20px) scale(.95);transition:all .8s cubic-bezier(.25,.46,.45,.94)}img.loaded{transform:translateY(0) scale(1)}img:hover{transform:translateY(0) scale(1.02);transition:all .4s ease}.gallery-item img{transform:translateY(30px) scale(.9);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.gallery-item img.loaded{transform:translateY(0) scale(1)}.section-3-gallery-item img{transform:translateY(40px) scale(.85);transition:all 1s cubic-bezier(.25,.46,.45,.94)}.section-3-gallery-item img.loaded{transform:translateY(0) scale(1)}.gallery-item:first-child img{transition-delay:.1s}.gallery-item:nth-child(2) img{transition-delay:.2s}.gallery-item:nth-child(3) img{transition-delay:.3s}.gallery-item:nth-child(4) img{transition-delay:.15s}.gallery-item:nth-child(5) img{transition-delay:.25s}.gallery-item:nth-child(6) img{transition-delay:.35s}.gallery-item:nth-child(7) img{transition-delay:.2s}.gallery-item:nth-child(8) img{transition-delay:.3s}.gallery-item:nth-child(9) img{transition-delay:.4s}.gallery-item:nth-child(10) img{transition-delay:.45s}@keyframes fadeInButton{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.read-story-button{animation:fadeInButton .8s ease-out;animation-delay:1s;animation-fill-mode:both}.about-section,.gallery-section,.hero-section,.section-3,.section-4-container{transform:translateZ(0);will-change:transform}.hero-section{align-items:flex-end;color:#fff;justify-content:flex-start}.video-background{object-fit:cover;transform:translateZ(0);will-change:transform;z-index:-2}.overlay,.video-background{height:100%;left:0;position:absolute;top:0;width:100%}.overlay{background-color:#00000080;z-index:-1}.hero-text1{bottom:30px!important;left:130px!important;position:absolute;text-align:left}.hero-text1 h2{font-family:Outfit,sans-serif;font-size:20px!important;font-weight:500;letter-spacing:10px!important;margin-left:0!important}.hero-text1 h1{font-family:Playfair Display,serif;font-size:50px!important;font-weight:700;letter-spacing:10px!important}@media (max-width:768px){.hero-text1{bottom:40px!important;left:20px!important;right:20px!important}.hero-text1 h2{font-size:14px!important;letter-spacing:4px!important;margin-bottom:10px}.hero-text1 h1{font-size:28px!important;letter-spacing:3px!important;line-height:1.2}}@media (max-width:480px){.hero-text1{bottom:30px!important;left:15px!important;right:15px!important}.hero-text1 h2{font-size:12px!important;letter-spacing:2px!important}.hero-text1 h1{font-size:22px!important;letter-spacing:1px!important;line-height:1.1}}.about-section{background-color:#eeebe3;height:auto;justify-content:center;min-height:100vh;padding:100px 20px}.about-section,.about-wrapper{align-items:center;display:flex}.about-wrapper{gap:80px;max-width:1200px;width:100%}.about-info{color:#111;left:0;text-align:left;top:0}.about-image,.about-info{flex:1 1;position:relative}.about-image{align-items:center;display:flex;justify-content:center;min-height:0}.about-image img{border-radius:0;flex-shrink:0;height:600px;left:80px;object-fit:cover;position:relative;top:10px;width:1000px}.about-info h3{font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;line-height:1.3;margin-bottom:40px;max-width:500px;position:relative;text-transform:uppercase}.about-info h3:after{background-color:#111;content:"";display:block;height:2px;margin:20px 0 0;width:60px}.about-info p{color:#333;font-family:Playfair Display,serif;font-size:16px;line-height:1.8;margin-bottom:20px;max-width:450px}.about-info p:last-of-type{margin-bottom:40px}@media (max-width:1200px){.about-wrapper{gap:60px}.about-info h3{font-size:28px;letter-spacing:1.5px}.about-info p{font-size:15px}.about-image img{height:450px;left:40px;top:10px;width:600px}}@media (max-width:1024px){.about-wrapper{gap:50px}.about-info h3{font-size:26px;letter-spacing:1.5px}.about-info p{font-size:14px}.about-image img{height:400px;left:20px;top:10px;width:450px}}@media (max-width:1024px) and (min-width:769px){.about-section{min-height:65vh;padding:20px}}@media (max-width:768px){.about-section{min-height:100vh;padding:60px 20px}.about-wrapper{flex-direction:column;gap:40px}.about-info,.about-wrapper{text-align:center}.about-info h3{font-size:24px;letter-spacing:1px;line-height:1.4;margin-left:auto;margin-right:auto;max-width:500px}.about-info h3:after{margin:20px auto 0}.about-info p{font-size:14px;line-height:1.7;margin-left:auto;margin-right:auto;max-width:400px}.about-image img{height:350px;left:0;top:0;width:400px}}@media (max-width:480px){.about-section{min-height:100vh;padding:40px 15px}.about-wrapper{gap:30px}.about-info h3{font-size:20px;letter-spacing:.5px;max-width:350px}.about-info h3:after{margin:15px auto 0;width:40px}.about-info p{font-size:13px;line-height:1.6;max-width:320px}.about-image img{height:300px;left:0;top:0;width:350px}.read-story-button{font-size:12px;padding:8px 16px}}@media (max-width:360px){.about-section{min-height:100vh;padding:35px 10px}.about-wrapper{gap:25px}.about-info h3{font-size:18px;letter-spacing:.3px;max-width:300px}.about_info h3:after{margin:12px auto 0;width:35px}.about-info p{font-size:12px;line-height:1.5;max-width:280px}.about-image img{height:270px;left:0;top:0;width:320px}.read-story-button{font-size:11px;padding:7px 14px}}.read-story-button{background-color:initial;border:2px solid #111;color:#111;cursor:pointer;font-family:Outfit,sans-serif;font-size:12px;font-weight:500;letter-spacing:2px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.read-story-button:hover{background-color:#111;color:#fff}.section-3{background-color:#eeebe3;justify-content:center;max-width:100vw;min-height:100vh;overflow-x:hidden;padding:100px 20px 80px}.section-3,.section-3-content{align-items:center;display:flex}.section-3-content{flex-direction:column;gap:200px;max-width:none;width:100%}.section-3-text-content{color:#111;max-width:none;text-align:center;width:100%}.section-3-text-content h3{font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;margin-bottom:60px;margin-left:auto;margin-right:auto;position:relative;text-align:center;text-transform:uppercase;width:100%}@media (max-width:1024px){.section-3-text-content h3{margin-left:auto;margin-right:auto;text-align:center!important;width:100%}}@media (max-width:768px){.section-3-text-content h3{margin-left:auto;margin-right:auto;text-align:center!important;width:100%}}@media (max-width:480px){.section-3-text-content h3{margin-left:auto;margin-right:auto;text-align:center!important;width:100%}}@media (max-width:360px){.section-3-text-content h3{margin-left:auto;margin-right:auto;text-align:center!important;width:100%}}.section-3-paragraphs{align-items:flex-start;display:flex;justify-content:space-between;left:-15px;position:relative;top:-40px}.section-3-text-content p{color:#333;flex:1 1;font-family:Playfair Display,serif;font-size:16px;margin-bottom:0;max-width:1500px;position:relative;text-align:left}.section-3-text-content p:first-of-type{left:70px;letter-spacing:3.5px;line-height:1.7;top:20px}.section-3-text-content p:last-of-type{left:0;letter-spacing:2px;line-height:1.7;top:150px}.section-3-gallery{left:0;margin:0 calc(-50vw + 50%);max-width:none;position:relative;top:0;width:100vw}.section-3-gallery-grid{display:flex;gap:0;height:650px;width:100%}.section-3-gallery-item.premium-slide{cursor:pointer;height:100%;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.section-3-gallery-item.premium-slide:first-child{flex:4 1;height:700px;margin-left:-20px;margin-right:15px;width:600px}.section-3-gallery-item.premium-slide:nth-child(2){flex:4 1;height:700px;margin-left:15px;margin-right:15px;width:600px}.section-3-gallery-item.premium-slide:nth-child(3){flex:4 1;height:700px;margin-left:15px;margin-right:-20px;width:600px}.section-3-gallery-item.premium-slide img{display:block;filter:brightness(.9) contrast(1.1) saturate(1.1);height:100%;object-fit:cover;transition:all .6s ease;width:100%}.section-3-gallery-item.premium-slide:first-child img{object-position:center top;transform:scale(1.1) translate(-10px,-5px)}.section-3-gallery-item.premium-slide:nth-child(2) img{object-position:center center;transform:scale(1.1) translateY(10px)}.section-3-gallery-item.premium-slide:nth-child(3) img{object-position:center bottom;transform:scale(2) translate(15px,-10px)}.section-3-gallery-item.premium-slide:hover img{filter:brightness(1) contrast(1.2) saturate(1.2);transform:scale(1.05)}.image-overlay{background:linear-gradient(#0000,#000000b3);bottom:0;left:0;opacity:0;padding:40px 30px 30px;position:absolute;right:0;transform:translateY(100%);transition:all .4s ease}.section-3-gallery-item.premium-slide:hover .image-overlay{opacity:1;transform:translateY(0)}.image-caption h4{color:#fff;font-family:Playfair Display,serif;font-size:24px;font-weight:600;letter-spacing:1px;margin:0 0 8px}.image-caption p{color:#ffffffe6;font-family:Outfit,sans-serif;font-size:14px;letter-spacing:.5px;line-height:1.4;margin:0}@media (max-width:1200px){.section-3-content{gap:100px}.section-3-gallery-grid{height:500px}.section-3-gallery-item.premium-slide:first-child,.section-3-gallery-item.premium-slide:nth-child(2),.section-3-gallery-item.premium-slide:nth-child(3){height:500px;width:450px}.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:420px;left:0;max-width:800px;top:0;width:100%}}@media (max-width:1024px){.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:340px;left:0;max-width:650px;top:0;width:100%}}@media (max-width:768px){.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:220px;left:0;max-width:400px;top:0;width:100%}}@media (max-width:480px){.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:120px;max-width:220px;width:100%}}@media (max-width:360px){.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:80px;max-width:150px;width:100%}}.section-4-container{background-color:#eeebe3;min-height:40vh;padding:100px 20px}.section-4-container,.section-4-wrapper{align-items:center;display:flex;justify-content:center}.section-4-wrapper{gap:120px;max-width:1100px;width:100%}.section-4-info{color:#111;flex:1 1;max-width:800px;text-align:center;transform:translateY(-10px);will-change:transform}.section-4-info p{font-family:Outfit,sans-serif;font-size:16px;font-weight:500;letter-spacing:7px;line-height:3;margin-bottom:0;text-transform:uppercase}@media (max-width:1024px){.section-4-container{padding:80px 20px}.section-4-info{transform:translateY(-30px)}.section-4-info p{font-size:14px;letter-spacing:5px;line-height:2.5}}@media (max-width:768px){.section-4-container{min-height:30vh;padding:60px 20px}.section-4-info{max-width:600px;transform:translateY(-20px)}.section-4-info p{font-size:12px;letter-spacing:3px;line-height:2.2}}@media (max-width:480px){.section-4-container{min-height:25vh;padding:40px 15px}.section-4-info{max-width:400px;transform:translateY(-10px)}.section-4-info p{font-size:10px;letter-spacing:2px;line-height:2}}@media (max-width:360px){.section-4-container{min-height:20vh;padding:30px 10px}.section-4-info{max-width:300px;transform:translateY(-5px)}.section-4-info p{font-size:9px;letter-spacing:1.5px;line-height:1.8}}@media (min-width:1441px){.section-3-text-content h3{font-size:34px;left:-150px}.section-3-paragraphs{gap:100px}.section-3-text-content p{font-size:17px}}@media (max-width:1440px) and (min-width:1025px){.section-3-text-content h3{font-size:30px;left:-120px}.section-3-paragraphs{gap:70px;left:-10px;top:-30px}.section-3-text-content p{font-size:15px}.section-3-text-content p:first-of-type{left:15px;letter-spacing:3px;top:15px}.section-3-text-content p:last-of-type{letter-spacing:1.5px;top:120px}}@media (max-width:1024px) and (min-width:769px){.section-3{padding:80px 30px 60px}.section-3-content{gap:80px}.section-3-text-content h3{font-size:28px;left:-80px;letter-spacing:1.5px}.section-3-paragraphs{gap:60px;left:-5px;top:-20px}.section-3-text-content p{font-size:14px;max-width:500px}.section-3-text-content p:first-of-type{left:10px;letter-spacing:2.5px;top:10px}.section-3-text-content p:last-of-type{letter-spacing:1px;top:100px}.section-3-gallery-grid{height:550px}.section-3-gallery-item.premium-slide:first-child,.section-3-gallery-item.premium-slide:nth-child(2),.section-3-gallery-item.premium-slide:nth-child(3){height:550px;width:500px}}@media (max-width:768px) and (min-width:481px) and (orientation:portrait){.section-3{padding:70px 25px 50px}.section-3-content{gap:80px}.section-3-text-content h3{font-size:26px;left:0;letter-spacing:1px;text-align:center}.section-3-paragraphs{flex-direction:column;gap:25px;left:0;text-align:center;top:0}.section-3-text-content p{font-size:14px;margin:0 auto;max-width:600px;text-align:center}.section-3-text-content p,.section-3-text-content p:first-of-type,.section-3-text-content p:last-of-type{left:0;letter-spacing:1px;top:0}.section-3-gallery-grid{flex-direction:column;gap:15px;height:auto}.section-3-gallery-item.premium-slide{height:300px;margin-left:0!important;margin-right:0!important;width:100%}}@media (max-width:1024px) and (min-width:769px) and (orientation:landscape){.section-3-text-content h3{font-size:28px;left:-60px}.section-3-paragraphs{gap:50px;top:-15px}.section-3-text-content p:first-of-type{left:8px;top:8px}.section-3-text-content p:last-of-type{top:80px}}@media screen and (max-width:1024px){.home-container{max-width:100vw!important;overflow-x:hidden!important;width:100%!important}.about-section,.gallery-section,.section-3{box-sizing:border-box!important;max-width:100vw!important;width:100%!important}.about-section{min-height:85vh!important;padding:40px 20px!important}}@media (pointer:coarse){.section-3-text-content h3{left:0!important;text-align:center!important}.section-3-paragraphs{flex-direction:column!important;gap:20px!important}.section-3-paragraphs,.section-3-text-content p{left:0!important;text-align:center!important;top:0!important}.section-3-text-content p{margin:0 auto!important}}.bicycling-section{align-items:center;background-color:#eeebe3;display:flex;height:auto;justify-content:center;min-height:80vh;padding:60px 20px}.bicycling-wrapper{align-items:center;display:flex;gap:120px;max-width:1200px;width:100%}.bicycling-info{color:#111;flex:1 1;left:0;position:relative;text-align:left;top:0}.bicycling-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;position:relative}.bicycling-image img{border-radius:0;flex-shrink:0;height:900px;left:80px;max-width:1600px;object-fit:cover;position:relative;top:10px;width:100%}.bicycling-info h3{font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;line-height:1.3;margin-bottom:40px;max-width:500px;position:relative;text-transform:uppercase}.bicycling-info h3:after{background-color:#111;content:"";display:block;height:2px;margin:20px 0 0;width:60px}.bicycling-info p{color:#333;font-family:Playfair Display,serif;font-size:16px;line-height:1.8;margin-bottom:20px;max-width:450px}.bicycling-info p:last-of-type{margin-bottom:40px}@media (max-width:1200px){.bicycling-wrapper{gap:100px}.bicycling-info h3{font-size:28px;letter-spacing:1.5px}.bicycling_info p{font-size:15px}.bicycling-image img{height:450px;left:40px;top:10px;width:600px}}@media (max-width:1024px){.bicycling-wrapper{gap:80px}.bicycling-info h3{font-size:26px;letter-spacing:1.5px}.bicycling-info p{font-size:14px}.bicycling-image img{height:400px;left:20px;top:10px;width:450px}}@media (max-width:1024px) and (min-width:769px){.bicycling-section{min-height:60vh;padding:40px 20px}}@media (max-width:768px){.bicycling-section{min-height:80vh;padding:40px 20px}.bicycling-wrapper{flex-direction:column;gap:60px;text-align:center}.bicycling-info{left:0;order:1;text-align:center;top:0}.bicycling-image{order:2}.bicycling-info h3{font-size:24px;letter-spacing:1.5px;max-width:100%;text-align:center}.bicycling-info h3:after{margin:20px auto 0}.bicycling-info p{font-size:14px;max-width:100%;text-align:center}.bicycling-image img{height:500px;left:0;max-width:800px;top:0;width:100%}}@media (max-width:480px){.bicycling-section{min-height:70vh;padding:30px 15px}.bicycling-wrapper{gap:50px}.bicycling-info h3{font-size:20px;letter-spacing:1px;margin-bottom:30px}.bicycling-info p{font-size:13px;line-height:1.6;margin-bottom:15px}.bicycling-image img{height:400px;max-width:600px;width:100%}}@media (max-width:360px){.bicycling-section{min-height:60vh;padding:20px 10px}.bicycling-info h3{font-size:18px;letter-spacing:.5px;margin-bottom:25px}.bicycling-info p{font-size:12px;line-height:1.5;margin-bottom:12px}.bicycling-image img{height:300px;max-width:400px;width:100%}}.pottery-section{align-items:center;background-color:#eeebe3;display:flex;height:auto;justify-content:center;min-height:80vh;padding:60px 20px}.pottery-wrapper{align-items:center;display:flex;gap:120px;max-width:1200px;width:100%}.pottery-info{color:#111;flex:1 1;left:90px;position:relative;text-align:left;top:0}.pottery-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;position:relative}.pottery-image img{border-radius:0;flex-shrink:0;height:900px;left:0;max-width:1600px;object-fit:cover;position:relative;top:10px;width:100%}.pottery-info h3{font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;line-height:1.3;margin-bottom:40px;max-width:500px;position:relative;text-transform:uppercase}.pottery-info h3:after{background-color:#111;content:"";display:block;height:2px;margin:20px 0 0;width:60px}.pottery-info p{color:#333;font-family:Playfair Display,serif;font-size:16px;line-height:1.8;margin-bottom:20px;max-width:450px}.pottery-info p:last-of-type{margin-bottom:40px}@media (max-width:1200px){.pottery-wrapper{gap:100px}.pottery-info h3{font-size:28px;letter-spacing:1.5px}.pottery_info p{font-size:15px}.pottery-image img{height:450px;left:40px;top:10px;width:600px}}@media (max-width:1024px){.pottery-wrapper{gap:80px}.pottery-info h3{font-size:26px;letter-spacing:1.5px}.pottery-info p{font-size:14px}.pottery-image img{height:400px;left:20px;top:10px;width:450px}}@media (max-width:1024px) and (min-width:769px){.pottery-section{min-height:60vh;padding:40px 20px}}@media (max-width:768px){.pottery-section{min-height:80vh;padding:40px 20px}.pottery-wrapper{flex-direction:column;gap:60px;text-align:center}.pottery-info{left:0;order:1;text-align:center;top:0}.pottery-image{order:2}.pottery-info h3{font-size:24px;letter-spacing:1.5px;max-width:100%;text-align:center}.pottery-info h3:after{margin:20px auto 0}.pottery-info p{font-size:14px;max-width:100%;text-align:center}.pottery-image img{height:350px;left:0;max-width:450px;top:0;width:100%}}@media (max-width:480px){.pottery-section{min-height:70vh;padding:30px 15px}.pottery-wrapper{gap:50px}.pottery-info h3{font-size:20px;letter-spacing:1px;margin-bottom:30px}.pottery-info p{font-size:13px;line-height:1.6;margin-bottom:15px}.pottery-image img{height:280px;max-width:380px}}@media (max-width:360px){.pottery-section{min-height:60vh;padding:20px 10px}.pottery-info h3{font-size:18px;letter-spacing:.5px;margin-bottom:25px}.pottery-info p{font-size:12px;line-height:1.5;margin-bottom:12px}.pottery-image img{height:240px;max-width:320px}}.painting-section{align-items:center;background-color:#eeebe3;display:flex;height:auto;justify-content:center;min-height:80vh;padding:60px 20px}.painting-wrapper{align-items:center;display:flex;gap:120px;max-width:1200px;width:100%}.painting-info{color:#111;flex:1 1;left:0;position:relative;text-align:left;top:0}.painting-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;position:relative}.painting-image img{border-radius:0;flex-shrink:0;height:900px;left:80px;max-width:1600px;object-fit:cover;position:relative;top:10px;width:100%}.painting-info h3{font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;line-height:1.3;margin-bottom:40px;max-width:500px;position:relative;text-transform:uppercase}.painting-info h3:after{background-color:#111;content:"";display:block;height:2px;margin:20px 0 0;width:60px}.painting-info p{color:#333;font-family:Playfair Display,serif;font-size:16px;line-height:1.8;margin-bottom:20px;max-width:450px}.painting-info p:last-of-type{margin-bottom:40px}@media (max-width:1200px){.painting-wrapper{gap:100px}.painting-info h3{font-size:28px;letter-spacing:1.5px}.painting_info p{font-size:15px}.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:420px;left:0;max-width:800px;top:0;width:100%}}@media (max-width:1024px){.painting-wrapper{gap:80px}.painting-info h3{font-size:26px;letter-spacing:1.5px}.painting-info p{font-size:14px}.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:340px;left:0;max-width:650px;top:0;width:100%}}@media (max-width:1024px) and (min-width:769px){.painting-section{min-height:60vh;padding:40px 20px}}@media (max-width:768px){.painting-section{min-height:80vh;padding:40px 20px}.painting-wrapper{flex-direction:column;gap:60px;text-align:center}.painting-info{left:0;order:1;text-align:center;top:0}.painting-image{order:2}.painting-info h3{font-size:24px;letter-spacing:1.5px;max-width:100%;text-align:center}.painting-info h3:after{margin:20px auto 0}.painting-info p{font-size:14px;max-width:100%;text-align:center}.painting-image img{height:350px;left:0;max-width:450px;top:0;width:100%}}@media (max-width:480px){.painting-section{min-height:70vh;padding:30px 15px}.painting-wrapper{gap:50px}.painting-info h3{font-size:20px;letter-spacing:1px;margin-bottom:30px}.painting-info p{font-size:13px;line-height:1.6;margin-bottom:15px}.painting-image img{height:280px;max-width:380px}}@media (max-width:360px){.painting-section{min-height:60vh;padding:20px 10px}.painting-info h3{font-size:18px;letter-spacing:.5px;margin-bottom:25px}.painting-info p{font-size:12px;line-height:1.5;margin-bottom:12px}.painting-image img{height:240px;max-width:320px}}.sailing-section{align-items:center;background-color:#eeebe3;display:flex;height:auto;justify-content:center;min-height:80vh;padding:60px 20px}.sailing-wrapper{align-items:center;display:flex;gap:120px;max-width:1200px;width:100%}.sailing-info{color:#111;flex:1 1;left:90px;position:relative;text-align:left;top:0}.sailing-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;position:relative}.sailing-image img{border-radius:0;flex-shrink:0;height:900px;left:0;max-width:1600px;object-fit:cover;position:relative;top:10px;width:100%}.sailing-info h3{font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;line-height:1.3;margin-bottom:40px;max-width:500px;position:relative;text-transform:uppercase}.sailing-info h3:after{background-color:#111;content:"";display:block;height:2px;margin:20px 0 0;width:60px}.sailing-info p{color:#333;font-family:Playfair Display,serif;font-size:16px;line-height:1.8;margin-bottom:20px;max-width:450px}.sailing-info p:last-of-type{margin-bottom:40px}@media (max-width:1200px){.sailing-wrapper{gap:100px}.sailing-info h3{font-size:28px;letter-spacing:1.5px}.sailing_info p{font-size:15px}}@media (max-width:1024px){.sailing-wrapper{gap:80px}.sailing-info h3{font-size:26px;letter-spacing:1.5px}.sailing-info p{font-size:14px}.bicycling-image img,.painting-image img,.pottery-image img,.sailing-image img{height:340px;left:0;max-width:650px;top:0;width:100%}}@media (max-width:1024px) and (min-width:769px){.sailing-section{min-height:60vh;padding:40px 20px}}@media (max-width:768px){.sailing-section{min-height:80vh;padding:40px 20px}.sailing-wrapper{flex-direction:column;gap:60px;text-align:center}.sailing-info{left:0;order:1;text-align:center;top:0}.sailing-image{order:2}.sailing-info h3{font-size:24px;letter-spacing:1.5px;max-width:100%;text-align:center}.sailing-info h3:after{margin:20px auto 0}.sailing-info p{font-size:14px;max-width:100%;text-align:center}}@media (max-width:480px){.sailing-section{min-height:70vh;padding:30px 15px}.sailing-wrapper{gap:50px}.sailing-info h3{font-size:20px;letter-spacing:1px;margin-bottom:30px}.sailing-info p{font-size:13px;line-height:1.6;margin-bottom:15px}}@media (max-width:360px){.sailing-section{min-height:60vh;padding:20px 10px}.sailing-info h3{font-size:18px;letter-spacing:.5px;margin-bottom:25px}.sailing-info p{font-size:12px;line-height:1.5;margin-bottom:12px}}.carousel-btn{align-items:center;background:none!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:#fff!important;cursor:pointer;display:flex;font-size:2rem!important;height:auto!important;justify-content:center;padding:0 8px;transition:color .2s;width:auto!important}@media (min-width:1025px){.painting-image{position:relative}.painting-image .carousel-btn.carousel-prev{left:100px!important}.painting-image .carousel-btn.carousel-next{right:-60px!important}.bicycling-image{position:relative}.bicycling-image .carousel-btn.carousel-prev{left:100px!important}.bicycling-image .carousel-btn.carousel-next{right:-60px!important}}.carousel-img-fade{opacity:0}.carousel-img-fade,.painting-image img{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.carousel-thumbnails{align-items:center;background:#ffffffd9;border-radius:16px;bottom:-60px;box-shadow:0 2px 12px #00000014;display:flex;gap:12px;justify-content:center;left:50%;padding:8px 18px;position:absolute;transform:translateX(-50%);z-index:3}.carousel-thumbnail{border:2px solid #0000;border-radius:6px;cursor:pointer;height:38px;object-fit:cover;opacity:.7;transition:border .2s,opacity .2s;width:54px}.carousel-thumbnail.active,.carousel-thumbnail:hover{border:2px solid #6b5b47;opacity:1}@media (max-width:768px){.carousel-thumbnails{bottom:-48px;padding:6px 10px}.carousel-thumbnail{height:26px;width:38px}}@media (max-width:480px){.carousel-thumbnails{bottom:-36px;padding:4px 6px}.carousel-thumbnail{height:18px;width:28px}}.hero-section{align-items:center;background:linear-gradient(135deg,#2c2416,#4a3f2f 50%,#6b5b47);display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.hero-background-overlay{background:radial-gradient(circle at 20% 50%,#8b735533 0,#0000 50%),radial-gradient(circle at 80% 80%,#6b5b4733 0,#0000 50%)}.hero-background-overlay,.hero-particle-effect{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-particle-effect{animation:particleFloat 20s ease-in-out infinite;background-image:radial-gradient(2px 2px at 20% 30%,#fff3,#0000),radial-gradient(2px 2px at 60% 70%,#ffffff26,#0000),radial-gradient(1px 1px at 50% 50%,#ffffff1a,#0000),radial-gradient(1px 1px at 80% 10%,#ffffff26,#0000);background-size:200% 200%,180% 180%,150% 150%,220% 220%}@keyframes particleFloat{0%,to{background-position:0 0,0 0,0 0,0 0}50%{background-position:100% 100%,100% 100%,100% 100%,100% 100%}}.hero-content{color:#fff;padding:60px;position:relative;text-align:center;z-index:2}.hero-logo-mark{animation:logoFloat 3s ease-in-out infinite;margin-bottom:30px}.logo-ornament{color:#fff9;display:inline-block;font-size:24px}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-subtitle{animation:fadeInDown 1.2s cubic-bezier(.4,0,.2,1) .3s forwards;animation-fill-mode:both;font-family:Outfit,sans-serif;font-size:14px;font-weight:300;letter-spacing:12px;margin-bottom:25px;opacity:.85;text-transform:uppercase}.hero-title{-webkit-text-fill-color:#0000;animation:fadeInUp 1.4s cubic-bezier(.4,0,.2,1) .5s forwards;animation-fill-mode:both;background:linear-gradient(135deg,#fff,#e8dcc8);-webkit-background-clip:text;background-clip:text;font-family:Brave,serif;font-size:200px;font-weight:700;letter-spacing:20px;line-height:1;margin-bottom:40px;padding-left:20px;text-shadow:0 0 80px #ffffff4d;text-transform:uppercase}.hero-divider{animation:fadeIn 1.6s cubic-bezier(.4,0,.2,1) .7s forwards;animation-fill-mode:both;background:linear-gradient(90deg,#0000,#fff 50%,#0000);height:1px;margin:40px auto;position:relative;width:200px}.divider-center{background:linear-gradient(135deg,#2c2416,#4a3f2f);color:#fff;font-size:12px;left:50%;padding:0 15px;position:absolute;top:50%;transform:translate(-50%,-50%)}.hero-tagline{animation:fadeInUp 1.8s cubic-bezier(.4,0,.2,1) .9s forwards;animation-fill-mode:both;font-family:Playfair Display,serif;font-size:18px;font-weight:300;letter-spacing:3px;opacity:.9}.hero-scroll-indicator{animation:fadeIn 2s cubic-bezier(.4,0,.2,1) 1.2s forwards;animation-fill-mode:both;bottom:50px;color:#fff9;left:50%;position:absolute;text-align:center;transform:translateX(-50%);z-index:3}.hero-scroll-indicator span{display:block;font-family:Outfit,sans-serif;font-size:11px;letter-spacing:3px;margin-bottom:15px;text-transform:uppercase}.scroll-line{animation:scrollLine 2s ease-in-out infinite;background:linear-gradient(180deg,#fff9,#0000);height:40px;margin:0 auto;width:1px}@keyframes scrollLine{0%,to{height:40px;opacity:.6}50%{height:60px;opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1440px){.hero-title{font-size:120px;letter-spacing:18px}}@media (max-width:1200px){.hero-title{font-size:100px;letter-spacing:15px}}@media (max-width:1024px){.hero-title{font-size:90px;letter-spacing:12px}.hero-tagline{font-size:16px}}@media (max-width:768px){.hero-section{height:80vh}.hero-title{font-size:70px;letter-spacing:10px}.hero-subtitle{font-size:12px;letter-spacing:8px}.hero-tagline{font-size:15px}.hero-scroll-indicator{bottom:30px}.hero-content{padding:40px 20px}}@media (max-width:480px){.hero-section{height:70vh}.hero-content{padding:40px 20px}.hero-title{font-size:52px;letter-spacing:8px;margin-bottom:30px}.hero-subtitle{font-size:11px;letter-spacing:6px}.hero-tagline{font-size:14px;letter-spacing:2px}.hero-divider{margin:30px auto;width:150px}}@media (max-width:360px){.hero-title{font-size:44px;letter-spacing:6px}.hero-subtitle{font-size:10px;letter-spacing:4px}.hero-tagline{font-size:13px}}.about-page-container{background-color:#eeebe3;max-width:100vw;overflow-x:hidden;position:relative;width:100%}img{transform:scale(1.1)}.animate-scale{transform:scale(.9)}.section-title{display:inline-block;font-size:48px;font-weight:500;letter-spacing:6px;margin-bottom:60px;white-space:nowrap}.about-page-container .section-title:after{display:none}.title-accent{background:linear-gradient(90deg,#8b7355,#0000);bottom:-15px;height:2px;left:0;position:absolute;width:80px}.section-title.light{color:#fff}.title-accent.light{background:linear-gradient(90deg,#fff,#0000)}@media (max-width:768px){.section-title{font-size:32px;letter-spacing:4px;white-space:normal}}.section-subtitle{color:#666;font-family:Playfair Display,serif;font-size:20px;font-style:italic;letter-spacing:1px;margin-bottom:60px}.section-subtitle.light{color:#ffffffe6}.section-number{color:#8b735514;font-family:Playfair Display,serif;font-size:120px;font-weight:300;left:-20px;line-height:1;position:absolute;top:-40px;z-index:0}.section-number.light{color:#ffffff14}.about-story-section{background-color:#eeebe3;overflow:hidden;padding:150px 60px;position:relative}.section-decorator{height:200px;opacity:.03;position:absolute;width:200px}.section-decorator.left{background:radial-gradient(circle,#8b7355 0,#0000 70%);left:-100px;top:100px}.section-decorator.right{background:radial-gradient(circle,#6b5b47 0,#0000 70%);bottom:100px;right:-100px}.about-story-container{align-items:center;display:flex;gap:120px;margin:0 auto;max-width:1400px;position:relative}.about-story-text{flex:1 1;position:relative;z-index:1}.about-story-paragraphs{display:flex;flex-direction:column;gap:30px}.story-intro{color:#111;font-size:22px;font-weight:500;line-height:1.8}.story-body,.story-intro{font-family:Playfair Display,serif}.story-body{color:#444;font-size:17px;line-height:2;padding-left:30px;position:relative}.story-body:before{background:linear-gradient(180deg,#8b7355,#0000);content:"";height:30px;left:0;position:absolute;top:8px;width:3px}.story-signature{align-items:center;display:flex;gap:20px;margin-top:50px}.signature-line{background:#8b7355!important}.signature-text{color:#8b7355!important;font-size:14px;letter-spacing:2px}.about-story-image{flex:1 1;position:relative}.image-frame{border-radius:2px;overflow:hidden;position:relative}.frame-corner{border:2px solid #8b7355;height:40px;position:absolute;width:40px;z-index:2}.frame-corner.top-left{border-bottom:none;border-right:none;left:-2px;top:-2px}.frame-corner.top-right{border-bottom:none;border-left:none;right:-2px;top:-2px}.frame-corner.bottom-left{border-right:none;border-top:none;bottom:-2px;left:-2px}.frame-corner.bottom-right{border-left:none;border-top:none;bottom:-2px;right:-2px}.image-frame img{display:block;height:600px;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.image-frame:hover img{transform:scale(1.05)}.image-overlay-gradient{background:linear-gradient(180deg,#0000,#0006);bottom:0;height:150px;left:0;pointer-events:none;position:absolute;right:0}.image-caption{margin-top:20px;text-align:center}.image-caption span{color:#8b7355;font-family:Outfit,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase}.experience-container{position:relative;z-index:1}.experience-gallery{display:flex;flex:1.2 1;flex-direction:column;gap:30px}.gallery-main,.image-frame.luxury{overflow:hidden;position:relative}.image-frame.luxury{border-radius:2px;box-shadow:0 20px 80px #00000026}.image-frame.luxury img{height:500px;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.image-frame.luxury:hover img{transform:scale(1.08)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item{border-radius:2px;box-shadow:0 10px 40px #0000001a;transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery-item:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-10px)}.gallery-item img{height:300px;transition:transform .8s cubic-bezier(.4,0,.2,1)}.gallery-item:hover img{transform:scale(1.1)}.experience-text{flex:1 1;position:relative}.experience-description{color:#444;margin-bottom:30px}.experience-quote{background:#8b73550d;border-left:4px solid #8b7355;color:#8b7355;font-size:20px;font-style:italic;line-height:1.8;margin:50px 0;padding:40px}.experience-quote,.quote-mark{font-family:Playfair Display,serif;position:relative}.quote-mark{color:#8b73554d;font-size:60px;line-height:0;top:25px}.experience-stats{border-top:1px solid #8b735533;display:flex;gap:50px;margin-top:60px;padding-top:40px}.stat-item{display:flex;flex-direction:column;gap:10px}.stat-number{color:#8b7355;font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:1}.stat-label{color:#666;font-family:Outfit,sans-serif;font-size:12px;letter-spacing:2px;text-transform:uppercase}.about-founder-section{background-color:#eeebe3;overflow:hidden;padding:150px 60px;position:relative}.founder-background{background:radial-gradient(circle at 30% 40%,#8b7355 0,#0000 60%),radial-gradient(circle at 70% 60%,#6b5b47 0,#0000 60%);height:100%;left:0;opacity:.02;position:absolute;top:0;width:100%}.founder-container{margin:0 auto;max-width:1400px;position:relative;z-index:1}.founder-content{align-items:center;display:flex;gap:120px}.founder-image{flex:1 1;position:relative}.image-frame.luxury-border{background:linear-gradient(135deg,#8b7355,#6b5b47);border-radius:2px;overflow:hidden;padding:20px;position:relative}.frame-shine{animation:frameShine 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes frameShine{0%{transform:translateX(-100%) translateY(-100%) rotate(0deg)}to{transform:translateX(100%) translateY(100%) rotate(1turn)}}.image-frame.luxury-border img{border-radius:0;display:block;height:600px;object-fit:cover;position:relative;width:100%;z-index:1}.about-experience-section .image-frame.luxury-border,.about-founder-section .image-frame.luxury-border{background:#0000!important;box-shadow:none!important;padding:0!important}.about-experience-section .image-frame.luxury-border .frame-shine{display:none!important}.founder-text{flex:1 1}.founder-description{color:#444;font-family:Playfair Display,serif;font-size:17px;line-height:2;margin-bottom:30px}.founder-quote{background:linear-gradient(135deg,#8b735514,#8b735505);border-radius:0;color:#8b7355;font-family:Playfair Display,serif;font-size:22px;font-style:italic;line-height:1.8;margin-top:50px;padding:50px 40px 40px 60px;position:relative}.quote-mark-large{color:#8b735533;font-size:80px;left:20px;line-height:0;position:absolute;top:20px}.quote-attribution{color:#666;font-family:Outfit,sans-serif;font-size:13px;font-style:normal;letter-spacing:2px;margin-top:25px;text-transform:uppercase}.about-cta-section{background:linear-gradient(135deg,#2c2416,#4a3f2f 50%,#6b5b47);color:#fff;overflow:hidden;padding:120px 60px;position:relative;text-align:center}.cta-background-luxury{animation:bgPulse 8s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#8b735526 0,#0000 50%),radial-gradient(circle at 80% 80%,#6b5b4726 0,#0000 50%);height:100%;left:0;position:absolute;top:0;width:100%}@keyframes bgPulse{0%,to{opacity:.5}50%{opacity:1}}.cta-content{margin:0 auto;max-width:900px;position:relative;z-index:1}.cta-ornament{color:#fff6;display:block;font-size:14px;letter-spacing:20px;margin-bottom:40px}.cta-ornament.bottom{margin-bottom:0;margin-top:40px}.cta-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e8dcc8);-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:52px;font-weight:600;letter-spacing:5px;line-height:1.3;margin-bottom:40px;text-transform:uppercase}.cta-description{color:#ffffffe6;font-family:Playfair Display,serif;font-size:22px;line-height:1.9;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.cta-button{background:#0000;border:2px solid #ffffff4d;border-radius:0;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;letter-spacing:3px;overflow:hidden;padding:22px 50px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-button span{position:relative;z-index:2}.button-shine{background:linear-gradient(90deg,#0000,#fff3 50%,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .5s cubic-bezier(.4,0,.2,1);width:100%}.cta-button.primary{background:#fff;border-color:#fff;color:#2c2416}.cta-button.primary:hover{background:#0000;box-shadow:0 15px 50px #fff3;color:#fff;transform:translateY(-5px)}.cta-button.primary:hover .button-shine{left:100%}.cta-button.secondary{background:#0000;border-color:#ffffff80;color:#fff}.cta-button.secondary:hover{background:#fff;border-color:#fff;box-shadow:0 15px 50px #fff3;color:#2c2416;transform:translateY(-5px)}@media (max-width:1440px){.about-story-container,.experience-container,.founder-content,.values-container{gap:100px}.section-title{font-size:44px;letter-spacing:5px}}@media (max-width:1200px){.section-title{font-size:40px;letter-spacing:4px}.about-cta-section,.about-experience-section,.about-founder-section,.about-philosophy-section,.about-story-section,.about-timeline-section,.about-values-section{padding:120px 50px}.about-story-container,.experience-container,.founder-content{gap:80px}.philosophy-grid{gap:40px}.timeline-year{font-size:64px}}@media (max-width:1024px){.section-title{font-size:36px;letter-spacing:3px}.about-cta-section,.about-experience-section,.about-founder-section,.about-philosophy-section,.about-story-section,.about-timeline-section,.about-values-section{padding:100px 40px}.philosophy-grid{gap:30px;grid-template-columns:repeat(3,1fr)}.timeline-wrapper{padding-left:60px}.timeline-year{font-size:56px;min-width:150px}.experience-stats{gap:40px}.stat-number{font-size:42px}}@media (max-width:768px){.section-title{font-size:32px;letter-spacing:2px;text-align:center}.section-number,.title-accent{left:50%;transform:translateX(-50%)}.section-number{font-size:100px;top:-30px}.about-cta-section,.about-experience-section,.about-founder-section,.about-philosophy-section,.about-story-section,.about-timeline-section,.about-values-section{padding:80px 30px}.about-story-container,.experience-container,.founder-content,.values-container{flex-direction:column;gap:60px}.about-story-text,.experience-text,.founder-text,.values-left{text-align:center}.image-frame img,.image-frame.luxury img,.image-frame.luxury-border img{height:400px}.philosophy-grid{gap:40px;grid-template-columns:1fr}.timeline-wrapper{padding-left:40px}.timeline-item{flex-direction:column;gap:30px;text-align:center}.timeline-line{left:20px}.timeline-dot{left:-30px}.timeline-year{font-size:48px;min-width:auto}.timeline-content{text-align:center}.values-grid-premium{gap:30px}.gallery-grid,.values-grid-premium{grid-template-columns:1fr}.gallery-item img{height:250px}.experience-stats{gap:30px;justify-content:center}.cta-title{font-size:38px}.cta-buttons{flex-direction:column;gap:20px}.cta-button{margin:0 auto;max-width:320px;width:100%}}@media (max-width:480px){.section-title{font-size:28px;letter-spacing:1.5px;margin-bottom:40px}.section-subtitle{font-size:16px}.section-number{font-size:80px}.about-cta-section,.about-experience-section,.about-founder-section,.about-philosophy-section,.about-story-section,.about-timeline-section,.about-values-section{padding:60px 20px}.story-intro{font-size:18px}.experience-description,.founder-description,.story-body{font-size:15px}.image-frame img,.image-frame.luxury img{height:300px}.image-frame.luxury-border{padding:12px}.image-frame.luxury-border img{height:350px}.philosophy-card.luxury-card{padding:40px 30px}.philosophy-card h4{font-size:18px}.philosophy-card p{font-size:15px}.timeline-year{font-size:40px}.timeline-content h4{font-size:22px;letter-spacing:2px}.timeline-content p{font-size:15px}.value-item.premium-item{padding:35px 25px}.gallery-item img{height:220px}.experience-quote{font-size:17px;padding:30px 25px}.quote-mark{font-size:50px;top:20px}.experience-stats{align-items:center;flex-direction:column;gap:30px}.stat-number{font-size:38px}.founder-name{font-size:26px}.founder-quote{font-size:18px;padding:40px 25px 30px 40px}.quote-mark-large{font-size:60px;left:15px;top:15px}.cta-title{font-size:30px;letter-spacing:3px}.cta-description{font-size:16px}.cta-button{font-size:12px;padding:18px 40px}}@media (max-width:360px){.section-title{font-size:24px}.section-number{font-size:70px}.about-cta-section,.about-experience-section,.about-founder-section,.about-philosophy-section,.about-story-section,.about-timeline-section,.about-values-section{padding:50px 15px}.story-intro{font-size:16px}.experience-description,.founder-description,.story-body{font-size:14px}.image-frame img,.image-frame.luxury img{height:250px}.image-frame.luxury-border{padding:10px}.image-frame.luxury-border img{height:300px}.philosophy-card.luxury-card{padding:35px 25px}.philosophy-card h4{font-size:16px}.philosophy-card p{font-size:14px}.timeline-year{font-size:36px}.timeline-content h4{font-size:20px}.timeline-content p{font-size:14px}.value-item.premium-item{padding:30px 20px}.gallery-item img{height:200px}.experience-quote{font-size:16px;padding:25px 20px}.stat-number{font-size:34px}.stat-label{font-size:11px}.founder-name{font-size:24px}.founder-quote{font-size:16px;padding:35px 20px 25px 35px}.cta-title{font-size:26px;letter-spacing:2px}.cta-description{font-size:15px}.cta-button{font-size:11px;padding:16px 35px}}@media (hover:hover){.philosophy-card.luxury-card:hover{transform:translateY(-15px) scale(1.02)}.value-item.premium-item:hover{transform:translateX(15px) scale(1.02)}.gallery-item:hover{transform:translateY(-15px) scale(1.02)}}@media print{.button-shine,.card-shine,.frame-shine,.hero-particle-effect,.hero-scroll-indicator,.section-decorator{display:none}.about-page-container{background:#fff}section{page-break-inside:avoid}}.reservation-page-container{background-color:#eeebe3;max-width:100vw;overflow-x:hidden;width:100%}img{opacity:0;transform:scale(1.05);transition:opacity 1s cubic-bezier(.4,0,.2,1),transform 1s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}img.loaded{opacity:1;transform:scale(1)}.animate-left,.animate-on-scroll,.animate-right,.animate-scale,.animate-up{opacity:0;transition:all 1s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.animate{animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) forwards}.animate-left{transform:translateX(-80px)}.animate-left.animate{opacity:1;transform:translateX(0)}.animate-right{transform:translateX(80px)}.animate-right.animate{opacity:1;transform:translateX(0)}.animate-up{transform:translateY(60px)}.animate-up.animate{opacity:1;transform:translateY(0)}.animate-scale{transform:scale(.95)}.animate-scale.animate{opacity:1;transform:scale(1)}.reservation-intro-section{background-color:#eeebe3;overflow:hidden;padding:120px 60px;position:relative;text-align:center}.intro-ornament{color:#8b73554d;display:block;font-size:16px;letter-spacing:30px;margin-bottom:30px;padding-left:30px}.intro-ornament.bottom{margin-bottom:0;margin-top:30px}.reservation-intro-content{margin:0 auto;max-width:900px}.intro-subtitle{color:#8b7355;font-family:Outfit,sans-serif;font-size:13px;letter-spacing:6px;margin-bottom:20px}.intro-subtitle,.intro-title{font-weight:400;text-transform:uppercase}.intro-title{color:#111;font-family:Playfair Display,serif;font-size:56px;letter-spacing:4px;line-height:1.2;margin-bottom:40px}.intro-divider{background:linear-gradient(90deg,#0000,#8b7355 50%,#0000);height:1px;margin:0 auto 40px;width:100px}.intro-description{color:#555;font-family:Playfair Display,serif;font-size:18px;line-height:1.9;margin:0 auto;max-width:750px}.experience-section{background-color:#eeebe3;overflow:hidden;padding:100px 60px;position:relative}.experience-section:nth-child(2n){background:linear-gradient(180deg,#eeebe3,#e8e3d8)}.experience-container{align-items:center;display:flex;gap:100px;margin:0 auto;max-width:1400px}.experience-container.reverse{flex-direction:row-reverse}.experience-image-wrapper{flex:1 1;position:relative}.experience-number{color:#8b735514;font-family:Playfair Display,serif;font-size:120px;font-weight:300;left:-30px;line-height:1;position:absolute;top:-30px;z-index:0}.image-frame.premium{border-radius:2px;box-shadow:0 25px 80px #0000001f;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1)}.image-frame.premium:hover{box-shadow:0 35px 100px #0000002e;transform:translateY(-10px)}.image-frame.premium{height:550px}.image-frame.premium img{display:block;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.image-frame.premium:hover img{transform:scale(1.08)}.image-gradient-overlay{background:linear-gradient(180deg,#0000,#00000080);bottom:0;height:200px;left:0;pointer-events:none;position:absolute;right:0}.experience-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:50px;bottom:30px;box-shadow:0 10px 30px #00000026;display:flex;gap:12px;left:30px;padding:12px 20px;position:absolute;z-index:2}.badge-icon{font-size:20px}.badge-text{color:#8b7355;font-family:Outfit,sans-serif;font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.experience-content{flex:1 1}.experience-header{flex-direction:column;gap:12px;margin-bottom:35px}.experience-title{color:#111;display:inline-block;font-family:Outfit,sans-serif;font-size:42px;font-weight:500;letter-spacing:4px;margin-bottom:30px;position:relative;text-transform:uppercase}.experience-title:after{background:#8b7355;bottom:-10px;content:"";height:2px;left:0;position:absolute;width:60px}.experience-meta{align-items:flex-start;display:flex;flex-wrap:wrap;gap:25px}.meta-item{display:flex;flex-direction:column;gap:6px}.meta-label{color:#999;font-size:10px;letter-spacing:2px;text-transform:uppercase}.meta-label,.meta-value{font-family:Outfit,sans-serif}.meta-value{color:#8b7355;font-size:16px;font-weight:600;letter-spacing:1px}.meta-divider{background:#8b735533;height:30px;width:1px}.experience-description{color:#555;font-family:Playfair Display,serif;font-size:17px;line-height:2;margin-bottom:40px;max-width:550px}.experience-includes{background:#fff9;border-left:3px solid #8b7355;border-radius:0;margin-bottom:45px;padding:35px}.includes-title{color:#111;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;letter-spacing:3px;margin-bottom:25px;text-transform:uppercase}.includes-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.include-item{align-items:center;display:flex;gap:12px}.include-icon{color:#8b7355;font-size:16px;font-weight:600;min-width:20px}.include-text{color:#666;font-family:Playfair Display,serif;font-size:15px;line-height:1.6}.experience-btn{align-items:center;background:#0000;border:2px solid #8b7355;border-radius:0;color:#8b7355;cursor:pointer;display:inline-flex;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;gap:15px;letter-spacing:3px;overflow:hidden;padding:20px 45px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.experience-btn:before{background:#8b7355;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.experience-btn:hover:before{left:0}.experience-btn:hover{box-shadow:0 15px 40px #8b735540;color:#fff;transform:translateY(-3px)}.btn-arrow{transition:transform .4s cubic-bezier(.4,0,.2,1)}.experience-btn:hover .btn-arrow{transform:translateX(5px)}.reservation-info-section{background:linear-gradient(135deg,#8b7355,#6b5b47);color:#fff;overflow:hidden;padding:100px 60px;position:relative}.reservation-info-container{margin:0 auto;max-width:1400px}.info-content{text-align:center}.info-ornament{color:#ffffff4d;font-size:14px;letter-spacing:20px;margin-bottom:30px;padding-left:20px}.info-title{color:#fff;display:inline-block;font-family:Outfit,sans-serif;font-size:38px;font-weight:500;letter-spacing:4px;margin-bottom:70px;position:relative;text-transform:uppercase}.info-title:after{background:#ffffff80;bottom:-15px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.info-grid{grid-gap:40px;gap:40px;grid-template-columns:repeat(4,1fr);margin-top:60px}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:0;padding:45px 35px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.info-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-10px)}.info-icon{font-size:40px;margin-bottom:25px}.info-card h4{color:#fff;font-family:Outfit,sans-serif;font-size:18px;font-weight:600;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.info-card p{color:#ffffffd9;font-family:Playfair Display,serif;font-size:15px;line-height:1.8}.sks-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(2,1fr);margin-top:30px}.sks-list{color:#fffffff2;font-family:Playfair Display,serif;font-size:15px;line-height:1.9;list-style:decimal;margin-top:18px;padding-left:22px;text-align:left}.sks-list li{margin-bottom:12px}@media (max-width:1024px){.sks-grid{grid-template-columns:1fr}}@media (max-width:1440px){.experience-container{gap:80px}.intro-title{font-size:52px}.experience-title{font-size:38px}}@media (max-width:1200px){.experience-section,.reservation-cta-section,.reservation-info-section,.reservation-intro-section{padding:100px 50px}.intro-title{font-size:48px}.experience-container{gap:70px}.experience-title{font-size:36px}.image-frame.premium{height:480px}.info-grid{gap:30px}}@media (max-width:1024px){.experience-section,.reservation-cta-section,.reservation-info-section,.reservation-intro-section{padding:80px 40px}.intro-title{font-size:44px}.experience-container{gap:60px}.experience-title{font-size:32px}.experience-meta{gap:20px}.image-frame.premium{height:420px}.includes-grid{grid-template-columns:1fr}.info-grid{gap:30px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.experience-section,.reservation-cta-section,.reservation-info-section,.reservation-intro-section{padding:60px 30px}.intro-title{font-size:36px;letter-spacing:2px}.intro-description{font-size:16px}.experience-container,.experience-container.reverse{flex-direction:column;gap:50px;position:relative}.experience-title{font-size:28px;letter-spacing:2px}.experience-title:after{left:50%;transform:translateX(-50%)}.experience-content{order:2}.experience-image-wrapper{margin:0;order:1}.experience-header{margin-bottom:30px;text-align:center}.experience-meta{justify-content:center}.experience-number{display:none}.experience-description{max-width:100%;text-align:center}.image-frame.premium{height:400px}.experience-badge{left:50%;transform:translateX(-50%)}.experience-includes{text-align:left}.experience-btn{justify-content:center;width:100%}.info-title{font-size:32px}.info-grid{gap:25px;grid-template-columns:1fr}.cta-title{font-size:38px}.cta-buttons{flex-direction:column}.cta-btn{margin:0 auto;max-width:350px;width:100%}}@media (max-width:480px){.experience-section,.reservation-cta-section,.reservation-info-section,.reservation-intro-section{padding:50px 20px}.intro-subtitle{font-size:11px;letter-spacing:4px}.intro-title{font-size:30px;letter-spacing:1px}.intro-description{font-size:15px}.experience-number{font-size:80px}.experience-title{font-size:24px}.experience-meta{gap:15px}.meta-value{font-size:14px}.experience-description{font-size:15px}.image-frame.premium{height:320px}.experience-includes{padding:25px}.includes-title{font-size:12px}.include-text{font-size:14px}.experience-btn{font-size:12px;padding:18px 35px}.info-title{font-size:26px;letter-spacing:2px}.info-card{padding:35px 25px}.info-icon{font-size:35px}.info-card h4{font-size:16px}.info-card p{font-size:14px}.cta-title{font-size:30px;letter-spacing:2px}.cta-description{font-size:16px}.cta-btn{font-size:12px;padding:18px 40px}}@media (max-width:360px){.intro-title{font-size:26px}.experience-number{font-size:70px}.experience-title{font-size:22px}.image-frame.premium img{height:280px}.experience-includes{padding:20px}.info-title{font-size:24px}.cta-title{font-size:26px}.cta-description{font-size:15px}}@media (hover:hover){.image-frame.premium:hover{transform:translateY(-15px) scale(1.01)}.info-card:hover{transform:translateY(-15px) scale(1.02)}}@media (min-width:1025px){.bicycle-section .experience-image-wrapper,.painting-section .experience-image-wrapper,.pottery-section .experience-image-wrapper,.sailing-section .experience-image-wrapper{flex:1.15 1}.bicycle-section .experience-content,.painting-section .experience-content,.pottery-section .experience-content,.sailing-section .experience-content{flex:0.85 1}.bicycle-section .image-frame.premium,.painting-section .image-frame.premium,.pottery-section .image-frame.premium,.sailing-section .image-frame.premium{transition:margin .25s ease}.bicycle-section .image-frame.premium,.painting-section .image-frame.premium{margin-left:-22px}.pottery-section .image-frame.premium,.sailing-section .image-frame.premium{margin-right:-22px}.bicycle-section .image-frame.premium img,.painting-section .image-frame.premium img,.pottery-section .image-frame.premium img,.sailing-section .image-frame.premium img{object-position:center left}}.bakery-page-container{background:linear-gradient(180deg,#fff,#fbfdff);color:#0f172a;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.bakery-intro-section{background:#fff;padding:80px 0 50px;text-align:center}.bakery-intro-content{margin:0 auto;max-width:900px}.bakery-intro-text{color:#2c3e50;font-size:1.15rem;font-weight:400;letter-spacing:.3px;line-height:1.9;margin:0}.bakery-menu-section{padding:36px 0 48px}.bakery-menu-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.bakery-card{background:#fff;border:1px solid #e6e9ee;border:1px solid var(--card-border);border-radius:12px;box-shadow:0 6px 18px #0f172a0a;display:flex;flex-direction:column;overflow:hidden;padding:0;transition:transform .22s ease,box-shadow .22s ease}.bakery-card:hover{box-shadow:0 12px 30px #0f172a14;transform:translateY(-6px)}.bakery-meta{display:block;margin-bottom:6px}.bakery-name{font-size:18px;font-weight:700;margin:0 0 6px}.bakery-desc{color:#6b7280;color:var(--muted);font-size:14px;line-height:1.45;margin:0}.bakery-thumb{align-items:center;background:#f7fafc;display:flex;flex-shrink:0;height:300px;justify-content:center;overflow:hidden;width:100%}.bakery-thumb img{display:block;height:100%;object-fit:cover;object-position:center center;transition:transform .6s ease;width:100%}.bakery-thumb img:hover{transform:scale(1.04)}.bakery-body{min-height:84px;padding:18px}.bakery-signature-section{background:#0000;padding:44px 0}.signature-card p{color:#6b7280}.bakery-gallery-section{padding:48px 0}.bakery-gallery{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:1.4fr 1fr}.bakery-cta-section{padding:40px 0 72px}.cta-inner p{color:#6b7280}@media (max-width:1000px){.bakery-gallery,.bakery-menu-grid,.signature-grid{grid-template-columns:1fr}.gallery-item{height:220px}.cta-inner{align-items:flex-start;flex-direction:column}}.bakery-menu-viewport{position:relative}.bakery-menu{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (max-width:880px){.bakery-menu-viewport{padding:0 12px}.bakery-menu{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.bakery-menu .bakery-card{box-sizing:border-box;flex:0 0 92%;max-width:92%;scroll-snap-align:center}.bakery-menu-arrow{align-items:center;background:#fffffff2;border:1px solid #10182814;border-radius:8px;box-shadow:0 8px 22px #02061714;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:40px}.bakery-menu-arrow.left{left:8px}.bakery-menu-arrow.right{right:8px}.bakery-menu-viewport{overflow:visible}.bakery-menu-arrow{z-index:30}.menu-indicators{position:relative;z-index:30}.bakery-thumb{height:220px}}@media (min-width:881px){.bakery-menu-arrow{display:none}}.bakery-menu::-webkit-scrollbar{height:8px}.bakery-menu::-webkit-scrollbar-thumb{background:#0f172a0f;border-radius:8px}@media (max-width:520px){.bakery-intro-section{padding:48px 0 20px}.bakery-title{font-size:24px}.bakery-subtitle{font-size:14px}.gallery-item{height:160px}}.bar-page-container{background:linear-gradient(180deg,#fff,#fbfdff);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans}.bar-intro-section{background:#fff;padding:80px 0 50px}.bar-title{color:var(--text);font-family:Playfair Display,serif;font-size:44px;font-weight:500}.bar-divider{background:linear-gradient(90deg,var(--accent),#8b7355);border-radius:4px;box-shadow:0 6px 18px #805ad50f;height:4px;margin:12px auto 18px;width:90px}.bar-intro-content{margin:0 auto;max-width:900px}.bar-intro-text{color:#2c3e50;font-size:1.15rem;font-weight:400;letter-spacing:.3px;line-height:1.9;margin:0}.bar-highlights{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:20px}.bar-highlights .highlight{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--card-border);border-radius:12px;box-shadow:0 10px 30px #0c12280a;max-width:320px;min-width:220px;padding:12px 14px;text-align:left}.bar-highlights .highlight strong{display:block;font-size:15px;margin-bottom:6px}.bar-meta{color:var(--muted);display:flex;flex-wrap:wrap;font-size:14px;gap:18px;justify-content:center;margin-top:14px}.bar-menu{grid-template-columns:repeat(3,1fr)}.drink-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--card-border);border-radius:12px;display:flex;flex-direction:column;min-height:360px;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}.drink-card:hover{box-shadow:0 18px 48px #0f172a14}.drink-thumb{height:240px}.drink-thumb img{opacity:0;transform:scale(1.02);transition:transform .6s ease,opacity .45s ease}.drink-thumb img.loaded{opacity:1;transform:none}.drink-body{display:flex;flex:1 1;flex-direction:column;padding:16px}.drink-meta{margin-bottom:8px}.drink-name{margin:0 0 8px}.gallery-item{background:#f8fafc}.gallery-item img{opacity:0;transform:scale(1.02);transition:transform .6s ease,opacity .45s ease}.gallery-item img.loaded{opacity:1;transform:none}.gallery-caption{align-items:center;background:linear-gradient(180deg,#0000,#0206176b 70%);bottom:0;color:#fff;display:flex;font-size:13px;gap:10px;left:0;padding:12px 16px;position:absolute;right:0}@media (max-width:880px){.bar-menu{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.bar-menu .drink-card{box-sizing:border-box;flex:0 0 92%;max-width:92%;scroll-snap-align:center}.menu-viewport{overflow:visible;padding:0 12px}.menu-arrow{align-items:center;background:#fffffff2;border:1px solid #10182814;border-radius:8px;box-shadow:0 8px 22px #02061714;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:30}.menu-arrow.left{left:8px}.menu-arrow.right{right:8px}.drink-thumb{height:220px}}@media (max-width:1000px){.bar-menu{grid-template-columns:repeat(2,1fr)}.bar-gallery,.signature-grid{grid-template-columns:1fr}.gallery-item{height:220px}.cta-inner{align-items:flex-start;flex-direction:column}}@media (max-width:520px){.bar-intro-section{padding:48px 0 20px}.bar-title{font-size:24px}.bar-subtitle{font-size:14px}.gallery-item{height:160px}.bar-highlights{gap:10px}}.bar-intro-section{padding:72px 0 40px;text-align:center}.bar-title{font-size:36px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.bar-subtitle{color:var(--muted);font-size:16px;margin:0 auto;max-width:760px}.bar-menu-section{padding:36px 0 48px}.bar-menu-grid{overflow:hidden;.bar-title{color:var(--text);font-family:Playfair Display,serif;font-size:48px;font-weight:500;letter-spacing:-.02em;margin:0 0 10px}.bar-divider{background:linear-gradient(90deg,var(--accent),#8b7355);border-radius:4px;box-shadow:0 6px 18px #805ad514;height:4px;margin:12px auto 20px;width:90px}.bar-subtitle{color:var(--muted);font-family:Playfair Display,serif;font-size:18px;font-style:italic;line-height:1.9;margin:0 auto;max-width:820px}}.drink-card:hover{box-shadow:0 12px 30px #0f172a14;transform:translateY(-6px)}.drink-meta{display:block;margin-bottom:6px}.drink-name{font-size:18px;font-weight:700;margin:0 0 6px}.drink-desc{color:var(--muted);font-size:14px;line-height:1.45;margin:0}.drink-thumb{align-items:center;background:#f7fafc;display:flex;flex-shrink:0;height:300px;justify-content:center;overflow:hidden;width:100%}.drink-thumb img{display:block;height:100%;object-fit:cover;object-position:center center;transition:transform .6s ease;width:100%}.drink-thumb img:hover{transform:scale(1.04)}.drink-body{min-height:84px;padding:18px}.bar-signature-section{background:#0000;padding:44px 0}.signature-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.signature-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #eef2f6;border-radius:12px;box-shadow:0 6px 20px #0c12280a;padding:18px}.signature-card h4{font-size:16px;margin:0 0 6px}.signature-card p{color:var(--muted);font-size:14px;margin:0}.bar-gallery-section{padding:48px 0}.bar-gallery{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:1.4fr 1fr}.bar-cta-section{padding:40px 0 72px}.cta-inner{align-items:center;background:linear-gradient(90deg,#805ad50f,#805ad508);border-radius:12px;display:flex;gap:20px;justify-content:space-between;padding:22px}.cta-inner h3{font-size:18px;margin:0}.cta-inner p{color:var(--muted);margin:4px 0 0}.cta-button{background:linear-gradient(90deg,#805ad5,#6b46c1);border:none;border-radius:12px;box-shadow:0 8px 24px #6366f11f;color:#fff;cursor:pointer;font-weight:700;padding:12px 18px}.divider{background:linear-gradient(90deg,#c7b3ff00,#c7b3ff);border-radius:4px;height:1px;margin:18px auto;width:60px}@media (max-width:1000px){.bar-gallery,.bar-menu-grid,.signature-grid{grid-template-columns:1fr}.gallery-item{height:220px}.cta-inner{align-items:flex-start;flex-direction:column}}.menu-viewport{position:relative}.bar-menu{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (max-width:880px){.menu-viewport{padding:0 12px}.bar-menu{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.bar-menu .drink-card{box-sizing:border-box;flex:0 0 92%;max-width:92%;scroll-snap-align:center}.menu-arrow{align-items:center;background:#fffffff2;border:1px solid #10182814;border-radius:8px;box-shadow:0 8px 22px #02061714;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:40px}.menu-arrow.left{left:8px}.menu-arrow.right{right:8px}.menu-viewport{overflow:visible}.menu-arrow{z-index:30}.menu-indicators{position:relative;z-index:30}.drink-thumb{height:220px}}@media (min-width:881px){.menu-arrow{display:none}}.bar-menu::-webkit-scrollbar{height:8px}.bar-menu::-webkit-scrollbar-thumb{background:#0f172a0f;border-radius:8px}@media (max-width:520px){.bar-intro-section{padding:48px 0 20px}.bar-title{font-size:24px}.bar-subtitle{font-size:14px}.gallery-item{height:160px}}:root{--bg:#fff;--muted:#6b7280;--text:#0f172a;--accent:#805ad5;--card-border:#e6e9ee;--container-width:1120px}.kitchen-page-container{background:linear-gradient(180deg,#fff,#fbfdff);color:#0f172a;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.container{margin:0 auto;max-width:1120px;max-width:var(--container-width);padding:0 20px}.kitchen-intro-section{background:#fff;padding:80px 0 50px;text-align:center}.kitchen-title{font-size:36px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.kitchen-intro-content{margin:0 auto;max-width:900px}.kitchen-intro-text{color:#2c3e50;font-size:1.15rem;font-weight:400;letter-spacing:.3px;line-height:1.9;margin:0}.section-heading{font-size:20px;font-weight:600;margin:0 0 18px}.kitchen-menu-section{padding:36px 0 48px}.kitchen-card{background:#fff;border:1px solid #e6e9ee;border:1px solid var(--card-border);border-radius:12px;box-shadow:0 6px 18px #0f172a0a;display:flex;flex-direction:column;overflow:hidden;padding:0;transition:transform .22s ease,box-shadow .22s ease}.kitchen-card:hover{box-shadow:0 12px 30px #0f172a14;transform:translateY(-6px)}.kitchen-meta{display:block;margin-bottom:6px}.kitchen-name{font-size:18px;font-weight:700;margin:0 0 6px}.kitchen-desc{color:#6b7280;color:var(--muted);font-size:14px;line-height:1.45;margin:0}.kitchen-thumb{align-items:center;background:#f7fafc;display:flex;flex-shrink:0;height:300px;justify-content:center;overflow:hidden;width:100%}.kitchen-thumb img{display:block;height:100%;object-fit:cover;object-position:center center;transition:transform .6s ease;width:100%}.kitchen-thumb img:hover{transform:scale(1.04)}.kitchen-body{min-height:84px;padding:18px}.kitchen-gallery-section{padding:48px 0}.kitchen-gallery{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:1.4fr 1fr}.gallery-item{border-radius:12px;height:320px;overflow:hidden;position:relative}.gallery-item img{display:block;height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.gallery-item:hover img{transform:scale(1.06)}@media (max-width:1000px){.kitchen-gallery{grid-template-columns:1fr}.gallery-item{height:220px}}.kitchen-menu-viewport{position:relative}.kitchen-menu{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (max-width:880px){.kitchen-menu-viewport{padding:0 12px}.kitchen-menu{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.kitchen-menu .kitchen-card{box-sizing:border-box;flex:0 0 92%;max-width:92%;scroll-snap-align:center}.kitchen-menu-arrow{align-items:center;background:#fffffff2;border:1px solid #10182814;border-radius:8px;box-shadow:0 8px 22px #02061714;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:40px}.kitchen-menu-arrow.left{left:8px}.kitchen-menu-arrow.right{right:8px}.kitchen-menu-viewport{overflow:visible}.kitchen-menu-arrow{z-index:30}.kitchen-thumb{height:220px}}@media (min-width:881px){.kitchen-menu-arrow{display:none}}.kitchen-menu::-webkit-scrollbar{height:8px}.kitchen-menu::-webkit-scrollbar-thumb{background:#0f172a0f;border-radius:8px}@media (max-width:520px){.kitchen-intro-section{padding:48px 0 20px}.kitchen-title{font-size:24px}.kitchen-subtitle{font-size:14px}.gallery-item{height:160px}}.kitchen-thumb img{opacity:0;transform:scale(1.02);transition:opacity .45s ease,transform .6s ease}.kitchen-thumb img.loaded{opacity:1;transform:none}.kitchen-gallery .gallery-item img{opacity:0;transform:scale(1.02);transition:opacity .45s ease,transform .6s ease}.kitchen-gallery .gallery-item img.loaded{opacity:1;transform:none}.kitchen-head-section{background:linear-gradient(180deg,#fff0,#f8fafc99 50%,#fff0);padding:60px 0 64px;position:relative}.chef-section-header{margin-bottom:48px;text-align:center}.chef-section-title{color:#0f172a;color:var(--text);font-family:Playfair Display,serif;font-size:36px;font-weight:600;letter-spacing:-.02em;margin:0 0 16px}.chef-section-divider{background:linear-gradient(90deg,#0000,#8b7355,#0000);border-radius:4px;height:3px;margin:0 auto 16px;width:80px}.chef-section-subtitle{color:#6b7280;color:var(--muted);font-size:16px;font-style:italic;margin:0}.chef-card{align-items:center;background:linear-gradient(135deg,#fff,#fafbfc);border:1px solid #e6e9eeb3;border-radius:20px;box-shadow:0 16px 48px #0f172a14,0 6px 16px #0f172a0a;display:flex;gap:40px;margin:0 auto;max-width:960px;overflow:hidden;padding:40px;position:relative;transition:all .4s ease}.chef-card:before{background:radial-gradient(circle,#805ad508 0,#0000 70%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}.chef-card:hover{box-shadow:0 24px 72px #0f172a1f,0 12px 28px #0f172a0f;transform:translateY(-6px)}.chef-photo-wrapper{flex:0 0 260px;position:relative}.chef-photo{align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:16px;box-shadow:0 12px 32px #0f172a1f;display:flex;height:340px;justify-content:center;overflow:hidden;position:relative;width:260px}.chef-photo:before{background:linear-gradient(180deg,#0000 50%,#805ad514);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.chef-photo:after{background:linear-gradient(135deg,#805ad5,#8b7355);background:linear-gradient(135deg,var(--accent),#8b7355);border-radius:16px;bottom:-2px;content:"";left:-2px;opacity:.15;position:absolute;right:-2px;top:-2px;z-index:-1}.chef-photo img{display:block;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:opacity .45s ease,transform .6s ease;width:100%}.chef-photo img.loaded{opacity:1;transform:none}.chef-badge{background:linear-gradient(135deg,#805ad5,#6b46c1);background:linear-gradient(135deg,var(--accent),#6b46c1);border-radius:20px;bottom:-12px;box-shadow:0 8px 20px #805ad54d;color:#fff;font-size:13px;font-weight:700;left:50%;letter-spacing:.08em;padding:8px 20px;position:absolute;text-transform:uppercase;transform:translateX(-50%);z-index:2}.chef-info{flex:1 1;padding:12px 0}.chef-name{color:#0f172a;color:var(--text);font-family:Playfair Display,serif;font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin:0}.chef-role{align-items:center;color:#8b7355;display:flex;font-size:14px;font-weight:700;gap:10px;letter-spacing:.1em;margin:12px 0 0;text-transform:uppercase}.chef-bio{color:#6b7280;color:var(--muted);font-size:15px;line-height:1.8;margin:20px 0 0;max-width:540px}@media (max-width:880px){.chef-section-title{font-size:28px}.chef-card{align-items:center;flex-direction:column;gap:32px;padding:32px 24px;text-align:center}.chef-photo-wrapper{flex:none}.chef-photo{height:320px;width:240px}.chef-info{padding:0}.chef-name{font-size:26px}.chef-role{justify-content:center}.chef-bio{max-width:100%}.chef-specialties{justify-content:center}}@media (max-width:520px){.kitchen-head-section{padding:40px 0 48px}.chef-section-header{margin-bottom:32px}.chef-section-title{font-size:24px}.chef-card{padding:24px 20px}.chef-photo{height:360px;width:100%}.chef-name{font-size:24px}.chef-role{font-size:12px}.chef-bio{font-size:14px}.specialty-tag{font-size:11px;padding:5px 12px}}.booking-page-container{background-color:#eeebe3;max-width:100vw;min-height:100vh;overflow-x:hidden;width:100%}.booking-header-section{background:linear-gradient(135deg,#8b7355,#6b5b47);color:#fff;overflow:hidden;padding:80px 40px;position:relative;text-align:center}.booking-header-section:before{background:radial-gradient(circle at 30% 50%,#ffffff0d 0,#0000 60%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.booking-header-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.header-ornament{font-size:20px}.booking-main-title{font-family:Outfit,sans-serif;font-size:48px;font-weight:500;letter-spacing:4px;line-height:1.2;margin-bottom:20px;text-transform:uppercase}.booking-subtitle{color:#ffffffe6;font-family:Playfair Display,serif;font-size:18px;font-style:italic;letter-spacing:1px}.booking-content-section{background-color:#eeebe3;padding:80px 40px}.booking-content-wrapper{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:400px 1fr;margin:0 auto;max-width:1400px}.booking-summary{position:sticky;top:100px}.summary-divider{background:#8b7355;height:2px;margin-bottom:30px;width:60px}.experience-card{background:#fff;border-radius:2px;box-shadow:0 10px 40px #00000014;margin-bottom:30px;padding:35px}.experience-card-header{align-items:center;border-bottom:1px solid #8b735526;display:flex;gap:15px;margin-bottom:30px;padding-bottom:25px}.experience-card-header h3{color:#111;font-family:Outfit,sans-serif;font-size:22px;font-weight:600;letter-spacing:1px;line-height:1.3;text-transform:uppercase}.experience-details{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.detail-item{align-items:center;display:flex;justify-content:space-between}.detail-label{color:#666;font-size:13px}.detail-value{font-size:16px;font-weight:600}.experience-total{align-items:center;border-top:2px solid #8b7355;display:flex;justify-content:space-between;padding-top:25px}.total-label{color:#111;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.total-amount{font-family:Playfair Display,serif;font-size:28px;font-weight:700}.booking-guidelines{background:#8b73550d;border-left:3px solid #8b7355;border-radius:2px;padding:30px}.booking-guidelines h4{color:#111;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.booking-guidelines ul{display:flex;flex-direction:column;gap:15px;list-style:none}.booking-guidelines li{align-items:flex-start;color:#555;display:flex;font-family:Playfair Display,serif;font-size:14px;gap:12px;line-height:1.6}.guideline-icon{color:#8b7355;font-size:16px;font-weight:600;min-width:20px}.booking-form-container{background:#fff;border-radius:2px;box-shadow:0 10px 40px #00000014;padding:50px}.form-header{border-bottom:1px solid #8b735526;margin-bottom:40px;padding-bottom:30px}.form-header h2{color:#111;font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.form-header p{color:#666;font-family:Playfair Display,serif;font-size:16px;line-height:1.6}.booking-form{gap:30px}.booking-form,.form-group{display:flex;flex-direction:column}.form-group{gap:10px}.form-group label{color:#111;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.required{color:#d32f2f}.optional{color:#999;font-size:11px;letter-spacing:0;text-transform:none}.form-group input,.form-group textarea{background:#fff;border:2px solid #8b735533;border-radius:2px;color:#111;font-family:Playfair Display,serif;font-size:16px;outline:none;padding:15px 20px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#8b7355;box-shadow:0 0 0 3px #8b73551a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;font-style:italic}.form-group input.error,.form-group textarea.error{border-color:#d32f2f}.error-message{color:#d32f2f;font-family:Outfit,sans-serif;font-size:12px;margin-top:-5px}.pax-selector{align-items:center;display:flex;gap:0}.pax-selector input{border-left:none;border-right:none;cursor:default;flex:1 1;font-weight:600;text-align:center}.pax-btn{align-items:center;background:#fff;border:2px solid #8b735533;color:#8b7355;cursor:pointer;display:flex;font-size:24px;font-weight:300;height:50px;justify-content:center;transition:all .3s ease;width:50px}.pax-btn:first-child{border-radius:2px 0 0 2px}.pax-btn:last-child{border-radius:0 2px 2px 0}.pax-btn:hover{background:#8b7355;border-color:#8b7355;color:#fff}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-terms{background:#8b73550d;border-radius:2px;padding:20px}.checkbox-label{align-items:flex-start;cursor:pointer;display:flex;gap:12px}.checkbox-label input[type=checkbox]{accent-color:#8b7355;cursor:pointer;height:18px;margin-top:4px;width:18px}.checkbox-label span{color:#555;font-family:Playfair Display,serif;font-size:14px;line-height:1.6}.checkbox-label a{color:#8b7355;text-decoration:underline;transition:color .3s ease}.checkbox-label a:hover{color:#6b5b47}.booking-submit-btn{align-items:center;background:#8b7355;border:2px solid #8b7355;border-radius:2px;color:#fff;cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;gap:12px;justify-content:center;letter-spacing:2px;overflow:hidden;padding:18px 40px;position:relative;text-transform:uppercase;transition:all .3s ease}.booking-submit-btn:before{background:#6b5b47;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:0}.booking-submit-btn span{position:relative;z-index:1}.booking-submit-btn:hover:before{left:0}.booking-submit-btn:hover{box-shadow:0 10px 30px #8b73554d;transform:translateY(-2px)}.booking-submit-btn:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;transform:none}.booking-submit-btn:disabled:hover{box-shadow:none}.button-arrow{font-size:18px;transition:transform .3s ease}.booking-submit-btn:hover .button-arrow{transform:translateX(5px)}.booking-cancel-btn{background:#0000;border:2px solid #8b73554d;border-radius:2px;color:#8b7355;cursor:pointer;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;letter-spacing:2px;padding:16px 40px;text-transform:uppercase;transition:all .3s ease}.booking-cancel-btn:hover{background:#8b73550d;border-color:#8b7355}.booking-trust-section{background:linear-gradient(180deg,#eeebe3,#e8e3d8);padding:60px 40px}.trust-badges{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.trust-badge{background:#fff;border-radius:2px;box-shadow:0 5px 20px #0000000d;gap:15px;padding:30px;transition:all .3s ease}.trust-badge:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.badge-icon{color:#8b7355;font-size:32px}.trust-badge span{color:#111;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;text-align:center;text-transform:uppercase}.booking-error-container{background:#fff;border-radius:2px;box-shadow:0 10px 40px #00000014;margin:100px auto;max-width:600px;padding:60px 40px;text-align:center}.booking-error-container h2{color:#111;font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.booking-error-container p{color:#666;font-family:Playfair Display,serif;font-size:16px;line-height:1.6;margin-bottom:30px}.back-button{background:#8b7355;border:2px solid #8b7355;border-radius:2px;color:#fff;cursor:pointer;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;letter-spacing:2px;padding:15px 35px;text-transform:uppercase;transition:all .3s ease}.back-button:hover{background:#6b5b47;border-color:#6b5b47;box-shadow:0 10px 30px #8b73554d;transform:translateY(-2px)}@media (max-width:1440px){.booking-content-wrapper{gap:50px;grid-template-columns:380px 1fr}}@media (max-width:1200px){.booking-content-wrapper{gap:40px;grid-template-columns:350px 1fr}.booking-main-title{font-size:42px}.booking-form-container{padding:40px}}@media (max-width:1024px){.booking-header-section{padding:60px 30px}.booking-main-title{font-size:38px;letter-spacing:3px}.booking-content-section{padding:60px 30px}.booking-content-wrapper{gap:50px;grid-template-columns:1fr}.booking-summary{margin:0 auto;max-width:600px;position:static}.trust-badges{gap:30px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.booking-header-section{padding:50px 25px}.booking-main-title{font-size:32px;letter-spacing:2px}.booking-subtitle{font-size:16px}.booking-content-section{padding:50px 25px}.booking-form-container{padding:35px 30px}.form-header h2{font-size:26px}.form-row,.trust-badges{grid-template-columns:1fr}.trust-badges{gap:20px}}@media (max-width:480px){.booking-header-section{padding:40px 20px}.booking-main-title{font-size:26px;letter-spacing:1px}.booking-subtitle{font-size:14px}.booking-content-section{padding:40px 20px}.booking-guidelines,.experience-card{padding:25px}.experience-card-header h3{font-size:18px}.booking-form-container{padding:30px 20px}.form-header h2{font-size:22px}.form-header p{font-size:14px}.form-group input,.form-group textarea{font-size:15px;padding:12px 16px}.booking-cancel-btn,.booking-submit-btn{font-size:12px;padding:15px 30px}.booking-trust-section{padding:40px 20px}.trust-badge{padding:25px 20px}}@media (max-width:360px){.booking-main-title{font-size:24px}.booking-form-container,.booking-guidelines,.experience-card{padding:20px}.form-header h2{font-size:20px}.total-amount{font-size:24px}}.payment-page-container{background:linear-gradient(180deg,#eeebe3,#e8e3d8);max-width:100vw;min-height:100vh;overflow-x:hidden;width:100%}.payment-header{background:linear-gradient(135deg,#8b7355,#6b5b47);color:#fff;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.payment-header:before{background:radial-gradient(circle at 50% 50%,#ffffff14 0,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.payment-header-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.header-ornament{animation:ornamentFloat 3s ease-in-out infinite;color:#fff6;font-size:18px;letter-spacing:10px;margin-bottom:20px}@keyframes ornamentFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.payment-title{font-family:Outfit,sans-serif;font-size:42px;font-weight:500;letter-spacing:4px;margin-bottom:15px;text-transform:uppercase}.payment-subtitle{color:#ffffffe6;font-family:Playfair Display,serif;font-size:18px;font-style:italic;margin-bottom:35px}.payment-timer{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;display:inline-flex;gap:12px;padding:15px 30px}.timer-icon{font-size:24px}.timer-label{color:#ffffffe6;font-size:13px;letter-spacing:1px;text-transform:uppercase}.timer-label,.timer-value{font-family:Outfit,sans-serif}.timer-value{animation:timerPulse 1s ease-in-out infinite;color:#fff;font-size:24px;font-weight:700;letter-spacing:2px;min-width:70px;text-align:center}.timer-value.urgent{animation:timerUrgent .5s ease-in-out infinite;color:#ff5252}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes timerUrgent{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.payment-content{padding:80px 40px}.payment-content-wrapper{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:500px 1fr;margin:0 auto;max-width:1400px}.payment-summary-card{background:#fff;border-radius:4px;box-shadow:0 15px 60px #0000001a;overflow:hidden;position:sticky;top:100px}.summary-header{background:linear-gradient(135deg,#8b73550d,#0000);border-bottom:1px solid #8b73551a;padding:35px}.summary-header h2{color:#111;font-family:Outfit,sans-serif;font-size:28px;font-weight:500;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.booking-id-badge{background:#8b73551a;border-radius:4px;display:inline-flex;flex-direction:column;gap:5px;padding:12px 20px}.badge-label{color:#999;font-size:10px;text-transform:uppercase}.badge-label,.badge-value{font-family:Outfit,sans-serif;letter-spacing:2px}.badge-value{color:#8b7355;font-size:16px;font-weight:700}.summary-card{padding:30px 35px}.experience-info,.summary-card{border-bottom:1px solid #8b73551a}.experience-info{align-items:center;display:flex;gap:15px;margin-bottom:25px;padding-bottom:25px}.experience-icon{font-size:40px}.experience-details h3{color:#111;font-family:Outfit,sans-serif;font-size:0;font-weight:600;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.experience-meta{color:#666;font-family:Playfair Display,serif;font-size:14px}.booking-details{display:flex;flex-direction:column;gap:15px}.detail-row{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:30px 120px 1fr}.detail-icon{font-size:18px;text-align:center}.detail-label{color:#999;font-family:Outfit,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.detail-value{color:#111;font-family:Playfair Display,serif;font-size:14px;font-weight:500;line-height:1.5;text-align:left}.price-breakdown{background:#8b735508;border-bottom:1px solid #8b73551a;padding:30px 35px}.price-breakdown h4{color:#111;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.price-row{align-items:center;color:#555;display:flex;font-family:Playfair Display,serif;font-size:15px;justify-content:space-between;padding:10px 0}.price-divider{background:#8b735533;height:1px;margin:15px 0}.price-row.total{color:#111;font-size:18px;font-weight:700;padding-top:15px}.total-amount{color:#8b7355;font-size:24px}.payment-info-box{background:#2196f30d;border-left:4px solid #2196f3;display:flex;gap:15px;padding:25px 35px}.info-icon{font-size:32px;line-height:1}.info-content h4{color:#111;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.info-content p{color:#666;font-family:Playfair Display,serif;font-size:13px;line-height:1.6}.payment-actions{display:flex;flex-direction:column;gap:15px;padding:30px 35px}.pay-btn{align-items:center;background:#8b7355;border:2px solid #8b7355;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;gap:12px;justify-content:center;letter-spacing:2px;overflow:hidden;padding:20px 30px;position:relative;text-transform:uppercase;transition:all .3s ease}.pay-btn:before{background:#6b5b47;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:0}.pay-btn>*{position:relative;z-index:1}.pay-btn:hover:before{left:0}.pay-btn:hover:not(:disabled){box-shadow:0 12px 35px #8b73554d;transform:translateY(-3px)}.pay-btn:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;transform:none}.btn-icon{font-size:20px}.btn-arrow{font-size:18px}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.back-btn{align-items:center;background:#0000;border:2px solid #8b73554d;border-radius:4px;color:#8b7355;cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;gap:10px;justify-content:center;letter-spacing:2px;padding:16px 30px;text-transform:uppercase;transition:all .3s ease}.back-btn:hover:not(:disabled){background:#8b73550d;border-color:#8b7355}.back-btn:disabled{cursor:not-allowed;opacity:.5}.security-badge{align-items:center;background:#4caf500d;border-top:1px solid #8b73551a;color:#4caf50;display:flex;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;gap:10px;justify-content:center;letter-spacing:1px;padding:20px 35px;text-transform:uppercase}.security-icon{font-size:20px}.payment-methods-preview{background:#fff;border-radius:4px;box-shadow:0 10px 40px #00000014;padding:45px}.preview-title{color:#111;font-family:Outfit,sans-serif;font-size:28px;font-weight:500;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.preview-subtitle{color:#666;font-family:Playfair Display,serif;font-size:16px;line-height:1.6;margin-bottom:40px}.payment-options-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:50px}.payment-option-card{background:#fff;border:2px solid #8b735526;border-radius:8px;padding:25px;text-align:center;transition:all .3s ease}.payment-option-card:hover{border-color:#8b7355;box-shadow:0 5px 20px #8b73551a;transform:translateY(-5px)}.option-icon{font-size:40px;margin-bottom:15px}.payment-option-card h3{color:#111;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.payment-option-card p{color:#999;font-family:Playfair Display,serif;font-size:13px;line-height:1.5}.payment-steps{background:#8b735508;border-radius:8px;margin-bottom:40px;padding:35px}.payment-steps h3{color:#111;font-family:Outfit,sans-serif;font-size:20px;font-weight:600;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}.steps-list{gap:25px}.step-content h4{font-size:15px;margin-bottom:5px}.step-content p{font-size:14px;line-height:1.6}.trust-badges{background:#4caf500d;border:1px solid #4caf5033;border-radius:8px;display:flex;gap:20px;justify-content:space-around;padding:25px}.trust-badge{flex-direction:column;gap:8px}.badge-icon,.trust-badge{align-items:center;display:flex}.badge-icon{background:#4caf501a;border-radius:50%;color:#4caf50;font-size:24px;height:40px;justify-content:center;width:40px}.trust-badge span:last-child{color:#4caf50;font-family:Outfit,sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;text-align:center;text-transform:uppercase}.payment-error-state{background:#fff;border-radius:4px;box-shadow:0 10px 40px #00000014;margin:100px auto;max-width:600px;padding:60px 40px;text-align:center}.payment-error-state h2{color:#111;font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.payment-error-state p{color:#666;font-family:Playfair Display,serif;font-size:16px;line-height:1.6;margin-bottom:30px}.error-back-btn{border-radius:4px}@media (max-width:1440px){.payment-content-wrapper{gap:50px;grid-template-columns:480px 1fr}}@media (max-width:1200px){.payment-content-wrapper{gap:40px;grid-template-columns:450px 1fr}.payment-title{font-size:38px}.payment-methods-preview{padding:40px}}@media (max-width:1024px){.payment-header{padding:50px 30px}.payment-title{font-size:34px;letter-spacing:3px}.payment-content{padding:60px 30px}.payment-content-wrapper{gap:50px;grid-template-columns:1fr}.payment-summary-card{margin:0 auto;max-width:600px;position:static}.payment-options-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.payment-header{padding:40px 25px}.payment-title{font-size:28px;letter-spacing:2px}.payment-subtitle{font-size:16px}.payment-timer{flex-wrap:wrap;justify-content:center;padding:12px 25px}.timer-value{font-size:20px}.payment-content{padding:50px 25px}.payment-actions,.payment-info-box,.price-breakdown,.summary-card,.summary-header{padding:25px}.payment-methods-preview{padding:35px 25px}.preview-title{font-size:24px}.payment-options-grid{grid-template-columns:1fr}.trust-badges{flex-direction:column}}@media (max-width:480px){.payment-header{padding:35px 20px}.payment-title{font-size:24px;letter-spacing:1px}.payment-subtitle{font-size:14px}.payment-timer{padding:10px 20px}.timer-label{font-size:11px}.timer-value{font-size:18px}.payment-content{padding:40px 20px}.summary-header h2{font-size:22px}.preview-title{font-size:20px}.detail-row{gap:10px;grid-template-columns:30px 1fr}.detail-label{grid-column:2}.detail-value{grid-column:2;margin-top:5px}.pay-btn{font-size:12px;padding:16px 20px}.payment-steps{padding:25px 20px}}@media (max-width:360px){.payment-title{font-size:22px}.summary-header h2{font-size:20px}.preview-title{font-size:18px}.total-amount{font-size:20px}}*{box-sizing:border-box;margin:0;padding:0}*,a,button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}a,button{outline:none}a:focus-visible,button:focus-visible{outline:2px solid #005fcce6;outline-offset:2px}a:active,button:active{background-color:initial}.success-page-container{background:linear-gradient(180deg,#eeebe3,#e8e3d8);max-width:100vw;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.animate{opacity:1;transform:translateY(0)}.confetti-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.confetti{animation:confettiFall 3s linear forwards;height:10px;opacity:0;position:absolute;top:-10px;width:10px}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) rotate(0deg)}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}.success-header{background:linear-gradient(135deg,#8b7355,#6b5b47);color:#fff;overflow:hidden;padding:80px 40px 60px;position:relative;text-align:center}.success-header:before{background:radial-gradient(circle at 50% 50%,#ffffff1a 0,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.success-icon-wrapper{height:120px;margin:0 auto 30px;width:120px}.success-icon,.success-icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.success-icon{animation:successPop .6s cubic-bezier(.68,-.55,.265,1.55);background:#fff;border-radius:50%;color:#4caf50;font-size:56px;font-weight:600;height:100px;width:100px;z-index:2}@keyframes successPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.success-ring{animation:ringPulse 2s ease-out infinite;border:3px solid #ffffff4d;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes ringPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.success-title{animation:fadeInUp .8s ease-out .3s backwards;font-family:Outfit,sans-serif;font-size:52px;font-weight:600;letter-spacing:4px;margin-bottom:15px;text-transform:uppercase}.success-subtitle{animation:fadeInUp .8s ease-out .5s backwards;color:#ffffffe6;font-family:Playfair Display,serif;font-size:20px;font-style:italic;letter-spacing:1px;margin-bottom:30px}.success-ornament{animation:fadeInUp .8s ease-out .7s backwards;color:#fff6;font-size:16px;letter-spacing:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-content{padding:80px 40px}.success-content-wrapper{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:900px}.confirmation-card{background:#fff;border-radius:2px;box-shadow:0 15px 60px #0000001a;overflow:hidden}.card-header{align-items:center;background:linear-gradient(135deg,#8b73550d,#0000);border-bottom:1px solid #8b73551a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:40px}.card-header h2{color:#111;font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.booking-id{align-items:flex-end;display:flex;flex-direction:column;gap:5px}.id-label{color:#999;font-size:11px;text-transform:uppercase}.id-label,.id-value{font-family:Outfit,sans-serif;letter-spacing:2px}.id-value{background:#8b73551a;border-radius:4px;color:#8b7355;font-size:18px;font-weight:700;padding:8px 16px}.info-section{border-bottom:1px solid #8b73551a;padding:35px 40px}.info-section:last-child{border-bottom:none}.section-title{color:#111;font-family:Outfit,sans-serif;font-size:18px;font-weight:600;letter-spacing:2px;margin-bottom:25px;padding-bottom:12px;position:relative;text-transform:uppercase}.section-title:after{background:#8b7355;bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.info-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.info-item{align-items:flex-start;display:flex;gap:15px}.info-icon{font-size:24px;min-width:30px;text-align:center}.info-content{display:flex;flex-direction:column;gap:6px}.info-label{color:#999;font-family:Outfit,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.info-value{color:#111;font-family:Playfair Display,serif;font-size:16px;font-weight:500;line-height:1.4}.experience-summary{background:#8b735508;border:1px solid #8b73551a;border-radius:4px;padding:25px}.experience-header{align-items:center;border-bottom:1px solid #8b73551a;display:flex;gap:15px;margin-bottom:20px;padding-bottom:20px}.experience-icon{font-size:36px;line-height:1}.experience-header h4{color:#111;font-family:Outfit,sans-serif;font-size:20px;font-weight:600;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.experience-duration{color:#666;font-family:Playfair Display,serif;font-size:14px}.experience-schedule{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.schedule-item{align-items:center;display:flex;gap:12px}.schedule-icon{font-size:20px}.schedule-item>div{display:flex;flex-direction:column;gap:5px}.schedule-label{color:#999;font-family:Outfit,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.schedule-value{color:#111;font-family:Playfair Display,serif;font-size:15px;font-weight:500}.payment-section{background:linear-gradient(135deg,#8b735508,#0000)}.payment-details{background:#fff;border:1px solid #8b73551a;border-radius:4px;padding:25px}.payment-row{align-items:center;color:#555;display:flex;font-family:Playfair Display,serif;font-size:15px;justify-content:space-between;padding:12px 0}.payment-divider{background:#8b735533;height:1px;margin:15px 0}.payment-row.total{color:#111;font-size:20px;font-weight:700;padding-top:15px}.payment-row.total span:last-child{color:#8b7355;font-size:24px}.payment-status{display:flex;justify-content:center;margin-top:20px}.status-badge{align-items:center;border-radius:50px;display:inline-flex;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;gap:10px;letter-spacing:2px;padding:12px 24px;text-transform:uppercase}.status-badge.pending{background:#ff98001a;border:1px solid #ff98004d;color:#f57c00}.status-dot{animation:statusPulse 2s ease-in-out infinite;background:#f57c00;border-radius:50%;height:8px;width:8px}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.3}}.next-steps-card{background:#fff;border-radius:2px;box-shadow:0 10px 40px #00000014;padding:40px}.next-steps-card h3{color:#111;font-family:Outfit,sans-serif;font-size:24px;font-weight:600;letter-spacing:2px;margin-bottom:35px;text-transform:uppercase}.steps-list{display:flex;flex-direction:column;gap:30px}.step-item{align-items:flex-start;display:flex;gap:20px}.step-number{align-items:center;background:linear-gradient(135deg,#8b7355,#6b5b47);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Outfit,sans-serif;font-size:18px;font-weight:700;height:40px;justify-content:center;min-width:40px}.step-content h4{color:#111;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.step-content p{color:#666;font-family:Playfair Display,serif;font-size:15px;line-height:1.7}.step-content p strong{color:#8b7355}.important-notes{background:#8b73550d;border-left:4px solid #8b7355;border-radius:2px;padding:35px}.important-notes h4{color:#111;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.important-notes ul{display:flex;flex-direction:column;gap:15px;list-style:none}.important-notes li{color:#555;font-family:Playfair Display,serif;font-size:15px;line-height:1.7;padding-left:25px;position:relative}.important-notes li:before{color:#8b7355;content:"•";font-size:20px;left:0;line-height:1.5;position:absolute}.important-notes a{color:#8b7355;text-decoration:underline;transition:color .3s ease}.important-notes a:hover{color:#6b5b47}.success-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:60px 40px}.action-btn{align-items:center;border:2px solid;border-radius:2px;cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;gap:12px;letter-spacing:2px;overflow:hidden;padding:18px 35px;position:relative;text-transform:uppercase;transition:all .3s ease}.action-btn:before{content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:0}.action-btn span{position:relative;z-index:1}.action-btn.primary{background:#8b7355;border-color:#8b7355;color:#fff}.action-btn.primary:before{background:#6b5b47}.action-btn.primary:hover:before{left:0}.action-btn.primary:hover{box-shadow:0 10px 30px #8b73554d;transform:translateY(-3px)}.action-btn.secondary{background:#0000;border-color:#8b7355;color:#8b7355}.action-btn.secondary:before{background:#8b7355}.action-btn.secondary:hover{color:#fff}.action-btn.secondary:hover:before{left:0}.action-btn.secondary:hover{box-shadow:0 10px 30px #8b735533;transform:translateY(-3px)}.btn-icon{font-size:18px}.thank-you-section{background:linear-gradient(135deg,#8b7355,#6b5b47);padding:80px 40px;text-align:center}.thank-you-content{color:#fff;margin:0 auto;max-width:700px}.thank-you-content h3{font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:3px;margin-bottom:25px;text-transform:uppercase}.thank-you-content p{color:#ffffffe6;font-family:Playfair Display,serif;font-size:18px;line-height:1.8;margin-bottom:40px}.signature{align-items:center;display:flex;gap:20px;justify-content:center}.signature-line{background:#ffffff80;height:1px;width:60px}.signature-text{color:#ffffffe6;font-family:Playfair Display,serif;font-size:16px;font-style:italic;letter-spacing:1px}.error-state{background:#fff;border-radius:2px;box-shadow:0 10px 40px #00000014;margin:100px auto;max-width:600px;padding:60px 40px;text-align:center}.error-icon{font-size:64px;margin-bottom:20px}.error-state h2{color:#111;font-family:Outfit,sans-serif;font-size:32px;font-weight:500;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.error-state p{color:#666;font-family:Playfair Display,serif;font-size:16px;line-height:1.6;margin-bottom:30px}.error-back-btn{background:#8b7355;border:2px solid #8b7355;border-radius:2px;color:#fff;cursor:pointer;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;letter-spacing:2px;padding:15px 35px;text-transform:uppercase;transition:all .3s ease}.error-back-btn:hover{background:#6b5b47;border-color:#6b5b47;box-shadow:0 10px 30px #8b73554d;transform:translateY(-2px)}@media (max-width:1200px){.success-title{font-size:46px}.card-header h2{font-size:28px}}@media (max-width:1024px){.success-header{padding:60px 30px 50px}.success-title{font-size:40px;letter-spacing:3px}.success-content{padding:60px 30px}.info-grid{gap:20px}.experience-schedule,.info-grid{grid-template-columns:1fr}}@media (max-width:768px){.success-header{padding:50px 25px 40px}.success-icon-wrapper{height:100px;width:100px}.success-icon{font-size:44px;height:80px;width:80px}.success-title{font-size:34px;letter-spacing:2px}.success-subtitle{font-size:16px}.success-content{padding:50px 25px}.card-header{align-items:flex-start;flex-direction:column;padding:30px 25px}.card-header h2{font-size:24px}.booking-id{align-items:flex-start}.info-section,.next-steps-card{padding:30px 25px}.next-steps-card h3{font-size:20px}.success-actions{flex-direction:column;padding:50px 25px}.action-btn{justify-content:center;width:100%}.thank-you-section{padding:60px 25px}.thank-you-content h3{font-size:26px}}@media (max-width:480px){.success-header{padding:40px 20px 35px}.success-icon-wrapper{height:80px;width:80px}.success-icon{font-size:36px;height:70px;width:70px}.success-title{font-size:28px;letter-spacing:1px}.success-subtitle{font-size:14px}.success-content{padding:40px 20px}.card-header{padding:25px 20px}.card-header h2{font-size:20px}.id-value{font-size:14px;padding:6px 12px}.info-section{padding:25px 20px}.section-title{font-size:16px}.experience-summary,.payment-details{padding:20px}.payment-row.total{font-size:18px}.payment-row.total span:last-child{font-size:20px}.important-notes,.next-steps-card{padding:25px 20px}.success-actions{padding:40px 20px}.action-btn{font-size:12px;padding:15px 30px}.thank-you-section{padding:50px 20px}.thank-you-content h3{font-size:22px;letter-spacing:2px}.thank-you-content p{font-size:15px}}@media (max-width:360px){.success-title{font-size:24px}.card-header h2{font-size:18px}.experience-icon,.info-icon{font-size:20px}.step-number{font-size:16px;height:35px;min-width:35px}.thank-you-content h3{font-size:20px}}@media print{.confetti-container,.success-actions,.thank-you-section{display:none}.success-page-container{background:#fff}.success-header{background:none;color:#111}.success-ring{display:none}.confirmation-card{border:1px solid #ddd;box-shadow:none}}.gallery-page-container{background-color:#eeebe3;max-width:100vw;overflow-x:hidden;width:100%}.gallery-content{margin:0 auto;max-width:1400px;padding:80px 20px}.gallery-intro{margin-bottom:60px;text-align:center}.gallery-intro h2{color:#6b5b47;font-size:2.5rem;font-weight:600;letter-spacing:-.5px;margin-bottom:12px}.gallery-intro p{color:#6b5b47;font-size:1.1rem;font-weight:300}.gallery-filter{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:50px}.filter-btn{background-color:#fff;border:2px solid #d7ccc8;border-radius:30px;color:#6b5b47;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 32px;text-transform:capitalize;transition:all .3s ease}.filter-btn:hover{background-color:#efebe9;border-color:#6b5b47;color:#6b5b47}.filter-btn.active{background-color:#6d4c41;border-color:#6d4c41;color:#fff}.gallery-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:40px}.gallery-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #3e272314;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-card:hover{box-shadow:0 8px 20px #3e272326;transform:translateY(-5px)}.gallery-image{height:300px;overflow:hidden;position:relative;width:100%}.gallery-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.gallery-card:hover .gallery-image img{transform:scale(1.1)}.gallery-overlay{align-items:flex-end;background:linear-gradient(0deg,#3e2723e6 0,#3e272380 50%,#0000);bottom:0;display:flex;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.gallery-card:hover .gallery-overlay{opacity:1}.overlay-content{color:#fff;padding:24px;width:100%}.overlay-content h3{font-size:1.3rem;font-weight:600;margin-bottom:6px}.overlay-content p{font-size:.95rem;margin-bottom:12px;opacity:.9}.category-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;border-radius:20px;display:inline-block;font-size:.85rem;font-weight:500;padding:4px 12px}.empty-state{padding:80px 20px;text-align:center}.empty-state p{color:#8d6e63;font-size:1.1rem}.lightbox-modal{align-items:center;animation:fadeIn .3s ease;background-color:#1e140ff2;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{align-items:center;background-color:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;right:30px;top:30px;transition:all .3s ease;width:50px;z-index:10001}.lightbox-close:hover{background-color:#fff3;border-color:#ffffff80;transform:rotate(90deg)}.lightbox-close svg{stroke-width:2}.lightbox-content{align-items:center;animation:zoomIn .3s ease;display:flex;flex-direction:column;max-height:90vh;max-width:90%}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-content img{border-radius:8px;box-shadow:0 10px 40px #00000080;max-height:75vh;max-width:100%;object-fit:contain}.lightbox-info{color:#fff;margin-top:24px;max-width:600px;text-align:center}.lightbox-info h3{font-size:1.8rem;font-weight:600;margin-bottom:8px}.lightbox-info p{font-size:1.1rem;font-weight:300;opacity:.85}@media (max-width:1024px){.gallery-grid{gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.gallery-image{height:280px}}@media (max-width:768px){.gallery-content{padding:60px 16px}.gallery-intro h2{font-size:2rem}.gallery-intro p{font-size:1rem}.gallery-filter,.gallery-intro{margin-bottom:40px}.gallery-filter{gap:12px}.filter-btn{font-size:.95rem;padding:10px 24px}.gallery-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-image{height:250px}.overlay-content h3{font-size:1.1rem}.overlay-content p{font-size:.9rem}.lightbox-close{height:44px;right:20px;top:20px;width:44px}.lightbox-info h3{font-size:1.4rem}.lightbox-info p{font-size:1rem}}@media (max-width:480px){.gallery-grid{gap:16px;grid-template-columns:1fr}.gallery-intro h2{font-size:1.75rem}.filter-btn{font-size:.9rem;padding:8px 20px}.gallery-image{height:280px}}
/*# sourceMappingURL=main.47d2b07b.css.map*/