*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#000000!important;padding:0!important;margin:0!important;overflow-x:hidden!important;width:100%}body{font-family:'Inter','Noto Serif JP',sans-serif;color:#fff}.header{position:fixed;top:0;left:0;width:100%;z-index:50;background:rgb(0 0 0 / .95);backdrop-filter:blur(20px);border-bottom:1px solid rgb(212 175 55 / .1);padding:1rem 2rem;transition:all 0.3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto}.logo{font-family:'Noto Serif JP',serif;font-size:1.5rem;font-weight:500;color:#D4AF37;text-decoration:none}.nav-desktop{display:flex;gap:2rem;align-items:center}.nav-desktop a{color:#fff;text-decoration:none;font-size:.9rem;font-weight:400;transition:color 0.3s ease}.nav-desktop a:hover,.nav-desktop a.active{color:#D4AF37}.cta-button{background:#D4AF37;color:#000;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all 0.3s ease;display:inline-block}.cta-button:hover{background:gold;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger-bar{width:24px;height:2px;background:#fff;transition:all 0.3s ease}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .98);backdrop-filter:blur(20px);z-index:40;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu-content{text-align:center}.mobile-menu-content ul{list-style:none;padding:0}.mobile-menu-content li{margin:2rem 0}.mobile-menu-content a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:300;transition:color 0.3s ease}.mobile-menu-content a:hover{color:#D4AF37}.btn-primary{background:#D4AF37;color:#000;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s ease;display:inline-block}.btn-primary:hover{background:gold;transform:translateY(-2px)}#hero{width:100vw;margin-left:calc(50% - 50vw);left:0;right:0;position:relative;box-sizing:border-box;background:linear-gradient(rgb(0 0 0 / .85),rgb(0 0 0 / .75)),url(https://disport.world/wp-content/uploads/2025/05/161106_0178-2.jpg) center center/cover no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:center}#hero .elementor-container,#hero .staff-hero-content,.staff-hero-content{max-width:1000px!important;margin:0 auto!important;padding:2rem!important;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;width:100%}.staff-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(212 175 55 / .15);border:1px solid rgb(212 175 55 / .4);padding:.75rem 1.5rem;border-radius:25px;margin-bottom:2rem;font-size:.9rem;color:#D4AF37;font-weight:500}#hero h1,#hero .elementor-heading-title,.staff-hero-title,h1.staff-hero-title{color:#D4AF37!important;text-align:center!important;font-family:'Noto Serif JP',serif!important;font-size:4rem!important;font-weight:600!important;letter-spacing:0.03em!important;margin-bottom:2rem!important;text-shadow:2px 2px 8px rgb(0 0 0 / .8),0 0 20px rgb(0 0 0 / .6)!important;line-height:1.2!important}#hero p,#hero .elementor-widget-text-editor,.staff-hero-subtitle,.staff-hero-description{text-align:center!important;color:#ffffff!important;font-size:1.15rem;line-height:1.7;text-shadow:1px 1px 6px rgb(0 0 0 / .8);margin-bottom:1rem}.staff-hero-subtitle{color:#D4AF37!important;font-size:1.3rem;font-weight:300;margin-bottom:1rem}.staff-hero-description{font-size:1.1rem;margin-bottom:3rem;font-weight:300}.team-intro{width:100%;padding:8rem 2rem;background:linear-gradient(135deg,rgb(212 175 55 / .02) 0%,rgb(0 0 0) 100%)}.team-intro-content{max-width:1000px;margin:0 auto;text-align:center}.team-intro h2{font-family:'Noto Serif JP',serif;font-size:2.8rem;color:#D4AF37;margin-bottom:2rem}.team-intro p{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:2rem}.staff-section{width:100%;padding:8rem 2rem}.staff-content{max-width:1400px;margin:0 auto}.section-title{font-size:1.2rem;font-weight:300;color:#D4AF37;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;text-align:center}.section-subtitle{font-family:'Noto Serif JP',serif;font-size:2.2rem;color:#D4AF37;text-align:center;margin-bottom:1rem;font-weight:500}.section-description{font-size:1.1rem;color:#ccc;text-align:center;max-width:800px;margin:0 auto 4rem;line-height:1.6}.trainer-section{background:linear-gradient(135deg,rgb(212 175 55 / .03) 0%,rgb(0 0 0) 100%)}.therapist-section{background:linear-gradient(135deg,rgb(212 175 55 / .02) 0%,rgb(17 17 17) 100%)}.staff-grid-single{display:flex;justify-content:center;align-items:center}.staff-grid-dual{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:4rem;justify-items:center}.staff-card{background:rgb(255 255 255 / .05);border:1px solid rgb(212 175 55 / .1);border-radius:1rem;overflow:hidden;transition:all 0.3s ease;cursor:pointer;max-width:500px;width:100%}.staff-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgb(212 175 55 / .1)}.staff-image-container{position:relative;width:100%;height:400px;overflow:hidden}.staff-image{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.staff-card:hover .staff-image{transform:scale(1.05)}.staff-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgb(0 0 0 / .8));padding:2rem;color:#fff}.staff-info{padding:2rem}.staff-position{font-size:.8rem;color:#D4AF37;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.staff-name{font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:.5rem}.staff-name-jp{font-family:'Noto Serif JP',serif;font-size:1.1rem;color:#ccc;margin-bottom:1rem}.staff-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.staff-qualifications{list-style:none;margin-bottom:2rem}.staff-qualifications li{padding:.25rem 0;color:#D4AF37;font-size:.85rem}.staff-qualifications li::before{content:"★";margin-right:.5rem}.staff-button{background:#D4AF37;color:#000;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all 0.3s ease;font-size:.9rem}.staff-button:hover{background:gold;transform:translateY(-2px)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .95);backdrop-filter:blur(20px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;padding:2rem}.modal.active{opacity:1;visibility:visible}.modal-content{background:rgb(255 255 255 / .1);border:1px solid rgb(212 175 55 / .2);border-radius:1rem;max-width:1100px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgb(0 0 0 / .5);transition:all 0.3s ease}.modal-close:hover{background:rgb(212 175 55 / .3);transform:rotate(90deg)}.modal-body{padding:3rem}.modal-profile{display:grid;grid-template-columns:400px 1fr;gap:3rem;align-items:start}.modal-image-container{position:relative;width:100%;height:500px;overflow:hidden;border-radius:.5rem}.modal-image{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.modal-info h3{color:#D4AF37;font-size:2rem;margin-bottom:.5rem}.modal-info .modal-name-jp{font-family:'Noto Serif JP',serif;color:#fff;font-size:1.5rem;margin-bottom:.5rem}.modal-info .modal-position{color:#D4AF37;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.modal-info p{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.modal-qualifications{list-style:none;margin-top:1.5rem;margin-bottom:2rem}.modal-qualifications li{color:#D4AF37;padding:.4rem 0;font-size:.95rem}.modal-qualifications li::before{content:"★";margin-right:.5rem}.modal-section{margin-bottom:2rem}.modal-section h4{color:#D4AF37;font-size:1.3rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.modal-timeline{list-style:none;margin-bottom:1rem}.modal-timeline li{color:#ccc;padding:.5rem 0;border-bottom:1px solid rgb(212 175 55 / .1);display:flex;gap:1rem}.modal-timeline .year{color:#D4AF37;font-weight:600;min-width:80px}.profile-detail-cta{background:#fff0;color:#D4AF37;padding:.75rem 1.5rem;border:2px solid #D4AF37;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all 0.3s ease;font-size:.9rem;cursor:pointer}.profile-detail-cta:hover{background:#D4AF37;color:#000;transform:translateY(-2px)}@media (max-width:768px){.nav-desktop{display:none}.hamburger{display:flex}#hero h1,#hero .elementor-heading-title,.staff-hero-title{font-size:2.5rem!important;text-shadow:2px 2px 6px rgb(0 0 0 / .9),0 0 15px rgb(0 0 0 / .7)!important}#hero{min-height:70vh}.staff-grid-dual{grid-template-columns:1fr;gap:3rem}.modal-profile{grid-template-columns:1fr;text-align:center}.modal-image-container{height:400px}.staff-image-container{height:300px}}@media (max-width:480px){#hero h1,#hero .elementor-heading-title,.staff-hero-title{font-size:2rem!important;text-shadow:2px 2px 6px rgb(0 0 0 / .9),0 0 15px rgb(0 0 0 / .8)!important}#hero{min-height:60vh}.modal-body{padding:2rem}.modal-image-container{height:300px}#hero .elementor-container,.staff-hero-content{padding:1rem!important}}