/*
Theme Name: HospiceClarity
Theme URI: https://hospiceclarity.com/
Author: HospiceClarity
Author URI: https://hospiceclarity.com/
Description: Rebuilt HospiceClarity theme with consolidated layout, responsive navigation, and shared page styling.
Version: 2.0.8
Text Domain: hospiceclarity
*/

:root {
  --sage: #7a8c75;
  --sage-light: #c4cebd;
  --sage-pale: #eef1ec;
  --navy: #1c2b3a;
  --navy-mid: #3b5167;
  --cream: #faf8f4;
  --warm-white: #fffef9;
  --gold: #a8865c;
  --text: #2a2a2a;
  --text-mid: #5c5c5c;
  --shadow-soft: 0 24px 60px rgba(28, 43, 58, 0.08);
  --shadow-card: 0 16px 40px rgba(28, 43, 58, 0.07);
  --border-soft: 1px solid rgba(122, 140, 117, 0.16);
  --content-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--warm-white);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.08;
  color: var(--navy);
}

p {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.site-shell {
  min-height: 100vh;
}

.site-main {
  display: block;
}

.container,
.section-inner,
.footer-inner,
.hero-inner,
.page-hero-inner {
  width: min(calc(100% - 48px), var(--content-width));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 72px 0;
}

.section-cream {
  background: var(--cream);
}

.section-sage {
  background: var(--sage-pale);
}

.section-navy {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
}

.section-navy h1,
.section-navy h2,
.section-navy h3,
.section-navy h4 {
  color: #fff;
}

.section-navy p,
.section-navy li,
.section-navy .lede,
.section-navy .muted,
.section-navy .section-heading p,
.section-navy .deliverable-number,
.section-navy .small-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.section-navy .eyebrow,
.section-navy .small-kicker,
.section-navy .deliverable-number {
  color: var(--sage-light);
}

.section-navy .quote-card,
.section-navy .card,
.section-navy .content-block {
  color: rgba(255, 255, 255, 0.82);
}

.section-navy .quote-card p,
.section-navy .card p,
.section-navy .content-block p {
  color: inherit;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 44px;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  margin-bottom: 14px;
}

.section-heading p,
.lede,
.muted {
  color: var(--text-mid);
}

.lede {
  font-size: 1rem;
  line-height: 1.8;
}

.btn,
.button,
button,
input[type="submit"] {
  font: inherit;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-primary {
  background: var(--navy);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--sage);
  transform: translateY(-1px);
}

.btn-secondary {
  border-color: rgba(28, 43, 58, 0.18);
  color: var(--navy);
  background: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: var(--sage);
  color: var(--sage);
}

.btn-tertiary {
  padding-inline: 0;
  color: var(--navy);
  border-bottom: 1px solid currentColor;
}

.btn-tertiary:hover,
.btn-tertiary:focus-visible {
  color: var(--sage);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 254, 249, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: var(--border-soft);
}

.site-header-inner {
  width: min(calc(100% - 36px), 1280px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.site-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav-list,
.mobile-nav-list {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.site-nav-link,
.mobile-nav-link {
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-mid);
  transition: color 0.2s ease;
}

.site-nav-link:hover,
.mobile-nav-link:hover,
.site-nav-link.is-active,
.mobile-nav-link.is-active {
  color: var(--sage);
}

.site-nav-cta {
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 12px 28px rgba(28, 43, 58, 0.14);
}

.site-nav-cta:hover,
.site-nav-cta.is-active {
  color: #fff;
  background: var(--sage);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--navy);
}

.nav-toggle-line {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  border-top: var(--border-soft);
  background: rgba(255, 254, 249, 0.98);
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav-inner {
  width: min(calc(100% - 36px), 1280px);
  margin: 0 auto;
  padding: 12px 0 24px;
}

.mobile-nav-list {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.mobile-nav-link {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(122, 140, 117, 0.14);
}

.mobile-nav-link.site-nav-cta {
  margin-top: 14px;
  text-align: center;
  border-bottom: 0;
}

.hero-home {
  position: relative;
  overflow: hidden;
  padding: 82px 0 96px;
  background:
    radial-gradient(circle at right top, rgba(122, 140, 117, 0.14), transparent 34%),
    linear-gradient(180deg, #fffef9 0%, #f9f6f0 100%);
}

.hero-home::before,
.hero-home::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(122, 140, 117, 0.14);
  pointer-events: none;
}

.hero-home::before {
  width: 520px;
  height: 520px;
  right: -180px;
  top: -120px;
}

.hero-home::after {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: 40px;
}

.hero-home-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.hero-copy {
  position: relative;
  max-width: 720px;
  padding-left: 34px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(180deg, rgba(122, 140, 117, 0.1), rgba(122, 140, 117, 0.65), rgba(122, 140, 117, 0.1));
}

.hero-home h1 {
  font-size: clamp(2.1rem, 3.8vw, 3.4rem);
  max-width: 16.5ch;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
  line-height: 0.99;
  text-wrap: balance;
}

.hero-home h1 em,
.section-heading em,
.page-hero-copy em,
.content-block h2 em {
  font-style: italic;
  color: var(--sage);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 34px 0 38px;
}

.hero-metric {
  min-width: 130px;
  padding-left: 16px;
  border-left: 2px solid var(--sage-light);
}

.hero-metric-value {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  line-height: 1;
  color: var(--navy);
}

.hero-metric-label {
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-mid);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-card {
  position: relative;
  padding: 38px;
  background: rgba(255, 255, 255, 0.88);
  border: var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(122, 140, 117, 0.14);
  pointer-events: none;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-card .eyebrow {
  margin-bottom: 14px;
}

.hero-card h2,
.hero-card h3 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin-bottom: 18px;
}

.check-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-mid);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sage);
  font-weight: 700;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 24px;
}

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

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

.card,
.quote-card,
.panel,
.post-card,
.outcome-card,
.package-card,
.contact-card,
.expectation-card {
  background: #fff;
  border: var(--border-soft);
  box-shadow: var(--shadow-card);
}

.card,
.quote-card,
.panel,
.post-card,
.package-card,
.contact-card,
.expectation-card {
  padding: 30px;
}

.quote-card {
  border-left: 3px solid var(--sage);
}

.quote-card p:last-child,
.card p:last-child,
.panel p:last-child,
.content-block p:last-child,
.package-card p:last-child,
.contact-card p:last-child,
.expectation-card p:last-child {
  margin-bottom: 0;
}

.home-problem-grid,
.home-why-grid,
.home-contact-grid,
.page-two-column,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.home-deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: var(--sage-pale);
}

.deliverable-card {
  padding: 34px;
  background: #fff;
}

.deliverable-number,
.small-kicker {
  display: block;
  margin-bottom: 14px;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
}

.deliverable-card h3,
.outcome-card h3,
.package-card h3,
.content-block h3,
.post-card h3,
.contact-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: rgba(255, 255, 255, 0.08);
}

.outcome-card {
  padding: 34px 28px;
  background: var(--navy);
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  box-shadow: none;
  border: 0;
}

.outcome-card:hover,
.outcome-card:focus-within {
  background: #4d667b;
  color: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.outcome-card h3 {
  color: #fff;
}

.section-navy .outcome-card p,
.section-navy .outcome-card .muted {
  color: rgba(255, 255, 255, 0.82);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.package-card {
  position: relative;
  padding: 40px;
}

.package-card.featured {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.76);
}

.package-card.featured h3,
.package-card.featured .price {
  color: #fff;
}

.package-card.featured .btn-primary {
  background: var(--sage);
  color: #fff;
}

.package-card.featured .btn-primary:hover,
.package-card.featured .btn-primary:focus-visible {
  background: #8ea189;
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 34px;
  padding: 6px 14px;
  background: var(--sage);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price {
  margin: 10px 0 6px;
  font-size: 3rem;
  line-height: 1;
}

.package-note {
  margin-bottom: 22px;
  color: inherit;
  opacity: 0.76;
}

.package-card .check-list {
  margin-bottom: 28px;
}

.package-card.featured .check-list li,
.package-card.featured .check-list li::before {
  color: rgba(255, 255, 255, 0.9);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 74px;
  background: var(--navy);
}

.page-hero-light {
  background: var(--cream);
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(196, 206, 189, 0.1);
  pointer-events: none;
}

.page-hero::before {
  width: 620px;
  height: 620px;
  top: -240px;
  right: -140px;
}

.page-hero::after {
  width: 320px;
  height: 320px;
  bottom: -110px;
  left: 130px;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 42px;
  align-items: end;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-light);
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.56);
  text-decoration: none;
}

.breadcrumb span {
  display: inline-flex;
  align-items: center;
  color: inherit;
  opacity: 0.72;
}

.page-hero-copy h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  margin-bottom: 20px;
}

.page-hero-copy p,
.page-hero-card,
.page-hero-card p {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero-light .breadcrumb {
  color: var(--text-mid);
}

.page-hero-light .breadcrumb a {
  color: var(--sage);
}

.page-hero-light .page-hero-copy h1 {
  color: var(--navy);
}

.page-hero-light .page-hero-copy p,
.page-hero-light .page-hero-card,
.page-hero-light .page-hero-card p {
  color: var(--text-mid);
}

.page-hero-light .page-hero-copy .lede,
.page-hero.section-cream .page-hero-copy .lede {
  color: var(--text-mid);
}

.page-hero-light .page-hero-card {
  background: #fff;
}

.page-hero-light .page-hero-card strong {
  color: var(--sage);
}

.page-hero.section-cream .breadcrumb,
.page-hero.section-cream .page-hero-copy p,
.page-hero.section-cream .page-hero-card,
.page-hero.section-cream .page-hero-card p {
  color: var(--text-mid);
}

.page-hero.section-cream .breadcrumb a,
.page-hero.section-cream .page-hero-card strong {
  color: var(--sage);
}

.page-hero.section-cream .page-hero-copy h1 {
  color: var(--navy);
}

.page-hero-card {
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--sage);
}

.page-hero-card + .page-hero-card {
  margin-top: 14px;
}

.page-hero-card strong {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: var(--sage-light);
}

.sidebar-nav {
  position: sticky;
  top: 110px;
  align-self: start;
}

.sidebar-nav ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.sidebar-nav a {
  display: block;
  padding: 14px 18px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--navy);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(28, 43, 58, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sidebar-nav a:hover {
  color: #fff;
  border-color: rgba(196, 206, 189, 0.32);
  box-shadow: 0 22px 42px rgba(28, 43, 58, 0.18);
  transform: translateY(-1px);
}

.sidebar-nav .page-hero-card {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.84);
  border-left-color: var(--sage);
  box-shadow: 0 22px 42px rgba(28, 43, 58, 0.18);
}

.sidebar-nav .page-hero-card p,
.sidebar-nav .page-hero-card strong {
  color: inherit;
}

.sidebar-nav .page-hero-card strong {
  color: var(--sage-light);
}

.content-stack {
  display: grid;
  gap: 28px;
}

.content-block {
  padding: 34px;
  border: var(--border-soft);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.content-block h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 16px;
}

.content-block h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid .card {
  padding: 24px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  padding: 26px 22px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--sage-pale);
  color: var(--sage);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
}

.contact-form-grid {
  display: grid;
  gap: 14px;
}

.contact-card form,
.entry-content .contact-card form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(122, 140, 117, 0.24);
  background: #fff;
  font: inherit;
  color: var(--text);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-card input[type="text"],
.contact-card input[type="email"],
.contact-card input[type="tel"],
.contact-card textarea,
.entry-content .contact-card input[type="text"],
.entry-content .contact-card input[type="email"],
.entry-content .contact-card input[type="tel"],
.entry-content .contact-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(122, 140, 117, 0.24);
  background: #fff;
  color: var(--text);
  font: inherit;
  line-height: 1.5;
  appearance: none;
}

.form-field input:focus,
.form-field textarea:focus,
.contact-card input[type="text"]:focus,
.contact-card input[type="email"]:focus,
.contact-card input[type="tel"]:focus,
.contact-card textarea:focus,
.entry-content .contact-card input[type="text"]:focus,
.entry-content .contact-card input[type="email"]:focus,
.entry-content .contact-card input[type="tel"]:focus,
.entry-content .contact-card textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(122, 140, 117, 0.14);
}

.contact-card input[type="submit"],
.contact-card button[type="submit"],
.entry-content .contact-card input[type="submit"],
.entry-content .contact-card button[type="submit"] {
  justify-self: start;
  margin-top: 6px;
}

#contact-form {
  scroll-margin-top: 120px;
}

.expectation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.footer-cta {
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(122, 140, 117, 0.12), rgba(28, 43, 58, 0.06));
  border-top: var(--border-soft);
}

.footer-cta-inner {
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 22px;
  align-items: center;
}

.footer-cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 10px;
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
}

.footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.footer-tagline,
.footer-links {
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--sage-light);
}

.btn-email {
  background: #fff;
  color: var(--navy);
  border-color: rgba(28, 43, 58, 0.16);
}

.btn-email:hover,
.btn-email:focus-visible {
  background: var(--sage-pale);
  color: var(--navy);
  border-color: rgba(122, 140, 117, 0.45);
}

/* Compatibility layer for the current live homepage/contact markup */
.problem {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
}

.problem .section-eyebrow,
.problem .section-eyebrow::before,
.problem-left .section-eyebrow,
.problem-left .section-eyebrow::before {
  color: var(--sage-light);
  background-color: var(--sage-light);
}

.problem-left h2,
.problem-left h2 em {
  color: #fff;
}

.problem-left h2 em {
  color: var(--sage-light);
}

.problem-left p,
.problem-left > p,
.problem-right,
.problem-right p,
.problem-point,
.problem-point strong,
.problem-point-icon,
.quote-source {
  color: rgba(255, 255, 255, 0.82);
}

.problem-left p,
.problem-left > p {
  color: rgba(255, 255, 255, 0.64);
}

.problem-point {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.problem-point strong {
  display: inline;
  color: #fff;
}

.problem-point-icon {
  color: var(--sage-light);
}

.contact-main .form-card {
  background: var(--sage-pale);
  border-top: 3px solid var(--sage);
}

.contact-main .form-card h3 {
  color: var(--navy);
}

.contact-main .form-card > p,
.contact-main .form-direct {
  color: var(--text-mid);
}

.contact-main .form-direct a {
  color: var(--sage);
  border-bottom: 1px solid var(--sage-light);
  text-decoration: none;
}

.contact-main .form-direct a:hover {
  color: var(--navy);
  border-color: var(--navy);
}

.contact-main .wpcf7 form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.contact-main .wpcf7 form p {
  margin: 0;
}

.contact-main .wpcf7 label {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}

.contact-main .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.contact-main .wpcf7 input[type="text"],
.contact-main .wpcf7 input[type="email"],
.contact-main .wpcf7 input[type="tel"],
.contact-main .wpcf7 textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--sage-light);
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  border-radius: 0;
  appearance: none;
}

.contact-main .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-main .wpcf7 input[type="text"]:focus,
.contact-main .wpcf7 input[type="email"]:focus,
.contact-main .wpcf7 input[type="tel"]:focus,
.contact-main .wpcf7 textarea:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(122, 140, 117, 0.14);
}

.contact-main .wpcf7 input[type="submit"],
.contact-main .wpcf7 .wpcf7-submit {
  width: 100%;
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
}

.contact-main .wpcf7 input[type="submit"]:hover,
.contact-main .wpcf7 .wpcf7-submit:hover {
  background: var(--sage);
  transform: translateY(-1px);
}

.contact-main .wpcf7-spinner {
  margin: 10px 0 0;
}

.blog-hero,
.blog-grid,
.single-article,
.single-article-hero-inner {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
}

.blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 0;
  overflow: hidden;
  border: var(--border-soft);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.blog-feature-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(135deg, var(--navy) 0%, var(--sage) 100%);
}

.blog-feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-feature-fallback {
  min-height: 420px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.blog-feature-visual blockquote {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.18;
}

.blog-feature-copy {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-feature-copy h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  margin-bottom: 18px;
}

.blog-feature-copy h2 a,
.post-card h3 a,
.article-pagination-link a {
  color: inherit;
  text-decoration: none;
}

.blog-feature-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.blog-feature-author {
  color: var(--text-mid);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-grid-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 18px;
  color: var(--text-mid);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.post-card-polished {
  padding: 0;
}

.post-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(28, 43, 58, 0.98), rgba(122, 140, 117, 0.9));
}

.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: end start;
  padding: 24px;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.post-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 26px;
}

.post-card p {
  color: var(--text-mid);
}

.post-card .btn-tertiary {
  margin-top: auto;
}

.archive-intro {
  max-width: 44rem;
}

.entry-content > * {
  margin-bottom: 1.25rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 2.5rem;
  margin-bottom: 0.9rem;
}

.entry-content h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.entry-content h3 {
  font-size: clamp(1.45rem, 3vw, 1.95rem);
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
}

.entry-content li + li {
  margin-top: 0.5rem;
}

.entry-content blockquote {
  margin: 2rem 0;
  padding: 1.35rem 1.5rem;
  border-left: 3px solid var(--sage);
  background: var(--cream);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.3;
}

.entry-content img {
  width: 100%;
  height: auto;
  border: var(--border-soft);
}

.single-article-shell {
  background: linear-gradient(180deg, rgba(247, 244, 238, 0.7) 0%, rgba(247, 244, 238, 0) 28%);
}

.single-article-hero {
  padding-bottom: 42px;
}

.single-article-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: end;
}

.single-article-intro .lede {
  max-width: 46rem;
}

.single-article-hero-image,
.single-article-hero-image img {
  display: block;
  width: 100%;
}

.single-article-hero-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: var(--border-soft);
  box-shadow: var(--shadow-card);
}

.single-article {
  padding: 82px 0 96px;
}

.single-article-layout {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.single-article-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.article-aside-card {
  padding: 26px;
  background: #fff;
  border: var(--border-soft);
  box-shadow: var(--shadow-card);
}

.article-aside-card strong {
  display: block;
  margin-bottom: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--sage);
}

.article-detail-list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.article-detail-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(122, 140, 117, 0.14);
  font-size: 0.92rem;
}

.article-detail-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.article-detail-list li span:first-child {
  color: var(--text-mid);
}

.single-article-main {
  display: grid;
  gap: 24px;
}

.single-article-inner {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 42px;
  background: #fff;
  border: var(--border-soft);
  box-shadow: var(--shadow-card);
}

.article-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-pagination-link {
  min-height: 100%;
  padding: 22px 24px;
  background: #fff;
  border: var(--border-soft);
  box-shadow: var(--shadow-card);
}

.article-pagination-link a {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.article-pagination-prev {
  text-align: left;
}

.article-pagination-next {
  text-align: right;
}

.blog-pagination {
  grid-column: 1 / -1;
}

.blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  background: #fff;
  border: var(--border-soft);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: var(--text);
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: var(--navy);
  color: #fff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .home-deliverables,
  .outcomes-grid,
  .package-grid,
  .feature-grid,
  .expectation-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-home-grid,
  .page-hero-inner,
  .home-problem-grid,
  .home-why-grid,
  .home-contact-grid,
  .page-two-column,
  .contact-layout,
  .blog-feature,
  .single-article-hero-inner,
  .single-article-layout {
    grid-template-columns: 1fr;
  }

  .sidebar-nav {
    position: static;
  }

  .single-article-sidebar {
    position: static;
    order: 2;
  }
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }

  .mobile-nav {
    display: none;
  }

  .footer-cta-inner,
  .footer-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .section,
  .hero-home,
  .single-article {
    padding: 58px 0;
  }

  .section-tight,
  .page-hero {
    padding: 50px 0;
  }

  .container,
  .section-inner,
  .footer-inner,
  .hero-inner,
  .page-hero-inner,
  .blog-hero,
  .blog-grid,
  .single-article,
  .single-article-hero-inner,
  .single-article-layout {
    width: min(calc(100% - 32px), var(--content-width));
  }

  .site-header-inner,
  .mobile-nav-inner {
    width: min(calc(100% - 24px), 1280px);
  }

  .site-header-inner {
    gap: 14px;
    padding: 12px 0;
  }

  .site-logo {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }

  .hero-home h1,
  .page-hero-copy h1 {
    font-size: clamp(1.9rem, 9vw, 3.1rem);
    line-height: 0.98;
  }

  .hero-copy {
    max-width: 100%;
    padding-left: 0;
  }

  .hero-copy::before {
    display: none;
  }

  .hero-home .lede,
  .page-hero-copy .lede,
  .page-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2 {
    font-size: clamp(1.95rem, 8vw, 2.75rem);
  }

  .home-deliverables,
  .outcomes-grid,
  .package-grid,
  .grid-2,
  .grid-3,
  .blog-grid-layout,
  .feature-grid,
  .expectation-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .card,
  .quote-card,
  .panel,
  .post-card,
  .package-card,
  .contact-card,
  .content-block,
  .expectation-card,
  .deliverable-card,
  .outcome-card {
    padding: 24px 20px;
  }

  .blog-feature-copy,
  .single-article-inner,
  .article-aside-card,
  .article-pagination-link {
    padding: 24px 20px;
  }

  .post-card-body {
    padding: 22px 20px;
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 24px 0 28px;
  }

  .hero-metric {
    min-width: 0;
    width: 100%;
    padding-left: 12px;
  }

  .hero-card::before,
  .hero-home::before,
  .hero-home::after,
  .page-hero::before,
  .page-hero::after {
    display: none;
  }

  .footer-cta-inner,
  .footer-inner {
    width: min(calc(100% - 32px), 1120px);
  }
}

@media (max-width: 560px) {
  .site-header-inner {
    gap: 12px;
  }

  .hero-home {
    padding: 44px 0 58px;
  }

  .section-tight,
  .page-hero {
    padding: 42px 0;
  }

  .site-logo {
    font-size: 0.92rem;
    letter-spacing: 0.05em;
    max-width: min(68vw, 240px);
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .hero-home-grid {
    gap: 22px;
  }

  .hero-home h1,
  .page-hero-copy h1 {
    font-size: clamp(1.7rem, 8.6vw, 2.45rem);
    letter-spacing: -0.02em;
  }

  .hero-home .lede {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .eyebrow {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
  }

  .eyebrow::before {
    width: 26px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .hero-card,
  .card,
  .quote-card,
  .panel,
  .post-card,
  .package-card,
  .contact-card,
  .content-block,
  .expectation-card,
  .deliverable-card,
  .outcome-card {
    padding: 22px 18px;
  }

  .blog-feature-copy,
  .single-article-inner,
  .article-aside-card,
  .article-pagination-link,
  .post-card-body,
  .blog-feature-fallback {
    padding: 22px 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .hero-metrics {
    gap: 10px;
  }

  .hero-metric {
    display: block;
    flex: 0 0 100%;
    padding-left: 10px;
  }

  .hero-metric-value {
    font-size: 1.55rem;
  }

  .hero-metric-label {
    font-size: 0.67rem;
  }

  .footer-cta {
    padding: 42px 0;
  }

  .home-deliverables,
  .outcomes-grid {
    gap: 12px;
    background: transparent;
  }

  .outcome-card {
    transform: none;
  }
}


/* ============================================================
   SINGLE BLOG POST — READING EXPERIENCE
   ============================================================ */
.single-post .wp-site-blocks,
.single-post body { background: #faf8f4; }

.single-post .wp-block-post-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2rem, 3.2vw, 2.8rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  color: #1C2B3A !important;
  max-width: 22ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

.single-post .entry-content,
.single-post .wp-block-post-content > * {
  max-width: 740px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.single-post .entry-content p {
  font-size: 1.075rem !important;
  line-height: 1.85 !important;
  color: #2c3135 !important;
  margin-bottom: 1.4rem !important;
}

.single-post .entry-content h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  color: #1C2B3A !important;
  margin-top: 2.8rem !important;
  margin-bottom: 0.9rem !important;
  font-weight: 400 !important;
}

.single-post .entry-content h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem) !important;
  line-height: 1.3 !important;
  color: #2E4257 !important;
  margin-top: 2rem !important;
  margin-bottom: 0.6rem !important;
  font-weight: 500 !important;
}

.single-post .entry-content h4 {
  font-size: 1rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #7A8C75 !important;
  margin-top: 1.6rem !important;
  margin-bottom: 0.4rem !important;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  padding-left: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}

.single-post .entry-content li {
  font-size: 1.075rem !important;
  line-height: 1.8 !important;
  color: #2c3135 !important;
  margin-bottom: 0.45rem !important;
}

.single-post .entry-content strong { color: #1C2B3A; font-weight: 600; }

.single-post .entry-content blockquote {
  border-left: 3px solid #7A8C75 !important;
  margin: 2rem 0 !important;
  padding: 0.75rem 1.25rem !important;
  background: #eef1ec !important;
  border-radius: 0 6px 6px 0 !important;
  font-style: italic !important;
  color: #2E4257 !important;
}

@media (max-width: 640px) {
  .single-post .wp-block-post-title {
    font-size: clamp(1.6rem, 7vw, 2rem) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .single-post .entry-content,
  .single-post .wp-block-post-content > * {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* BLOG-POST-CSS-TEST */
.single-post { outline: none; }

/* ============================================================
   ABOUT PAGE — page-about.php
   ============================================================ */

/* PAGE HERO */
.page-hero {
  padding: 160px 80px 80px;
  background: #1C2B3A;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(196,206,189,0.1);
  top: -200px; right: -100px;
  pointer-events: none;
}
.page-hero::after {
  content: '';
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(196,206,189,0.08);
  bottom: -80px; left: 160px;
  pointer-events: none;
}
.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: end;
  position: relative;
  z-index: 2;
}
.page-hero .breadcrumb {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C4CEBD;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
  background: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  border-bottom: none !important;
  justify-content: flex-start;
  max-width: none;
}
.page-hero .breadcrumb a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}
.page-hero .breadcrumb a:hover { color: #C4CEBD; }
.page-hero .breadcrumb span { color: rgba(255,255,255,0.2); }
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  color: white;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  font-weight: 300;
}
.page-hero h1 em { font-style: italic; color: #C4CEBD; }
.page-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  max-width: 520px;
  font-weight: 300;
}
.page-hero-credentials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.credential {
  background: rgba(255,255,255,0.05);
  border-left: 3px solid #7A8C75;
  padding: 20px 24px;
}
.credential-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C4CEBD;
  margin-bottom: 6px;
}
.credential-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: white;
  font-weight: 300;
  line-height: 1.4;
}

/* MAIN CONTENT LAYOUT */
.about-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 80px;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 80px;
  align-items: start;
}

/* STICKY SIDEBAR */
.about-sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A8C75;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-label::before {
  content: '';
  display: block;
  width: 24px; height: 1px;
  background: #7A8C75;
}
.sidebar-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 48px;
}
.sidebar-nav li a {
  display: block;
  padding: 12px 18px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  letter-spacing: 0.02em;
  background: #243547;
  border: 1px solid rgba(255,255,255,0.12);
}
.sidebar-nav li a:hover {
  background: #2E4A64;
  border-color: rgba(122,140,117,0.6);
  transform: translateX(3px);
  color: #ffffff;
}
.sidebar-cta-box {
  background: #EEF1EC;
  padding: 28px;
  border-top: 3px solid #7A8C75;
}
.sidebar-cta-box h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: #1C2B3A;
  margin-bottom: 10px;
  font-weight: 400;
}
.sidebar-cta-box p {
  font-size: 0.78rem;
  color: #5C5C5C;
  line-height: 1.6;
  margin-bottom: 20px;
}
.btn-primary {
  background: #7A8C75;
  color: white;
  padding: 13px 28px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.25s;
  display: inline-block;
}
.btn-primary:hover { background: #8FA083; color: white; }

/* ARTICLE BODY */
.about-body {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.about-section {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}
.about-section:nth-child(1) { animation-delay: 0.1s; }
.about-section:nth-child(2) { animation-delay: 0.2s; }
.about-section:nth-child(3) { animation-delay: 0.3s; }
.about-section:nth-child(4) { animation-delay: 0.4s; }
.about-section:nth-child(5) { animation-delay: 0.5s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

.section-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A8C75;
  font-weight: 500;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: #7A8C75;
}
.about-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  color: #1C2B3A;
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 300;
}
.about-section h2 em { font-style: italic; color: #7A8C75; }
.about-section p {
  font-size: 0.95rem;
  color: #5C5C5C;
  line-height: 1.85;
  margin-bottom: 20px;
  font-weight: 300;
}
.about-section p:last-child { margin-bottom: 0; }
.about-section p strong { color: #1C2B3A; font-weight: 500; }

/* PULL QUOTE */
.pull-quote {
  border-left: 3px solid #7A8C75;
  padding: 24px 32px;
  background: #EEF1EC;
  margin: 32px 0;
}
.pull-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-style: italic;
  color: #1C2B3A;
  line-height: 1.5;
  margin-bottom: 0;
}

/* INSIGHT LIST */
.insight-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 24px 0;
  border: 1px solid #EEF1EC;
}
.insight-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 24px;
  border-bottom: 1px solid #EEF1EC;
  font-size: 0.88rem;
  color: #5C5C5C;
  line-height: 1.6;
  transition: background 0.2s;
}
.insight-list li:last-child { border-bottom: none; }
.insight-list li:hover { background: #EEF1EC; }
.insight-list li::before {
  content: '\2192';
  color: #7A8C75;
  font-size: 0.88rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* DIVIDER */
.section-divider {
  height: 1px;
  background: linear-gradient(to right, #C4CEBD, transparent);
}

/* CTA STRIP */
.about-cta-strip {
  background: #1C2B3A;
  padding: 72px 80px;
}
.about-cta-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.cta-strip-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  color: white;
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 300;
}
.cta-strip-text h2 em { font-style: italic; color: #C4CEBD; }
.cta-strip-text p {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  max-width: 480px;
  line-height: 1.7;
  font-weight: 300;
}
.btn-outline {
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  padding: 14px 32px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.25s;
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-outline:hover { background: #7A8C75; border-color: #7A8C75; }

/* ABOUT PAGE RESPONSIVE */
@media (max-width: 900px) {
  .page-hero { padding: 120px 24px 60px; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-content { padding: 64px 24px; grid-template-columns: 1fr; }
  .about-sidebar { position: static; }
  .about-cta-strip { padding: 64px 24px; }
  .about-cta-strip-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .page-hero { padding: 90px 16px 48px; }
  .page-hero h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .about-content { padding: 48px 16px; }
  .pull-quote { padding: 16px 20px; }
  .pull-quote p { font-size: 1.1rem; }
  .about-cta-strip { padding: 48px 16px; }
}

/* Home hero h1 — match size of hero-card h2 */
.hero-home .hero-copy h1 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.15;
}