*{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,system-ui,sans-serif;background:#fff}body{margin:0;width:100%;max-width:100vw;min-height:100%;color:#1a1a1a;line-height:1.6;overflow-x:hidden}:root{--primary: #D97A3D;--primary-dark: #C25C1F;--primary-light: #F2A76B;--secondary: #8B4513;--accent: #E8925C;--cream: #FFF5E9;--cream-dark: #FFE8D1;--text-dark: #2C1810;--text-body: #4A3428;--text-light: #7A5C4E;--border: #E6D5C3;--white: #FFFFFF;--shadow: rgba(139, 69, 19, .1);--shadow-lg: rgba(139, 69, 19, .15)}*{margin:0;padding:0;box-sizing:border-box}main{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.navbar{background:var(--white)!important;box-shadow:0 2px 10px var(--shadow);position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1000!important;padding:1rem 0;width:100%}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo{height:50px;width:auto;object-fit:contain}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease;font-size:1rem}.nav-links a:hover{color:var(--primary)}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--white);padding:6rem 2rem;position:relative;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="1200" height="600" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;letter-spacing:-.02em}.subtitle{font-size:1.75rem;font-weight:300;margin-bottom:3rem;opacity:.95}.event-info{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:500}.info-item svg{opacity:.9}.cta-button{display:inline-block;background:var(--white);color:var(--primary);padding:1.25rem 3rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.2rem;transition:all .3s ease;box-shadow:0 10px 30px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.divider{width:80px;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));margin:0 auto;border-radius:2px}.intro{padding:6rem 2rem;background:var(--cream)}.intro-content{max-width:1000px;margin:0 auto}.lead{font-size:1.5rem;line-height:1.7;margin-bottom:3rem;color:var(--text-body);text-align:center}.intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.intro-card{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 4px 20px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.intro-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-lg)}.intro-icon{font-size:3rem;margin-bottom:1rem}.intro-card p{color:var(--text-body);line-height:1.7}.venue-dates{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin:2rem 0;padding:2rem;background:var(--white);border-radius:12px}.venue-date-item{font-size:1.1rem;color:var(--text-body)}.venue-date-item a{color:var(--primary);text-decoration:none;font-weight:600}.venue-date-item a:hover{text-decoration:underline}.language-note{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;padding:1.5rem;background:var(--cream-dark);border-left:4px solid var(--primary);border-radius:8px;font-style:italic;color:var(--text-body)}.registration{padding:6rem 2rem;background:var(--white)}.registration-card{max-width:900px;margin:0 auto;background:linear-gradient(135deg,var(--cream) 0%,var(--cream-dark) 100%);padding:3rem;border-radius:20px;box-shadow:0 10px 40px var(--shadow-lg)}.registration-card h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.reg-content{display:grid;grid-template-columns:1fr;gap:2rem}.reg-highlight{display:flex;align-items:center;gap:1rem;font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem;padding:1rem;background:var(--white);border-radius:8px}.reg-list{list-style:none;margin-bottom:2rem}.reg-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:var(--text-body);line-height:1.6}.reg-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:1.2rem}.reg-action{text-align:center}.btn-large{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);padding:1.25rem 3rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.25rem;transition:all .3s ease;box-shadow:0 6px 20px #d97a3d66}.btn-large:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d97a3d80}.programme{padding:6rem 2rem;background:var(--cream)}.programme-downloads{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.download-card{display:flex;align-items:center;gap:1.5rem;background:var(--white);padding:2rem;border-radius:16px;text-decoration:none;color:var(--text-dark);transition:all .3s ease;box-shadow:0 4px 20px var(--shadow);border:2px solid transparent}.download-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-lg);border-color:var(--primary)}.download-icon{font-size:3rem;flex-shrink:0}.download-text h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.download-text p{color:var(--text-light);font-size:.95rem}.programme-files{margin-top:4rem}.programme-files h3{font-size:2rem;color:var(--text-dark);margin-bottom:1rem;text-align:center}.files-intro{text-align:center;color:var(--text-body);margin-bottom:3rem}.day-section{margin-bottom:2.5rem}.day-heading{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.document-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.doc-link{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--white);border:2px solid var(--border);border-radius:12px;text-decoration:none;color:var(--text-dark);transition:all .3s ease}.doc-link:hover{border-color:var(--primary);transform:translate(5px);box-shadow:0 4px 15px var(--shadow)}.doc-icon{color:var(--primary);flex-shrink:0}.doc-info{flex:1;display:flex;justify-content:space-between;align-items:center}.doc-title{font-weight:600;color:var(--text-dark)}.doc-lang{font-size:.85rem;color:var(--text-light);background:var(--cream);padding:.25rem .75rem;border-radius:20px}.accessibility-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;padding:1.5rem;background:var(--white);border-radius:8px;font-size:.95rem;color:var(--text-body)}.accessibility-note a{color:var(--primary);text-decoration:none;font-weight:600}.accessibility-note a:hover{text-decoration:underline}.expect-section{margin-top:5rem;background:var(--white);padding:3rem;border-radius:20px}.expect-header{text-align:center;margin-bottom:3rem}.expect-header h3{font-size:2.25rem;color:var(--text-dark);margin-bottom:1rem}.session-count{font-size:1.25rem;color:var(--text-body)}.session-count .number{font-size:2.5rem;font-weight:700;color:var(--primary);display:inline-block;margin-right:.5rem}.expect-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.expect-box{padding:2rem;background:var(--cream);border-radius:16px;border-left:4px solid var(--primary)}.expect-box h4{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.5rem}.expect-box ul{list-style:none}.expect-box li{padding:.75rem 0;color:var(--text-body);display:flex;align-items:center;gap:1rem}.bullet{color:var(--primary);font-size:1.5rem;line-height:1}.topic-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tag{background:linear-gradient(135deg,var(--primary-light),var(--accent));color:var(--white);padding:.75rem 1.25rem;border-radius:25px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.tag:hover{transform:scale(1.05)}.practical-info{padding:6rem 2rem;background:var(--white)}.venues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.venue-card{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 30px var(--shadow-lg);transition:transform .3s ease}.venue-card:hover{transform:translateY(-5px)}.venue-header{padding:2rem 2rem 1rem;display:flex;justify-content:space-between;align-items:flex-start}.venue-header h3{font-size:1.5rem;font-weight:600}.venue-badge{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.venue-badge.free{background:#ffffff4d}.venue-body{padding:0 2rem 2rem}.venue-body h4{font-size:1.75rem;margin-bottom:1rem;font-weight:700}.venue-address{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;opacity:.95}.venue-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff26;border-radius:8px;font-size:.95rem}.free-badge{background:#ffffff40!important;font-weight:600}.additional-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.info-card{background:var(--cream);padding:2.5rem;border-radius:16px;border-top:4px solid var(--primary)}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h4{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.info-card p{color:var(--text-body);line-height:1.7;margin-bottom:.75rem}.info-note{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border);font-size:.95rem;font-weight:600;color:var(--primary)}.info-note a{color:var(--primary);text-decoration:none}.info-note a:hover{text-decoration:underline}.stay-updated{padding:5rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--white);text-align:center}.stay-updated-content h2{font-size:2.5rem;margin-bottom:1rem}.stay-updated-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.social-link{display:inline-flex;align-items:center;gap:1rem;background:var(--white);color:var(--primary);padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.25rem;transition:all .3s ease;box-shadow:0 6px 20px #0003}.social-link:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.support{padding:5rem 2rem;background:var(--cream);text-align:center}.support-content h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem}.support-content p{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:var(--text-body);line-height:1.7}.logo-grid{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.support-logo{max-width:180px;height:auto;transition:transform .3s ease,filter .3s ease;filter:grayscale(20%)}.support-logo:hover{transform:scale(1.05);filter:grayscale(0%)}footer{background:var(--text-dark);color:var(--cream);padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:2rem;text-align:left}.footer-main{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{max-width:120px;height:auto;margin-bottom:1rem;object-fit:contain}.footer-description{color:var(--cream-dark);font-size:.95rem}.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-nav h4,.footer-contact h4{color:var(--primary-light);font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.footer-nav a,.footer-contact a{color:var(--cream-dark);text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-nav a:hover,.footer-contact a:hover{color:var(--primary-light)}.footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,245,233,.2);text-align:center}.footer-bottom p{color:var(--cream-dark);font-size:.9rem}@media(max-width:968px){.container{padding:0 2rem}.hero h1{font-size:2.5rem}.subtitle{font-size:1.5rem}.nav-links{gap:1rem}.nav-links a{font-size:.9rem;padding:.5rem .75rem}.intro-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.venues-grid,.expect-grid,.social-grid{grid-template-columns:1fr}}@media(max-width:768px){.container{padding:0 1.5rem}.navbar{padding:.75rem 0}.nav-container{flex-direction:column;gap:.75rem;align-items:center;padding:0 1rem}.nav-logo{max-height:35px}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-links a{font-size:.85rem;padding:.4rem .6rem}.hero{padding:4rem 1.5rem;min-height:500px}.hero h1{font-size:2rem}.subtitle{font-size:1.25rem}.event-info{flex-direction:column;gap:1rem}.cta-button{font-size:1rem;padding:.875rem 2rem}.section-header h2{font-size:2rem}.intro,.registration,.programme,.practical-info,.stay-updated,.support{padding:4rem 1.5rem}.intro-grid{grid-template-columns:1fr;gap:1.5rem}.intro-icon{font-size:2.5rem}.venue-dates{flex-direction:column;gap:.5rem}.registration-card{padding:2rem}.reg-content{flex-direction:column}.reg-button{width:100%;text-align:center}.document-row{grid-template-columns:1fr;gap:1.5rem}.document-card h4{font-size:1rem}.expect-header h3{font-size:1.75rem}.expect-box h4{font-size:1.25rem}.venues-grid{grid-template-columns:1fr}.venue-header{flex-direction:column;gap:1rem;align-items:flex-start}.children-info,.social-grid{grid-template-columns:1fr}.logo-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-main,.footer-nav,.footer-contact{align-items:center}footer{padding:2rem 1.5rem 1rem}}@media(max-width:480px){.container{padding:0 1rem}.navbar{padding:.5rem 0}.nav-container{gap:.5rem;padding:0 .5rem}.nav-logo{max-height:30px}.nav-links{gap:.5rem}.nav-links a{font-size:.8rem;padding:.4rem .5rem}.hero{padding:3rem 1rem;min-height:450px}.hero h1{font-size:1.5rem;line-height:1.3}.subtitle{font-size:1rem}.info-item{font-size:.9rem}.info-item svg{width:18px;height:18px}.cta-button{font-size:.95rem;padding:.75rem 1.5rem}.intro,.registration,.programme,.practical-info,.stay-updated,.support{padding:3rem 1rem}.section-header h2{font-size:1.5rem}.divider{width:60px}.lead{font-size:1rem}.intro-card{padding:1.5rem}.intro-icon{font-size:2rem}.venue-date-item{font-size:.95rem}.language-note{font-size:.9rem;flex-direction:column;text-align:center}.registration-card{padding:1.5rem}.registration-card h2{font-size:1.75rem}.reg-highlight{font-size:.95rem;flex-direction:column;text-align:center}.reg-details p{font-size:.9rem}.document-card{padding:1.25rem}.expect-section{padding:2rem 1.5rem}.expect-header h3{font-size:1.5rem}.session-count{font-size:1rem}.session-count .number{font-size:2rem}.expect-box{padding:1.5rem}.expect-box h4{font-size:1.1rem}.expect-box li{font-size:.9rem}.tag{font-size:.85rem;padding:.6rem 1rem}.venue-header h3{font-size:1.25rem}.venue-body h4{font-size:1.5rem}.detail-item{font-size:.85rem;padding:.6rem}.children-card{padding:1.5rem}.accessibility-note{font-size:.85rem;padding:1rem;flex-direction:column;text-align:center}.social-card{padding:1.5rem}.social-icon{font-size:2.5rem}.logo-grid{grid-template-columns:1fr;gap:1.5rem}.partner-logo{max-width:150px}.footer-logo{max-width:100px}.footer-nav h4,.footer-contact h4{font-size:1rem}.footer-nav a,.footer-contact a{font-size:.9rem}.footer-bottom p{font-size:.8rem}}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}main>section{animation:fadeIn .6s ease-out}
