:root{scroll-behavior:smooth;--background:#f5faff;--card:#fff;--accent:#2a5d9f;--muted:#5c6e89;--text:#1a2433;--border:#d7e3f3;--shadow:#2a5d9f1a;--shadow-hover:#2a5d9f33}*{box-sizing:border-box}body{background-color:var(--background);color:var(--text);margin:0;font-family:Inter,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}body .container{max-width:78em;margin:auto;padding:0 1.5rem}@media (max-width:48em){body .container{max-width:100%;padding:0 1rem}}@media (max-width:30em){body .container{padding:0 .75rem}}body p.small{color:var(--muted);font-size:.875rem}@media (max-width:48em){body p.small{font-size:.9rem;line-height:1.4}}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2}@media (max-width:48em){h1,h2,h3,h4,h5,h6{line-height:1.1}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:14px}p{font-size:.95rem;line-height:1.6}ul,ol{padding-left:1.2rem}li{margin-bottom:.5rem}button,a,input,textarea,select{min-width:44px;min-height:44px}*{-webkit-overflow-scrolling:touch}}footer{text-align:center;max-width:78em;color:var(--muted);margin:0 auto;padding:1.5em 0;font-size:.75rem}header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border);z-index:10;background:linear-gradient(#fffffff2,#ffffffe6);transition:transform .3s;position:sticky;top:0}header.hidden{transform:translateY(-100%)}header.menu-open{background:#fffffffa}header .header__content{justify-content:space-between;align-items:center;gap:1em;padding:1em 1.25em;display:flex}@media (min-width:48em){header .header__content{padding:1.5em 2em}}header .header__content .header__brand{flex-shrink:0;align-items:center;gap:1em;display:flex}header .header__content .header__brand .header__logo{width:48px;min-width:48px;height:48px;min-height:48px;color:var(--accent);background:linear-gradient(135deg,#edf5fc,#faeeee);border-radius:.75em;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:1.25em;font-weight:700;display:flex}@media (min-width:48em){header .header__content .header__brand .header__logo{width:56px;min-width:56px;height:56px;min-height:56px}}header .header__content .header__brand .header__title{color:var(--accent);margin:0;font-family:Playfair Display,serif;font-size:1em;font-weight:700}header .header__content .header__brand .header__subtitle{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85em;overflow:hidden}@media (max-width:48em){header .header__content .header__brand div:last-child{display:none}}header .header__content .header__burger-menu{cursor:pointer;z-index:11;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:none;position:relative}header .header__content .header__burger-menu .icon{color:var(--accent);transition:opacity .2s,transform .2s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}header .header__content .header__burger-menu .icon-close{opacity:0;transform:translate(-50%,-50%)scale(.9)rotate(-10deg)}header .header__content .header__burger-menu.active .icon-menu{opacity:0;transform:translate(-50%,-50%)scale(.9)rotate(10deg)}header .header__content .header__burger-menu.active .icon-close{opacity:1;font-variation-settings:"wght" 700;transform:translate(-50%,-50%)scale(1)rotate(0)}@media (max-width:74em){header .header__content .header__burger-menu{display:flex}header .header__content nav{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffffa;width:100%;height:100vh;padding-top:5em;transition:right .3s;position:fixed;top:0;right:-100%}header .header__content nav.active{right:0}}header .header__content nav ul{gap:.25em;margin:0;padding:0;list-style-type:none;display:flex}@media (max-width:74em){header .header__content nav ul{flex-direction:column;align-items:center;gap:1em}}header .header__content nav ul li{white-space:nowrap}header .header__content nav ul li a{color:var(--muted);padding:.5em;font-size:.9em;font-weight:500;text-decoration:none;transition:color .2s;display:block}@media (max-width:74em){header .header__content nav ul li a{padding:1em;font-size:1.1em}}header .header__content nav ul li a:hover{color:var(--accent)}.parallax-main{z-index:2;position:relative;overflow-x:hidden}.parallax-main>section:first-child{flex-direction:column;justify-content:center;min-height:calc(100vh - 10em);display:flex}@media (max-width:48em){.parallax-main>section:first-child{min-height:calc(100vh - 4em)}}.grid--two-columns{grid-template-columns:1fr;gap:1em;display:grid}@media (max-width:48em){.grid--two-columns{grid-template-columns:1fr;gap:.75em}}@media (max-width:30em){.grid--two-columns{gap:.5em}}.grid--two-columns .card:nth-child(odd){animation:.8s ease-out slideInLeft}.grid--two-columns .card:nth-child(2n){animation:.8s ease-out slideInRight}@media (max-width:48em){.grid--two-columns .card:nth-child(2n){animation:.8s ease-out slideInLeft}}.grid--transport{grid-template-rows:auto auto;grid-template-columns:repeat(2,1fr);gap:1em;display:grid}.grid--transport .map{grid-column:span 2/span 2}.grid--transport .how,.grid--transport .when{grid-row-start:2}@media (max-width:48em){.grid--transport{grid-template-columns:1fr;gap:.75em}.grid--transport .map{grid-column:1}.grid--transport .how,.grid--transport .when{grid-row:auto}}@media (max-width:30em){.grid--transport{gap:.5em}}.gap{flex-flow:column;gap:1em;display:flex}@media (max-width:48em){.gap{gap:.75em}}@media (max-width:30em){.gap{gap:.5em}}.qr{justify-content:center;align-items:center;padding:1em 0;display:flex}.qr img{width:20em}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.parallax-section{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}@media (max-width:48em){.parallax-section{min-height:80vh;padding:2rem 0}}@media (max-width:30em){.parallax-section{min-height:70vh;padding:1.5rem 0}}.parallax-section:before{content:"";z-index:1;background:linear-gradient(135deg,#2a5d9f1a 0%,#2a5d9f0d 50%,#2a5d9f1a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.parallax-overlay{z-index:2;background:linear-gradient(#f5faffe6 0%,#f5fafff2 50%,#f5faffe6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.parallax-content{z-index:3;will-change:transform,opacity;opacity:0;max-width:78em;margin:auto;padding:0 1.5rem;transition:opacity .6s ease-out,transform .6s ease-out;position:relative;transform:translateZ(0)}.is-visible .parallax-content{opacity:1;transform:translateZ(0)translateY(0)}.parallax-content h1{color:var(--accent);text-align:center;text-shadow:0 2px 4px #0000001a;margin:0 0 1rem;font-family:Playfair Display,serif;font-size:5rem;animation:1s ease-out fadeInUp}@media (max-width:48em){.parallax-content h1{margin:0 0 .75rem;font-size:2.5rem}}@media (max-width:30em){.parallax-content h1{margin:0 0 .5rem;font-size:2rem}}.parallax-content h2{color:var(--accent);text-shadow:0 2px 4px #0000001a;margin:0 0 1rem;font-family:Playfair Display,serif;font-size:2.5rem;animation:1s ease-out .2s both fadeInUp}@media (max-width:48em){.parallax-content h2{margin:0 0 .75rem;font-size:2rem}}@media (max-width:30em){.parallax-content h2{margin:0 0 .5rem;font-size:1.75rem}}.parallax-content .subtitle{color:var(--muted);text-shadow:0 1px 2px #0000001a;margin:0 0 2rem;font-size:1.2rem;animation:1s ease-out .4s both fadeInUp}@media (max-width:48em){.parallax-content .subtitle{margin:0 0 1.5rem;font-size:1rem;line-height:1.5}}@media (max-width:30em){.parallax-content .subtitle{margin:0 0 1rem;font-size:.9rem}}@media (max-width:48em){.parallax-content{padding:0 1rem}}@media (max-width:30em){.parallax-content{padding:0 .75rem}}.card{background:var(--card);border:1px solid var(--border);color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 .5em 1em var(--shadow);border-radius:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;animation:.8s ease-out fadeInUp;position:relative;overflow:hidden}.card:hover{box-shadow:0 1em 2em var(--shadow-hover);transform:translateY(-2px)}.card:hover:before{opacity:1}.card .card-title{color:var(--accent);margin-top:0;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600}@media (max-width:48em){.card .card-title{margin-bottom:.75rem;font-size:1.1rem}}@media (max-width:30em){.card .card-title{margin-bottom:.5rem;font-size:1rem}}.card ul{padding-left:0;list-style:none}.card ul li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.card ul li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;top:0;left:0}.card ul li ul{margin-top:.5rem;margin-bottom:.5rem}.card ul li ul li{margin-bottom:.25rem;padding-left:1.25rem;font-size:.9rem}.card ul li ul li:before{content:"◦";color:var(--muted);font-weight:400;left:.5rem}@media (max-width:48em){.card ul li{margin-bottom:.4rem;padding-left:1.25rem;font-size:.9rem}.card ul li ul li{padding-left:1rem;font-size:.85rem}.card ul li ul li:before{left:.4rem}}@media (max-width:30em){.card ul li{margin-bottom:.3rem;padding-left:1rem;font-size:.85rem}.card ul li ul li{padding-left:.875rem;font-size:.8rem}.card ul li ul li:before{left:.3rem}}.card a{color:var(--accent);word-break:break-word;text-decoration:none;transition:all .3s;position:relative}.card a:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.card a:hover{color:var(--accent)}.card a:hover:after{width:100%}@media (max-width:48em){.card a{font-size:.9rem}}@media (max-width:30em){.card a{font-size:.85rem}}@media (max-width:48em){.card{border-radius:8px;margin-bottom:.75rem;padding:1rem}.card:hover{box-shadow:0 6px 20px var(--shadow-hover);transform:translateY(-2px)}}@media (max-width:30em){.card{border-radius:6px;margin-bottom:.5rem;padding:.75rem}}.event-summary-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:48em){.event-summary-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width:30em){.event-summary-grid{grid-template-columns:1fr;gap:.5rem}}.event-summary-item{text-align:left;align-items:center;gap:1rem;display:flex}@media (max-width:48em){.event-summary-item{gap:.75rem}}@media (max-width:30em){.event-summary-item{gap:.5rem}}.event-summary-item .event-icon{flex-shrink:0;font-size:2rem;line-height:1}@media (max-width:48em){.event-summary-item .event-icon{font-size:1.75rem}}@media (max-width:30em){.event-summary-item .event-icon{font-size:1.5rem}}.event-summary-item .event-content{flex:1;min-width:0}.event-summary-item .event-content h4{color:var(--accent);margin:0 0 .5rem;font-size:1rem;font-weight:600}@media (max-width:48em){.event-summary-item .event-content h4{margin-bottom:.4rem;font-size:.9rem}}@media (max-width:30em){.event-summary-item .event-content h4{margin-bottom:.3rem;font-size:.85rem}}.event-summary-item .event-content p.small{color:var(--muted);margin:0;font-size:.9rem;line-height:1.4}@media (max-width:48em){.event-summary-item .event-content p.small{font-size:.85rem}}@media (max-width:30em){.event-summary-item .event-content p.small{font-size:.8rem}}.contact-section h4{color:var(--accent);text-align:center;margin:0 0 1.5rem;font-size:1.1rem;font-weight:600}@media (max-width:48em){.contact-section h4{margin-bottom:1rem;font-size:1rem}}.contact-section .contact-cards{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:48em){.contact-section .contact-cards{gap:1rem}}@media (max-width:30em){.contact-section .contact-cards{grid-template-columns:1fr;gap:.75rem}}.contact-section .contact-cards .contact-card{text-align:center;background:#2a5d9f0d;border:1px solid #2a5d9f1a;border-radius:.75rem;padding:1.25rem;transition:all .3s}.contact-section .contact-cards .contact-card:hover{background:#2a5d9f14;border-color:#2a5d9f33;transform:translateY(-2px)}.contact-section .contact-cards .contact-card h5{color:var(--accent);margin:0 0 1rem;font-size:1.1rem;font-weight:600}@media (max-width:48em){.contact-section .contact-cards .contact-card h5{margin-bottom:.75rem;font-size:1rem}}.contact-section .contact-cards .contact-card p{margin:0 0 .5rem}.contact-section .contact-cards .contact-card p:last-child{margin-bottom:0}.contact-section .contact-cards .contact-card p a{color:var(--accent);font-size:.9rem;text-decoration:none}@media (max-width:48em){.contact-section .contact-cards .contact-card p a{font-size:.85rem}}.info-section{margin-top:2em;margin-bottom:2em}.info-section:last-child{margin-bottom:0}.info-section h4{color:var(--accent);margin:0 0 1em;font-size:1.1em;font-weight:600}@media (max-width:48em){.info-section h4{margin-bottom:.5em;font-size:1em}}.info-section .menu-options{gap:1em;margin-top:.75em;display:flex}@media (max-width:30em){.info-section .menu-options{flex-direction:column;gap:.5em}}.info-section .menu-options .menu-option{color:var(--accent);background:#2a5d9f1a;border:1px solid #2a5d9f33;border-radius:1.5em;padding:.5em 1em;font-size:.9em;font-weight:500}@media (max-width:48em){.info-section .menu-options .menu-option{padding:.5em 1em;font-size:.95em}}.info-section .warning-box{background:#ffc1071a;border:1px solid #ffc1074d;border-radius:.5em;margin-top:.75em;padding:1em}.info-section .warning-box p{color:var(--text);margin:0 0 .5em;font-size:.9em}.info-section .warning-box p:last-child{margin-bottom:0}@media (max-width:48em){.info-section .warning-box p{font-size:.95em}}.info-section .warning-box a{color:var(--accent);text-decoration:underline}.info-section .warning-box a:hover{text-decoration:none}.timeline{justify-content:space-between;align-items:flex-start;margin:2rem 0;padding:0 1rem;display:flex;position:relative}.timeline:before{content:"";background:var(--accent);transform-origin:0;border-radius:2px;height:4px;transition:transform 1.5s ease-in-out;position:absolute;top:.75em;left:1.5em;right:1.5em;transform:scaleX(0)}.timeline.animate:before{transform:scaleX(1)}.timeline .timeline-item{text-align:center;z-index:2;opacity:0;flex-direction:column;flex:1;align-items:center;padding:0 .5rem;transition:all .6s ease-out;display:flex;position:relative;transform:translateY(20px)}@media (max-width:48em){.timeline .timeline-item{padding:0 .25rem}}.timeline .timeline-item:before{content:"";background:var(--accent);width:1.5em;height:1.5em;box-shadow:0 0 0 3px var(--accent);z-index:3;border:4px solid #fffffff2;border-radius:50%;margin-bottom:1rem;transition:transform .4s ease-out;position:relative;transform:scale(0)}@media (max-width:48em){.timeline .timeline-item:before{width:1.25rem;height:1.25rem;box-shadow:0 0 0 2px var(--accent);border-width:3px;margin-bottom:.75rem}}@media (max-width:30em){.timeline .timeline-item:before{width:1rem;height:1rem;box-shadow:0 0 0 1px var(--accent);border-width:2px;margin-bottom:.5rem}}.timeline .timeline-item.animate{opacity:1;transform:translateY(0)}.timeline .timeline-item.animate:before{transform:scale(1)}.timeline .timeline-item .timeline-time{background:var(--accent);color:#fff;white-space:nowrap;box-shadow:0 4px 12px var(--shadow);border-radius:1.5rem;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}@media (max-width:48em){.timeline .timeline-item .timeline-time{margin-bottom:.5rem;padding:.4rem .8rem;font-size:.8rem}}@media (max-width:30em){.timeline .timeline-item .timeline-time{margin-bottom:.4rem;padding:.3rem .6rem;font-size:.75rem}}.timeline .timeline-item .timeline-content h4{color:var(--accent);margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3}@media (max-width:48em){.timeline .timeline-item .timeline-content h4{margin-bottom:.4rem;font-size:.9rem}}@media (max-width:30em){.timeline .timeline-item .timeline-content h4{margin-bottom:.3rem;font-size:.85rem}}.timeline .timeline-item .timeline-content p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.4}@media (max-width:48em){.timeline .timeline-item .timeline-content p{font-size:.8rem}}@media (max-width:30em){.timeline .timeline-item .timeline-content p{font-size:.75rem}}@media (max-width:48em){.timeline{flex-direction:column;align-items:center;padding:0}.timeline:before{display:none}.timeline .timeline-item{flex:none;width:100%;margin-bottom:2rem;padding:0}.timeline .timeline-item:last-child{margin-bottom:0}.timeline .timeline-item:before{display:none}.timeline .timeline-item .timeline-time{margin-bottom:.5em}}.qa-grid{grid-template-columns:1fr 1fr;gap:1em;display:grid}@media (max-width:48em){.qa-grid{grid-template-columns:1fr;gap:.75em}}@media (max-width:30em){.qa-grid{gap:.5em}}.scroll-progress{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:3px;position:fixed;top:0;left:0}.scroll-progress .scroll-progress-bar{background:linear-gradient(90deg,var(--accent),#74b9ff,var(--accent));height:100%;transition:width .1s;position:relative}
