.page-shell{padding-top:0}.hero{position:relative;min-height:100dvh;width:100vw;margin-left:calc(50% - 50vw);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1f1b1a}.hero-image{position:absolute;inset:0;background:linear-gradient(to bottom,#d4663e4d,#a8463280,#3a3a3ab3),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800'><defs><linearGradient id='sky' x1='0%' y1='0%' x2='0%' y2='100%'><stop offset='0%' style='stop-color:%23D4663E;stop-opacity:1' /><stop offset='50%' style='stop-color:%23E8C4A8;stop-opacity:1' /><stop offset='100%' style='stop-color:%23A84632;stop-opacity:1' /></linearGradient></defs><rect width='1200' height='800' fill='url(%23sky)'/><path d='M 0 500 Q 300 400 600 450 T 1200 500 L 1200 800 L 0 800 Z' fill='%233A3A3A' opacity='0.9'/><path d='M 100 550 Q 350 480 600 520 T 1100 600 L 1100 800 L 100 800 Z' fill='%23524A45' opacity='0.7'/><path d='M 200 600 Q 450 550 700 580 T 1000 650 L 1000 800 L 200 800 Z' fill='%236B5F55' opacity='0.5'/></svg>");background-size:cover;background-position:center;z-index:1;animation:slowZoom 20s ease-in-out infinite alternate}.mountain-overlay{position:absolute;bottom:0;left:0;width:100%;height:40%;background:url(/images/mountain-home-page.jpg) center/cover no-repeat;z-index:1;opacity:.6;mask-image:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 50%,transparent 100%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 50%,transparent 100%)}.hero-content{position:absolute;inset:0;z-index:2;width:min(calc(100% - 2.4rem),var(--wide-width));margin-inline:auto;padding:clamp(7rem,16vw,10rem) 0 clamp(3rem,7vw,5rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;animation:fadeInUp 1.5s ease-out}.hero h1{margin:0 0 8rem;font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:300;letter-spacing:.1em;color:#fff8f0f5;text-shadow:2px 2px 20px rgba(0,0,0,.5);animation:fadeInUp 1.5s ease-out .3s both}.hero .subtitle{margin:0;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300;font-style:italic;letter-spacing:.12em;color:#fff8f0e6;animation:fadeInUp 1.5s ease-out .6s both}.home-section{padding:var(--section-space) 0}.home-section:nth-of-type(2n){background:var(--panel-2)}.home-section:nth-of-type(odd){background:var(--panel-3)}.home-section h2{margin:0 0 2rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3rem);font-weight:400;color:var(--deep-terracotta);letter-spacing:.05em}.home-section p{font-size:1.1rem;line-height:1.8;font-weight:300}.home-section .about-intro{margin-bottom:3rem;font-size:clamp(1.4rem,2.2vw,1.65rem);line-height:1.4;font-family:Cormorant Garamond,serif;font-style:italic;color:var(--burnt-orange)}.pathway-cards,.teacher-list,.work-options{display:grid;gap:2rem;margin-top:2.2rem}.pathway-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-list,.work-options{grid-template-columns:repeat(3,minmax(0,1fr))}.teacher-list{grid-template-columns:1fr;gap:3rem;margin-top:3rem}.pathway-card{background:#fff;padding:2.25rem;border-left:4px solid var(--burnt-orange);border-radius:0;box-shadow:var(--shadow-soft)}.teacher-item{border-bottom:1px solid rgba(212,102,62,.35);padding-bottom:2rem}.teacher-item:last-child{border-bottom:none;padding-bottom:0}.pathway-card h3,.work-option h4{margin:0 0 1rem;font-family:Cormorant Garamond,serif;font-size:1.5rem}.pathway-card h3{color:var(--deep-terracotta);font-size:1.8rem}.teacher-item h3{margin:0 0 .5rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;color:var(--burnt-orange)}.status-text{color:var(--burnt-orange);font-weight:500}.teacher-item .method{margin:0 0 1rem;font-style:italic;color:var(--sage);font-weight:300}.home-section.work-section{background:var(--charcoal);color:var(--cream)}.home-section.work-section h2{color:var(--desert-sand)}.home-section.work-section p{color:var(--cream)}.home-section.work-section .work-options{margin-top:3rem;align-items:stretch;grid-auto-rows:1fr}.home-section.work-section .work-options>*{height:100%}.home-section.work-section .work-options>.card-link{display:block}.home-section.work-section .work-option{height:100%;display:flex;flex-direction:column;padding:2rem;background:#fff8f01a;border:1px solid rgba(232,196,168,.3);border-radius:0;box-shadow:none;transition:background .3s ease}.home-section.work-section .work-option h4{color:var(--burnt-orange)}.home-section.work-section .work-option:hover{background:#fff8f026}.work-section .card-link:hover .work-option{transform:none;box-shadow:none}.contact-section{text-align:center}.contact-panel{max-width:700px;margin:2rem auto 0;padding:2.5rem;background:var(--burnt-orange);color:var(--cream);border-radius:0}.contact-panel p{margin:0;font-family:Cormorant Garamond,serif;font-size:1.4rem;line-height:1.8}.contact-panel a{color:var(--cream);font-weight:500}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero{min-height:88dvh}.hero-content{padding:clamp(5.25rem,17vw,7rem) 0 clamp(2.25rem,7vw,3rem)}.home-section{padding:var(--section-space-tight) 0}.pathway-cards,.teacher-list,.work-options{grid-template-columns:1fr}.hero h1{margin-bottom:2.5rem;font-size:3rem}}
