.app-wrapper{display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:10vh 80vh 10vh;min-height:100vh}@media screen and (max-width: 768px){.app-wrapper{grid-template-rows:10vh 1fr auto}}header{grid-area:header;position:relative;z-index:1000}main{grid-area:main;overflow:auto}@media screen and (max-width: 768px){main{overflow:visible}}footer{grid-area:footer}.footer{background:linear-gradient(135deg,#8b7355,#6b5a47);color:#fff;padding:1rem;text-align:center;z-index:100;height:100%}.footer-content{max-width:1024px;margin:0 auto;height:100%}.social-links{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap;height:100%}.social-link{display:flex;align-items:center;gap:8px;padding:1rem 2rem;background-color:#ffffff1a;border-radius:1rem;color:#fff;transition:all .3s ease}.social-link .social-icon{width:2rem;aspect-ratio:1;fill:#fff;stroke:none}.social-link:hover{transform:translateY(-3px)}.social-link.facebook:hover{background-color:#1877f2}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-link.whatsapp:hover{background-color:#25d366}@media (max-width: 768px){.social-link{padding:1rem}.social-link .social-text{display:none}.social-links{gap:15px}}.gallery{background-color:#fff;text-align:center;padding:80px 20px}.gallery h2{font-size:2.5rem;color:#d4a574;margin-bottom:15px}.gallery-intro{font-size:1.2rem;color:#666;margin-bottom:50px}.gallery-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}.gallery-item{flex:0 0 100%;max-width:100%;background:linear-gradient(135deg,#f9f5f0,#f5ebe0);border-radius:1rem;padding:1rem;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 768px){.gallery-item{flex:0 0 calc(33.333% - 20px);max-width:calc(33.333% - 20px)}}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.gallery-item h3{font-size:1.3rem;color:#8b7355;margin-bottom:10px}.gallery-item .image-wrapper{width:100%;aspect-ratio:1}.gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:1rem}.gallery-item p{color:#666;font-size:1.25rem;line-height:1.6}.gallery-item li{list-style:none}.hero{height:80vh;background:linear-gradient(135deg,#f5e6d3,#e8d4bc);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;padding:0;margin-top:0}@media screen and (max-width: 768px){.hero{height:90vh}}.hero-overlay{width:100%;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#ffffffd9}.hero-content{text-align:center;max-width:700px;padding:40px 20px}.hero-content h1{font-size:3.5rem;color:#d4a574;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.5rem;color:#8b7355;margin-bottom:20px;font-style:italic}.hero-description{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:30px}@media screen and (max-width: 768px){.hero-description{display:none}}.hero-cta{display:inline-block;padding:15px 40px;background-color:#d4a574;color:#fff;font-size:1.1rem;border-radius:30px;transition:all .3s ease;box-shadow:0 4px 15px #d4a57466}.hero-cta:hover{background-color:#c4956b;transform:translateY(-3px);box-shadow:0 6px 20px #d4a57480}.navbar{display:flex;justify-content:space-between;align-items:center;height:100%;padding:15px 30px;background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;position:relative;z-index:1000}.navbar-brand a{display:flex;align-items:center;font-family:Georgia,serif;font-size:1.5rem;font-weight:700;color:#d4a574;transition:color .3s ease}.navbar-brand a:hover{color:#c4956b}.navbar-brand .brand-logo{display:none;height:40px;width:auto}.navbar-brand .brand-text{display:inline}@media (max-width: 768px){.navbar-brand .brand-logo{display:block}.navbar-brand .brand-text{display:none}}.navbar-nav{display:flex;list-style:none;gap:30px}.navbar-nav li a{font-size:1.5rem;color:#555;transition:color .3s ease;position:relative}.navbar-nav li a:hover{color:#d4a574}.navbar-nav li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#d4a574;transition:width .3s ease}.navbar-nav li a:hover:after{width:100%}@font-face{font-family:Borel;src:url(/fonts/Borel-Regular.ttf) format("truetype")}@font-face{font-family:SourGummy;src:url(/fonts/SourGummy-Regular.ttf) format("truetype")}*{margin:0;padding:0;box-sizing:border-box;font-family:SourGummy,sans-serif;scroll-behavior:smooth}html{scroll-behavior:smooth}body{line-height:1.6;color:#333}h1,h2,h3{font-family:Borel,serif}a{text-decoration:none;color:inherit}section{padding:60px 20px}
