:root{--bg:#0a0b10;--bg-card:#12141c;--bg-surface:#171922;--bg-alt:#0e1015;--gold:#2d8b57;--gold-lt:#3fa76f;--gold-dim:rgba(45,139,87,.12);--gold-border:rgba(45,139,87,.25);--text:#ede8df;--text-muted:#fff;--text-subtle:#4a5b72;--border:hsla(0,0%,100%,.055);--border-md:hsla(0,0%,100%,.1);--radius:6px;--radius-sm:3px;--t:240ms cubic-bezier(0.4,0,0.2,1);--nav-height:68px;--topbar-height:54px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Barlow,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--gold);color:#000;padding:.5rem 1rem;border-radius:var(--radius);font-weight:700;z-index:10000;text-decoration:none;transition:top var(--t)}.skip-link:focus{top:1rem}nav.main-nav{position:fixed;top:0;left:0;right:0;z-index:8000;height:var(--nav-height);justify-content:space-between;padding:0 2rem;background:rgba(7,13,26,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-logo,nav.main-nav{display:flex;align-items:center}.nav-logo{gap:.65rem;text-decoration:none}.nav-logo-img{width:34px;height:34px;object-fit:contain}.nav-logo-text{line-height:1.2}.nav-logo-text .nm{font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:1rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text)}.nav-logo-text .sm{font-size:.58rem;letter-spacing:.13em;text-transform:uppercase;color:var(--text-muted)}.nav-links{display:flex;align-items:center;gap:.1rem;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.02em;padding:.4rem .85rem;border-radius:var(--radius-sm);transition:color var(--t);white-space:nowrap}.nav-links a:hover{color:var(--text)}.nav-links a.active{color:var(--gold)}.nav-links a.nav-cta{margin-left:.5rem;border:1.5px solid var(--gold-border);color:var(--gold);padding:.45rem 1.1rem;transition:background var(--t),border-color var(--t),color var(--t)}.nav-links a.nav-cta:hover{background:var(--gold);color:#0a0d14;border-color:var(--gold)}.nav-ham{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}.nav-ham span{display:block;width:22px;height:1.5px;background:var(--text);border-radius:2px;transition:transform var(--t),opacity var(--t)}.nav-ham.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.nav-ham.open span:nth-child(2){opacity:0}.nav-ham.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media (max-width:900px){nav.main-nav{padding:0 1.25rem}.nav-ham{display:flex}.nav-links{position:fixed;top:var(--nav-height);left:0;right:0;background:rgba(7,13,26,.99);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;align-items:stretch;gap:0;padding:.75rem;border-bottom:1px solid var(--border);display:none}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;width:100%;padding:.8rem 1rem;font-size:.95rem}.nav-links a.nav-cta{margin:.5rem 0 .25rem;text-align:center}}.gallery-wrapper{display:flex;padding-top:var(--nav-height);min-height:100vh}.gallery-sidebar{width:200px;flex-shrink:0;padding:1.5rem 1rem;background:var(--bg-card);border-right:1px solid var(--border);position:-webkit-sticky;position:sticky;top:calc(var(--nav-height) + var(--topbar-height));height:-moz-fit-content;height:fit-content;max-height:calc(100vh - var(--nav-height) - var(--topbar-height));overflow-y:auto;align-self:flex-start;display:flex;flex-direction:column;gap:1rem}.gallery-sidebar h4{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--text-subtle);margin-bottom:0}.gallery-sidebar ul{list-style:none;display:flex;flex-direction:column;gap:.2rem}.gallery-sidebar ul li a{display:block;padding:.35rem .7rem;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;transition:background var(--t),color var(--t);cursor:pointer}.gallery-sidebar ul li a:hover{background:var(--bg-surface);color:var(--text)}.gallery-sidebar ul li a.active{background:var(--gold-dim);color:var(--gold)}.gallery-sidebar::-webkit-scrollbar{width:4px}.gallery-sidebar::-webkit-scrollbar-track{background:transparent}.gallery-sidebar::-webkit-scrollbar-thumb{background:var(--border-md);border-radius:2px}.gallery-topbar{display:none;position:fixed;top:var(--nav-height);left:0;right:0;z-index:7500;background:rgba(10,11,16,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:.3rem 1rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-topbar::-webkit-scrollbar{display:none}.gallery-topbar .topbar-inner{display:flex;gap:.3rem;align-items:center;min-width:max-content}.gallery-topbar .topbar-inner a{display:inline-block;padding:.25rem .7rem;color:var(--text-muted);text-decoration:none;border-radius:100px;font-size:.75rem;font-weight:500;transition:background var(--t),color var(--t);flex-shrink:0;cursor:pointer}.gallery-topbar .topbar-inner a:hover{background:var(--bg-surface);color:var(--text)}.gallery-topbar .topbar-inner a.active{background:var(--gold-dim);color:var(--gold)}@media (max-width:1100px){.gallery-sidebar{display:none}.gallery-topbar{display:block}.gallery-wrapper{padding-top:calc(var(--nav-height) + var(--topbar-height));flex-direction:column}.gallery-main{max-width:100%;padding:1rem 1rem 3rem}}@media (max-width:768px){.gallery-topbar{padding:.25rem .75rem}.gallery-topbar .topbar-inner{gap:.25rem}.gallery-topbar .topbar-inner a{padding:.2rem .6rem;font-size:.7rem}}.gallery-main{flex:1 1;padding:1.5rem 2rem 4rem;max-width:calc(100% - 200px)}@media (max-width:1100px){.gallery-main{max-width:100%;padding:1rem 1rem 3rem}}@media (max-width:768px){.gallery-main{padding:1rem 1rem 3rem}.gallery-header{margin-bottom:1.5rem}.gallery-header h1{font-size:clamp(1.8rem,6vw,2.2rem)}.gallery-header p{font-size:.85rem}}@media (max-width:480px){.gallery-main{padding:.75rem .75rem 2.5rem}.gallery-header h1{font-size:1.6rem}.gallery-header p{font-size:.8rem;line-height:1.5}}.gallery-header{margin-bottom:2rem}.gallery-header h1{font-family:Barlow Condensed,sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:var(--text)}.gallery-header h1 span{color:var(--gold)}.gallery-header p{color:var(--text-muted);font-size:.9rem;margin-top:.2rem}.category-section{margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:1.5rem;scroll-margin-top:calc(var(--nav-height) + var(--topbar-height) + 20px)}@media (max-width:768px){.category-section{margin-bottom:1.5rem;padding-bottom:1rem}.category-header{padding:.4rem 0 .8rem}.category-header .cat-num{font-size:1rem;min-width:1.5rem}.category-header .cat-name{font-size:.95rem}.category-header .cat-count{font-size:.65rem;padding:.08rem .5rem}}@media (max-width:480px){.category-header .cat-left{gap:.5rem}.category-header .cat-num{font-size:.9rem;min-width:1.3rem}.category-header .cat-name{font-size:.85rem}}.category-section:last-child{border-bottom:none;margin-bottom:0}.category-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 1rem;gap:1rem;flex-wrap:wrap}.category-header .cat-left{display:flex;align-items:center;gap:.8rem}.category-header .cat-num{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:800;color:var(--gold);opacity:.3;min-width:1.8rem}.category-header .cat-name{font-size:1.1rem;font-weight:700}.category-header .cat-count{font-size:.7rem;color:var(--text-subtle);background:var(--bg-card);padding:.1rem .6rem;border-radius:100px;border:1px solid var(--border)}.image-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.8rem;gap:.8rem}@media (max-width:1100px){.image-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.image-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}}@media (max-width:480px){.image-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.grid-item{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--bg-card);border:1px solid var(--border);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}@media (max-width:768px){.grid-item{aspect-ratio:1/1}}.grid-item:hover{transform:scale(1.03);box-shadow:0 8px 32px rgba(0,0,0,.5);border-color:var(--gold-border);z-index:2}.grid-item:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.grid-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.grid-item:hover img{transform:scale(1.06)}.grid-item .watermark{position:absolute;bottom:.4rem;right:.4rem;width:32px;opacity:.45;pointer-events:none;z-index:2;filter:drop-shadow(0 1px 4px rgba(0,0,0,.6))}.grid-item .zoom-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);width:36px;height:36px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;z-index:3;color:#0a0d14;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.grid-item:hover .zoom-icon{opacity:1;transform:translate(-50%,-50%) scale(1)}.grid-item .zoom-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.5}.grid-item.load-all-tile{background:var(--bg-surface);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,transform .3s ease;color:var(--text-muted);text-align:center;padding:1rem;aspect-ratio:4/3;border-radius:var(--radius);border:1px solid var(--border)}@media (max-width:768px){.grid-item.load-all-tile{aspect-ratio:1/1}}.grid-item.load-all-tile:hover{background:var(--gold-dim);transform:scale(1.03);box-shadow:0 8px 32px rgba(0,0,0,.4);border-color:var(--gold-border)}.grid-item.load-all-tile .load-text{font-size:.9rem;font-weight:600;color:var(--text-muted);line-height:1.3}.grid-item.load-all-tile:hover .load-text{color:var(--gold)}.full-gallery-modal{display:none;position:fixed;inset:0;z-index:98000;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;overflow-y:auto;animation:fadeIn .3s ease}@media (max-width:768px){.full-gallery-modal{padding:1rem}.full-gallery-modal .modal-grid{padding-bottom:2rem}.full-gallery-modal .modal-header h2{font-size:1.2rem}}.full-gallery-modal.open{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.full-gallery-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 1.5rem;position:-webkit-sticky;position:sticky;top:0;background:rgba(0,0,0,.95);z-index:10;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.full-gallery-modal .modal-header h2{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--text)}.full-gallery-modal .modal-header h2 span{color:var(--gold)}.full-gallery-modal .modal-header .close-modal{background:none;border:none;color:var(--text-muted);font-size:1.8rem;cursor:pointer;padding:.2rem .8rem;border-radius:var(--radius-sm);transition:background var(--t),color var(--t);font-family:Barlow,sans-serif}.full-gallery-modal .modal-header .close-modal:hover{background:var(--bg-surface);color:var(--text)}.full-gallery-modal .modal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;padding-bottom:3rem}@media (max-width:1100px){.full-gallery-modal .modal-grid{grid-template-columns:repeat(3,1fr);gap:.8rem}}@media (max-width:768px){.full-gallery-modal .modal-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}}@media (max-width:480px){.full-gallery-modal .modal-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.lightbox{display:none;position:fixed;inset:0;z-index:99900;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;justify-content:center;padding:1.5rem}.lightbox.open{display:flex}.lightbox .close-lightbox{position:absolute;top:1rem;right:1.5rem;color:var(--text-muted);font-size:2.2rem;text-decoration:none;line-height:1;z-index:30}.lightbox-content{position:relative;max-width:900px;width:100%;border-radius:var(--radius);overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.7),0 0 0 1px var(--gold-border)}.lightbox-content img{width:100%;height:auto;display:block;max-height:80vh;object-fit:contain;background:var(--bg-card)}.lightbox-content .lb-watermark{position:absolute;bottom:.85rem;right:.85rem;width:50px;opacity:.6;pointer-events:none;filter:drop-shadow(0 1px 6px rgba(0,0,0,.7))}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:rgba(10,11,16,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1.5px solid var(--border);color:var(--text);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:300;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;line-height:1}.lightbox-nav:hover{background:var(--gold);color:#0a0d14;border-color:var(--gold);transform:translateY(-50%) scale(1.1)}.lightbox-nav:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.lightbox-nav.prev{left:12px}.lightbox-nav.next{right:12px}.lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:20;color:var(--text-muted);font-size:.85rem;font-weight:500;background:rgba(0,0,0,.6);padding:.2rem 1.2rem;border-radius:100px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);pointer-events:none}@media (max-width:768px){.lightbox-nav{width:44px;height:44px;font-size:1.6rem}.lightbox-nav.prev{left:8px}.lightbox-nav.next{right:8px}.lightbox-counter{bottom:12px;font-size:.7rem;padding:.1rem .8rem}}footer{background:#04080f;border-top:1px solid var(--border);padding:2.5rem 0 1.2rem;margin-left:0}.footer-inner{max-width:1200px;padding:0 1.5rem;display:grid;grid-template-columns:1.8fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin:0 auto 2rem}@media (max-width:768px){.footer-inner{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:480px){.footer-inner{grid-template-columns:1fr}}.footer-brand{display:flex;flex-direction:column;gap:.6rem}.footer-brand a{display:flex;align-items:center;gap:.6rem;text-decoration:none}.footer-brand a img{width:28px;height:28px;object-fit:contain}.footer-brand a span{font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:.9rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text)}.footer-brand p{font-size:.8rem;color:var(--text-subtle);line-height:1.6;max-width:240px}.footer-col h4{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--text-muted);margin-bottom:.8rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-col ul a{color:var(--text-subtle);text-decoration:none;font-size:.8rem;transition:color var(--t)}.footer-col ul a:hover{color:var(--gold)}.footer-bottom{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.75rem;color:var(--text-subtle)}.footer-bottom a{color:var(--text-subtle);text-decoration:none}.footer-bottom a:hover{color:var(--gold)}.footer-bottom-links{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width:480px){.category-header .cat-name{font-size:.9rem}.grid-item.load-all-tile .load-text{font-size:.75rem}}@media (max-width:768px){.grid-item.load-all-tile .load-text{font-size:.8rem}}@media (max-width:480px){.grid-item.load-all-tile .load-text{font-size:.7rem}}