:root{--bg: #0d0f0f;--bg-elevated: #161a1a;--surface: #1e2322;--text: #e8ebe9;--text-muted: #9ca5a2;--accent: #c17f3a;--accent-hover: #d4925a;--border: #2a3230;--font-sans: "Outfit", system-ui, sans-serif;--font-serif: "Instrument Serif", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section--dark{background:var(--bg-elevated)}.section--wide-text .section-subtitle{max-width:none}.section-title{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin:0 0 1rem;color:var(--text)}.section-subtitle{color:var(--text-muted);margin:0 0 2rem;max-width:540px}.section-subtitle--multiline{white-space:pre-line}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s,color .2s,transform .15s}.btn--primary{background:var(--accent);color:var(--bg)}.btn--primary:hover{background:var(--accent-hover);color:var(--bg)}.btn--outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn--outline:hover{background:var(--accent);color:var(--bg)}.header{position:sticky;top:0;z-index:100;background:#0d0f0fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--text)}.logo:hover{color:var(--accent)}.nav{display:flex;align-items:center;gap:2rem}.nav__link{font-size:.9375rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav__link:hover,.nav__link--active{color:var(--accent)}.main{min-height:calc(100vh - 4rem - 120px)}.footer{background:var(--bg-elevated);border-top:1px solid var(--border);padding:2rem 0;margin-top:auto}.footer__inner{text-align:center}.footer__brand{font-family:var(--font-serif);font-size:1.125rem;margin:0 0 .25rem;color:var(--text)}.footer__copy{font-size:.875rem;color:var(--text-muted);margin:0}.hero{position:relative;padding:6rem 0;overflow:hidden}.hero__inner{position:relative;z-index:1}.hero__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin:0 0 1rem}.hero__title{font-family:var(--font-serif);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:400;line-height:1.1;margin:0 0 1.25rem;color:var(--text)}.hero__title em{font-style:italic;color:var(--accent)}.hero__subtitle{font-size:1.125rem;color:var(--text-muted);max-width:480px;margin:0 0 2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__gradient{position:absolute;top:-20%;right:-10%;width:60%;height:140%;background:radial-gradient(ellipse at center,rgba(193,127,58,.08) 0%,transparent 70%);pointer-events:none}.features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature{padding:1.5rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}.feature__icon{display:block;color:var(--accent);font-size:1rem;margin-bottom:.75rem}.feature__title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.feature__text{font-size:.9375rem;color:var(--text-muted);margin:0;line-height:1.55}.cta{text-align:center}.cta__inner .section-subtitle{margin-left:auto;margin-right:auto}.page-hero{padding:4rem 0 3rem;border-bottom:1px solid var(--border)}.page-hero__title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;margin:0 0 .75rem;color:var(--text)}.page-hero__subtitle{font-size:1.125rem;color:var(--text-muted);max-width:560px;margin:0}.services-list{list-style:none;margin:0 0 2rem;padding:0;display:grid;gap:1.5rem}.service-card{padding:2rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}.service-card__title{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin:0 0 .75rem;color:var(--text)}.service-card__description{color:var(--text-muted);margin:0 0 1rem;line-height:1.6}.service-card__highlights{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--accent)}.services-note{font-size:.9375rem;color:var(--text-muted);margin:0;max-width:560px}.schedule-list{list-style:none;margin:0 0 2rem;padding:0;display:grid;gap:1.5rem}.schedule-card{padding:2rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}.schedule-card__meta{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--accent);margin-bottom:.75rem}.schedule-card__day,.schedule-card__time,.schedule-card__location{display:inline-block}.schedule-card__title{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin:0 0 .5rem;color:var(--text)}.schedule-card__description{color:var(--text-muted);line-height:1.6}.schedule-card__description p,.schedule-card__description ul{margin:0 0 .75rem}.schedule-card__description p:last-child,.schedule-card__description ul:last-child{margin-bottom:0}.schedule-card__description ul{list-style:disc;padding-left:1.25rem}.schedule-card__description li{margin-bottom:.25rem}.schedule-card__description li:last-child{margin-bottom:0}.schedule-note{font-size:.9375rem;color:var(--text-muted);margin:0;max-width:560px}.drop-in-concept{background:var(--bg)}.drop-in-concept__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media (min-width: 720px){.drop-in-concept__inner{grid-template-columns:1fr 1fr;gap:3rem}}.drop-in-concept__content{min-width:0}.drop-in-concept .section-title{margin-bottom:1rem}.drop-in-concept__body p{color:var(--text-muted);margin:0 0 1rem;line-height:1.65}.drop-in-concept__body p:last-child{margin-bottom:0}.drop-in-concept__list{list-style:disc;margin:0 0 1rem;padding-left:1.25rem;color:var(--text-muted)}.drop-in-concept__list li{margin-bottom:.35rem;line-height:1.55}.drop-in-concept__list li:last-child{margin-bottom:0}.drop-in-concept__image-wrap{border-radius:12px;overflow:hidden;background:var(--surface);aspect-ratio:4/3}.drop-in-concept__image{width:100%;height:100%;object-fit:cover;display:block}.about-content{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 720px){.about-content{grid-template-columns:1fr 280px}}.about__main .section-title{margin-top:1.5rem}.about__main .section-title:first-child{margin-top:0}.about__main p{color:var(--text-muted);margin:0 0 1rem;max-width:60ch}.about-card{padding:1.75rem;background:var(--surface);border-radius:12px;border:1px solid var(--border);height:fit-content;position:sticky;top:6rem}.about-card__title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.about-card__text{font-size:.9375rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.5}.teachers-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.teachers-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.teachers-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.teacher-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column}.teacher-card__image-wrap{aspect-ratio:1;overflow:hidden;background:var(--bg-elevated)}.teacher-card__image{width:100%;height:100%;object-fit:cover;display:block}.teacher-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.teacher-card__name{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin:0 0 .25rem;color:var(--text)}.teacher-card__role{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 .75rem}.teacher-card__intro{font-size:.9375rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.55}.teacher-card__expand{margin-top:auto;width:100%;justify-content:center}.teacher-header{padding:3rem 0;border-bottom:1px solid var(--border);background:var(--bg)}.teacher-header__inner{max-width:720px}.teacher-header__back{font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:1rem;display:inline-block;transition:color .2s}.teacher-header__back:hover{color:var(--accent)}.teacher-header__role{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 .5rem}.teacher-header__title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;margin:0 0 1rem;color:var(--text)}.teacher-header__intro{font-size:1.125rem;color:var(--text-muted);margin:0;line-height:1.65}.teacher-detail{padding-top:.75rem}.teacher-detail__container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.teacher-detail .section-title{margin-bottom:1.5rem}.teacher-carousel{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:3rem}.teacher-carousel__strip{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 1rem;-webkit-overflow-scrolling:touch}.teacher-carousel__strip::-webkit-scrollbar{height:.5rem}.teacher-carousel__strip::-webkit-scrollbar-track{background:var(--bg-elevated)}.teacher-carousel__strip::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.teacher-carousel__slide{flex:0 0 auto;width:min(280px,28vw);aspect-ratio:4/3;overflow:hidden;background:var(--surface);border-radius:12px;scroll-snap-align:start}.teacher-carousel__slide img{width:100%;height:100%;object-fit:cover;display:block}.teacher-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:none;border-radius:50%;background:#0d0f0fbf;color:var(--text);font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;z-index:2}.teacher-carousel__btn:hover{background:var(--accent);color:var(--bg)}.teacher-carousel__btn--prev{left:1rem}.teacher-carousel__btn--next{right:1rem}.teacher-carousel__dots{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:.5rem;z-index:2}.teacher-carousel__dot{width:.5rem;height:.5rem;border-radius:50%;border:none;background:#e8ebe966;cursor:pointer;padding:0;transition:background .2s,transform .2s}.teacher-carousel__dot:hover{background:#e8ebe9b3}.teacher-carousel__dot--active{background:var(--accent);transform:scale(1.2)}.teacher-bio .section-title{margin-bottom:1rem}.teacher-bio__text{max-width:65ch}.teacher-bio__text p{color:var(--text-muted);margin:0 0 1rem;line-height:1.65}.teacher-bio__text p:last-child{margin-bottom:0}
