*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #ffffff;--color-text: #2c2c2c;--color-text-muted: #888888;--color-border: #e8e8e8;--color-accent: #3a3a3a;--color-accent-hover: #000000;--color-card-bg: #fafafa;--color-nav-bg: rgba(255, 255, 255, .92);--font-sans: "DM Sans", "Noto Serif SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Space Grotesk", "DM Sans", sans-serif;--max-width: 1200px;--nav-height: 64px;--transition: .3s ease}[data-theme=dark]{--color-bg: #111111;--color-text: #e0e0e0;--color-text-muted: #999999;--color-border: #2a2a2a;--color-accent: #cccccc;--color-accent-hover: #ffffff;--color-card-bg: #1a1a1a;--color-nav-bg: rgba(17, 17, 17, .92)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);line-height:1.7;min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent-hover)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.3;letter-spacing:-.02em}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}.nav{position:sticky;top:0;z-index:100;background:var(--color-nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);height:var(--nav-height)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:var(--font-display);font-size:1.15rem;font-weight:700;letter-spacing:-.03em;color:var(--color-text)}.nav-logo:hover{color:var(--color-text)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--color-text-muted);transition:color var(--transition);position:relative}.nav-links a:hover,.nav-links a.active{color:var(--color-text)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--color-text);transition:width var(--transition)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.hero{position:relative;height:70vh;min-height:400px;overflow:hidden;display:flex;align-items:flex-end;background:#000}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.hero-content{position:relative;z-index:1;padding:3rem 2rem;max-width:var(--max-width);margin:0 auto;width:100%;color:#fff}.hero-content h1{font-size:2.5rem;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.3);margin-bottom:.5rem}.hero-content p{font-size:1.1rem;opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.3)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem;width:100%}main{flex:1}.albums-section{padding:4rem 0}.albums-section h2{margin-bottom:2rem;font-weight:600}.albums-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.album-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4 / 3;cursor:pointer;display:block}.album-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.album-card:hover img{transform:scale(1.05)}.album-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:background var(--transition)}.album-card:hover .album-card-overlay{background:linear-gradient(to top,#000000b3,#0000001a 60%)}.album-card-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.album-card-date{color:#ffffffbf;font-size:.85rem}.gallery-header{padding:3rem 0 1rem}.gallery-header h1{margin-bottom:.5rem}.gallery-description{color:var(--color-text-muted);font-size:.95rem;line-height:1.8;margin-bottom:1rem}.gallery-description a{text-decoration:underline;text-underline-offset:3px}.gallery-description ul{padding-left:1.2rem;margin:.5rem 0}.gallery-description li{margin-bottom:.3rem}.gallery-section{padding:1rem 0 2rem}.gallery-section-title{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.gallery-grid{display:grid;gap:.75rem;margin-bottom:1.5rem}.gallery-grid.layout-single{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto}.gallery-grid.layout-half{grid-template-columns:repeat(2,1fr)}.gallery-grid.layout-third{grid-template-columns:repeat(3,1fr)}.gallery-item{overflow:hidden;border-radius:6px;cursor:pointer;line-height:0}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-caption{margin-top:.75rem;font-size:.85rem;color:var(--color-text-muted);font-style:italic}.lightbox-overlay{position:fixed;inset:0;z-index:1000;background:#000000eb;display:none;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-overlay.active{display:flex}.lightbox-overlay img{max-width:92vw;max-height:90vh;object-fit:contain;border-radius:4px;cursor:default}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;color:#fff;font-size:2rem;cursor:pointer;background:none;border:none;opacity:.7;transition:opacity var(--transition);line-height:1;padding:.5rem}.lightbox-close:hover{opacity:1}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:2.5rem;cursor:pointer;background:none;border:none;opacity:.6;transition:opacity var(--transition);padding:1rem;line-height:1}.lightbox-nav:hover{opacity:1}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.page-content{padding:3rem 0 4rem;max-width:680px}.page-content h1{margin-bottom:1.5rem}.page-content h3{margin-top:2rem;margin-bottom:.5rem}.page-content ul{padding-left:1.2rem}.page-content li{margin-bottom:.5rem}.page-content p{margin-bottom:1rem}.footer{border-top:1px solid var(--color-border);padding:2rem 0;margin-top:auto}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--color-text-muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--color-text-muted)}.footer-links a:hover{color:var(--color-text)}.theme-toggle{background:none;border:1px solid var(--color-border);border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--color-text-muted);transition:all var(--transition);flex-shrink:0}.theme-toggle:hover{color:var(--color-text);border-color:var(--color-text-muted)}@media(max-width:768px){.hero{height:50vh;min-height:300px}.hero-content h1{font-size:1.8rem}.albums-grid,.gallery-grid.layout-half,.gallery-grid.layout-third{grid-template-columns:1fr}.nav-links{gap:1.2rem}.footer-inner{flex-direction:column;gap:.75rem;text-align:center}}@media(max-width:480px){.nav-inner,.container{padding:0 1rem}}
