*{box-sizing:border-box;margin:0;padding:0;font-family:sans-serif}body{background-color:#333}.navbar{z-index:1000;background-color:#584130;justify-content:space-between;align-items:center;height:90px;padding:15px 50px;display:flex;position:relative}.navbar:before{content:"";opacity:.1;z-index:1;pointer-events:none;background-image:url(/assets/pattern-B6I6XQ7-.webp);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.nav-left{z-index:2;align-items:center;display:flex;position:relative}.nav-right{z-index:2;gap:30px;display:flex;position:relative}.nav-right a{color:#f0e6dd;padding-bottom:4px;font-size:16px;font-weight:700;text-decoration:none;transition:color .3s;position:relative}.nav-right a:hover,.nav-right a.active{color:#fff}.nav-right a.active:after{content:"";background-color:#fff;border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.navbar-logo{object-fit:contain;height:60px}.main-content{background-color:#4d372a;width:100%;height:calc(100vh - 90px);position:relative}.main-content:before{content:"";opacity:.4;z-index:1;background-image:url(/assets/hero-CuPXS2dm.webp);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.center-layout{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.main-title{color:#fff;margin-bottom:15px;font-family:Georgia,Times New Roman,serif;font-size:120px;font-weight:700;line-height:1}.sub-title{color:#fff;margin-bottom:40px;font-size:22px;font-style:italic;font-weight:700}.hero-icon{object-fit:contain;width:90px;height:90px}.about-section{background-color:#f3eae0;flex-direction:column;align-items:center;padding:70px 30px 90px;display:flex}.about-images{justify-content:center;gap:20px;width:100%;max-width:1200px;margin-bottom:50px;display:flex}.about-images img{object-fit:cover;width:32%}.about-text{text-align:center;color:#7a6356;max-width:900px;margin-bottom:60px;font-size:22px;font-weight:700;line-height:1.5}.feedback-badge{color:#fff;background-color:#5c4535;margin-bottom:15px;padding:15px 40px}.feedback-badge h2{font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:700}.stars{color:#fcbf24;letter-spacing:5px;font-size:55px;line-height:1}.reviews-grid{grid-template-columns:1fr 1fr;gap:20px;width:100%;max-width:1000px;margin-top:40px;display:grid}.review-card{color:#fff;background-color:#8c9977;flex-direction:column;justify-content:space-between;min-height:120px;padding:25px;font-size:18px;font-weight:700;line-height:1.4;display:flex}.review-card p{margin-bottom:15px}.review-card .author{margin-bottom:0}.footer{background-color:#5c4535;justify-content:space-between;align-items:center;padding:40px 50px;display:flex;position:relative;overflow:hidden}.footer:before{content:"";opacity:.1;z-index:1;pointer-events:none;background-image:url(/assets/pattern-B6I6XQ7-.webp);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.footer-left{z-index:2;color:#fff;flex-direction:column;align-items:center;display:flex;position:relative}.footer-right{z-index:2;color:#fff;position:relative}.footer-logo{object-fit:contain;height:80px;margin-bottom:2px}.footer-tagline{font-size:16px;font-style:italic;font-weight:700}.footer-right{flex-direction:column;align-items:flex-end;display:flex}.footer-right h3{margin-bottom:15px;font-size:20px;font-weight:700}.social-icons{gap:15px;display:flex}.social-icons svg{cursor:pointer;width:30px;height:30px}.menu-toggle{cursor:pointer;z-index:3;flex-direction:column;justify-content:space-between;width:30px;height:21px;display:none;position:relative}.menu-toggle span{background-color:#c4b5a9;border-radius:3px;width:100%;height:3px}@media (width<=768px){.navbar{flex-direction:row;gap:0;height:80px;padding:15px 20px}.menu-toggle{display:flex}.nav-right{z-index:1001;background-color:#5c4535;border-top:1px solid #ffffff1a;flex-direction:column;gap:20px;width:100%;padding:20px 0;display:none;position:absolute;top:80px;left:0}.nav-right.active{display:flex}.nav-right a{padding:5px 20px;font-size:16px}.main-content{height:calc(100vh - 130px);min-height:400px}.main-title{margin-bottom:10px;font-size:60px}.sub-title{margin-bottom:25px;padding:0 15px;font-size:16px}.hero-icon{width:70px;height:70px}.about-section{padding:50px 20px 60px}.about-images{flex-direction:column;align-items:center;gap:15px;margin-bottom:30px}.about-images img{width:100%;max-width:400px}.about-text{margin-bottom:40px;padding:0 10px;font-size:16px}.feedback-badge{padding:10px 30px}.feedback-badge h2{font-size:30px}.stars{letter-spacing:3px;font-size:35px}.reviews-grid{grid-template-columns:1fr}.footer{text-align:center;flex-direction:column;gap:30px;padding:40px 20px}.footer-right{align-items:center}}.anim-pop-in{opacity:0}.anim-pop-in.animate{animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards popIn}.anim-slide-left{opacity:0}.anim-slide-left.animate{animation:1s forwards slideInLeft}.anim-fade-in{opacity:0}.anim-fade-in.animate{animation:1s forwards fadeIn}.anim-stars{opacity:0}.anim-stars.animate{animation:.8s forwards popIn,2s .8s infinite pulse}@keyframes popIn{0%{opacity:0;transform:scale(.5)}80%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}.menu-page{background-color:#f4ead7}.menu-hero{height:min(720px,100svh - 90px);min-height:520px;position:relative;overflow:hidden}.menu-hero-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.menu-hero-message{color:#fff;font-size:clamp(22px,2.2vw,34px);font-weight:700;line-height:1.02;position:absolute;top:clamp(28px,5vw,65px);left:clamp(28px,5vw,65px)}.menu-hero-message span{font-family:Georgia,Times New Roman,serif}.menu-hero-icon{width:clamp(62px,7vw,104px);height:auto;position:absolute;bottom:clamp(24px,4vw,52px);right:clamp(28px,5vw,68px)}.menu-hero-controls{gap:11px;display:flex;position:absolute;bottom:clamp(25px,5vw,60px);left:50%;transform:translate(-50%)}.menu-hero-controls span{background-color:#ffffffb3;border-radius:50%;width:12px;height:12px}.menu-hero-controls .active{background-color:#fff}.menu-list{padding:clamp(72px,9vw,135px) clamp(28px,8vw,120px) clamp(90px,11vw,155px)}.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(64px,9vw,125px) clamp(38px,8vw,130px);max-width:1220px;margin:0 auto;display:grid}.menu-item{text-align:center;color:#000}.menu-item img{aspect-ratio:1;object-fit:cover;width:100%;margin-bottom:14px;display:block}.menu-item h2{font-size:clamp(17px,1.6vw,24px);font-weight:700;line-height:1.08}.menu-grid.menu-animated .menu-item{opacity:0;transform:translateY(30px)}.menu-grid.menu-visible .menu-item{animation:.6s ease-out forwards menuItemReveal}.menu-grid.menu-visible .menu-item:first-child{animation-delay:0s}.menu-grid.menu-visible .menu-item:nth-child(2){animation-delay:.12s}.menu-grid.menu-visible .menu-item:nth-child(3){animation-delay:.24s}.menu-grid.menu-visible .menu-item:nth-child(4){animation-delay:.36s}.menu-grid.menu-visible .menu-item:nth-child(5){animation-delay:.48s}.menu-grid.menu-visible .menu-item:nth-child(6){animation-delay:.6s}@keyframes menuItemReveal{to{opacity:1;transform:translateY(0)}}.location-page{background-color:#f4ead7}.location-hero{height:min(680px,100svh - 90px);min-height:500px;overflow:hidden}.location-hero img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.location-map{text-align:center;padding:clamp(72px,9vw,130px) clamp(24px,7vw,105px)}.location-map iframe{aspect-ratio:16/9;border:0;width:100%;max-width:960px;height:auto;margin:0 auto;display:block}.location-details{max-width:960px;margin:0 auto;padding:0 0 clamp(95px,11vw,155px)}.location-detail-row{grid-template-columns:125px 1fr;align-items:center;gap:clamp(28px,4vw,55px);display:grid}.location-detail-row+.location-detail-row{margin-top:42px}.location-detail-row img{object-fit:contain;justify-self:center;width:112px;max-height:102px}.location-detail-row address,.location-detail-row a{color:#0d0b09;font-size:clamp(22px,2.2vw,31px);font-style:normal;font-weight:400;line-height:1.25;text-decoration:none}.location-details.location-animated .location-detail-row>*{opacity:0;transform:translateY(24px)}.location-details.location-visible .location-detail-row>*{animation:.55s ease-out forwards locationDetailReveal}.location-details.location-visible .location-detail-row:first-child img{animation-delay:0s}.location-details.location-visible .location-detail-row:first-child address{animation-delay:.12s}.location-details.location-visible .location-detail-row:nth-child(2) img{animation-delay:.28s}.location-details.location-visible .location-detail-row:nth-child(2) a{animation-delay:.4s}@keyframes locationDetailReveal{to{opacity:1;transform:translateY(0)}}.gallery-page{background-color:#fff}.gallery-hero{height:clamp(320px,38vw,510px);position:relative;overflow:hidden}.gallery-hero>img:first-child{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.gallery-hero-overlay{background-color:#3e241d7a;position:absolute;inset:0}.gallery-hero-icon{width:clamp(46px,6vw,82px);height:auto;position:absolute;top:clamp(22px,4vw,52px);left:clamp(22px,4vw,52px)}.gallery-grid{flex-direction:column;gap:clamp(12px,1.8vw,28px);width:100%;padding:clamp(20px,3vw,42px) clamp(42px,10vw,180px);display:flex}.gallery-row{gap:clamp(12px,1.8vw,28px);display:grid}.gallery-row:first-child{grid-template-columns:1.334fr 1.129fr}.gallery-row:nth-child(2){grid-template-columns:1.611fr 1.942fr}.gallery-row img,.gallery-grid .gallery-wide-image{width:100%;height:auto;display:block}.gallery-row.gallery-animated img,.gallery-wide-image.gallery-animated{opacity:0;transform:translateY(28px)}.gallery-row.gallery-visible img,.gallery-wide-image.gallery-visible{animation:.6s ease-out forwards galleryImageReveal}.gallery-row.gallery-visible img:nth-child(2){animation-delay:.14s}@keyframes galleryImageReveal{to{opacity:1;transform:translateY(0)}}.about-page{background-color:#f4ead7}.about-hero{height:calc(100svh - 90px);min-height:520px;position:relative;overflow:hidden}.about-hero>img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.about-hero-overlay{background:#49302394;position:absolute;inset:0}.about-hero-message{color:#fffaf0;text-align:right;position:absolute;bottom:clamp(28px,7vw,78px);right:clamp(28px,8vw,115px)}.about-hero-icon{object-fit:contain;width:72px;height:72px;margin:0 0 10px auto;display:block}.about-hero-message p{font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,2.5vw,39px);line-height:.95}.about-hero-message strong{font-family:sans-serif;font-size:.65em;line-height:1}.history-section{grid-template-columns:53% 47%;align-items:stretch;width:100%;margin:140px 0;display:grid}.history-image{min-height:410px}.history-image img{object-fit:cover;width:100%;height:100%;display:block}.history-copy{color:#6b4231;padding:clamp(42px,7vw,105px) clamp(28px,6vw,88px)}.history-copy h1{margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(56px,7vw,104px);font-weight:700;line-height:.85}.history-copy p{margin:0 0 22px;font-size:clamp(15px,1.45vw,21px);font-weight:700;line-height:1.25}.history-section.history-animated .history-image,.history-section.history-animated .history-copy h1,.history-section.history-animated .history-copy p,.vision-section.vision-animated .vision-copy h2,.vision-section.vision-animated .vision-copy p{opacity:0;transform:translateY(30px)}.history-section.history-visible .history-image,.history-section.history-visible .history-copy h1,.history-section.history-visible .history-copy p,.vision-section.vision-visible .vision-copy h2,.vision-section.vision-visible .vision-copy p{animation:.65s ease-out forwards sectionContentReveal}.history-section.history-visible .history-image{animation-delay:0s}.history-section.history-visible .history-copy h1{animation-delay:.12s}.history-section.history-visible .history-copy p:first-of-type{animation-delay:.24s}.history-section.history-visible .history-copy p:nth-of-type(2){animation-delay:.38s}.vision-section.vision-visible .vision-copy h2{animation-delay:0s}.vision-section.vision-visible .vision-copy p{animation-delay:.16s}@keyframes sectionContentReveal{to{opacity:1;transform:translateY(0)}}.vision-section{text-align:center;background-color:#d8c3a7;background-image:url(/assets/visi-Cdqhn77g.webp);background-position:50%;background-size:cover;place-items:center;min-height:560px;display:grid;position:relative;overflow:hidden}.vision-section-overlay{background-color:#f3e7d3a3;position:absolute;inset:0}.vision-copy{z-index:1;color:#684333;padding:56px 24px;position:relative}.vision-copy h2{margin:0 0 30px;font-family:Georgia,Times New Roman,serif;font-size:clamp(62px,8vw,112px);line-height:.9}.vision-copy p{font-size:clamp(17px,2vw,27px);font-weight:700;line-height:1.28}@media (width<=768px){.menu-hero{height:480px}.location-hero{height:430px;min-height:0}.location-map{padding:60px 20px}.location-map iframe{aspect-ratio:16/9;height:auto;min-height:0}.location-details{padding:0 28px 78px}.location-detail-row{grid-template-columns:78px 1fr;gap:20px}.location-detail-row+.location-detail-row{margin-top:30px}.location-detail-row img{width:72px;max-height:70px}.location-detail-row address,.location-detail-row a{font-size:18px}.gallery-hero{height:300px}.gallery-grid{gap:12px;padding:20px 30px}.menu-hero-message{font-size:20px}.menu-hero-controls span{width:9px;height:9px}.menu-list{padding:66px 28px 82px}.menu-grid{gap:65px 50px}.menu-item img{margin-bottom:10px}.menu-item h2{font-size:15px}.about-hero{height:calc(100svh - 80px);min-height:0}.about-hero>img{object-position:58% center}.history-section{grid-template-columns:1fr;margin:72px 0}.history-image{min-height:310px}.history-copy{padding:46px 28px 52px}.history-copy h1{font-size:64px}.vision-section{min-height:440px}.vision-copy h2{margin-bottom:24px}.vision-copy p br{display:none}}@media (width<=560px){.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 28px}}@media (width<=380px){.menu-grid{grid-template-columns:1fr;max-width:230px}}@media (prefers-reduced-motion:reduce){.menu-grid.menu-animated .menu-item,.history-section.history-animated .history-image,.history-section.history-animated .history-copy h1,.history-section.history-animated .history-copy p,.vision-section.vision-animated .vision-copy h2,.vision-section.vision-animated .vision-copy p,.gallery-row.gallery-animated img,.gallery-wide-image.gallery-animated,.location-details.location-animated .location-detail-row>*{opacity:1;transform:none}}
