:root{--terracotta: #E2725B;--olive-green: #556B2F;--whitewash: #F5F5F5;--dark-terracotta: #c85a42;--light-olive: #6b7f3a;--cream: #FFF8DC;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .2);--shadow-dark: rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,var(--cream) 0%,var(--whitewash) 100%);color:#333;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.courtyard-frame{position:relative;min-height:100vh;background:radial-gradient(circle at 20% 30%,rgba(226,114,91,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(85,107,47,.1) 0%,transparent 50%);border:8px solid var(--terracotta);-o-border-image:linear-gradient(45deg,var(--terracotta),var(--olive-green),var(--terracotta)) 1;border-image:linear-gradient(45deg,var(--terracotta),var(--olive-green),var(--terracotta)) 1}.corner-decoration{position:fixed;width:60px;height:60px;background:var(--terracotta);z-index:1000}.corner-decoration:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:var(--olive-green);border-radius:50%}.corner-decoration:after{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;background:var(--cream);border-radius:50%}.top-left{top:0;left:0;border-radius:0 0 50%}.top-right{top:0;right:0;border-radius:0 0 0 50%}.bottom-left{bottom:0;left:0;border-radius:0 50% 0 0}.bottom-right{bottom:0;right:0;border-radius:50% 0 0}.header{position:fixed;top:0;left:0;right:0;background:#fff8dcf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;border-bottom:2px solid var(--terracotta)}.navbar{padding:1rem 0}.nav-container{display:flex;justify-content:center;align-items:center;max-width:100%;width:100%;margin:0 auto;padding:.5rem 40px}.logo{display:flex;flex-direction:column;justify-content:center;text-align:center}.logo-text{font-family:Kalam,cursive;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:var(--terracotta);text-shadow:2px 2px 4px var(--shadow-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-subtitle{font-size:clamp(.8rem,2vw,1rem);color:var(--olive-green);text-align:center;font-weight:300;letter-spacing:2px;white-space:nowrap}.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,var(--cream) 0%,var(--whitewash) 100%)}.hero-content{position:relative;text-align:center;z-index:2}.hero-text{background:#fff8dcf2;padding:3rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 60px var(--shadow-medium);border:3px solid var(--terracotta);max-width:600px;margin:0 auto}.hero-title{font-family:Kalam,cursive;font-size:3.5rem;color:var(--terracotta);margin-bottom:1rem;text-shadow:2px 2px 4px var(--shadow-light);line-height:1.2}.hero-description{font-size:1.2rem;color:var(--olive-green);margin-bottom:2rem;font-weight:400}.hero-fountain{display:flex;justify-content:center;margin-top:2rem}.fountain-circle{position:relative;width:80px;height:80px;border:3px solid var(--terracotta);border-radius:50%;background:#556b2f1a}.water-ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid var(--olive-green);border-radius:50%;animation:ripple 3s infinite}.water-ripple:nth-child(2){animation-delay:1s}.water-ripple:nth-child(3){animation-delay:2s}@keyframes ripple{0%{width:20px;height:20px;opacity:1}to{width:60px;height:60px;opacity:0}}.section-title{font-family:Kalam,cursive;font-size:3rem;color:var(--terracotta);text-align:center;margin-bottom:3rem;text-shadow:2px 2px 4px var(--shadow-light)}.menu-section{padding:6rem 0;background:var(--whitewash)}.chalkboard{background:#2d3748;padding:3rem;border-radius:15px;box-shadow:0 20px 60px var(--shadow-dark);border:8px solid #8B4513;position:relative;max-width:800px;margin:0 auto}.chalkboard:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,#654321,#8b4513,#654321);border-radius:20px;z-index:-1}.chalkboard-content{color:var(--whitewash)}.chalkboard-title{font-family:Kalam,cursive;font-size:2.5rem;color:var(--cream);text-align:center;margin-bottom:2rem;text-decoration:underline;text-decoration-color:var(--terracotta)}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.category-title{font-family:Kalam,cursive;font-size:1.8rem;color:var(--terracotta);margin-bottom:1.5rem;border-bottom:2px solid var(--terracotta);padding-bottom:.5rem}.menu-items{display:flex;flex-direction:column;gap:1rem}.menu-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px dotted rgba(255,248,220,.3)}.item-name{font-size:1.1rem;color:var(--cream)}.item-price{font-size:1.2rem;font-weight:600;color:var(--terracotta)}.ambiance-section{padding:6rem 0;background:linear-gradient(135deg,var(--cream) 0%,var(--whitewash) 100%)}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.gallery-item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 40px var(--shadow-medium);transition:all .3s ease;border:3px solid var(--terracotta)}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 25px 60px var(--shadow-dark)}.gallery-item img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h4{font-family:Kalam,cursive;font-size:1.5rem;color:var(--cream)}.contact-section{padding:4rem 0;background:var(--olive-green);display:flex;align-items:center;justify-content:center;min-height:100vh}.azulejo-tile{max-width:600px;margin:0 auto;background:var(--whitewash);border-radius:20px;padding:3rem;box-shadow:0 20px 60px var(--shadow-dark);position:relative;border:5px solid var(--terracotta)}.tile-pattern{position:relative}.tile-pattern:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:repeating-linear-gradient(45deg,var(--terracotta) 0px,var(--terracotta) 2px,transparent 2px,transparent 20px),repeating-linear-gradient(-45deg,var(--olive-green) 0px,var(--olive-green) 2px,transparent 2px,transparent 20px);z-index:-1;border-radius:25px}.contact-title{font-family:Kalam,cursive;font-size:2.5rem;color:var(--terracotta);text-align:center;margin-bottom:2rem;text-shadow:1px 1px 2px var(--shadow-light)}.contact-info{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.contact-item{display:flex;align-items:center;gap:1rem;font-size:1.2rem;color:var(--olive-green);background:#e2725b1a;padding:1rem 1.5rem;border-radius:10px;transition:all .3s ease;border:2px solid transparent}.contact-item:hover{background:#e2725b33;border-color:var(--terracotta);transform:translateY(-2px)}.contact-icon{font-size:1.5rem}.contact-text{font-weight:500}.email-link{color:var(--olive-green);text-decoration:none;transition:all .3s ease}.email-link:hover{color:var(--terracotta);text-decoration:underline}@media (max-width: 768px){.corner-decoration{width:40px;height:40px}.corner-decoration:before{top:6px;right:6px;bottom:6px;left:6px}.corner-decoration:after{top:12px;right:12px;bottom:12px;left:12px}.logo-text{font-size:2rem}.hero-title{font-size:2.5rem}.hero-text{padding:2rem;margin:0 1rem}.section-title{font-size:2.5rem}.chalkboard{padding:2rem;margin:0 1rem}.menu-grid{grid-template-columns:1fr;gap:2rem}.gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.azulejo-tile{margin:0 1rem;padding:2rem}.contact-info{gap:1rem}.contact-item{flex-direction:column;text-align:center;gap:.5rem}}@media (max-width: 480px){.courtyard-frame{border-width:4px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title,.chalkboard-title{font-size:2rem}.category-title{font-size:1.5rem}}*{transition:all .3s ease}.hero-text,.chalkboard,.gallery-item,.azulejo-tile{animation:fadeInUp .8s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-title,.menu-category,.gallery-item{opacity:0;animation:fadeInUp .8s ease forwards}.menu-category:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.4s}.gallery-item:nth-child(4){animation-delay:.6s}
