.gallery-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f7;z-index:9999;justify-content:center;align-items:center;flex-direction:column;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:lightbox-fade-in .25s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.gallery-lightbox.active{display:flex}.lightbox-content{position:relative;max-width:calc(100vw - 200px);max-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center;justify-content:center;animation:lightbox-zoom-in .3s ease}@keyframes lightbox-zoom-in{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-image{max-width:100%;max-height:calc(100vh - 180px);-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #0009;background:#1a1a1a}.lightbox-caption{color:#ffffffe6;text-align:center;margin-top:16px;font-size:.95rem;max-width:80vw;line-height:1.5;font-weight:400;letter-spacing:.2px}.lightbox-top-bar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:14px 24px;background:linear-gradient(to bottom,#000000d9,#0000);z-index:10000;pointer-events:none}.lightbox-counter{color:#fff;font-size:.95rem;font-weight:500;opacity:.95;padding:6px 14px;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.lightbox-actions{display:flex;gap:8px;pointer-events:auto}.lightbox-btn{background:#ffffff1f;border:1px solid rgba(255,255,255,.15);color:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.lightbox-btn:hover{background:#ffffff38;transform:scale(1.08);border-color:#ffffff4d}.lightbox-btn:active{transform:scale(.96)}.lightbox-btn:disabled{opacity:.25;cursor:not-allowed;transform:none}.lightbox-download-btn{width:auto;padding:0 18px;height:42px;border-radius:22px;gap:8px;font-size:.9rem;font-weight:500;background:linear-gradient(135deg,#667eeae6,#764ba2e6);border-color:transparent}.lightbox-download-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 6px 20px #667eea66}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:10001;width:54px;height:54px;font-size:1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.18)}.lightbox-nav.prev{left:24px}.lightbox-nav.next{right:24px}.lightbox-close-top{position:fixed;top:14px;right:24px;z-index:10002;background:#dc35454d;border-color:#dc354566}.lightbox-close-top:hover{background:#dc354580}.lightbox-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#fff}.lightbox-spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.2);border-top-color:#667eea;border-radius:50%;animation:lightbox-spin .8s linear infinite}@keyframes lightbox-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.lightbox-content{max-width:calc(100vw - 40px);max-height:calc(100vh - 100px)}.lightbox-image{max-height:calc(100vh - 140px)}.lightbox-nav.lightbox-btn{width:44px;height:44px;font-size:1rem}.lightbox-nav.prev{left:8px}.lightbox-nav.next{right:8px}.lightbox-top-bar{padding:10px 14px}.lightbox-close-top{top:10px;right:14px}.lightbox-download-btn span{display:none}.lightbox-download-btn{width:42px;padding:0}}@media(max-width:480px){.lightbox-counter{font-size:.85rem;padding:4px 10px}.lightbox-caption{font-size:.85rem;margin-top:10px}}.gallery-hero{aspect-ratio:16 / 10;background-attachment:scroll;transition:background-color .3s ease}.gallery-hero.scrolled{background-color:#667eeaf2}.gallery-hero .breadcrumb,.gallery-hero h1{will-change:transform,opacity;transition:transform .05s linear,opacity .1s ease}.images-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin:40px 0}.image-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer}.image-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #667eea33}.image-card img{width:100%;height:auto;display:block}.caption-row{grid-column:span 6;min-height:auto;padding:30px 0;margin:20px 0}.caption-row-content{max-width:100%;font-size:1.1rem;font-weight:500;color:#2d3748;line-height:1.6}.grid-span-2{grid-column:span 2}.grid-span-3{grid-column:span 3}.grid-span-4{grid-column:span 4}.grid-span-6{grid-column:span 6}@media(max-width:480px){.images-grid{gap:10px;margin:20px 0}.caption-row{padding:15px 0;margin:10px 0}.caption-row-content{font-size:.95rem}.gallery-hero{aspect-ratio:3 / 4}.gallery-hero .breadcrumb,.gallery-hero h1{transition:transform .08s linear,opacity .15s ease}}.gallery-description-section table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.95rem;overflow-x:auto;display:block}.gallery-description-section table th,.gallery-description-section table td{padding:12px 16px;border:1px solid #e2e8f0;text-align:left;line-height:1.5}.gallery-description-section table th{background:linear-gradient(135deg,#667eea14,#764ba214);font-weight:600;color:#2d3748;white-space:nowrap}.gallery-description-section table td{color:#4a5568}.gallery-description-section table tr:nth-child(2n) td{background:#f7fafc99}.gallery-description-section table tr:hover td{background:#667eea0d}.gallery-description-section blockquote{margin:20px 0;padding:16px 24px;border-left:4px solid rgba(102,126,234,.6);background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:0 8px 8px 0;font-style:italic;color:#4a5568}.gallery-description-section blockquote p{margin:0}.gallery-description-section ul,.gallery-description-section ol{padding-left:24px;margin:12px 0}.gallery-description-section li{margin:8px 0;color:#4a5568;line-height:1.7}.gallery-description-section a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.gallery-description-section a:hover{border-bottom-color:#667eea}.gallery-description-section h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin:32px 0 16px;padding-bottom:8px;border-bottom:2px solid rgba(102,126,234,.15)}.gallery-description-section h3{font-size:1.15rem;font-weight:600;color:#4a5568;margin:24px 0 12px}.gallery-description-section p{margin:0 0 16px;line-height:1.8;color:#4a5568}.gallery-description-section p:empty{margin:0;min-height:8px}.gallery-description-section strong{font-weight:600;color:#2d3748}.gallery-description-section em{font-style:italic}.gallery-description-section{background:#fff;border-radius:16px;padding:32px;margin-bottom:40px;box-shadow:0 2px 8px #0000000f}.gallery-description-title{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid rgba(102,126,234,.2)}.gallery-description-title i{color:#667eea}.gallery-description-text{line-height:1.8;color:#4a5568}@media(max-width:640px){.gallery-description-section table{font-size:.85rem}.gallery-description-section table th,.gallery-description-section table td{padding:8px 10px}.gallery-description-section{padding:20px}.gallery-description-section h2{font-size:1.25rem}}
