@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@200;300;400;500&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--cream:#f7f3ee;--warm-white:#fdfaf6;--gold:#c9a96e;--gold-light:#e8d5b7;--deep:#1a1208;--brown:#5c3d2e;--sage:#8a9e8c;--sage-light:#c8d5c9;--rose:#c4877e;--text:#3a2d1e;--text-light:#7a6555}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f3ee;background:var(--cream);color:#3a2d1e;color:var(--text);cursor:none;font-family:Jost,sans-serif;margin:0}#cursor{background:#c9a96e;background:var(--gold);border-radius:50%;height:10px;mix-blend-mode:multiply;transition:transform .1s,width .3s,height .3s,background .3s;width:10px;z-index:99999}#cursor,#cursor-ring{pointer-events:none;position:fixed;transform:translate(-50%,-50%)}#cursor-ring{border:1px solid #c9a96e;border:1px solid var(--gold);border-radius:50%;height:36px;opacity:.6;transition:transform .15s,width .3s,height .3s,opacity .3s;width:36px;z-index:99998}#cursor.hover{height:6px;width:6px}#cursor-ring.hover{height:60px;opacity:.3;width:60px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#f7f3ee;background:var(--cream)}::-webkit-scrollbar-thumb{background:#c9a96e;background:var(--gold);border-radius:2px}#loader{align-items:center;background:#1a1208;background:var(--deep);display:flex;flex-direction:column;gap:24px;inset:0;justify-content:center;position:fixed;transition:opacity .6s,visibility .6s;z-index:100000}#loader.done{opacity:0;visibility:hidden}.loader-logo{animation:pulse 1.5s ease-in-out infinite;color:#f7f3ee;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;letter-spacing:.15em}.loader-logo span{color:#c9a96e;color:var(--gold)}.loader-bar{background:#ffffff1a;height:1px;overflow:hidden;position:relative;width:200px}.loader-bar:after{animation:load 2s ease forwards;background:#c9a96e;background:var(--gold);content:"";height:100%;left:0;position:absolute;top:0}@keyframes load{0%{width:0}to{width:100%}}.loader-text{color:#f7f3ee4d;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .8s,transform .8s}.reveal-left.visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .8s,transform .8s}.reveal-right.visible{opacity:1;transform:translateX(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}@media (max-width:900px){body{cursor:auto}#cursor,#cursor-ring{display:none}}.services-section{background:#1a1208;overflow:hidden;padding:100px 60px;position:relative}.services-header{margin:0 auto 80px}.services-grid,.services-header{max-width:1300px;padding:0 20px;position:relative;z-index:2}.services-grid{grid-gap:32px;gap:32px}.service-card{border-radius:16px;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.service-card:hover{box-shadow:0 25px 50px #0006;transform:translateY(-10px)}.service-card-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;height:460px;overflow:hidden;position:relative}.service-card:hover .service-card-inner{background:#000000d9;border-color:#c9a96e99}.service-num{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;border-radius:25px;color:#c9a96e;color:var(--gold);font-size:1rem;font-weight:600;left:20px;letter-spacing:1px;padding:6px 14px;position:absolute;top:20px;z-index:3}.service-image-wrapper{height:240px;overflow:hidden;position:relative;width:100%}.service-image{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.service-card:hover .service-image{transform:scale(1.1)}.service-image-overlay{background:linear-gradient(180deg,#0000001a 0,#000000bf);inset:0;pointer-events:none;position:absolute}.service-content{background:linear-gradient(0deg,#1a1208fa 0,#1a1208e6);display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:24px}.service-name{font-size:1.4rem;font-weight:500;line-height:1.3;margin-bottom:12px;transition:color .3s ease}.service-card:hover .service-name{color:#c9a96e;color:var(--gold)}.service-description{color:#f7f3eeb3;font-size:.85rem;line-height:1.5;margin-bottom:16px}.service-price{color:#c9a96e;font-size:.9rem;font-weight:600;margin-bottom:8px}.service-duration{color:#f7f3ee80;font-size:.75rem}.service-arrow{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;border:1.5px solid #c9a96e;border:1.5px solid var(--gold);bottom:24px;color:#c9a96e;cursor:pointer;font-size:1.3rem;height:44px;right:24px;transform:translateX(15px);transition:all .4s cubic-bezier(.4,0,.2,1);width:44px;z-index:2}.service-arrow:hover{background:#c9a96e;background:var(--gold);border-color:#c9a96e;border-color:var(--gold);color:#1a1208;color:var(--deep);transform:scale(1.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:fadeInUp .7s ease-out forwards;opacity:0}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:nth-child(7){animation-delay:.7s}.service-card:nth-child(8){animation-delay:.8s}@media (max-width:1300px){.services-grid{gap:28px}}@media (max-width:1100px){.services-section{padding:80px 40px}.services-grid{gap:28px;grid-template-columns:repeat(3,1fr)}.services-header{margin-bottom:60px}}@media (max-width:900px){.services-section{padding:70px 30px}.services-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.service-card-inner{height:440px}.service-image-wrapper{height:200px}.service-name{font-size:1.3rem;margin-bottom:10px}.service-description{font-size:.8rem;margin-bottom:14px}.service-content{padding:20px}.services-header{align-items:flex-start;flex-direction:column;gap:30px;margin-bottom:50px}}@media (max-width:600px){.services-section{padding:60px 20px}.services-grid{gap:30px;grid-template-columns:1fr}.service-card-inner{height:auto;min-height:420px}.service-image-wrapper{height:220px}.service-content{padding:22px}.service-name{font-size:1.35rem}.services-header{margin-bottom:40px;padding:0}.service-num{font-size:.9rem;left:15px;padding:5px 12px;top:15px}.service-arrow{bottom:20px;font-size:1.2rem;height:40px;right:20px;width:40px}}.services-section:before{top:0}.services-section:after,.services-section:before{background:linear-gradient(90deg,#0000,#c9a96e,#0000);background:linear-gradient(90deg,#0000,var(--gold),#0000);content:"";height:1px;left:0;opacity:.3;position:absolute;right:0}.services-section:after{bottom:0}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}nav{align-items:center;display:flex;justify-content:space-between;left:0;padding:24px 60px;position:fixed;right:0;top:0;transition:all .5s;z-index:1000}nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f3eeeb;box-shadow:0 1px 20px #1a12080f;padding:16px 60px}.nav-logo{color:var(--deep);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;letter-spacing:.12em;text-decoration:none}.nav-logo span{color:var(--gold)}.nav-links{display:flex;gap:40px;list-style:none}.nav-links a{color:var(--text);cursor:none;font-size:.78rem;font-weight:400;letter-spacing:.2em;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s}.nav-links a:after{background:var(--gold);bottom:-3px;content:"";height:1px;left:0;position:absolute;transition:width .3s;width:0}.nav-links a:hover{color:var(--gold)}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--gold);border:none;color:var(--deep);cursor:none;font-family:Jost,sans-serif;font-size:.75rem;letter-spacing:.2em;padding:11px 26px;text-transform:uppercase;transition:background .3s,transform .2s}.nav-cta:hover{background:var(--brown)}.hero{align-items:center;display:flex;height:100vh;justify-content:center;min-height:700px;overflow:hidden;position:relative}.hero-bg{background:linear-gradient(135deg,#1a1208,#2d1f0e 40%,#3d2a14 70%,#1a1208)}.hero-pattern{background-image:repeating-linear-gradient(45deg,var(--gold) 0,var(--gold) 1px,#0000 0,#0000 50%);background-size:20px 20px;inset:0;opacity:.04;position:absolute}.hero-orb{animation:float 8s ease-in-out infinite;border-radius:50%;filter:blur(80px);position:absolute}.hero-orb-1{animation-delay:0s;background:radial-gradient(circle,#c9a96e2e 0,#0000 70%);height:500px;right:-100px;top:-100px;width:500px}.hero-orb-2{animation-delay:-3s;background:radial-gradient(circle,#c4877e1f 0,#0000 70%);bottom:-80px;height:400px;left:-60px;width:400px}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.hero-content{max-width:800px;padding:0 24px;text-align:center}.hero-eyebrow{animation:fadeUp .8s .3s forwards;color:var(--gold);font-size:.72rem;letter-spacing:.35em;margin-bottom:24px;opacity:0;text-transform:uppercase}.hero-title{animation:fadeUp .9s .5s forwards;color:#f7f3ee;font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,8vw,7rem);font-weight:300;line-height:1.05;margin-bottom:28px;opacity:0}.hero-title em{color:var(--gold);font-style:italic}.hero-sub{animation:fadeUp .9s .7s forwards;color:#f7f3ee99;font-size:.95rem;font-weight:300;line-height:1.8;margin:0 auto 44px;max-width:480px;opacity:0}.hero-btns{animation:fadeUp .9s .9s forwards;display:flex;gap:16px;justify-content:center;opacity:0}.btn-primary{background:var(--gold);border:none;color:var(--deep);cursor:none;font-family:Jost,sans-serif;font-size:.75rem;letter-spacing:.22em;overflow:hidden;padding:15px 36px;position:relative;text-transform:uppercase;transition:all .3s}.btn-primary:after{background:#ffffff26;content:"";inset:0;position:absolute;transform:translateX(-100%);transition:transform .4s}.btn-primary:hover:after{transform:translateX(0)}.btn-outline{background:#0000;border:1px solid #f7f3ee4d;color:#f7f3ee;cursor:none;font-family:Jost,sans-serif;font-size:.75rem;letter-spacing:.22em;padding:15px 36px;text-transform:uppercase;transition:all .3s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.hero-scroll{align-items:center;animation:fadeUp .8s 1.2s forwards;bottom:40px;display:flex;flex-direction:column;gap:8px;left:50%;opacity:0;position:absolute;transform:translateX(-50%)}.hero-scroll-text{color:#f7f3ee66;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase}.scroll-line{animation:scrollLine 2s ease-in-out infinite;background:linear-gradient(180deg,#c9a96e99,#0000);height:50px;width:1px}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.marquee-strip{background:var(--gold);overflow:hidden;padding:14px 0;white-space:nowrap}.marquee-inner{animation:marquee 30s linear infinite;display:inline-flex;gap:0}.marquee-item{color:var(--deep);font-size:.68rem;font-weight:500;letter-spacing:.28em;padding:0 40px;text-transform:uppercase}.marquee-dot{color:var(--brown);display:inline-block;font-size:1rem;margin-top:-2px;vertical-align:middle}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}section{padding:120px 60px}.section-label{align-items:center;color:var(--gold);display:flex;font-size:.68rem;gap:12px;letter-spacing:.35em;margin-bottom:16px;text-transform:uppercase}.section-label:before{background:var(--gold);content:"";height:1px;width:32px}.section-title{color:var(--deep);font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:300;line-height:1.15}.section-title em{color:var(--brown);font-style:italic}.about-grid{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.about-images{height:560px;position:relative}.about-img-main{filter:grayscale(15%);height:400px;left:0;top:0;width:300px}.about-img-accent,.about-img-main{object-fit:cover;position:absolute}.about-img-accent{border:6px solid var(--cream);bottom:0;height:300px;right:0;width:220px}.about-img-placeholder{background:linear-gradient(135deg,#d4c4ae,#b8a48a);border-radius:0;font-size:4rem}.about-badge,.about-img-placeholder{align-items:center;display:flex;justify-content:center}.about-badge{background:var(--gold);border-radius:50%;flex-direction:column;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px;z-index:3}.about-badge-num{color:var(--deep);font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;line-height:1}.about-badge-text{color:var(--deep);font-size:.5rem;letter-spacing:.15em;text-align:center;text-transform:uppercase}.about-text p{color:var(--text-light);font-size:.95rem;font-weight:300;line-height:1.9;margin-bottom:20px}.about-features{display:flex;gap:32px;margin:32px 0}.feature-item{align-items:flex-start;display:flex;gap:12px}.feature-icon{align-items:center;background:var(--gold-light);border-radius:50%;display:flex;flex-shrink:0;font-size:1.1rem;height:40px;justify-content:center;width:40px}.feature-title{color:var(--deep);font-size:.82rem;font-weight:500;letter-spacing:.08em;margin-bottom:4px}.feature-desc{color:var(--text-light);font-size:.8rem}.stats-row{border-top:1px solid var(--gold-light);display:flex;gap:40px;padding:32px 0}.stat-item{text-align:center}.stat-num{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;line-height:1}.stat-label{color:var(--text-light);font-size:.65rem;letter-spacing:.2em;margin-top:4px;text-transform:uppercase}.services-section{background:var(--deep)}.services-section .section-label,.services-section .section-title{color:#f7f3ee}.services-section .section-title em{color:var(--gold)}.services-header{align-items:flex-end;display:flex;justify-content:space-between;margin:0 auto 64px;max-width:1200px}.services-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.service-card{cursor:none;overflow:hidden;position:relative}.service-card-inner{background:#ffffff0a;border:1px solid #ffffff0f;display:flex;flex-direction:column;height:320px;justify-content:flex-end;padding:40px 28px;transition:all .4s}.service-card:hover .service-card-inner{background:#c9a96e1f;border-color:#c9a96e4d}.service-num{align-self:flex-start;color:#c9a96e80;font-family:Cormorant Garamond,serif;font-size:.9rem;margin-bottom:auto}.service-emoji{display:block;font-size:2rem;margin-bottom:16px;transition:transform .4s}.service-card:hover .service-emoji{transform:scale(1.15) rotate(-5deg)}.service-name{color:#f7f3ee;font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:300;line-height:1.2;margin-bottom:8px}.service-price{color:var(--gold);font-size:.75rem;letter-spacing:.12em;margin-bottom:12px}.service-duration{color:#f7f3ee66;font-size:.72rem;letter-spacing:.08em}.service-arrow{align-items:center;border:1px solid #c9a96e4d;border-radius:50%;bottom:28px;color:var(--gold);display:flex;font-size:.85rem;height:36px;justify-content:center;opacity:0;position:absolute;right:28px;transform:translateX(10px);transition:all .4s;width:36px}.service-card:hover .service-arrow{opacity:1;transform:translateX(0)}.gallery-section{background:var(--warm-white)}.gallery-tabs{border-bottom:1px solid var(--gold-light);display:flex;gap:0;margin:40px auto 48px;max-width:1200px}.gallery-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:var(--text-light);cursor:none;font-family:Jost,sans-serif;font-size:.72rem;letter-spacing:.2em;margin-bottom:-1px;padding:12px 24px;text-transform:uppercase;transition:all .3s}.gallery-tab.active{border-bottom-color:var(--gold);color:var(--gold)}.gallery-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;margin:0 auto;max-width:1200px}.gallery-item{cursor:none;overflow:hidden;position:relative}.gallery-item:first-child{grid-column:span 2;grid-row:span 2}.gallery-img{align-items:center;background:linear-gradient(135deg,#c8b99a,#a89077);display:flex;height:100%;justify-content:center;min-height:200px;object-fit:cover;transition:transform .6s;width:100%}.gallery-item:hover .gallery-img{transform:scale(1.06)}.gallery-overlay{align-items:flex-end;background:linear-gradient(0deg,#1a1208b3 0,#0000 60%);display:flex;inset:0;opacity:0;padding:24px;position:absolute;transition:opacity .4s}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-caption{color:#f7f3ee;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:300}.pricing-section{background:var(--cream)}.pricing-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:64px auto 0;max-width:1100px}.price-card{border:1px solid var(--gold-light);cursor:none;overflow:hidden;padding:48px 36px;position:relative;transition:all .4s}.price-card:before{background:var(--gold-light);content:"";height:3px;left:0;position:absolute;right:0;top:0;transition:background .3s}.price-card:hover{border-color:var(--gold);box-shadow:0 24px 60px #c9a96e26;transform:translateY(-8px)}.price-card:hover:before{background:var(--gold)}.price-card.featured{background:var(--deep);border-color:var(--gold)}.price-card.featured:before{background:var(--gold)}.price-tag{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;line-height:1}.price-tag small{color:var(--text-light);font-size:1rem}.price-name{color:var(--deep);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;margin:12px 0 8px}.price-card.featured .price-name{color:#f7f3ee}.price-desc{color:var(--text-light);font-size:.8rem;line-height:1.7;margin-bottom:28px}.price-features{list-style:none;margin-bottom:36px}.price-features li{align-items:center;border-bottom:1px solid var(--gold-light);color:var(--text-light);display:flex;font-size:.82rem;gap:10px;padding:8px 0}.price-card.featured .price-features li{border-bottom-color:#c9a96e33;color:#f7f3eeb3}.price-features li:before{color:var(--gold);content:"✦";font-size:.6rem}.price-btn{background:#0000;border:1px solid var(--gold);color:var(--gold);cursor:none;font-family:Jost,sans-serif;font-size:.72rem;letter-spacing:.2em;padding:14px;text-transform:uppercase;transition:all .3s;width:100%}.price-btn:hover,.price-card.featured .price-btn{background:var(--gold);color:var(--deep)}.booking-section{background:linear-gradient(135deg,var(--deep) 0,#2d1f0e 100%);overflow:hidden;position:relative}.booking-section:before{background:radial-gradient(circle,#c9a96e14 0,#0000 70%);border-radius:50%;content:"";height:600px;position:absolute;right:-200px;top:-200px;width:600px}.booking-grid{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.booking-title{color:#f7f3ee;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.2;margin-bottom:20px}.booking-title em{color:var(--gold);font-style:italic}.booking-desc{color:#f7f3ee80;font-size:.9rem;font-weight:300;line-height:1.8;margin-bottom:32px}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-item{color:#f7f3eeb3;font-size:.88rem;gap:14px}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{border:1px solid #c9a96e4d;border-radius:50%;flex-shrink:0;font-size:.9rem;height:36px;justify-content:center;width:36px}.booking-form{display:flex;flex-direction:column;gap:16px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{color:#f7f3ee80;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase}.form-input,.form-select{appearance:none;background:#ffffff0d;border:1px solid #c9a96e33;color:#f7f3ee;cursor:none;font-family:Jost,sans-serif;font-size:.88rem;outline:none;padding:14px 18px;transition:border-color .3s;width:100%}.form-input:focus,.form-select:focus{border-color:var(--gold)}.form-input::placeholder{color:#f7f3ee4d}.form-select option{background:var(--deep);color:#f7f3ee}.testimonials-section{background:var(--warm-white)}.testimonials-wrap{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr);margin:64px auto 0;max-width:1200px}.testimonial-card{background:var(--cream);border-left:3px solid var(--gold);cursor:none;padding:36px;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{box-shadow:0 20px 50px #c9a96e1f;transform:translateY(-6px)}.testimonial-stars{color:var(--gold);font-size:.85rem;letter-spacing:2px;margin-bottom:16px}.testimonial-text{color:var(--text);font-family:Cormorant Garamond,serif;font-size:1.08rem;font-style:italic;font-weight:300;line-height:1.7;margin-bottom:20px}.testimonial-author{color:var(--gold);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase}.testimonial-role{color:var(--text-light);font-size:.72rem;margin-top:2px}footer{background:var(--deep);color:#f7f3ee80;padding:80px 60px 40px}.footer-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto 60px;max-width:1200px}.footer-brand .nav-logo{color:#f7f3ee;display:block;margin-bottom:16px;text-decoration:none}.footer-desc{color:#f7f3ee66;font-size:.85rem;line-height:1.8;max-width:260px}.footer-social{display:flex;gap:12px;margin-top:24px}.social-icon{align-items:center;border:1px solid #c9a96e40;border-radius:50%;color:#f7f3ee80;cursor:none;display:flex;font-size:.85rem;height:36px;justify-content:center;text-decoration:none;transition:all .3s;width:36px}.social-icon:hover{border-color:var(--gold);color:var(--gold)}.footer-heading{color:var(--gold);font-size:.7rem;letter-spacing:.25em;margin-bottom:20px;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:10px;list-style:none}.footer-links a{color:#f7f3ee66;font-size:.85rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--gold)}.hero-overlay{background:linear-gradient(135deg,#1a1208b3,#2d1f0ecc);z-index:1}.hero-bg,.hero-overlay{inset:0;position:absolute}.hero-bg{z-index:0}.hero-content{position:relative;z-index:2}@keyframes imageFadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.about-img-accent,.about-img-main,.gallery-img{animation:imageFadeIn .8s ease-out forwards}@media (max-width:900px){.about-img-main{height:290px!important;width:220px!important}.about-img-accent{height:210px!important;width:160px!important}.gallery-item{height:auto!important;min-height:200px}.gallery-item:first-child{min-height:300px}}.footer-bottom{align-items:center;border-top:1px solid #f7f3ee0f;display:flex;font-size:.72rem;justify-content:space-between;letter-spacing:.08em;margin:0 auto;max-width:1200px;padding-top:28px}.footer-bottom a{color:#f7f3ee4d;text-decoration:none}@media (max-width:900px){nav{padding:20px 24px}nav.scrolled{padding:14px 24px}.nav-cta,.nav-links{display:none}section{padding:80px 24px}.about-grid,.booking-grid{grid-template-columns:1fr}.about-images{height:320px;margin-bottom:40px}.about-img-main{height:290px;width:220px}.about-img-accent{height:210px;width:160px}.services-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item:first-child{grid-column:span 1;grid-row:span 1}.testimonials-wrap{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.services-header{align-items:flex-start;flex-direction:column;gap:24px}.form-row{grid-template-columns:1fr}}.whatsapp-float{align-items:center;background-color:#25d366;border-radius:50%;bottom:30px;box-shadow:0 4px 15px #25d3664d;color:#fff;cursor:pointer;display:flex;height:90px;justify-content:center;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;width:90px;z-index:1000}.whatsapp-float:hover{background-color:#20b859;box-shadow:0 6px 20px #25d36666;transform:scale(1.1)}.whatsapp-float i{font-size:35px}.whatsapp-float svg{height:35px;width:35px}@keyframes pulse{0%{box-shadow:0 0 0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 0 0 #25d36600}}.whatsapp-float{animation:pulse 2s infinite}@media (max-width:768px){.whatsapp-float{bottom:20px;height:50px;right:20px;width:50px}.whatsapp-float i{font-size:28px}.whatsapp-float svg{height:28px;width:28px}}.whatsapp-float:hover{cursor:pointer}
/*# sourceMappingURL=main.fd6a31e6.css.map*/