@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700&display=swap";*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;margin:0;font-family:Lato,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}.navbar{z-index:1000;background:0 0;padding:1.2rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a0f0af2;padding:.8rem 0;box-shadow:0 2px 20px #0000004d}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-icon{font-size:1.8rem}.logo-text{color:#f5c842;letter-spacing:.02em;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.nav-links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#fdf6f0;letter-spacing:.08em;text-transform:uppercase;padding-bottom:4px;font-family:Lato,sans-serif;font-size:.95rem;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:#f5c842;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover,.nav-links a.active{color:#f5c842}.nav-book-btn{color:#fdf6f0!important;background:#6b3a2a!important;border-radius:50px!important;padding:.6rem 1.4rem!important;transition:background .3s,transform .2s!important}.nav-book-btn:after{display:none!important}.nav-book-btn:hover{transform:translateY(-2px);color:#fff!important;background:#c8956c!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#fdf6f0;border-radius:2px;width:26px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.hamburger{display:flex}.nav-links{background:#1a0f0afa;flex-direction:column;justify-content:center;gap:2.5rem;width:75%;max-width:300px;height:100vh;padding:2rem;transition:right .4s;position:fixed;top:0;right:-100%}.nav-links.open{right:0}.nav-links a{font-size:1.1rem}}.footer{color:#c8956c;background:#1a0f0a;padding:4rem 0 0}.footer-container{grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.footer-brand .footer-logo{color:#f5c842;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.6rem;display:block}.footer-brand p{color:#a07060;margin-bottom:1.2rem;font-size:.9rem;line-height:1.7}.footer-socials{gap:1rem;display:flex}.footer-socials a{font-size:1.3rem;transition:transform .2s;display:inline-block}.footer-socials a:hover{transform:scale(1.2)}.footer-links h4,.footer-hours h4,.footer-contact h4{color:#fdf6f0;margin-bottom:1.2rem;padding-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.1rem;position:relative}.footer-links h4:after,.footer-hours h4:after,.footer-contact h4:after{content:"";background:#f5c842;width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links ul li{margin-bottom:.6rem}.footer-links ul li a{color:#a07060;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links ul li a:hover{color:#f5c842}.footer-hours ul{margin:0;padding:0;list-style:none}.footer-hours ul li{color:#a07060;justify-content:space-between;gap:1rem;margin-bottom:.5rem;font-size:.88rem;display:flex}.footer-contact p{color:#a07060;margin-bottom:.6rem;font-size:.88rem;line-height:1.6}.footer-bottom{text-align:center;border-top:1px solid #c8956c33;margin-top:3rem;padding:1.2rem 1.5rem}.footer-bottom p{color:#6b4a3a;font-size:.85rem}@media (width<=1024px){.footer-container{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=600px){.footer-container{grid-template-columns:1fr;gap:2rem}}.ribbons-container{width:100%;height:100%;position:relative}.cup-scene{justify-content:center;align-items:center;width:600px;height:600px;margin:0 auto;display:flex;position:relative}.orbit-ring{pointer-events:none;border:1.5px dashed #c8956c00;border-radius:50%;width:460px;height:460px;transition:border-color .5s,transform .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.orbit-ring.visible{border-color:#c8956c59;transform:translate(-50%,-50%)scale(1)}.orbit-plate{z-index:10;border-radius:50%;width:112px;height:112px;transition:opacity .45s cubic-bezier(.34,1.56,.64,1),scale .45s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:50%}.orbit-plate.expanded{opacity:1;scale:1}.orbit-plate.collapsed{opacity:0;scale:0}.orbit-plate.moving .plate-card{border-color:#f5c842;box-shadow:0 0 0 3px #f5c84266,0 8px 28px #6b3a2a59,inset 0 1px 4px #ffffffd9}.plate-card{text-align:center;background:linear-gradient(145deg,#fffaf4,#fdeedd);border:3px solid #e8c9a8;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:100%;height:100%;padding:.5rem .3rem;transition:box-shadow .3s,border-color .3s;display:flex;box-shadow:0 6px 22px #6b3a2a38,0 2px 8px #6b3a2a1a,inset 0 1px 4px #ffffffd9}.plate-icon{font-size:1.35rem;line-height:1}.plate-name{color:#3d2314;font-family:Playfair Display,serif;font-size:.67rem;font-weight:700;line-height:1.2}.plate-desc{color:#9a7060;font-size:.56rem;line-height:1.2}.plate-price{color:#6b3a2a;margin-top:1px;font-family:Playfair Display,serif;font-size:.72rem;font-weight:700}.coffee-cup-top{cursor:pointer;z-index:20;flex-shrink:0;width:200px;height:200px;transition:transform .3s;position:relative}.coffee-cup-top:hover{transform:scale(1.05)}.cup-saucer{z-index:1;background:radial-gradient(circle at 40% 35%,#f0ebe4 0%,#ddd5ca 45%,#c8bdb0 100%);border-radius:50%;width:236px;height:236px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 55px #00000052,0 6px 18px #0000002e,inset 0 2px 6px #ffffff80}.cup-ceramic{z-index:2;background:radial-gradient(circle at 36% 32%,#fff 0%,#f0ece8 30%,#ddd5cc 65%,#c8bdb2 100%);border-radius:50%;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 32px #00000047,0 3px 10px #00000024,inset 0 -5px 14px #0000001a,inset 0 4px 10px #ffffffbf}.cup-rim-highlight{filter:blur(6px);pointer-events:none;background:#ffffff73;border-radius:50%;width:80px;height:30px;position:absolute;top:8px;left:18px;transform:rotate(-20deg)}.cup-liquid{background:radial-gradient(circle at 38% 35%,#d4894a 0%,#b5621c 25%,#8c4010 55%,#5e2508 85%,#3d1500 100%);border-radius:50%;justify-content:center;align-items:center;width:162px;height:162px;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:inset 0 5px 20px #00000080,inset 0 -3px 10px #c8783240,inset 2px 2px 8px #ffa03c1f}.cup-crema{pointer-events:none;background:radial-gradient(at 35% 30%,#d28c3c59 0%,#0000 55%),radial-gradient(at 70% 70%,#a0501440 0%,#0000 45%);border-radius:50%;position:absolute;inset:0}.cup-foam-ring{pointer-events:none;border:8px solid #f5d79b61;border-radius:50%;position:absolute;inset:6px;box-shadow:inset 0 0 12px #f5d79b26}.latte-art{z-index:3;filter:drop-shadow(0 2px 6px #0000004d);width:128px;height:128px;animation:4s ease-in-out infinite latteBreath;position:relative}@keyframes latteBreath{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.cup-handle{z-index:3;border:8px solid #d8cfc6;border-left:none;border-radius:0 36px 36px 0;width:28px;height:52px;position:absolute;top:50%;right:-26px;transform:translateY(-50%);box-shadow:4px 2px 10px #0000002e,inset -2px 0 4px #fff6}.steam-wrap{pointer-events:none;z-index:25;align-items:flex-end;gap:10px;display:flex;position:absolute;top:-46px;left:50%;transform:translate(-50%)}.steam{background:linear-gradient(#0000,#c8956c99);border-radius:50px;width:6px;animation:2.4s ease-in-out infinite steamRise}.st1{height:30px;animation-delay:0s}.st2{height:44px;animation-delay:.38s}.st3{height:26px;animation-delay:.76s}@keyframes steamRise{0%{opacity:.75;transform:translateY(0)scaleX(1)}50%{opacity:.35;transform:translateY(-14px)scaleX(1.5)}to{opacity:0;transform:translateY(-30px)scaleX(.7)}}.cup-hint{letter-spacing:.18em;text-transform:uppercase;color:#c8956c;white-space:nowrap;pointer-events:none;font-size:.68rem;transition:opacity .3s;position:absolute;bottom:-34px;left:50%;transform:translate(-50%)}.cup-hint.hidden{opacity:0}@media (width<=640px){.cup-scene{width:360px;height:360px}.orbit-ring{width:300px;height:300px}.coffee-cup-top{width:130px;height:130px}.cup-saucer{width:154px;height:154px}.cup-ceramic{width:130px;height:130px}.cup-liquid{width:104px;height:104px}.latte-art{width:82px;height:82px}.orbit-plate{width:80px;height:80px}.plate-icon{font-size:1.1rem}.plate-name{font-size:.6rem}.plate-desc{display:none}.plate-price{font-size:.62rem}}.bounceCardsContainer{justify-content:center;align-items:center;display:flex;position:relative}.card{aspect-ratio:1;cursor:pointer;border:5px solid #fff;border-radius:20px;width:180px;transition:box-shadow .3s;position:absolute;overflow:hidden;box-shadow:0 8px 24px #00000040}.card:hover{box-shadow:0 16px 40px #6b3a2a66}.card .image{object-fit:cover;width:100%;height:100%;display:block}.hero{background:linear-gradient(135deg,#1a0f0a 0%,#3d1a0a 40%,#6b3a2a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(at 70%,#c8956c26 0%,#0000 60%),radial-gradient(at 20% 80%,#f5c84214 0%,#0000 50%);position:absolute;inset:0}.hero-overlay{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8956c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:700px;padding:2rem 1.5rem;position:relative}.hero-tagline{letter-spacing:.3em;text-transform:uppercase;color:#f5c842;margin-bottom:1.2rem;font-family:Lato,sans-serif;font-size:.85rem}.hero-title{color:#fdf6f0;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,7vw,5rem);line-height:1.15}.hero-title em{color:#f5c842;font-style:italic}.hero-desc{color:#fdf6f0bf;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.8}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-outline-light{color:#fdf6f0;letter-spacing:.05em;background:0 0;border:2px solid #fdf6f080;border-radius:50px;padding:.85rem 2rem;font-family:Lato,sans-serif;font-size:1rem;transition:all .3s;display:inline-block}.btn-outline-light:hover{color:#f5c842;border-color:#f5c842;transform:translateY(-2px)}.hero-scroll-hint{color:#fdf6f066;letter-spacing:.2em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#fdf6f066,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.stats-section{background:#fdf6f0;padding:5rem 0 6rem;overflow:hidden}.menu-section{background:#fff;padding:5rem 0}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;display:grid}.menu-card{background:#fdf6f0;border-left:4px solid #c8956c;border-radius:12px;align-items:center;gap:1rem;padding:1.2rem 1.5rem;transition:all .3s;display:flex}.menu-card:hover{border-left-color:#6b3a2a;transform:translate(6px);box-shadow:0 4px 20px #6b3a2a1f}.menu-emoji{flex-shrink:0;font-size:2rem}.menu-info{flex:1}.menu-info h3{color:#3d2314;margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:1rem}.menu-info p{color:#7a5c4e;font-size:.82rem}.menu-price{color:#6b3a2a;flex-shrink:0;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.menu-cta{text-align:center;margin-top:3rem}.experience-banner{background:linear-gradient(135deg,#3d1a0a,#6b3a2a);padding:6rem 0;position:relative;overflow:hidden}.experience-banner:before{content:"";background:radial-gradient(at 30%,#f5c8421a 0%,#0000 60%);position:absolute;inset:0}.experience-overlay{background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f5c842' fill-opacity='0.03'%3E%3Ccircle cx='20' cy='20' r='3'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.experience-content{z-index:2;text-align:center;color:#fdf6f0;position:relative}.experience-content h2{color:#fdf6f0;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem)}.experience-content p{color:#fdf6f0bf;max-width:600px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.8}.testimonials-section{background:#fdf6f0;padding:5rem 0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:#fff;border-top:4px solid #f5c842;border-radius:16px;padding:2rem;transition:transform .3s;box-shadow:0 4px 20px #6b3a2a14}.testimonial-card:hover{transform:translateY(-5px)}.stars{margin-bottom:1rem;font-size:1rem}.testimonial-text{color:#3d2314;margin-bottom:1rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-name{color:#6b3a2a;font-size:.9rem;font-weight:700}.cta-section{text-align:center;background:#1a0f0a;padding:5rem 0}.cta-section h2{color:#fdf6f0;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.4rem)}.cta-section p{color:#fdf6f099;margin-bottom:2rem;font-size:1rem}@media (width<=600px){.menu-grid{grid-template-columns:1fr}}.gallery-section{background:#fdf6f0;padding:5rem 0 6rem}.gallery-bounce-wrapper{justify-content:center;align-items:center;padding:1rem 0;display:flex;overflow:visible}@media (width<=600px){.gallery-bounce-wrapper{transform-origin:top;margin-bottom:-4rem;transform:scale(.65)}}@media (width>=601px) and (width<=900px){.gallery-bounce-wrapper{transform-origin:top;margin-bottom:-2rem;transform:scale(.8)}}.about-hero{text-align:center;background:linear-gradient(135deg,#1a0f0a 0%,#3d1a0a 60%,#6b3a2a 100%);justify-content:center;align-items:center;min-height:50vh;padding-top:80px;display:flex;position:relative}.about-hero-overlay{background:radial-gradient(#c8956c1f 0%,#0000 70%);position:absolute;inset:0}.about-hero-content{z-index:2;color:#fdf6f0;padding:2rem 1.5rem;position:relative}.about-tagline{letter-spacing:.3em;text-transform:uppercase;color:#f5c842;margin-bottom:1rem;font-size:.8rem}.about-hero-content h1{margin-bottom:.8rem;font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.5rem)}.about-hero-content p{color:#fdf6f0a6;letter-spacing:.05em;font-size:1rem}.story-section{background:#fdf6f0;padding:5rem 0}.story-grid{grid-template-columns:1fr 1.4fr;align-items:center;gap:4rem;display:grid}.story-visual{position:relative}.story-img-frame{aspect-ratio:1;background:linear-gradient(135deg,#6b3a2a,#c8956c);border-radius:20px;justify-content:center;align-items:center;padding:3rem;display:flex;box-shadow:0 15px 50px #6b3a2a4d}.story-img-inner{text-align:center}.story-big-emoji{filter:drop-shadow(0 4px 10px #0000004d);margin-bottom:1rem;font-size:5rem;display:block}.story-year{color:#fdf6f0cc;letter-spacing:.1em;font-family:Playfair Display,serif;font-size:1.2rem}.story-badge{color:#1a0f0a;background:#f5c842;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:absolute;bottom:-20px;right:-20px;box-shadow:0 6px 20px #f5c84266}.story-badge span{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1}.story-badge small{text-align:center;text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;line-height:1.3}.story-text p{color:#5a3a2a;margin-bottom:1.2rem;font-size:.97rem;line-height:1.85}.values-section{background:#fff;padding:5rem 0}.values-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.value-card{text-align:center;background:#fdf6f0;border-bottom:3px solid #0000;border-radius:16px;padding:2.5rem 1.5rem;transition:all .3s}.value-card:hover{border-bottom-color:#f5c842;transform:translateY(-6px);box-shadow:0 10px 30px #6b3a2a1f}.value-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.value-card h3{color:#3d2314;margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.1rem}.value-card p{color:#7a5c4e;font-size:.88rem;line-height:1.6}.team-section{background:#fdf6f0;padding:5rem 0}.team-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.team-card{text-align:center;background:#fff;border-radius:20px;padding:2.5rem 2rem;transition:transform .3s;box-shadow:0 4px 20px #6b3a2a14}.team-card:hover{transform:translateY(-6px)}.team-avatar{margin-bottom:1rem;font-size:3.5rem;display:block}.team-card h3{color:#3d2314;margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.2rem}.team-role{color:#1a0f0a;text-transform:uppercase;letter-spacing:.08em;background:#f5c842;border-radius:50px;margin-bottom:.8rem;padding:.25rem .8rem;font-size:.75rem;display:inline-block}.team-card p{color:#7a5c4e;font-size:.88rem;line-height:1.6}.timeline-section{background:#1a0f0a;padding:5rem 0}.timeline-section .section-title{color:#fdf6f0}.timeline-section .divider{background:#f5c842}.timeline{max-width:700px;margin:0 auto;padding:1rem 0;position:relative}.timeline:before{content:"";background:#c8956c4d;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{justify-content:flex-end;margin-bottom:2rem;padding-right:calc(50% + 2rem);display:flex;position:relative}.timeline-item.right{justify-content:flex-start;padding-left:calc(50% + 2rem);padding-right:0}.timeline-item:after{content:"";background:#f5c842;border-radius:50%;width:12px;height:12px;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 0 0 4px #f5c84233}.timeline-content{background:#ffffff0d;border:1px solid #c8956c33;border-radius:12px;max-width:260px;padding:1rem 1.2rem}.timeline-year{color:#f5c842;margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.2rem;display:block}.timeline-content p{color:#fdf6f0a6;margin:0;font-size:.85rem;line-height:1.6}@media (width<=768px){.story-grid{grid-template-columns:1fr;gap:3rem}.story-badge{bottom:-15px;right:10px}.timeline:before{left:20px}.timeline-item,.timeline-item.right{justify-content:flex-start;padding-left:3.5rem;padding-right:0}.timeline-item:after{left:20px}.timeline-content{max-width:100%}}.contact-hero{text-align:center;background:linear-gradient(135deg,#1a0f0a 0%,#3d1a0a 60%,#6b3a2a 100%);justify-content:center;align-items:center;min-height:45vh;padding-top:80px;display:flex;position:relative}.contact-hero-overlay{background:radial-gradient(#c8956c1f 0%,#0000 70%);position:absolute;inset:0}.contact-hero-content{z-index:2;color:#fdf6f0;padding:2rem 1.5rem;position:relative}.contact-tagline{letter-spacing:.3em;text-transform:uppercase;color:#f5c842;margin-bottom:1rem;font-size:.8rem}.contact-hero-content h1{margin-bottom:.8rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.2rem)}.contact-hero-content p{color:#fdf6f0a6;font-size:1rem}.contact-main{background:#fdf6f0;padding:5rem 0}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.contact-info h2,.contact-form-wrapper h2{color:#3d2314;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.6rem}.info-cards{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.info-card{background:#fff;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.2rem;transition:transform .2s;display:flex;box-shadow:0 2px 12px #6b3a2a12}.info-card:hover{transform:translate(4px)}.info-icon{flex-shrink:0;font-size:1.5rem}.info-card h4{color:#6b3a2a;margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:.95rem}.info-card p{color:#7a5c4e;margin:0;font-size:.88rem;line-height:1.6}.map-placeholder{text-align:center;color:#fdf6f0;background:linear-gradient(135deg,#6b3a2a,#c8956c);border-radius:16px;padding:2.5rem}.map-placeholder span{margin-bottom:.8rem;font-size:3rem;display:block}.map-placeholder p{margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1rem}.map-placeholder small{opacity:.7;cursor:pointer;font-size:.8rem;text-decoration:underline}.contact-form-wrapper{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 6px 30px #6b3a2a1a}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-group input,.form-group textarea{color:#3d2314;resize:vertical;background:#fdf6f0;border:2px solid #e8d5c8;border-radius:10px;outline:none;padding:.8rem 1rem;font-family:Lato,sans-serif;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#6b3a2a;box-shadow:0 0 0 3px #6b3a2a1a}.submit-btn{border-radius:10px;width:100%;padding:1rem;font-size:1rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=500px){.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.5rem}}.book-hero{text-align:center;background:linear-gradient(135deg,#1a0f0a 0%,#3d1a0a 60%,#6b3a2a 100%);justify-content:center;align-items:center;min-height:45vh;padding-top:80px;display:flex;position:relative}.book-hero-overlay{background:radial-gradient(#f5c8421a 0%,#0000 70%);position:absolute;inset:0}.book-hero-content{z-index:2;color:#fdf6f0;padding:2rem 1.5rem;position:relative}.book-tagline{letter-spacing:.3em;text-transform:uppercase;color:#f5c842;margin-bottom:1rem;font-size:.8rem}.book-hero-content h1{margin-bottom:.8rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.2rem)}.book-hero-content p{color:#fdf6f0a6;font-size:1rem}.booking-section{background:#fdf6f0;padding:5rem 0}.booking-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.booking-info h2{color:#3d2314;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.7rem}.booking-info>p{color:#7a5c4e;margin-bottom:2rem;font-size:.95rem;line-height:1.8}.booking-features{flex-direction:column;gap:1.2rem;margin-bottom:2rem;display:flex}.booking-feature{align-items:flex-start;gap:1rem;display:flex}.booking-feature span{flex-shrink:0;font-size:1.5rem}.booking-feature h4{color:#3d2314;margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:.95rem}.booking-feature p{color:#7a5c4e;margin:0;font-size:.85rem}.booking-note{background:#f5c84226;border:1px solid #f5c84266;border-radius:10px;align-items:flex-start;gap:.8rem;padding:1rem 1.2rem;display:flex}.booking-note span{flex-shrink:0;font-size:1.1rem}.booking-note p{color:#5a3a2a;margin:0;font-size:.85rem;line-height:1.6}.booking-form-wrapper{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 40px #6b3a2a1f}.form-header{margin-bottom:2rem}.form-header h2{color:#3d2314;margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.6rem}.form-header p{color:#7a5c4e;font-size:.88rem}.alert{border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:.9rem}.alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.booking-form{flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#3d2314;letter-spacing:.03em;font-size:.85rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#3d2314;resize:vertical;background:#fdf6f0;border:2px solid #e8d5c8;border-radius:10px;outline:none;padding:.8rem 1rem;font-family:Lato,sans-serif;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#6b3a2a;box-shadow:0 0 0 3px #6b3a2a1a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b3a2a' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.book-submit-btn{border-radius:10px;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem}.book-submit-btn:disabled{opacity:.7;cursor:not-allowed}.ambiance-strip{background:#1a0f0a;padding:1.5rem 0;overflow:hidden}.ambiance-items{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.ambiance-item{color:#fdf6f099;letter-spacing:.08em;white-space:nowrap;font-size:.85rem}.ambiance-item:before{content:"·";color:#f5c842;margin-right:2rem}.ambiance-item:first-child:before{display:none}@media (width<=900px){.booking-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=500px){.form-row{grid-template-columns:1fr}.booking-form-wrapper{padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6b3a2a;--secondary:#c8956c;--accent:#f5c842;--dark:#1a0f0a;--light:#fdf6f0;--text:#3d2314;--text-light:#7a5c4e;--white:#fff;--shadow:0 4px 20px #6b3a2a26;--shadow-lg:0 10px 40px #6b3a2a40}body{background-color:var(--light);color:var(--text);font-family:Georgia,serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%}.section-title{color:var(--primary);text-align:center;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-style:italic}.section-subtitle{text-align:center;color:var(--text-light);letter-spacing:.05em;margin-bottom:3rem;font-size:1rem}.divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin:.8rem auto 1.5rem}.btn-primary{background:var(--primary);color:var(--white);letter-spacing:.05em;border:none;border-radius:50px;padding:.85rem 2rem;font-size:1rem;transition:all .3s;display:inline-block}.btn-primary:hover{background:var(--secondary);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);letter-spacing:.05em;background:0 0;border-radius:50px;padding:.85rem 2rem;font-size:1rem;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ribbon-cursor-overlay{z-index:9999;pointer-events:none;position:fixed;inset:0}
