@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");:root{--header-height:88px;--burgundy:#0f1a36;--gold:#6050dc;--ivory:#f4f7ff;--dark-gold:#3f35b5;--light-burgundy:#27408b;--blue-accent:#5ec8e5;--white:#ffffff}*{margin:0;padding:0;box-sizing:border-box}#__next,body,html{height:100%}body{font-family:Inter,sans-serif;background-color:var(--ivory);color:var(--burgundy);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.playfair{font-family:Playfair Display,serif}.main-content{padding-top:var(--header-height);transition:padding-top .16s ease}.language-toggle{position:fixed;top:calc(var(--header-height) + 12px);right:20px;z-index:1205;background:var(--white);border-radius:25px;padding:5px;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .15s ease,opacity .15s ease}.language-toggle:focus-within,.language-toggle:hover{transform:translateY(-2px)}.lang-btn{padding:8px 15px;border:none;background:transparent;cursor:pointer;border-radius:20px;font-weight:500;transition:all .18s ease;font-family:inherit;outline:none}.lang-btn:focus{box-shadow:0 0 0 3px rgba(96,80,220,.16)}.lang-btn.active{background:var(--gold);color:var(--white)}.section{max-width:1400px;margin:0 auto;padding:0 2rem}.page-title{text-align:center;font-size:3.5rem;font-weight:600;margin-bottom:2rem;color:var(--burgundy);position:relative}.page-title:after{content:"";display:block;width:120px;height:4px;background:linear-gradient(90deg,var(--gold),var(--dark-gold));margin:1.5rem auto;border-radius:2px}.page-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.gallery-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.8rem 1.5rem;border:2px solid var(--gold);background:transparent;color:var(--burgundy);border-radius:25px;cursor:pointer;font-weight:500;transition:all .25s cubic-bezier(.2,.9,.2,1)}.filter-btn:focus{box-shadow:0 0 0 3px rgba(15,26,54,.06)}.filter-btn.active,.filter-btn:hover{background:var(--gold);color:var(--white);transform:translateY(-2px)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.gallery-item{position:relative;overflow:hidden;border-radius:15px;box-shadow:0 8px 25px rgba(15,26,54,.08);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;background:var(--white);outline:none}.gallery-item:focus{transform:translateY(-8px)}.gallery-item:focus,.gallery-item:hover{box-shadow:0 20px 40px rgba(15,26,54,.14)}.gallery-item:hover{transform:translateY(-10px)}.gallery-item img{width:100%;height:280px;object-fit:cover;transition:transform .45s cubic-bezier(.2,.9,.2,1);display:block}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(255,255,255,.95));color:var(--burgundy);padding:2rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h3{font-size:1.3rem;margin-bottom:.5rem}.gallery-overlay p{font-size:.9rem;opacity:.95}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.9);z-index:2000;justify-content:center;align-items:center}.lightbox.active{display:flex}.lightbox-content{position:relative;width:min(1100px,92%);max-height:90%;background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.2);display:flex;flex-direction:column}.lightbox-image{width:100%;height:auto;max-height:70vh;object-fit:contain;background:#f8f6f3}.lightbox-info{padding:2rem;background:var(--white)}.lightbox-info h3{font-size:1.8rem;color:var(--burgundy);margin-bottom:1rem}.lightbox-info p{color:#666;line-height:1.6}.lightbox-close{position:absolute;top:1rem;right:1rem;background:var(--burgundy);color:var(--white);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;z-index:2001}.lightbox-close:hover{background:var(--gold);transform:scale(1.05)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(15,26,54,.2);color:var(--burgundy);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .18s ease}.lightbox-nav:hover{background:var(--gold);color:var(--white);transform:translateY(-50%) scale(1.05)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.gallery-stats{background:var(--white);padding:3rem;border-radius:15px;box-shadow:0 10px 30px rgba(15,26,54,.08);margin-bottom:4rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1.5rem}.stat-number{font-size:3rem;font-weight:700;color:var(--gold);font-family:Playfair Display,serif;margin-bottom:.5rem}.stat-label{color:var(--burgundy);font-weight:500}footer{background:var(--burgundy);color:var(--ivory);text-align:center;padding:3rem 0;margin-top:4rem}a,button{-webkit-tap-highlight-color:transparent}button{font-family:inherit}@media (max-width:1024px){:root{--header-height:76px}.page-title{font-size:2.8rem}}@media (max-width:768px){:root{--header-height:64px}.nav-links{display:none}.language-toggle{top:calc(var(--header-height) + 8px);right:12px}.page-title{font-size:2.2rem}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-filter{gap:.5rem;justify-content:center}.filter-btn{padding:.6rem 1rem;font-size:.95rem}.section{padding:0 1rem}.lightbox-content{max-width:95%;max-height:95%}.lightbox-info{padding:1.25rem}.lightbox-nav{width:40px;height:40px;font-size:1.2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){:root{--header-height:56px}.language-toggle{top:calc(var(--header-height) + 8px);right:10px}.gallery-filter{flex-direction:column;align-items:center}.stats-grid{grid-template-columns:1fr}.page-title{font-size:1.8rem;margin-bottom:1.25rem}.gallery-item img{height:220px}}:focus:not(:focus-visible){outline:none}:focus-visible{outline:3px solid rgba(96,80,220,.22);outline-offset:3px;border-radius:6px}