*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Montserrat',sans-serif;font-weight:300;color:#2c2c2c;background:#faf9f7}
nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background:#faf9f7;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,0.06)}
.nav-brand{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:600;color:#2c2c2c;text-decoration:none;letter-spacing:0.05em}
.nav-links{display:flex;gap:2.5rem}
.nav-links a{text-decoration:none;color:#555;font-size:0.85rem;font-weight:400;letter-spacing:0.1em;text-transform:uppercase;transition:color 0.3s}
.nav-links a:hover{color:#2c2c2c}
.hero{display:flex;justify-content:center;align-items:center;min-height:70vh;text-align:center;padding:4rem 2rem;background:linear-gradient(180deg,#faf9f7 0%,#f0ece6 100%)}
.hero-content{max-width:700px}
.hero h1{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:300;letter-spacing:0.03em;line-height:1.2;margin-bottom:1rem;color:#2c2c2c}
.portfolio-title{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:300;font-style:italic;color:#777;margin-bottom:2rem}
.divider{width:60px;height:1px;background:#bbb;margin:0 auto 2rem}
.portfolio-description{font-size:1rem;line-height:1.8;color:#666;font-weight:300}
.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 3rem;max-width:1400px;margin:0 auto}
.category-card{text-decoration:none;color:#2c2c2c;transition:transform 0.3s}
.category-card:hover{transform:translateY(-5px)}
.category-image{width:100%;aspect-ratio:3/4;overflow:hidden;margin-bottom:1.2rem}
.category-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.category-card:hover .category-image img{transform:scale(1.03)}
.category-card h2{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;text-align:center;letter-spacing:0.05em}
.category-hero{text-align:center;padding:5rem 2rem 3rem;background:linear-gradient(180deg,#faf9f7 0%,#f0ece6 100%)}
.category-hero h1{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;letter-spacing:0.05em;margin-bottom:1.5rem}
.category-hero .divider{margin-bottom:1.5rem}
.category-description{max-width:650px;margin:0 auto;font-size:1rem;line-height:1.8;color:#666;font-weight:300}
.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:3rem;max-width:1400px;margin:0 auto}
.photo-item{overflow:hidden;cursor:pointer}
.photo-item img{width:100%;aspect-ratio:3/4;object-fit:cover;transition:transform 0.5s;display:block}
.photo-item:hover img{transform:scale(1.03)}
.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.92);z-index:1000;justify-content:center;align-items:center;cursor:pointer}
.lightbox.active{display:flex}
.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain}
.lightbox-close{position:absolute;top:1.5rem;right:2rem;color:white;font-size:2rem;cursor:pointer;font-family:'Montserrat',sans-serif;font-weight:300}
footer{text-align:center;padding:3rem;color:#999;font-size:0.8rem;letter-spacing:0.1em}
@media(max-width:768px){nav{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.nav-links{gap:1.5rem}.nav-links a{font-size:0.75rem}.hero h1{font-size:2.2rem}.portfolio-title{font-size:1.2rem}.categories{grid-template-columns:1fr;padding:2rem 1.5rem}.photo-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem}.category-hero h1{font-size:2rem}}
@media(max-width:480px){.photo-grid{grid-template-columns:1fr}}
