@charset "UTF-8";.header{display:flex;justify-content:space-evenly;align-items:center;padding:1.5rem;background-color:#fff;color:#1a1a1a;position:fixed;top:0;left:0;right:0;z-index:1000;height:40px}.header__logo{font-family:Oswald,sans-serif;font-size:1.75rem;font-weight:700;color:#01060c}.header__logo img{height:3rem;display:block}.header__toggle{display:none;background:none;border:none;font-size:2rem;color:#0f1010;cursor:pointer;position:relative;z-index:1100}.header__nav{display:flex;gap:1.5rem;font-size:.875rem;letter-spacing:.05em}.header__link{text-decoration:none;color:#0f1010;font-family:Libre Baskerville,serif;font-weight:400;transition:color .2s ease}.header__link:hover{text-decoration:none;color:#01060c}@media(max-width:768px){.header__toggle{display:block}.header__nav{position:fixed;inset:10% 0 0;background-color:#fffaf0b8;padding:2rem;flex-direction:column;display:none;z-index:9999}.header__nav .header__link{padding:1rem 0;font-size:1.25rem}.header__nav--open{display:flex;height:min-content;background-color:#fff}}.header__link{position:relative;text-decoration:none;color:#0f1010;font-family:Libre Baskerville,serif;font-weight:400;transition:color .3s ease}.header__link:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background-color:#0f1010;opacity:0;transition:opacity .3s ease,background-color .3s ease;transform:scaleX(0);transform-origin:left;transition:opacity .3s ease,transform .3s ease}.header__link:hover:after,.header__link--active:after{opacity:1;transform:scaleX(1)}.header__link:hover{color:#01060c}.header__link--active{font-weight:700;color:#01060c}.header__link:nth-child(1):after{background-color:#0f1010}.header__link:nth-child(2):after{background-color:#151515}.header__link:nth-child(3):after{background-color:#151515}.header__link:nth-child(4):after{background-color:#151515}@media(max-width:768px){.header__link:after{bottom:-.6rem}}.footer{padding:2rem 1rem;text-align:center;color:#1a1a1a;font-family:Libre Baskerville,serif}.footer__content{max-width:800px;margin:0 auto}.footer__text{margin-bottom:.25rem;font-size:.875rem;font-weight:400}.footer__small{font-size:.75rem;color:#0f1010}.footer a{color:#1a1a1a;text-decoration:none;cursor:pointer}.gallery-item{position:relative;cursor:pointer;overflow:hidden;margin-bottom:32px;background:#ccc;display:flex;flex-direction:column;box-shadow:0 2px 6px #00000026;transition:transform .3s ease}.gallery-item img{width:100%;height:auto;object-fit:cover;display:block;transition:transform .3s ease;border-bottom:1px solid #aaa}.gallery-item .caption{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;text-align:left;z-index:1}.gallery-item .caption:before{content:"";position:absolute;inset:0;background:#fff;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;transition:opacity .4s ease;z-index:-1}.gallery-item .caption h3,.gallery-item .caption p{margin:0 0 5px;color:#000;transform:translateY(10px);opacity:0;transition:transform .35s ease .05s,opacity .35s ease .05s}.gallery-item:hover,.gallery-item.active{transform:scale(1.05)}.gallery-item:hover .caption:before,.gallery-item.active .caption:before{opacity:1}.gallery-item:hover .caption h3,.gallery-item:hover .caption p,.gallery-item.active .caption h3,.gallery-item.active .caption p{opacity:1;transform:translateY(0)}@media(hover:none){.gallery-item:hover{transform:none}}.gallery-modal-overlay{position:fixed;inset:0;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;overflow-y:auto;padding:40px 20px}@media(max-width:600px){.gallery-modal-overlay{align-items:flex-start;padding:20px 10px}}.gallery-modal-content{background:#fff;padding:32px;border-radius:0;max-width:900px;width:100%;box-shadow:0 4px 20px #0000004d;position:relative;display:flex;flex-direction:column;gap:24px;max-height:90vh;overflow-y:auto}@media(max-width:1024px){.gallery-modal-content{max-height:85vh}}@media(max-width:600px){.gallery-modal-content{max-width:100%;max-height:calc(100vh - 40px);padding:20px}}.gallery-modal-close-button{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#333}.gallery-modal-title{font-size:1.8rem;margin-bottom:0}.gallery-modal-year{font-size:1rem;color:#777;margin-top:0}.gallery-modal-description{font-size:1rem;line-height:1.5;color:#333;max-width:640px;margin:0 auto}.gallery-modal-images{display:flex;flex-direction:column;align-items:center;gap:12px}.gallery-modal-images .gallery-modal-image-large{max-width:100%;max-height:600px;height:auto;border-radius:0;box-shadow:0 2px 8px #00000026}.gallery-modal-images .gallery-modal-thumbnails{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px}.gallery-modal-images .gallery-modal-thumbnails .thumbnail{width:60px;height:60px;object-fit:cover;border-radius:0;cursor:pointer;opacity:.6;border:2px solid transparent;transition:opacity .2s,border .2s}.gallery-modal-images .gallery-modal-thumbnails .thumbnail.active{opacity:1;border-color:#333}.gallery-modal-images .gallery-modal-thumbnails .thumbnail:hover{opacity:1}.gallery-modal-video video,.gallery-modal-video iframe{display:block;margin:16px auto 0;width:50%;max-height:480px;border-radius:0}@media(max-width:600px){.gallery-modal-video video,.gallery-modal-video iframe{width:100%;max-height:360px}}.gallery-modal-credits{margin-top:16px}.gallery-modal-credits h3{margin-bottom:8px}.gallery-modal-credits ul{padding-left:20px}.gallery-modal-credits ul li{font-size:.95rem;margin-bottom:4px}.gallery-modal-dossier{margin-top:20px}.gallery-modal-dossier a{display:inline-block;padding:8px 16px;background-color:#000;color:#fff;text-decoration:none;border-radius:0;font-size:.95rem}.gallery-modal-dossier a:hover{background-color:#333}.gallery-wrapper{display:flex;justify-content:center;width:100%}.gallery-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.gallery-grid{display:flex;margin-left:-32px;width:auto}.gallery-column{padding-left:32px;background-clip:padding-box}.gallery-column>.gallery-item{margin-bottom:32px}@media(max-width:1024px){.gallery-inner{padding:0 1.5rem}}@media(max-width:600px){.gallery-inner{padding:0 2.5rem}}.cta-button,.home .contact-content .cta-button{position:relative;display:inline-block;background:none;border:none;color:#151515;font-family:Libre Baskerville,serif;font-size:1rem;cursor:pointer;padding:1rem 0;font-weight:700;text-decoration:none}.cta-button:after,.home .contact-content .cta-button:after{content:"";position:absolute;left:0;bottom:-.3rem;width:100%;height:2px;background-color:#151515;opacity:0;transition:opacity .3s ease}.cta-button:hover:after,.home .contact-content .cta-button:hover:after{opacity:1}.cta-button:hover,.home .contact-content .cta-button:hover{color:#01060c}.home{max-width:none;width:100%}.home .contact-content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem}@media(max-width:599px){.home{padding:0}}.agenda{max-width:1200px;margin:0 auto;padding:2rem}.agenda p{font-weight:400;font-size:1rem;color:#1a1a1a;margin-bottom:1rem}.agenda .agenda__item{background:#151515;border-radius:0rem;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 1px #0000000d}.agenda .agenda__item h3{color:#0f1010}.agenda .agenda__item .date{font-style:italic;color:#151515}.about p{font-weight:300;font-size:.875rem;line-height:1.8;color:#1a1a1a;margin-bottom:2rem}.about p strong{font-weight:700}.about__text-with-photo{max-width:1200px}.about__text-full{max-width:100%}.about__container{display:flex;flex-direction:column}@media(max-width:768px){.about__container{margin:0 2rem}}.about__container .animated-title{margin:0 auto 2rem}.about__container a{color:#151515;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:color .3s ease,border-color .3s ease}.about__container a:hover{color:#0f1010;border-color:#0f1010}.about__photo{float:right;width:40%;margin-left:2rem;margin-bottom:2rem}.about__photo img{width:100%;height:auto;object-fit:cover;filter:grayscale(100%) sepia(12%) contrast(85%) brightness(115%) saturate(105%);transition:filter .4s ease,transform .4s ease;margin-top:1rem}.about__photo:hover img{filter:grayscale(0%) contrast(1);transform:scale(1.02)}@media(max-width:1023px){.about__photo{float:none;width:100%;margin:0 0 2rem}}.timeline__title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.timeline__container{border-left:2px solid #ccc;padding-left:1.5rem;display:flex;flex-direction:column;gap:2rem}.timeline__item{position:relative}.timeline__year{font-weight:700;color:#555;margin-bottom:.25rem}.timeline__text{margin:0;color:#333}.timeline__item:before{content:"";position:absolute;left:-1.1rem;top:.3rem;width:.7rem;height:.7rem;background-color:#555;border-radius:0}.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:500px}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid #151515;border-radius:0;background-color:#fff;color:#1a1a1a;font-size:1rem;width:100%}.contact-form textarea{min-height:200px;resize:vertical;font-family:Libre Baskerville,serif}.contact-form button{all:unset;font-family:Libre Baskerville,serif;font-size:1rem;color:#151515;font-weight:700;cursor:pointer;position:relative;padding-bottom:.2rem;margin-top:1rem}.contact-form button:after{content:"";position:absolute;bottom:-.3rem;left:0;width:100%;height:2px;background-color:#151515;opacity:0;transition:all .3s ease;transform:scaleX(0);transform-origin:left}.contact-form button:hover{color:#01060c}.contact-form button:hover:after{background-color:#01060c;opacity:1;transform:scaleX(1)}.cta-button,.contact-container .contact-form .cta-button{position:relative;display:inline-block;background:none;border:none;color:#151515;font-family:Libre Baskerville,serif;font-size:1rem;cursor:pointer;padding:1rem 0;font-weight:700;text-decoration:none}.cta-button:after,.contact-container .contact-form .cta-button:after{content:"";position:absolute;left:0;bottom:-.3rem;width:100%;height:2px;background-color:#151515;opacity:0;transition:opacity .3s ease}.cta-button:hover:after,.contact-container .contact-form .cta-button:hover:after{opacity:1}.cta-button:hover,.contact-container .contact-form .cta-button:hover{color:#01060c}.contact-container{max-width:600px;margin:0 auto;padding:2rem;text-align:center}.contact-container .contact-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;justify-content:center;align-items:center}.contact-container .contact-form input,.contact-container .contact-form textarea{padding:.75rem;border:1px solid #ccc;border-radius:0rem;font-size:1rem}.contact-container .contact-details{font-size:1rem}.contact-container .contact-details a{color:#151515;text-decoration:none}.contact-container .contact-details a:hover{text-decoration:underline}.contact-container .contact-details p{margin:.5rem 0}.contact-container .section-title{opacity:0;transform:translateY(-20px);transition:opacity .6s ease-out,transform .6s ease-out}.contact-container .section-title.visible{opacity:1;transform:translateY(0)}html,body{height:100%;margin:0;padding:0}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;overflow-x:hidden}.main-content{flex:1 0 auto;margin:6rem auto 2rem;padding-top:40px;max-width:800px;position:relative;z-index:auto}@media(max-width:768px){.main-content{padding-top:0}}body{font-family:Libre Baskerville,serif;background-color:#fff;color:#111;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:1rem}section{padding:2rem 0}h1,h2,h3,h4,h5,h6{font-family:Libre Baskerville,serif,bold;letter-spacing:.1rem;font-weight:700;color:#01060c;margin:0 0 1rem;line-height:1.2}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.1rem,2vw,1rem)}h4{font-size:clamp(1rem,2vw,1.25rem)}h5{font-size:clamp(.875rem,1.5vw,1rem)}h6{font-size:clamp(.75rem,1vw,.875rem)}p{font-size:clamp(.875rem,1vw + .5rem,1rem);line-height:1.6;color:#1a1a1a;margin-bottom:1rem}.animated-title{display:inline-block;white-space:nowrap}.animated-title .letter{display:inline-block;opacity:0;transform:translateY(.5em) scale(.98);transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform}.animated-title.is-visible .letter{opacity:1;transform:translateY(0) scale(1)}body{font-family:Libre Baskerville,serif;background-color:#fff;color:#111}html,body,#root{height:100%;margin:0;padding:0}
