:root{--ink:#172033;--muted:#667085;--accent:#7142c7;--accent-dark:#4f2a94;--paper:#f7f5fb;--line:#e7e1f0;--white:#fff}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper)}body.lightbox-open{overflow:hidden}.gallery-site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.gallery-header-inner{max-width:1180px;margin:auto;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.gallery-brand{font-family:"Playfair Display",serif;font-size:24px;font-weight:700;color:var(--ink);text-decoration:none}.gallery-back{color:var(--accent-dark);font-weight:700;text-decoration:none}.gallery-back i{margin-right:7px}.gallery-page{max-width:1180px;margin:auto;padding:52px 24px 72px}.gallery-hero{text-align:center;max-width:850px;margin:0 auto 42px}.gallery-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--accent);margin-bottom:12px}.gallery-hero h1{font-family:"Playfair Display",serif;font-size:clamp(36px,6vw,64px);line-height:1.08;margin:0 0 18px}.gallery-meta{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:14px}.gallery-meta i{color:var(--accent);margin-right:5px}.gallery-description{font-size:17px;line-height:1.75;color:#475467;max-width:760px;margin:24px auto 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gallery-item{margin:0;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(41,25,72,.07)}.gallery-thumb{position:relative;display:block;width:100%;padding:0;border:0;background:#e9e4f2;cursor:zoom-in;overflow:hidden;aspect-ratio:4/3}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.gallery-thumb:hover img,.gallery-thumb:focus img{transform:scale(1.07);filter:brightness(.78)}.gallery-zoom{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:35px;opacity:0;transition:opacity .25s}.gallery-thumb:hover .gallery-zoom,.gallery-thumb:focus .gallery-zoom{opacity:1}.gallery-item figcaption{padding:15px 17px 18px;line-height:1.45}.gallery-item figcaption strong,.gallery-item figcaption span{display:block}.gallery-item figcaption span{margin-top:5px;color:var(--muted);font-size:14px}.gallery-empty{text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:70px 24px;max-width:760px;margin:30px auto}.gallery-empty>i{font-size:60px;color:#a998c7}.gallery-empty h1,.gallery-empty h2{font-family:"Playfair Display",serif}.gallery-button{display:inline-block;margin-top:12px;background:var(--accent);color:#fff;text-decoration:none;padding:12px 20px;border-radius:8px;font-weight:700}.lightbox{position:fixed;inset:0;background:rgba(8,7,13,.94);z-index:1000;display:none;align-items:center;justify-content:center;padding:60px 90px}.lightbox.is-open{display:flex}.lightbox-content{max-width:min(1200px,90vw);max-height:88vh;text-align:center}.lightbox-content img{max-width:100%;max-height:78vh;object-fit:contain;border-radius:6px;box-shadow:0 18px 55px rgba(0,0,0,.45)}.lightbox-caption{color:#fff;margin-top:14px;line-height:1.45}.lightbox-caption strong,.lightbox-caption span{display:block}.lightbox-caption span{color:#d6d1df;margin-top:4px}.lightbox-close,.lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;border-radius:50%;width:48px;height:48px;font-size:22px}.lightbox-close{right:24px;top:20px}.lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}.lightbox-next{right:24px;top:50%;transform:translateY(-50%)}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.24)}
@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lightbox{padding:58px 20px}.lightbox-prev{left:8px}.lightbox-next{right:8px}}
@media(max-width:560px){.gallery-header-inner{padding:15px 16px}.gallery-brand{font-size:19px}.gallery-back{font-size:13px}.gallery-page{padding:36px 14px 54px}.gallery-grid{grid-template-columns:1fr;gap:16px}.lightbox-nav{top:auto;bottom:18px;transform:none}.lightbox-prev{left:calc(50% - 60px)}.lightbox-next{right:calc(50% - 60px)}.lightbox-content img{max-height:72vh}}
