@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap";:root{--background:#f7f3ed;--text:#292522;--accent:#722f3e;--muted:#756d66;--line:#d9d1c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,sans-serif;font-weight:300;line-height:1.7}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:500;line-height:1.1}a{color:inherit;text-decoration:none}header{border-bottom:1px solid var(--line);padding:2rem 5vw}nav{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}nav>a{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600}nav div{gap:2rem;display:flex}nav div a{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.75rem}nav div a:hover{color:var(--accent)}.hero{grid-template-columns:.8fr 1.2fr;align-items:start;gap:5rem;max-width:3000px;min-height:80vh;margin:0 auto;padding:0 5vw 8rem;display:grid}.hero h1{margin:0;font-size:clamp(4rem,8vw,8rem);font-weight:400}.hero p:first-child{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem}.hero p:last-child{max-width:32rem;color:var(--muted);margin-top:2rem;font-size:1.05rem}.hero-image{border:none;justify-self:start;width:100%;max-width:2500px}.hero-image img{width:100%;height:auto;display:block}.page-intro{max-width:1000px;margin:0 auto;padding:9rem 5vw 7rem}.page-intro h1{margin:0;font-size:clamp(4rem,8vw,8rem);font-weight:400}.page-description{max-width:38rem;color:var(--muted);margin-top:2rem;font-size:1.1rem}.repertoire-section{max-width:1200px;margin:0 auto;padding:5rem 5vw}.section-heading h3{text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:clamp(.5rem,2vw,1.5rem);font-weight:150}.section-heading h2{margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400}.repertoire-item{border-top:1px solid var(--line);grid-template-columns:2fr 1fr;padding:2rem 0;display:grid}.repertoire-item:last-child{border-bottom:1px solid var(--line)}.repertoire-item h3{margin:0;font-size:2rem;font-weight:500}.repertoire-item p{color:var(--muted);margin:.3rem 0 0}.composer{text-align:right}.about-page{grid-template-columns:1fr 1fr;align-items:center;gap:7rem;max-width:2500px;margin:0 auto;padding:8rem 5vw;display:grid}.about-image{border:none;place-self:start;width:100%;max-width:1200px}.about-image img{width:100%;height:auto;display:block}.about-text h3{text-transform:uppercase;max-width:38rem;color:var(--accent);font-size:clamp(.5rem,2vw,1.5rem);font-weight:150}.about-text h1{margin:0 0 2.5rem;font-size:clamp(3rem,7vw,6rem);font-weight:400}.about-text p:not(.eyebrow){color:var(--muted);text-align:justify;font-family:Cormorant Garamond,serif;font-size:1.4rem}.about-lead{text-align:justify;margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:2rem;line-height:1.4}.resume-link{color:var(--accent);border-bottom:1px solid var(--accent);margin-top:2rem;padding-bottom:.3rem;display:inline-block}.calendar-page{max-width:1200px;margin:0 auto;padding:8rem 5vw}.calendar-heading h3{text-transform:uppercase;color:var(--accent);margin-bottom:3rem;font-size:clamp(.5rem,2vw,1.5rem);font-weight:150}.calendar-heading h1{max-width:800px;margin:0;font-size:clamp(2.5rem,7vw,5rem);font-weight:400}.event{border-top:1px solid var(--line);grid-template-columns:150px 1fr auto;align-items:center;gap:3rem;padding:2.5rem 0;display:grid}.event:last-child{border-bottom:1px solid var(--line)}.event-date{flex-direction:column;display:flex}.event-month{color:var(--accent);letter-spacing:.2em;font-size:.75rem;font-weight:500}.event-day{font-family:Cormorant Garamond,serif;font-size:4rem;line-height:.9}.event-year{color:var(--muted);margin-top:.4rem;font-size:.8rem}.event-info h2{margin:0;font-size:2rem;font-weight:400}.event-role{margin:.4rem 0 0;font-family:Cormorant Garamond,serif;font-size:1.25rem}.event-location{color:var(--muted);margin:.5rem 0 0}.event-action a{color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:.25rem;text-decoration:none}.past-heading{margin-top:8rem}.contact-page{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1200px;min-height:75vh;margin:0 auto;padding:8rem 5vw 10rem;display:grid}.contact-heading h1{max-width:600px;margin:0;font-size:clamp(3rem,7vw,5rem);font-weight:400;line-height:.95}.contact-heading h3{text-transform:uppercase;color:var(--accent);margin-bottom:2rem;font-size:clamp(.5rem,2vw,1.5rem);font-weight:150}.contact-content{max-width:32rem}.contact-content p{color:var(--muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.contact-email{color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:.3rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;text-decoration:none;display:block}.social-media{color:var(--accent);border-bottom:1px solid var(--accent);margin-top:1rem;padding-bottom:.3rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;text-decoration:none;display:block}.instagram-icon{width:1.3rem;height:1.3rem;position:relative;top:2px}.media-page{max-width:1400px;margin:0 auto;padding:8rem 5vw 10rem}.media-heading h3{text-transform:uppercase;color:var(--accent);margin-bottom:2rem;font-size:clamp(.5rem,2vw,1.5rem);font-weight:150}.media-heading h1{margin:0;font-size:clamp(3rem,7vw,5rem);font-weight:400}.media-section{margin-top:4rem}.media-section h2{margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400}.video-grid{grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}.video-wrapper{aspect-ratio:16/9;background:#eee;position:relative;overflow:hidden}.video-wrapper iframe{border:0;width:100%;height:100%}.video-item h3{margin:1.2rem 0 .2rem;font-size:1.5rem;font-weight:400}.video-item p{color:var(--muted);margin:0}@media (width<=768px){header{padding:1.5rem 6vw}nav{flex-direction:column;align-items:flex-start;gap:1.2rem}nav>a{font-size:1.5rem}nav div{flex-wrap:wrap;gap:.8rem 1.2rem;width:100%}nav div a{font-size:.65rem}.section-heading h3,.about-text h3,.calendar-heading h3,.contact-heading h3,.media-heading h3{letter-spacing:.15em;font-size:.9rem}.hero{flex-direction:column;gap:3rem;min-height:auto;padding:4rem 6vw 5rem;display:flex}.hero h1{font-size:clamp(3.5rem,16vw,5rem)}.hero p:last-child{margin-top:1.5rem;font-size:1rem}.hero-image{width:100%}.page-intro{padding:5rem 6vw 4rem}.page-intro h1{font-size:clamp(3.5rem,15vw,5rem)}.repertoire-section{padding:3rem 6vw 4rem}.repertoire-item{grid-template-columns:1fr;gap:.5rem;padding:1.5rem 0}.repertoire-item h3{font-size:1.7rem}.composer{text-align:left}.about-page{flex-direction:column;align-items:stretch;gap:3rem;padding:5rem 6vw;display:flex}.about-image{width:100%}.about-text h1{margin-bottom:2rem;font-size:clamp(3rem,14vw,5rem)}.about-text p:not(.eyebrow){text-align:left;font-size:1.2rem}.about-lead{text-align:left;font-size:1.6rem}.calendar-page{padding:5rem 6vw}.calendar-heading h1{font-size:clamp(2.8rem,13vw,5rem)}.event{grid-template-columns:75px 1fr;gap:1.5rem;padding:2rem 0}.event-day{font-size:3rem}.event-info h2{font-size:1.5rem}.event-role{font-size:1.1rem}.event-action{grid-column:2;margin-top:.5rem}.contact-page{flex-direction:column;align-items:flex-start;gap:3rem;min-height:auto;padding:5rem 6vw 7rem;display:flex}.contact-heading h1{font-size:clamp(3rem,14vw,5rem)}.contact-email,.social-media{overflow-wrap:anywhere;font-size:1.5rem}.media-page{padding:5rem 6vw 7rem}.media-heading h1{font-size:clamp(3rem,14vw,5rem)}.video-grid{grid-template-columns:1fr;gap:3rem}footer{padding:2rem 6vw}}.year_footer{max-width:3000px;margin:0 auto;padding:3rem 5vw}
