@import "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";:root{--cream:#faf6f0;--blush:#e8c5b0;--rose:#c9856a;--deep-rose:#a05a44;--burgundy:#6b2737;--charcoal:#2a2020;--gold:#c9a96e;--gold-light:#e8d5a3;--white:#fff;--text-muted:#8a7060;--section-bg:#f5ede4}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--charcoal);font-family:Jost,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Cormorant Garamond,serif}img{object-fit:cover;width:100%;height:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--rose);border-radius:3px}.navbar{z-index:100;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 6%;transition:all .4s;display:flex;position:fixed;top:0;left:0}.nav-logo{letter-spacing:.08em;color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:400;text-decoration:none}.nav-logo span{color:var(--rose);margin:0 .3rem}.nav-links a{letter-spacing:.18em;text-transform:uppercase;color:var(--charcoal);font-size:.75rem;font-weight:400;text-decoration:none;transition:color .3s}.nav-btn{padding:.65rem 1.5rem;background:var(--burgundy)!important;color:var(--white)!important;letter-spacing:.2em!important;font-size:.72rem!important;transition:background .3s,color .3s!important}.nav-btn:hover{background:var(--deep-rose)!important;color:var(--white)!important}.hamburger{cursor:pointer;z-index:1000;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--burgundy);transform-origin:50%;width:24px;height:1.5px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s,width .3s;display:block}.hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.btn-secondary span{background:currentColor;width:30px;height:1px;transition:width .3s;display:inline-block}.section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.section-label:before,.section-label:after{content:"";background:var(--rose);opacity:.5;width:30px;height:1px;display:block}.section-sub{max-width:500px;color:var(--text-muted);margin-top:1rem;font-size:.9rem;font-weight:300;line-height:1.8}.hero{background:linear-gradient(135deg, var(--cream) 60%, var(--section-bg) 100%);grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;padding:80px 6% 0;display:grid;position:relative;overflow:hidden}.hero-bg-text{color:#c9856a0d;pointer-events:none;white-space:nowrap;letter-spacing:-.04em;z-index:0;font-family:Cormorant Garamond,serif;font-size:clamp(6rem,18vw,20rem);font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:1;padding-right:3rem;position:relative}.hero-tag:before{content:"";background:var(--rose);width:30px;height:1px;display:inline-block}.hero h1{color:var(--charcoal);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2.8rem,5.5vw,5.5rem);font-weight:300;line-height:1.1}.hero-actions{flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.hero-stats{border-top:1px solid #c9856a33;gap:3rem;padding-top:2rem;display:flex}.stat h3{color:var(--burgundy);font-size:2rem;font-weight:300;line-height:1}.stat p{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem;font-size:.72rem;font-weight:300}.hero-image-area{height:75vh;min-height:450px;max-height:700px;position:relative;overflow:hidden}.hero-img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-img-badge{background:var(--white);text-align:center;border:1px solid #c9856a33;padding:1rem 1.5rem;position:absolute;bottom:2rem;left:-1.5rem;box-shadow:0 10px 40px #6b27371a}.hero-img-badge span{color:var(--rose);margin-bottom:.3rem;font-size:1.2rem;display:block}.hero-img-badge p{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:400}@media (width<=900px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:var(--cream);border:1px solid #c9856a26;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--rose);width:0;height:2px;transition:width .4s;position:absolute;bottom:0;left:0}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #6b273714}.service-card:hover:before{width:100%}.service-icon{margin-bottom:1.2rem;font-size:2rem}.service-price{letter-spacing:.15em;text-transform:uppercase;color:var(--rose);font-size:.72rem;font-weight:400}.about-image-wrap{height:580px;position:relative}.about-img-accent{z-index:0;pointer-events:none;border:2px solid #c9856a4d;width:60%;height:60%;position:absolute;top:-1.5rem;left:-1.5rem}.about-img-badge{background:var(--burgundy);color:var(--white);text-align:center;z-index:2;padding:1.5rem 2rem;position:absolute;bottom:2rem;right:-1.5rem;box-shadow:0 15px 40px #6b273740}.about-img-badge h3{font-size:2.5rem;font-weight:300;line-height:1}.about-img-badge p{letter-spacing:.18em;text-transform:uppercase;opacity:.7;margin-top:.3rem;font-size:.7rem;font-weight:300}.about-content{padding:1rem 0}.feature-dot{background:var(--rose);border-radius:50%;flex-shrink:0;width:6px;height:6px}.feature-item p{color:var(--charcoal);letter-spacing:.03em;font-size:.82rem;font-weight:300}.gallery-large{grid-area:span 2/span 1}.gallery-wide{grid-column:span 2}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{opacity:0;background:linear-gradient(#0000 40%,#6b2737bf 100%);align-items:flex-end;padding:1.2rem 1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-text{letter-spacing:.2em;text-transform:uppercase;color:var(--white);font-size:.75rem;font-weight:400}.testimonials{background:var(--charcoal);padding:7rem 6%}.testimonials .section-sub{color:#ffffff73}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:#ffffff0a;border:1px solid #ffffff12;padding:2rem;transition:all .3s}.testimonial-card:hover{background:#ffffff12;border-color:#c9856a4d;transform:translateY(-3px)}.testimonial-stars{color:var(--gold);letter-spacing:.1em;margin-bottom:1.2rem;font-size:.8rem}.testimonial-card p{color:#ffffffa6;margin-bottom:1.5rem;font-size:.87rem;font-style:italic;font-weight:300;line-height:1.8}.author-initial{width:38px;height:38px;color:var(--blush);background:#c9856a33;border:1px solid #c9856a4d;flex-shrink:0;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:1.1rem;display:flex}.author-info span{color:var(--blush);font-size:.82rem;font-weight:400;display:block}.author-info small{color:#ffffff59;letter-spacing:.1em;font-size:.72rem}.booking-info>p{color:var(--text-muted);margin-bottom:2.5rem;font-size:.9rem;font-weight:300;line-height:1.8}.form-success{background:var(--section-bg);border:1px solid var(--rose);color:var(--burgundy);margin-bottom:1.5rem;padding:1rem;font-size:.88rem;font-weight:400}@media (width<=1100px){.hero{grid-template-columns:1fr 1fr;gap:2rem}.about{grid-template-columns:1fr 1fr;gap:3rem}.gallery-grid{grid-template-rows:220px 220px 220px;grid-template-columns:repeat(2,1fr)}.gallery-large{grid-area:span 2/1}.gallery-wide{grid-column:span 2}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=900px){.hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding:120px 6% 4rem}.hero-content{padding-right:0}.hero-tag{justify-content:center}.hero h1{font-size:clamp(2.5rem,8vw,4rem)}.hero-desc{margin:0 auto 2.5rem}.hero-actions,.hero-stats{justify-content:center}.hero-image-area{height:50vw;min-height:260px;max-height:400px}.hero-img-badge{left:1rem}.about{grid-template-columns:1fr;gap:3rem;padding:5rem 6%}.about-image-wrap{height:380px}.about-content{padding:0}.booking{grid-template-columns:1fr;gap:3rem;padding:5rem 6%}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-links{display:none}.hamburger{display:flex}.nav-links.open{background:var(--cream);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.nav-links.open a{letter-spacing:.15em;font-size:1rem}.about-img-badge{bottom:-1rem;right:1rem}.about-img-accent{display:none}.gallery-grid{grid-template-rows:repeat(4,200px);grid-template-columns:1fr 1fr}.gallery-large{grid-area:span 1/span 2}.gallery-wide{grid-column:span 2}.testimonials-grid,.form-row{grid-template-columns:1fr}.booking-form-wrap{padding:2rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.footer{padding:4rem 6% 2rem}}@media (width<=480px){.hero{padding:100px 5% 3rem}.hero h1{font-size:clamp(2rem,10vw,3rem)}.hero-stats{gap:1.5rem}.stat h3{font-size:1.6rem}.services-grid{grid-template-columns:1fr}.gallery-grid{grid-template-rows:auto;grid-template-columns:1fr}.gallery-item{height:220px}.gallery-large,.gallery-wide{grid-area:span 1/1}.about,.booking,.services,.gallery,.testimonials{padding:4rem 5%}.footer{padding:4rem 5% 2rem}.hero-actions{flex-direction:column;align-items:center;gap:1rem}.btn-primary,.btn-secondary{text-align:center;justify-content:center;width:100%}}.navbar{z-index:1000;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 5%;transition:all .4s;display:flex;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf6f0f2;padding:.9rem 5%;box-shadow:0 2px 30px #6b273714}.nav-logo{color:var(--burgundy);letter-spacing:.05em;font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:600;text-decoration:none}.nav-logo span{color:var(--gold)}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--charcoal);letter-spacing:.15em;text-transform:uppercase;font-family:Jost,sans-serif;font-size:.82rem;font-weight:300;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--rose);width:0;height:1px;transition:width .3s;position:absolute;bottom:-3px;left:0}.nav-links a:hover{color:var(--rose)}.nav-links a:hover:after{width:100%}.nav-btn{background:var(--burgundy);border-radius:0;padding:.6rem 1.5rem;color:var(--white)!important;letter-spacing:.2em!important;transition:background .3s!important}.nav-btn:hover{background:var(--rose)!important}.nav-btn:after{display:none!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.hamburger span{background:var(--burgundy);width:25px;height:1.5px;transition:all .3s;display:block}.hero{background:linear-gradient(135deg,#faf0e8 0%,#f5e0d0 40%,#edd0c0 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg-text{color:#c9856a12;white-space:nowrap;pointer-events:none;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;font-family:Cormorant Garamond,serif;font-size:clamp(8rem,18vw,22rem);font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:2;max-width:700px;padding:0 8%;animation:1.2s forwards heroFadeIn;position:relative}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-tag{letter-spacing:.3em;text-transform:uppercase;color:var(--rose);align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:400;display:inline-flex}.hero-tag:before,.hero-tag:after{content:"";background:var(--rose);width:40px;height:1px}.hero h1{color:var(--charcoal);margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:300;line-height:1.1}.hero h1 em{color:var(--burgundy);font-style:italic}.hero-desc{color:var(--text-muted);max-width:480px;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.2rem;display:flex}.btn-primary{background:var(--burgundy);color:var(--white);letter-spacing:.2em;text-transform:uppercase;border:1.5px solid var(--burgundy);padding:1rem 2.5rem;font-family:Jost,sans-serif;font-size:.78rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{color:var(--burgundy);background:0 0}.btn-secondary{color:var(--charcoal);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.6rem;font-family:Jost,sans-serif;font-size:.78rem;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.btn-secondary:hover{color:var(--rose)}.btn-secondary span{background:currentColor;width:30px;height:1px;transition:width .3s}.btn-secondary:hover span{width:50px}.hero-image-area{width:45%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.hero-image-area .hero-img{object-fit:cover;opacity:.6;width:100%;height:100%}.hero-img-overlay{background:linear-gradient(to right, var(--cream) 0%, transparent 40%);position:absolute;inset:0}.hero-decorative{z-index:3;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:10%;right:5%}.hero-stats{border-top:1px solid #c9856a33;gap:3rem;margin-top:3rem;padding-top:2rem;display:flex}.stat h3{color:var(--burgundy);font-size:2.2rem;font-weight:600}.stat p{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:300}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:.35em;text-transform:uppercase;color:var(--rose);align-items:center;gap:.8rem;margin-bottom:1rem;font-size:.72rem;font-weight:400;display:inline-flex}.section-label:before,.section-label:after{content:"";background:var(--rose);width:30px;height:1px}.section-title{color:var(--charcoal);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;line-height:1.2}.section-title em{color:var(--burgundy);font-style:italic}.section-sub{color:var(--text-muted);max-width:500px;margin:1rem auto 0;font-size:.95rem;font-weight:300;line-height:1.7}.services{background:var(--white);padding:7rem 8%}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:0;display:grid}.service-card{cursor:pointer;background:var(--white);border:1px solid #c9856a26;padding:3rem 2.5rem;transition:all .4s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(to right, var(--burgundy), var(--rose));transform-origin:0;width:100%;height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.service-card:hover{background:var(--section-bg);transform:translateY(-4px);box-shadow:0 20px 50px #6b27371a}.service-card:hover:before{transform:scaleX(1)}.service-icon{margin-bottom:1.5rem;font-size:2rem;display:block}.service-number{color:#c9856a1f;font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.service-card h3{color:var(--burgundy);margin-bottom:.8rem;font-size:1.6rem;font-weight:400}.service-card p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem;font-weight:300;line-height:1.7}.service-price{color:var(--rose);font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic}.about{background:var(--section-bg);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;padding:7rem 8%;display:grid}.about-image-wrap{position:relative}.about-img-main{object-fit:cover;width:100%;height:550px;display:block}.about-img-badge{background:var(--burgundy);color:var(--white);text-align:center;min-width:140px;padding:2rem;position:absolute;bottom:-2rem;right:-2rem}.about-img-badge h3{color:var(--gold-light);font-size:2.5rem;font-weight:600}.about-img-badge p{letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-top:.3rem;font-size:.72rem}.about-content .section-header{text-align:left}.about-content .section-label:before{display:none}.about-text{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;font-weight:300;line-height:1.9}.about-features{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2rem;display:grid}.feature-item{align-items:flex-start;gap:.8rem;display:flex}.feature-dot{background:var(--rose);border-radius:50%;width:8px;min-width:8px;height:8px;margin-top:.4rem}.feature-item p{color:var(--charcoal);font-size:.85rem;font-weight:400;line-height:1.5}.gallery{background:var(--white);padding:7rem 8%}.gallery-grid{grid-template-rows:repeat(2,280px);grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.gallery-item{cursor:pointer;position:relative;overflow:hidden}.gallery-item:first-child{grid-area:span 2/span 2}.gallery-item:nth-child(4){grid-column:span 2}.gallery-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;transition:transform .5s;display:flex;position:relative}.gallery-item:hover .gallery-placeholder{transform:scale(1.05)}.gallery-overlay{background:#6b273700;justify-content:center;align-items:center;transition:background .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{background:#6b273780}.gallery-overlay-text{color:#fff;opacity:0;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic;transition:all .4s;transform:translateY(10px)}.gallery-item:hover .gallery-overlay-text{opacity:1;transform:translateY(0)}.g1{background:linear-gradient(135deg,#e8c5b0,#c9856a)}.g2{background:linear-gradient(135deg,#ddb5a0,#b87560)}.g3{background:linear-gradient(135deg,#f0d5c5,#d4956a)}.g4{background:linear-gradient(135deg,#c8a090,#9a6555)}.g5{background:linear-gradient(135deg,#e0c0a8,#c07055)}.g6{background:linear-gradient(135deg,#edd0c0,#cc8870)}.testimonials{background:var(--burgundy);padding:7rem 8%;position:relative;overflow:hidden}.testimonials:before{content:"\"";color:#ffffff08;pointer-events:none;font-family:Cormorant Garamond,serif;font-size:25rem;line-height:1;position:absolute;top:-2rem;left:5%}.testimonials .section-label{color:var(--gold-light)}.testimonials .section-label:before,.testimonials .section-label:after{background:var(--gold-light)}.testimonials .section-title{color:var(--white)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.testimonial-card{background:#ffffff0f;border:1px solid #ffffff1a;padding:2.5rem;transition:all .3s;position:relative}.testimonial-card:hover{background:#ffffff1a;transform:translateY(-5px)}.stars{color:var(--gold);letter-spacing:.2em;margin-bottom:1.2rem;font-size:.9rem}.testimonial-text{color:#ffffffd9;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--rose);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;display:flex}.author-name{color:var(--white);letter-spacing:.05em;font-size:.85rem;font-weight:500}.author-service{color:var(--gold-light);letter-spacing:.1em;font-size:.75rem;font-weight:300}.booking{background:var(--section-bg);grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;padding:7rem 8%;display:grid}.booking-info h2{color:var(--charcoal);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2}.booking-info h2 em{color:var(--burgundy);font-style:italic}.booking-info p{color:var(--text-muted);margin-bottom:2.5rem;font-size:.92rem;font-weight:300;line-height:1.8}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-item{align-items:center;gap:1rem;display:flex}.contact-icon{background:var(--white);border:1px solid #c9856a4d;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.contact-item p{color:var(--charcoal);margin:0;font-size:.85rem;font-weight:400}.contact-item span{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem}.booking-form-wrap{background:var(--white);padding:3rem;box-shadow:0 10px 60px #6b273712}.booking-form-wrap h3{color:var(--burgundy);margin-bottom:2rem;font-size:1.8rem;font-weight:400}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.2rem;display:flex}.form-group label{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:400}.form-group input,.form-group select,.form-group textarea{background:var(--cream);color:var(--charcoal);appearance:none;border:1px solid #c9856a40;outline:none;padding:.85rem 1rem;font-family:Jost,sans-serif;font-size:.88rem;font-weight:300;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--rose)}.form-group textarea{resize:vertical;min-height:90px}.form-submit{background:var(--burgundy);width:100%;color:var(--white);border:1.5px solid var(--burgundy);letter-spacing:.25em;text-transform:uppercase;cursor:pointer;margin-top:.5rem;padding:1.1rem;font-family:Jost,sans-serif;font-size:.78rem;font-weight:400;transition:all .3s}.form-submit:hover{color:var(--burgundy);background:0 0}.footer{background:var(--charcoal);color:#ffffffb3;padding:5rem 8% 2rem}.footer-top{border-bottom:1px solid #ffffff12;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-brand .nav-logo{color:var(--white);margin-bottom:1.2rem;display:block}.footer-brand p{color:#ffffff80;margin-bottom:1.5rem;font-size:.85rem;font-weight:300;line-height:1.7}.footer-socials{gap:.8rem;display:flex}.social-link{color:#ffffff80;border:1px solid #ffffff26;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{border-color:var(--rose);color:var(--rose)}.footer-col h4{letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.5rem;font-family:Jost,sans-serif;font-size:.72rem;font-weight:400}.footer-col ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-col ul li a{color:#ffffff73;font-size:.85rem;font-weight:300;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:var(--blush)}.footer-col ul li{color:#ffffff73;font-size:.85rem;font-weight:300;line-height:1.5}.footer-bottom{color:#ffffff40;justify-content:space-between;align-items:center;font-size:.78rem;font-weight:300;display:flex}@media (width<=1024px){.about,.booking{grid-template-columns:1fr;gap:3rem}.gallery-grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.gallery-item:first-child{grid-area:span 1/span 1}.gallery-item:nth-child(4){grid-column:span 1}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=768px){.nav-links{display:none}.hamburger{display:flex}.nav-links.open{background:var(--cream);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.nav-links.open a{font-size:1rem}.hero-content{max-width:100%}.hero-image-area{display:none}.hero-stats{gap:1.5rem}.form-row{grid-template-columns:1fr}.about-img-badge{bottom:-1rem;right:1rem}.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}
