*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0d1117;--bg2:#161b22;--blue:#58a6ff;--orange:#f0883e;--text:#c9d1d9;--muted:#8b949e;--border:#21262d;--fh:'Space Grotesk', sans-serif;--fb:'Lora', serif}
html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--fb);line-height:1.75;font-size:clamp(1rem,2vw,1.15rem)}
.page-enter{animation:pageFadeInUp .6s cubic-bezier(.25,.46,.45,.94) backwards}@keyframes pageFadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
a{color:var(--blue);text-decoration:none;transition:color .3s}a:hover{color:var(--orange)}a:focus-visible,button:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:2px}
img{max-width:100%;height:auto;display:block}
.site-header{background:var(--bg2);border-bottom:1px solid var(--border);padding:0 2rem;position:sticky;top:0;z-index:100}
.header-inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px}
.site-logo{font-family:var(--fh);font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:-.01em}
.site-logo span{color:var(--orange)}
nav ul{list-style:none;display:flex;gap:1.5rem}nav li a{font-family:var(--fh);font-size:.8rem;font-weight:500;color:var(--muted);letter-spacing:.04em;padding:.5rem 0;min-height:48px;display:inline-flex;align-items:center}nav li a:hover{color:var(--blue)}
/* HERO BAND */
.hero-band{display:grid;grid-template-columns:1fr 1fr;min-height:70vh;gap:0}
.hero-band-img{position:relative;overflow:hidden}
.c-slider{position:absolute;inset:0;width:100%;height:100%}
.c-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:cfade 30s infinite}
.c-slide:nth-child(1){animation-delay:0s}.c-slide:nth-child(2){animation-delay:6s}.c-slide:nth-child(3){animation-delay:12s}.c-slide:nth-child(4){animation-delay:18s}.c-slide:nth-child(5){animation-delay:24s}
@keyframes cfade{0%{opacity:0;transform:scale(1)}4%{opacity:1}20%{opacity:1}24%{opacity:0}100%{opacity:0;transform:scale(1.05)}}
.hero-band-content{display:flex;flex-direction:column;justify-content:center;padding:3rem;background:var(--bg2)}
.hero-band-content .tag{color:var(--orange);font-family:var(--fh);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}
.hero-band-content h1{font-family:var(--fh);font-size:clamp(1.5rem,3vw,2.5rem);color:#fff;line-height:1.2;margin-bottom:1rem;font-weight:700}
.hero-band-content p{color:var(--text);font-size:1rem}
/* NARRATIVE BANDS */
.section{max-width:1300px;margin:0 auto;padding:3.5rem 2rem}
.section-title{font-family:var(--fh);font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}
.section-title::before{content:'';width:3px;height:1.1em;background:var(--orange);border-radius:2px}
.narrative-band{background:var(--bg2);border:1px solid var(--border);border-radius:8px;margin-bottom:2rem;overflow:hidden}
.narrative-band-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.narrative-band-header h3{font-family:var(--fh);font-size:1rem;font-weight:600;color:#fff}
.narrative-band-header .band-tag{font-size:.72rem;color:var(--orange);font-family:var(--fh);font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.narrative-band-body{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2px;min-height:280px}
.narrative-band-body .nb-item{position:relative;overflow:hidden}
.narrative-band-body .nb-item a{display:block;height:100%}
.narrative-band-body .nb-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease;filter:brightness(.85);transform:translateZ(0);will-change:transform}
.narrative-band-body .nb-item:hover img{transform:scale(1.04);filter:brightness(1.05)}
.narrative-band-body .nb-item:first-child{grid-row:1/3}
.narrative-band-body .nb-item .nb-label{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem .75rem;background:linear-gradient(transparent,rgba(0,0,0,.7));font-family:var(--fh);font-size:.85rem;color:#fff;opacity:0;transition:opacity .3s}
.narrative-band-body .nb-item:hover .nb-label{opacity:1}
/* PHOTO PAGE */
.photo-page{max-width:1100px;margin:0 auto;padding:2rem}
.photo-split{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;margin:2rem 0;align-items:start}
.photo-split img{width:100%;border-radius:6px}
.photo-split-info{position:sticky;top:80px}
.photo-info h1{font-family:var(--fh);font-size:clamp(1.3rem,2.5vw,1.8rem);color:#fff;margin-bottom:1rem;font-weight:700;line-height:1.3}
.photo-desc{font-size:.95rem;line-height:1.9;margin:1rem 0;color:var(--text)}
.photo-meta{display:flex;flex-direction:column;gap:.5rem;color:var(--muted);font-size:.85rem;margin:1rem 0;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.breadcrumbs{font-size:.8rem;color:var(--muted);margin-bottom:1rem}.breadcrumbs a{color:var(--blue)}.breadcrumbs span{margin:0 .4rem}
.photo-nav{display:flex;justify-content:space-between;margin:2rem 0;padding:1.5rem 0;border-top:1px solid var(--border)}
.photo-nav a{color:var(--blue);font-family:var(--fh);font-weight:500;font-size:.9rem}
.related{margin:3rem 0}.related h2{font-family:var(--fh);font-size:1.1rem;color:#fff;margin-bottom:1rem}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}
.related-grid a img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px;border:1px solid var(--border)}
.about-page{max-width:800px;margin:0 auto;padding:4rem 2rem}
.about-page h1{font-family:var(--fh);font-size:2rem;color:#fff;margin-bottom:1.5rem;font-weight:700}
.about-page p{margin-bottom:1.5rem}
.bio-block{background:var(--bg2);padding:2rem;border-left:3px solid var(--orange);border-radius:4px;margin:2rem 0}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.cat-card{background:var(--bg2);border:1px solid var(--border);border-radius:8px;overflow:hidden}.cat-card a{display:block}
.cat-card img{width:100%;aspect-ratio:3/2;object-fit:cover}.cat-card .cat-label{padding:1rem;font-family:var(--fh);font-weight:600;color:#fff}
footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 2rem;margin-top:4rem}
.footer-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}
.footer-col h3{font-family:var(--fh);font-size:.85rem;color:#fff;margin-bottom:.75rem;font-weight:600}
.footer-col ul{list-style:none}.footer-col li{margin-bottom:.4rem}.footer-col a{color:var(--muted);font-size:.85rem}.footer-col a:hover{color:var(--blue)}
.footer-bottom{max-width:1300px;margin:2rem auto 0;padding-top:1rem;border-top:1px solid var(--border);font-size:.78rem;text-align:center;color:var(--muted)}
.hamburger{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}
@media(max-width:900px){.hero-band{grid-template-columns:1fr}.narrative-band-body{grid-template-columns:1fr 1fr;min-height:200px}.narrative-band-body .nb-item:first-child{grid-row:auto;grid-column:1/3}.photo-split{grid-template-columns:1fr}.photo-split-info{position:static}}
@media(max-width:600px){.hamburger{display:block}nav ul{display:none;position:absolute;top:60px;left:0;right:0;background:var(--bg2);flex-direction:column;padding:1rem 2rem;gap:.8rem;border-bottom:1px solid var(--border)}nav.open ul{display:flex}.narrative-band-body{grid-template-columns:1fr;min-height:auto}.narrative-band-body .nb-item:first-child{grid-column:auto}.section{padding:2rem 1rem}}
