body{margin:0;font-family:Montserrat,sans-serif;overflow-x:hidden}.hero{height:100vh;background-image:url(/images/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 1rem}.title{font-size:3rem;margin-bottom:1rem}.slogan{font-size:1.5rem;margin-bottom:2rem}.button{display:inline-block;padding:1rem 2rem;border:2px solid white;color:#fff;text-decoration:none;font-size:1.2rem;transition:background-color .3s,color .3s}.button:hover{background-color:#fff;color:#000}.scroll-indicator{position:absolute;bottom:150px;left:0;right:0;margin-left:auto;margin-right:auto;width:max-content;display:flex;flex-direction:column;gap:6px;z-index:2;pointer-events:none;opacity:.9}.scroll-indicator span{width:12px;height:12px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg);opacity:0;animation:scrollDown 1.4s infinite}.scroll-indicator span:nth-child(2){animation-delay:.2s}.scroll-indicator span:nth-child(3){animation-delay:.4s}@keyframes scrollDown{0%{opacity:0;transform:rotate(45deg) translate(0)}30%{opacity:1}60%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(-10px,10px)}}.about{padding:2rem;background-color:#f9f9f9;text-align:center;position:relative}.about-image{position:relative;margin-bottom:1rem;z-index:4}.about-image img{width:500px;height:500px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 10px 30px #0003;position:relative;top:-200px;transform:translateY(50px)}.about h2{font-size:2.5rem;color:#333;margin-bottom:1rem;margin-top:-9rem}.subheadline{font-size:1.2rem;color:#666;max-width:600px;margin:3rem auto 1.5rem}.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:3rem auto 0}.pillar{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;opacity:0;transform:translateY(50px);transition:opacity 2s ease,transform 2s ease}.pillar.visible{opacity:1;transform:translateY(0)}.pillar h3{color:#d4af37;margin-bottom:1rem}.pillar ul{list-style:disc;padding:0 0 0 1.5rem;text-align:left}.pillar li{margin-bottom:.5rem;color:#555}.luxury-events{padding:4rem 2rem;background:#f9f9f9;text-align:center}.section-title{font-size:2.5rem;margin-bottom:2rem;color:#333}.slider-container{position:relative;overflow:hidden;max-width:1200px;margin:0 auto}.slider-track{display:flex;transition:transform .5s ease}.slide{min-width:100%;box-sizing:border-box;padding:1rem;text-align:center}.slide img{width:auto;max-width:80%;max-height:300px;object-fit:cover;border-radius:15px;margin:0 auto 1rem;display:block}.slide h3{font-size:1.5rem;color:#d4af37}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:none;font-size:2rem;padding:.5rem 1rem;cursor:pointer;border-radius:5px}.prev{left:10px}.next{right:10px}.slide p{font-size:1rem;color:#555;margin-top:.5rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.mood-collage{padding:2rem;background:#f9f9f9;text-align:center}.mood-title{font-size:2.5rem;margin-bottom:3rem;color:#333;letter-spacing:.05em}.collage-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:180px;gap:1rem;max-width:1400px;margin:0 auto}.collage-grid img{width:100%;height:100%;object-fit:cover;border-radius:18px;transition:transform .5s ease,box-shadow .5s ease;cursor:pointer}.collage-grid img:hover{transform:scale(1.04);box-shadow:0 15px 40px #00000040}.collage-grid img:nth-child(1){grid-column:span 2;grid-row:span 2}.collage-grid img:nth-child(2){grid-column:span 2}.collage-grid img:nth-child(3){grid-column:span 1}.collage-grid img:nth-child(4){grid-column:span 1}.collage-grid img:nth-child(5){grid-column:span 2;grid-row:span 2}.collage-grid img:nth-child(6){grid-column:span 2}.collage-grid img:nth-child(7){grid-column:span 1}.collage-grid img:nth-child(8){grid-column:span 1}.collage-grid img:nth-child(9){grid-column:span 2}.collage-grid img:nth-child(10){grid-column:span 2}@media(max-width:768px){.collage-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}.collage-grid img{grid-column:span 1!important;grid-row:span 1!important}.mood-title{font-size:2rem}}.luxury-event-cost{padding:3rem 2rem;background:#f9f9f9;text-align:center}.luxury-event-cost .container{max-width:1000px;margin:0 auto}.luxury-title{font-size:2.5rem;color:#000;margin-bottom:2rem;letter-spacing:.05em}.luxury-teaser{font-size:1rem;line-height:1.5;color:#555;margin:0 auto;max-width:800px}.timeline-section{padding:3rem 2rem;background:#f9f9f9;text-align:center}.timeline-section .container{max-width:900px;margin:0 auto}.timeline-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:3rem}.timeline{position:relative;margin:0 auto;padding-left:40px}.timeline:before{content:"";position:absolute;top:0;left:18px;width:4px;height:100%;background:#d4af37;border-radius:2px}.timeline-step{position:relative;margin-bottom:3rem}.step-number{position:absolute;left:-3px;top:0;width:40px;height:40px;background:#d4af37;color:#fff;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;z-index:2}.step-content{padding-left:60px;text-align:left}.step-content h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.step-content p{font-size:1.1rem;color:#555;line-height:1.6}@media(max-width:768px){.timeline{padding-left:20px}.step-content{padding-left:50px}.step-content h3{font-size:1.3rem}.step-content p{font-size:1rem}}.calendar-section{display:flex;justify-content:center;background-color:#f9f9f9;padding:40px 20px}.calendar-section iframe{width:100%;max-width:1000px;border:0}.footer{background-color:#f9f9f9;padding:0 20px 32px;color:#1a1a1a}.footer-top{display:flex;justify-content:center;align-items:center;gap:8px;font-size:1rem;margin-bottom:20px}.footer-top .heart{color:#e91e63;font-size:16px}.footer-top strong{font-weight:500}.footer-divider{width:100%;max-width:600px;height:1px;background-color:#0000001a;margin:0 auto 28px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;gap:24px}.footer-left{flex:1}.footer-brand{font-size:1rem;font-weight:600}.footer-slogan{font-size:.7rem;color:#000;margin-top:4px}.footer-center{flex:1;display:flex;justify-content:center;gap:24px}.footer-center a{font-size:13px;color:#1a1a1a;text-decoration:none;position:relative}.footer-center a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background-color:currentColor;transition:width .2s ease}.footer-center a:hover:after{width:100%}@media(max-width:768px){.footer-bottom{flex-direction:column;text-align:center}.footer-left{margin-bottom:16px}}@media(max-width:768px){body{font-size:15px}.hero{height:90vh;padding:0 1rem}.title{font-size:2rem;line-height:1.2}.slogan{font-size:1.1rem;margin-bottom:1.5rem}.button{font-size:1rem;padding:.9rem 1.6rem}.scroll-indicator{bottom:18px}.about{padding:4rem 1.5rem 3rem}.about-image img{width:260px;height:260px;top:-120px}.about h2{font-size:2rem;margin-top:-5rem}.subheadline{font-size:1rem;margin:2rem auto 1.5rem}.pillars{gap:1.5rem;margin-top:2rem}.pillar{padding:1.5rem}.section-title{font-size:2rem}.slide img{max-width:100%;max-height:220px}.prev,.next{font-size:1.5rem;padding:.4rem .8rem}.slide p{font-size:.95rem;line-height:1.5}.mood-title{font-size:2rem;margin-bottom:2rem}.collage-grid{grid-auto-rows:140px;gap:.8rem}.luxury-title{font-size:2rem}.luxury-teaser{font-size:.95rem}.timeline-title{font-size:2rem}.timeline:before{left:12px}.step-number{width:32px;height:32px;font-size:1rem;left:-6px}.step-content{padding-left:45px}.calendar-section{padding:24px 12px}.calendar-section iframe{height:600px}.footer-top{font-size:.9rem}.footer-center{flex-wrap:wrap;gap:16px}.footer-center a{font-size:12px}}
