/* Therapist starter - blog stylesheet (scoped under body.starter-therapist). */
/* Auto-loaded by the parent theme when the Therapist starter is installed. */
/* Generated by boltpress-theme/tools/build-therapist-template.py - do not edit by hand. */

/* Fraunces variable axes (opsz/SOFT/WONK) aren't loaded by BoltPress's Google Fonts Manager — it requests static weights only. Instrument Sans IS handled by the Manager when Google Fonts is enabled in Theme Settings, so it's intentionally omitted here to avoid duplicate requests. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,400..700,50..100,0..1;1,9..144,400..700,50..100,0..1&display=swap');

/* --- Tokens + base typography (body-scoped) ----------------------- */
body.starter-therapist {
  --t-cream: #FAF3EC;
  --t-cream-alt: #F0E5DA;
  --t-ink: #2B1F18;
  --t-terra: #B0543A;
  --t-terra-dark: #8A3E27;
  --t-muted: #5C4A3E;
  --t-subtle: #8A6E5F;
  --t-border: #E6D4C2;
  --t-ease: cubic-bezier(.2, .7, .2, 1);
  background: var(--t-cream);
  color: var(--t-ink);
  font-family: 'Instrument Sans', 'Helvetica Neue', system-ui, sans-serif;
  font-feature-settings: "ss01";
}

/* --- Blog hero (home.php, archive.php, search.php) ---------------- */
body.starter-therapist .bp-blog-hero {
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background: var(--t-cream);
  text-align: center;
}
body.starter-therapist .bp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75em;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t-terra);
  margin: 0;
}
body.starter-therapist .bp-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  transform-origin: left;
  animation: bp-th-rule-in 0.9s var(--t-ease) .05s both;
}
body.starter-therapist .bp-blog-title {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 0;
  font-weight: 450;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: var(--t-ink);
  margin: 1.5rem 0 0;
  opacity: 0;
  animation: bp-th-fade 0.9s var(--t-ease) .2s forwards;
}
body.starter-therapist .bp-blog-lede {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 32, "SOFT" 80;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--t-muted);
  max-width: 42ch;
  margin: 1.75rem auto 0;
  opacity: 0;
  animation: bp-th-fade 0.9s var(--t-ease) .4s forwards;
}
body.starter-therapist .bp-search-query {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  color: var(--t-terra);
}

/* --- Article card (editorial vertical rhythm) -------------------- */
body.starter-therapist .bp-article-list { display: block; }
body.starter-therapist .bp-article-card {
  border-top: 1px solid var(--t-border);
  transition: padding-left .45s var(--t-ease);
}
body.starter-therapist .bp-article-card:first-of-type { border-top: 0; }
body.starter-therapist .bp-article-card:last-of-type { border-bottom: 1px solid var(--t-border); }
body.starter-therapist .bp-article-card:hover { padding-left: .5rem; }
body.starter-therapist .bp-article-card-link {
  display: block;
  padding: clamp(2.25rem, 4vw, 3rem) 0;
  text-decoration: none;
  color: inherit;
}
body.starter-therapist .bp-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 0 0 1rem;
  font-size: .72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t-subtle);
  font-weight: 600;
}
body.starter-therapist .bp-meta-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
body.starter-therapist .bp-article-title {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 0;
  font-weight: 450;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  letter-spacing: -0.028em;
  line-height: 1.08;
  color: var(--t-ink);
  margin: 0 0 1rem;
  transition: color .4s var(--t-ease);
}
body.starter-therapist .bp-article-card:hover .bp-article-title { color: var(--t-terra); }
body.starter-therapist .bp-article-excerpt {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--t-muted);
  max-width: 58ch;
  margin: 0 0 1.25rem;
}
body.starter-therapist .bp-article-more {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--t-terra);
  font-weight: 600;
  font-size: .95rem;
}
body.starter-therapist .bp-arrow {
  display: inline-block;
  transition: transform .4s var(--t-ease);
}
body.starter-therapist .bp-article-card:hover .bp-arrow { transform: translateX(4px); }
body.starter-therapist .bp-back-link:hover .bp-arrow { transform: translateX(-4px); }

/* --- Pagination (rounded terracotta pills) ----------------------- */
body.starter-therapist .bp-pagination {
  padding: 2rem 0 0;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid var(--t-border);
}
body.starter-therapist .bp-pagination .nav-links {
  display: flex; justify-content: center; align-items: center;
  gap: .5rem; flex-wrap: wrap;
}
body.starter-therapist .bp-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.25rem; height: 2.25rem;
  padding: 0 .75rem;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--t-muted);
  text-decoration: none;
  transition: color .3s var(--t-ease), background-color .3s var(--t-ease);
}
body.starter-therapist .bp-pagination .page-numbers:hover { color: var(--t-terra); }
body.starter-therapist .bp-pagination .page-numbers.current {
  background: var(--t-terra);
  color: var(--t-cream);
}
body.starter-therapist .bp-pagination .page-numbers.prev,
body.starter-therapist .bp-pagination .page-numbers.next {
  padding: 0 1.25rem;
  color: var(--t-terra);
  font-weight: 600;
}

/* --- Empty state -------------------------------------------------- */
body.starter-therapist .bp-empty-state {
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 4vw, 2.5rem);
  text-align: center;
}
body.starter-therapist .bp-empty-title {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  font-weight: 450;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.025em;
  margin: 1rem 0;
  color: var(--t-ink);
}
body.starter-therapist .bp-empty-body {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 32, "SOFT" 80;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--t-muted);
}
body.starter-therapist .bp-link {
  position: relative;
  color: var(--t-terra);
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
body.starter-therapist .bp-link::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--t-ease);
}
body.starter-therapist .bp-link:hover::after { transform: scaleX(1); }
body.starter-therapist .bp-link:hover .bp-arrow { transform: translateX(4px); }

/* --- Single post hero -------------------------------------------- */
body.starter-therapist .bp-single-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(1.5rem, 3vw, 2rem);
}
body.starter-therapist .bp-back-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--t-muted);
  text-decoration: none;
  font-size: .85rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
  transition: color .3s var(--t-ease);
}
body.starter-therapist .bp-back-link:hover { color: var(--t-terra); }
body.starter-therapist .bp-single-meta {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  font-size: .72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t-subtle);
  font-weight: 600;
  margin: 0;
}
body.starter-therapist .bp-single-title {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 0;
  font-weight: 450;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 1rem 0 0;
  color: var(--t-ink);
  opacity: 0;
  animation: bp-th-fade 0.9s var(--t-ease) .25s forwards;
}

/* --- Featured image ---------------------------------------------- */
body.starter-therapist .bp-single-featured {
  padding: clamp(2rem, 4vw, 3rem) 0;
}
body.starter-therapist .bp-single-featured img {
  border-radius: 4px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 30px 60px -25px rgba(43, 31, 24, 0.25);
}

/* --- Single body (reading column) -------------------------------- */
body.starter-therapist .bp-single-body {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(3rem, 6vw, 5rem);
}
body.starter-therapist .bp-single-body > .bp-container > * + * { margin-top: 1.5rem; }
body.starter-therapist .bp-single-body p {
  color: var(--t-muted);
  line-height: 1.8;
  font-size: 1.1rem;
  margin: 0;
}
body.starter-therapist .bp-single-body > .bp-container > p:first-of-type {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 32, "SOFT" 80;
  font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.5;
  color: var(--t-ink);
  letter-spacing: -0.01em;
}
body.starter-therapist .bp-single-body h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 48, "SOFT" 60;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.015em;
  margin-top: 3rem;
  color: var(--t-ink);
  line-height: 1.2;
}
body.starter-therapist .bp-single-body h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  margin-top: 2.25rem;
  color: var(--t-ink);
  line-height: 1.25;
}
body.starter-therapist .bp-single-body a {
  color: var(--t-terra);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color .3s var(--t-ease);
}
body.starter-therapist .bp-single-body a:hover { color: var(--t-terra-dark); }
body.starter-therapist .bp-single-body blockquote,
body.starter-therapist .bp-single-body .wp-block-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  line-height: 1.4;
  border-left: 1px solid var(--t-terra);
  padding: 0 0 0 1.75rem;
  margin: 2.5rem 0 !important;
  color: var(--t-ink);
  letter-spacing: -0.015em;
}
body.starter-therapist .bp-single-body ul,
body.starter-therapist .bp-single-body ol {
  color: var(--t-muted);
  line-height: 1.8;
  padding-left: 1.5rem;
  font-size: 1.05rem;
}
body.starter-therapist .bp-single-body li::marker { color: var(--t-terra); }
body.starter-therapist .bp-single-body img {
  border-radius: 4px;
  box-shadow: 0 20px 50px -25px rgba(43, 31, 24, 0.25);
  margin: 2rem 0;
}
body.starter-therapist .bp-single-body figcaption {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: .82rem;
  color: var(--t-subtle);
  margin-top: .75rem;
  text-align: center;
  letter-spacing: 0.02em;
}
body.starter-therapist .bp-single-body code {
  background: var(--t-cream-alt);
  color: var(--t-ink);
}

/* --- Tags --------------------------------------------------------- */
body.starter-therapist .bp-single-tags {
  padding: 2rem 0 clamp(3rem, 6vw, 4rem);
  border-top: 1px solid var(--t-border);
}
body.starter-therapist .bp-tag {
  color: var(--t-muted);
  border: 1px solid var(--t-border);
}
body.starter-therapist .bp-tag:hover {
  border-color: var(--t-terra);
  color: var(--t-terra);
}

/* --- Related posts ----------------------------------------------- */
body.starter-therapist .bp-related {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--t-cream-alt);
}
body.starter-therapist .bp-related-title {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  font-weight: 450;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  margin-top: 1rem;
  color: var(--t-ink);
}
body.starter-therapist .bp-related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform .45s var(--t-ease);
}
body.starter-therapist .bp-related-card:hover { transform: translateY(-4px); }
body.starter-therapist .bp-related-card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: "opsz" 48, "SOFT" 70;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--t-ink);
  margin: 0 0 .75rem;
  transition: color .3s var(--t-ease);
}
body.starter-therapist .bp-related-card:hover .bp-related-card-title { color: var(--t-terra); }
body.starter-therapist .bp-related-card-excerpt {
  color: var(--t-muted);
  font-size: .95rem;
  line-height: 1.65;
  margin: 0;
}

/* --- Keyframes ---------------------------------------------------- */
@keyframes bp-th-rule-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes bp-th-fade    { to { opacity: 1; } }

/* --- Reduced motion ---------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  body.starter-therapist .bp-blog-title,
  body.starter-therapist .bp-blog-lede,
  body.starter-therapist .bp-single-title,
  body.starter-therapist .bp-eyebrow::before {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  body.starter-therapist .bp-article-card,
  body.starter-therapist .bp-related-card,
  body.starter-therapist .bp-arrow,
  body.starter-therapist .bp-back-link,
  body.starter-therapist .bp-link::after {
    transition: none !important;
  }
}
