.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;transition:background .4s ease,padding .3s ease,backdrop-filter .4s ease}.navbar.scrolled{background:#0a0f1eeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 4rem;border-bottom:1px solid rgba(201,169,110,.15)}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-mark{width:36px;height:36px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.85rem;font-weight:400;color:var(--gold);letter-spacing:.05em;flex-shrink:0}.logo-text{font-family:var(--serif);font-size:1rem;font-weight:400;color:var(--white);letter-spacing:.08em}.navbar-links{display:flex;align-items:center;gap:2.5rem}.navbar-links a{font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#ffffffbf;transition:color .2s}.navbar-links a:hover{color:var(--gold)}.lang-toggle{background:transparent;border:1px solid var(--gold);color:var(--gold);font-size:.65rem;font-weight:500;letter-spacing:.15em;padding:.35rem .75rem;transition:background .2s,color .2s}.lang-toggle:hover{background:var(--gold);color:var(--navy)}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;padding:4px;cursor:pointer}.hamburger span{display:block;width:24px;height:1px;background:var(--white);transition:transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width: 900px){.navbar{padding:1.25rem 1.5rem}.navbar.scrolled{padding:1rem 1.5rem}.hamburger{display:flex}.navbar-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--navy);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;z-index:-1}.navbar-links.open{display:flex}.navbar-links a{font-size:.85rem}}.hero{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0f1e4d,#0a0f1e26,#0a0f1eb3 80%,#0a0f1ef2)}.hero-content{position:relative;z-index:2;padding:0 4rem 6rem;max-width:800px}.hero-location{font-size:.65rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.hero-headline{font-family:var(--serif);font-size:clamp(2.8rem,6vw,5.5rem);font-weight:300;line-height:1.05;color:var(--white);letter-spacing:-.01em}.hero-divider{width:50px;height:1px;background:var(--gold);margin:2rem 0}.hero-actions{display:flex;gap:1.25rem;flex-wrap:wrap}.btn-hero-primary{display:inline-block;background:var(--gold);color:var(--navy);font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2.25rem;transition:background .25s,transform .2s}.btn-hero-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-hero-secondary{display:inline-block;border:1px solid rgba(255,255,255,.5);color:var(--white);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2.25rem;transition:border-color .25s,color .25s}.btn-hero-secondary:hover{border-color:var(--gold);color:var(--gold)}.hero-mute-btn{position:absolute;bottom:2.5rem;left:4rem;z-index:2;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:var(--white);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s,border-color .25s}.hero-mute-btn:hover{background:#fff3;border-color:var(--gold);color:var(--gold)}@media (max-width: 768px){.hero-mute-btn{left:1.5rem}}.hero-scroll-hint{position:absolute;bottom:2.5rem;right:4rem;z-index:2;display:flex;flex-direction:column;align-items:center}.hero-scroll-hint span{display:block;width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--gold));animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}@media (max-width: 768px){.hero-content{padding:0 1.5rem 5rem}.hero-scroll-hint{right:1.5rem}}.overview{background:var(--navy);padding:8rem 4rem;position:relative}.overview:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,var(--gold),transparent)}.overview-inner{max-width:1200px;margin:0 auto}.overview-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--white);margin-bottom:4rem;max-width:500px;line-height:1.2}.specs-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.spec-card{padding:2.5rem 1.5rem;border-left:1px solid rgba(201,169,110,.15);transition:border-color .3s}.spec-card:first-child{border-left:none;padding-left:0}.spec-card:hover{border-color:#c9a96e66}.spec-icon{font-size:1rem;color:var(--gold);margin-bottom:1rem;opacity:.7}.spec-value{font-family:var(--serif);font-size:1.75rem;font-weight:400;color:var(--white);margin-bottom:.4rem;line-height:1}.spec-label{font-size:.65rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}@media (max-width: 1024px){.specs-grid{grid-template-columns:repeat(3,1fr)}.spec-card:nth-child(4){border-left:none;padding-left:0}}@media (max-width: 768px){.overview{padding:5rem 1.5rem}.specs-grid{grid-template-columns:repeat(2,1fr);gap:1px;background:#c9a96e1a}.spec-card{background:var(--navy);padding:2rem 1.5rem;border-left:none}.spec-card:first-child{padding-left:1.5rem}}.experience{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;background:var(--navy-mid)}.experience-image-col{position:relative;overflow:hidden}.experience-image-col img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.experience-image-col:hover img{transform:scale(1.03)}.experience-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 60%,var(--navy-mid) 100%)}.experience-content{padding:6rem 5rem 6rem 4rem;display:flex;flex-direction:column;justify-content:center}.experience-title{font-family:var(--serif);font-size:clamp(2rem,3vw,2.8rem);font-weight:300;color:var(--white);margin-bottom:2rem;line-height:1.15}.experience-p{color:#fff9;font-size:.9rem;line-height:1.8;margin-bottom:1.25rem;font-weight:300}.experience-cards{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.exp-card{display:flex;gap:1rem;align-items:flex-start}.exp-card-num{font-family:var(--serif);font-size:1.5rem;color:var(--gold);opacity:.4;line-height:1;flex-shrink:0;min-width:30px}.exp-card-title{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:.35rem}.exp-card-desc{font-size:.78rem;color:var(--text-muted);line-height:1.5}@media (max-width: 900px){.experience{grid-template-columns:1fr}.experience-image-col{height:50vw;min-height:280px}.experience-img-overlay{background:linear-gradient(to bottom,transparent 50%,var(--navy-mid) 100%)}.experience-content{padding:3rem 1.5rem}.experience-cards{grid-template-columns:1fr}}.gallery{background:var(--navy);padding:8rem 0 0}.gallery-header{text-align:center;padding:0 4rem 4rem}.gallery-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--white);margin-bottom:3rem}.gallery-cats{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.cat-btn{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--text-muted);font-size:.65rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;padding:.6rem 1.25rem;transition:all .2s}.cat-btn:hover{border-color:var(--gold);color:var(--gold)}.cat-btn.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:260px}.gallery-item{position:relative;overflow:hidden;cursor:pointer}.gallery-item:nth-child(5n+1){grid-column:span 2;grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.06)}.gallery-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0f1e00;display:flex;align-items:center;justify-content:center;transition:background .3s}.gallery-item-overlay span{font-size:2rem;color:var(--gold);opacity:0;transform:scale(.5);transition:opacity .3s,transform .3s}.gallery-item:hover .gallery-item-overlay{background:#0a0f1e80}.gallery-item:hover .gallery-item-overlay span{opacity:1;transform:scale(1)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#050812f5;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}.lightbox img{max-width:90vw;max-height:88vh;object-fit:contain;cursor:default;box-shadow:0 20px 80px #000c}.lightbox-close{position:absolute;top:1.5rem;right:2rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:var(--white);font-size:1.1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s}.lightbox-close:hover{border-color:var(--gold);color:var(--gold)}@media (max-width: 768px){.gallery{padding:5rem 0 0}.gallery-header{padding:0 1.5rem 3rem}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gallery-item:nth-child(5n+1){grid-column:span 1;grid-row:span 1}}.video-tour{background:var(--navy-mid);padding:8rem 4rem;text-align:center;position:relative}.video-tour:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--gold))}.video-tour-inner{max-width:1100px;margin:0 auto}.video-tour-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--white);margin-bottom:1rem}.video-tour-sub{color:var(--text-muted);font-size:.85rem;letter-spacing:.05em;margin-bottom:3rem}.video-wrapper{position:relative;width:100%;aspect-ratio:16/9;background:var(--navy);overflow:hidden;border:1px solid rgba(201,169,110,.15)}.video-wrapper video{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.video-tour{padding:5rem 1.5rem}}.layout-section{display:grid;grid-template-columns:1fr 1fr;min-height:70vh;background:var(--navy)}.layout-inner{padding:7rem 5rem 7rem 4rem;display:flex;flex-direction:column;justify-content:center}.layout-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;color:var(--white);margin-bottom:.5rem;line-height:1.2}.layout-sub{font-family:var(--serif);font-size:1.1rem;color:var(--gold);margin-bottom:3rem;font-style:italic}.layout-list{display:flex;flex-direction:column;gap:1rem}.layout-item{display:flex;align-items:flex-start;gap:1rem;font-size:.85rem;color:#ffffffb3;line-height:1.5;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06)}.layout-item:last-child{border-bottom:none}.layout-item-dot{color:var(--gold);flex-shrink:0;font-size:.7rem;margin-top:2px}.layout-image-wrap{position:relative;overflow:hidden}.layout-image-wrap img{width:100%;height:100%;object-fit:cover}.layout-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to left,transparent 60%,var(--navy) 100%)}@media (max-width: 900px){.layout-section{grid-template-columns:1fr}.layout-image-wrap{order:-1;height:50vw;min-height:250px}.layout-img-overlay{background:linear-gradient(to bottom,transparent 50%,var(--navy) 100%)}.layout-inner{padding:3rem 1.5rem}}.amenities{position:relative;padding:8rem 4rem;text-align:center;overflow:hidden}.amenities-bg{position:absolute;top:0;right:0;bottom:0;left:0}.amenities-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.amenities-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0f1ee0}.amenities-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.amenities-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--white);margin-bottom:4rem}.amenities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#c9a96e1f}.amenity-card{background:#0a0f1eb3;padding:3rem 2rem;transition:background .3s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.amenity-card:hover{background:#c9a96e0f}.amenity-icon{font-size:1.4rem;color:var(--gold);margin-bottom:1.25rem}.amenity-title{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--white);margin-bottom:.6rem}.amenity-desc{font-size:.78rem;color:var(--text-muted);line-height:1.5}@media (max-width: 900px){.amenities{padding:5rem 1.5rem}.amenities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.amenities-grid{grid-template-columns:1fr}}.location{display:grid;grid-template-columns:1fr 1fr;min-height:60vh;background:var(--navy-mid)}.location-content{padding:6rem 4rem;display:flex;flex-direction:column;justify-content:center}.location-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;color:var(--white);margin-bottom:1.5rem;line-height:1.2}.location-address{display:flex;align-items:flex-start;gap:.75rem;font-size:.8rem;color:#ffffff8c;letter-spacing:.05em;margin-bottom:3rem;line-height:1.6}.loc-icon{color:var(--gold);flex-shrink:0;font-size:.7rem;margin-top:2px}.location-highlights{display:flex;flex-direction:column;gap:1.75rem}.loc-highlight{padding-left:1.25rem;border-left:1px solid var(--gold)}.loc-h-title{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}.loc-h-desc{font-size:.82rem;color:#ffffff8c;line-height:1.5}.location-map{position:relative;overflow:hidden}.location-map iframe{width:100%;height:100%;min-height:400px;border:none;filter:invert(.9) hue-rotate(180deg) saturate(.3) brightness(.7)}.map-pin-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.map-pin{display:flex;flex-direction:column;align-items:center;gap:6px}.map-pin-dot{width:12px;height:12px;background:var(--gold);border-radius:50%;box-shadow:0 0 0 4px #c9a96e4d;animation:pingPulse 2s ease-in-out infinite}.map-pin-label{background:#0a0f1ed9;border:1px solid var(--gold);color:var(--gold);font-size:.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:4px 10px;white-space:nowrap}@keyframes pingPulse{0%,to{box-shadow:0 0 0 4px #c9a96e4d}50%{box-shadow:0 0 0 10px #c9a96e1a}}@media (max-width: 900px){.location{grid-template-columns:1fr}.location-content{padding:3.5rem 1.5rem}.location-map iframe{min-height:300px}}.pricing{background:var(--navy);padding:8rem 4rem;text-align:center;position:relative}.pricing:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent)}.pricing-inner{max-width:900px;margin:0 auto}.pricing-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--white);margin-bottom:4rem}.pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:#c9a96e26}.pricing-card{padding:4rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center}.pricing-card--main{background:var(--navy-light)}.pricing-card--secondary{background:var(--navy)}.pricing-card-label{font-size:.65rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.pricing-card-value{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;color:var(--white);line-height:1;margin-bottom:1.5rem}.pricing-card-line{width:30px;height:1px;background:var(--gold);margin:0 auto 1.5rem}.pricing-card-note{font-size:.72rem;color:var(--text-muted);line-height:1.6;margin-bottom:2rem;max-width:280px}.btn-pricing{display:inline-block;background:var(--gold);color:var(--navy);font-size:.62rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:.9rem 2rem;transition:background .2s,transform .2s}.btn-pricing:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-pricing--outline{background:transparent;border:1px solid var(--gold);color:var(--gold)}.btn-pricing--outline:hover{background:var(--gold);color:var(--navy)}@media (max-width: 768px){.pricing{padding:5rem 1.5rem}.pricing-cards{grid-template-columns:1fr}.pricing-card{padding:3rem 2rem}}.trust{background:var(--navy-mid);padding:8rem 4rem;text-align:center}.trust-inner{max-width:1100px;margin:0 auto}.trust-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;color:var(--white);margin-bottom:4rem}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-card{padding:2.5rem 2rem;border-right:1px solid rgba(201,169,110,.15);text-align:left}.trust-card:last-child{border-right:none}.trust-card-num{font-family:var(--serif);font-size:2rem;font-weight:300;color:var(--gold);opacity:.25;margin-bottom:1.25rem}.trust-card-title{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:.75rem}.trust-card-desc{font-size:.78rem;color:var(--text-muted);line-height:1.6}@media (max-width: 900px){.trust{padding:5rem 1.5rem}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1.5px;background:#c9a96e1a}.trust-card{border-right:none;background:var(--navy-mid)}}@media (max-width: 500px){.trust-grid{grid-template-columns:1fr}}.contact{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;background:var(--navy)}.contact-image{position:relative;overflow:hidden}.contact-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.contact-image:hover img{transform:scale(1.03)}.contact-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 50%,var(--navy) 100%)}.contact-form-wrap{padding:6rem 5rem 6rem 4rem;display:flex;flex-direction:column;justify-content:center}.contact-title{font-family:var(--serif);font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:300;color:var(--white);margin-bottom:.75rem;line-height:1.2}.contact-sub{font-size:.82rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.62rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.form-field input,.form-field textarea{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--white);font-family:var(--sans);font-size:.85rem;font-weight:300;padding:.85rem 1rem;outline:none;transition:border-color .2s;resize:none}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff40;font-size:.8rem}.form-field input:focus,.form-field textarea:focus{border-color:var(--gold);background:#c9a96e0a}.contact-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.btn-contact{background:var(--gold);color:var(--navy);border:none;font-size:.62rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2rem;transition:background .2s,transform .2s;flex:1}.btn-contact:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid #25d366;color:#25d366;font-size:.62rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:1rem 1.5rem;transition:background .2s,color .2s;flex:1;justify-content:center}.btn-whatsapp:hover{background:#25d366;color:var(--white)}.contact-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:4rem 2rem;text-align:center}.success-icon{font-size:2.5rem;color:var(--gold);animation:fadeInUp .5s ease}.contact-success p{font-family:var(--serif);font-size:1.2rem;font-style:italic;color:#ffffffbf}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.contact{grid-template-columns:1fr}.contact-image{height:40vw;min-height:220px}.contact-img-overlay{background:linear-gradient(to bottom,transparent 50%,var(--navy) 100%)}.contact-form-wrap{padding:3rem 1.5rem}.form-row{grid-template-columns:1fr}}.footer{background:var(--navy);border-top:1px solid rgba(201,169,110,.2)}.footer-inner{max-width:1200px;margin:0 auto;padding:5rem 4rem 4rem;display:grid;grid-template-columns:1fr 1fr auto;gap:3rem;align-items:start}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo .logo-mark{width:40px;height:40px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.9rem;color:var(--gold);flex-shrink:0}.footer-logo-title{font-family:var(--serif);font-size:1rem;color:var(--white);letter-spacing:.06em}.footer-logo-sub{font-size:.65rem;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase}.footer-tagline{font-size:.78rem;color:var(--text-muted);line-height:1.6;max-width:280px}.footer-contact-info{display:flex;flex-direction:column;gap:.6rem}.footer-contact-info a,.footer-contact-info span{font-size:.78rem;color:#ffffff80;transition:color .2s;line-height:1.5}.footer-contact-info a:hover{color:var(--gold)}.footer-lang{display:flex;align-items:center;gap:.5rem;padding-top:.25rem}.footer-lang-btn{background:transparent;border:none;font-size:.65rem;font-weight:500;letter-spacing:.15em;color:var(--text-muted);transition:color .2s;padding:0}.footer-lang-btn.active,.footer-lang-btn:hover{color:var(--gold)}.footer-lang-sep{color:#fff3;font-size:.75rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 4rem;text-align:center}.footer-bottom p{font-size:.65rem;color:#ffffff40;line-height:1.6;max-width:800px;margin:0 auto}@media (max-width: 900px){.footer-inner{grid-template-columns:1fr;padding:3rem 1.5rem 2.5rem;gap:2rem}.footer-bottom{padding:1.5rem}.footer-lang{padding-top:0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0a0f1e;--navy-mid: #111827;--navy-light: #1a2540;--gold: #c9a96e;--gold-light: #e2c98a;--gold-dark: #9d7c46;--white: #ffffff;--off-white: #f5f2ec;--text-muted: #8a8fa0;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Inter", system-ui, sans-serif}html{scroll-behavior:smooth;font-size:16px}body{background:var(--navy);color:var(--white);font-family:var(--sans);font-weight:300;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}img{display:block;max-width:100%}button{cursor:pointer;font-family:var(--sans)}a{color:inherit;text-decoration:none}.section-label{font-family:var(--sans);font-size:.65rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:1.25rem}.gold-line{width:40px;height:1px;background:var(--gold);margin:0 auto 2rem}.gold-line-left{width:40px;height:1px;background:var(--gold);margin:0 0 2rem}
