@charset "UTF-8";
:root {
  --charcoal: #171416;
  --charcoal-soft: #272126;
  --ivory: #f7f3ee;
  --soft: #eee5df;
  --rose: #b77c76;
  --rose-light: #d9aaa2;
  --ink: #2d282c;
  --muted: #766c70;
  --line: rgba(45, 40, 44, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1320px;
  --hero-title-size: clamp(2.45rem, 4.05vw, 3.9rem);
  --section-title-size: clamp(1.8rem, 2.8vw, 2.9rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--rose); color: white; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 999; transform: translateY(-200%); padding: .7rem 1rem; background: white; color: black; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: var(--ivory); background: rgba(23,20,22,.9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.05; }
.brand-name { font-family: var(--serif); font-size: 1.12rem; letter-spacing: .02em; }
.brand-role { margin-top: .38rem; color: var(--rose-light); text-transform: uppercase; letter-spacing: .28em; font-size: .56rem; }
.primary-nav { display: flex; gap: clamp(.9rem, 1.7vw, 1.8rem); }
.primary-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; color: rgba(247,243,238,.7); transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--rose-light); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--ivory); }

.hero { min-height: 100svh; padding: 82px 0 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); background: var(--charcoal); color: var(--ivory); }
.hero-copy { padding: clamp(6rem, 9vw, 9rem) clamp(2.5rem, 6.4vw, 6.5rem) clamp(4.5rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.hero-copy-inner { width: min(100%, 660px); }
.hero-kicker { margin: 0 0 1.8rem; color: var(--rose-light); text-transform: uppercase; letter-spacing: .19em; font-size: clamp(1rem, 1.2vw, 1.16rem); font-weight: 600; line-height: 1.45; }
.hero-kicker span { margin: 0 .55rem; }
.hero-title-group { display: flex; flex-direction: column; align-items: flex-start; }
.hero h1 { margin: 0; max-width: none; font-family: var(--serif); font-weight: 400; font-size: clamp(3.4rem, 5.35vw, 5.65rem); line-height: .96; letter-spacing: -.047em; white-space: nowrap; }
.hero-rule { width: clamp(64px, 7vw, 94px); height: 1px; margin-top: 1.75rem; background: var(--rose-light); opacity: .72; }
.hero-statement { margin: 2rem 0 0; max-width: 650px; color: rgba(247,243,238,.68); font-size: clamp(.95rem, 1.2vw, 1.12rem); line-height: 1.65; }
.hero-actions { margin-top: 2.35rem; display: flex; flex-wrap: wrap; gap: .85rem; }
.button { min-height: 48px; padding: 0 1.55rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: .64rem; transition: .25s ease; }
.button-filled { background: var(--rose); color: white; }
.button-filled:hover { background: var(--rose-light); transform: translateY(-2px); }
.button-outline { border-color: rgba(247,243,238,.42); color: var(--ivory); }
.button-outline:hover { border-color: var(--rose-light); color: var(--rose-light); }
.hero-image-wrap { min-height: calc(100svh - 82px); display: flex; align-items: stretch; background: #0f0d0e; border-left: 1px solid rgba(247,243,238,.08); }
.hero-image-frame { width: 100%; overflow: hidden; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(.84) contrast(1.035) brightness(.96); }

.section { padding: clamp(3.7rem, 5.8vw, 5.6rem) clamp(1.25rem, 5vw, 5rem); }
.section > * { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.section-ivory { background: var(--ivory); }
.section-soft { background: var(--soft); }
.section-dark { background: var(--charcoal-soft); color: var(--ivory); }
.eyebrow { margin: 0 0 1rem; color: #a36a64; text-transform: uppercase; letter-spacing: .24em; font-size: .66rem; font-weight: 600; }
.eyebrow.light { color: var(--rose-light); }
h2, h3 { font-family: var(--serif); font-weight: 400; }
.section-heading { padding-bottom: 1.45rem; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; max-width: 1000px; font-size: var(--section-title-size); line-height: 1.1; letter-spacing: -.03em; text-wrap: balance; }
.section-heading h2.single-line-title { max-width: none; font-size: clamp(1.65rem, 2.35vw, 2.4rem); white-space: nowrap; letter-spacing: -.025em; }
.dark-heading { border-color: rgba(247,243,238,.14); }
.section-intro { margin-top: 1.65rem; max-width: 720px; color: var(--muted); }

.vocations-grid { margin-top: 1.9rem; display: grid; grid-template-columns: repeat(3, 1fr); }

/* Keep the Three Vocations and Biography sections visually connected. */
.vocations { padding-bottom: clamp(1.4rem, 2.3vw, 2.2rem); }
#about { padding-top: clamp(1.4rem, 2.3vw, 2.2rem); }
.vocation { min-height: 300px; padding: 1.2rem clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--line); }
.vocation:first-child { padding-left: 0; }
.vocation:last-child { padding-right: 0; border-right: 0; }
.number { display: block; margin-bottom: 1.7rem; color: #a66f65; letter-spacing: .18em; font-size: .78rem; }
.vocation h3 { margin: 0 0 1.2rem; font-size: clamp(1.4rem, 1.8vw, 1.8rem); }
.vocation p { max-width: 370px; margin: 0; color: var(--muted); }

.about-grid { margin-top: 2.5rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.2rem, 4.8vw, 4.8rem); }
.about-lead { margin: 0; font-family: var(--serif); font-size: clamp(1.3rem, 1.95vw, 1.9rem); line-height: 1.45; }
.about-intro { min-width: 0; }
.about-portrait { width: min(82%, 360px); margin: 1.8rem 0 0; overflow: hidden; background: #191719; }
.about-portrait img { width: 100%; height: auto; object-fit: contain; }
.about-copy { max-width: 700px; color: var(--muted); }
.about-copy p { margin-bottom: 1.4rem; }
.text-link { display: inline-block; margin-top: .5rem; color: var(--ink); text-underline-offset: .35rem; }
.text-link span { color: var(--rose); }

.performance { padding: 0; max-width: none; min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; }
.performance > * { width: auto; max-width: none; margin: 0; }
.performance-image { min-height: 650px; background: linear-gradient(rgba(23,20,22,.1), rgba(23,20,22,.25)), url('assets/performance.jpg') 52% 45% / cover no-repeat; }
.performance-copy { padding: clamp(3.8rem, 5.8vw, 5.6rem) clamp(2rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.performance-copy h2 { margin: 0 0 1.6rem; font-size: var(--section-title-size); line-height: 1.1; letter-spacing: -.03em; text-wrap: balance; }
.performance-copy h2 em { color: var(--rose-light); }
.performance-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(247,243,238,.66); }
.performance-list { margin-top: 2.6rem; border-top: 1px solid rgba(247,243,238,.14); }
.performance-list div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(247,243,238,.14); }
.performance-list strong { font-family: var(--serif); font-weight: 400; color: var(--rose-light); }
.performance-list span { color: rgba(247,243,238,.62); font-size: .88rem; }

.video-gallery { margin-top: 1.85rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.video-card { min-width: 0; padding: 0; display: block; overflow: hidden; border: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; box-shadow: 0 18px 45px rgba(41, 31, 32, .07); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.video-card-featured { grid-column: 1 / -1; }
.video-card:hover { transform: translateY(-4px); border-color: rgba(183,124,118,.65); box-shadow: 0 24px 54px rgba(41,31,32,.12); }
.video-card:focus-visible { outline: 2px solid var(--rose); outline-offset: 4px; }
.video-card-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.video-card-featured .video-card-image { aspect-ratio: 16 / 7.4; }
.video-card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,14,16,.02), rgba(17,14,16,.25)); transition: background .25s ease; }
.video-card:hover .video-card-image::after { background: linear-gradient(180deg, rgba(17,14,16,0), rgba(17,14,16,.14)); }
.video-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.002); transition: transform .55s ease; }
.video-card:hover .video-card-image img { transform: scale(1.025); }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 68px; height: 68px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(23,20,22,.58); backdrop-filter: blur(5px); transition: transform .25s ease, background .25s ease; }
.video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.06); background: rgba(23,20,22,.75); }
.video-play span { width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid #fff; }
.video-card-label { display: block; padding: 1rem 1.15rem 1.1rem; color: #9f6964; text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; background: rgba(255,255,255,.3); }
.video-card-dark { color: var(--ivory); border-color: rgba(247,243,238,.18); background: #0c0b0c; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.video-card-dark .video-card-label { color: var(--rose-light); background: rgba(255,255,255,.025); }

.video-modal { position: fixed; z-index: 300; inset: 0; padding: clamp(1rem, 4vw, 3rem); display: grid; place-items: center; background: rgba(11,9,10,.92); backdrop-filter: blur(9px); }
.video-modal[hidden] { display: none; }
.video-modal-dialog { width: min(1180px, 100%); position: relative; }
.video-modal-close { margin: 0 0 .8rem auto; padding: .45rem 0; display: block; border: 0; background: transparent; color: var(--ivory); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; cursor: pointer; }
.video-modal-close span { margin-left: .45rem; color: var(--rose-light); font-size: 1.2rem; vertical-align: -.1rem; }
.video-modal-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #000; box-shadow: 0 32px 90px rgba(0,0,0,.5); }
.video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-modal-fallback { margin: .9rem 0 0; color: rgba(247,243,238,.62); text-align: right; font-size: .72rem; }
.video-modal-fallback a { color: var(--rose-light); text-underline-offset: .25rem; }
body.video-modal-open { overflow: hidden; }

.leadership-list { margin-top: 1.6rem; }
.leadership-item { display: grid; grid-template-columns: 100px 1fr; gap: clamp(1.4rem, 3.5vw, 3.4rem); padding: 2rem 0; border-bottom: 1px solid rgba(247,243,238,.14); }
.leadership-item:last-child { border-bottom: 0; }
.leadership-item .number { color: var(--rose-light); }
.leadership-item h3 { margin: 0 0 1rem; font-size: clamp(1.5rem, 2.3vw, 2.4rem); line-height: 1.2; }
.leadership-item p { max-width: 900px; margin: 0; color: rgba(247,243,238,.65); }
.leadership-project-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 330px); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.leadership-project-copy { padding-top: .15rem; }
.leadership-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.15rem; color: var(--rose-light); font-size: .76rem; letter-spacing: .06em; text-decoration: none; border-bottom: 1px solid rgba(217,170,162,.45); padding-bottom: .18rem; transition: color .2s ease, border-color .2s ease; }
.leadership-link:hover, .leadership-link:focus-visible { color: var(--ivory); border-color: var(--ivory); }
.competition-poster-link { display: block; width: min(100%, 330px); justify-self: end; text-decoration: none; }
.competition-poster { width: 100%; height: auto; display: block; border: 1px solid rgba(247,243,238,.14); box-shadow: 0 20px 48px rgba(0,0,0,.24); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.competition-poster-link:hover .competition-poster { transform: translateY(-3px); border-color: rgba(217,170,162,.5); box-shadow: 0 26px 58px rgba(0,0,0,.3); }
.competition-poster-link:focus-visible { outline: 2px solid var(--rose-light); outline-offset: 5px; }
.leadership-content { display: grid; grid-template-columns: 1fr minmax(320px, .72fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.tsipf-video-card { width: 100%; align-self: start; }

.event-list { margin-top: 1.6rem; }
.event { padding: 1.45rem 0; display: grid; grid-template-columns: 120px 1fr; gap: 1.7rem; border-bottom: 1px solid var(--line); }
.event time { display: flex; flex-direction: column; color: #9f6964; text-transform: uppercase; letter-spacing: .13em; }
.event time span { font-size: .62rem; }
.event time strong { margin-top: .15rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; letter-spacing: 0; }
.event-type { margin: 0 0 .3rem; color: #9f6964; text-transform: uppercase; letter-spacing: .15em; font-size: .58rem; }
.event h3 { margin: 0 0 .25rem; font-size: clamp(1.1rem, 1.5vw, 1.5rem); }
.event-program { margin: .28rem 0 .18rem; color: var(--ink); font-family: var(--serif); font-style: italic; line-height: 1.45; }
.event div > p:last-child { margin: 0; color: var(--muted); }

.news-grid { margin-top: 1.35rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.news-card { min-height: 260px; padding: clamp(1.45rem, 2.4vw, 2.15rem); display: flex; flex-direction: column; text-decoration: none; border: 1px solid var(--line); background: rgba(255,255,255,.28); transition: transform .25s ease, border-color .25s ease; }
.news-card:hover { transform: translateY(-5px); border-color: rgba(183,124,118,.6); }
.news-meta { margin: 0 0 .8rem; color: #9f6964; text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; }
.news-card h3 { margin: 0; font-size: clamp(1.15rem, 1.6vw, 1.55rem); line-height: 1.3; }
.news-card span { margin-top: 1.05rem; padding-top: .85rem; border-top: 1px solid var(--line); color: #9f6964; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }

.gallery-slider { margin-top: 1.85rem; outline: none; }
.gallery-slider:focus-visible { outline: 2px solid var(--rose-light); outline-offset: 5px; }
.gallery-viewport { position: relative; overflow: hidden; background: #151214; }
.gallery-track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.gallery-slide { flex: 0 0 100%; margin: 0; position: relative; aspect-ratio: 16 / 10; min-height: 0; display: grid; place-items: center; overflow: hidden; background: #151214; isolation: isolate; }
.gallery-slide::before { content: ''; position: absolute; inset: -7%; z-index: -2; background-image: var(--gallery-bg); background-size: cover; background-position: center; filter: blur(24px) saturate(.8); opacity: .42; transform: scale(1.08); }
.gallery-slide::after { content: ''; position: absolute; inset: 0; z-index: -1; background: rgba(21,18,20,.43); }
.gallery-slide img { width: 100%; height: 100%; object-fit: contain; display: block; position: relative; z-index: 1; }
.gallery-arrow { position: absolute; top: 50%; z-index: 3; width: 48px; height: 48px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid rgba(247,243,238,.45); border-radius: 50%; background: rgba(23,20,22,.64); color: var(--ivory); font-size: 1.15rem; cursor: pointer; backdrop-filter: blur(6px); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.gallery-arrow:hover { background: rgba(23,20,22,.86); border-color: var(--rose-light); }
.gallery-prev { left: 1rem; }
.gallery-next { right: 1rem; }
.gallery-controls { margin-top: .9rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.gallery-dots { display: flex; flex-wrap: wrap; gap: .48rem; }
.gallery-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(247,243,238,.28); cursor: pointer; }
.gallery-dot.is-active { background: var(--rose-light); transform: scale(1.2); }
.gallery-count { color: rgba(247,243,238,.55); font-size: .68rem; letter-spacing: .12em; font-variant-numeric: tabular-nums; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2.8rem, 7vw, 6rem); background: var(--charcoal); color: var(--ivory); }
.contact > * { width: auto; max-width: none; margin: 0; }
.contact-intro h2 { margin: 0 0 1.4rem; font-size: var(--section-title-size); line-height: 1.1; letter-spacing: -.03em; text-wrap: balance; }
.contact-intro > p:last-child { max-width: 750px; color: rgba(247,243,238,.66); font-size: 1rem; }
.contact-label { margin: 0 0 .3rem; color: var(--rose-light); text-transform: uppercase; letter-spacing: .17em; font-size: .6rem; }
.contact-email { display: inline-block; margin-bottom: 2.2rem; font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 2.1rem); text-decoration: none; }
.contact-details > p:not(.contact-label) { color: rgba(247,243,238,.62); }
.contact-note { max-width: 31rem; margin: 0 0 1.25rem; line-height: 1.65; }
.email-contact-button { border: 0; cursor: pointer; font: inherit; }
.contact-studio-label { margin-top: 2.2rem; }
.button-light { margin-top: 1.8rem; border-color: rgba(247,243,238,.4); color: var(--ivory); }
.button-light:hover { border-color: var(--rose-light); color: var(--rose-light); }

.site-footer { padding: 2rem clamp(1.25rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto auto; gap: 1.6rem; align-items: end; background: var(--charcoal); color: rgba(247,243,238,.45); border-top: 1px solid rgba(247,243,238,.1); font-size: .65rem; }
.site-footer div { display: flex; flex-direction: column; }
.site-footer strong { color: var(--ivory); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.site-footer span { text-transform: uppercase; letter-spacing: .15em; font-size: .55rem; }
.site-footer p { margin: 0; }
.site-footer a { text-decoration: none; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .23s; }



/* Reliable anchor navigation and comfortable tap targets */
section[id] { scroll-margin-top: 96px; }
.primary-nav a,
.hero-actions .button,
.brand,
.site-footer a { touch-action: manipulation; }
.primary-nav a { display: inline-flex; align-items: center; min-height: 40px; }
.hero-actions .button { position: relative; z-index: 2; }

@media (max-width: 1040px) {
  :root { --section-title-size: clamp(1.7rem, 4.5vw, 2.5rem); }
  .site-header { height: 72px; }
  .nav-toggle { display: block; cursor: pointer; }
  .primary-nav { position: fixed; inset: 72px 0 auto; padding: 2rem 1.25rem 2.4rem; display: grid; gap: 1.2rem; background: rgba(23,20,22,.98); transform: translateY(-130%); transition: transform .3s ease; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav.open { transform: none; }
  .primary-nav a { width: 100%; min-height: 44px; font-size: .72rem; }
  .hero { padding-top: 72px; grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; }
  .hero-image-wrap { min-height: 760px; }
  .vocations-grid, .video-gallery, .news-grid { grid-template-columns: 1fr; }
  .video-card-featured { grid-column: auto; }
  .video-card-featured .video-card-image { aspect-ratio: 16 / 9; }
  .vocation, .vocation:first-child, .vocation:last-child { min-height: 0; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .vocation:last-child { border-bottom: 0; }
  .about-grid, .contact, .leadership-content { grid-template-columns: 1fr; }
  .leadership-project-grid { grid-template-columns: minmax(0, 1fr) minmax(220px, 300px); gap: 2rem; }
  .performance { grid-template-columns: 1fr; }
  .performance-image { min-height: 75vw; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 640px) {
  :root {
    --section-title-size: clamp(1.55rem, 6.5vw, 1.95rem);
  }
  body { font-size: 15px; line-height: 1.65; }
  .site-header { padding-left: 1rem; padding-right: 1rem; }
  .brand-name { font-size: .98rem; }
  .brand-role { letter-spacing: .2em; font-size: .52rem; }
  .hero-copy { min-height: 540px; padding: 5.6rem 1.25rem 4.25rem; }
  .hero-kicker { margin-bottom: 1.1rem; letter-spacing: .11em; font-size: .76rem; line-height: 1.55; }
  .hero-kicker span { margin: 0 .28rem; }
  .hero h1 { font-size: clamp(1.95rem, 8.3vw, 2.5rem); line-height: 1.06; letter-spacing: -.04em; }
  .hero-statement { margin-top: 1.4rem; font-size: .95rem; line-height: 1.58; }
  .hero-actions { margin-top: 2rem; flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-image-wrap { min-height: 560px; }
  .section { padding: 2.85rem 1.25rem; }
  .section-heading { padding-bottom: 1rem; }
  .section-heading h2,
  .performance-copy h2,
  .contact-intro h2 {
    font-size: var(--section-title-size);
    line-height: 1.14;
    letter-spacing: -.025em;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .section-heading h2.single-line-title { font-size: clamp(1.42rem, 5.8vw, 1.72rem); white-space: normal; }
  .section-intro { margin-top: 1.15rem; }
  .vocations-grid { margin-top: .75rem; }
  .vocation, .vocation:first-child, .vocation:last-child { padding: 1.05rem 0; }
  .vocation .number { margin-bottom: .45rem; font-size: .68rem; }
  .vocation h3 { margin-bottom: .45rem; font-size: 1.32rem; }
  .vocation p { line-height: 1.5; }
  .about-grid { margin-top: 1.6rem; gap: 1.35rem; }
  .about-lead { font-size: 1.22rem; line-height: 1.42; }
  .performance { padding: 0; min-height: 0; }
  .performance-image { min-height: 78vw; }
  .performance-copy { padding: 2.85rem 1.25rem; }
  .performance-copy h2 { margin-bottom: 1.25rem; }
  .video-gallery, .news-grid { margin-top: 1.35rem; }
  .video-play { width: 58px; height: 58px; }
  .leadership-item { grid-template-columns: 1fr; gap: .4rem; padding: 1.45rem 0; }
  .leadership-item h3 { font-size: 1.36rem; line-height: 1.25; }
  .leadership-project-grid { grid-template-columns: 1fr; gap: 1.35rem; }
  .leadership-link { margin-top: .85rem; font-size: .72rem; }
  .competition-poster-link { width: min(82vw, 300px); justify-self: center; }
  .event { grid-template-columns: 72px 1fr; gap: .9rem; padding: 1.3rem 0; }
  .event h3 { font-size: 1.15rem; line-height: 1.3; }
  .event time strong { font-size: 1.55rem; }
  .news-card { min-height: 280px; }
  .gallery-slider { margin-top: 1.25rem; }
  .gallery-slide { aspect-ratio: 4 / 5; min-height: 0; max-height: none; }
  .gallery-slide::before { filter: blur(18px) saturate(.82); opacity: .46; }
  .gallery-arrow { width: 42px; height: 42px; }
  .gallery-prev { left: .65rem; }
  .gallery-next { right: .65rem; }
  .gallery-controls { margin-top: .7rem; }
  .contact { padding: 3rem 1.25rem; gap: 1.75rem; }
  .contact-intro h2 { margin-bottom: 1rem; }
  .contact-intro > p:last-child { font-size: .95rem; }
  .site-footer { gap: 1.15rem; }
}


@media (max-width: 360px) {
  .hero h1 { font-size: 1.82rem; letter-spacing: -.045em; }
  .section-heading h2, .performance-copy h2, .contact-intro h2 { font-size: 1.58rem; }
  .section-heading h2.single-line-title { font-size: 1.4rem; }
}

/* Refined editorial hero: stronger hierarchy without adding more copy. */
@media (min-width: 1041px) {
  .hero-copy { padding-left: clamp(3rem, 6vw, 6.5rem); padding-right: clamp(2.5rem, 5vw, 5.5rem); }
  .hero-image-frame { position: relative; }
  .hero-image-frame::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 22px 0 50px rgba(23,20,22,.08); }
}

@media (min-width: 701px) and (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, .88fr) minmax(340px, 1.12fr); }
  .hero-copy { padding-left: clamp(2rem, 4vw, 3.25rem); padding-right: clamp(1.5rem, 3vw, 2.5rem); }
  .hero-copy-inner { max-width: 500px; }
  .hero-kicker { margin-bottom: 1.4rem; font-size: clamp(.82rem, 1.8vw, .98rem); letter-spacing: .14em; }
  .hero h1 { font-size: clamp(2.65rem, 5.8vw, 3.65rem); }
  .hero-rule { margin-top: 1.35rem; }
  .hero-actions { margin-top: 1.9rem; }
}

@media (max-width: 700px) {
  .hero-copy { padding-top: 4.5rem; padding-bottom: 2.8rem; }
  .hero-copy-inner { width: 100%; }
  .hero-kicker { margin-bottom: 1.25rem; font-size: clamp(.82rem, 3.8vw, .94rem); letter-spacing: .115em; line-height: 1.55; }
  .hero h1 { font-size: clamp(2.55rem, 11.2vw, 3.35rem); line-height: .98; letter-spacing: -.045em; }
  .hero-rule { width: 62px; margin-top: 1.3rem; }
  .hero-actions { margin-top: 1.75rem; }
  .hero-actions .button { min-height: 46px; }
  .hero-image-wrap { border-left: 0; border-top: 1px solid rgba(247,243,238,.08); aspect-ratio: 4 / 4.15; }
  .hero-image-frame img { object-position: 50% 44%; }
  .video-modal-fallback { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}


/* Launch-ready refinements */
.bio-toggle { border: 0; padding: 0; background: transparent; font: inherit; cursor: pointer; }
.bio-toggle span { display: inline-block; transition: transform .2s ease; }
.bio-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.bio-extra { margin-top: 1.15rem; }
.bio-extra[hidden] { display: none; }
.invite-link { display: block; margin-top: 1.1rem; }

.leadership-film { margin-top: 2rem; padding-top: 2rem; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; border-top: 1px solid rgba(247,243,238,.14); }
.leadership-film-copy h3 { margin: 0 0 .8rem; font-size: clamp(1.5rem, 2.2vw, 2.2rem); }
.leadership-film-copy p:last-child { max-width: 34rem; margin: 0; color: rgba(247,243,238,.65); }

/* A quiet museum-like frame keeps mixed portrait/landscape photos consistent. */
.gallery-viewport { background: #111; max-width: 980px; margin-left: auto; margin-right: auto; }
.gallery-slide { aspect-ratio: 5 / 4; background: #111; }
.gallery-slide::before, .gallery-slide::after { display: none !important; content: none !important; }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; background: #111; }
.gallery-focus-concerto img { object-position: 48% 50%; }
.gallery-focus-portrait img { object-position: 50% 34%; }
.gallery-focus-panel img { object-position: 50% 47%; }
.gallery-focus-piano img { object-position: 50% 48%; }
.gallery-focus-coaching img { object-position: 48% 45%; }
.gallery-focus-headshot img { object-position: 50% 32%; }
.gallery-focus-presentation img { object-position: 50% 48%; }
.gallery-focus-editorial img { object-position: 50% 35%; }

.contact-details { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-details .button-light { margin-top: .65rem; }

@media (max-width: 1040px) {
  .leadership-film { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .bio-extra { margin-top: .9rem; }
  .leadership-film { margin-top: 1.4rem; padding-top: 1.4rem; gap: 1.2rem; }
  .gallery-slide { aspect-ratio: 4 / 5; }
  .gallery-focus-concerto img { object-position: 40% 50%; }
  .gallery-focus-piano img { object-position: 42% 50%; }
  .gallery-focus-presentation img { object-position: 60% 50%; }
  .gallery-arrow { width: 42px; height: 42px; }
}


/* Editorial gallery carousel: consistent visual scale across mixed photo formats */
.gallery-slider { max-width: 980px; margin-top: 1.7rem; }
.gallery-viewport { position: relative; overflow: hidden; background: #111; }
.gallery-track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.gallery-slide {
  flex: 0 0 100%;
  margin: 0;
  aspect-ratio: 16 / 10;
  min-height: 0;
  overflow: hidden;
  background: #111;
}
.gallery-slide::before, .gallery-slide::after { display: none !important; content: none !important; }
.gallery-single { display: block; }
.gallery-single img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}
.gallery-pair img { width: 100%; height: 100%; min-width: 0; object-fit: cover; display: block; }
.gallery-concerto img { object-position: 48% 50%; }
.gallery-piano img { object-position: 50% 45%; }
.gallery-presentation img { object-position: 52% 48%; }
.gallery-pair img:first-child { object-position: 50% 45%; }
.gallery-pair img:last-child { object-position: 50% 45%; }
.gallery-portraits img:first-child { object-position: 50% 30%; }
.gallery-portraits img:last-child { object-position: 50% 32%; }
.gallery-controls { max-width: 980px; }

@media (max-width: 640px) {
  .gallery-slider { margin-top: 1.1rem; }
  .gallery-slide { aspect-ratio: 4 / 3; }
  .gallery-pair { gap: 6px; padding: 6px; }
  .gallery-concerto img { object-position: 42% 50%; }
  .gallery-piano img { object-position: 45% 48%; }
  .gallery-presentation img { object-position: 55% 48%; }
  .gallery-arrow { width: 40px; height: 40px; }
}

/* Static framed photo wall — two balanced columns with orientation-aware ratios. */
.photo-frame-grid {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
  align-items: start;
}
.photo-column {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.8rem);
  min-width: 0;
}
.photo-frame {
  margin: 0;
  padding: clamp(.5rem, 1vw, .75rem);
  background: #0e0c0d;
  border: 1px solid rgba(247,243,238,.16);
  box-shadow: 0 16px 40px rgba(0,0,0,.20);
}
.photo-mat {
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #151214;
  border: 1px solid rgba(247,243,238,.07);
}
.photo-mat img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
/* Landscape photos use one family of ratios; vertical activity photos use another. */
.photo-frame-wide .photo-mat { aspect-ratio: 3 / 2; }
.photo-frame-standard .photo-mat { aspect-ratio: 4 / 3; }
.photo-frame-vertical {
  width: min(82%, 500px);
  align-self: center;
}
.photo-frame-vertical .photo-mat { aspect-ratio: 3 / 4; }
/* The final portrait images are intentionally smaller and never cropped. */
.photo-frame-portrait {
  width: min(68%, 360px);
  align-self: center;
}
.photo-frame-portrait .photo-mat { aspect-ratio: 2 / 3; }
.photo-frame-portrait .photo-mat img { object-fit: contain; }

@media (max-width: 700px) {
  .photo-frame-grid {
    grid-template-columns: 1fr;
    gap: .95rem;
    margin-top: 1.2rem;
  }
  .photo-column { display: contents; }
  .photo-frame {
    order: var(--mobile-order);
    padding: .45rem;
  }
  .photo-frame-vertical { width: min(86%, 430px); justify-self: center; }
  .photo-frame-portrait { width: min(72%, 310px); justify-self: center; }
}


/* 2026-08 responsive polish: desktop, tablet, and phone */
html, body { max-width: 100%; overflow-x: hidden; }

/* Keep long titles and labels from forcing horizontal scroll. */
.section-heading h2,
.leadership-item h3,
.event h3,
.news-card h3,
.contact-intro p,
.about-copy { overflow-wrap: anywhere; }

/* Slightly more compact desktop rhythm without making the page feel crowded. */
@media (min-width: 1041px) {
  .hero { min-height: min(100svh, 900px); }
  .hero-copy { padding-top: clamp(6.5rem, 9vw, 9rem); padding-bottom: clamp(4.5rem, 6vw, 6rem); }
  .hero-image-wrap { min-height: calc(min(100svh, 900px) - 82px); }
  .vocation { min-height: 255px; }
  .about-grid { align-items: start; }
  .event-list { max-width: 1120px; }
  .photo-frame-grid { max-width: 1100px; }
}

/* Tablet: retain a strong editorial split hero and use the available width. */
@media (min-width: 701px) and (max-width: 1040px) {
  .hero {
    min-height: 720px;
    padding-top: 72px;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  }
  .hero-copy {
    min-height: 648px;
    padding: 5.2rem clamp(2rem, 4vw, 3.4rem) 4.2rem;
  }
  .hero-image-wrap { min-height: 648px; }
  .hero h1 { font-size: clamp(2.4rem, 5.2vw, 3.25rem); }
  .hero-kicker { letter-spacing: .13em; font-size: .88rem; }
  .hero-actions { gap: .75rem; }
  .button { min-height: 48px; padding-left: 1.25rem; padding-right: 1.25rem; }

  .section { padding-left: clamp(2rem, 4vw, 3.4rem); padding-right: clamp(2rem, 4vw, 3.4rem); }
  .vocations-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vocation, .vocation:first-child, .vocation:last-child {
    min-height: 0;
    padding: 1.25rem clamp(1.1rem, 2.2vw, 1.8rem);
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .vocation:first-child { padding-left: 0; }
  .vocation:last-child { padding-right: 0; border-right: 0; }
  .vocation .number { margin-bottom: .8rem; }
  .vocation h3 { margin-bottom: .7rem; }

  .about-grid { grid-template-columns: .82fr 1.18fr; gap: 2.4rem; }
  .about-portrait { width: min(88%, 330px); }

  .video-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-card-featured { grid-column: 1 / -1; }
  .video-card-featured .video-card-image { aspect-ratio: 16 / 8; }

  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-card:last-child { grid-column: 1 / -1; min-height: 210px; }

  .leadership-item { grid-template-columns: 74px 1fr; gap: 1.4rem; }
  .leadership-film { grid-template-columns: .78fr 1.22fr; gap: 2rem; }

  .event { grid-template-columns: 96px 1fr; gap: 1.25rem; }
  .contact { grid-template-columns: 1.15fr .85fr; gap: 3rem; }

  .photo-frame-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Phone: intentionally tighter, touch-friendly, and easy to scan. */
@media (max-width: 700px) {
  .site-header { height: 66px; }
  .primary-nav {
    inset: 66px 0 auto;
    max-height: calc(100svh - 66px);
    overflow-y: auto;
    padding: 1.1rem 1.1rem 1.4rem;
    gap: .25rem;
  }
  .primary-nav a { min-height: 46px; font-size: .7rem; }
  .nav-toggle { width: 44px; height: 44px; }

  .hero {
    min-height: 0;
    padding-top: 66px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    min-height: 0;
    padding: 4.2rem 1.2rem 3rem;
  }
  .hero-kicker { margin-bottom: 1rem; letter-spacing: .10em; font-size: .78rem; line-height: 1.5; }
  .hero h1 { white-space: normal; font-size: clamp(2rem, 9vw, 2.55rem); }
  .hero-statement { max-width: 34rem; margin-top: 1.15rem; }
  .hero-actions { margin-top: 1.65rem; gap: .7rem; }
  .hero-actions .button { min-height: 48px; }
  .hero-image-wrap {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 4.35;
  }
  .hero-image-frame img { object-position: 50% 45%; }

  .section { padding: 2.55rem 1.15rem; }
  .eyebrow { margin-bottom: .65rem; }
  .section-heading { padding-bottom: .85rem; }
  .section-heading h2 { text-wrap: pretty; }

  .vocations { padding-bottom: 1.15rem; }
  #about { padding-top: 1.15rem; }
  .vocations-grid { margin-top: .55rem; }
  .vocation, .vocation:first-child, .vocation:last-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    column-gap: .72rem;
    row-gap: .42rem;
    padding: .9rem 0 1rem;
  }
  .vocation .number {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: .66rem;
  }
  .vocation h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 1.25rem;
  }
  .vocation p {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 100%;
    margin: 0;
    font-size: .93rem;
    line-height: 1.52;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: pretty;
  }

  .about-grid { margin-top: 1.3rem; gap: 1.05rem; }
  .about-lead { font-size: 1.18rem; }
  .about-portrait { width: min(68%, 280px); margin-top: 1.15rem; }
  .about-copy p { margin-top: 0; margin-bottom: 1rem; }
  .invite-link { line-height: 1.45; }

  .video-gallery { grid-template-columns: 1fr; gap: .9rem; }
  .video-card-featured { grid-column: auto; }
  .video-card-image,
  .video-card-featured .video-card-image { aspect-ratio: 16 / 9; }
  .video-card-label { padding: .82rem .95rem .9rem; }

  .leadership-list { margin-top: 1rem; }
  .leadership-item { padding: 1.15rem 0; }
  .leadership-item .number { margin-bottom: .1rem; }
  .leadership-item h3 { margin-bottom: .55rem; }
  .leadership-film { grid-template-columns: 1fr; margin-top: 1rem; padding-top: 1.1rem; }

  .event-list { margin-top: 1rem; }
  .event {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: .75rem;
    padding: 1rem 0;
  }
  .event time strong { font-size: 1.42rem; }
  .event-type { margin-bottom: .2rem; }
  .event h3 { font-size: 1.08rem; }
  .event div > p:last-child { line-height: 1.45; }

  .news-grid { grid-template-columns: 1fr; gap: .8rem; }
  .news-card { min-height: 0; padding: 1.2rem; }
  .news-meta { margin-bottom: .65rem; }
  .news-card span { margin-top: .95rem; padding-top: .75rem; }

  .photo-frame-grid { margin-top: 1rem; }
  .photo-column { display: contents; }
  .photo-frame { width: 100%; max-width: 100%; padding: .42rem; }
  .photo-frame-wide .photo-mat { aspect-ratio: 3 / 2; }
  .photo-frame-standard .photo-mat { aspect-ratio: 4 / 3; }
  .photo-frame-vertical { width: min(88%, 430px); justify-self: center; }
  .photo-frame-portrait { width: min(68%, 290px); justify-self: center; }
  .photo-frame-vertical .photo-mat { aspect-ratio: 3 / 4; }
  .photo-frame-portrait .photo-mat { aspect-ratio: 2 / 3; }

  .contact { grid-template-columns: 1fr; padding: 2.7rem 1.15rem; gap: 1.35rem; }
  .contact-details { justify-content: flex-start; }
  .contact-details .button-light { width: 100%; max-width: 320px; }
  .site-footer { padding: 1.65rem 1.15rem; gap: .8rem; }
}

@media (max-width: 420px) {
  .hero-copy { padding-top: 3.6rem; }
  .hero-kicker { letter-spacing: .08em; font-size: .74rem; }
  .hero-kicker span { margin: 0 .18rem; }
  .section { padding-left: 1rem; padding-right: 1rem; }
  .photo-frame-vertical { width: 92%; }
  .photo-frame-portrait { width: 72%; }
  .event { grid-template-columns: 54px minmax(0, 1fr); gap: .65rem; }
}

/* Final hero polish — intentional overrides after all responsive rules. */
@media (min-width: 1041px) {
  .hero { grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); }
  .hero-copy { padding: clamp(6.5rem, 9vw, 9rem) clamp(2.5rem, 5.5vw, 5.8rem) clamp(4.5rem, 6vw, 6rem); }
  .hero-copy-inner { width: min(100%, 650px); }
  .hero-kicker { margin-bottom: 1.8rem; font-size: clamp(1rem, 1.2vw, 1.16rem); letter-spacing: .19em; }
  .hero h1 { font-size: clamp(3.6rem, 5.35vw, 5.65rem); line-height: .96; letter-spacing: -.047em; }
  .hero-rule { width: clamp(64px, 7vw, 94px); margin-top: 1.75rem; }
  .hero-actions { margin-top: 2.35rem; }
}

@media (min-width: 701px) and (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, .88fr) minmax(340px, 1.12fr); }
  .hero-copy { padding: 5.2rem clamp(2rem, 4vw, 3.25rem) 4.2rem; }
  .hero-copy-inner { width: min(100%, 500px); }
  .hero-kicker { margin-bottom: 1.4rem; font-size: clamp(.86rem, 1.8vw, .98rem); letter-spacing: .14em; }
  .hero h1 { font-size: clamp(2.75rem, 5.8vw, 3.7rem); line-height: .98; }
  .hero-rule { width: 68px; margin-top: 1.35rem; }
  .hero-actions { margin-top: 1.9rem; }
}

@media (max-width: 700px) {
  .hero-copy { padding: 4.4rem 1.2rem 2.85rem; }
  .hero-copy-inner { width: 100%; }
  .hero-kicker { margin-bottom: 1.2rem; font-size: clamp(.84rem, 3.8vw, .95rem); letter-spacing: .105em; line-height: 1.55; }
  .hero-kicker span { margin: 0 .24rem; }
  .hero h1 { white-space: normal; font-size: clamp(2.55rem, 11.2vw, 3.35rem); line-height: .98; letter-spacing: -.045em; }
  .hero-rule { width: 62px; margin-top: 1.25rem; }
  .hero-actions { margin-top: 1.7rem; gap: .65rem; }
  .hero-actions .button { min-height: 46px; }
  .hero-image-wrap { aspect-ratio: 4 / 4.15; border-left: 0; border-top: 1px solid rgba(247,243,238,.08); }
  .hero-image-frame img { object-position: 50% 44%; }
}

@media (max-width: 420px) {
  .hero-copy { padding-top: 3.75rem; }
  .hero-kicker { font-size: .8rem; letter-spacing: .085em; }
  .hero h1 { font-size: clamp(2.45rem, 12.3vw, 3.05rem); }
}


/* Final opening + inline-video refinements */
.hero-rule { display: none !important; }

.video-inline-active {
  cursor: default;
  transform: none !important;
  box-shadow: 0 18px 45px rgba(41,31,32,.09);
}
.video-inline-active:hover {
  transform: none !important;
  border-color: var(--line);
  box-shadow: 0 18px 45px rgba(41,31,32,.09);
}
.video-inline-frame { background: #000; }
.video-inline-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-inline-active .video-card-label,
.video-inline-active .video-play { display: none; }

/* Give the opening portrait slightly less visual weight than the copy. */
@media (min-width: 1041px) {
  .hero { grid-template-columns: minmax(0, 1.06fr) minmax(460px, .94fr); }
  .hero-copy { padding-right: clamp(2.2rem, 4.5vw, 4.7rem); }
}

@media (min-width: 701px) and (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, 1.04fr) minmax(310px, .96fr); }
}

@media (max-width: 700px) {
  .hero-image-wrap { aspect-ratio: 4 / 3.55; }
  .hero-image-frame img { object-position: 50% 43%; }
}
