@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,700&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;background:#f5f2ed;color:#2c2c2c;overflow-x:hidden}::selection{background:#2c2c2c26;color:#1a1a1a}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .4s ease,box-shadow .4s ease;background:transparent}.navbar--scrolled{background:#f5f2edf2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px #0000000f}.navbar__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.navbar__logo{display:flex;align-items:center;gap:.65rem;text-decoration:none;transition:opacity .2s ease}.navbar__logo:hover{opacity:.8}.navbar__logo-symbol{font-family:Playfair Display,serif;font-weight:800;font-size:1.5rem;color:#2c2c2c;letter-spacing:-.02em;line-height:1;flex-shrink:0}.navbar:not(.navbar--scrolled) .navbar__logo-symbol{color:#fff}.navbar__logo-text{display:flex;flex-direction:column;line-height:1.1}.navbar__logo-name{font-family:Inter,sans-serif;font-weight:600;font-size:.82rem;color:#2c2c2c;letter-spacing:.01em}.navbar:not(.navbar--scrolled) .navbar__logo-name{color:#fff}.navbar__logo-year{font-family:Inter,sans-serif;font-weight:400;font-size:.7rem;color:#999;letter-spacing:.08em}.navbar:not(.navbar--scrolled) .navbar__logo-year{color:#ffffff73}.navbar__links{display:flex;align-items:center;gap:2.2rem}.navbar__link{color:#2c2c2c;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;font-size:.9rem;letter-spacing:.01em;transition:color .2s ease;position:relative}.navbar:not(.navbar--scrolled) .navbar__link{color:#ffffffd9}.navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:#2c2c2c;transition:width .3s ease}.navbar:not(.navbar--scrolled) .navbar__link:after{background:#fff}.navbar__link:hover{color:#1a1a1a}.navbar:not(.navbar--scrolled) .navbar__link:hover{color:#fff}.navbar__link:hover:after{width:100%}.navbar__lang{background:transparent;border:1.5px solid #2c2c2c;color:#2c2c2c;font-family:Inter,sans-serif;font-weight:600;font-size:.75rem;padding:.35rem .75rem;border-radius:4px;cursor:pointer;transition:all .25s ease;letter-spacing:.08em;white-space:nowrap}.navbar:not(.navbar--scrolled) .navbar__lang{border-color:#ffffff80;color:#ffffffd9}.navbar__lang:hover{background:#2c2c2c;color:#f5f2ed}.navbar:not(.navbar--scrolled) .navbar__lang:hover{background:#ffffff26;border-color:#fff;color:#fff}.navbar__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.navbar__burger span{display:block;width:24px;height:1.5px;background:#2c2c2c;transition:all .3s ease}.navbar:not(.navbar--scrolled) .navbar__burger span{background:#fff}.navbar__burger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.navbar__burger{display:flex}.navbar__links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#f5f2ed;flex-direction:column;justify-content:center;gap:2.5rem;transition:right .4s cubic-bezier(.25,.8,.25,1);box-shadow:-4px 0 30px #00000014}.navbar__links--open{right:0}.navbar__links .navbar__link{color:#2c2c2c!important;font-size:1.1rem}.navbar__links .navbar__link:after{background:#2c2c2c!important}.navbar__links .navbar__lang{border-color:#2c2c2c!important;color:#2c2c2c!important}.navbar__links .navbar__lang:hover{background:#2c2c2c!important;color:#f5f2ed!important}.navbar__logo-name{font-size:.75rem}.navbar__logo-year{font-size:.65rem}.navbar__logo-symbol{font-size:1.3rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#2c2c2c}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 30% 70%,rgba(180,160,120,.08) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 70% 30%,rgba(100,90,80,.06) 0%,transparent 60%);pointer-events:none}.hero__content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:680px;width:100%}.hero__badge{display:inline-block;color:#ffffff80;font-family:Inter,sans-serif;font-weight:500;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;animation:heroFade .8s ease both}.hero__title{font-family:Playfair Display,serif;font-weight:700;font-size:clamp(2.4rem,5.5vw,4rem);color:#fff;line-height:1.1;margin:0 0 3rem;animation:heroFade .8s ease .1s both}.hero__title-accent{display:block;font-style:italic;font-weight:400;color:#fff9}.hero__events{display:flex;flex-direction:column;gap:.6rem;animation:heroFade .8s ease .25s both}.hero__event-link{display:flex;align-items:center;gap:1rem;text-decoration:none;padding:1rem 1.3rem;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;text-align:left}.hero__event-link:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.hero__event-link--highlight{background:#ffffff12;border-color:#ffffff24}.hero__event-link--highlight:hover{background:#ffffff1f;border-color:#ffffff38}.hero__event-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff0f;flex-shrink:0;color:#ffffff73;transition:all .3s ease}.hero__event-link:hover .hero__event-icon{background:#ffffff1a;color:#ffffffb3}.hero__event-text{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.hero__event-name{font-family:Inter,sans-serif;font-weight:600;font-size:.92rem;color:#ffffffe0;transition:color .2s ease;line-height:1.3}.hero__event-link:hover .hero__event-name{color:#fff}.hero__event-meta{font-family:Inter,sans-serif;font-size:.8rem;color:#fff6;font-weight:400;letter-spacing:.01em;transition:color .2s ease}.hero__event-link:hover .hero__event-meta{color:#ffffff8c}.hero__event-arrow{display:flex;align-items:center;justify-content:center;color:#fff3;flex-shrink:0;transition:all .3s ease;transform:translate(0)}.hero__event-link:hover .hero__event-arrow{color:#ffffff80;transform:translate(3px)}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);animation:heroBounce 2.5s ease-in-out infinite}.hero__scroll svg{width:24px;height:24px;color:#ffffff40}@keyframes heroFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media (max-width: 600px){.hero__content{padding:2rem 1.2rem}.hero__events{gap:.5rem}.hero__event-link{padding:.85rem 1rem;gap:.8rem}.hero__event-icon{width:32px;height:32px}.hero__event-name{font-size:.85rem}.hero__event-meta{font-size:.75rem}}.about{background:#f5f2ed;padding:7rem 2rem}.about__container{max-width:960px;margin:0 auto}.about__heading{font-family:Playfair Display,serif;font-weight:700;font-size:clamp(2rem,4vw,2.8rem);color:#2c2c2c;text-align:center;margin:0 0 1.5rem;line-height:1.2}.about__divider{width:60px;height:2px;background:#2c2c2c;margin:0 auto 3.5rem;opacity:.25}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.about__text p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.85;color:#4a4a4a;margin:0 0 1.2rem}.about__text p:last-child{margin-bottom:0}@media (max-width: 768px){.about__grid{grid-template-columns:1fr;gap:1.5rem}}.timeline{background:#fff;padding:7rem 2rem}.timeline__container{max-width:860px;margin:0 auto}.timeline__heading{font-family:Playfair Display,serif;font-weight:700;font-size:clamp(2rem,4vw,2.8rem);color:#2c2c2c;text-align:center;margin:0 0 1.5rem;line-height:1.2}.timeline__divider{width:60px;height:2px;background:#2c2c2c;margin:0 auto 4rem;opacity:.25}.timeline__track{position:relative;padding-left:0}.timeline__event{display:flex;align-items:flex-start;gap:2rem;margin-bottom:0;position:relative;scroll-margin-top:100px}.timeline__event:last-child .timeline__line{display:none}.timeline__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px;position:relative}.timeline__dot{width:12px;height:12px;border-radius:50%;background:#2c2c2c;border:2px solid #2c2c2c;position:relative;z-index:2;flex-shrink:0;margin-top:6px}.timeline__dot--main{width:14px;height:14px;border:2px solid #2c2c2c;background:#2c2c2c;margin-top:5px}.timeline__line{width:1.5px;background:#ddd;flex:1;min-height:40px}.timeline__card{flex:1;background:#faf9f6;border:1px solid #eee;border-radius:8px;padding:1.8rem 2rem;margin-bottom:2rem;transition:border-color .3s ease,box-shadow .3s ease;position:relative;border-color:#bbb;box-shadow:0 4px 24px #0000000a}.timeline__card:hover{border-color:#aaa}.timeline__card--highlight{border-color:#2c2c2c;background:#2c2c2c;box-shadow:0 4px 24px #0000001f}.timeline__card--highlight:hover{border-color:#444}.timeline__card--highlight .timeline__title,.timeline__card--highlight .timeline__summary,.timeline__card--highlight .timeline__date{color:#fff}.timeline__card--highlight .timeline__summary{color:#fff9}.timeline__card--highlight .timeline__date{color:#ffffff80}.timeline__card--highlight .timeline__note,.timeline__card--highlight .timeline__timezone,.timeline__card--highlight .timeline__coming-soon p{color:#ffffff8c}.timeline__card--highlight .timeline__slot{border-bottom-color:#ffffff14}.timeline__card--highlight .timeline__time{color:#ffffffb3}.timeline__card--highlight .timeline__speaker{color:#ffffffd9}.timeline__card-header{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem;flex-wrap:wrap}.timeline__badge{font-family:Inter,sans-serif;font-weight:600;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .7rem;border-radius:3px}.timeline__badge--online{background:#4c8c5014;color:#5a8a5e;border:1px solid rgba(76,140,80,.2)}.timeline__badge--onsite{background:#ffffff1a;color:#ffffffbf;border:1px solid rgba(255,255,255,.2)}.timeline__date{font-family:Inter,sans-serif;font-size:.85rem;color:#999;font-weight:400}.timeline__title{font-family:Playfair Display,serif;font-weight:700;font-size:1.35rem;color:#2c2c2c;margin:0 0 .5rem;line-height:1.3}.timeline__summary{font-family:Inter,sans-serif;font-size:.92rem;color:#777;margin:0;line-height:1.6}.timeline__details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.timeline__card--highlight .timeline__details{border-top-color:#ffffff1a}.timeline__timezone{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#888;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1rem}.timeline__note{font-family:Inter,sans-serif;font-size:.85rem;color:#999;line-height:1.6;font-style:italic;margin:0 0 1.5rem}.timeline__schedule{margin-bottom:1.5rem}.timeline__slot{display:flex;align-items:baseline;gap:1.5rem;padding:.7rem 0;border-bottom:1px solid #f0f0f0}.timeline__slot:last-child{border-bottom:none}.timeline__slot--light .timeline__speaker{font-style:italic;color:#aaa}.timeline__card--highlight .timeline__slot--light .timeline__speaker{color:#fff6}.timeline__time{font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;color:#2c2c2c;min-width:110px;flex-shrink:0;font-variant-numeric:tabular-nums}.timeline__speaker{font-family:Inter,sans-serif;font-size:.92rem;color:#4a4a4a;font-weight:500}.timeline__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;padding:.75rem 1.5rem;border-radius:4px;background:#2c2c2c;color:#f5f2ed;text-decoration:none;transition:all .3s ease}.timeline__cta:hover{background:#1a1a1a;transform:translateY(-1px)}.timeline__coming-soon p{font-family:Inter,sans-serif;font-size:.92rem;color:#888;line-height:1.7;margin:0}@media (max-width: 600px){.timeline__event{gap:1.2rem}.timeline__card{padding:1.4rem 1.5rem}.timeline__slot{flex-direction:column;gap:.2rem}.timeline__time{min-width:unset}.timeline__title{font-size:1.15rem}}.committee{background:#f5f2ed;padding:5rem 2rem}.committee__container{max-width:640px;margin:0 auto}.committee__heading{font-family:Playfair Display,serif;font-weight:700;font-size:clamp(1.6rem,3vw,2.2rem);color:#2c2c2c;margin:0 0 1.5rem;line-height:1.2}.committee__divider{width:40px;height:2px;background:#2c2c2c;opacity:.2;margin-bottom:2rem}.committee__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.committee__item{border-bottom:1px solid rgba(44,44,44,.06)}.committee__item:last-child{border-bottom:none}.committee__member{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;text-decoration:none;padding:.75rem .5rem;border-radius:4px;transition:background .2s ease;margin:0 -.5rem}.committee__member:hover{background:#2c2c2c0a}.committee__name{font-family:Inter,sans-serif;font-weight:500;font-size:.95rem;color:#2c2c2c;transition:color .2s ease}.committee__member:hover .committee__name{color:#1a1a1a}.committee__inst{font-family:Inter,sans-serif;font-size:.8rem;color:#aaa;font-weight:400;flex-shrink:0;transition:color .2s ease}.committee__member:hover .committee__inst{color:#888}@media (max-width: 600px){.committee{padding:3.5rem 1.5rem}.committee__member{padding:.65rem .4rem;margin:0 -.4rem}.committee__name{font-size:.9rem}.committee__inst{font-size:.75rem}}.footer{background:#2c2c2c;padding:3rem 2rem 2rem}.footer__container{max-width:960px;margin:0 auto}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.footer__brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.footer__logo-mark{font-family:Playfair Display,serif;font-weight:800;font-size:1.3rem;color:#f5f2ed99;letter-spacing:-.02em;line-height:1}.footer__tagline{font-family:Inter,sans-serif;font-size:.85rem;color:#f5f2ed66;margin:0}.footer__links{display:flex;gap:2rem;flex-wrap:wrap}.footer__links a{font-family:Inter,sans-serif;font-size:.88rem;color:#f5f2ed73;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#f5f2ed}.footer__divider{height:1px;background:#f5f2ed14;margin:2rem 0}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__bottom p{font-family:Inter,sans-serif;font-size:.8rem;color:#f5f2ed4d;margin:0}.footer__institutions{font-weight:500;letter-spacing:.05em}@media (max-width: 600px){.footer__top{flex-direction:column;align-items:center;text-align:center}.footer__brand{flex-direction:column;gap:.5rem}.footer__links{justify-content:center}.footer__bottom{flex-direction:column;align-items:center;text-align:center}}
