@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap";*{box-sizing:border-box}:root{--gold: #d4af37;--gold-light: rgba(212, 175, 55, .1);--black: #0a0a0a;--dark: #141414;--gray-dark: #1a1a1a;--gray: #888;--gray-light: #ccc;--white: #fff;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--gray-light);background-color:var(--black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:400}img{max-width:100%;height:auto}button{font-family:inherit}::selection{background:var(--gold);color:var(--black)}.age-verification-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.age-verification-modal{background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid rgba(212,175,55,.3);border-radius:12px;max-width:500px;width:100%;overflow:hidden}.age-verification-content{padding:3rem 2.5rem;text-align:center}.age-verification-content h1{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;color:#fff;margin:0 0 1.5rem}.age-verification-icon{width:80px;height:80px;border:3px solid #d4af37;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:600;color:#d4af37}.age-verification-content p{color:#ccc;font-size:1.05rem;line-height:1.7;margin:0 0 1rem}.age-verification-disclaimer{font-size:.9rem!important;color:#888!important;margin-bottom:2rem!important}.age-verification-buttons{display:flex;flex-direction:column;gap:1rem}.age-verify-btn{padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.1em}.age-verify-btn.confirm{background:#d4af37;color:#0a0a0a;border:2px solid #d4af37}.age-verify-btn.confirm:hover{background:#e5c148;border-color:#e5c148}.age-verify-btn.decline{background:transparent;color:#888;border:2px solid #444}.age-verify-btn.decline:hover{border-color:#666;color:#aaa}@media(max-width:480px){.age-verification-content{padding:2rem 1.5rem}.age-verification-content h1{font-size:1.5rem}.age-verification-icon{width:60px;height:60px;font-size:1.5rem}.age-verification-content p{font-size:.95rem}}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:80px}.nav-logo{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;letter-spacing:.05em}.nav-logo:hover{color:#d4af37}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-links a{color:#ccc;text-decoration:none;font-size:.95rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#d4af37;transition:width .3s ease}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:25px;height:2px;background:#fff;transition:all .3s ease}.nav-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.nav-toggle{display:flex}.nav-links{position:fixed;top:80px;left:0;right:0;background:#0a0a0afa;flex-direction:column;align-items:center;padding:2rem 0;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}}.footer{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;margin:0 0 .5rem;color:#fff}.footer-brand p{color:#888;font-size:.9rem;margin:0}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#888;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-social a:hover{color:#d4af37}.footer-bottom{padding-top:1.5rem;text-align:center}.footer-bottom p{color:#666;font-size:.85rem;margin:.25rem 0}.footer-note{font-style:italic}@media(max-width:768px){.footer-content{flex-direction:column;text-align:center;gap:1.5rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.home{color:#fff}.hero{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#141414,#281e32,#141414);position:relative}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.5) 100%)}.hero-content{position:relative;z-index:1;padding:2rem}.hero h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,10vw,6rem);font-weight:400;letter-spacing:.1em;margin:0;background:linear-gradient(135deg,#fff,#d4af37,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.2rem;color:#aaa;letter-spacing:.3em;text-transform:uppercase;margin-top:1rem}.about{padding:6rem 2rem;max-width:800px;margin:0 auto}.about h2{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#d4af37}.about p{font-size:1.1rem;line-height:1.9;color:#ccc;margin-bottom:1.5rem;text-align:center}.statement{background:linear-gradient(to right,#d4af370d,#d4af371a,#d4af370d);padding:6rem 2rem}.statement-content{max-width:800px;margin:0 auto;text-align:center}.statement h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:2rem;color:#fff}.statement p{font-size:1.2rem;line-height:2;color:#ccc;font-style:italic}@media(max-width:768px){.hero{min-height:60vh}.about,.statement{padding:4rem 1.5rem}.tagline{font-size:.9rem;letter-spacing:.2em}}.gallery{padding:2rem;max-width:1400px;margin:0 auto;color:#fff}.gallery-header{text-align:center;padding:3rem 0 4rem}.gallery-header h1{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:400;margin:0 0 1rem;color:#d4af37}.gallery-header p{color:#888;font-size:1.1rem;max-width:600px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.gallery-item{position:relative;aspect-ratio:3/4;overflow:hidden;cursor:pointer;border-radius:4px;background:#1a1a1a}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#2a2a2a,#1a1a1a);display:flex;align-items:center;justify-content:center;color:#444;font-size:1.5rem;font-family:Playfair Display,Georgia,serif;font-style:italic}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000e6,#0000 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:400;margin:0 0 .5rem;color:#d4af37}.gallery-item-overlay p{color:#ccc;font-size:.95rem;margin:0}.gallery-note{text-align:center;margin-top:4rem;padding:2rem;background:#d4af370d;border-radius:8px;border:1px solid rgba(212,175,55,.2)}.gallery-note p{color:#888;margin:0}.gallery-note code{background:#ffffff1a;padding:.2rem .5rem;border-radius:3px;font-size:.9em}.lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;cursor:pointer}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;cursor:default}.close-btn{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;transition:color .3s ease}.close-btn:hover{color:#d4af37}.lightbox-image-placeholder{width:60vw;height:70vh;max-width:800px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a,#1a1a1a);display:flex;align-items:center;justify-content:center;color:#444;font-size:2rem;font-family:Playfair Display,Georgia,serif;font-style:italic;border-radius:4px}.lightbox-content img{max-width:100%;max-height:80vh;object-fit:contain}.lightbox-info{text-align:center;padding-top:1.5rem}.lightbox-info h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:400;margin:0 0 .5rem;color:#d4af37}.lightbox-info p{color:#888;margin:0}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr}.gallery-header h1{font-size:2rem}.lightbox-image-placeholder{width:85vw;height:50vh}}.links{padding:2rem;max-width:1000px;margin:0 auto;color:#fff}.links-header{text-align:center;padding:3rem 0 4rem}.links-header h1{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:400;margin:0 0 1rem;color:#d4af37}.links-header p{color:#888;font-size:1.1rem}.links-container{display:flex;flex-direction:column;gap:3rem}.link-category h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:400;color:#fff;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(212,175,55,.3)}.link-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.link-card{display:block;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.link-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(212,175,55,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.link-card:hover{border-color:#d4af3780;transform:translateY(-2px)}.link-card:hover:before{opacity:1}.link-card h3{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem;position:relative}.link-card p{font-size:.9rem;color:#888;margin:0;line-height:1.5;position:relative}.link-arrow{position:absolute;top:1.5rem;right:1.5rem;color:#d4af37;font-size:1.2rem;opacity:0;transform:translate(-10px);transition:all .3s ease}.link-card:hover .link-arrow{opacity:1;transform:translate(0)}.links-note{text-align:center;margin-top:4rem;padding:2rem;background:#d4af370d;border-radius:8px;border:1px solid rgba(212,175,55,.2)}.links-note p{color:#888;margin:0}.links-note code{background:#ffffff1a;padding:.2rem .5rem;border-radius:3px;font-size:.9em}@media(max-width:768px){.links-header h1{font-size:2rem}.link-items{grid-template-columns:1fr}}.faq{padding:2rem;max-width:900px;margin:0 auto;color:#fff}.faq-header{text-align:center;padding:3rem 0 4rem}.faq-header h1{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:400;margin:0 0 1rem;color:#d4af37}.faq-header p{color:#888;font-size:1.1rem;margin:0 0 .5rem}.faq-disclaimer{font-style:italic;color:#666!important;font-size:.95rem!important;max-width:600px;margin:1rem auto 0!important}.faq-section{margin-bottom:3rem;scroll-margin-top:100px}.faq-section-title{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:400;color:#d4af37;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(212,175,55,.2)}.faq-section-title .section-link{color:inherit;text-decoration:none;transition:opacity .2s ease}.faq-section-title .section-link:hover{opacity:.8}.faq-item{scroll-margin-top:100px}.faq-container{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:border-color .3s ease}.faq-item:hover,.faq-item.open{border-color:#d4af374d}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;cursor:pointer;text-align:left;color:#fff;font-size:1.1rem;font-weight:500;transition:color .3s ease}.faq-question:hover{color:#d4af37}.faq-icon{font-size:1.5rem;color:#d4af37;flex-shrink:0;margin-left:1rem}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:2000px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#aaa;line-height:1.9;margin:0;font-size:1rem;white-space:pre-line}.faq-contact{text-align:center;margin-top:4rem;padding:4rem 2rem;background:linear-gradient(135deg,#d4af370d,#d4af371a,#d4af370d);border-radius:12px}.faq-contact h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin:0 0 .5rem;color:#fff}.faq-contact p{color:#888;margin:0 0 2rem}.contact-btn{display:inline-block;padding:1rem 2.5rem;background:transparent;border:2px solid #d4af37;color:#d4af37;text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;transition:all .3s ease}.contact-btn:hover{background:#d4af37;color:#0a0a0a}@media(max-width:768px){.faq-header h1{font-size:2rem}.faq-question{font-size:1rem;padding:1.25rem}.faq-contact{padding:3rem 1.5rem}}.coming-soon{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#0a0a0a;padding:2rem}.coming-soon-content{text-align:center;max-width:600px}.coming-soon-name{font-family:Playfair Display,serif;font-size:4rem;font-weight:400;color:#fff;margin:0 0 1.5rem;letter-spacing:.05em}.coming-soon-divider{width:80px;height:1px;background-color:#d4af37;margin:0 auto 1.5rem}.coming-soon-text{font-family:Playfair Display,serif;font-size:2rem;color:#d4af37;margin:0 0 1rem;font-style:italic}.coming-soon-subtext{font-family:Inter,sans-serif;font-size:1.1rem;color:#888;margin:0 0 2.5rem}.coming-soon-link{font-family:Inter,sans-serif;font-size:.9rem;color:#d4af37;text-decoration:none;padding:.75rem 1.5rem;border:1px solid #d4af37;transition:all .3s ease}.coming-soon-link:hover{background-color:#d4af37;color:#0a0a0a}@media(max-width:768px){.coming-soon-name{font-size:2.5rem}.coming-soon-text{font-size:1.5rem}.coming-soon-subtext{font-size:1rem}}
