:root {
  --ink: #243536;
  --muted: #5d6b6a;
  --teal: #789d9d;
  --teal-dark: #456f70;
  --teal-soft: #e8f0ef;
  --berry: #97464f;
  --berry-dark: #78333c;
  --gold: #c7a44c;
  --cream: #fbfaf6;
  --white: #ffffff;
  --line: #d9e2df;
  --shadow: 0 18px 50px rgba(39, 65, 64, .12);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: var(--teal-dark); }
a:hover { color: var(--berry); }
h1, h2, h3 {
  margin: 0 0 .65em;
  color: #263a3a;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.12;
  text-wrap: balance;
}
h1 { font-size: clamp(2.65rem, 7vw, 5.35rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.45rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.65rem); }
p { margin: 0 0 1.25rem; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 790px); margin-inline: auto; }
.eyebrow {
  margin-bottom: 1rem;
  color: var(--berry);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.small { font-size: .88rem; color: var(--muted); }
.skip { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; }
.skip:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,.95); border-bottom: 1px solid rgba(69,111,112,.15); backdrop-filter: blur(14px); }
.nav-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--ink); text-decoration: none; line-height: 1; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; letter-spacing: -.04em; }
.brand span { display: block; margin-top: 7px; color: var(--teal-dark); font-size: .61rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--ink); font-size: .93rem; font-weight: 650; text-decoration: none; }
.nav a[aria-current="page"], .nav a:hover { color: var(--berry); }
.nav .nav-cta { padding: 11px 18px; color: white; background: var(--berry); border-radius: 999px; }
.nav .nav-cta:hover { color: white; background: var(--berry-dark); }
.menu-button { display: none; padding: 10px; border: 0; background: transparent; color: var(--ink); font: inherit; }

.hero { padding: clamp(64px, 10vw, 128px) 0 80px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 92px); }
.hero h1 em { color: var(--teal-dark); font-style: italic; }
.hero-copy { position: relative; z-index: 2; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 23px; border: 2px solid var(--berry); border-radius: 999px; color: white; background: var(--berry); font-size: .95rem; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); color: white; background: var(--berry-dark); box-shadow: 0 10px 24px rgba(151,70,79,.2); }
.button.secondary { color: var(--berry); background: transparent; }
.button.secondary:hover { color: white; background: var(--berry); }
.button.teal { border-color: var(--teal-dark); background: var(--teal-dark); }
.portrait-wrap { position: relative; width: min(100%, 374px); margin-inline: auto; }
.portrait-wrap:before { content: ""; position: absolute; inset: 8% -9% -8% 9%; z-index: -1; background: var(--teal-soft); }
.portrait-wrap img { width: 100%; height: auto; display: block; object-fit: contain; object-position: center center; border-radius: 0; box-shadow: var(--shadow); }
.handnote { position: absolute; right: -26px; bottom: 24px; max-width: 190px; padding: 16px 20px; color: white; background: var(--teal-dark); border-radius: 14px; box-shadow: var(--shadow); font-family: Georgia, serif; font-style: italic; line-height: 1.35; transform: none; }
.home-brand { margin: 0 0 4px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.home-brand-sub { margin: 0 0 30px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

.trust-strip { padding: 23px 0; border-block: 1px solid var(--line); background: white; }
.home-scripture { padding: 30px 0; color: #eef6f5; background: var(--teal-dark); text-align: center; }
.home-scripture blockquote { max-width: 900px; margin: 0 auto 10px; font-family: Georgia, serif; font-size: clamp(1.15rem, 2.4vw, 1.55rem); font-style: italic; line-height: 1.55; }
.home-scripture cite { color: #e2c771; font-size: .82rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 42px; color: var(--muted); font-size: .86rem; font-weight: 750; letter-spacing: .03em; }
.trust-inner span:before { content: "✓"; margin-right: 9px; color: var(--berry); }

section { padding: clamp(72px, 9vw, 116px) 0; }
.tint { background: var(--teal-soft); }
.dark { color: #eef6f5; background: #294849; }
.dark h2, .dark h3 { color: white; }
.dark .eyebrow { color: #e2c771; }
.dark .lede, .dark .small { color: #c7d8d6; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: end; margin-bottom: 50px; }
.section-head > * { margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(39,65,64,.06); }
.card img { width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.card-body { padding: 24px; }
.card-body p { color: var(--muted); font-size: .94rem; line-height: 1.6; }
.card-body p:last-child { margin-bottom: 0; }
.number { display: inline-grid; width: 36px; height: 36px; place-items: center; margin-bottom: 18px; color: white; background: var(--teal-dark); border-radius: 50%; font-weight: 800; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 8vw, 96px); }
.image-panel img { width: 100%; min-height: 430px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-panel img.portrait-full { min-height: 0; width: min(100%, 374px); max-height: 560px; margin-inline: auto; object-fit: contain; object-position: center center; border-radius: 0; background: var(--teal-soft); }
.image-panel.logo-panel { padding: 50px; background: #acc8c6; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-panel.logo-panel img { min-height: 0; border-radius: 0; box-shadow: none; }
.check-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li:before { content: ""; position: absolute; left: 0; top: .57em; width: 13px; height: 13px; background: var(--gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.quote { margin: 30px 0; padding: 24px 28px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.08); font-family: Georgia, serif; font-size: 1.25rem; }
.feature-band { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 58px; }
.feature-band img { border-radius: var(--radius); box-shadow: var(--shadow); }
.cta-panel { padding: clamp(36px, 7vw, 76px); text-align: center; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.cta-panel .lede { margin-inline: auto; }
.cta-panel .actions { justify-content: center; }

.page-hero { padding: 90px 0 62px; background: linear-gradient(135deg, var(--teal-soft), var(--cream)); }
.page-hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 58px; }
.page-hero.text-only .wrap { display: block; }
.page-hero.text-only .wrap > div { max-width: 850px; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 4.9rem); }
.page-hero img { width: 100%; max-height: 380px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.page-hero img.course-logo { height: auto; max-height: none; padding: clamp(18px, 4vw, 38px); object-fit: contain; background: #acc8c6; }
.page-hero img.portrait-page { max-height: 540px; width: 100%; height: auto; object-fit: contain; object-position: center top; }
.page-hero img.portrait-small { width: min(100%, 230px); max-height: none; margin-inline: auto; object-fit: contain; object-position: center top; border-radius: 0; }
.image-panel img.candid-photo { min-height: 0; aspect-ratio: 3 / 2; object-fit: cover; object-position: center center; }

.progress-path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.progress-path article { padding: 24px; background: #fff; border: 1px solid rgba(41,76,70,.14); border-radius: 18px; }
.progress-path b { display: block; color: var(--berry); margin-bottom: 8px; }
.progress-path h3 { font-size: 1.2rem; margin-bottom: 8px; }
.scripture-anchor { border-left: 4px solid var(--gold); padding-left: 24px; }
.rise-word { color: var(--berry); font-style: italic; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.heard-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; margin: 0 0 52px; padding: 0; list-style: none; }
.heard-list li { position: relative; padding: 18px 18px 18px 48px; background: var(--teal-soft); border-radius: 14px; }
.heard-list li:before { content: "✓"; position: absolute; left: 19px; top: 18px; color: var(--berry); font-weight: 900; }
.outcome-intro { margin-bottom: 18px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.testimonial-grid blockquote { margin: 0; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(39,65,64,.06); font-family: Georgia, serif; font-size: 1.12rem; line-height: 1.65; }
.pillar { padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.pillar b { display: block; margin-bottom: 8px; color: var(--berry); font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.journey article:nth-child(5) { grid-column: 2; }
.journey article:nth-child(6) { grid-column: 3; }
.journey article { padding: 27px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.journey .letter { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; color: white; background: var(--berry); border-radius: 50%; font-family: Georgia, serif; font-size: 1.35rem; }
.prose h2 { margin-top: 1.4em; }
.prose h3 { margin-top: 1.7em; }
.prose ul { margin: 0 0 1.5rem; }
.story-pull { padding: 28px; background: var(--teal-soft); border-radius: var(--radius); font-family: Georgia, serif; font-size: 1.24rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(39,65,64,.06); }
.blog-card .topic { display: inline-block; margin-bottom: 16px; color: var(--berry); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-card p:last-child { margin-bottom: 0; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: center; margin-top: 44px; }
.credentials img { width: 100%; max-height: 120px; object-fit: contain; mix-blend-mode: multiply; }

.program-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0; list-style: none; }
.program-list li { padding: 20px 22px; background: white; border-radius: 14px; border: 1px solid var(--line); }
.before-after { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shift-card { padding: 28px; background: white; border-radius: var(--radius); border-top: 5px solid var(--berry); }
.shift-card span { display: block; color: var(--muted); font-size: .9rem; }
.shift-card strong { display: block; margin: 10px 0; font-family: Georgia, serif; font-size: 1.3rem; }
.faq { border-top: 1px solid var(--line); }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { margin: 12px 0 0; color: var(--muted); }

.resource-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.resource-card { padding: clamp(28px, 5vw, 48px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(39,65,64,.07); }
.resource-card.featured { color: white; background: var(--teal-dark); }
.resource-card.featured h2, .resource-card.featured h3 { color: white; }
.signup-form, .contact-form { display: grid; gap: 14px; margin-top: 28px; }
label { font-size: .88rem; font-weight: 800; }
input, textarea {
  width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid #b9cac7; border-radius: 10px; color: var(--ink); background: white; font: inherit;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(199,164,76,.45); border-color: var(--teal-dark); }
.hp { position: absolute; left: -10000px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(36px, 7vw, 80px); }
.contact-note { padding: 30px; background: var(--teal-soft); border-radius: var(--radius); }

.site-footer { padding: 68px 0 30px; color: #dbe8e6; background: #203c3d; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 50px; }
.site-footer h2, .site-footer h3 { color: white; }
.site-footer a { color: #e3cd89; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: #aac2bf; font-size: .82rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav { display: none; position: absolute; inset: 78px 0 auto; padding: 24px 20px 30px; flex-direction: column; align-items: stretch; gap: 8px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 10px 0; }
  .nav .nav-cta { text-align: center; }
  .hero-grid, .two-col, .feature-band, .page-hero .wrap, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .portrait-wrap { order: 2; width: min(90%, 500px); }
  .progress-path { grid-template-columns: repeat(2, 1fr); }
  .section-head { grid-template-columns: 1fr; gap: 14px; }
  .card-grid, .pillars, .journey, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .journey article:nth-child(5), .journey article:nth-child(6) { grid-column: auto; }
  .resource-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 50px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .handnote { right: -4px; bottom: -16px; max-width: 160px; font-size: .92rem; }
  .trust-inner { align-items: flex-start; flex-direction: column; }
  .card-grid, .before-after, .program-list, .credentials, .footer-grid, .pillars, .journey, .blog-grid { grid-template-columns: 1fr; }
  .heard-list, .testimonial-grid { grid-template-columns: 1fr; }
  .progress-path { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-top: 60px; }
}

/* WordPress navigation and editor compatibility */
.nav .nav-list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav .nav-list a { color: var(--ink); font-size: .93rem; font-weight: 650; text-decoration: none; }
.nav .current-menu-item > a, .nav .current_page_item > a { color: var(--berry); }
.nav .menu-item.nav-cta > a { display: inline-flex; padding: 11px 18px; color: white; background: var(--berry); border-radius: 999px; }
.resource-card h2 a { color: inherit; text-decoration: none; }
.resource-card h2 a:hover { color: var(--berry); }
.resource-card .wp-post-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 18px; }
.navigation.pagination { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.page-numbers { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; }
.page-numbers.current { color: white; background: var(--teal-dark); }
.admin-bar .site-header { top: 32px; }

@media (max-width: 900px) {
  .nav .nav-list { flex-direction: column; align-items: stretch; gap: 8px; }
  .nav .nav-list a { display: block; padding: 10px 0; }
  .nav .menu-item.nav-cta > a { justify-content: center; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
