*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f6f6f6;--text: #0b0b0b;--grey: #777;--font: "Inter", sans-serif}html{overflow-x:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.hero{display:flex;height:100vh;width:100%}.hero-image{flex:0 0 45%;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-content{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;padding:6rem}.hero-header{position:absolute;top:3.5rem;left:4rem;right:4rem;display:flex;justify-content:space-between;align-items:flex-start}.logo{display:block}.logo-arch{fill:none;stroke:currentColor;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:352;stroke-dashoffset:352;animation:draw-arch .45s cubic-bezier(.4,0,.2,1) forwards}.arch-1{animation-delay:.2s}.arch-2{animation-delay:.65s}.arch-3{animation-delay:1.1s}@keyframes draw-arch{to{stroke-dashoffset:0}}.hamburger{width:50px;height:50px;border:1px solid rgba(0,0,0,.1);border-radius:50%;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:background .3s}.hamburger:hover{background:#0000000d}.hamburger span{display:block;width:18px;height:1px;background:var(--text)}.hero-center{display:flex;flex-direction:column;margin-left:15%;margin-top:-8rem}.nav-big{display:flex;flex-direction:column;margin-bottom:5rem}.nav-big a{font-size:5.5rem;font-weight:400;letter-spacing:-3px;line-height:.95;transition:opacity .3s}.nav-big a:hover{opacity:.5}.nav-small{display:flex;gap:5rem}.nav-item{display:flex;flex-direction:column}.nav-item .num{font-size:.75rem;color:var(--grey);margin-bottom:.5rem}.nav-item a{font-size:1.1rem;font-weight:400;letter-spacing:-.5px;transition:color .3s}.nav-item a:hover{color:var(--grey)}.hero-footer{position:absolute;bottom:3.5rem;left:4rem;right:4rem;display:flex;justify-content:space-between;align-items:flex-end}.hours{font-size:.85rem;color:var(--grey);line-height:1.6;padding-bottom:.5rem}.hero-thumb{width:140px;height:180px;object-fit:cover}.about{position:relative;width:100%;min-height:350vh;background:var(--bg);overflow:clip}.about-images{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.about-img{position:absolute;object-fit:cover;box-shadow:0 20px 40px #00000026;border-radius:4px}.img-1{width:150px;height:140px;top:calc(50% - 364px);left:calc(50% - 225px);transform:translate(-50%,-50%)}.img-2{width:180px;height:225px;top:calc(50% - 222px);left:calc(50% + 472px);transform:translate(-50%,-50%)}.img-3{width:200px;height:250px;top:50%;left:calc(50% - 751px);transform:translate(-50%,-50%)}.img-4{width:300px;height:300px;top:calc(50% + 239px);left:calc(50% + 150px);transform:translate(-50%,-50%);box-shadow:none;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));object-fit:contain}.img-5{width:110px;height:120px;top:calc(50% + 490px);left:calc(50% + 674px);transform:translate(-50%,-50%)}.img-6{width:270px;height:340px;top:calc(50% + 705px);left:calc(50% - 450px);transform:translate(-50%,-50%);box-shadow:none;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));object-fit:contain}.img-7{width:200px;height:260px;top:calc(50% - 720px);left:calc(50% - 580px);transform:translate(-50%,-50%)}.img-8{width:160px;height:200px;top:calc(50% - 560px);left:calc(50% + 360px);transform:translate(-50%,-50%)}.img-9{width:220px;height:280px;top:calc(50% + 140px);left:calc(50% - 920px);transform:translate(-50%,-50%)}.img-10{width:180px;height:220px;top:calc(50% + 380px);left:calc(50% + 780px);transform:translate(-50%,-50%)}.img-11{width:240px;height:300px;top:calc(50% + 820px);left:calc(50% - 200px);transform:translate(-50%,-50%)}.img-12{width:140px;height:170px;top:calc(50% + 1050px);left:calc(50% + 540px);transform:translate(-50%,-50%)}.about-text{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;z-index:2}.section-label{display:block;font-size:.85rem;font-weight:400;color:var(--grey);margin-bottom:2rem}.about-text p{font-size:2.2rem;font-weight:400;line-height:1.4;letter-spacing:-1px}.menu-section{width:100%;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.menu-inner{width:100%;height:100%;max-width:900px;margin:0 auto;padding:4rem 4rem 3rem;display:flex;flex-direction:column}.menu-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:3rem}.menu-tabs{display:flex;gap:2.5rem}.tab{background:none;border:none;font-family:var(--font);font-size:.9rem;font-weight:400;color:var(--grey);cursor:pointer;padding:0;letter-spacing:-.2px;transition:color .3s;position:relative}.tab:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--text);transition:width .3s}.tab:hover{color:var(--text)}.tab-active{color:var(--text);font-weight:500}.tab-active:after{width:100%}.menu-body{flex:1;display:flex;flex-direction:column;min-height:0}.menu-category{font-size:3.5rem;font-weight:400;letter-spacing:-2px;line-height:1;margin-bottom:2.5rem}.menu-grid{flex:1;display:flex;flex-direction:column;justify-content:center;gap:0}.menu-row{display:flex;align-items:baseline;gap:.75rem;padding:.85rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.menu-row:last-child{border-bottom:none}.menu-name{font-size:1.05rem;font-weight:400;letter-spacing:-.3px;white-space:nowrap}.menu-dots{flex:1;border-bottom:1px dotted rgba(0,0,0,.15);min-width:2rem;margin-bottom:.3em}.menu-price{font-size:.95rem;font-weight:400;color:var(--grey);font-variant-numeric:tabular-nums;white-space:nowrap}.menu-footer-nav{display:flex;align-items:center;justify-content:center;gap:2rem;padding-top:2rem}.menu-arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:none;color:var(--text);font-size:1rem;cursor:pointer;transition:background .3s,border-color .3s;display:flex;align-items:center;justify-content:center}.menu-arrow:hover{background:#0000000a;border-color:#0003}.menu-counter{font-size:.8rem;color:var(--grey);letter-spacing:1px;font-variant-numeric:tabular-nums}.testimonials{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);padding:4rem 0;gap:3rem}.arches-viewport{width:100%;max-width:1060px;overflow:hidden;margin:0 auto;position:relative}.arches-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);width:200%}.arch{flex:0 0 calc(100% / 6);display:flex;justify-content:center;padding:0 1.25rem}.arch-inner{width:100%;max-width:300px;height:420px;border:1px solid rgba(0,0,0,.1);border-radius:150px 150px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2.5rem 3rem;text-align:center;position:relative}.arch-quote{font-size:.95rem;font-weight:300;line-height:1.7;color:var(--text);font-style:italic;letter-spacing:-.2px;flex:1;display:flex;align-items:center}.arch-author{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding-top:1.5rem}.arch-name{font-size:.8rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase}.arch-origin{font-size:.75rem;color:var(--grey);letter-spacing:.5px}.arches-nav{display:flex;align-items:center;gap:2rem}.booking{width:100%;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:4rem 6rem}.booking-inner{display:flex;align-items:flex-start;gap:6rem;width:100%;max-width:1100px;height:100%}.booking-text{flex:0 0 320px;display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}.booking-headline{font-size:3.5rem;font-weight:400;letter-spacing:-2px;line-height:1}.booking-sub{font-size:1rem;color:var(--grey);line-height:1.6;max-width:280px}.booking-widget{flex:1;height:100%;border:1px solid rgba(0,0,0,.06);overflow:hidden}.booking-widget iframe{display:block;height:100%}.footer{display:flex;min-height:100vh;background:var(--bg)}.footer-left{flex:0 0 50%;display:flex;align-items:center;padding:6rem;position:relative;overflow:hidden}.footer-content{max-width:460px;display:flex;flex-direction:column;gap:2.5rem;position:relative;z-index:2}.footer .logo{stroke-dasharray:0;stroke-dashoffset:0}.footer .logo .logo-arch{animation:none;stroke-dashoffset:0}.footer-desc{font-size:1.35rem;font-weight:400;line-height:1.5;letter-spacing:-.5px}.footer-info{display:flex;gap:3rem;font-size:.85rem;line-height:1.7;color:var(--grey)}.footer-info a{transition:color .3s}.footer-info a:hover{color:var(--text)}.footer-right{flex:0 0 50%;display:flex;align-items:flex-end;justify-content:flex-end;padding:6rem}.footer-image{width:85%;height:90%;border-radius:250px 250px 0 0;overflow:hidden}.footer-image img{width:100%;height:100%;object-fit:cover}.half-moon{position:absolute;bottom:-350px;left:50%;transform:translate(-50%);width:700px;height:700px;background:var(--text);border-radius:50%;z-index:1;display:flex;align-items:flex-start;justify-content:center;padding-top:100px}.half-moon-text{color:var(--bg);font-size:.95rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;transition:opacity .3s}.half-moon-text:hover{opacity:.7}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:199;opacity:0;pointer-events:none;transition:opacity .4s ease}.drawer-backdrop.visible{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;width:20vw;min-width:260px;height:100%;background:var(--bg);z-index:200;display:flex;flex-direction:column;padding:5rem 2.5rem 4rem;transform:translate(100%);transition:transform .5s cubic-bezier(.4,0,.2,1);box-shadow:-20px 0 60px #00000014}.drawer.open{transform:translate(0)}.drawer-close{position:absolute;top:2rem;right:1.5rem;width:44px;height:44px;border:1px solid rgba(0,0,0,.1);border-radius:50%;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s}.drawer-close:hover{background:#0000000d}.drawer-close .line{width:16px;height:1px;background:var(--text);position:absolute}.drawer-close .line:first-child{transform:rotate(45deg)}.drawer-close .line:last-child{transform:rotate(-45deg)}.drawer-nav{display:flex;flex-direction:column;gap:.1rem;margin-bottom:2.5rem}.drawer-link{font-size:2rem;font-weight:400;letter-spacing:-1px;line-height:1.1;transition:opacity .3s}.drawer-link:hover{opacity:.4}.drawer-sub{display:flex;flex-direction:column;gap:.6rem;margin-bottom:3rem;padding-left:.75rem;border-left:1px solid rgba(0,0,0,.1)}.drawer-sub-link{font-size:.95rem;font-weight:400;color:var(--grey);letter-spacing:-.3px;transition:color .3s}.drawer-sub-link:hover{color:var(--text)}.drawer-info{font-size:.8rem;color:var(--grey);line-height:1.8;margin-top:auto}@media(max-width:1024px){.hero{flex-direction:column;height:auto}.hero-image{order:2;flex:none;height:45vh;width:100%}.hero-content{order:1;padding:0;display:flex;flex-direction:column;position:static}.hero-header{position:static;padding:2.5rem 1.5rem;align-items:center}.hero-center{margin:0;align-items:center;padding:1rem 1.5rem 4rem}.nav-big{align-items:center;margin-bottom:3rem;gap:.5rem}.nav-big a{font-size:3.2rem;text-align:center;letter-spacing:-2px;line-height:1}.nav-small{gap:1.5rem;justify-content:center;text-align:center}.hero-footer{display:none}.about{min-height:200vh}.about-images{transform:scale(.45);transform-origin:center center}.about-text p{font-size:1.6rem;line-height:1.4}.menu-inner{padding:2.5rem 1.5rem 2rem}.menu-header{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.menu-tabs{gap:1.25rem;flex-wrap:wrap}.tab{font-size:.8rem}.menu-category{font-size:2.4rem;letter-spacing:-1.5px;margin-bottom:1.5rem}.menu-row{padding:.65rem 0}.menu-name{font-size:.92rem}.menu-price{font-size:.85rem}.menu-footer-nav{padding-top:1.5rem}.testimonials{padding:3rem 0;gap:2rem}.arches-track{width:600%}.arch{flex:0 0 calc(100% / 6)}.arch-inner{max-width:260px;height:380px;border-radius:130px 130px 0 0;padding:3.5rem 2rem 2.5rem}.arch-quote{font-size:.88rem}.booking{padding:0}.booking-inner{flex-direction:column;gap:0}.booking-text{display:none}.booking-widget{width:100%;border:none}.booking-widget iframe{width:100%}.footer{flex-direction:column;min-height:auto}.footer-left{padding:5rem 1.5rem 15rem;align-items:center}.footer-content{align-items:center;text-align:center;gap:2rem}.footer-desc{font-size:1.15rem}.footer-info{flex-direction:column;gap:1.5rem}.footer-right{display:none}.half-moon{width:360px;height:360px;bottom:-140px;padding-top:60px}.half-moon-text{font-size:.85rem;letter-spacing:2px}.drawer{width:100%;min-width:unset;padding:5rem 2rem 4rem}.drawer-link{font-size:3rem;letter-spacing:-2px}}@media(min-width:768px)and (max-width:1024px){.hero-center{padding:2rem 2.5rem 4rem}.nav-big a{font-size:4rem}.nav-small{gap:3rem}.arches-track{width:200%}.arch{flex:0 0 calc(100% / 6)}.arch-inner{max-width:220px;height:340px;border-radius:110px 110px 0 0;padding:3rem 1.75rem 2rem}.arch-quote{font-size:.82rem}.arch-name{font-size:.7rem}.footer{flex-direction:row;min-height:100vh}.footer-left{padding:4rem 3rem 12rem;align-items:flex-start}.footer-content{align-items:flex-start;text-align:left}.footer-desc{font-size:1.15rem}.footer-info{flex-direction:column;gap:1.5rem}.footer-right{display:flex;padding:4rem}.footer-image{border-radius:180px 180px 0 0}.half-moon{width:500px;height:500px;bottom:-250px;padding-top:80px}.drawer{width:50%;min-width:320px}.drawer-link{font-size:2.2rem}}
