@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--bg-primary:#0a0a0a;--bg-secondary:#141414;--gold-primary:#d4af37;--gold-hover:#b5952f;--text-primary:#f5f5f5;--text-secondary:#a3a3a3;--glass-bg:#14141499;--glass-border:#d4af3733;--font-sans:"Inter", sans-serif;--font-serif:"Playfair Display", serif}[data-theme=light]{--bg-primary:#fbfaf6;--bg-secondary:#f3efe5;--text-primary:#2c2c2c;--text-secondary:#5a5a5a;--glass-bg:#fbfaf6d9;--glass-border:#d4af3766}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}.text-gold{color:var(--gold-primary)}.heading-xl{letter-spacing:-.02em;font-size:clamp(3rem,6vw,5rem)}.heading-lg{font-size:clamp(2.5rem,4vw,3.5rem)}.subheading{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;color:var(--gold-primary);font-size:.85rem}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:8rem 0}.btn{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.25,1,.5,1);display:inline-flex}.btn-primary{background-color:var(--gold-primary);color:var(--bg-primary)}.btn-primary:hover{background-color:var(--gold-hover);transform:translateY(-2px)}.btn-outline{color:var(--text-primary);border-color:var(--text-primary);background-color:#0000}.btn-outline:hover{background-color:var(--text-primary);color:var(--bg-primary)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:4px}.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background img{object-fit:cover;width:100%;height:100%;animation:20s ease-out infinite alternate slowZoom;transform:scale(1.05)}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}.hero-overlay{background:linear-gradient(to bottom, #0a0a0a4d 0%, #0a0a0ab3 60%, var(--bg-primary) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;width:100%;position:relative}.hero-title{color:#fff;margin:1.5rem 0}[data-theme=light] .hero-title{color:var(--text-primary)}.hero-description{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.125rem}.hero-actions-container{flex-direction:column;gap:2rem;margin-top:1rem;display:flex}.hero-main-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-secondary-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero-link-elegant{font-family:var(--font-serif);color:var(--gold-primary);letter-spacing:1.5px;text-transform:uppercase;font-size:1.05rem;text-decoration:none;transition:color .3s;position:relative}.hero-link-elegant:after{content:"";background-color:var(--gold-primary);width:0;height:1px;transition:width .4s;position:absolute;bottom:-4px;left:0}.hero-link-elegant:hover{color:#fff}.hero-link-elegant:hover:after{width:100%}.hero-link-separator{color:#fff6;font-size:.8rem}[data-theme=light] .hero-link-separator{color:#0000004d}[data-theme=light] .hero-link-elegant:hover{color:var(--text-primary)}@media (width<=768px){.hero-title{font-size:3rem}.hero-actions-container{gap:1.5rem}.hero-main-actions{flex-direction:column;width:100%}.hero-main-actions .btn{justify-content:center;width:100%}.hero-secondary-actions{flex-direction:column;align-items:flex-start;gap:1.2rem}.hero-link-separator{display:none}}.amenities{background-color:var(--bg-secondary)}.amenities-header{text-align:center;margin-bottom:5rem}.amenities-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.amenity-card{text-align:center;flex:280px;max-width:350px;padding:2.5rem 2rem;transition:transform .3s}.amenity-card:hover{border-color:var(--gold-primary);transform:translateY(-5px)}.icon-wrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.amenity-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.amenity-desc{color:var(--text-secondary);font-size:.95rem}.events-gallery{background-color:var(--bg-primary)}.events-header{text-align:center;margin-bottom:4rem}.events-description{max-width:700px;color:var(--text-secondary);margin:1.5rem auto 0;font-size:1.1rem}.events-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.event-card{flex-direction:column;overflow:hidden;padding:0!important;display:flex!important}.event-img-wrapper{width:100%;height:250px;overflow:hidden}.event-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.event-card:hover .event-img-wrapper img{transform:scale(1.05)}.event-info{background:var(--glass-bg);flex-grow:1;padding:2rem}.event-title{font-family:var(--font-serif);margin-bottom:1rem;font-size:1.5rem}.event-desc{color:var(--text-primary);line-height:1.6}.gallery{background-color:var(--bg-primary)}.gallery-header{text-align:center;margin-bottom:4rem}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:1.5rem;display:grid}.gallery-item{cursor:pointer;border-radius:4px;position:relative;overflow:hidden}.item-0{grid-area:span 2/span 2}.item-1,.item-2{grid-area:span 1/span 1}.item-3{grid-area:span 2/span 1}.item-4{grid-area:span 1/span 2}.item-5{grid-area:span 1/span 1}.item-6{grid-area:span 2/span 2}.item-7,.item-8{grid-area:span 1/span 1}.item-9{grid-area:span 2/span 3}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.gallery-overlay{opacity:0;background:#0a0a0a80;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.view-text{color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--gold-primary);padding:.75rem 1.5rem;font-size:.875rem;transition:transform .4s;transform:translateY(20px)}.gallery-item:hover img{transform:scale(1.08)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover .view-text{transform:translateY(0)}@media (width<=992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.item-0,.item-4,.item-6,.item-9{grid-column:span 2}.item-3{grid-area:span 1/span 1}}@media (width<=768px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px}.gallery-item{grid-area:span 1/span 1!important}}.nearby-attractions{background-color:var(--bg-secondary)}.nearby-header{text-align:center;margin-bottom:4rem}.nearby-description{color:var(--text-secondary);max-width:700px;margin:1.5rem auto 0;font-size:1.125rem;line-height:1.7}.nearby-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.nearby-card{border-radius:1rem;transition:transform .4s,box-shadow .4s;overflow:hidden}.nearby-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.nearby-img-wrapper{width:100%;height:220px;position:relative;overflow:hidden}.nearby-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.nearby-card:hover .nearby-img-wrapper img{transform:scale(1.08)}.nearby-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gold-primary);background:#000000a6;border-radius:2rem;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:flex;position:absolute;top:1rem;right:1rem}.nearby-info{padding:1.5rem}.nearby-title{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.2rem;display:flex}.nearby-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (width<=992px){.nearby-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.nearby-grid{grid-template-columns:1fr}}.contact{background-color:var(--bg-secondary)}.contact-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-desc{color:var(--text-secondary);max-width:500px;margin-top:1.5rem;margin-bottom:2rem;font-size:1.125rem}.contact-profile{border-bottom:1px solid #ffffff1a;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}[data-theme=light] .contact-profile{border-bottom:1px solid #0000001a}.profile-img{object-fit:cover;border:2px solid var(--gold-primary);border-radius:50%;width:80px;height:80px}.profile-name{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem}.profile-role{font-family:var(--font-sans);color:var(--gold-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:center;gap:1rem;font-size:1.1rem;display:flex}.contact-form-wrapper{padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.875rem}.form-group input,.form-group textarea{border:none;border-bottom:1px solid var(--text-secondary);width:100%;color:var(--text-primary);font-family:var(--font-sans);background:0 0;padding:.75rem 0;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--gold-primary);outline:none}.form-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert()}[data-theme=light] .form-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0)}.submit-btn{width:100%;margin-top:1rem}@media (width<=992px){.contact-container{grid-template-columns:1fr;gap:3rem}}.footer{background-color:var(--bg-primary);border-top:1px solid #ffffff0d;padding-top:5rem;padding-bottom:2rem}.footer-top{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-logo{margin-bottom:.5rem;font-size:2rem}.footer-tagline{color:var(--text-secondary);font-family:var(--font-sans);letter-spacing:.1em;font-weight:300}.footer-heading{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1.5rem;font-size:.875rem}.footer-links,.footer-social{flex-direction:column;gap:1rem;display:flex}.footer-links a,.footer-social a{color:var(--text-secondary);font-size:.95rem;transition:color .3s}.footer-links a:hover,.footer-social a:hover{color:var(--gold-primary)}.footer-bottom{color:var(--text-secondary);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.footer-bottom a{transition:color .3s}.footer-bottom a:hover{color:var(--gold-primary)}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.audio-player{z-index:1000;position:fixed;bottom:2rem;left:2rem}.audio-toggle-btn{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--gold-primary);cursor:pointer;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000004d}.audio-toggle-btn:hover{background:#d4af3733;transform:scale(1.1)}[data-theme=light] .audio-toggle-btn{border:1px solid #0000001a;box-shadow:0 4px 15px #0000001a}.history-page{color:#dfdfdf;min-height:100vh;font-family:var(--font-sans);background-color:#121212;overflow-x:hidden}.history-nav{z-index:50;width:100%;padding:2rem 4rem;display:flex;position:absolute;top:0;left:0}.back-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#0006;border:1px solid #ffffff1a;border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.back-btn:hover{color:var(--gold-primary);border-color:var(--gold-primary);background:#ffffff1a}.history-hero{text-align:center;justify-content:center;align-items:center;height:80vh;display:flex;position:relative}.history-hero-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.history-hero-bg img{object-fit:cover;width:100%;height:100%}.history-overlay{background:linear-gradient(#12121266 0%,#121212d9 80%,#121212 100%);width:100%;height:100%;position:absolute;top:0;left:0}.history-hero-content{z-index:10;max-width:800px;padding:0 2rem;position:relative}.history-subheading{color:var(--gold-primary);text-transform:uppercase;letter-spacing:4px;margin-bottom:1rem;font-size:1rem;font-weight:600;display:block}.history-title{font-family:var(--font-serif);color:#fff;margin-bottom:1.5rem;font-size:4.5rem;font-weight:400;line-height:1.1}.history-subtitle{color:#ccc;font-size:1.25rem;line-height:1.6}.history-main{padding:5rem 2rem 8rem}.history-section{margin-bottom:7rem}.history-h2{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:2.5rem;font-weight:400}.history-text{color:#bfbfbf;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.history-text strong{color:#e0e0e0;font-weight:600}.text-center-section{text-align:center;flex-direction:column;align-items:center;display:flex}.max-w-800{max-width:800px;margin-left:auto;margin-right:auto}.split-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.split-section.reverse .split-content{order:2}.split-section.reverse .split-image{order:1}.history-img-rounded{border-radius:1rem;width:100%;display:block;box-shadow:0 20px 40px #00000080}.image-caption{text-align:center;color:#888;margin-top:1rem;font-size:.9rem;font-style:italic;display:block}.did-you-know-box{border:1px solid #d4af3733;border-left:4px solid var(--gold-primary);background:#d4af370d;border-radius:0 1rem 1rem 0;max-width:900px;margin:4rem auto;padding:2.5rem}.dyk-title{color:var(--gold-primary);font-family:var(--font-serif);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;display:flex}.historical-focus{text-align:left;border-radius:1rem;max-width:900px;margin-top:3rem;padding:3rem}.hf-icon{margin-bottom:1.5rem}.hf-title{font-family:var(--font-serif);color:#fff;margin-bottom:1rem;font-size:2rem}.timeline-box{background:#ffffff08;border-radius:1rem;margin-top:3rem;padding:3rem}.timeline-title{font-family:var(--font-serif);color:var(--gold-primary);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.8rem;display:flex}.timeline-list{margin:0;padding:0;list-style:none}.timeline-list li{color:#ccc;margin-bottom:1.5rem;padding-left:2rem;font-size:1.1rem;line-height:1.6;position:relative}.timeline-list li:before{content:"";background-color:var(--gold-primary);border-radius:50%;width:10px;height:10px;position:absolute;top:.5rem;left:0}.timeline-list li:after{content:"";background-color:#d4af3733;width:2px;height:100%;position:absolute;top:1.2rem;left:4px}.timeline-list li:last-child:after{display:none}.history-conclusion{border-top:1px solid #ffffff1a;margin-top:8rem;padding-top:5rem}.conclusion-text{font-size:1.4rem;line-height:1.9;font-family:var(--font-serif);color:#d8d8d8;max-width:800px;margin:0 auto;font-style:italic}@media (width<=992px){.split-section{grid-template-columns:1fr;gap:3rem}.split-section.reverse .split-content,.split-section.reverse .split-image{order:unset}.history-title{font-size:3rem}}@media (width<=768px){.history-nav{padding:1.5rem}.history-title{font-size:2.5rem}.history-h2{font-size:2rem}}.narrator-btn{border:1px solid var(--gold-primary);color:var(--gold-primary);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background-color:#d4af371a;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;transition:all .3s;display:inline-flex}.legend-page{color:#e2e8f0;min-height:100vh;font-family:var(--font-sans);background-color:#0b1320;overflow-x:hidden}.legend-nav{z-index:50;width:100%;padding:2rem 4rem;display:flex;position:absolute;top:0;left:0}:root{--legend-gold:#d4af37;--legend-ochre:#c72;--legend-stone:#9ca3af;--legend-pine:#1b4332;--legend-bronze:#8c564b}.legend-hero{text-align:center;justify-content:center;align-items:center;height:90vh;display:flex;position:relative}.legend-hero-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.legend-hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.legend-overlay{background:linear-gradient(#0b13204d 0%,#0b1320cc 70%,#0b1320 100%);width:100%;height:100%;position:absolute;top:0;left:0}.legend-hero-content{z-index:10;max-width:900px;padding:0 2rem;position:relative}.legend-subheading{color:var(--legend-gold);text-transform:uppercase;letter-spacing:5px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;display:block}.legend-title{font-family:var(--font-serif);color:#fff;text-shadow:0 4px 20px #00000080;margin-bottom:1.5rem;font-size:5rem;font-weight:400;line-height:1.1}.legend-subtitle{color:#cbd5e1;font-size:1.35rem;font-style:italic;line-height:1.6;font-family:var(--font-serif)}.legend-main{padding:5rem 2rem 8rem}.legend-section{margin-bottom:8rem}.legend-h2{font-family:var(--font-serif);color:var(--legend-gold);margin-bottom:2rem;font-size:2.8rem;font-weight:400}.legend-h3{font-family:var(--font-serif);color:var(--legend-ochre);margin-bottom:1.2rem;font-size:1.8rem}.legend-text{color:#cbd5e1;margin-bottom:1.8rem;font-size:1.2rem;line-height:1.8}.legend-dropcap:first-letter{float:left;font-size:4.5rem;line-height:.8;font-family:var(--font-serif);color:var(--legend-gold);padding-top:.2rem;padding-right:.5rem}.narrative-block{border:1px solid #d4af3726;border-left:4px solid var(--legend-gold);background:linear-gradient(135deg,#080f19e6 0%,#1b433233 100%);border-radius:1rem;max-width:900px;margin:5rem auto;padding:4rem;box-shadow:0 20px 50px #0006}.reality-box{background:#ffffff08;border:1px solid #ffffff1a;border-radius:1rem;margin:4rem 0;padding:3rem}.reality-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;display:grid}.reality-col h4{font-family:var(--font-serif);color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem}.reality-col ul{padding:0;list-style:none}.reality-col li{color:#9ca3af;margin-bottom:1rem;padding-left:1.5rem;line-height:1.6;position:relative}.reality-col li:before{content:"✦";color:var(--legend-gold);position:absolute;left:0}.legend-faq{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #ffffff1a;padding:2rem 0}.faq-question{font-family:var(--font-serif);color:var(--legend-ochre);margin-bottom:1rem;font-size:1.4rem}.faq-answer{color:#cbd5e1;line-height:1.7}.legend-img-wrapper{border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009}.legend-img-wrapper img{width:100%;transition:transform .7s;display:block}.legend-img-wrapper:hover img{transform:scale(1.05)}.legend-conclusion{text-align:center;border-top:1px solid #d4af3733;margin-top:8rem;padding-top:6rem}.legend-btn-back{border:1px solid var(--legend-gold);color:var(--legend-gold);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;cursor:pointer;background:0 0;border-radius:3rem;margin-top:3rem;padding:1rem 3rem;font-size:.9rem;transition:all .4s}.legend-btn-back:hover{background:var(--legend-gold);color:#0b1320}@media (width<=992px){.legend-title{font-size:3.5rem}.narrative-block{padding:2.5rem}.reality-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.legend-title{font-size:2.8rem}.legend-h2{font-size:2.2rem}.split-section{grid-template-columns:1fr}}.narrator-btn{border:1px solid var(--legend-gold);color:var(--legend-gold);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background-color:#d4af371a;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.85rem;transition:all .3s;display:inline-flex}.narrator-btn:hover{background-color:var(--legend-gold);color:#0b1320;box-shadow:0 4px 15px #d4af374d}[data-theme=light] .narrator-btn{color:var(--legend-ochre);border-color:var(--legend-ochre)}[data-theme=light] .narrator-btn:hover{background-color:var(--legend-ochre);color:#fff}
