@import"https://fonts.googleapis.com/css2?family=Allison&display=swap";body.landing-page{background-color:#fffdf8;min-height:100vh;display:flex;flex-direction:column}.signature-logo{font-family:Allison,cursive;font-size:3.5rem;color:#000;text-decoration:none;line-height:1}.signature-logo:hover{color:var(--brand-gold, #b08a48)}.landing-nav-link{font-size:.85rem;letter-spacing:.1em;color:#000;text-transform:uppercase;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}.landing-nav-link:hover,.landing-nav-link:focus{color:var(--brand-gold, #b08a48);outline:none}.hero-section{width:100%;height:clamp(320px,36.5vw,700px);overflow:hidden;margin:0;padding:0}.hero-img-full{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.landing-main{flex:1;display:flex;flex-direction:column;align-items:center}.portfolio-section{width:100%;padding:5rem 0}.gallery-img-wrapper{overflow:hidden;border-radius:8px;border:1px solid var(--brand-gold, #b08a48);box-shadow:0 4px 15px #b08a4814;background-color:#fff;cursor:pointer}.gallery-img-container{overflow:hidden;flex-grow:1;display:flex;align-items:center;justify-content:center;padding:1rem}.gallery-img{max-width:100%;height:auto;max-height:450px;object-fit:contain;transition:transform .5s ease}.gallery-img-wrapper:hover .gallery-img{transform:scale(1.04)}.gallery-details{border-top:1px solid rgba(176,138,72,.2);background-color:#fffdf8;color:#000;text-align:center;padding:1rem;transition:background-color .3s ease}.gallery-item-title{font-weight:500;letter-spacing:.05em;transition:color .3s ease}.gallery-extra-info{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease,margin-top .4s ease}.gallery-item-text{font-size:.9rem;color:#444}.gallery-img-wrapper:hover .gallery-extra-info{max-height:100px;opacity:1;margin-top:.75rem}.gallery-img-wrapper:hover .gallery-details{background-color:#fff}.gallery-img-wrapper:hover .gallery-item-title{color:var(--brand-gold, #b08a48)}.section-title{font-weight:300;font-size:2.5rem;letter-spacing:.05em;color:var(--brand-gold, #b08a48);margin-bottom:2rem;text-align:center;text-transform:uppercase}.gallery-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000e6;z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-lightbox.active{opacity:1;pointer-events:auto}.gallery-lightbox-img{max-width:90%;max-height:80vh;object-fit:contain;border:2px solid var(--brand-gold, #b08a48);border-radius:8px;box-shadow:0 10px 30px #00000080}.gallery-lightbox-caption{color:#fffdf8;margin-top:1.5rem;font-size:1.25rem;font-weight:300;letter-spacing:.05em;text-align:center}.gallery-lightbox-controls .btn{border-color:var(--brand-gold, #b08a48);color:#fffdf8;transition:all .3s ease}.gallery-lightbox-controls .btn:hover,.gallery-lightbox-controls .btn.active-view{background-color:var(--brand-gold, #b08a48);color:#fff}.gallery-lightbox-close{position:absolute;top:2rem;right:3rem;background:none;border:none;color:#fffdf8;font-size:3rem;cursor:pointer;line-height:1;transition:color .2s ease;padding:0}.gallery-lightbox-close:hover{color:var(--brand-gold, #b08a48)}
