/*
Theme Name: A Hopeful Journey Counseling
Theme URI: https://example.com/
Author: ChatGPT
Description: A soft dusty rose WordPress theme for a counseling and mental health website. Includes Gutenberg block-based starter pages for Home, About, Services, and Contact.
Version: 1.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: hopeful-journey-counseling
*/

:root {
  --rose: #bf8b76;
  --blush: #d5b0a3;
  --peach: #f6dfc8;
  --sand: #cec3aa;
  --sage: #aeb49f;
  --dusty: #d1a99b;
  --ink: #2c2926;
  --muted: #6f665f;
  --cream: #fff8f1;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(82, 58, 45, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: linear-gradient(180deg, var(--cream) 0%, #fffdf9 48%, #f8efe7 100%);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.68;
}

a { color: #8f604f; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: #6f4639; }

.site-header {
  background: rgba(255, 248, 241, 0.94);
  border-bottom: 1px solid rgba(191, 139, 118, 0.22);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}

.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-branding a {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.05;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .01em;
}

.site-description {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.primary-menu { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.primary-menu ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.primary-menu li { margin: 0; }
.primary-menu a {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: .96rem;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  background: rgba(191, 139, 118, 0.14);
  color: #6f4639;
}

.site-main { min-height: 62vh; }
.page-wrap { max-width: 1120px; margin: 0 auto; padding: 56px 24px 76px; }
.entry-title { margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.08; color: var(--ink); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h1, .entry-content h2, .entry-content h3 { color: var(--ink); line-height: 1.18; }
.entry-content h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 4.8rem); letter-spacing: -.02em; }
.entry-content h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 3vw, 2.8rem); margin-top: 0; }
.entry-content h3 { font-size: 1.18rem; margin: 0 0 10px; }
.entry-content p { margin-top: 0; }
.entry-content ul { padding-left: 1.25rem; }

.hj-hero {
  padding: clamp(40px, 6vw, 82px);
  border-radius: 34px;
  background: radial-gradient(circle at top left, rgba(246, 223, 200, .96), rgba(255, 248, 241, .98) 42%, rgba(209, 169, 155, .26));
  box-shadow: var(--shadow);
  border: 1px solid rgba(191, 139, 118, .18);
}

.hj-hero .wp-block-columns { align-items: center !important; gap: clamp(28px, 5vw, 64px); }
.hj-kicker {
  color: #8f604f;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .86rem;
  margin-bottom: 12px;
}
.hj-lead { font-size: clamp(1.1rem, 1.6vw, 1.32rem); color: #4e4741; }

.hj-headshot img {
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(82, 58, 45, 0.18);
  border: 10px solid rgba(255,255,255,.72);
  width: 100%;
  height: auto;
}

.hj-section {
  margin-top: 34px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(191, 139, 118, .16);
  box-shadow: 0 10px 28px rgba(82, 58, 45, 0.08);
}

.hj-section.tint { background: rgba(246, 223, 200, .48); }
.hj-section.sage { background: rgba(174, 180, 159, .22); }
.hj-section.sand { background: rgba(206, 195, 170, .27); }
.hj-section.notice { background: rgba(209, 169, 155, .25); border-color: rgba(191, 139, 118, .24); }

.hj-card-grid { gap: 18px !important; }
.hj-card {
  padding: 24px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(191, 139, 118, .16);
  box-shadow: 0 8px 22px rgba(82, 58, 45, 0.07);
}
.hj-card p:last-child { margin-bottom: 0; }

.hj-list {
  columns: 2;
  column-gap: 42px;
  padding-left: 1.2rem;
}
.hj-list li { break-inside: avoid; margin-bottom: 7px; }

.hj-contact-list { list-style: none; padding-left: 0 !important; margin: 0; }
.hj-contact-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(191, 139, 118, .18);
}
.hj-contact-list li:last-child { border-bottom: 0; }
.hj-contact-list strong { display: inline-block; min-width: 140px; color: #6f4639; }

.hj-divider { height: 1px; background: rgba(143, 96, 79, .2); margin: 34px 0; }

.site-footer {
  background: #2c2926;
  color: rgba(255,255,255,.82);
  padding: 28px 24px;
  text-align: center;
  font-size: .95rem;
}
.site-footer a { color: #f6dfc8; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .header-inner { align-items: flex-start; flex-direction: column; }
  .primary-menu ul { justify-content: flex-start; }
  .page-wrap { padding: 34px 18px 56px; }
  .hj-hero { padding: 28px; border-radius: 24px; }
  .hj-list { columns: 1; }
  .hj-contact-list strong { display: block; min-width: 0; }
}
