*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#fff;--header:#1a1a2e;--red:#e63946;--dark:#333;--muted:#757575;--border:#e5e5e5;--fh:'Outfit', sans-serif;--fb:'Merriweather', serif}
html{scroll-behavior:smooth}body{background:var(--bg);color:var(--dark);font-family:var(--fb);line-height:1.8;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(--red);text-decoration:none;transition:color .3s}a:hover{color:var(--header)}a:focus-visible,button:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:2px}
img{max-width:100%;height:auto;display:block}
.site-header{background:var(--header);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:56px}
.site-logo{font-family:var(--fh);font-size:1.3rem;font-weight:800;color:#fff;letter-spacing:-.01em}
.site-logo span{color:var(--red);font-weight:400}
nav ul{list-style:none;display:flex;gap:1.5rem}nav li a{font-family:var(--fh);font-size:.8rem;font-weight:600;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.06em;padding:.5rem 0;min-height:48px;display:inline-flex;align-items:center}nav li a:hover{color:var(--red)}
/* PREMIUM CAROUSEL WITH REFLECTION */
.carousel-section{background:var(--header);padding:3rem 0 4rem;overflow:hidden}
.carousel-container{max-width:1400px;margin:0 auto;position:relative;padding:0 2rem}
.carousel-viewport{overflow:hidden;border-radius:6px}
.carousel-track{display:flex;gap:1.5rem;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}
.carousel-slide{flex:0 0 70%;position:relative}
.carousel-slide img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:6px}
.carousel-slide .c-caption{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem 1rem;background:linear-gradient(transparent,rgba(0,0,0,.7));border-radius:0 0 6px 6px}
.carousel-slide .c-caption h3{font-family:var(--fh);font-size:1.1rem;color:#fff;font-weight:700}
.carousel-slide .c-caption p{font-size:.85rem;color:rgba(255,255,255,.7)}
/* Reflection effect */
.carousel-slide::after{content:'';position:absolute;top:100%;left:5%;right:5%;height:60px;background:inherit;transform:scaleY(-1);opacity:.12;filter:blur(4px);mask-image:linear-gradient(to bottom,rgba(0,0,0,.4),transparent);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.4),transparent);pointer-events:none;border-radius:0 0 6px 6px;z-index:-1}
.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}
.carousel-controls button{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:1.1rem;transition:background .3s;display:flex;align-items:center;justify-content:center}
.carousel-controls button:hover{background:rgba(230,57,70,.3)}
.carousel-counter{color:rgba(255,255,255,.5);font-family:var(--fh);font-size:.85rem}
/* EDITORIAL THUMBNAIL GRID */
.section{max-width:1300px;margin:0 auto;padding:3rem 2rem}
.section-title{font-family:var(--fh);font-size:1.4rem;font-weight:800;color:var(--header);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}
.section-title::before{content:'';width:4px;height:1.2em;background:var(--red);border-radius:2px}
.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.ed-card{border:1px solid var(--border);overflow:hidden;transition:box-shadow .3s}.ed-card a{display:block}
.ed-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}
.ed-card img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .5s ease,filter .5s ease;filter:brightness(.85);transform:translateZ(0);will-change:transform}
.ed-card:hover img{transform:scale(1.03);filter:brightness(1.05)}
.ed-card-body{padding:1rem 1.25rem}
.ed-card-body .tag{font-family:var(--fh);font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--red);letter-spacing:.1em}
.ed-card-body h3{font-family:var(--fh);font-size:1rem;font-weight:700;color:var(--header);margin:.5rem 0;line-height:1.3}
.ed-card-body p{font-size:.85rem;color:var(--muted);line-height:1.6}
/* PHOTO PAGE */
.photo-page{max-width:1000px;margin:0 auto;padding:2rem}
.photo-main{margin:1.5rem 0}.photo-main img{width:100%}
.photo-info h1{font-family:var(--fh);font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--header);margin-bottom:1rem;line-height:1.25}
.photo-desc{font-size:1rem;line-height:2;margin:1.5rem 0;max-width:700px}
.photo-meta{display:flex;gap:2rem;flex-wrap:wrap;color:var(--muted);font-size:.85rem;margin:1.5rem 0;padding:1rem 0;border-top:2px solid var(--border);border-bottom:1px solid var(--border)}
.breadcrumbs{font-size:.8rem;color:var(--muted);margin-bottom:1rem}.breadcrumbs a{color:var(--red)}.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(--red);font-family:var(--fh);font-weight:600;font-size:.9rem}
.related{margin:3rem 0}.related h2{font-family:var(--fh);font-size:1.2rem;font-weight:700;color:var(--header);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: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;font-weight:800;color:var(--header);margin-bottom:1.5rem}
.about-page p{margin-bottom:1.5rem}
.bio-block{background:#f8f8f8;padding:2rem;border-left:4px solid var(--red);margin:2rem 0}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.cat-card{border:1px solid var(--border);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:700;color:var(--header)}
footer{background:var(--header);color:rgba(255,255,255,.7);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;font-weight:700;color:#fff;margin-bottom:.75rem}
.footer-col ul{list-style:none}.footer-col li{margin-bottom:.4rem}.footer-col a{color:rgba(255,255,255,.5);font-size:.85rem}.footer-col a:hover{color:var(--red)}
.footer-bottom{max-width:1300px;margin:2rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem;text-align:center;color:rgba(255,255,255,.4)}
.hamburger{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}
@media(max-width:900px){.carousel-slide{flex:0 0 85%}.editorial-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hamburger{display:block}nav ul{display:none;position:absolute;top:56px;left:0;right:0;background:var(--header);flex-direction:column;padding:1rem 2rem;gap:.8rem}nav.open ul{display:flex}.carousel-slide{flex:0 0 92%}.editorial-grid{grid-template-columns:1fr}.section{padding:2rem 1rem}}
