.navbar{position:fixed;top:0;left:0;right:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.navbar.scrolled{box-shadow:0 4px 20px #00000026}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-weight:700;font-size:1.25rem;color:var(--ucla-blue);display:flex;align-items:center;cursor:pointer}.nav-logo span{padding:.5rem 1rem;background-color:var(--bg-light);border-radius:4px}.logo-image{height:40px;width:auto;object-fit:contain}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-links li a:hover{color:var(--ucla-blue)}.nav-links li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--ucla-blue);transition:width .3s ease}.nav-links li a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.mobile-menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);transition:all .3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 1024px){.nav-links{gap:1.5rem}.nav-links li a{font-size:.9rem}}@media (max-width: 768px){.nav-container{padding:1rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;padding:1rem 0;box-shadow:0 4px 10px #0000001a;gap:0}.nav-links.active{display:flex}.nav-links li{width:100%;padding:.75rem 2rem}.nav-links li a{display:block;width:100%}.mobile-menu-toggle{display:flex}}.home-section{padding-top:80px;padding-bottom:80px!important;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.group-photo-container{width:100%;max-width:1200px;margin:0 auto 3rem;padding:0 20px}.group-photo{width:100%;max-height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000026}.home-content{text-align:center;max-width:900px}.home-content h1{font-size:3.5rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;margin-bottom:3rem;color:var(--ucla-blue)}.mission-text{display:flex;flex-direction:column;gap:1.5rem}.mission-text p{font-size:1.1rem;line-height:1.8;color:var(--text-dark);text-align:center}.logo-container{display:flex;justify-content:center;align-items:center;margin-top:2rem;margin-bottom:3rem;padding:0}.home-logo{max-width:520px;height:auto;object-fit:contain}@media (max-width: 768px){.home-section{padding-top:80px;min-height:70vh}.group-photo-container{margin-bottom:2rem;padding:0 15px}.group-photo{max-height:300px;border-radius:8px}.home-content h1{font-size:2.5rem;letter-spacing:2px;margin-bottom:2rem}.mission-text p{font-size:1rem}.logo-container{margin-top:1.5rem;margin-bottom:2rem;padding:0}.home-logo{max-width:360px}}.about-section{background-color:var(--bg-light);padding-top:60px!important;padding-bottom:80px}.about-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.about-content p{font-size:1.05rem;line-height:1.8;color:var(--text-dark);text-align:left}.about-slide-image.about-slide-image-1{transform:translate(26px) scale(1.14);transform-origin:center right;object-position:62% 45%}.about-slide-image.about-slide-image-2{object-position:44% 45%}.about-slide-image.about-slide-image-5{transform:translate(22px) rotate(-2deg) scale(1.1);transform-origin:center;object-position:62% 45%}@media (max-width: 768px){.about-content p{font-size:1rem}}.st-baldricks-section{background-color:#fff}.st-baldricks-section h2{color:#3d6c46}.st-baldricks-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.st-baldricks-content p{font-size:1.05rem;line-height:1.8;color:var(--text-dark);text-align:left}.st-baldricks-content a{color:var(--ucla-blue);text-decoration:none;font-weight:500;transition:color .3s ease}.st-baldricks-content a:hover{color:var(--ucla-blue-dark);text-decoration:underline}.slideshow-container{margin-top:2rem;position:relative}.slideshow-wrapper{position:relative;width:100%;max-width:800px;margin:0 auto;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.slideshow-slides{position:relative;width:100%;height:100%}.slideshow-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.slideshow-slide.active{opacity:1;z-index:1}.slideshow-image-wrapper{position:relative;width:100%;height:100%}.slideshow-slide img{width:100%;height:100%;object-fit:cover;object-position:center 45%}.replace-image-label{position:absolute;bottom:10px;right:10px;z-index:5}.replace-button{background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:background .3s ease}.replace-button:hover{background:#000000e6}.slideshow-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--ucla-blue-light) 0%,var(--ucla-blue) 100%);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .3s ease}.slideshow-placeholder:hover{background:linear-gradient(135deg,var(--ucla-blue) 0%,var(--ucla-blue-dark) 100%)}.upload-label{display:flex;align-items:center;justify-content:center;width:100%;height:100%;cursor:pointer;font-weight:500;font-size:1.1rem;text-align:center;padding:1rem}.slideshow-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;color:var(--ucla-blue);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 4px #0003}.st-baldricks-section .slideshow-arrow{color:#3d6c46}.slideshow-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 8px #0000004d}.slideshow-arrow-left{left:15px}.slideshow-arrow-right{right:15px}.slideshow-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.slideshow-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--ucla-blue);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.slideshow-dot:hover{background:var(--ucla-blue-light);transform:scale(1.2)}.slideshow-dot.active{background:var(--ucla-blue);transform:scale(1.3)}.st-baldricks-section .slideshow-dot{border:2px solid #3d6c46}.st-baldricks-section .slideshow-dot:hover{background:#5a8a65}.st-baldricks-section .slideshow-dot.active{background:#3d6c46}@media (max-width: 768px){.st-baldricks-content p{font-size:1rem}.slideshow-wrapper{max-width:100%}.slideshow-arrow{width:40px;height:40px;font-size:1.5rem}.slideshow-arrow-left{left:10px}.slideshow-arrow-right{right:10px}.upload-label{font-size:.9rem}}.departments-section{background-color:#fff}.departments-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.department-card.center-last{grid-column:2 / 3}.department-card{background-color:var(--bg-light);padding:1.5rem;border-radius:8px;font-weight:700;font-size:clamp(.82rem,.9vw,1rem);text-align:center;color:var(--ucla-blue);border:2px solid transparent;transition:all .3s ease;height:90px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.department-card:hover{border-color:var(--ucla-blue);background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2774ae26}@media (max-width: 768px){.departments-grid{grid-template-columns:1fr;gap:1rem}.department-card.center-last{grid-column:auto}.department-card{padding:1.25rem;font-size:clamp(.85rem,3.2vw,.95rem);height:80px}}.case-studies-section{background-color:var(--bg-light)}.case-studies-section h2{color:#6b2c91}.case-studies-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.case-studies-content p{font-size:1.05rem;line-height:1.8;color:var(--text-dark);text-align:left}.case-studies-placeholder{display:flex;gap:1.5rem;margin-top:2rem;flex-wrap:nowrap;justify-content:center;overflow-x:auto;padding-bottom:.5rem}.placeholder-card{background-color:#e8d5e8;padding:1rem;border-radius:8px;text-align:center;width:min(420px,44vw);min-height:410px;flex:0 1 auto;border:2px solid #6b2c91;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:inherit;gap:.75rem;cursor:pointer}.placeholder-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #2774ae33}.placeholder-title{font-size:.95rem;font-weight:500;color:#6b2c91;text-align:center;margin:0;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.pdf-embed-shell{width:100%;height:300px;border-radius:6px;overflow:hidden;border:1px solid rgba(107,44,145,.35);background:#fff9}.pdf-embed{width:100%;height:100%;border:0}.pdf-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:9999}.pdf-modal{width:min(1100px,96vw);height:min(780px,92vh);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 18px 60px #00000059;display:flex;flex-direction:column}.pdf-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.08)}.pdf-modal-title{margin:0;font-size:1rem;color:#2b2b2b;text-align:left}.pdf-modal-close{padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(0,0,0,.2);background:#fff;cursor:pointer}.pdf-modal-embed{width:100%;height:100%;border:0}@media (max-width: 768px){.case-studies-content p{font-size:1rem}.case-studies-placeholder{justify-content:flex-start}.placeholder-card{width:280px;min-height:380px}.pdf-embed-shell{height:260px}}.executive-board-section{background-color:var(--bg-light)}.faculty-section{margin-bottom:2rem}.faculty-heading{font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;color:var(--ucla-blue);text-align:center}.faculty-section .board-grid{max-width:500px;margin-left:auto;margin-right:auto}.faculty-section .board-photo{max-width:250px;margin:0 auto}.board-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.board-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.board-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.board-photo{width:100%;aspect-ratio:1;background-color:var(--bg-light);display:flex;align-items:center;justify-content:center;overflow:hidden}.board-photo img{width:100%;height:100%;object-fit:cover}.photo-placeholder{color:var(--text-light);font-size:1rem;font-weight:500}.board-info{padding:1.5rem}.board-info h3{font-size:1.5rem;font-weight:700;color:var(--ucla-blue);margin-bottom:.5rem}.board-role{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.board-academics{font-size:.95rem;font-weight:500;color:var(--text-light);margin-bottom:1rem;font-style:italic}.board-bio{font-size:.9rem;line-height:1.7;color:var(--text-light)}.board-note{text-align:center;margin-top:2rem;color:var(--text-light);font-style:italic;font-size:.95rem}.board-group-photo-section{margin-top:2.5rem;text-align:center}.group-photo-heading{font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;color:var(--ucla-blue)}.board-group-photo-container{max-width:600px;margin:0 auto 2.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;background-color:var(--bg-light)}.board-group-photo{width:100%;height:auto;display:block}@media (max-width: 768px){.faculty-section{margin-bottom:2rem}.faculty-heading{font-size:1.75rem;letter-spacing:1px;margin-bottom:1rem}.faculty-section .board-grid{max-width:100%}.board-grid{grid-template-columns:1fr;gap:1.5rem}.board-info{padding:1.25rem}.board-info h3{font-size:1.25rem}.board-group-photo-section{margin-top:2rem}.group-photo-heading{font-size:1.75rem;letter-spacing:1px;margin-bottom:1.5rem}}.members-section{background-color:#fff}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;justify-content:center}.member-placeholder{visibility:hidden;pointer-events:none;min-width:180px;min-height:200px;background:transparent}.member-card{background-color:var(--bg-light);border-radius:10px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:2px solid transparent}.member-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2774ae1f;border-color:var(--ucla-blue-light)}.member-photo{width:100%;aspect-ratio:1;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.member-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.member-photo.photo-zoom img{transform:scale(1.25);object-position:center 35%}.member-photo.photo-zoom-lower-slight img{transform:scale(1.25);object-position:center 55%}.member-photo.photo-zoom-strong img{transform:scale(1.5);object-position:center 55%}.member-photo.photo-raise img:not(.photo-focus-face-up){object-position:center top}.member-photo.photo-lower img{object-position:center bottom}.member-photo.photo-lower-slight img{object-position:center 80%}.member-photo.photo-raise-slight img{object-position:center 40%}.member-photo.photo-focus-head img{object-position:center 30%}.member-photo.photo-focus-head-lower img{object-position:center 55%}.member-info{padding:.75rem;text-align:center}.member-info h3{font-size:1rem;font-weight:700;color:var(--ucla-blue);margin-bottom:.25rem}.member-pronouns{font-size:.75rem;color:var(--text-light);margin-bottom:.35rem;font-style:italic}.member-details{font-size:.85rem;font-weight:500;color:var(--text-dark);margin-bottom:.25rem}.member-hometown{font-size:.8rem;color:var(--text-light);margin-bottom:.5rem}.member-fun-fact{font-size:.8rem;line-height:1.5;color:var(--text-light);font-style:italic}@media (max-width: 768px){.members-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.member-info{padding:.6rem}.member-info h3{font-size:.95rem}.member-details,.member-hometown,.member-fun-fact{font-size:.75rem}}.recruitment-section{background-color:#f2f2f2;padding:100px 20px!important}.recruitment-section h2{font-size:3.5rem!important;font-weight:800!important;color:#7a1e2c!important;text-shadow:2px 2px 4px rgba(0,0,0,.1);margin-bottom:3rem!important;letter-spacing:3px!important}.recruitment-content{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.recruitment-subsection{background-color:#fff;padding:2.5rem;border-radius:12px;border-left:6px solid #7a1e2c;box-shadow:0 4px 20px #7a1e2c2e;transition:transform .3s ease,box-shadow .3s ease}.recruitment-subsection:hover{transform:translateY(-4px);box-shadow:0 8px 30px #7a1e2c42}.recruitment-subsection-content{display:flex;gap:2rem;align-items:center}.recruitment-text{flex:1}.recruitment-subsection h3{font-size:1.5rem;font-weight:700;color:#7a1e2c;margin-bottom:1rem}.recruitment-subsection p{font-size:1.05rem;line-height:1.8;color:var(--text-dark)}.recruitment-image{flex:0 0 300px;width:300px;height:200px;border-radius:8px;overflow:hidden;background-color:var(--bg-light);display:flex;align-items:center;justify-content:center}.recruitment-image img{width:100%;height:100%;object-fit:cover}.recruitment-details{background-color:#fff;padding:3rem;border-radius:12px;display:flex;flex-direction:column;gap:1.5rem;border:6px solid #7a1e2c;box-shadow:0 6px 25px #7a1e2c38}.recruitment-details p{font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.recruitment-details-header{font-size:1.75rem;font-weight:700;color:#7a1e2c;text-align:center;margin-bottom:1rem}.recruitment-details-heading{font-size:1.75rem;font-weight:700;color:#7a1e2c;margin-top:1rem;margin-bottom:.5rem}.recruitment-list{list-style-type:disc;padding-left:2rem;margin:.5rem 0}.recruitment-list li{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:.5rem}.interest-button-container{margin-top:2.5rem;text-align:center}.interest-button{display:inline-block;padding:1.5rem 3.5rem;background:linear-gradient(135deg,#7a1e2c,#5b1621);color:#fff;text-decoration:none;border-radius:12px;font-size:1.4rem;font-weight:700;letter-spacing:1px;transition:all .3s ease;box-shadow:0 6px 20px #7a1e2c66;text-transform:uppercase;border:3px solid #5b1621}.interest-button:hover{background:linear-gradient(135deg,#5b1621,#7a1e2c);transform:translateY(-4px) scale(1.05);box-shadow:0 10px 30px #7a1e2c80}@media (max-width: 768px){.recruitment-section{padding:60px 20px!important}.recruitment-section h2{font-size:2.5rem!important;letter-spacing:2px!important;margin-bottom:2rem!important}.recruitment-content{gap:2.5rem}.recruitment-subsection,.recruitment-details{padding:2rem}.recruitment-subsection-content{flex-direction:column;gap:1.5rem}.recruitment-image{flex:1;width:100%;max-width:100%}.recruitment-subsection h3{font-size:1.25rem}.recruitment-subsection p{font-size:1rem}.recruitment-details p{font-size:1.1rem}.recruitment-details-header,.recruitment-details-heading{font-size:1.5rem}.recruitment-list li{font-size:1.05rem}.interest-button{padding:1.25rem 2.5rem;font-size:1.2rem}}.contact-section{background-color:#fff;padding-bottom:2rem}.contact-content{max-width:700px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1rem}.contact-content p{font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.site-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--bg-light);text-align:center}.site-footer p{color:var(--text-light);font-size:.95rem}.site-footer .footer-credit{margin-top:.5rem;font-size:.6rem;font-style:italic}@media (max-width: 768px){.contact-content p{font-size:1rem}}.App{width:100%;min-height:100vh}:root{--ucla-blue: #2774AE;--ucla-blue-dark: #1E5A8A;--ucla-blue-light: #4A9FE8;--text-dark: #333333;--text-light: #666666;--bg-light: #F8F9FA;--section-padding: 80px 20px;--max-width: 1200px}section{padding:var(--section-padding);max-width:var(--max-width);margin:0 auto}section h2{font-size:2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;color:var(--ucla-blue);text-align:center}@media (max-width: 768px){section{padding:60px 20px}section h2{font-size:2rem;letter-spacing:1px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
