/* NANYIN — a contemporary cultural listening room. */
:root{
  --paper:#f8f9f5;
  --white:#fff;
  --ink:#243d34;
  --body:#5b685f;
  --muted:#66715f;
  --green:#244c3e;
  --green-hover:#183e31;
  --line:#dce1d8;
  --wash:#edf1e8;
  --lime:#e9efc9;
  --serif:"Noto Serif SC","Source Han Serif SC","Songti SC","STSong","SimSun",serif;
  --sans:"Inter","Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif;
  --ease:cubic-bezier(.22,1,.36,1)
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:16px/1.7 var(--sans);
  -webkit-font-smoothing:antialiased
}
button,input,a{
  -webkit-tap-highlight-color:transparent
}
button,input{
  font:inherit
}
button,a,input{
  touch-action:manipulation
}
button{
  color:inherit;
  cursor:pointer
}
button{
  border:0
}
a{
  color:inherit;
  text-decoration:none
}
img{
  max-width:100%;
  display:block
}
h1,h2,h3,p,figure{
  margin:0
}
h1,h2,h3{
  font-weight:500
}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,[tabindex]:focus-visible{
  outline:3px solid #7f984e;
  outline-offset:5px
}
::selection{
  background:#dce7b3;
  color:var(--green)
}
.container{
  width:min(1320px,calc(100% - 112px));
  margin-inline:auto
}
.section{
  padding-block:112px
}
.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
}
.skip-link{
  position:fixed;
  top:-100px;
  left:20px;
  z-index:100;
  background:var(--green);
  color:#fff;
  padding:12px 20px
}
.skip-link:focus{
  top:12px
}
.site-header{
  height:96px;
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(248,249,245,.94);
  border-bottom:1px solid transparent;
  backdrop-filter:blur(18px);
  transition:border-color .3s
}
.site-header.scrolled{
  border-color:var(--line)
}
.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0
}
.brand-logo{
  display:block;
  width:52px;
  height:52px;
  flex-shrink:0;
  object-fit:contain
}
.brand-name{
  font:600 29px/1 var(--serif);
  letter-spacing:3px
}
.brand-name>span{
  font:12px/1 var(--sans);
  letter-spacing:2.8px;
  display:block;
  margin-top:9px
}
.main-nav{
  display:flex;
  align-items:center;
  gap:34px;
  margin-left:auto;
  margin-right:auto
}
.main-nav a{
  font-size:14px;
  white-space:nowrap;
  position:relative;
  padding-block:8px
}
.main-nav a::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:2px;
  background:var(--green);
  transform:scaleX(0);
  transition:transform .25s
}
.main-nav a:hover::after,.main-nav a.is-current::after{
  transform:scaleX(1)
}
.header-actions{
  display:flex;
  align-items:center;
  gap:24px
}
.language-button{
  display:flex;
  gap:8px;
  align-items:center;
  background:none;
  padding:10px 0;
  font-size:13px
}
.language-icon{
  font-size:18px
}
.header-listen{
  display:flex;
  align-items:center;
  gap:10px;
  background:var(--green);
  color:white;
  padding:11px 20px;
  border-radius:5px;
  font-size:14px;
  white-space:nowrap;
  transition:background .2s
}
.header-listen:hover{
  background:var(--green-hover)
}
.play-icon{
  display:block;
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:8px solid currentColor
}
.menu-button{
  display:none;
  background:none;
  width:40px;
  height:44px;
  padding:10px
}
.menu-button span{
  display:block;
  height:1.5px;
  background:var(--ink);
  margin:6px 0;
  transition:transform .2s
}
.hero{
  padding-top:32px;
  padding-bottom:48px;
  display:grid;
  grid-template-columns:1.06fr 1fr;
  gap:62px;
  align-items:center
}
.hero-copy{
  padding:14px 0 0
}
.eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  letter-spacing:2px;
  margin-bottom:29px
}
.status-dot,.live-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#54734e;
  flex-shrink:0
}
.hero h1{
  font-family:var(--serif);
  font-size:clamp(42px,4.2vw,62px);
  line-height:1.43;
  letter-spacing:-1.6px;
  font-weight:500
}
.hero h1>span{
  display:block;
  white-space:nowrap
}
.hero-english{
  font:italic clamp(30px,3.25vw,49px)/1.08 Georgia,"Times New Roman",serif;
  letter-spacing:-1.7px;
  color:#738268;
  margin-top:22px
}
.hero-description{
  font-size:16px;
  max-width:375px;
  line-height:1.95;
  color:var(--body);
  margin-top:25px
}
.hero-actions{
  display:flex;
  gap:28px;
  align-items:center;
  margin-top:31px
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:16px 22px;
  min-height:54px;
  font-size:14px;
  border-radius:5px;
  transition:background .25s,transform .25s
}
.button-primary{
  background:var(--green);
  color:#fff
}
.button-primary:hover{
  background:var(--green-hover);
  transform:translateY(-2px)
}
.button .arrow{
  margin-left:14px;
  font-size:20px
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:18px;
  font-size:14px;
  line-height:1.6
}
.text-link>span:last-child{
  transition:transform .25s;
  font-size:19px
}
.text-link:hover>span:last-child{
  transform:translate(3px,-2px)
}
.hero-footer{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  color:var(--muted);
  margin-top:50px;
  letter-spacing:.3px
}
.tiny-wave{
  display:flex;
  gap:3px;
  align-items:center;
  height:24px
}
.tiny-wave i{
  height:8px;
  width:2px;
  background:#8d9d7d
}
.tiny-wave i:nth-child(2n){
  height:16px
}
.tiny-wave i:nth-child(3){
  height:24px
}
.hero-visual{
  position:relative;
  align-self:stretch;
  min-height:586px;
  border-radius:9px;
  overflow:hidden;
  background:#e8e8df
}
.hero-visual>img{
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:center 54%
}
.image-topline{
  position:absolute;
  top:24px;
  left:25px;
  right:25px;
  display:flex;
  justify-content:space-between;
  font-size:12px;
  letter-spacing:1.7px;
  font-weight:600;
  color:#415144
}
.vertical-caption{
  position:absolute;
  top:81px;
  left:28px;
  writing-mode:vertical-rl;
  font-family:var(--serif);
  font-size:16px;
  letter-spacing:5px;
  color:#425343
}
.image-caption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:30px;
  border:1px solid rgba(255,255,255,.75);
  background:rgba(250,252,247,.86);
  backdrop-filter:blur(18px);
  border-radius:6px;
  padding:18px 21px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px
}
.image-kicker{
  font-size:12px;
  letter-spacing:1.5px;
  display:block;
  margin-bottom:6px;
  color:#64725f
}
.image-title{
  font-family:var(--serif);
  font-size:24px;
  letter-spacing:2px
}
.round-link{
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  flex-shrink:0;
  border:1px solid #b0baaa;
  border-radius:50%;
  font-size:23px;
  transition:background .2s
}
.round-link:hover{
  background:#e4eacf
}
.art-label{
  position:absolute;
  bottom:7px;
  right:23px;
  font-size:12px;
  color:#4f5b4c
}
.heritage-strip{
  border-block:1px solid var(--line);
  padding-block:27px;
  display:grid;
  grid-template-columns:1.7fr repeat(3,1fr);
  align-items:center
}
.heritage-intro{
  display:flex;
  gap:15px;
  align-items:center;
  padding-right:32px
}
.heritage-mark{
  font-family:var(--serif);
  border:1px solid #8e9c7d;
  border-radius:2px;
  font-size:18px;
  line-height:1.3;
  padding:5px 6px;
  color:#62754e
}
.heritage-intro strong{
  font-size:14px;
  font-weight:500;
  display:block
}
.heritage-intro small{
  font-size:12px;
  color:var(--muted);
  display:block;
  margin-top:5px
}
.heritage-intro>span:last-child{
  font-size:19px;
  margin-left:auto
}
.heritage-stat{
  border-left:1px solid var(--line);
  padding-left:34px
}
.heritage-stat strong{
  display:block;
  font-size:30px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.5px
}
.heritage-stat:nth-child(3) strong,.heritage-stat:nth-child(4) strong{
  font-family:var(--serif);
  font-size:27px
}
.heritage-stat>span{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:8px
}
.section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:45px
}
.section-index{
  display:block;
  font-size:12px;
  letter-spacing:2px;
  color:#6c8068;
  margin-bottom:18px
}
.section-heading h2,.listening-copy h2,.repertoire-intro h2{
  font:500 clamp(29px,3vw,41px)/1.5 var(--serif);
  letter-spacing:-.5px
}
.section-aside{
  font-size:13px;
  color:var(--muted);
  padding-bottom:7px
}
.origin-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:70px;
  align-items:center
}
.performance-figure{
  position:relative;
  min-width:0;
  overflow:hidden;
  border-radius:7px;
  background:#dedbd1;
  height:410px
}
.performance-figure>img{
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .7s var(--ease)
}
.performance-figure:hover>img{
  transform:scale(1.035)
}
.performance-figure:after{
  content:"";
  position:absolute;
  inset:45% 0 0;
  background:linear-gradient(transparent,rgba(16,35,27,.55));
  pointer-events:none
}
.performance-figure figcaption{
  position:absolute;
  bottom:23px;
  left:25px;
  right:25px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff;
  z-index:1;
  font-size:12px
}
.performance-figure figcaption>span:last-child{
  margin-left:auto;
  font-size:23px
}
.live-dot{
  background:#d0e7a9
}
.pill{
  display:inline-flex;
  font-size:12px;
  background:var(--lime);
  border-radius:3px;
  padding:5px 10px;
  letter-spacing:.3px
}
.origin-copy h3{
  font:500 33px/1.6 var(--serif);
  margin:19px 0 16px
}
.origin-copy p{
  font-size:14px;
  line-height:1.95;
  color:var(--body);
  margin-top:12px
}
.origin-copy .text-link{
  margin-top:25px;
  padding-bottom:6px;
  border-bottom:1px solid #acb8a7
}
.journey{
  margin-top:50px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line)
}
.journey>div{
  padding:24px 30px 0 0;
  position:relative
}
.journey>div::before{
  content:"";
  position:absolute;
  top:-4px;
  left:0;
  width:6px;
  height:6px;
  background:#728863;
  border:1px solid var(--paper);
  border-radius:50%
}
.journey>div>span{
  font-size:12px;
  letter-spacing:1px;
  color:#66775b;
  display:inline-block;
  margin-bottom:11px
}
.journey h3{
  font-size:17px;
  margin-bottom:8px
}
.journey p{
  font-size:13px;
  line-height:1.9;
  color:var(--muted);
  max-width:210px
}
.instruments-section{
  background:var(--wash)
}
.section-description{
  color:var(--body);
  font-size:14px;
  line-height:1.9;
  max-width:355px
}
.instrument-tabs{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px
}
.instrument-tab{
  border:1px solid #d9e0d2;
  background:#f7f9f4;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  border-radius:5px;
  padding:18px 18px 17px;
  min-width:0;
  min-height:414px;
  transition:background .3s,color .3s,transform .3s,border-color .3s
}
.instrument-tab:hover{
  transform:translateY(-4px);
  border-color:#9faf92
}
.instrument-photo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:232px;
  margin-top:15px;
  background:transparent
}
.instrument-photo img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:4px
}
.instrument-number{
  font-size:12px;
  letter-spacing:1px;
  opacity:.65;
  line-height:1.4;
  min-height:34px
}
.instrument-name{
  font:500 39px/1.25 var(--serif);
  letter-spacing:6px;
  margin-top:18px;
  white-space:nowrap
}
.instrument-english{
  font-size:12px;
  letter-spacing:2px;
  opacity:.65;
  margin-top:8px
}
.instrument-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  width:100%;
  font-size:12px;
  padding-top:18px;
  margin-top:auto
}
.instrument-bottom>span:last-child{
  font-size:20px
}
.instrument-tab.is-active{
  background:var(--green);
  color:#f7f9ed;
  border-color:var(--green)
}
.instrument-tab.is-active .instrument-number,.instrument-tab.is-active .instrument-english{
  color:#d6e5c7;
  opacity:1
}
.instrument-detail{
  display:grid;
  grid-template-columns:170px 1fr 1.7fr;
  gap:26px;
  align-items:center;
  padding-top:28px;
  margin-top:28px;
  border-top:1px solid #d4ddcd;
  min-height:103px
}
.detail-label{
  font-size:12px;
  color:#6a7c61
}
.instrument-detail h3{
  font-size:17px;
  font-weight:500
}
.instrument-detail p{
  font-size:14px;
  line-height:1.9;
  color:var(--body)
}
.listen-section{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:90px;
  align-items:center
}
.listening-copy h2{
  font-size:43px;
  line-height:1.55
}
.listening-copy>p{
  font-size:14px;
  line-height:1.95;
  color:var(--body);
  margin-top:22px
}
.headphone-note{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:39px;
  font-size:12px;
  color:var(--muted)
}
.headphone-note svg{
  width:20px;
  height:20px
}
.audio-card{
  min-width:0;
  border:1px solid #dfe6d7;
  border-radius:8px;
  background:#f0f3e9;
  padding:30px 35px
}
.player-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}
.player-topline .pill{
  background:#e0e9cf
}
.player-format{
  font-size:12px;
  letter-spacing:1.5px;
  color:#657459
}
.audio-card h3{
  font:500 28px/1.5 var(--serif);
  margin-top:27px
}
.track-description{
  font-size:13px;
  color:var(--body);
  margin-top:6px
}
.waveform{
  min-width:0;
  height:76px;
  display:flex;
  gap:3px;
  align-items:center;
  overflow:hidden;
  margin-top:22px;
  margin-bottom:12px
}
.waveform i{
  flex:1;
  min-width:0;
  max-width:5px;
  display:block;
  border-radius:3px;
  background:#c7d2b9;
  transition:background .2s
}
.waveform i.played{
  background:#527345
}
.audio-card.is-playing .waveform i{
  animation:wave-breathe 1s ease-in-out infinite alternate;
  animation-delay:var(--delay)
}
@keyframes wave-breathe{
  from{
    transform:scaleY(.7)
  }
  to{
    transform:scaleY(1)
  }
}
.seek-wrap input{
  width:100%;
  height:32px;
  margin:0;
  display:block;
  appearance:none;
  -webkit-appearance:none;
  background:linear-gradient(to right,var(--green) var(--progress,0%),#d4deca var(--progress,0%)) center/100% 3px no-repeat;
  cursor:pointer;
  border-radius:5px
}
.seek-wrap input::-webkit-slider-thumb{
  appearance:none;
  -webkit-appearance:none;
  width:11px;
  height:11px;
  background:var(--green);
  border-radius:50%;
  border:2px solid #f0f3e9;
  box-shadow:0 0 0 1px var(--green)
}
.seek-wrap input::-moz-range-thumb{
  width:9px;
  height:9px;
  background:var(--green);
  border:2px solid #f0f3e9;
  border-radius:50%
}
.seek-wrap input:disabled{
  cursor:default;
  opacity:.5
}
.player-times{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  color:#65755b;
  font-variant-numeric:tabular-nums;
  margin-top:0
}
.player-controls{
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:15px
}
.player-play{
  width:49px;
  height:49px;
  flex-shrink:0;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  transition:background .2s
}
.player-play:hover{
  background:var(--green-hover)
}
.player-play .play-icon{
  margin-left:3px
}
.is-playing .player-play .play-icon{
  border:0;
  width:10px;
  height:14px;
  border-inline:3px solid currentColor;
  margin-left:0
}
.player-status{
  font-size:12px;
  color:#5b6e50
}
.mute-button{
  margin-left:auto;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  background:transparent;
  border-radius:50%;
  flex-shrink:0
}
.mute-button:hover{
  background:#e0e8d5
}
.mute-button svg{
  width:21px;
  height:21px
}
.volume-cross{
  display:none
}
.mute-button[aria-pressed=true] .volume-cross{
  display:initial
}
.mute-button[aria-pressed=true] .volume-waves{
  display:none
}
.repertoire-section{
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr 1.55fr;
  gap:90px
}
.repertoire-intro p{
  font-size:14px;
  line-height:1.95;
  color:var(--body);
  margin-top:22px
}
.repertoire-types{
  display:flex;
  gap:24px;
  margin-top:28px
}
.repertoire-types>span{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px
}
.repertoire-types b{
  display:grid;
  place-items:center;
  font:500 23px var(--serif);
  width:49px;
  height:49px;
  border:1px solid var(--line);
  border-radius:50%
}
.repertoire-types small{
  font-size:12px;
  color:var(--muted)
}
.repertoire-list{
  border-top:1px solid var(--line)
}
.repertoire-list details{
  border-bottom:1px solid var(--line)
}
.repertoire-list summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:22px;
  padding:25px 0
}
.repertoire-list summary::-webkit-details-marker{
  display:none
}
.score-index{
  font-size:12px;
  letter-spacing:1px;
  color:#66775b
}
.score-heading strong{
  font:500 26px/1.4 var(--serif);
  display:block
}
.score-heading small{
  display:block;
  font-size:12px;
  letter-spacing:1.3px;
  color:#657459;
  margin-top:4px
}
.score-tag{
  margin-left:auto;
  font-size:12px;
  color:#6d7d62;
  background:#edf1e5;
  border-radius:3px;
  padding:4px 9px;
  white-space:nowrap
}
.details-icon{
  width:25px;
  height:25px;
  position:relative;
  flex-shrink:0
}
.details-icon:before,.details-icon:after{
  content:"";
  height:1px;
  width:13px;
  background:#65755b;
  position:absolute;
  top:12px;
  left:6px
}
.details-icon:after{
  transform:rotate(90deg);
  transition:transform .2s
}
details[open] .details-icon:after{
  transform:rotate(0)
}
.score-body{
  padding:0 36px 27px 40px;
  color:var(--body)
}
.score-body p{
  font-size:14px;
  line-height:1.9
}
.score-body>span{
  font-size:12px;
  color:#657459;
  display:block;
  margin-top:14px
}
.closing-section{
  background:#e8eede;
  overflow:hidden
}
.closing-inner{
  text-align:center;
  padding-block:70px
}
.closing-inner .section-index{
  margin-bottom:15px
}
.closing-inner h2{
  font:500 38px/1.7 var(--serif);
  margin-bottom:25px
}
.closing-inner .button{
  font-size:13px;
  padding:14px 24px;
  gap:18px
}
.site-footer{
  padding-top:49px
}
.footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.footer-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font:600 27px var(--serif);
  white-space:nowrap
}
.footer-brand .brand-logo{
  width:44px;
  height:44px
}
.footer-brand>span{
  font:12px var(--sans);
  letter-spacing:2px;
  margin-left:2px
}
.footer-top p{
  font-size:12px;
  color:var(--muted)
}
.footer-top .text-link{
  font-size:12px
}
.footer-wordmark{
  font:500 clamp(70px,17.45vw,251px)/1.1 var(--sans);
  letter-spacing:-.075em;
  color:#dce3d4;
  position:relative;
  margin-top:27px;
  margin-left:-.04em;
  user-select:none;
  white-space:nowrap
}
.footer-wordmark>span{
  font-size:.13em;
  vertical-align:top;
  line-height:2.8;
  margin-left:20px;
  letter-spacing:0
}
.footer-bottom{
  border-top:1px solid var(--line);
  padding:22px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:12px;
  letter-spacing:.8px;
  color:#647158
}
.noscript-note{
  padding:16px;
  text-align:center;
  font-size:14px
}
.noscript-note a{
  text-decoration:underline
}
.reveal{
  transition:opacity .75s var(--ease),transform .75s var(--ease)
}
.js-ready .reveal:not(.is-visible){
  opacity:0;
  transform:translateY(20px)
}
html[lang=en] .hero h1{
  font-size:clamp(39px,3.8vw,55px);
  line-height:1.22;
  letter-spacing:-1.2px;
  font-family:Georgia,serif
}
html[lang=en] .hero h1>span{
  white-space:normal
}
html[lang=en] .hero-english{
  font-size:32px
}
html[lang=en] .hero-description{
  font-size:15px
}
html[lang=en] .vertical-caption{
  writing-mode:horizontal-tb;
  max-width:130px;
  letter-spacing:1px;
  font-family:var(--sans);
  font-size:13px
}
html[lang=en] .instrument-name{
  font-size:26px;
  letter-spacing:-.5px
}
html[lang=en] .instrument-english{
  display:none
}
html[lang=en] .instrument-detail{
  grid-template-columns:135px 1fr 1.65fr
}
html[lang=en] .heritage-stat strong{
  font-family:var(--sans);
  font-size:25px
}
html[lang=en] .section-heading h2,html[lang=en] .listening-copy h2,html[lang=en] .repertoire-intro h2{
  font-family:Georgia,serif
}
html[lang=en] .score-heading strong{
  font-size:23px
}
@media(min-width:1600px){
  .hero{
    gap:85px
  }
  .hero-visual{
    min-height:642px
  }
  .hero h1{
    font-size:66px
  }
  .hero-description{
    margin-top:30px
  }
  .hero-actions{
    margin-top:36px
  }
  .hero-footer{
    margin-top:54px
  }
}
@media(max-width:1199px){
  .container{
    width:calc(100% - 72px)
  }
  .main-nav{
    gap:23px
  }
  .header-inner{
    gap:25px
  }
  .header-actions{
    gap:18px
  }
  .hero{
    gap:35px
  }
  .hero h1{
    font-size:clamp(38px,4.4vw,52px)
  }
  .hero-visual{
    min-height:560px
  }
  .hero-english{
    font-size:39px
  }
  .hero-actions{
    gap:20px
  }
  .hero-actions .button{
    padding-inline:17px
  }
  .hero-footer{
    margin-top:35px
  }
  .heritage-strip{
    grid-template-columns:1.7fr repeat(3,1fr)
  }
  .heritage-intro{
    gap:10px;
    padding-right:20px
  }
  .heritage-stat{
    padding-left:24px
  }
  .heritage-intro small{
    max-width:170px
  }
  .section{
    padding-block:90px
  }
  .origin-grid{
    gap:42px
  }
  .origin-copy h3{
    font-size:30px
  }
  .performance-figure{
    height:405px
  }
  .instrument-tab{
    padding:19px 15px;
    min-height:400px
  }
  .instrument-photo{
    height:212px
  }
  .instrument-number{
    font-size:12px;
    letter-spacing:.5px
  }
  .instrument-name{
    font-size:34px
  }
  .instrument-detail{
    grid-template-columns:130px 1fr 1.6fr;
    gap:18px
  }
  .listen-section,.repertoire-section{
    gap:55px
  }
  .audio-card{
    padding:28px
  }
  .repertoire-list summary{
    gap:15px
  }
  .score-tag{
    font-size:12px
  }
  .section-description{
    max-width:290px
  }
  .footer-wordmark{
    font-size:17.1vw
  }
}
@media(max-width:959px){
  .site-header{
    height:82px
  }
  .main-nav{
    gap:18px
  }
  .main-nav a{
    font-size:13px
  }
  .header-listen{
    display:none
  }
  .brand-name{
    font-size:25px
  }
  .hero{
    gap:28px;
    grid-template-columns:1fr 1fr;
    padding-top:26px
  }
  .hero h1{
    font-size:36px;
    letter-spacing:-1px
  }
  .hero-english{
    font-size:32px
  }
  .hero-description{
    font-size:14px;
    margin-top:20px
  }
  .eyebrow{
    font-size:12px;
    margin-bottom:20px
  }
  .hero-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
    margin-top:24px
  }
  .hero-footer{
    font-size:12px;
    margin-top:25px;
    gap:8px
  }
  .hero-visual{
    min-height:544px
  }
  .image-topline{
    font-size:12px;
    left:18px;
    right:18px
  }
  .image-caption{
    left:14px;
    right:14px;
    padding:16px;
    bottom:28px
  }
  .image-title{
    font-size:22px
  }
  .image-kicker{
    font-size:12px
  }
  .heritage-strip{
    grid-template-columns:1.65fr 1fr 1fr
  }
  .heritage-stat:last-child{
    display:none
  }
  .heritage-intro strong{
    font-size:12px
  }
  .heritage-intro small{
    font-size:12px
  }
  .heritage-stat strong{
    font-size:27px
  }
  .heritage-stat>span{
    font-size:12px
  }
  .origin-grid{
    gap:30px
  }
  .origin-copy h3{
    font-size:27px
  }
  .origin-copy p{
    font-size:13px
  }
  .origin-copy .pill{
    font-size:12px
  }
  .performance-figure{
    height:420px
  }
  .instrument-tabs{
    gap:9px
  }
  .instrument-name{
    font-size:29px;
    letter-spacing:2px
  }
  .instrument-number{
    font-size:12px;
    letter-spacing:0
  }
  .instrument-tab{
    padding:18px 13px;
    min-height:370px
  }
  .instrument-photo{
    height:192px
  }
  .instrument-bottom{
    font-size:12px
  }
  .instrument-detail{
    grid-template-columns:1fr 2fr
  }
  .detail-label{
    display:none
  }
  .section-heading{
    gap:24px
  }
  .section-heading h2{
    font-size:29px
  }
  .section-description{
    font-size:12px;
    max-width:250px
  }
  .listen-section{
    grid-template-columns:1fr 1.2fr;
    gap:35px
  }
  .listening-copy h2{
    font-size:34px
  }
  .listening-copy>p{
    font-size:13px
  }
  .audio-card{
    padding:25px
  }
  .audio-card h3{
    font-size:24px
  }
  .repertoire-section{
    gap:40px;
    grid-template-columns:1fr 1.4fr
  }
  .score-heading strong{
    font-size:24px
  }
  .score-tag{
    display:none
  }
  .details-icon{
    margin-left:auto
  }
  .score-body{
    padding-left:31px;
    padding-right:14px
  }
  .repertoire-intro h2{
    font-size:32px
  }
  .repertoire-types{
    gap:20px
  }
  .footer-top p{
    font-size:12px
  }
  html[lang=en] .main-nav{
    gap:15px
  }
  html[lang=en] .hero h1{
    font-size:36px
  }
  html[lang=en] .hero-english{
    font-size:28px
  }
  html[lang=en] .instrument-name{
    font-size:22px
  }
  html[lang=en] .instrument-detail{
    grid-template-columns:1fr 2fr
  }
}
@media(max-width:699px){
  html{
    scroll-padding-top:92px
  }
  .container{
    width:calc(100% - 40px)
  }
  .site-header{
    height:76px
  }
  .header-inner{
    gap:16px
  }
  .brand{
    gap:9px
  }
  .brand-name{
    font-size:23px
  }
  .brand-name>span{
    font-size:12px;
    margin-top:7px;
    letter-spacing:2.5px
  }
  .brand-logo{
    width:44px;
    height:44px
  }
  .header-actions{
    gap:17px
  }
  .language-button{
    font-size:12px
  }
  .menu-button{
    display:block
  }
  .main-nav{
    position:absolute;
    top:76px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    padding:12px 24px 23px;
    gap:0;
    box-shadow:0 15px 20px rgba(40,63,38,.04)
  }
  .main-nav a{
    font-size:15px;
    padding:13px 0
  }
  .main-nav.is-open{
    display:flex
  }
  .main-nav a::after{
    display:none
  }
  .menu-button[aria-expanded=true] span:first-child{
    transform:translateY(3.75px) rotate(45deg)
  }
  .menu-button[aria-expanded=true] span:last-child{
    transform:translateY(-3.75px) rotate(-45deg)
  }
  .hero{
    grid-template-columns:1fr;
    gap:33px;
    padding-top:24px;
    padding-bottom:30px
  }
  .hero-copy{
    padding-top:0
  }
  .eyebrow{
    font-size:12px;
    letter-spacing:1.5px;
    margin-bottom:20px
  }
  .hero h1{
    font-size:clamp(33px,8.1vw,50px);
    line-height:1.5;
    letter-spacing:-1px
  }
  .hero-english{
    font-size:clamp(31px,8vw,40px);
    line-height:1.1;
    margin-top:17px
  }
  .hero-description{
    font-size:14px;
    max-width:370px;
    margin-top:22px
  }
  .hero-actions{
    flex-direction:row;
    align-items:center;
    gap:24px;
    margin-top:25px
  }
  .hero-actions .button{
    min-height:51px;
    padding:13px 18px;
    font-size:13px;
    gap:10px
  }
  .hero-actions .button .arrow{
    margin-left:3px
  }
  .hero-actions .text-link{
    font-size:13px;
    gap:10px
  }
  .hero-footer{
    font-size:12px;
    margin-top:25px
  }
  .hero-visual{
    height:470px;
    min-height:0;
    max-height:124vw
  }
  .hero-visual>img{
    object-position:center 55%
  }
  .image-topline{
    top:21px;
    font-size:12px;
    left:21px;
    right:21px
  }
  .vertical-caption{
    top:65px;
    left:23px;
    font-size:15px
  }
  .image-caption{
    left:18px;
    right:18px;
    padding:16px 19px;
    bottom:30px
  }
  .image-title{
    font-size:24px
  }
  .image-kicker{
    font-size:12px
  }
  .art-label{
    font-size:12px
  }
  .heritage-strip{
    grid-template-columns:1fr 1fr;
    padding-block:22px;
    gap:24px 0
  }
  .heritage-intro{
    grid-column:1/-1;
    padding:0 0 20px;
    border-bottom:1px solid var(--line);
    gap:14px
  }
  .heritage-intro strong{
    font-size:14px
  }
  .heritage-intro small{
    font-size:12px;
    max-width:none
  }
  .heritage-mark{
    font-size:15px
  }
  .heritage-stat:nth-child(2){
    border:0;
    padding-left:0
  }
  .heritage-stat:nth-child(3){
    padding-left:25px
  }
  .heritage-stat>span{
    font-size:12px
  }
  .section{
    padding-block:66px
  }
  .section-heading{
    display:block;
    margin-bottom:29px
  }
  .section-index{
    font-size:12px;
    margin-bottom:13px;
    letter-spacing:1.6px
  }
  .section-heading h2{
    font-size:29px
  }
  .section-aside{
    display:block;
    font-size:12px;
    margin-top:12px;
    padding:0
  }
  .origin-grid{
    grid-template-columns:1fr;
    gap:30px
  }
  .performance-figure{
    height:300px
  }
  .performance-figure figcaption{
    left:19px;
    right:19px;
    bottom:17px;
    font-size:12px
  }
  .origin-copy .pill{
    font-size:12px
  }
  .origin-copy h3{
    font-size:29px;
    margin-top:16px
  }
  .origin-copy p{
    font-size:14px
  }
  .origin-copy .text-link{
    font-size:13px;
    margin-top:21px
  }
  .journey{
    grid-template-columns:1fr 1fr;
    gap:24px 20px;
    margin-top:35px
  }
  .journey>div{
    padding-top:20px;
    padding-right:0
  }
  .journey>div:nth-child(n+3){
    border-top:1px solid var(--line)
  }
  .journey p{
    font-size:12px
  }
  .journey h3{
    font-size:16px
  }
  .section-description{
    font-size:13px;
    max-width:none;
    margin-top:15px
  }
  .instrument-tabs{
    grid-template-columns:repeat(2,1fr);
    gap:10px
  }
  .instrument-tab{
    padding:15px;
    min-height:340px
  }
  .instrument-photo{
    height:180px;
    margin-top:10px
  }
  .instrument-number{
    font-size:12px;
    letter-spacing:.8px
  }
  .instrument-name{
    font-size:34px;
    margin-top:15px;
    letter-spacing:4px
  }
  .instrument-english{
    font-size:12px
  }
  .instrument-bottom{
    font-size:12px;
    padding-top:14px
  }
  .instrument-tab:last-child{
    grid-column:1/-1;
    min-height:218px;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto auto 1fr;
    column-gap:20px
  }
  .instrument-tab:last-child .instrument-number{
    grid-column:1;
    grid-row:1;
    letter-spacing:0
  }
  .instrument-tab:last-child .instrument-photo{
    grid-column:2;
    grid-row:1/5;
    align-self:center;
    height:188px;
    margin-top:0
  }
  .instrument-tab:last-child .instrument-name{
    grid-column:1;
    grid-row:2;
    margin-top:12px
  }
  .instrument-tab:last-child .instrument-english{
    grid-column:1;
    grid-row:3
  }
  .instrument-tab:last-child .instrument-bottom{
    grid-column:1;
    grid-row:4;
    align-self:end
  }
  .instrument-detail{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:23px;
    padding-top:22px
  }
  .instrument-detail h3{
    font-size:17px
  }
  .instrument-detail p{
    font-size:13px
  }
  .listen-section{
    grid-template-columns:1fr;
    gap:30px
  }
  .listening-copy h2{
    font-size:35px
  }
  .listening-copy>p{
    font-size:14px;
    margin-top:17px
  }
  .headphone-note{
    margin-top:23px
  }
  .audio-card{
    padding:25px 23px
  }
  .audio-card h3{
    font-size:26px;
    margin-top:23px
  }
  .player-format{
    font-size:12px
  }
  .player-status{
    font-size:12px
  }
  .waveform{
    gap:3px;
    height:78px
  }
  .repertoire-section{
    grid-template-columns:1fr;
    gap:31px
  }
  .repertoire-intro h2{
    font-size:34px
  }
  .repertoire-intro p{
    font-size:14px;
    margin-top:17px
  }
  .repertoire-types{
    gap:25px;
    margin-top:22px
  }
  .repertoire-types b{
    width:43px;
    height:43px;
    font-size:21px
  }
  .repertoire-types small{
    font-size:12px
  }
  .repertoire-list summary{
    padding-block:22px;
    gap:16px
  }
  .score-heading strong{
    font-size:25px
  }
  .score-heading small{
    font-size:12px
  }
  .score-tag{
    display:block;
    font-size:12px;
    padding-inline:7px
  }
  .score-body{
    padding-left:32px
  }
  .score-body p{
    font-size:13px
  }
  .score-body>span{
    font-size:12px
  }
  .closing-inner{
    padding-block:51px
  }
  .closing-inner h2{
    font-size:28px;
    line-height:1.7;
    margin-bottom:24px
  }
  .closing-inner .section-index{
    font-size:12px;
    letter-spacing:1px
  }
  .closing-inner .button{
    font-size:12px;
    padding:13px 18px;
    min-height:49px
  }
  .site-footer{
    padding-top:33px
  }
  .footer-top{
    flex-wrap:wrap;
    gap:17px
  }
  .footer-brand{
    font-size:24px;
    gap:7px
  }
  .footer-brand .brand-logo{
    width:38px;
    height:38px
  }
  .footer-brand>span{
    font-size:12px;
    margin-left:7px
  }
  .footer-top p{
    order:3;
    flex-basis:100%;
    font-size:12px
  }
  .footer-top .text-link{
    font-size:12px;
    gap:12px
  }
  .footer-wordmark{
    font-size:17vw;
    margin-top:28px;
    letter-spacing:-.07em
  }
  .footer-wordmark>span{
    margin-left:8px
  }
  .footer-bottom{
    flex-wrap:wrap;
    font-size:12px;
    gap:8px 16px;
    padding-block:18px
  }
  .footer-bottom>span:nth-child(2){
    margin-left:auto
  }
  .footer-bottom>a{
    flex-basis:100%
  }
  html[lang=en] .hero h1{
    font-size:44px;
    max-width:430px
  }
  html[lang=en] .hero-english{
    font-size:32px
  }
  html[lang=en] .vertical-caption{
    font-size:12px;
    max-width:140px
  }
  html[lang=en] .instrument-name{
    font-size:29px
  }
  html[lang=en] .instrument-detail{
    grid-template-columns:1fr
  }
  html[lang=en] .section-heading h2{
    font-size:30px
  }
  html[lang=en] .score-tag{
    display:none
  }
  html[lang=en] .heritage-stat strong{
    font-size:26px
  }
  html[lang=en] .closing-inner h2{
    font-size:30px
  }
  html[lang=en] .footer-bottom{
    font-size:12px
  }
}
@media(max-width:359px){
  .container{
    width:calc(100% - 32px)
  }
  .hero h1{
    font-size:30px
  }
  .hero-actions{
    gap:15px
  }
  .hero-actions .button{
    padding-inline:13px
  }
  .hero-actions .text-link{
    font-size:12px
  }
  .hero-visual{
    height:390px
  }
  .hero-footer{
    font-size:12px
  }
  .section-heading h2{
    font-size:26px
  }
  .score-tag{
    display:none
  }
  .instrument-number{
    font-size:12px
  }
  .instrument-tab{
    padding:16px
  }
  .audio-card{
    padding:23px 18px
  }
  .hero-description{
    font-size:13px
  }
  html[lang=en] .hero h1{
    font-size:38px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    animation:none!important;
    transition:none!important
  }
  .js-ready .reveal:not(.is-visible){
    opacity:1;
    transform:none
  }
}
/* Body copy stays readable at every breakpoint. */
.origin-copy p,.journey p,.section-description,.instrument-detail p,.listening-copy>p,.repertoire-intro p,.score-body p,.hero-description{
  font-size:16px
}
.origin-copy h3{
  font-size:32px
}
@media(max-width:699px){
  .language-button{
    min-width:44px;
    min-height:44px
  }
  .hero-footer{
    font-size:12px
  }
  .audio-card .pill{
    font-size:12px
  }
  .player-topline{
    flex-wrap:wrap
  }
  .journey p{
    font-size:14px
  }
  .origin-copy h3{
    font-size:29px
  }
}

@media (max-width: 699px) {
  html[lang=en] .instrument-name { font-size: clamp(20px, 5.3vw, 26px); }
}

@media (max-width: 699px) {
  .waveform { gap: 2px; }
}
