/* =========================================================================
   Joint Conference — "Sunday Author Workshops" landing page
   Page-scoped styles (enqueued only on /joint-conference-author-workshops/).
   Goal: one consistent centered column, clean equal-height author cards,
   a branded hero, and a steady top-to-bottom rhythm.
   ========================================================================= */

/* ---- Hero: turn the default gray banner into a branded band ------------- */
.page-header.page-header-sidebar {
  background-color: #3d3a8c;
  background-image: linear-gradient(125deg, #3d3a8c 0%, #5b3e93 55%, #7a4191 100%);
  padding-top: 64px;
  padding-bottom: 72px;
}
.page-header.page-header-sidebar .img-overlay { display: none; }
.page-header.page-header-sidebar h1,
.page-header.page-header-sidebar p {
  color: #ffffff !important;
}
.page-header.page-header-sidebar h1 {
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.page-header.page-header-sidebar p {
  font-size: 19px;
  line-height: 1.6;
  max-width: 620px;
  opacity: .96;
}
/* brand-green accent rule under the title */
.page-header.page-header-sidebar .featured-title:after,
.page-header.page-header-sidebar h1:after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background: #95c93d;
  border-radius: 2px;
  margin-top: 18px;
}

/* ---- Shared content rhythm --------------------------------------------- */
.jc-lede {
  font-size: 18px;
  line-height: 1.65;
  color: #2c3a52;
}
.jc-lede strong { color: #1b2a4a; }

.jc-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #7a4191;
  margin: 0 0 6px;
}

.b-text h2 {
  font-size: 30px;
  color: #1b2a4a;
  margin: 0 0 6px;
}

/* workshop date / "books included" meta line */
.jc-meta {
  font-size: 14px;
  color: #6a4191;
  font-weight: 600;
  margin: 0 0 18px;
}

/* strategy lists */
ul.jc-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 4px;
  columns: 2;
  column-gap: 40px;
}
ul.jc-list li {
  position: relative;
  padding: 0 0 10px 26px;
  break-inside: avoid;
  font-size: 15px;
  line-height: 1.5;
  color: #3f4a5e;
}
ul.jc-list li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #95c93d;
}
@media (max-width: 600px) {
  ul.jc-list { columns: 1; }
}

/* ---- Featured Authors roster (Name + book, included with registration) -- */
ul.jc-featured-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 26px;
}
ul.jc-featured-list li {
  position: relative;
  padding: 5px 0 5px 24px;
  font-size: 16px;
  line-height: 1.55;
  color: #1b2a4a;
}
ul.jc-featured-list li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7a4191;
}
ul.jc-featured-list li strong { font-weight: 600; }
ul.jc-featured-list li em { color: #7a4191; }
ul.jc-featured-list li a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
ul.jc-featured-list li a:hover { color: #5b3e93; }

/* Numbered-style registration steps in the call-to-action band (left-aligned,
   centered as a block inside the band's centered column) */
.b-full-width-pattern ul.jc-steps {
  display: inline-block;
  text-align: left;
  list-style: none;
  max-width: 560px;
  margin: 8px auto 4px;
  padding: 0;
}
.b-full-width-pattern ul.jc-steps li {
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 16px;
  line-height: 1.5;
  color: #1b2a4a;
}
.b-full-width-pattern ul.jc-steps li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #95c93d;
}

/* "OR" connector in the registration call-to-action band */
.b-full-width-pattern .jc-or {
  font-weight: 700;
  letter-spacing: .14em;
  color: #1b2a4a;
  margin: 14px 0;
}

/* ---- Author card grid --------------------------------------------------- */
.jc-authors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin: 22px 0 6px;
  padding: 0;
}
.jc-author {
  flex: 0 1 270px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ececf1;
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(27, 42, 74, .08);
  padding: 30px 24px 26px;
}
.jc-author__photo {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 0 18px;
  box-shadow: 0 0 0 5px #f3f1f8;
}
.jc-author__name {
  font-size: 19px;
  font-weight: 600;
  color: #1b2a4a;
  margin: 0 0 5px;
}
.jc-author__book {
  font-size: 13px;
  color: #7a4191;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.45;
}
.jc-author__bio {
  font-size: 14px;
  color: #44506a;
  line-height: 1.6;
  margin: 0;
}

/* ---- Author profiles (photo + full bio) -------------------------------- */
.jc-profiles { margin: 16px 0 4px; }
.jc-profile {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 28px 0;
  border-top: 1px solid #ececf1;
}
.jc-profile:first-of-type { border-top: 0; padding-top: 10px; }
.jc-profile__photo {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 5px #f3f1f8;
}
.jc-profile__body { flex: 1 1 auto; min-width: 0; }
.jc-profile__name { font-size: 22px; font-weight: 600; color: #1b2a4a; margin: 2px 0 4px; }
.jc-profile__book { font-size: 14px; color: #7a4191; font-weight: 600; margin: 0 0 14px; }
.jc-profile__body p { font-size: 15px; line-height: 1.7; color: #3f4a5e; margin: 0 0 12px; }
.jc-profile__body p:last-child { margin-bottom: 0; }
@media (max-width: 640px) {
  .jc-profile { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
  .jc-profile__photo { flex-basis: auto; }
  .jc-profile__body { text-align: left; }
}

/* ---- About the authors -------------------------------------------------- */
.jc-about h2 { margin-bottom: 4px; }
.jc-about h3.jc-bio-name {
  font-size: 20px;
  color: #1b2a4a;
  margin: 0 0 10px;
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid #e7e7ee;
}
.jc-about h3.jc-bio-name:first-of-type { border-top: 0; padding-top: 14px; margin-top: 8px; }
.jc-about p {
  font-size: 15px;
  line-height: 1.7;
  color: #3f4a5e;
  margin: 0 0 14px;
}

@media (max-width: 575px) {
  .jc-author { flex: 1 1 100%; max-width: 360px; }
  .page-header.page-header-sidebar h1 { font-size: 32px; }
}
