.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0c0b0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:72px;overflow:visible}.header-inner{position:relative;display:flex;align-items:center;justify-content:flex-end;height:72px;padding:0 1.5rem}.logo-link{position:fixed;left:1.5rem;top:0;display:flex;align-items:flex-start;z-index:101;transition:top .4s cubic-bezier(.4,0,.2,1)}.logo-link.logo-compact{top:12px}.logo-img{height:280px;width:auto;display:block;object-fit:contain;object-position:left top;transition:height .4s cubic-bezier(.4,0,.2,1)}.logo-link.logo-compact .logo-img{height:48px}.nav{display:flex;gap:2rem}.nav a{color:var(--text-muted);font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.nav a:hover,.nav a.active{color:var(--accent)}.menu-toggle{display:none;flex-direction:column;gap:6px;padding:4px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--text);transition:transform .3s ease,opacity .3s ease}.menu-toggle span:nth-child(1).open{transform:translateY(8px) rotate(45deg)}.menu-toggle span:nth-child(2).open{opacity:0}.menu-toggle span:nth-child(3).open{transform:translateY(-8px) rotate(-45deg)}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:var(--bg-elevated);border-bottom:1px solid var(--border);padding:1rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}.nav.open{max-height:280px;opacity:1}.nav a{padding:.75rem 0;border-bottom:1px solid var(--border)}.nav a:last-child{border-bottom:none}}.main{min-height:100vh;padding-top:72px}.footer{background:var(--bg-elevated);border-top:1px solid var(--border);padding:3rem 0 2rem;margin-top:4rem}.footer-inner{display:grid;gap:2rem;text-align:center}.footer-logo{height:100px;width:auto;margin-bottom:.75rem;object-fit:contain}.footer-brand p{color:var(--text-muted);font-size:.9rem}.footer-links{display:flex;justify-content:center;gap:1.5rem}.footer-links a{color:var(--text-muted);font-size:.9rem}.footer-links a:hover{color:var(--accent)}.footer-copy{color:var(--text-muted);font-size:.8rem;padding-top:1rem;border-top:1px solid var(--border)}@media (min-width: 640px){.footer-inner{grid-template-columns:1fr auto 1fr;align-items:center;text-align:left}.footer-copy{grid-column:1 / -1}}.hero{position:relative;min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(12,11,10,.6) 0%,rgba(12,11,10,.85) 60%,var(--bg) 100%),url(https://images.unsplash.com/photo-1542038784456-1ea8e935640e?w=1920&q=75) center/cover no-repeat}.hero-content{position:relative;z-index:1;text-align:center;padding:2rem 0}.hero-tagline{font-size:.85rem;text-transform:uppercase;letter-spacing:.25em;color:var(--accent);margin-bottom:.75rem}.hero-title{font-size:clamp(2.75rem,8vw,5rem);line-height:1.1;margin-bottom:1rem;font-weight:600}.hero-title em{font-style:italic;color:var(--accent)}.hero-desc{font-size:1.1rem;color:var(--text-muted);max-width:420px;margin:0 auto 2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-size:.9rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent;border-radius:2px;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn-primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dim);border-color:var(--accent-dim);color:var(--bg)}.btn-secondary{background:transparent;color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-outline{background:transparent;color:var(--accent);border-color:var(--accent)}.btn-outline:hover{background:var(--accent);color:var(--bg)}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--accent),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.5;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.featured-item{position:relative;aspect-ratio:var(--aspect, 3/4);overflow:hidden;border-radius:2px}.featured-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-item:hover img{transform:scale(1.05)}.featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.featured-item:hover .featured-overlay{opacity:1}.featured-cta{text-align:center}@media (max-width: 768px){.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-item{aspect-ratio:3/4}}.cta-section{background:var(--bg-elevated);border-top:1px solid var(--border)}.cta-inner{text-align:center}.cta-title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.5rem}.cta-text{color:var(--text-muted);margin-bottom:1.5rem}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000eb;cursor:pointer}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;font-size:2rem;color:var(--text);display:flex;align-items:center;justify-content:center;z-index:2;transition:color .2s ease}.lightbox-close:hover{color:var(--accent)}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;font-size:2.5rem;color:var(--text);display:flex;align-items:center;justify-content:center;z-index:2;transition:color .2s ease,background .2s ease;border-radius:2px}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-prev:hover,.lightbox-next:hover{color:var(--accent);background:#ffffff0d}.lightbox-content{position:relative;z-index:1;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain}.lightbox-counter{margin-top:1rem;font-size:.9rem;color:var(--text-muted)}.gallery-intro{padding-bottom:2rem}.gallery-desc{color:var(--text-muted);max-width:560px;margin-bottom:2rem}.gallery-filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);border-radius:2px;transition:color .2s ease,border-color .2s ease,background .2s ease}.filter-btn:hover{color:var(--accent);border-color:var(--accent)}.filter-btn.active{color:var(--bg);background:var(--accent);border-color:var(--accent)}.gallery-grid-wrap{padding-top:0}.gallery-folder-section{margin-bottom:3rem}.gallery-folder-section:last-child{margin-bottom:0}.gallery-folder-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.gallery-item{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:2px;padding:0;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;opacity:0;transition:opacity .3s ease}.gallery-item:hover:after{opacity:1}.about-inner{display:grid;gap:3rem;align-items:start}.about-image{border-radius:4px;overflow:hidden;aspect-ratio:4/5;max-width:420px}.about-image img{width:100%;height:100%;object-fit:cover}.about-content .section-title{margin-bottom:1.5rem}.about-text{color:var(--text-muted);margin-bottom:1rem;max-width:560px}.about-list{list-style:none;margin:1.5rem 0 2rem}.about-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--text-muted)}.about-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--accent);border-radius:50%}@media (min-width: 768px){.about-inner{grid-template-columns:1fr 1.2fr}.about-image{max-width:100%}}.contact-inner{display:grid;gap:3rem;max-width:720px}.contact-desc{color:var(--text-muted);margin-bottom:1rem}.contact-note{font-size:.9rem;color:var(--text-muted);opacity:.9}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem}.contact-form label span{font-size:.85rem;font-weight:500;letter-spacing:.03em;color:var(--text-muted)}.contact-form input,.contact-form select,.contact-form textarea{font-family:var(--font-sans);font-size:1rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:2px;color:var(--text);transition:border-color .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-muted);opacity:.7}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent)}.contact-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239a948a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-form textarea{resize:vertical;min-height:120px}.form-success{color:var(--accent);font-weight:500}.form-error{color:#c75c5c;font-size:.9rem}.contact-form .btn{margin-top:.5rem;align-self:flex-start}:root{--bg: #0c0b0a;--bg-elevated: #161412;--surface: #1e1b18;--text: #f5f2ee;--text-muted: #9a948a;--accent: #c4a574;--accent-dim: #8b7355;--border: rgba(196, 165, 116, .15);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Outfit", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:var(--font-serif);font-weight:600}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--text)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem;letter-spacing:.02em}.section-subtitle{font-size:1rem;color:var(--text-muted);font-weight:400;text-transform:uppercase;letter-spacing:.2em;margin-bottom:2.5rem}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}
