:root{--accent: #111;--muted: #666}*{box-sizing:border-box}body,html,#root{margin:0;font-family:Inter,system-ui,Segoe UI,Arial}.nav{display:flex;justify-content:space-between;align-items:center;padding:14px;border-bottom:1px solid #eee;position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50}.nav-left{font-weight:700}.nav-right{display:flex;gap:16px}.nav-link{text-decoration:none;color:var(--muted);font-weight:600;display:flex;flex-direction:row;align-items:center}.nav-link.active{color:var(--accent)}.landing{height:calc(100vh - 66px);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.5)}.enter-btn{position:relative;padding:20px 36px;border-radius:999px;border:2px solid #fff;background:transparent;color:#fff;font-size:28px;cursor:pointer;letter-spacing:6px;text-transform:lowercase}.enter-btn:hover{transform:scale(1.02)}.landing-instruction{position:absolute;bottom:30px;color:#fff;opacity:.85}.gallery-page{padding:10px 28px 28px}.gallery-heading{margin:12px 0 18px}.category{margin-bottom:28px}.category-title{text-transform:capitalize;margin-bottom:12px}.art-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.art-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column}.art-card img{width:100%;height:200px;object-fit:cover}.art-title{padding:10px;font-weight:600}.about-page{padding:10px 28px 28px}.landing .enter-btn{z-index:2}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:200;cursor:zoom-out}.modal-img{max-width:90%;max-height:90%;border-radius:12px}.about-card{display:flex;justify-content:space-evenly;height:80vh}.about-portrait{height:80vh}@media screen and (max-width: 600px){.about-card{flex-direction:column;align-items:center}.about-portrait{width:80vw}}.icon-image{width:25px;height:25px}
