:root {
  --cream: #f6f1e8;
  --paper: #fbf8f1;
  --ink: #132b24;
  --forest: #082b24;
  --forest-deep: #052019;
  --gold: #a66d24;
  --gold-light: #c59554;
  --line: rgba(166,109,36,.55);
  --muted: #5d5a52;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: #161b18; font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: 100%; max-width: 1264px; margin-inline: auto; padding-left: 72px; padding-right: 72px; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; gap: 5px; }
.brand-name, h1, h2, h3, .signature { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.brand-name { color: var(--ink); font-size: clamp(2rem, 3.3vw, 3.45rem); letter-spacing: .12em; line-height: .96; }
.brand-role { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: .81rem; letter-spacing: .14em; }
.site-nav { display: flex; gap: 44px; align-items: center; text-transform: uppercase; font-size: .78rem; letter-spacing: .1em; }
.site-nav a { position: relative; padding: 11px 0; }
.site-nav a.active::after, .site-nav a:hover::after { content: ''; position: absolute; height: 1px; background: var(--gold); left: 0; right: 0; bottom: 3px; }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--ink); font-size: 1.5rem; }
.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.34fr); gap: 52px; align-items: stretch; padding-top: 8px; padding-bottom: 26px; }
.hero-copy { padding: 64px 0 48px; align-self: center; }
.hero-copy h1 { color: var(--ink); margin: 0; font-size: clamp(4rem, 6.3vw, 6.7rem); line-height: .88; letter-spacing: -.035em; }
.hero-copy h1::first-line { color: var(--ink); }
.short-rule { width: 54px; height: 1px; background: var(--gold); margin: 30px 0 27px; }
.hero-copy > p { max-width: 480px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; line-height: 1.55; margin: 0; }
.hero-actions { display: flex; gap: 18px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .09em; font-size: .75rem; border: 1px solid var(--gold-light); }
.button-primary { color: #f4d7a5; background: var(--forest); border-color: var(--forest); }
.button-primary:hover { background: #0d3b31; }
.button-secondary { color: #79511d; background: transparent; }
.button-secondary:hover { background: #f0e7d7; }
.hero-photo { margin: 0; min-height: 540px; border-radius: 22px; overflow: hidden; background: var(--forest-deep); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.section-space { padding-top: 36px; padding-bottom: 20px; }
.section-space-small { padding-top: 28px; padding-bottom: 38px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(285px, 1fr); gap: 46px; }
.section-heading { display: flex; align-items: center; gap: 22px; margin-bottom: 24px; }
.section-heading h2, .eyebrow { margin: 0; color: var(--ink); text-transform: uppercase; letter-spacing: .17em; font: 400 1.08rem/1.2 Georgia, 'Times New Roman', serif; white-space: nowrap; }
.section-heading span { height: 1px; background: var(--line); flex: 1; }
.piece-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.piece-card img { width: 100%; aspect-ratio: 1.14 / 1; object-fit: cover; border-radius: 7px; }
.piece-card:nth-child(1) img { object-position: center 47%; }
.piece-card:nth-child(2) img { object-position: center 55%; }
.piece-card:nth-child(3) img { object-position: center 52%; }
.piece-card h3 { margin: 13px 0 0; font-size: 1.75rem; line-height: 1.05; }
.piece-type { margin: 3px 0 11px; color: var(--gold); font: italic 1rem Georgia, 'Times New Roman', serif; }
.piece-card > p:not(.piece-type) { font-size: .88rem; line-height: 1.55; margin: 0; }
.piece-links { display: flex; align-items: center; gap: 12px; margin-top: 24px; color: #8d5f21; text-transform: uppercase; letter-spacing: .06em; font-size: .73rem; }
.piece-links span { opacity: .5; }
.side-column { border-left: 1px solid rgba(166,109,36,.18); }
.about-card { padding: 8px 0 32px 30px; }
.eyebrow { color: var(--ink); margin-bottom: 25px; }
.eyebrow::before { content: '◊'; color: var(--gold); margin-right: 12px; }
.about-card h2 { color: var(--ink); font-size: 1.85rem; line-height: 1.18; margin: 0 0 22px; }
.about-card p { font-size: .86rem; line-height: 1.65; }
.text-link { display: inline-block; margin-top: 8px; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.listen-card { background: var(--forest); color: white; padding: 28px 30px 24px; }
.section-heading.dark { margin-bottom: 15px; }
.section-heading.dark h2 { color: #dcb06e; }
.section-heading.dark span { background: rgba(218,171,102,.65); }
.track { display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center; padding: 9px 0; font-size: .84rem; }
.track > span { color: #dcb06e; }
.track em { font-style: normal; opacity: .78; }
.platforms { margin-top: 17px; border-top: 1px solid rgba(218,171,102,.65); padding-top: 17px; display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; }
.platforms span { width: 100%; color: #dcb06e; text-transform: uppercase; letter-spacing: .08em; font-size: .64rem; }
.platforms a { font-size: .74rem; }
.scores .section-heading { margin-bottom: 22px; }
.score-layout { display: grid; grid-template-columns: 1fr 255px; gap: 34px; align-items: stretch; }
.score-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.score-card { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 0 22px; border-right: 1px solid rgba(166,109,36,.18); }
.score-card:first-child { padding-left: 0; }
.score-card img { width: 90px; height: 118px; object-fit: cover; border-radius: 3px; }
.score-card:nth-child(3) img { }
.score-card h3 { font-size: 1rem; margin: 0 0 4px; }
.score-card p { margin: 0; font-size: .72rem; line-height: 1.5; }
.score-actions { margin-top: 13px !important; color: var(--gold); text-transform: uppercase; letter-spacing: .06em; font-size: .64rem !important; }
.score-actions span { padding: 0 5px; opacity: .5; }
.score-source { display: grid; grid-template-columns: 58px 1fr; gap: 14px; border-left: 1px solid rgba(166,109,36,.18); padding-left: 26px; align-content: center; }
.score-source .cart { border: 1px solid var(--gold); color: var(--gold); width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-size: 1.4rem; }
.score-source p { margin: 0; font-size: .78rem; line-height: 1.45; }
.score-source .text-link { grid-column: 1 / -1; }
.site-footer { background: var(--forest-deep); color: #eee7d9; }
.footer-inner { min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.signature { color: #d39b46; font-style: italic; font-size: 1.6rem; }
.copyright { font-family: Georgia, 'Times New Roman', serif; font-size: .78rem; }
.socials { display: flex; justify-content: flex-end; gap: 18px; color: #d39b46; font-size: 1.35rem; }

@media (max-width: 960px) {
  .wrap { width: 100%; max-width: 808px; padding-left: 24px; padding-right: 24px; }
  .site-header { min-height: 82px; position: relative; }
  .brand-name { font-size: 2rem; }
  .brand-role { font-size: .62rem; letter-spacing: .11em; }
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav { display: none; position: absolute; z-index: 10; top: 70px; right: 0; flex-direction: column; gap: 0; align-items: stretch; min-width: 210px; background: var(--paper); border: 1px solid rgba(166,109,36,.2); box-shadow: 0 12px 30px rgba(0,0,0,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 18px; }
  .site-nav a.active::after, .site-nav a:hover::after { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 8px; }
  .hero-photo { order: -1; min-height: auto; aspect-ratio: 1.35 / 1; border-radius: 12px; }
  .hero-photo img { object-position: center 22%; }
  .hero-copy { padding: 8px 0 28px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 13vw, 5.4rem); line-height: .92; }
  .hero-copy > p { font-size: 1rem; }
  .content-grid { grid-template-columns: 1fr; gap: 34px; }
  .side-column { border-left: 0; }
  .about-card { padding: 8px 0 30px; }
  .piece-grid { grid-template-columns: 1fr; gap: 34px; }
  .piece-card img { aspect-ratio: 1.55 / 1; }
  .piece-card:nth-child(1) img { object-position: center 54%; }
  .piece-card:nth-child(2) img { object-position: center 52%; }
  .piece-card:nth-child(3) img { object-position: center 55%; }
  .piece-card h3 { font-size: 1.65rem; }
  .score-layout { grid-template-columns: 1fr; }
  .score-grid { grid-template-columns: 1fr; gap: 0; }
  .score-card { border-right: 0; border-bottom: 1px solid rgba(166,109,36,.18); padding: 16px 0; grid-template-columns: 86px 1fr; }
  .score-source { border-left: 0; padding: 8px 0 0; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; padding-top: 18px; padding-bottom: 18px; }
  .socials { justify-content: center; }
}

@media (max-width: 520px) {
  .wrap { width: 100%; padding-left: 24px; padding-right: 24px; }
  .site-header { min-height: 76px; }
  .brand-name { font-size: 1.55rem; }
  .brand-role { font-size: .52rem; max-width: 275px; }
  .hero-photo { aspect-ratio: 1.28 / 1; }
  .hero-copy h1 { font-size: 3.55rem; }
  .short-rule { margin: 22px 0 20px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .button { justify-content: center; width: 100%; }
  .section-space { padding-top: 22px; }
  .section-heading h2 { font-size: .95rem; }
  .piece-card img { aspect-ratio: 1.24 / 1; }
  .piece-links { margin-top: 18px; }
  .listen-card { margin-inline: -14px; padding-inline: 22px; }
  .score-card img { width: 78px; height: 104px; }
  .footer-inner { min-height: 108px; }
}

/* Explicit page gutters: keep content away from both viewport edges. */
@media (max-width: 700px) { .wrap { width: 100%; padding-left: 24px; padding-right: 24px; } }

/* V7 custom audio controls */
.inline-play, .track-play {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
}
.inline-play {
  color: #8d5f21;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .73rem;
}
.audio-track {
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 11px;
  padding: 10px 0 12px;
}
.track-play {
  width: 24px;
  height: 24px;
  color: #dcb06e;
  font-size: .8rem;
  display: grid;
  place-items: center;
}
.track-main { min-width: 0; }
.track-main strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.2;
}
.track-main small {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.68);
  font-size: .68rem;
}
.progress {
  position: relative;
  height: 12px;
  margin-top: 7px;
  cursor: pointer;
  outline: none;
}
.progress::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 1px;
  background: rgba(255,255,255,.32);
}
.progress span {
  position: absolute;
  left: 0;
  top: 4px;
  height: 3px;
  width: 0;
  background: #dcb06e;
}
.progress:focus-visible { box-shadow: 0 0 0 1px #dcb06e; }
.track-time {
  align-self: end;
  padding-bottom: 1px;
  white-space: nowrap;
  font-size: .65rem;
  color: rgba(255,255,255,.7);
}
@media (max-width: 520px) {
  .audio-track { grid-template-columns: 24px minmax(0,1fr); }
  .track-time { grid-column: 2; justify-self: end; margin-top: -4px; }
}

/* V7B experiment: lake photograph as the primary header image, original artist portrait retained as a smaller inset. */
.hero-banner {
  padding-top: 18px;
  padding-bottom: 18px;
}
.hero-banner-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  background: #c7b08a;
}
.banner-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-copy-overlay {
  position: absolute;
  z-index: 2;
  left: 42px;
  top: 42px;
  width: min(470px, calc(100% - 370px));
  padding: 28px 30px 30px;
  border-radius: 14px;
  background: rgba(248,245,238,.90);
  box-shadow: 0 12px 35px rgba(19,38,33,.16);
  backdrop-filter: blur(3px);
}
.hero-copy-overlay h1 {
  margin: 0;
  font-size: clamp(3.65rem, 5.3vw, 5.55rem);
  line-height: .91;
}
.hero-copy-overlay .short-rule { margin: 24px 0 21px; }
.hero-copy-overlay > p { font-size: 1.02rem; max-width: 410px; }
.hero-copy-overlay .hero-actions { margin-top: 27px; }
.profile-inset {
  position: absolute;
  z-index: 3;
  right: 38px;
  bottom: 34px;
  width: 225px;
  height: 255px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 5px solid rgba(248,245,238,.93);
  background: var(--forest-deep);
  box-shadow: 0 13px 36px rgba(0,0,0,.24);
}
.profile-inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

@media (max-width: 960px) {
  .hero-banner { padding-top: 8px; }
  .hero-banner-image {
    min-height: 630px;
    border-radius: 12px;
  }
  .banner-photo {
    height: 330px;
    object-position: center center;
  }
  .hero-copy-overlay {
    left: 0;
    right: 0;
    top: 330px;
    bottom: 0;
    width: auto;
    padding: 30px 28px 32px;
    border-radius: 0;
    background: var(--paper);
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero-copy-overlay h1 { font-size: clamp(3.35rem, 12vw, 5rem); }
  .profile-inset {
    width: 132px;
    height: 150px;
    right: 22px;
    top: 250px;
    bottom: auto;
    border-width: 4px;
    border-radius: 14px;
  }
  .hero-copy-overlay > p { padding-right: 122px; }
}

@media (max-width: 520px) {
  .hero-banner-image { min-height: 675px; }
  .banner-photo { height: 270px; }
  .hero-copy-overlay {
    top: 270px;
    padding: 34px 24px 28px;
  }
  .hero-copy-overlay h1 { font-size: 3.35rem; }
  .profile-inset {
    width: 112px;
    height: 128px;
    top: 216px;
    right: 16px;
  }
  .hero-copy-overlay > p { padding-right: 0; }
  .hero-copy-overlay .hero-actions { margin-top: 24px; }
}

/* V7F: explicit primary-nav spacing fallback */
@media (min-width: 901px) {
  .site-nav { gap: 0; column-gap: 44px; }
  .site-nav a + a { margin-left: 44px; }
  @supports (gap: 1px) {
    .site-nav a + a { margin-left: 0; }
  }
}


/* V7G: primary navigation spacing — independent of flex-gap support */
@media (min-width: 901px) {
  .site-nav {
    display: flex;
    align-items: center;
    gap: 0 !important;
  }
  .site-nav a {
    display: inline-block;
    margin: 0 !important;
  }
  .site-nav a:not(:last-child) {
    margin-right: 38px !important;
  }
}
