.article-container{max-width:50%;position:relative;top:50px;margin:0px auto 200px;line-height:1.7;border-radius:10px;padding:0px 60px}.article-byline{color:#666}.article-figure{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:28px 0}.article-figure iframe,.article-figure video,.article-figure embed{width:100%;aspect-ratio:16 / 9;border:0}.article-figure figcaption{margin-top:8px;font-size:0.95rem;color:#666;text-align:center;max-width:880px}.author-section{margin-top:60px;padding-top:40px;border-top:1px solid #666;display:flex;align-items:flex-start;gap:20px}.author-headshot{width:150px;height:150px;border-radius:20%;object-fit:cover;flex-shrink:0}.author-bio{flex:1}.author-bio h3{margin:0 0 10px 0;font-size:1.2rem;color:#000}.author-bio p{margin:0;line-height:1.6;color:#000}body{font-family:'Miriam Libre', 'Times New Roman', Times, serif;line-height:1.5;margin:0;color:#000;background:#fff}.site-header{position:fixed;left:0;right:0;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:transparent;z-index:100}.logo-img{width:3rem;border-radius:40px;box-shadow:0 20px 60px rgba(0,0,0,0.15);display:block;transition:box-shadow 0.3s ease;transition:transform 0.3s ease}.logo-img:hover{box-shadow:0 15px 50px rgba(0,0,0,0.15);transform:scale(1.1)}.menu-toggle{width:50px;height:50px;border-radius:50%;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:transform 0.3s ease;transition:opacity 0.3s ease;z-index:102}.menu-toggle:hover{transform:scale(1.05);opacity:0.7}.menu-toggle span{width:20px;height:2px;background:#000;display:block}.menu{display:flex;flex-direction:column;position:fixed;top:0;right:-400px;width:250px;height:30%;background-color:rgba(255,255,255,0.8);box-shadow:-4px 0 6px rgba(0,0,0,0.1);transition:right 0.3s ease;padding:20px;z-index:101}.menu a{text-decoration:none;color:black;padding:15px 0;border-bottom:1px solid #ddd;transition:transform 0.3s ease}.menu a:hover{transform:scale(1.05)}.menu a:last-child{border-bottom:none}.menu.active{right:0}.events-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}.calendar-container{background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.08);overflow:hidden;border:1px solid black;transition:box-shadow 0.3s ease;text-align:center}.calendar-frame{width:100%;height:600px;border:none;background:white}.hero-section{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem 3rem;position:relative}.hero-content{max-width:1200px;text-align:center}.hero-title{font-size:clamp(3rem, 12vw, 10rem);font-weight:normal;font-style:italic;margin:0 0 2rem 0;line-height:1;color:#000;letter-spacing:-0.02em}.hero-description{font-size:clamp(1.25rem, 2.5vw, 2rem);line-height:1.6;color:#000;max-width:800px;margin:0 auto 3rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:1rem 2rem;border-radius:50px;font-size:0.95rem;text-transform:uppercase;letter-spacing:0.05em;text-decoration:none;transition:all 0.3s ease;font-weight:500}.btn-primary{background:#000;color:white}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.2)}.btn-secondary{background:transparent;color:#000;border:2px solid #000}.btn-secondary:hover{background:#000;color:white}.btn-icon{font-size:1.2rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;font-size:2rem;animation:bounce 2s infinite;color:#000}.scroll-indicator span{display:inline-block}@keyframes bounce{0%, 100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}@keyframes scroll-dots{0%{opacity:1;transform:translateY(-5px)}100%{opacity:0;transform:translateY(5px)}}.about-section{padding:5rem 2rem;background:white;min-height:100vh;display:flex;align-items:center;justify-content:center}.about-content{max-width:800px;text-align:center}.about-content h2{font-size:clamp(2.5rem, 8vw, 4rem);margin-bottom:2rem;color:#000}.page-header{background:linear-gradient(150deg, #A0A6E7, #D0D6ED);padding:20px 0;text-align:center}.page-section{margin:40px 40px;padding:20px 40px}.container{display:flex;justify-content:space-between;gap:10px}.column{flex:1;padding:10px}.column h1{text-align:center}.column h2{text-align:center}.column h3{margin-left:20%}.column ol{margin-left:20%}.column p{text-align:center}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:24px;margin:20px 40px;align-items:start}.resources-grid .column{padding:16px}.resources-grid .column h1,.resources-grid .column p{text-align:left}.resources-grid .column ol{margin-left:0;padding-left:1.25rem;list-style-position:outside}.team-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:20px;padding:8px}.team-member{background:white;padding:24px;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease}.team-member:hover{transform:translateY(-5px)}.member-photo{width:clamp(100px, 24vw, 200px);height:clamp(100px, 24vw, 200px);background:linear-gradient(135deg, #78A0E4, #A0A6E7);border-radius:50%;margin:0 auto 12px;object-fit:cover}@media (max-width: 480px){.team-grid{gap:12px;padding:6px}.team-member{padding:16px}.team-member h3{font-size:1.05rem;margin-bottom:6px}.member-photo{width:120px;height:120px}}.team-member h3{margin-bottom:5px}.member-role{font-weight:bold;margin-bottom:15px}.join-msg{display:flex;flex-direction:column;width:80%;margin:20px auto 0}a{color:#4B8CDB}
