:root {
  --ink: #2f2b25;
  --brown: #6d5137;
  --brown-dark: #3f3024;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --sage: #74745b;
  --line: rgba(47, 43, 37, .16);
  --shadow: 0 18px 55px rgba(29, 23, 17, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  color: white;
}
.nav-shell {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  text-decoration: none;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
}
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  text-decoration: none;
  font-weight: 600;
  font-size: .96rem;
  text-shadow: 0 1px 10px rgba(0,0,0,.55);
  border-bottom: 1px solid transparent;
}
.nav-links a:hover, .nav-links a:focus-visible { border-color: rgba(255,255,255,.8); }
.menu-button {
  display: none;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(0,0,0,.16);
  color: white;
  padding: 9px 13px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
}

.hero {
  min-height: 760px;
  height: min(92vh, 920px);
  position: relative;
  overflow: hidden;
  background: #80735f;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,20,16,.34) 0%, rgba(23,20,16,.10) 28%, rgba(23,20,16,.00) 48%, rgba(23,20,16,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, transparent 28%, transparent 68%, rgba(0,0,0,.18) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 88px;
  padding-left: clamp(20px, 2.2vw, 32px);
  padding-right: 20px;
}
.logo-panel {
  width: min(215px, 16vw);
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-logo {
  width: min(180px, 100%);
  margin: 0 0 8px;
  filter: drop-shadow(0 2px 7px rgba(255,255,255,.18)) drop-shadow(0 3px 10px rgba(0,0,0,.24));
}
.hero-actions, .section-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.section-actions { margin-top: 26px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: .95rem;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--brown-dark); color: white; }
.button-ghost, .button-secondary { border: 1px solid var(--brown-dark); background: transparent; color: var(--brown-dark); }

.section { padding: 92px 24px; }
.muted { background: var(--cream); border-block: 1px solid var(--line); }
.content-narrow { width: min(760px, 100%); margin: 0 auto; }
.content-wide { width: min(1100px, 100%); margin: 0 auto; }
.center { text-align: center; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 700;
  font-size: .78rem;
}
.eyebrow.light { color: #e8dcc8; }
.welcome-tagline {
  margin: 0 0 16px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.5;
  color: var(--brown);
}
h1, h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.18;
  letter-spacing: -.02em;
  margin: 0 0 22px;
}
h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 3.15rem); }
p { font-size: 1.08rem; }
.lead { font-size: 1.3rem; line-height: 1.65; }
.ai-note {
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 4px solid #9b825f;
  background: var(--cream);
}
.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
  gap: 72px;
  align-items: end;
}
.split-intro p:last-child { margin-bottom: 8px; }

.listen-band {
  padding: 90px 24px;
  background:
    linear-gradient(rgba(53,44,33,.93), rgba(53,44,33,.93)),
    url('assets/group-church-v3.png') center 60% / cover;
  color: white;
  text-align: center;
}
.listen-band p { color: #f4eee4; }

.site-footer {
  padding: 28px 24px;
  background: #27231f;
  color: #eee6da;
  display: flex;
  gap: 18px 34px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.site-footer p { margin: 0; font-size: .92rem; }
.footer-tagline { opacity: .76; }

@media (max-width: 860px) {
  .menu-button { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 18px;
    right: 18px;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(43, 36, 29, .96);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 8px; text-shadow: none; }
  .hero { min-height: 720px; height: 88vh; }
  .hero-photo { object-position: 57% center; }
  .hero-shade {
    background: linear-gradient(180deg, rgba(20,18,16,.28), rgba(20,18,16,.04) 34%, rgba(20,18,16,.18) 60%, rgba(20,18,16,.54));
  }
  .hero-content {
    padding-top: 86px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo-panel {
    width: min(185px, 42vw);
  }
  .hero-logo { width: 150px; }
  .button { padding: 9px 12px; font-size: .88rem; }
  .split-intro { grid-template-columns: 1fr; gap: 12px; }
  .section, .listen-band { padding: 70px 22px; }
}

@media (max-width: 520px) {
  .nav-shell { width: min(100% - 28px, 1200px); min-height: 68px; }
  .brand { font-size: .96rem; }
  .hero { min-height: 690px; }
  .hero-photo { object-position: 63% center; }
  .hero-content { padding-top: 82px; }
  .logo-panel { width: min(155px, 44vw); }
  .hero-logo { width: 122px; }
  .button { flex: 0 1 auto; }
  .lead { font-size: 1.16rem; }
  p { font-size: 1.02rem; }
}

/* Artist cards and artist pages */
h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.2;
  margin: 0 0 10px;
  font-size: 2rem;
}
.artist-card-list {
  display: grid;
  gap: 26px;
  margin-top: 42px;
}
.artist-feature-card {
  margin-top: 52px;
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 44px;
  align-items: center;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(29, 23, 17, .08);
}
.artist-feature-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.artist-kicker {
  margin: 0 0 14px;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--brown);
  font-style: italic;
}
.artist-kicker.large { font-size: 1.2rem; }
.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--brown-dark);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(63,48,36,.35);
}
.text-link:hover { border-bottom-color: var(--brown-dark); }

.subpage-header {
  background: #2f2923;
  color: white;
}
.subpage-header .nav-shell { min-height: 74px; }
.artist-hero {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  min-height: 650px;
  background: #f2ece2;
}
.artist-hero-photo-wrap {
  min-height: 650px;
  background: #6c5b4c;
}
.artist-hero-photo {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center 34%;
}
.artist-hero-copy {
  align-self: center;
  padding: 70px clamp(42px, 7vw, 110px);
  max-width: 760px;
}
.artist-hero-copy h1 {
  font-size: clamp(3.1rem, 7vw, 6.6rem);
  margin-bottom: 14px;
}
.artist-story-grid,
.songs-and-photo {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
}
.artist-story-copy { max-width: 670px; }
.artist-side-photo img,
.artist-reflective-photo {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.artist-side-photo { margin: 0; }
.song-list {
  list-style: none;
  margin: 30px 0 22px;
  padding: 0;
  border-top: 1px solid var(--line);
}
.song-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.12rem;
}
.small-note { font-size: .96rem; color: #655f58; }
.artist-gallery-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}
.artist-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.artist-gallery img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.artist-back-band {
  padding: 80px 24px;
  background: #3b3027;
  color: white;
}
.button-light {
  background: #f5f0e7;
  color: var(--brown-dark);
}

@media (max-width: 860px) {
  .subpage-links { display: flex; position: static; background: transparent; box-shadow: none; padding: 0; flex-direction: row; gap: 14px; }
  .subpage-links a { padding: 0; }
  .artist-feature-card,
  .artist-hero,
  .artist-story-grid,
  .songs-and-photo,
  .artist-gallery-intro { grid-template-columns: 1fr; }
  .artist-feature-card { gap: 26px; }
  .artist-feature-card img { max-width: 360px; }
  .artist-hero-photo-wrap,
  .artist-hero-photo { min-height: 560px; }
  .artist-hero-copy { padding: 58px 28px 68px; }
  .artist-gallery { gap: 14px; }
  .artist-gallery img { height: 360px; }
}

@media (max-width: 620px) {
  .subpage-header .nav-links { display: none; }
  .artist-hero-photo-wrap,
  .artist-hero-photo { min-height: 460px; }
  .artist-gallery { grid-template-columns: 1fr; }
  .artist-gallery img { height: auto; max-height: 520px; }
  .artist-feature-card { padding: 16px; }
}


.message-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}
.message-card,
.feature-message-card {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(29, 23, 17, .08);
}
.message-meta {
  margin: -6px 0 12px;
  color: #70685f;
  font-size: .96rem;
}
.message-excerpt { margin-bottom: 24px; }
.message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-intro-band {
  padding: 84px 24px;
  background: #3a2f26;
  color: white;
}
.page-intro-band .lead,
.page-intro-band p { color: #f3ebdf; }
.page-intro-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 44px;
  align-items: start;
}
.page-intro-note {
  padding: 22px 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}
.feature-message-wrap { margin-top: 0; }
.archive-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 30px;
}
.archive-list {
  display: grid;
  gap: 16px;
}
.archive-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.archive-speaker {
  margin: 0 0 6px;
  color: var(--brown);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
}
.archive-item h3 { font-size: 1.45rem; margin-bottom: 8px; }
.archive-item p:last-child { margin: 0; }
.archive-status {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--brown-dark);
  font-size: .88rem;
  font-weight: 700;
}

@media (max-width: 860px) {
  .message-card-grid,
  .page-intro-grid,
  .archive-intro { grid-template-columns: 1fr; }
  .archive-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.message-article-hero {
  padding: 72px 24px;
  background: #3a2f26;
  color: white;
}
.message-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .55fr);
  gap: 56px;
  align-items: center;
}
.message-article-hero h1 {
  font-size: clamp(3rem, 6vw, 5.7rem);
}
.message-article-hero .lead { color: #f3ebdf; }
.message-article-hero img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  justify-self: end;
  border: 1px solid rgba(255,255,255,.2);
}
.message-prose {
  max-width: 760px;
}
.message-prose p {
  font-size: 1.12rem;
  line-height: 1.85;
  margin: 0 0 1.15em;
}
.message-prose blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  background: var(--cream);
  border-left: 4px solid #9b825f;
}
.message-prose blockquote p {
  margin: 0 0 8px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.22rem;
}
.message-prose cite {
  color: var(--brown);
  font-style: normal;
  font-weight: 700;
}
.message-signature {
  margin-top: 44px !important;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--brown-dark);
}
.archive-title-link {
  color: inherit;
  text-decoration: none;
}
.archive-title-link:hover { text-decoration: underline; }
.archive-read { text-decoration: none; }
.artist-message-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: 56px;
  align-items: center;
}
.artist-message-feature img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}
@media (max-width: 860px) {
  .message-article-hero-grid,
  .artist-message-feature { grid-template-columns: 1fr; }
  .message-article-hero img { justify-self: start; max-width: 260px; }
}

.joseph-message-hero {
  background: #342820;
}
.joseph-sermon-prose .sermon-callout {
  margin: 18px 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
  line-height: 1.45;
  color: var(--brown-dark);
}
.joseph-sermon-prose .sermon-break {
  width: 72px;
  margin: 46px 0;
  border: 0;
  border-top: 2px solid #9b825f;
}
.joseph-sermon-prose .sermon-contrast {
  margin: 30px 0;
  padding: 24px 28px;
  background: #f5f0e7;
  border-left: 4px solid #6d5137;
}
.joseph-sermon-prose .sermon-contrast p {
  margin: 8px 0;
}
.joseph-sermon-prose .sermon-climax {
  margin-top: 18px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
  color: var(--brown-dark);
}

.song-item-linked a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}
.song-item-linked a:hover span:first-child { text-decoration: underline; }
.song-service {
  flex: 0 0 auto;
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: var(--brown);
}
.listen-button { margin-top: 14px; }
@media (max-width: 620px) {
  .song-item-linked a { align-items: flex-start; flex-direction: column; gap: 4px; }
}

.song-item-multi { display:flex; justify-content:space-between; align-items:center; gap:18px; }
.song-service-links { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px 14px; }
.song-service-links a { font-family:"Source Sans 3",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size:.9rem; font-weight:700; color:var(--brown); text-decoration:none; }
.song-service-links a:hover { text-decoration:underline; }
.listen-service-buttons { margin-top:14px; display:flex; justify-content:center; flex-wrap:wrap; gap:12px; }
.listen-service-buttons .listen-button { margin-top:0; }
@media (max-width:620px){ .song-item-multi{align-items:flex-start; flex-direction:column; gap:6px;} .song-service-links{justify-content:flex-start;} }


/* Gallery */
.gallery-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #6f6254;
}
.gallery-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.gallery-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,20,17,.62) 0%, rgba(24,20,17,.38) 38%, rgba(24,20,17,.08) 72%);
}
.gallery-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 90px;
  color: white;
}
.gallery-hero-copy h1 { max-width: 720px; }
.gallery-hero-copy p:last-child {
  max-width: 640px;
  font-size: 1.2rem;
  color: #f3ede4;
}
.gallery-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.gallery-category-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 14px 36px rgba(29, 23, 17, .06);
}
.gallery-category-card h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  margin-bottom: 14px;
}
.gallery-category-card p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
  .gallery-hero { min-height: 560px; }
  .gallery-hero-copy { padding-top: 125px; }
  .gallery-category-grid { grid-template-columns: 1fr; }
}


.gallery-live-intro {
  margin-bottom: 26px;
}
.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.gallery-photo-card {
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(29, 23, 17, .07);
  overflow: hidden;
}
.gallery-photo-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gallery-photo-card figcaption {
  padding: 18px 20px 20px;
}
.gallery-caption-title {
  margin: 0 0 8px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}
.gallery-photo-card figcaption p:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .gallery-photo-grid {
    grid-template-columns: 1fr;
  }
}


/* Embedded streaming player trial */
.embedded-player-wrap {
  margin: 26px auto 18px;
  max-width: 720px;
}
.spotify-player {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 14px;
}
.listen-helper {
  margin: 18px 0 6px;
  font-size: .98rem;
  color: rgba(255,255,255,.86);
}
.artist-song-player {
  margin-top: 28px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(29, 23, 17, .06);
}
.artist-song-player h3 {
  margin-bottom: 16px;
}

/* Self-hosted full-song player trial */
.full-song-player {
  padding: 18px 20px 16px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 16px;
}
.player-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #fff;
}
.player-title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  font-size: 1.08rem;
}
.player-artist {
  font-size: .95rem;
  opacity: .88;
}
.native-audio-player {
  display: block;
  width: 100%;
}
.player-note {
  margin: 9px 0 0;
  font-size: .86rem;
  color: rgba(255,255,255,.78);
}
.dark-note { color: var(--muted); }
.artist-song-player .native-audio-player { margin-top: 8px; }
@media (max-width: 560px) {
  .player-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
}


/* Clickable catalog song titles */
#catalog-audio-player {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.playable-song-row {
  transition: background-color .18s ease;
}
.song-title-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.song-title-play:hover span:last-child,
.song-title-play:focus-visible span:last-child {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.song-title-play:focus-visible {
  outline: 2px solid var(--brown);
  outline-offset: 5px;
  border-radius: 2px;
}
.song-play-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
}
.song-title-play.is-playing {
  font-weight: 700;
}
.song-title-play.is-playing .song-play-icon {
  font-size: 8px;
}
.song-list-play-note {
  margin-top: 14px;
  font-size: .92rem;
  color: var(--muted);
}


/* Contact */
.contact-hero {
  padding: 120px 24px 70px;
  background: linear-gradient(180deg, #f4eee5 0%, #fff 100%);
}
.contact-hero h1 {
  margin-bottom: 18px;
}
.contact-form {
  display: grid;
  gap: 20px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-weight: 600;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  border-radius: 6px;
}
.contact-form textarea {
  resize: vertical;
}
.contact-note {
  margin: 0;
}
.artist-contact-band {
  padding: 58px 24px;
  background: #f7f2ea;
  border-top: 1px solid var(--line);
}
.artist-contact-band h2 {
  margin-bottom: 12px;
}
.artist-contact-band p:not(.eyebrow) {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}


/* Homepage master Listen catalog */
.listen-catalog {
  padding: 78px 24px;
}
.listen-catalog-intro {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
.listen-catalog-intro p:last-child {
  color: rgba(255,255,255,.86);
}
.listen-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.listen-artist-group {
  background: rgba(255,255,255,.96);
  color: var(--ink);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 16px 38px rgba(0,0,0,.14);
}
.listen-artist-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.listen-artist-heading h3 {
  margin: 0;
  font-size: 1.35rem;
}
.listen-artist-heading a {
  flex: 0 0 auto;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: var(--brown);
  text-decoration: none;
}
.listen-artist-heading a:hover { text-decoration: underline; }
.listen-master-list {
  margin: 0;
}
.listen-master-list li {
  padding: 9px 0;
}
.listen-master-list .song-title-play {
  width: 100%;
}
@media (max-width: 1000px) {
  .listen-catalog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .listen-catalog { padding: 58px 18px; }
  .listen-catalog-grid { grid-template-columns: 1fr; }
}


/* Albums */
.album-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.album-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 26px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(29, 23, 17, .06);
}
.album-card-art,
.album-art-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(145deg, #6f4c33, #b17b4f 48%, #35271f);
  color: #fff7eb;
  font-family: "Libre Baskerville", Georgia, serif;
}
.album-card-art {
  aspect-ratio: 1;
  min-width: 0;
  padding: 18px;
  font-size: 1.35rem;
  font-weight: 700;
}
.album-card-copy h3 {
  margin: 4px 0 12px;
}
.album-hero {
  padding: 92px 24px 70px;
  background: linear-gradient(180deg, #f3eadf, #fff);
}
.album-hero-grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 54px;
  align-items: center;
}
.album-title-panel h1 {
  margin-bottom: 14px;
}
.album-meta {
  font-weight: 700;
  color: var(--brown);
}
.album-description {
  max-width: 680px;
  font-size: 1.12rem;
}
.album-art-placeholder {
  aspect-ratio: 1;
  padding: 32px;
  box-shadow: 0 22px 50px rgba(29, 23, 17, .16);
}
.album-art-placeholder span {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
}
.album-art-placeholder small {
  display: block;
  margin-top: 16px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  opacity: .84;
}
.album-section-heading {
  margin-bottom: 26px;
}
.album-track-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.album-track {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0;
  border-bottom: 1px solid var(--line);
}
.album-track-number {
  text-align: center;
  color: var(--brown);
  font-weight: 700;
}
.album-track-play {
  width: 100%;
  padding: 16px 8px;
  text-align: left;
}
.album-track-copy {
  display: grid;
  gap: 2px;
}
.album-track-copy strong {
  font-size: 1.05rem;
}
.album-track-copy small {
  font-size: .93rem;
  color: #6b625a;
}
@media (max-width: 820px) {
  .album-card-grid {
    grid-template-columns: 1fr;
  }
  .album-card {
    grid-template-columns: 150px 1fr;
  }
  .album-hero-grid {
    grid-template-columns: 1fr;
  }
  .album-art-placeholder {
    max-width: 420px;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .album-card {
    grid-template-columns: 1fr;
  }
  .album-card-art {
    max-width: 260px;
    width: 100%;
  }
}


.album-artwork {
  margin: 0;
  width: 100%;
  max-width: 420px;
  justify-self: end;
  box-shadow: 0 22px 50px rgba(29, 23, 17, .16);
}
.album-artwork img {
  display: block;
  width: 100%;
  height: auto;
}
.album-card-art-image {
  padding: 0;
  overflow: hidden;
}
.album-card-art-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Album streaming links */
.album-track {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}
.streaming-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 10px;
}
.streaming-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.streaming-link:hover,
.streaming-link:focus-visible {
  transform: translateY(-1px);
  border-color: var(--brown);
  box-shadow: 0 5px 14px rgba(29, 23, 17, .10);
}
@media (max-width: 700px) {
  .album-track {
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .streaming-links {
    grid-column: 2;
    padding: 0 8px 14px;
    flex-wrap: wrap;
  }
}


/* Artist-page streaming service buttons */
.song-service-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.song-service-links .song-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.song-service-links .song-service-link:hover,
.song-service-links .song-service-link:focus-visible {
  text-decoration: none;
  transform: translateY(-1px);
  border-color: var(--brown);
  box-shadow: 0 5px 14px rgba(29, 23, 17, .10);
}
@media (max-width: 620px) {
  .song-service-links {
    justify-content: flex-start;
  }
}


/* Gallery album cleanup */
.gallery-hero-simple .gallery-hero-copy {
  text-align: center;
}
.gallery-hero-simple .gallery-hero-copy h1 {
  margin-bottom: 0;
}
.gallery-photo-grid-album {
  gap: 34px;
}
.gallery-photo-card-album {
  background: transparent;
  border: none;
  box-shadow: none;
}
.gallery-photo-card-album img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(29, 23, 17, .14);
}
.gallery-album-caption {
  padding: 10px 8px 0;
}
.gallery-handwritten-caption {
  margin: 0;
  font-family: "Caveat", cursive;
  font-size: 2rem;
  line-height: 1.05;
  color: var(--brown);
  letter-spacing: .01em;
}
@media (max-width: 700px) {
  .gallery-handwritten-caption {
    font-size: 1.7rem;
  }
}


/* Videos */
.simple-page-hero {
  padding: 72px 24px 34px;
  background: linear-gradient(180deg, #f3eadf, #fff);
}
.simple-page-hero h1 {
  margin: 0;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}
.video-card h2 {
  margin: 14px 0 0;
  font-size: 1.25rem;
}
.video-card h2 a {
  color: inherit;
  text-decoration: none;
}
.video-card h2 a:hover,
.video-card h2 a:focus-visible {
  text-decoration: underline;
}
.video-thumb-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(29, 23, 17, .14);
}
.video-thumb-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.video-play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #3f3027;
  font-size: 1.4rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
@media (max-width: 720px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}


/* Launch mobile navigation fix */
@media (max-width: 860px) {
  .subpage-header .nav-shell {
    position: relative;
  }
  .subpage-header .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 18px;
    right: 18px;
    z-index: 1000;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(43, 36, 29, .97);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .subpage-header .nav-links.open {
    display: flex;
  }
  .subpage-header .nav-links a {
    padding: 10px 8px;
    color: #fff;
    text-shadow: none;
  }
}


/* Shared play counts */
.song-title-play .song-play-count {
  margin-left: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.58;
  white-space: nowrap;
  text-decoration: none !important;
}

.song-title-play:hover > span:not(.song-play-icon):not(.song-play-count),
.song-title-play:focus-visible > span:not(.song-play-icon):not(.song-play-count) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.song-title-play.is-playing .song-play-count {
  opacity: 0.78;
}

@media (max-width: 640px) {
  .song-title-play .song-play-count {
    font-size: 0.72rem;
    margin-left: 0.3rem;
  }
}
