@import url("https://fonts.googleapis.com/css2?family=Cherry+Cream+Soda&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Short+Stack&display=swap");

/*
 * Custom stylesheet for Peter Alsop theme overrides.
 */
:root {
  --site-content-max-width: 1100px;
  --font-base: Georgia, serif;
  --font-decoration: "Short Stack", cursive;
  --font-marker: "Cherry Cream Soda", system-ui;
}

.decoration {
  font-family: var(--font-decoration);
  letter-spacing: -0.05rem;
}

.marker {
  font-family: var(--font-marker);
}

.font-ui {
  font-family: Arial, sans-serif !important;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #b3d578;
  --bs-btn-border-color: #b3d578;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #a2c067;
  --bs-btn-hover-border-color: #9ab760;
  --bs-btn-focus-shadow-rgb: 179, 213, 120;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9ab760;
  --bs-btn-active-border-color: #92ad5a;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b3d578;
  --bs-btn-disabled-border-color: #b3d578;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6ebed5;
  --bs-btn-border-color: #6ebed5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #62aec4;
  --bs-btn-hover-border-color: #5da6bb;
  --bs-btn-focus-shadow-rgb: 110, 190, 213;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5da6bb;
  --bs-btn-active-border-color: #579db1;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6ebed5;
  --bs-btn-disabled-border-color: #6ebed5;
}

h1,
h2,
h3 {
  font-family: var(--font-marker);
}

h2 {
  font-size: 1.3rem;
}

/*.content-card .entry-header  {*/
/*  margin-bottom: 0 !important;*/
/*}*/

.page-title,
.entry-title {
  font-family: var(--font-marker);
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.entry-title,
.entry-title a,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #000;
}

h2.entry-title {
  font-size: 1.3rem;
}

#single-wrapper .entry-header .entry-title {
  margin-bottom: 0.35rem;
}

.post .entry-header .entry-title {
  margin-bottom: 0.35rem;
}

.entry-header {
  margin-bottom: 1.25rem;
}

.post .entry-header {
  margin-bottom: 1rem;
}

.post .entry-header .entry-meta,
#single-wrapper .entry-header .entry-meta {
  margin-top: 0;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.7);
}

.tag .page-header .page-title {
  font-family: Arial, sans-serif !important;
  font-size: 1rem;
}

.tag #archive-wrapper nav[aria-labelledby="posts-nav-label"] {
  margin-top: 1.5rem;
  font-family: Arial, sans-serif !important;
}

.tag #archive-wrapper .entry-meta .tags-links {
  display: block;
  margin-top: 0.15rem;
}

.home #index-wrapper .entry-meta .tags-links {
  display: block;
  margin-top: 0.15rem;
}

body {
  font-family: var(--font-base);
  background-color: #ffff99;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#page {
  min-height: 97vh;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.links-inherit-color a,
.links-inherit-color a:link,
.links-inherit-color a:visited,
.links-inherit-color a:hover,
.links-inherit-color a:focus,
.links-inherit-color a:active {
  color: inherit;
}

.tags-links a,
.tags-links a:link,
.tags-links a:visited,
.tags-links a:hover,
.tags-links a:focus,
.tags-links a:active {
  color: #000;
}

.links-underline a,
.links-underline a:link,
.links-underline a:visited,
.links-underline a:hover,
.links-underline a:focus,
.links-underline a:active {
  text-decoration: underline;
}

.pa-ghost-button,
.pa-ghost-button:link,
.pa-ghost-button:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(120, 78, 34, 0.45);
  border-radius: 999px;
  background: transparent;
  color: #5f3a18;
  font-family: Arial, sans-serif !important;
  font-size: 0.9rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pa-ghost-button:hover,
.pa-ghost-button:focus,
.pa-ghost-button:active {
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(120, 78, 34, 0.7);
  color: #3d220b;
  text-decoration: none;
  box-shadow: 0 0.3rem 0.9rem rgba(120, 78, 34, 0.12);
}

.pa-ghost-button:focus-visible {
  outline: 2px solid rgba(95, 58, 24, 0.5);
  outline-offset: 2px;
}

#page .container-fluid {
  width: 100%;
  max-width: var(--site-content-max-width);
  margin-inline: auto;
}

#main-nav > .container,
#main-nav > .container-fluid {
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#wrapper-navbar,
#main-nav {
  background: transparent !important;
}

#main-nav,
#main-nav .navbar-brand,
#main-nav .navbar-brand a,
#main-nav .custom-logo-link,
#main-nav .nav-link,
#main-nav .navbar-nav .nav-link.active,
#main-nav .navbar-nav .show > .nav-link {
  color: #000 !important;
}

#main-nav .nav-link:hover,
#main-nav .nav-link:focus,
#main-nav .navbar-brand:hover,
#main-nav .navbar-brand:focus,
#main-nav .custom-logo-link:hover,
#main-nav .custom-logo-link:focus {
  color: #000 !important;
}

#main-nav .navbar-toggler {
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.35);
}

#main-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#wrapper-footer {
  background-color: #fee191;
  background-image: linear-gradient(
    to bottom,
    rgb(254, 225, 145) 0%,
    rgb(235, 174, 116) 100%
  );
  padding: 1rem 0 !important;
  font-family: Arial, sans-serif !important;
  font-size: 0.9rem;
  margin-top: auto;
}

#wrapper-footer a,
#wrapper-footer a:link,
#wrapper-footer a:visited,
#wrapper-footer a:hover,
#wrapper-footer a:focus,
#wrapper-footer a:active {
  color: #000;
}

.pa-main-nav-strip {
  width: 100%;
  background-color: #fee191;
  background-image: linear-gradient(
    to bottom,
    rgb(254, 225, 145) 0%,
    rgb(235, 174, 116) 100%
  );
  border-radius: 0.4rem;
  overflow: hidden;
}

.pa-main-nav-strip .navbar-nav {
  gap: 0;
}

.pa-main-nav-strip .navbar-nav > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .pa-main-nav-strip .navbar-nav > li + li {
    border-left: 0;
  }
}

#main-nav .navbar-brand,
#main-nav .custom-logo-link {
  margin-right: 0;
  text-align: center;
}

#main-nav .custom-logo-link {
  display: inline-block;
  margin-bottom: 0;
}

#main-nav .pa-site-tagline {
  margin-top: -0.35rem;
  margin-bottom: 1.2rem !important;
  color: #000;
  font-size: 0.95rem;
  line-height: 1.15;
  text-align: center;
}

#main-nav .navbar-toggler {
  margin: 0 auto;
}

#main-nav .navbar-collapse {
  justify-content: center;
  width: 100%;
}

#main-nav .navbar-nav {
  align-items: center;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

#main-nav .nav-link {
  font-size: 0.8rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  letter-spacing: 0.04rem;
}

#album-taxonomy-wrapper,
#single-video-wrapper,
#single-song-wrapper,
#page-wrapper {
  padding: 0 0 3rem 0;
}



@media (min-width: 768px) {
  #main-nav .navbar-collapse {
    flex-basis: auto;
  }
}
.entry-content,
.site-main article,
.wp-block-group__inner-container {
  max-width: var(--site-content-max-width);
}

.pa-song-chords {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: visible;
}

#single-song-wrapper .post-navigation .nav-links {
  justify-content: flex-end !important;
  gap: 1rem;
  flex-wrap: wrap;
}

#single-song-wrapper .post-navigation .nav-links a {
  white-space: nowrap;
}

#single-song-wrapper .pa-song-header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.25rem !important;
}

#single-song-wrapper .pa-song-header .entry-title {
  margin-bottom: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  min-width: 0;
}

#single-song-wrapper .pa-song-header .post-navigation {
  margin: 0 0 0 auto;
  flex: 0 0 auto;
}

#single-song-wrapper .pa-song-header .post-navigation.container {
  width: auto;
  max-width: none;
  padding: 0;
}

.pa-albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 1rem 0;
}

.pa-albums-index-group + .pa-albums-index-group {
  margin-top: 2rem;
}

.pa-albums-index-group + .pa-albums-index-group-grownups_professionals {
  margin-top: 4rem;
}

.pa-albums-index-heading {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.pa-albums-grid-card {
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pa-albums-grid-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.pa-albums-grid-link:hover,
.pa-albums-grid-link:focus {
  text-decoration: none;
}

.pa-albums-grid-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.pa-albums-grid-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pa-albums-grid-title {
  margin: 0;
  font-size: .9rem;
  line-height: 1.3;
  text-align: center;
}

.pa-albums-grid-card:hover,
.pa-albums-grid-card:focus-within {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
}

.pa-albums-grid-card:hover .pa-albums-grid-image,
.pa-albums-grid-card:focus-within .pa-albums-grid-image {
  transform: scale(1.05);
}

.pa-album-layout {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
}

.pa-album-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.pa-album-buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.pa-album-buy-icon {
  margin-left: 0.5rem;
  font-size: 0.8em;
}

.pa-album-buy-url {
  font-size: 0.9rem;
  color: #666;
}

.pa-album-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.25rem !important;
}

.pa-album-header .page-title {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.pa-album-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.pa-album-nav a {
  white-space: nowrap;
}

.pa-album-song-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pa-album-song-list li {
  margin: 0 0 0.45rem 0;
}

.pa-album-song-list li + li {
  border-top: 1px solid rgba(120, 78, 34, 0.18);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.pa-album-song-list a::after {
  content: " \2192";
}

.pa-videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.pa-videos-grid-card {
  overflow: hidden;
}

.pa-videos-grid-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.pa-videos-grid-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.pa-videos-grid-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  text-align: center;
}

.pa-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.pa-video-embed {
  margin-bottom: 1.25rem;
}

.pa-video-embed-custom > * {
  margin-left: auto;
  margin-right: auto;
}

.pa-video-embed-custom iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pa-video-header .entry-title {
  max-width: 50%;
  flex: 0 1 50%;
  overflow-wrap: anywhere;
}

.pa-video-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.pa-video-nav a {
  white-space: nowrap;
}

#single-video-wrapper .pa-video-header + * {
  margin-top: 1.25rem;
}

.pa-site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.pa-site-footer-right {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.content-card {
  background: rgba(255, 252, 245, 0.3);
  border: 1px solid rgba(120, 78, 34, 0.18);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(104, 72, 24, 0.16);
  padding: 2rem 2.25rem;
}

.content-card .entry-header {
  margin-bottom: 1.25rem;
}

.content-card .entry-title {
  margin-bottom: 0;
}

.content-card hr {
  border: 0;
  border-top: 2px solid rgba(120, 78, 34, 0.18);
  margin: 2rem 0;
}

.post.content-card + .post.content-card {
  margin-top: 1.5rem;
}

.pa-resources-section {
  margin-top: 1.5rem;
}

.pa-resources-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pa-resources-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: 100%;
}

.pa-resources-card-title {
  margin: 0;
}

.pa-resources-card .entry-header {
  margin-bottom: 0;
}

.pa-resources-card-link {
  display: flex;
  color: inherit;
  text-decoration: none;
}

.pa-resources-card-link.content-card {
  gap: 0.25rem;
}

.pa-resources-card-link:hover,
.pa-resources-card-link:focus,
.pa-resources-card-link:active {
  color: inherit;
  text-decoration: none;
}

.pa-resources-card-description {
  margin: 0;
  color: rgba(61, 34, 11, 0.72);
  font-family: Arial, sans-serif !important;
  font-size: 0.9rem;
  line-height: 1.4;
}

.pa-contact-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.pa-contact-layout--has-image {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
}

.pa-contact-content > :last-child {
  margin-bottom: 0;
}

.pa-contact-featured-image {
  margin: 0;
  justify-self: end;
  align-self: start;
}

.pa-contact-featured-image-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

@media (max-width: 991px) {
  .pa-resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .content-card {
    padding: 1.5rem 1.25rem;
    border-radius: 0.9rem;
  }

  .pa-resources-section {
    margin-top: 1rem;
  }

  .pa-resources-grid {
    grid-template-columns: 1fr;
  }

  .pa-contact-layout--has-image {
    grid-template-columns: 1fr;
  }

  .pa-contact-featured-image {
    justify-self: stretch;
  }
}

@media (max-width: 767px) {
  .pa-album-layout {
    grid-template-columns: 1fr;
  }
}

.pa-media-library-page {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pa-media-library-intro .entry-content > *:last-child {
  margin-bottom: 0;
}

.pa-media-library-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pa-media-library-intro + .pa-media-library-section {
  margin-top: 0;
}

.pa-media-library-section + .pa-media-library-section {
  margin-top: 2.5rem;
}

.pa-media-library-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.pa-media-library-section-title {
  margin: 0;
  font-size: 1.45rem;
}

.pa-media-library-section-count {
  margin: 0;
  color: rgba(61, 34, 11, 0.72);
  font-family: Arial, sans-serif !important;
  font-size: 0.9rem;
}

.pa-media-library-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.pa-media-library-card {
  overflow: hidden;
  border: 1px solid rgba(120, 78, 34, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.85rem 1.8rem rgba(104, 72, 24, 0.12);
}

.pa-media-library-card-media {
  display: block;
  padding: 1rem 1rem 0 1rem;
}

.pa-media-library-card-image {
  width: 100%;
  height: auto;
  display: block;
}

.pa-media-library-card-placeholder {
  width: 100%;
  min-height: 16rem;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  color: rgba(61, 34, 11, 0.82);
  font-size: 1.2rem;
  text-align: center;
}

.pa-media-library-card .card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
}

.pa-media-library-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
}

.pa-media-library-card-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #000;
}

.pa-media-library-card-summary,
.pa-media-library-card-prices {
  margin: 0;
}

.pa-media-library-card-content {
  color: rgba(0, 0, 0, 0.78);
}

.pa-media-library-card-content > *:last-child {
  margin-bottom: 0;
}

.pa-media-library-card-summary {
  color: rgba(0, 0, 0, 0.78);
}

.pa-media-library-card-prices {
  color: rgba(61, 34, 11, 0.82);
  font-family: Arial, sans-serif !important;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .pa-media-library-page {
    gap: 0;
  }

  .pa-media-library-section-heading {
    align-items: flex-start;
  }

  .pa-media-library-grid {
    grid-template-columns: 1fr;
  }

  .pa-media-library-section + .pa-media-library-section {
    margin-top: 2rem;
  }
}

#front-page-wrapper {
  padding: 0 0 3rem 0;
}

.pa-home-hero {
  padding: 0.25rem 0 0;
  margin-bottom: 1.5rem;
}

.pa-home-substack-section,
.pa-home-ebenezer-section,
.pa-home-feature-section {
  padding: 1.5rem 0 0;
}

.pa-home-feature-card .entry-content {
  font-size: 1.05rem;
  line-height: 1.8;
}

.pa-home-feature-layout {
  display: flow-root;
}

.pa-home-feature-copy {
  font-family: Arial, sans-serif !important;
  font-size: .95rem;
}

.pa-home-feature-card {
  margin-bottom: 1.5rem;
}

.pa-home-feature-card .entry-content > *:last-child {
  margin-bottom: 0;
}

.pa-home-feature-figure {
  margin: 0;
}

.pa-home-feature-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  transition: transform 180ms ease;
}

.pa-home-feature-figure a:hover .pa-home-feature-image,
.pa-home-feature-figure a:focus .pa-home-feature-image {
  transform: scale(1.025);
}

.pa-home-substack-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.pa-home-substack-iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

.pa-home-substack-feed {
  background: rgba(255, 252, 245, 0.3);
  border: 1px solid rgba(120, 78, 34, 0.18);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(104, 72, 24, 0.16);
  padding: 1.4rem 1.5rem;
}

.pa-home-substack-feed-title {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.pa-home-substack-feed-list {
  display: grid;
  gap: 1rem;
}

.pa-home-substack-feed-item {
  border-top: 1px solid rgba(120, 78, 34, 0.18);
  padding-top: 1rem;
}

.pa-home-substack-feed-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.pa-home-substack-feed-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.pa-home-substack-feed-link:hover,
.pa-home-substack-feed-link:focus {
  color: #5f3413;
}

.pa-home-substack-feed-item-title {
  margin: 0 0 0.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.15;
}

.pa-home-substack-feed-date {
  color: rgba(61, 34, 11, 0.62);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.pa-home-substack-feed-description {
  color: rgba(61, 34, 11, 0.78);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.25;
  margin: 0;
}

.pa-home-albums-section,
.pa-home-news-section {
  padding: 1.5rem 0 0;
}

.pa-home-albums-header,
.pa-home-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.pa-home-albums-header .entry-title,
.pa-home-news-header .entry-title {
  margin: 0;
}

.pa-home-albums-grid,
.pa-home-news-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pa-home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.pa-home-news-item {
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pa-home-news-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.pa-home-news-link:hover,
.pa-home-news-link:focus {
  text-decoration: none;
}

.pa-home-news-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.pa-home-news-body.card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1rem 1rem 1.15rem;
}

.pa-home-news-meta {
  margin: 0;
  color: rgba(61, 34, 11, 0.72);
  font-family: Arial, sans-serif !important;
  font-size: 0.82rem;
  line-height: 1.2;
}

.pa-home-news-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.pa-home-news-excerpt {
  color: rgba(0, 0, 0, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pa-home-news-excerpt > *:last-child {
  margin-bottom: 0;
}

.pa-home-news-item:hover,
.pa-home-news-item:focus-within {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
}

.pa-home-news-item:hover .pa-home-news-image,
.pa-home-news-item:focus-within .pa-home-news-image {
  transform: scale(1.05);
}

.pa-home-hero-panel {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  padding: 0;
}

.pa-home-hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.pa-home-hero-layout {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}

.pa-home-hero-copy {
  max-width: 42rem;
  margin: 1.5rem;
  padding: 1.5rem 1.6rem;
  border-radius: 1.25rem;
  background: rgba(255, 251, 244, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0.9rem 1.9rem rgba(70, 44, 13, 0.14);
}

.pa-home-kicker {
  margin: 0 0 0.65rem 0;
  color: #5f3a18;
  font-size: 0.8rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.pa-home-headline {
  margin: 0;
  font-size: 2.4rem;
  line-height: 0.92;
}

.pa-home-lede {
  max-width: 38rem;
  margin: 1rem 0 0 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
}

.pa-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.pa-home-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.pa-home-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(120, 78, 34, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #5f3a18;
  font-family: Arial, sans-serif !important;
  font-size: 0.84rem;
  line-height: 1.2;
}

.pa-ebenezer-masonry {
  column-count: 3;
  column-gap: 1rem;
}

.pa-ebenezer-masonry p {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.pa-ebenezer-masonry img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.pa-ebenezer-feature-image {
  border-radius: 0.5rem;
}

@media (max-width: 991px) {
  .pa-home-hero-panel {
    overflow: visible;
  }

  .pa-home-hero-image {
    height: clamp(18rem, 55vw, 26rem);
    object-fit: cover;
    object-position: left center;
  }

  .pa-home-hero-layout {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1rem;
    z-index: auto;
  }

  .pa-home-hero-copy {
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .pa-home-actions {
    justify-content: center;
  }

  .pa-home-albums-grid,
  .pa-home-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pa-home-albums-header,
  .pa-home-news-header {
    align-items: flex-start;
  }

  .pa-home-albums-grid,
  .pa-home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pa-ebenezer-masonry {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .pa-home-albums-grid,
  .pa-home-news-grid {
    grid-template-columns: 1fr;
  }

  .pa-ebenezer-masonry {
    column-count: 1;
  }
}

@media (max-width: 991.98px) {
  .pa-ebenezer-quotations-row {
    grid-template-columns: 1fr !important;
  }

  .pa-home-substack-layout {
    grid-template-columns: 1fr;
  }

  .pa-home-feature-figure {
    float: none !important;
    width: 100% !important;
    margin: 0 0 1rem !important;
  }

  .pa-home-feature-image {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #front-page-wrapper {
    padding-bottom: 2.25rem;
  }

  .pa-home-hero {
    margin-bottom: 1rem;
  }

  .pa-home-feature-section {
    padding-top: 1rem;
  }

  .pa-home-feature-card {
    margin-bottom: 1rem;
  }

  .pa-home-feature-figure {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }

  .pa-home-feature-layout {
    display: block;
  }

  .pa-home-lede {
    font-size: 1rem;
  }
}
