:root {
  --paper: #f5f2ec;
  --paper-2: #ece7de;
  --ink: #171512;
  --muted: #6f6960;
  --accent: #9d4c31;
  --line: rgba(23, 21, 18, .18);
  --white: #fffdf8;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: clamp(24px, 5vw, 82px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  height: 78px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  transition: background .3s ease, color .3s ease, height .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  height: 64px;
  background: rgba(245, 242, 236, .94);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}
.brand {
  position: relative;
  z-index: 23;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -.02em;
}
.site-nav { display: flex; gap: 28px; font-size: 12px; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; position: relative; z-index: 23; border: 0; background: none; color: inherit; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; margin: 5px 0; }

.hero { position: relative; min-height: 100svh; background: #222; overflow: hidden; color: var(--white); }
.hero-media { position: absolute; inset: 0; display: block; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,8,7,.66) 0%, rgba(9,8,7,.22) 43%, rgba(9,8,7,.04) 72%), linear-gradient(0deg, rgba(9,8,7,.32) 0%, transparent 40%); }
.hero-copy { position: absolute; left: var(--pad); bottom: clamp(95px, 13vh, 150px); max-width: 760px; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 500; }
.eyebrow.light { color: rgba(255,255,255,.82); }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(72px, 10.7vw, 166px); line-height: .73; letter-spacing: -.058em; }
.hero-names { margin: 34px 0 0; font-size: 13px; letter-spacing: .03em; }
.scroll-hint { position: absolute; right: var(--pad); bottom: 34px; display: flex; gap: 14px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.scroll-hint .arrow { font-size: 19px; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

.section-pad { padding: clamp(78px, 10vw, 160px) var(--pad); }
.manifesto { text-align: center; }
.manifesto-inner { max-width: 1120px; margin: auto; }
.manifesto h2, .repertoire h2, .section-title h2, .concerts h2, .private-concerts h2, .contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
}
.manifesto h2 { font-size: clamp(43px, 6vw, 84px); line-height: 1.03; }

.duo-story { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding-top: 0; }
.media-frame { margin: 0; overflow: hidden; }
.media-frame img { aspect-ratio: 16/10; object-fit: cover; }
.story-copy { max-width: 560px; }
.story-copy .lead { font-family: var(--serif); font-size: clamp(25px, 2.5vw, 38px); line-height: 1.22; margin-top: 0; }
.story-copy p:not(.eyebrow):not(.lead) { color: #454039; line-height: 1.8; font-size: 15px; }
.story-copy .editorial-note {
  font-family: var(--sans);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.8;
  letter-spacing: 0;
  color: #454039;
  font-weight: 400;
}

.repertoire { background: var(--paper-2); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 150px); }
.repertoire-head { position: sticky; top: 110px; align-self: start; }
.repertoire h2 { font-size: clamp(40px, 4.7vw, 67px); line-height: 1.04; }
.repertoire-head > p:last-child { max-width: 470px; margin-top: 30px; line-height: 1.7; color: var(--muted); }
.repertoire-head > .editorial-note {
  font-family: var(--sans);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.8;
  letter-spacing: 0;
  color: #5b554d;
  font-weight: 400;
}
.repertoire-list article { border-top: 1px solid var(--line); padding: 24px 0; display: grid; grid-template-columns: 55px 1fr; gap: 12px; align-items: start; }
.repertoire-list article:last-child { border-bottom: 1px solid var(--line); }
.repertoire-list span { color: var(--accent); font-family: var(--serif); font-style: italic; }
.repertoire-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 2.5vw, 37px); font-weight: 400; }
.repertoire-list p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.image-break { position: relative; height: min(82vh, 850px); overflow: hidden; background: #171512; }
.image-break img { height: 100%; object-fit: cover; object-position: center 34%; filter: brightness(.72); }
.image-break blockquote { position: absolute; left: var(--pad); bottom: clamp(35px, 7vw, 90px); max-width: 650px; margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(38px, 5.2vw, 74px); line-height: .98; font-weight: 400; font-style: italic; }
.image-break .quote-start, .image-break .quote-end { white-space: nowrap; }

.musicians { padding-bottom: 40px; }
.section-title { max-width: 830px; margin-bottom: clamp(80px, 10vw, 150px); }
.section-title h2 { font-size: clamp(44px, 5.8vw, 78px); line-height: 1.02; }
.musician { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 130px); margin-bottom: clamp(95px, 14vw, 210px); }
.musician figure { margin: 0; overflow: hidden; }
.musician figure img { height: clamp(560px, 67vw, 880px); max-height: 880px; object-fit: cover; }
.musician-elodie figure img { object-position: center 34%; }
.musician-anne figure img { object-position: 58% center; }
.musician-anne figure { order: 2; }
.musician-anne .bio { order: 1; margin-left: auto; }
.bio { max-width: 560px; }
.bio .role { color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.bio h3 { font-family: var(--serif); font-size: clamp(48px, 5.1vw, 72px); font-weight: 400; line-height: .92; letter-spacing: -.04em; margin: 17px 0 38px; }
.bio p:not(.role) { font-size: 14px; line-height: 1.82; color: #454039; }

.concerts { background: var(--white); }
.concerts-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 70px; }
.concerts h2 { font-size: clamp(45px, 6vw, 82px); }
.concert-card { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(150px, .35fr) 1fr; min-height: 245px; align-items: center; }
.concert-card time { display: flex; align-items: baseline; gap: 12px; color: var(--accent); }
.concert-card time span { font-family: var(--serif); font-size: clamp(82px, 9vw, 135px); line-height: 1; }
.concert-card time small { font-size: 12px; letter-spacing: .14em; }
.concert-info { border-left: 1px solid var(--line); padding-left: clamp(30px, 5vw, 72px); }
.concert-info .place { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.concert-info h3 { margin: 14px 0 10px; font-family: var(--serif); font-size: clamp(31px, 4vw, 55px); font-weight: 400; }
.private { color: var(--muted); font-style: italic; font-family: var(--serif); }

.private-concerts { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.private-concerts h2 { font-size: clamp(48px, 5.6vw, 78px); line-height: .98; }
.private-concerts > div:last-child { max-width: 600px; padding-top: 35px; }
.private-concerts p { color: #454039; line-height: 1.8; font-size: 15px; }
.text-link { display: inline-flex; gap: 16px; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; }

.contact { background: #191714; color: var(--white); min-height: 70vh; display: grid; align-items: center; }
.contact-inner { max-width: 1100px; }
.contact h2 { font-size: clamp(54px, 8vw, 112px); line-height: .91; }
.contact-links { display: flex; flex-wrap: wrap; gap: 24px 55px; margin-top: 65px; font-family: var(--serif); font-size: clamp(22px, 2.4vw, 34px); }
.contact-links a { border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 6px; }
.contact-name { margin-top: 42px; color: rgba(255,255,255,.57); font-size: 12px; }

.site-footer { min-height: 90px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.site-footer > a { font-family: var(--serif); font-size: 20px; text-transform: none; letter-spacing: normal; }
.site-footer .photo-credit { opacity: .52; font-size: 9px; letter-spacing: .11em; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .duo-story, .repertoire, .musician, .private-concerts { grid-template-columns: 1fr; }
  .repertoire-head { position: static; }
  .musician-anne figure, .musician-anne .bio { order: initial; }
  .musician-anne .bio { margin-left: 0; }
}

@media (max-width: 820px) {
  :root { --pad: 22px; }

  .site-header { height: 68px; }
  .brand { font-size: 22px; }
  .menu-toggle { display: block; z-index: 22; }
  .site-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 21;
    padding: 110px var(--pad) 40px;
    background: var(--paper);
    color: var(--ink);
    flex-direction: column;
    gap: 10px;
    font-family: var(--serif);
    font-size: clamp(30px, 9vw, 50px);
    overflow-y: auto;
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav a { padding: 7px 0; }
  .site-header.menu-open { color: var(--ink); }

  .hero { min-height: 78svh; max-height: 860px; }
  .hero-image { object-position: center 18%; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,8,7,.78) 0%, rgba(9,8,7,.28) 52%, rgba(9,8,7,.10) 100%); }
  .hero-copy {
    left: var(--pad);
    right: var(--pad);
    bottom: 34px;
    max-width: none;
  }
  .hero h1 { font-size: clamp(50px, 16vw, 74px); line-height: .86; max-width: 280px; }
  .hero-names { margin-top: 16px; max-width: none; line-height: 1.45; font-size: 11px; }
  .scroll-hint { display: none; }

  .section-pad { padding-top: 72px; padding-bottom: 72px; }
  .manifesto h2 { font-size: clamp(34px, 9vw, 54px); line-height: 1.08; }

  .duo-story { gap: 38px; padding-top: 0; }
  .media-frame img { aspect-ratio: 4 / 3; }
  .story-copy, .bio, .private-concerts > div:last-child, .contact-inner { max-width: none; }
  .story-copy .lead { font-size: clamp(24px, 7vw, 32px); line-height: 1.28; }
  .story-copy p:not(.eyebrow):not(.lead),
  .story-copy .editorial-note,
  .bio p:not(.role),
  .private-concerts p,
  .repertoire-head > .editorial-note { font-size: 16px; line-height: 1.75; }

  .repertoire { gap: 34px; }
  .repertoire h2 { font-size: clamp(34px, 9vw, 48px); line-height: 1.08; }
  .repertoire-list article { grid-template-columns: 34px 1fr; gap: 10px; padding: 20px 0; }
  .repertoire-list h3 { font-size: clamp(24px, 6vw, 30px); line-height: 1.1; }
  .repertoire-list p { font-size: 14px; line-height: 1.55; }

  .image-break { height: 62svh; }
  .image-break img { object-position: 54% center; }
  .image-break blockquote {
    left: var(--pad);
    right: var(--pad);
    bottom: 28px;
    max-width: none;
    font-size: clamp(28px, 8vw, 44px);
    line-height: 1.04;
  }
  .image-break .quote-start, .image-break .quote-end { white-space: normal; }

  .section-title { margin-bottom: 54px; }
  .section-title h2 { font-size: clamp(36px, 9vw, 52px); line-height: 1.06; }
  .musician { gap: 28px; margin-bottom: 88px; }
  .musician figure img { height: min(118vw, 620px); }
  .bio h3 { font-size: clamp(38px, 10vw, 56px); line-height: .94; margin: 14px 0 28px; }

  .concerts-head { display: block; margin-bottom: 36px; }
  .concerts h2 { font-size: clamp(38px, 10vw, 56px); }
  .concert-card {
    grid-template-columns: 1fr;
    padding: 22px 0 30px;
    min-height: 0;
  }
  .concert-card time { gap: 10px; }
  .concert-card time span { font-size: clamp(64px, 18vw, 96px); }
  .concert-info {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0 0;
    margin-top: 16px;
  }
  .concert-info h3 { font-size: clamp(28px, 8vw, 40px); line-height: 1.08; }

  .private-concerts { gap: 24px; }
  .private-concerts h2 { font-size: clamp(38px, 10vw, 52px); line-height: 1.02; }
  .private-concerts > div:last-child { padding-top: 0; }

  .contact { min-height: auto; }
  .contact h2 { font-size: clamp(42px, 11vw, 68px); line-height: .98; }
  .contact-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 38px;
    font-size: clamp(20px, 5.6vw, 28px);
  }
  .contact-links a {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
  }

  .site-footer {
    padding-block: 22px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 8px;
  }
}

@media (max-width: 560px) {
  :root { --pad: 18px; }

  .eyebrow { margin-bottom: 16px; letter-spacing: .16em; font-size: 10px; }
  .hero { min-height: 74svh; }
  .hero-copy { bottom: 30px; }
  .hero h1 { font-size: clamp(46px, 16vw, 64px); }
  .manifesto { text-align: left; }
  .manifesto h2 { font-size: clamp(30px, 10vw, 42px); }
  .story-copy .lead { font-size: 22px; }
  .repertoire h2,
  .section-title h2,
  .concerts h2,
  .private-concerts h2 { font-size: clamp(30px, 10vw, 40px); }
  .repertoire-list article { grid-template-columns: 28px 1fr; }
  .repertoire-list h3 { font-size: 22px; }
  .image-break { height: 52svh; }
  .image-break blockquote { font-size: 24px; }
  .musician figure img { height: auto; aspect-ratio: 4 / 5; }
  .bio h3 { font-size: 34px; }
  .concert-card time span { font-size: 58px; }
  .concert-card time small { font-size: 11px; }
  .contact-links { font-size: 18px; }
  .site-footer {
    flex-direction: column;
    gap: 6px;
    font-size: 10px;
  }
  .site-footer > a { font-size: 18px; }
}

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