*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--bg-secondary: #111111;--text: #fafafa;--text-muted: #888888;--accent: #c9a66b;--accent-hover: #dbb87d;--border: #222222}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.logo{display:flex;align-items:center;gap:1rem}.logo-img{height:40px;width:auto}.logo-text{font-size:1.2rem;font-weight:300;letter-spacing:.1em}.nav-links{display:flex;gap:3rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:400;letter-spacing:.05em;transition:color .3s ease}.nav-links a:hover{color:var(--text)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 4rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:-10px;background:url(/images/hero-bg.png) center/cover no-repeat;filter:blur(2px) brightness(.9);z-index:0}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0ab3,#1a1512cc);z-index:1}.hero-content{text-align:center;max-width:900px;position:relative;z-index:2}.hero h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.highlight{color:var(--accent);font-weight:500}.tagline{font-size:1.25rem;color:var(--text-muted);margin-bottom:3rem;font-weight:300}.cta-button{display:inline-block;padding:1rem 2.5rem;background:transparent;border:1px solid var(--accent);color:var(--accent);text-decoration:none;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background:var(--accent);color:var(--bg)}.gallery-section{padding:8rem 4rem}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:-.02em}.section-header p{color:var(--text-muted);font-size:1.1rem}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;max-width:1600px;margin:0 auto}.gallery-item{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:pointer;background:var(--bg-secondary);border-radius:4px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000c);opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-title{font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.gallery-item-desc{font-size:.85rem;color:var(--text-muted)}.about-section{padding:8rem 4rem;background:var(--bg-secondary)}.about-content{max-width:700px;margin:0 auto;text-align:center}.about-content h2{font-size:2rem;font-weight:300;margin-bottom:2rem}.about-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:1.5rem;line-height:1.8}.contact-section{padding:8rem 4rem;text-align:center}.contact-section h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem}.contact-section p{color:var(--text-muted);margin-bottom:2rem}.contact-link{color:var(--accent);text-decoration:none;font-size:1.5rem;font-weight:300;letter-spacing:.05em;transition:color .3s ease;border-bottom:1px solid transparent}.contact-link:hover{border-bottom-color:var(--accent)}footer{padding:3rem 4rem;text-align:center;border-top:1px solid var(--border)}footer p{color:var(--text-muted);font-size:.85rem}.lightbox{position:fixed;inset:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.lightbox.active{opacity:1;visibility:visible}.lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px}.lightbox-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:var(--text);font-size:2.5rem;cursor:pointer;opacity:.7;transition:opacity .3s ease}.lightbox-close:hover{opacity:1}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text);font-size:3rem;cursor:pointer;opacity:.5;transition:opacity .3s ease;padding:1rem}.lightbox-nav:hover{opacity:1}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-caption{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);text-align:center;color:var(--text-muted);font-size:1rem}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.logo-img{height:32px}.logo-text{font-size:1rem}.nav-links{gap:1rem;font-size:.8rem}.hero{padding:6rem 1.5rem 3rem}.hero h1{font-size:2rem}.tagline{font-size:1rem}.gallery-section,.about-section,.contact-section{padding:4rem 1.5rem}.section-header h2{font-size:1.8rem}.gallery{grid-template-columns:1fr;gap:1rem}.lightbox-nav{font-size:2rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.contact-link{font-size:1.1rem}}@media(max-width:480px){.navbar{padding:.75rem 1rem}.logo{gap:.5rem}.logo-img{height:28px}.logo-text{font-size:.85rem;letter-spacing:.05em}.nav-links{gap:.75rem}.nav-links a{font-size:.75rem}.hero{padding:5rem 1rem 2rem}.hero h1{font-size:1.6rem}.tagline{font-size:.9rem}.cta-button{padding:.75rem 1.5rem;font-size:.8rem}.gallery-section,.about-section,.contact-section{padding:3rem 1rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.5rem}.gallery-item{aspect-ratio:4/3}.about-content p{font-size:1rem}}
