@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--bg-color:#050505;--text-color:#fafafa;--accent-color:#d4af37;--nav-bg:#050505d9;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400}h2{text-align:center;letter-spacing:2px;margin-bottom:1.5rem;font-size:3rem}.navbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:fixed;top:0}.nav-logo{cursor:pointer;height:40px}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-color);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--accent-color)}.hero{text-align:center;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video{z-index:-2;object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.hero-overlay{z-index:-1;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content h1{text-shadow:2px 4px 10px #000c;margin-bottom:1rem;font-size:5rem;animation:1.5s fadeInDown}.hero-content p{font-size:1.5rem;font-family:var(--font-heading);color:#ddd;font-style:italic;animation:1.5s .5s backwards fadeInUp}.section{max-width:1200px;margin:0 auto;padding:6rem 5%}.about-text{color:#ccc;text-align:center;max-width:800px;margin:0 auto 4rem;font-size:1.2rem}.brochure-section{max-width:1400px;margin:0 auto;padding:6rem 5%}.brochure-header{text-align:center;margin-bottom:4rem}.brochure-panel{background:#0a0a0a;border:1px solid #ffffff0d;flex-wrap:wrap;align-items:stretch;margin-bottom:4rem;display:flex}.brochure-panel.reverse{flex-direction:row-reverse}.brochure-image{background-position:50%;background-size:cover;flex:50%;min-height:500px}.brochure-content{flex-direction:column;flex:50%;justify-content:center;padding:4rem;display:flex}.brochure-content h3{color:var(--accent-color);text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem;font-size:2.5rem}.brochure-content .subtitle{color:#888;font-style:italic;font-family:var(--font-heading);margin-bottom:2rem;font-size:1.2rem}.package{border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:1.5rem}.package:last-child{border-bottom:none}.package h4{color:#fff;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:1.5rem;display:flex}.package .price{color:var(--accent-color);font-family:var(--font-body);font-size:1.2rem;font-weight:300}.package p{color:#bbb;font-size:.95rem;line-height:1.5}.brochure-extras{border-left:3px solid var(--accent-color);background:#d4af370d;margin-top:2rem;padding:1.5rem}.brochure-extras p{color:#ccc;margin-bottom:.5rem;font-size:.9rem}.brochure-extras p:last-child{margin-bottom:0}@media (width<=900px){.brochure-image{min-height:300px}.brochure-content{padding:2rem}.package h4{flex-direction:column;align-items:flex-start}}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.gallery-item{cursor:pointer;border-radius:4px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:400px;transition:transform .6s;display:block}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{opacity:0;background:#0006;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.gallery-item:hover .gallery-overlay{opacity:1}.contact-container{text-align:center;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}.contact-btn{color:var(--text-color);border:1px solid var(--text-color);font-family:var(--font-heading);cursor:pointer;background:0 0;margin-top:2rem;padding:1rem 2.5rem;font-size:1.2rem;text-decoration:none;transition:all .3s;display:inline-block}.contact-btn:hover{background:var(--text-color);color:var(--bg-color)}footer{text-align:center;color:#666;border-top:1px solid #ffffff0d;padding:2rem;font-size:.8rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
