.kuhs-gallery{background:#050607;color:#fff;font-family:Arial,sans-serif;padding-bottom:80px}.kuhs-gallery *{box-sizing:border-box}.kuhs-gallery-hero{min-height:520px;background:radial-gradient(circle at 75% 30%,rgba(239,32,40,.18),transparent 35%),linear-gradient(135deg,#050607,#111317);background-size:cover;background-position:center;display:flex;align-items:center;padding:80px max(6vw,28px);border-bottom:1px solid rgba(239,32,40,.35)}.kuhs-gallery-hero>div{max-width:760px}.kuhs-gallery-hero span{color:var(--kuhs-gallery-accent);font-size:12px;letter-spacing:.32em;text-transform:uppercase;font-weight:800}.kuhs-gallery-hero h1{font-family:"Arial Narrow",Impact,sans-serif;text-transform:uppercase;font-size:clamp(54px,8vw,112px);line-height:.9;margin:20px 0}.kuhs-gallery-hero p{max-width:650px;color:#b8bec8;font-size:18px;line-height:1.7}.kuhs-gallery-hero a{display:inline-block;margin-top:22px;background:var(--kuhs-gallery-accent);color:#fff;padding:15px 22px;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}.kuhs-month-nav{position:sticky;top:0;z-index:10;display:flex;gap:8px;overflow:auto;padding:16px max(4vw,20px);background:rgba(5,6,7,.94);backdrop-filter:blur(12px);border-bottom:1px solid #24272c}.kuhs-month-nav button{white-space:nowrap;border:1px solid #30343a;background:#111317;color:#c9ced6;padding:10px 16px;border-radius:999px;cursor:pointer}.kuhs-month-nav button.active,.kuhs-month-nav button:hover{background:var(--kuhs-gallery-accent);border-color:var(--kuhs-gallery-accent);color:#fff}.kuhs-albums{max-width:1500px;margin:auto;padding:55px max(4vw,20px)}.kuhs-album{margin-bottom:90px}.kuhs-album[hidden]{display:none}.kuhs-album header{display:flex;justify-content:space-between;gap:20px;align-items:end;border-bottom:1px solid #292c31;padding-bottom:20px;margin-bottom:22px}.kuhs-album header span{color:var(--kuhs-gallery-accent);font-size:12px;letter-spacing:.25em;text-transform:uppercase;font-weight:800}.kuhs-album h2{font-family:"Arial Narrow",Impact,sans-serif;text-transform:uppercase;font-size:clamp(34px,5vw,64px);margin:8px 0}.kuhs-album header p{max-width:700px;color:#9ca4af;line-height:1.6;margin:0}.kuhs-album header>b{color:#8e96a2;font-size:13px;white-space:nowrap}.kuhs-mosaic{columns:5 230px;column-gap:12px}.kuhs-photo{display:block;width:100%;padding:0;margin:0 0 12px;border:0;background:#15171a;break-inside:avoid;cursor:zoom-in;overflow:hidden}.kuhs-photo img{width:100%;height:auto;display:block;transition:transform .35s ease,filter .35s ease}.kuhs-photo:hover img{transform:scale(1.025);filter:brightness(1.08)}.kuhs-load-wrap{text-align:center;margin-top:28px}.kuhs-load-more{background:transparent;border:1px solid var(--kuhs-gallery-accent);color:#fff;padding:13px 22px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;cursor:pointer}.kuhs-load-more:hover{background:var(--kuhs-gallery-accent)}.kuhs-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:999999;display:none;align-items:center;justify-content:center;padding:50px}.kuhs-lightbox.open{display:flex}.kuhs-lightbox figure{margin:0;max-width:min(92vw,1500px);max-height:88vh;text-align:center}.kuhs-lightbox img{max-width:100%;max-height:82vh;object-fit:contain}.kuhs-lightbox figcaption{margin-top:10px;color:#c5c9d0}.kuhs-lb-close,.kuhs-lb-prev,.kuhs-lb-next{position:absolute;border:0;background:rgba(20,20,20,.7);color:#fff;cursor:pointer}.kuhs-lb-close{right:24px;top:20px;font-size:40px;width:50px;height:50px}.kuhs-lb-prev,.kuhs-lb-next{top:50%;transform:translateY(-50%);font-size:58px;width:58px;height:80px}.kuhs-lb-prev{left:18px}.kuhs-lb-next{right:18px}.kuhs-lb-open{overflow:hidden}.kuhs-gallery-empty{text-align:center;padding:100px 20px;color:#aaa}@media(max-width:760px){.kuhs-gallery-hero{min-height:430px;padding-top:60px}.kuhs-gallery-hero p{font-size:16px}.kuhs-album header{display:block}.kuhs-album header>b{display:block;margin-top:12px}.kuhs-mosaic{columns:2 140px;column-gap:8px}.kuhs-photo{margin-bottom:8px}.kuhs-lightbox{padding:35px 10px}.kuhs-lb-prev,.kuhs-lb-next{font-size:38px;width:42px;height:60px}.kuhs-lb-prev{left:4px}.kuhs-lb-next{right:4px}}
.kuhs-load-wrap{display:grid;justify-items:center;gap:7px;padding:22px 0 4px}.kuhs-load-wrap small{color:#89909a}.kuhs-load-more span{display:inline-block;margin-left:7px;transition:transform .2s ease}.kuhs-load-more:hover span{transform:translateX(4px)}

/* v1.5.0 per-album layouts */
.kuhs-album-meta{display:grid;justify-items:end;gap:7px}.kuhs-album-meta em{font-style:normal;border:1px solid #34383f;border-radius:999px;padding:6px 10px;color:#9ea8b5;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.kuhs-photo-layout{width:100%}.kuhs-layout-mosaic .kuhs-photo-layout{columns:5 230px;column-gap:12px}.kuhs-layout-grid .kuhs-photo-layout{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.kuhs-layout-grid .kuhs-photo{aspect-ratio:1/1;margin:0}.kuhs-layout-grid .kuhs-photo img{width:100%;height:100%;object-fit:cover}.kuhs-layout-masonry .kuhs-photo-layout{columns:4 260px;column-gap:12px}.kuhs-layout-justified .kuhs-photo-layout{display:flex;flex-wrap:wrap;gap:10px}.kuhs-layout-justified .kuhs-photo{height:220px;width:auto;flex:1 1 280px;margin:0}.kuhs-layout-justified .kuhs-photo.wide{flex-grow:1.7}.kuhs-layout-justified .kuhs-photo.portrait{flex-grow:.75}.kuhs-layout-justified .kuhs-photo img{height:100%;width:100%;object-fit:cover}.kuhs-layout-carousel .kuhs-photo-layout{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 3px 18px;scrollbar-width:thin;scrollbar-color:var(--kuhs-gallery-accent) #16191d}.kuhs-layout-carousel .kuhs-photo{flex:0 0 min(72vw,520px);height:340px;margin:0;scroll-snap-align:start;border-radius:3px}.kuhs-layout-carousel .kuhs-photo img{width:100%;height:100%;object-fit:cover}.kuhs-carousel-controls{display:flex;justify-content:flex-end;gap:8px;margin:0 0 12px}.kuhs-carousel-controls button{width:42px;height:38px;border:1px solid #34383e;background:#121418;color:#fff;cursor:pointer;font-size:21px}.kuhs-carousel-controls button:hover{border-color:var(--kuhs-gallery-accent);background:var(--kuhs-gallery-accent)}.kuhs-layout-cards .kuhs-photo-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kuhs-layout-cards .kuhs-photo{margin:0;background:#111317;border:1px solid #292d33;text-align:left;cursor:zoom-in;box-shadow:0 10px 30px rgba(0,0,0,.18)}.kuhs-layout-cards .kuhs-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}.kuhs-photo-caption{display:block;padding:13px 14px;color:#dbe0e7;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kuhs-layout-cards .kuhs-photo:hover{border-color:var(--kuhs-gallery-accent)}
@media(max-width:1000px){.kuhs-layout-grid .kuhs-photo-layout{grid-template-columns:repeat(3,1fr)}.kuhs-layout-cards .kuhs-photo-layout{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.kuhs-album-meta{justify-items:start;margin-top:12px}.kuhs-layout-grid .kuhs-photo-layout{grid-template-columns:repeat(2,1fr);gap:8px}.kuhs-layout-mosaic .kuhs-photo-layout,.kuhs-layout-masonry .kuhs-photo-layout{columns:2 140px;column-gap:8px}.kuhs-layout-justified .kuhs-photo{height:150px;flex-basis:45%}.kuhs-layout-carousel .kuhs-photo{flex-basis:85vw;height:260px}.kuhs-layout-cards .kuhs-photo-layout{grid-template-columns:1fr}}
