@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@400;500;600&display=swap');

:root {
  --paper: #f3efe6;
  --paper-deep: #e7dfd2;
  --paper-soft: #eee8dc;
  --ink: #1a1916;
  --copy: #4f4a42;
  --muted: #6f675c;
  --wine: #7a292d;
  --wine-dark: #5f1f23;
  --line: #cfc5b5;
  --night: #24221f;
  --white: #fffaf1;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(1180px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
em { font-weight: 400; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--wine-dark); }
.skip-link:focus { top: 18px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(243, 239, 230, .97); }
.masthead { width: var(--content); margin: 0 auto; }
.brand-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 0 18px; }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--wine); color: var(--wine); font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1; }
.brand-name { display: block; font-family: var(--serif); font-size: 26px; letter-spacing: .035em; line-height: 1; }
.brand-role { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
.press-lockup { display: flex; align-items: center; gap: 13px; color: var(--wine); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.press-lockup img { width: 75px; height: 36px; object-fit: contain; mix-blend-mode: multiply; }
.nav-row { position: relative; }
.nav-toggle { display: none; margin: 0 0 13px auto; border: 1px solid var(--line); padding: 8px 12px; color: var(--ink); background: transparent; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav ul { display: flex; gap: clamp(18px, 2.2vw, 30px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: 12px 0 14px; color: #504b43; font-size: 11px; font-weight: 500; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--wine); }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--wine); }

.hero { width: var(--content); min-height: 610px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px 62px 72px 0; }
.eyebrow, .section-kicker { margin: 0; color: var(--wine); font-size: 10px; font-weight: 600; letter-spacing: .21em; text-transform: uppercase; }
.hero-copy .eyebrow { margin-bottom: 34px; }
.hero h1, .page-head h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7.2vw, 102px); font-weight: 500; letter-spacing: -.035em; line-height: .88; }
.hero-deck { max-width: 620px; margin: 30px 0 0; color: #312e29; font-family: var(--serif); font-size: clamp(23px, 2.4vw, 29px); line-height: 1.43; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 36px; }
.button, .text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 0; color: var(--white); background: var(--wine); padding: 13px 19px; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button:hover { background: var(--wine-dark); }
.button.secondary, .text-link { min-height: auto; border-bottom: 1px solid #b68487; padding: 7px 0 5px; color: var(--wine); background: transparent; }
.button.secondary:hover, .text-link:hover { color: var(--wine-dark); background: transparent; }
.hero-photo { position: relative; min-height: 610px; margin: 0; overflow: hidden; background: #342f29; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.18) contrast(.98) saturate(.72); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(28, 22, 17, .78)); }
.photo-caption { position: absolute; right: 28px; bottom: 27px; left: 28px; z-index: 2; margin: 0; color: #f8f1e6; font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.35; }

.section-rule { border-top: 1px solid var(--line); }
.home-upcoming { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 58px; padding: 66px 0; }
.section-intro h2, .section-heading { margin: 11px 0 0; font-family: var(--serif); font-size: clamp(36px, 4.5vw, 56px); font-weight: 500; letter-spacing: -.02em; line-height: 1; }
.section-intro p { margin: 17px 0 0; color: var(--copy); font-size: 13px; }
.event-list { border-top: 1px solid #9f9689; }
.event-row { display: grid; grid-template-columns: 110px minmax(0, 1fr) 145px; gap: 24px; align-items: start; padding: 25px 0; border-bottom: 1px solid #d5ccbf; }
.event-date { color: var(--wine); font-size: 10px; font-weight: 600; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.event-title { font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.event-meta { margin-top: 8px; color: #686157; font-size: 12px; line-height: 1.6; }
.event-place { color: #514c44; font-size: 11px; line-height: 1.55; text-align: right; }
.placeholder-note { color: #7b746b; font-style: italic; }
.explore-grid { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.explore-item { min-height: 255px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 41px 34px; background: var(--paper-soft); text-decoration: none; transition: background .18s ease; }
.explore-item:hover { background: var(--paper-deep); }
.explore-number { color: var(--wine); font-family: var(--serif); font-size: 17px; }
.explore-item h3 { margin: 45px 0 0; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.08; }
.explore-item p { margin: 13px 0 0; color: var(--copy); font-size: 12px; }
.home-quote { margin-top: 66px; color: var(--white); background: var(--wine-dark); }
.home-quote-inner { width: min(980px, calc(100vw - 72px)); margin: 0 auto; padding: 68px 0 72px; text-align: center; }
.home-quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 52px); font-style: italic; line-height: 1.22; }
.home-quote cite { display: block; margin-top: 23px; color: #e7d7cc; font-size: 10px; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }

.content-pad { width: var(--content); margin: 0 auto; padding: 62px 0 86px; }
.page-head { display: grid; grid-template-columns: minmax(0, .72fr) minmax(280px, .28fr); gap: 70px; align-items: end; padding-bottom: 51px; border-bottom: 1px solid var(--line); }
.page-head h1 { margin-top: 15px; font-size: clamp(55px, 6.2vw, 86px); line-height: .94; }
.page-head > p { margin: 0; color: #38342f; font-family: var(--serif); font-size: 21px; line-height: 1.48; }
.page-head-aside p { margin: 0; color: #38342f; font-family: var(--serif); font-size: 21px; line-height: 1.48; }
.page-head-aside img { width: 100%; height: 118px; margin-top: 22px; object-fit: cover; object-position: center 54%; filter: sepia(.12) saturate(.7); }
.year-title { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 48px 0 18px; }
.year-title h2 { margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.year-title span { color: var(--wine); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.archive-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 0; }
.archive-strip strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.archive-years { color: #756e63; font-size: 11px; letter-spacing: .07em; }
.archive-events { margin-top: 0; border-top: 0; }

.scores-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; margin-top: 47px; }
.score-group { border-bottom: 1px solid #d3cabd; padding: 31px 0; }
.score-group:first-child { padding-top: 0; }
.score-kicker { color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.score-group h2, .score-group h3 { margin: 9px 0 0; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.1; }
.score-group p { max-width: 680px; margin: 11px 0 0; color: var(--copy); font-size: 13px; }
.score-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 17px; }
.catalogue-search { margin-top: 38px; }
.catalogue-search h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.catalogue-tools { display: grid; grid-template-columns: 1fr 220px; gap: 10px; margin-bottom: 13px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.catalogue-tools input, .catalogue-tools select, .contact-panel input, .contact-panel select, .contact-panel textarea { width: 100%; border: 0; border-bottom: 1px solid #8f8578; border-radius: 0; padding: 11px 2px; color: var(--ink); background: transparent; }
.catalogue-tools input:focus, .catalogue-tools select:focus, .contact-panel input:focus, .contact-panel select:focus, .contact-panel textarea:focus { outline: 2px solid rgba(122, 41, 45, .28); outline-offset: 2px; }
.catalogue-status { margin: 0; color: var(--muted); font-size: 12px; }
.catalogue-list { margin-top: 5px; border-top: 1px solid #9f9689; }
.catalogue-item { display: grid; grid-template-columns: 125px minmax(0, 1fr) 150px; gap: 18px; padding: 19px 0; border-bottom: 1px solid #d3cabd; }
.catalogue-item .category { color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.1; }
.catalogue-item p { margin: 0; color: var(--muted); font-size: 11px; }
.catalogue-item .availability { color: #514943; font-size: 10px; line-height: 1.45; }
.empty-results { padding: 28px 0; color: var(--muted); font-size: 13px; }
.catalogue-aside { align-self: start; padding: 27px; background: var(--paper-deep); }
.catalogue-aside > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; margin-bottom: 24px; filter: grayscale(1) contrast(.93); }
.catalogue-aside h2 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.08; }
.catalogue-aside > p { margin: 10px 0 0; color: var(--copy); font-size: 12px; }
.download-line { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #c6bcad; padding: 13px 0; color: #38342f; font-size: 11px; line-height: 1.4; text-decoration: none; }
.download-line:first-of-type { margin-top: 22px; }
.download-line:hover { color: var(--wine); }

.listen-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(270px, .36fr); gap: 70px; margin-top: 47px; }
.featured-recording { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 31px; min-height: 280px; padding: 37px; color: #f4ecdf; background: var(--night); }
.featured-recording img { width: 190px; aspect-ratio: 1; object-fit: cover; align-self: center; }
.featured-recording h2 { margin: 9px 0 0; color: #fff8ec; font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1.05; }
.featured-recording p { margin: 12px 0 0; color: #d8cdbd; font-size: 13px; }
.featured-recording .button { margin-top: 24px; border-color: #a38877; color: #fff8ec; }
.track-list { margin-top: 35px; border-top: 1px solid #a79d90; }
.track { display: grid; grid-template-columns: 62px minmax(0, 1fr) 80px; gap: 15px; align-items: center; border-bottom: 1px solid #d2c9bc; padding: 16px 0; text-decoration: none; }
.track:hover strong { color: var(--wine); }
.track img { width: 62px; height: 48px; object-fit: cover; filter: saturate(.7); }
.track strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.12; }
.track small { display: block; margin-top: 3px; color: #766e63; font-size: 10px; }
.track-source { color: var(--wine); font-size: 9px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.listen-note { align-self: start; border: 1px solid var(--line); padding: 26px; }
.listen-note h2 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.listen-note p { margin: 12px 0 0; color: var(--copy); font-size: 12px; }
.listen-note img { width: 100%; margin: 23px 0 0; filter: sepia(.15) saturate(.72); }

.about-grid { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 70px; margin-top: 47px; }
.about-photo { margin: 0; }
.about-photo img { width: 100%; filter: sepia(.15) saturate(.7); }
.about-photo figcaption { margin-top: 10px; color: #776f64; font-size: 10px; }
.bio-copy .lead { margin: 0 0 27px; color: #302d28; font-family: var(--serif); font-size: 25px; line-height: 1.45; }
.bio-copy p { margin: 0; color: var(--copy); font-size: 13px; }
.bio-copy p + p { margin-top: 18px; }
.bio-copy h2 { margin: 34px 0 11px; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.bio-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 34px; margin-top: 35px; border-top: 1px solid var(--line); }
.bio-fact { border-bottom: 1px solid #d6cdbf; padding: 16px 0; }
.bio-fact span { display: block; color: var(--wine); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.bio-fact strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 18px; font-weight: 500; }

.review-lead { max-width: 930px; margin: 47px auto 0; padding: 30px 20px 58px; text-align: center; }
.review-lead blockquote { margin: 0; color: #292621; font-family: var(--serif); font-size: clamp(34px, 5vw, 56px); line-height: 1.15; }
.review-lead cite { display: block; margin-top: 25px; color: var(--wine); font-size: 9px; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.review-item { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 37px; }
.review-item blockquote { margin: 0; font-family: var(--serif); font-size: 26px; line-height: 1.3; }
.review-item cite { display: block; margin-top: 19px; color: var(--muted); font-size: 10px; font-style: normal; line-height: 1.55; }

.contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(350px, .5fr); gap: 80px; margin-top: 47px; }
.contact-intro .lead { max-width: 650px; margin: 0; color: #302d28; font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.contact-options { margin-top: 42px; border-top: 1px solid #aaa093; }
.contact-option { display: grid; grid-template-columns: 145px 1fr; gap: 25px; border-bottom: 1px solid #d1c8bb; padding: 23px 0; }
.contact-option span { color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-option strong { font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.3; }
.contact-option a { text-decoration-color: #b58a8d; text-underline-offset: 4px; }
.contact-panel { align-self: start; padding: 33px; background: var(--paper-deep); }
.contact-panel h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.field { margin-top: 21px; }
.field label { display: block; margin-bottom: 6px; color: #70675d; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-panel textarea { min-height: 84px; resize: vertical; }
.contact-panel .button { width: 100%; margin-top: 27px; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.site-footer { border-top: 1px solid var(--line); background: var(--paper-soft); }
.footer-inner { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 27px 0 31px; color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.footer-brand { display: flex; align-items: center; gap: 19px; }
.footer-brand img { width: 108px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.footer-name { color: var(--wine); font-family: var(--serif); font-size: 19px; letter-spacing: .02em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px; }
.footer-links a { text-underline-offset: 3px; }

@media (max-width: 900px) {
  :root { --content: min(100% - 38px, 760px); }
  .press-lockup span { display: none; }
  .nav-toggle { display: block; }
  .site-nav { display: none; }
  .site-nav.open { display: block; }
  .site-nav ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); }
  .site-nav a { padding: 11px 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 530px; padding: 65px 24px 58px 0; }
  .hero-photo { min-height: 500px; }
  .page-head { grid-template-columns: 1fr; gap: 25px; }
  .scores-layout, .listen-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .catalogue-aside { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 27px; }
  .catalogue-aside > img { grid-row: 1 / span 7; margin: 0; }
  .about-photo { max-width: 480px; }
}

@media (max-width: 680px) {
  :root { --content: calc(100% - 30px); }
  .brand-row { padding: 17px 0 14px; }
  .brand-mark { width: 40px; height: 40px; font-size: 21px; }
  .brand-name { font-size: 22px; }
  .brand-role { max-width: 235px; font-size: 8px; letter-spacing: .09em; }
  .press-lockup { display: none; }
  .site-nav ul { grid-template-columns: 1fr; }
  .hero-copy { min-height: 490px; padding: 54px 0 50px; }
  .hero h1 { font-size: clamp(58px, 19vw, 78px); }
  .hero-photo { min-height: 440px; }
  .photo-caption { right: 20px; bottom: 21px; left: 20px; font-size: 18px; }
  .home-upcoming { grid-template-columns: 1fr; gap: 28px; padding: 51px 0; }
  .event-row { grid-template-columns: 82px minmax(0, 1fr); gap: 15px; }
  .event-place { grid-column: 2; text-align: left; }
  .explore-grid { grid-template-columns: 1fr; }
  .explore-item { min-height: 190px; }
  .explore-item h3 { margin-top: 28px; }
  .home-quote-inner { width: calc(100vw - 40px); padding: 52px 0 57px; }
  .content-pad { padding: 50px 0 66px; }
  .page-head { padding-bottom: 37px; }
  .page-head h1 { font-size: clamp(53px, 16vw, 72px); }
  .catalogue-tools { grid-template-columns: 1fr; }
  .catalogue-item { grid-template-columns: 1fr; gap: 6px; }
  .catalogue-aside { display: block; }
  .catalogue-aside > img { margin-bottom: 23px; }
  .featured-recording { grid-template-columns: 1fr; }
  .featured-recording img { width: min(190px, 65%); }
  .track { grid-template-columns: 56px minmax(0, 1fr); }
  .track img { width: 56px; height: 44px; }
  .track-source { grid-column: 2; text-align: left; }
  .bio-facts, .review-grid { grid-template-columns: 1fr; }
  .review-lead { padding-right: 0; padding-left: 0; }
  .review-item { padding: 30px 23px; }
  .contact-option { grid-template-columns: 1fr; gap: 7px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
