@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Slab:wght@400;700&family=Nunito+Sans:wght@400;600;700&display=swap");*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:"Roboto",sans-serif;font-weight:400;color:#000;background-color:#fff;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"Roboto Slab",serif;font-weight:700;line-height:1.3;margin-top:1.5em;margin-bottom:0.5em}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}h4{font-size:1.15rem}a{color:#e91e63;text-decoration:none;transition:color 0.2s}a:hover{color:#b8124a;text-decoration:underline}img{max-width:100%;height:auto}ul,ol{padding-left:1.5em}blockquote{margin:1.5em 0;padding:0.75em 1.25em;border-left:4px solid #e91e63;background:#fff;font-style:italic}pre,code{font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;font-size:0.9em}pre{background:#1e1e2e;color:#cdd6f4;padding:1em 1.25em;border-radius:3px;overflow-x:auto;line-height:1.5}code{background:rgba(0,0,0,0.06);padding:0.15em 0.4em;border-radius:3px}pre code{background:none;padding:0}hr{border:none;border-top:1px solid #ddd;margin:2em 0}table{width:100%;border-collapse:collapse;margin:1.5em 0}table th,table td{padding:0.6em 0.8em;border:1px solid #ddd;text-align:left}table th{background:#fff;font-weight:500}table tr:nth-child(even){background:rgba(0,0,0,0.02)}.container{max-width:1140px;margin:0 auto;padding:0 20px}.site-header{background:#363537;position:sticky;top:0;z-index:1000}.nav-container{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:50px}.nav-brand{color:#fff;font-family:"Roboto Slab",serif;font-size:0.95rem;font-weight:400;text-decoration:none;white-space:nowrap}.nav-brand:hover{color:#fff;text-decoration:none}.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:4px 8px}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:0}.nav-item{position:relative}.nav-item>a{display:block;padding:0 14px;line-height:50px;color:#fff;font-size:0.85rem;font-weight:400;text-transform:uppercase;letter-spacing:0.5px;text-decoration:none;transition:background 0.2s}.nav-item>a:hover{background:rgba(255,255,255,0.1);text-decoration:none}.nav-item:hover>.nav-dropdown{display:block}.nav-dropdown{display:none;position:absolute;top:100%;left:0;min-width:240px;background:#363537;list-style:none;margin:0;padding:4px 0;box-shadow:0 4px 12px rgba(0,0,0,0.3);z-index:1001}.nav-dropdown li a{display:block;padding:8px 20px;color:#fff;font-size:0.82rem;text-decoration:none;white-space:nowrap}.nav-dropdown li a:hover{background:rgba(255,255,255,0.1);text-decoration:none}@media (max-width: 900px){.nav-toggle{display:block}.nav-menu{display:none;flex-direction:column;position:absolute;top:50px;left:0;right:0;background:#363537;padding:8px 0;box-shadow:0 4px 12px rgba(0,0,0,0.3)}.nav-menu.open{display:flex}.nav-item>a{padding:10px 20px;line-height:1.4}.nav-dropdown{position:static;box-shadow:none;padding-left:20px}.nav-dropdown li a{padding:6px 20px;font-size:0.8rem}.nav-item:hover>.nav-dropdown{display:block}}.page-header{position:relative;background-size:cover;background-position:center;padding:60px 0;text-align:center;overflow:hidden}.page-header::before{content:'';position:absolute;inset:0;background:rgba(12,0,3,0.35);opacity:.81;z-index:1}.page-header .page-header-content{position:relative;z-index:2}.page-header h1{font-family:'Helvetica', sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin:0;text-shadow:0 1px 4px rgba(0,0,0,0.2)}.page-header .page-subtitle{color:rgba(255,255,255,0.92);font-size:1.1rem;margin-top:0.5em;font-family:"Nunito Sans",sans-serif;font-weight:300}.hero{padding:120px 0 200px;background-position:center center}.hero h1{font-size:5rem;line-height:1em;padding-bottom:30px}.hero .page-subtitle{font-size:2rem;line-height:1.2em;letter-spacing:-0.1px}.hero-curve{position:absolute;bottom:0;left:0;width:200%;z-index:2}.hero-curve svg{display:block;width:100%;height:150px}.hero-curve path{fill:#ffffff}.content-card{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.08);border-radius:3px;padding:2em 2.5em;margin:-30px auto 2em;position:relative;z-index:3;max-width:1140px}.content-card h1:first-child,.content-card h2:first-child,.content-card h3:first-child{margin-top:0}.page-content{padding:0 20px 2em}.team-section{text-align:center;margin-bottom:2em}.team-section h2{color:#6f42b7;font-family:"Roboto Slab",serif}.team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2em;margin:1.5em 0}.team-card{width:200px;text-align:center}.team-card img{width:200px;height:280px;object-fit:cover;filter:grayscale(100%);transition:filter 0.3s}.team-card img:hover{filter:grayscale(0)}.team-card h4{margin:0.5em 0 0.1em;font-size:0.95rem;color:#000;font-weight:700}.team-card .team-title{font-size:0.8rem;color:#666;line-height:1.3}.team-card a{font-size:0.8rem}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:1.5em;margin:1.5em 0}.resource-card{background:#fff;border:1px solid #ddd;border-radius:3px;padding:1.5em;text-align:center;transition:box-shadow 0.2s;text-decoration:none;display:block}.resource-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15);text-decoration:none}.resource-card .resource-icon{font-size:2.5rem;color:#6f42b7;margin-bottom:0.2em}.resource-card h4{margin:0.3em 0 0.3em;color:#6f42b7}.resource-card p{font-size:0.85rem;color:#666;margin:0}.bio-team-grid{display:flex;justify-content:center;gap:3em;flex-wrap:wrap;margin:1.5em 0}.bio-team-member{text-align:center;width:180px}.bio-team-member img{width:150px;height:150px;object-fit:contain}.bio-team-member h4{margin:0.5em 0 0.1em;font-size:0.95rem;color:#000}.bio-team-member p{font-size:0.8rem;color:#666;margin:0}.equipment-section{margin-bottom:2.5em}.equipment-section h2{text-align:center;color:#6f42b7;font-family:"Roboto Slab",serif;border-bottom:2px solid #ddd;padding-bottom:0.5em}.equipment-item{display:flex;gap:1.5em;margin:1.5em 0;align-items:flex-start}.equipment-item img{width:200px;border-radius:3px;flex-shrink:0}@media (max-width: 600px){.equipment-item{flex-direction:column}.equipment-item img{width:100%}}.tab-nav{display:flex;gap:0;border-bottom:2px solid #ddd;margin-bottom:1.5em}.tab-btn{padding:0.6em 1.5em;border:none;background:none;font-family:"Roboto",sans-serif;font-size:1rem;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;color:#666;transition:all 0.2s}.tab-btn.active,.tab-btn:hover{color:#e91e63;border-bottom-color:#e91e63}.tab-content{display:none}.tab-content.active{display:block}.carousel{position:relative;overflow:hidden;margin:1.5em 0}.carousel .carousel-track{display:flex;transition:transform 0.4s ease}.carousel .carousel-slide{min-width:100%;text-align:center}.carousel .carousel-slide img{max-height:350px;object-fit:contain}.carousel .carousel-slide p{margin-top:0.5em;font-size:0.9rem;color:#666}.carousel .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.4);color:#fff;border:none;padding:12px 16px;font-size:1.2rem;cursor:pointer;border-radius:3px;z-index:2}.carousel .carousel-btn:hover{background:rgba(0,0,0,0.6)}.carousel .carousel-btn.prev{left:10px}.carousel .carousel-btn.next{right:10px}.top-cards-dark{background:#363537;border-radius:3px;padding:1.5em;margin-bottom:1.5em}.top-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5em;margin:1.5em 0}.top-card{text-align:center;padding:1.5em;text-decoration:none;display:block;border-radius:3px;transition:background 0.2s}.top-card:hover{background:rgba(255,255,255,0.05);text-decoration:none}.top-card .top-card-icon{font-size:2.5rem;margin-bottom:0.3em}.top-card h3{margin-top:0.3em;margin-bottom:0.3em}.top-card p{font-size:0.9rem}.top-cards-dark .top-card .top-card-icon{color:#6f42b7}.top-cards-dark .top-card h3{color:#fff}.top-cards-dark .top-card p{color:rgba(255,255,255,0.7)}.top-card h3{color:#6f42b7}.top-card p{color:#666}.section-heading{color:#6f42b7;text-align:center;font-family:"Roboto Slab",serif}.text-center{text-align:center}.text-purple{color:#6f42b7}.btn{display:inline-block;padding:0.5em 1.5em;background:#e91e63;color:#fff;border:none;border-radius:3px;font-size:0.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background 0.2s}.btn:hover{background:#c1134e;color:#fff;text-decoration:none}.btn-outline{background:transparent;border:2px solid #e91e63;color:#e91e63}.btn-outline:hover{background:#e91e63;color:#fff}.icon-cards-row{display:flex;justify-content:center;gap:30px;max-width:1000px;margin:-170px auto 40px;padding:0 20px;position:relative;z-index:10}@media (max-width: 900px){.icon-cards-row{flex-wrap:wrap;margin-top:-100px;gap:15px}}.icon-card{flex:1;background:#fff;padding:50px 35px;border:1px solid #d8d8d8;border-radius:5px;box-shadow:0 0 30px rgba(0,0,0,0.1);text-align:center;text-decoration:none;display:block;transition:box-shadow 0.3s}.icon-card:hover{box-shadow:0 0 35px rgba(0,0,0,0.36);text-decoration:none}.icon-card .icon-card-icon{font-size:56px;margin-bottom:25px}.icon-card h3{font-family:"Nunito Sans",sans-serif;font-size:1.6rem;font-weight:600;line-height:1.2em;margin:0 0 25px}.icon-card p{font-family:"Nunito Sans",sans-serif;font-size:1rem;font-weight:300;color:#000;margin:0}@media (max-width: 900px){.icon-card{flex:0 0 calc(50% - 15px);padding:30px 20px}}@media (max-width: 500px){.icon-card{flex:0 0 100%}}.home-section{max-width:1249px;margin:0 auto;padding:0 20px 40px}.home-section-title{font-family:"Nunito Sans",sans-serif;font-size:3rem;font-weight:700;line-height:1.2;color:#424242;text-align:center;margin:0 0 1em}.home-blog-grid{display:flex;justify-content:center;gap:30px}@media (max-width: 800px){.home-blog-grid{flex-direction:column}}.home-blog-card{flex:1;text-decoration:none;display:block;transition:transform 0.2s}.home-blog-card:hover{transform:translateY(-3px);text-decoration:none}.home-blog-card .blog-card-image{width:100%;overflow:hidden;border-radius:3px}.home-blog-card .blog-card-image img{width:100%;height:auto;display:block}.home-blog-card .blog-card-body{padding:0.8em 0}.home-blog-card .blog-card-body h4{font-family:"Nunito Sans",sans-serif;font-size:1rem;font-weight:600;color:#333;margin:0 0 0.3em;line-height:1.3}.home-blog-card .blog-card-body .post-meta{font-size:0.85rem;color:#666;margin:0}.btn-purple{background:#6f42b7}.btn-purple:hover{background:#583492}.btn-purple i{margin-right:8px}.location-banner{position:relative;background-size:cover;background-position:53% 44%;background-color:#2a2a2a;padding:0;margin-bottom:40px}.location-banner-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.58);opacity:0.5;z-index:1}.location-banner-content{position:relative;z-index:3;max-width:1062px;margin:0 auto;padding:40px 20px}.location-banner-content h3{font-family:"Nunito Sans",sans-serif;font-size:1.2rem;font-weight:600;color:#fff;text-align:center}.location-banner-content p{font-family:"Nunito Sans",sans-serif;font-size:1rem;font-weight:300;color:#fff;text-align:center;line-height:1.6}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:2em}@media (max-width: 700px){.location-grid{grid-template-columns:1fr}}.location-col iframe{width:100%;height:340px;border:0;border-radius:3px;margin-top:0.5em}.location-banner-content .location-grid{padding-bottom:40px}.partner-logos{display:flex;justify-content:center;align-items:center;gap:2em;flex-wrap:wrap;margin:0 auto;padding:1em 0;max-width:994px}.partner-logos a{text-align:center}.partner-logos img{height:100px;transition:opacity 0.2s}.partner-logos img:hover{opacity:0.7}.bottom-banner{position:relative;background-size:cover;background-position:bottom center;margin-bottom:-5px}.bottom-banner-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.3);z-index:1}.bottom-banner-spacer{height:250px;position:relative;z-index:2}.blog-list{max-width:1140px;margin:0 auto;padding:2em 20px}.post-preview{display:flex;gap:1.5em;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.08);border-radius:3px;margin-bottom:1.5em;overflow:hidden;transition:box-shadow 0.2s}.post-preview:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15)}.post-preview .post-thumb{width:280px;min-height:180px;flex-shrink:0;background-size:cover;background-position:center}.post-preview .post-preview-body{padding:1.25em 1.5em;flex:1}.post-preview .post-preview-body h3{margin:0 0 0.3em;font-size:1.2rem}.post-preview .post-preview-body h3 a{color:#e91e63}.post-preview .post-preview-body .post-meta{font-size:0.8rem;color:#666;margin-bottom:0.5em}.post-preview .post-preview-body p{font-size:0.9rem;color:#666;margin:0}@media (max-width: 600px){.post-preview{flex-direction:column}.post-preview .post-thumb{width:100%;min-height:160px}}.post-article .post-header{margin-bottom:1.5em;text-align:center}.post-article .post-header h1{color:#e91e63;margin-bottom:0.2em}.post-article .post-header .post-meta{color:#666;font-size:0.9rem}.post-article .post-body{line-height:1.8;font-size:1.02rem}.post-article .post-body img{display:block;margin:1.5em auto;border-radius:3px}.post-article .post-body h2,.post-article .post-body h3{color:#000}.home-blog-section{padding:2em 0;text-align:center}.home-blog-section h2{font-size:2rem;margin-bottom:1em}.home-blog-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.5em;margin:1em 0 1.5em}.home-blog-card{background:#fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.08);overflow:hidden;transition:box-shadow 0.2s}.home-blog-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15)}.home-blog-card .card-image{height:160px;background-size:cover;background-position:center}.home-blog-card .card-body{padding:1em}.home-blog-card .card-body h4{margin:0 0 0.3em;font-size:0.95rem}.home-blog-card .card-body h4 a{color:#e91e63}.home-blog-card .card-body .post-meta{font-size:0.75rem;color:#666}.comments-section{margin-top:3em;border-top:2px solid #ddd;padding-top:2em}.comments-section h3{margin-top:0}.comment{border-bottom:1px solid #eaeaea;padding:1em 0}.comment:last-child{border-bottom:none}.comment .comment-meta{font-size:0.85rem;color:#666;margin-bottom:0.4em}.comment .comment-meta .comment-author{font-weight:500;color:#000}.comment .comment-body{font-size:0.95rem;line-height:1.6}.comment .comment-body p{margin:0.3em 0}.comment .comment-reply{margin-left:2em;border-left:3px solid #ddd;padding-left:1em;margin-top:0.75em}.site-footer{background:#323437;color:#fff;padding:2em 0}.site-footer .footer-container{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1em}.site-footer .footer-nav{display:flex;list-style:none;margin:0;padding:0;gap:1.5em}.site-footer .footer-nav a{color:#fff;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.5px}.site-footer .footer-nav a:hover{text-decoration:underline}.site-footer .footer-credit{font-size:0.8rem;opacity:0.7}.site-footer .footer-credit a{color:#fff}
