:root {
  --ink: #3a3530;
  --ink-soft: #6b6258;
  --cream: #f7f3ec;
  --cream-deep: #efe9df;
  --sand: #ebe3d6;
  --sage: #9aa884;
  --sage-deep: #7a8968;
  --clay: #c08a63;
  --olive: #8a9472;
  --line: #e3dccf;
  --white: #fffefb;
  --maxw: 1120px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.005em;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}
.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  display: inline-block;
  margin-bottom: 18px;
}

/* NAV */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 236, 0.92);
  backdrop-filter: blur(10px);
}
.brand-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-decoration: none;
  padding: 10px 0px 4px 0px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand-top .emblem-mark {
  width: 170px;
  height: 112px;
  flex: none;
}
.brand-top .brand-name {
  font-family: "Fraunces", serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--sage-deep);
}

.header-block {
  display: block;
  justify-content: start;
  align-items: center;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px 10px;
  position: relative;
}
.navlinks {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.navlinks a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color 0.2s;
  white-space: nowrap;
}
.navlinks a:hover {
  color: var(--sage-deep);
}
.navcta {
  background: var(--sage-deep);
  color: var(--white) !important;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
}
.navcta:hover {
  background: var(--ink);
}
.burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.burger span {
  width: 24px;
  height: 2px;
  background: var(--ink);
  display: block;
  transition: 0.3s;
}

/* HOME PAGE — personal hero */
.home-hero {
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream-deep) 100%);
  padding: 72px 0 64px;
}
.home-hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.home-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin-bottom: 22px;
}
.home-hero h1 em {
  font-style: italic;
  color: var(--sage-deep);
}
.home-hero .sub {
  font-size: 19px;
  color: var(--ink-soft);
  margin-bottom: 32px;
  max-width: 30em;
  line-height: 1.6;
}
.home-hero .btnrow {
  margin-bottom: 28px;
}
.home-hero .tagline-strip {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 17px;
  color: var(--sage-deep);
}
/* Who I am — intro strip (warm, light) */
.who-strip {
  background: var(--cream-deep);
  color: var(--ink);
  padding: 64px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.who-strip-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.who-strip h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: var(--ink);
  margin-bottom: 16px;
}
.who-strip p {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 14px;
}
.who-strip .creds {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.who-strip .cred-pill {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--sage-deep);
  font-weight: 500;
}
.who-portrait {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 340px;
}
.who-portrait .portrait-placeholder {
  text-align: center;
  color: var(--ink-soft);
  font-size: 14px;
  padding: 24px;
}
.who-portrait svg {
  opacity: 0.5;
  width: 80px;
  height: 80px;
}
/* Areas of focus */
.focus-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 48px;
}
.focus-card {
  border-radius: 18px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  transition: 0.25s;
}
.focus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -30px rgba(37, 46, 33, 0.45);
}
.focus-card .fc-img {
  height: 180px;
  background: var(--cream-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus-card .fc-img svg {
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
.focus-card .fc-body {
  padding: 24px 26px;
}
.focus-card h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
.focus-card p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.65;
}
/* Testimonial */
/* Who I support — icon-led group cards */
.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.support-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 28px;
  transition: 0.25s;
}
.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -32px rgba(37, 46, 33, 0.4);
}
.support-card .sc-ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--cream-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.support-card .sc-ico svg {
  width: 28px;
  height: 28px;
}
.support-card h4 {
  font-size: 20px;
  margin-bottom: 6px;
}
.support-card .sc-age {
  font-size: 12.5px;
  color: var(--clay);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.support-card ul {
  list-style: none;
  display: grid;
  gap: 9px;
}
.support-card li {
  padding-left: 22px;
  position: relative;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.support-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
}
/* Comparison layout */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.compare-col {
  padding: 36px 34px;
}
.compare-col.old {
  background: var(--white);
}
.compare-col.new {
  background: var(--sage-deep);
  color: var(--white);
}
.compare-col .ctag {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.compare-col.old .ctag {
  color: var(--ink-soft);
}
.compare-col.new .ctag {
  color: #dbe3c8;
}
.compare-col h3 {
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 1.2;
}
.compare-col.new h3 {
  color: var(--white);
}
.compare-col ul {
  list-style: none;
  display: grid;
  gap: 13px;
}
.compare-col li {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.compare-col.old li {
  color: var(--ink-soft);
}
.compare-col.new li {
  color: #e6ecdd;
}
.compare-col li::before {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
}
.compare-col.old li::before {
  content: "—";
  color: var(--clay);
}
.compare-col.new li::before {
  content: "✓";
  color: #b8c79a;
  font-weight: 700;
}

.home-testimonial {
  background: var(--ink);
  color: var(--cream);
  padding: 72px 0;
}
.home-testimonial .inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}
.home-testimonial .qt {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.5;
  margin-bottom: 24px;
  color: var(--white);
}
.home-testimonial .attr {
  font-size: 14px;
  color: #9fb0a8;
  letter-spacing: 0.06em;
}
.home-testimonial .stars {
  color: var(--clay);
  font-size: 22px;
  margin-bottom: 20px;
}
/* Social proof bar */
.proof-bar {
  background: var(--cream-deep);
  padding: 42px 0;
  border-top: 1px solid var(--line);
}
.proof-bar .inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}
.proof-item {
  text-align: center;
}
.proof-item .big {
  font-family: "Fraunces", serif;
  font-size: 38px;
  color: var(--sage-deep);
  font-weight: 500;
}
.proof-item .label {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 4px;
}
@media (max-width: 900px) {
  .home-hero-inner,
  .who-strip-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .focus-cards {
    grid-template-columns: 1fr;
  }
  .proof-bar .inner {
    gap: 32px;
  }
  .header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* ===== BELLA-STYLE EDITORIAL TEMPLATE ===== */
.bhero {
  position: relative;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}
.bhero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(58, 53, 48, 0.58), rgba(58, 53, 48, 0.48)),
    url("/images/home/hero-child.jpg");
  padding: 150px 28px 130px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.bhero > * {
  position: relative;
  z-index: 1;
}
.bhero .eyebrow {
  margin-bottom: 24px;
  color: #e6e0d2;
}
.bhero h1 {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 300;
  line-height: 1.06;
  max-width: 17ch;
  margin: 0 auto 24px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.bhero h1 em {
  font-style: italic;
  color: #aebc88;
}
.bhero .lead {
  font-family: "Fraunces", serif;
  font-size: clamp(19px, 2.4vw, 26px);
  font-weight: 400;
  color: #f0ece2;
  max-width: 30ch;
  margin: 0 auto 38px;
  line-height: 1.45;
}
.bhero .btn-primary {
  background: var(--white);
  color: var(--ink);
}
.bhero .btn-primary:hover {
  background: var(--cream-deep);
}
.bhero .scroll-hint {
  margin-top: 56px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e6e0d2;
  opacity: 0.8;
}

.band {
  padding: 96px 28px;
}
.band:nth-of-type(even) {
  background: var(--white);
}
.band-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
}
.band.reverse .band-text {
  order: 2;
}
.band.reverse .band-media {
  order: 1;
}
.band-text h2 {
  font-size: clamp(27px, 3.5vw, 40px);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}
.band-text p {
  font-size: 17.5px;
  color: var(--ink-soft);
  margin-bottom: 16px;
  line-height: 1.75;
}
.band-text .btn {
  margin-top: 12px;
}
.band-media {
  aspect-ratio: 4/6;
  border-radius: 6px;
  overflow: hidden;
  background: var(--sand);
  background-size: cover;
  background-position: center;
  position: relative;
}
.band-media .ph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--ink-soft);
  opacity: 0.5;
}
.band-media .ph svg {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.band-media .ph span {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.statement {
  position: relative;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}
.statement-bg {
  position: absolute;
  inset: 0;
  background-image: url("/images/home/wait-and-see-photo.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  padding: 50vh 0px;
}
.statement > * {
  position: relative;
  z-index: 1;
}
.statement .eyebrow {
  color: #e6ecd6;
  margin-bottom: 22px;
}
.statement h2 {
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 300;
  max-width: 20ch;
  margin: 0 auto;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--white);
}
.statement h2 em {
  font-style: italic;
  color: #768746;
}

/* journey steps as editorial list */
.journey {
  max-width: 760px;
  margin: 0 auto;
}
.journey-step {
  display: flex;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.journey-step:last-child {
  border-bottom: 0;
}
.journey-step .jn {
  font-family: "Fraunces", serif;
  font-size: 30px;
  color: var(--sage);
  font-weight: 400;
  flex: none;
  width: 54px;
  line-height: 1;
}
.journey-step h4 {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 400;
}
.journey-step p {
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0;
}
.journey-note {
  text-align: center;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 19px;
  color: var(--sage-deep);
  margin-top: 36px;
  line-height: 1.5;
}

/* woven single-quote testimonial bands */
.quote-band {
  padding: 90px 28px;
  text-align: center;
  background: var(--white);
}
.quote-band.tint {
  position: relative;
  color: var(--white);
  overflow: hidden;
  background: none;
}
.quote-band.tint .qb-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(122, 137, 104, 0.86), rgba(122, 137, 104, 0.86)),
    url("/images/consultation/quote-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.quote-band.tint > * {
  position: relative;
  z-index: 1;
}
.quote-band .inner {
  max-width: 740px;
  margin: 0 auto;
}
.quote-band .stars {
  color: var(--clay);
  font-size: 17px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.quote-band.tint .stars {
  color: #e7d2bd;
}
.quote-band .q {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 27px);
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}
.quote-band .who {
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.quote-band.tint .who {
  color: #eef0e6;
}

/* testimonial editorial */
.btestim {
  background: var(--sand);
  padding: 100px 28px;
  text-align: center;
}
.btestim .inner {
  max-width: 760px;
  margin: 0 auto;
}
.btestim .stars {
  color: var(--clay);
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.btestim .qt {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(21px, 2.8vw, 30px);
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 26px;
  font-weight: 400;
}
.btestim .attr {
  font-size: 14px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.btestim .disc {
  font-size: 12.5px;
  color: var(--ink-soft);
  opacity: 0.7;
  margin-top: 30px;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

/* final cta */
.bcta {
  text-align: center;
  padding: 110px 28px;
  background: var(--cream-deep);
}
.bcta h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 300;
  max-width: 18ch;
  margin: 0 auto 18px;
  line-height: 1.18;
}
.bcta p {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0 auto 34px;
  line-height: 1.65;
}

@media (max-width: 860px) {
  .band-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .band.reverse .band-text {
    order: 2;
  }
  .band.reverse .band-media {
    order: 1;
  }
  .band,
  .btestim,
  .band {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
}
.hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 96px 28px 104px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(40px, 6vw, 68px);
  letter-spacing: -0.025em;
}
.hero h1 em {
  font-style: italic;
  color: var(--sage-deep);
}
.hero p.lede {
  font-size: 20px;
  color: var(--ink-soft);
  margin: 26px 0 34px;
  max-width: 30em;
}
.btnrow {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  transition: 0.2s;
  cursor: pointer;
  border: 0;
  display: inline-block;
}
.btn-primary {
  background: var(--sage-deep);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--ink);
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--white);
}
.tagline-strip {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--sage-deep);
  margin-top: 30px;
}

/* systems orb signature */
.orb-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 38px 34px;
  box-shadow: 0 22px 50px -28px rgba(31, 42, 40, 0.4);
}
.orb-card h4 {
  font-size: 13px;
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 20px;
}
.orb {
  display: block;
  margin: 0 auto 18px;
}
.systems-list {
  list-style: none;
  display: grid;
  gap: 12px;
}
.systems-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.systems-list .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
  flex: none;
}
.systems-list li:nth-child(2) .dot {
  background: var(--clay);
}
.systems-list li:nth-child(3) .dot {
  background: var(--sage-deep);
}
.systems-list li:nth-child(4) .dot {
  background: #bfa06a;
}
.systems-list li:nth-child(5) .dot {
  background: #9aa884;
}
.systems-list li:nth-child(6) .dot {
  background: #d0a87e;
}

/* DESIGN 5 — Editorial header band card (systems / map / story) */
.d5card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 50px -30px rgba(37, 46, 33, 0.4);
}
.d5card .d5top {
  background: var(--sage-deep);
  color: var(--white);
  padding: 26px 32px;
}
.d5card .d5top .eg {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
  display: block;
  margin-bottom: 6px;
}
.d5card .d5top h4 {
  font-size: 23px;
  line-height: 1.15;
  color: var(--white);
  font-family: "Fraunces", serif;
  font-weight: 500;
}
.d5card .d5body {
  padding: 8px 32px 22px;
}
.d5card .d5item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 14px;
}
.d5card .d5item:last-child {
  border-bottom: 0;
}
.d5card .d5item .ic {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.d5card .d5item .ic svg {
  width: 21px;
  height: 21px;
}
.d5card .d5item .tx {
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}
.d5card .d5item .tx small {
  display: block;
  font-weight: 400;
  color: var(--ink-soft);
  font-size: 12.5px;
  margin-top: 1px;
}
/* Design-3 style dot bullets variant (for services) */
.d5card .d5item .bdot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex: none;
  margin: 0 13px 0 4px;
}
/* Priced Design-5 variant for Services cards */
.d5card.priced {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.d5card.priced.feature {
  border: 1.5px solid var(--sage);
  box-shadow: 0 22px 50px -28px rgba(79, 107, 91, 0.55);
}
.d5card.priced .d5top .tier {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.88;
  display: block;
  margin-bottom: 8px;
}
.d5card.priced .d5top h3 {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 23px;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 8px;
}
.d5card.priced .d5top .ptag {
  font-family: "Fraunces", serif;
  font-size: 27px;
  color: var(--white);
}
.d5card.priced .d5top .ptag span {
  font-size: 13px;
  font-family: "Inter";
  opacity: 0.85;
}
.d5card.priced .pdesc {
  font-size: 14px;
  color: var(--ink-soft);
  padding: 18px 30px 4px;
}
.d5card.priced .d5body {
  flex: 1;
}
.d5card.priced .d5item {
  border-bottom: 0;
  padding: 7px 0;
}
.d5card.priced .pbtn {
  padding: 0 30px 28px;
}
.d5card.priced .pbtn .btn {
  width: 100%;
  text-align: center;
}

/* SECTION SHELL */
section {
  padding: 88px 0;
}
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.pillar {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.25s;
}
.pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -32px rgba(37, 46, 33, 0.45);
}
.pillar .pillar-top {
  background: var(--sage-deep);
  padding: 22px 26px 20px;
}
.pillar .pnum {
  font-family: "Fraunces", serif;
  font-size: 14px;
  color: #e7d2bd;
  font-weight: 600;
  margin-bottom: 8px;
}
.pillar .pillar-top h4 {
  font-size: 20px;
  line-height: 1.15;
  color: var(--white);
  font-family: "Fraunces", serif;
  font-weight: 500;
}
.pillar .pillar-body {
  padding: 22px 26px 26px;
}
.pillar p {
  font-size: 14px;
  color: var(--ink-soft);
}
.section-head {
  max-width: 40em;
}
.section-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin-bottom: 18px;
}
.section-head p {
  font-size: 18px;
  color: var(--ink-soft);
}
.pagebreak {
  display: none;
}

/* TRUST BAR */
.trust {
  background: var(--ink);
  color: var(--cream);
  padding: 54px 0;
}
.trust .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.trust .label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9fb0a8;
  width: 100%;
  margin-bottom: 8px;
}
.trust .logo {
  font-family: "Fraunces", serif;
  font-size: 21px;
  color: var(--cream);
  opacity: 0.92;
}

/* TWO PATHS */
.paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}
.path {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.25s;
}
.path:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px -30px rgba(31, 42, 40, 0.45);
}
.path .path-top {
  background: var(--sage-deep);
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.path .path-top .ico {
  width: 34px;
  height: 34px;
  margin: 0;
  flex: none;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.path .path-top h3 {
  color: var(--white);
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 23px;
  margin: 0;
  line-height: 1.15;
}
.path .path-body {
  padding: 24px 32px 30px;
}
.path p {
  color: var(--ink-soft);
  font-size: 15.5px;
  margin-bottom: 20px;
}
.path ul {
  list-style: none;
  display: grid;
  gap: 10px;
}
.path ul li {
  padding-left: 24px;
  position: relative;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.path ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
}

/* MISSION — two kinds of support */
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 52px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.mission-card {
  border-radius: 18px;
  padding: 40px 38px;
  border: 1px solid var(--line);
  background: var(--white);
}
.mission-card.deep {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: var(--white);
}
.mission-card .mtag {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--clay);
  display: block;
  margin-bottom: 14px;
}
.mission-card.deep .mtag {
  color: #e7d2bd;
}
.mission-card h3 {
  font-size: 25px;
  margin-bottom: 14px;
  line-height: 1.15;
}
.mission-card.deep h3 {
  color: var(--white);
}
.mission-card p {
  font-size: 15.5px;
  color: var(--ink-soft);
  margin-bottom: 18px;
  line-height: 1.7;
}
.mission-card.deep p {
  color: #e9eee0;
}
.mission-card ul {
  list-style: none;
  display: grid;
  gap: 11px;
}
.mission-card li {
  padding-left: 24px;
  position: relative;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.mission-card.deep li {
  color: #eef2e6;
}
.mission-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
}
.mission-card.deep li::before {
  background: #c9d6b1;
}

/* BOOK ONLINE — simple service rows (Stripe + Calendly) */
.bookrows {
  display: grid;
  gap: 18px;
  margin-top: 48px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.bookrow {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  transition: 0.25s;
}
.bookrow:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -32px rgba(37, 46, 33, 0.4);
}
.bookrow.feature {
  border: 1.5px solid var(--sage);
  box-shadow: 0 22px 50px -28px rgba(79, 107, 91, 0.45);
}
.bookrow .bi h3 {
  font-size: 22px;
  margin-bottom: 4px;
}
.bookrow .bi .bmeta {
  font-size: 14px;
  color: var(--ink-soft);
}
.bookrow .bi .bmeta strong {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 19px;
  color: var(--ink);
  margin-right: 8px;
}
.bookrow .bi .bnote {
  font-size: 13px;
  color: var(--sage-deep);
  margin-top: 6px;
  font-weight: 500;
}
.bookrow .btn {
  flex: none;
}
.payrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
  font-size: 13px;
  color: var(--ink-soft);
}
.payrow svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.bookhow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 56px auto 0;
  max-width: 860px;
}
.bookhow .bh {
  text-align: center;
  padding: 26px 20px;
  background: var(--cream-deep);
  border-radius: 16px;
}
.bookhow .bh .bn {
  font-family: "Fraunces", serif;
  font-size: 26px;
  color: var(--sage-deep);
  margin-bottom: 10px;
}
.bookhow .bh h4 {
  font-size: 17px;
  margin-bottom: 6px;
}
.bookhow .bh p {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* BOOK ONLINE — Calendly embed variant */
.calpills {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 44px auto 26px;
  max-width: 900px;
}
.calpill {
  font-family: "Inter", sans-serif;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: 0.2s;
  text-align: left;
}
.calpill span {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-top: 3px;
}
.calpill:hover {
  border-color: var(--sage);
}
.calpill.active {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: var(--white);
}
.calpill.active span {
  color: #dbe3c8;
}
.calembed {
  max-width: 960px;
  margin: 0 auto;
  height: 760px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.calembed .calendly-inline-widget {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
}
.calembed iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}
@media (max-width: 700px) {
  .calembed {
    height: 1000px;
  }
}

/* CROSSLINK */
.crosslink {
  margin-top: 48px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.crosslink h3 {
  font-size: 24px;
  margin: 4px 0 8px;
}
.crosslink p {
  color: var(--ink-soft);
  font-size: 15.5px;
  max-width: 42em;
}
.crosslink .btn-ghost {
  flex: none;
}

/* WORK WITH ME */
.steps-list {
  display: grid;
  gap: 18px;
  margin-top: 44px;
  max-width: 760px;
}
.wstep {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 30px;
}
.wnum {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sage-deep);
  color: var(--white);
  font-family: "Fraunces", serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wstep h4 {
  font-size: 19px;
  margin-bottom: 6px;
}
.wstep p {
  font-size: 15px;
  color: var(--ink-soft);
}
.formcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.formcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
}
.formcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px -30px rgba(37, 46, 33, 0.45);
}
.formcard .fico {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
}
.formcard h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.formcard p {
  font-size: 14.5px;
  color: var(--ink-soft);
  margin-bottom: 24px;
  flex: 1;
}
.formcard .cardtop {
  background: var(--sage-deep);
  color: var(--white);
  padding: 34px 30px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.formcard .cardbody {
  padding: 34px 30px;
}
/* STORY */
.story {
  background: var(--cream-deep);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.story-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px;
  position: sticky;
  top: 96px;
}
.story-card .who {
  font-family: "Fraunces", serif;
  font-size: 24px;
  margin-bottom: 4px;
}
.story-card .cred {
  font-size: 14px;
  color: var(--sage-deep);
  font-weight: 600;
  margin-bottom: 20px;
}
.story-card .credlist {
  list-style: none;
  display: grid;
  gap: 11px;
  font-size: 14px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.story-card .credlist li {
  padding-left: 22px;
  position: relative;
}
.story-card .credlist li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--sage);
}
.story-body p {
  margin-bottom: 20px;
  font-size: 17px;
  color: var(--ink-soft);
}
.story-body p.first {
  font-size: 20px;
  color: var(--ink);
}
.story-body em {
  color: var(--sage-deep);
  font-style: italic;
}
.pullquote {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  color: var(--ink);
  border-left: 3px solid var(--sage);
  padding: 6px 0 6px 24px;
  margin: 30px 0;
}

/* METHOD */
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 48px;
  counter-reset: step;
}
.step {
  position: relative;
  padding-top: 30px;
}
.step .num {
  font-family: "Fraunces", serif;
  font-size: 15px;
  color: var(--clay);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.step h4 {
  font-size: 20px;
  margin: 10px 0;
}
.step p {
  font-size: 14.5px;
  color: var(--ink-soft);
}
.step::after {
  content: "";
  position: absolute;
  top: 38px;
  left: -11px;
  width: 1px;
  height: 0;
}

/* TESTIMONIALS */
.tcards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 44px;
}
.tcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
}
.tcard p {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 18.5px;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 18px;
}
.tcard .attr {
  font-size: 13.5px;
  color: var(--sage-deep);
  font-weight: 600;
  font-family: "Inter";
}
.tcard.deep {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
}
.tcard.deep p {
  color: var(--white);
}
.tcard.deep .attr {
  color: #e7d2bd;
}
.tnote {
  margin-top: 26px;
  font-size: 13px;
  color: var(--ink-soft);
  max-width: 46em;
}

/* PRICING */
.price.story {
  background: var(--cream-deep);
}
.pcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.pcards.two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 740px;
}
.pcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
}
.pcard.feature {
  border: 1.5px solid var(--sage);
  box-shadow: 0 22px 50px -30px rgba(79, 107, 91, 0.5);
}
.pcard .tier {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 600;
  margin-bottom: 10px;
}
.pcard h3 {
  font-size: 23px;
  margin-bottom: 8px;
}
.pcard .price-tag {
  font-family: "Fraunces", serif;
  font-size: 30px;
  margin: 6px 0 4px;
}
.pcard .price-tag span {
  font-size: 14px;
  font-family: "Inter";
  color: var(--ink-soft);
}
.pcard .desc {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 14px 0 18px;
}
.pcard ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
  flex: 1;
}
.pcard ul li {
  padding-left: 24px;
  position: relative;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.pcard ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}

/* CTA BAND */
.ctaband {
  background: var(--sage-deep);
  color: var(--white);
  text-align: center;
}
.ctaband h2 {
  font-size: clamp(30px, 4vw, 46px);
  color: var(--white);
  max-width: 16em;
  margin: 0 auto 18px;
}
.ctaband p {
  color: #dce8e0;
  font-size: 18px;
  max-width: 34em;
  margin: 0 auto 30px;
}
.ctaband .btn-primary {
  background: var(--white);
  color: var(--sage-deep);
}
.ctaband .btn-primary:hover {
  background: var(--cream);
  color: var(--ink);
}

/* DISCLAIMER PAGE */
.disc {
  background: var(--white);
}
.disc .wrap {
  max-width: 820px;
}
.disc h2 {
  font-size: 34px;
  margin-bottom: 8px;
}
.disc .updated {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 36px;
}
.disc h3 {
  font-size: 21px;
  margin: 34px 0 12px;
  color: var(--ink);
}
.disc p {
  font-size: 15.5px;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.disc ul {
  margin: 0 0 14px 22px;
}
.disc li {
  font-size: 15.5px;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.disc .callout {
  background: var(--cream);
  border-left: 3px solid var(--clay);
  padding: 18px 22px;
  border-radius: 0 10px 10px 0;
  margin: 18px 0;
  font-size: 15px;
}

/* FOOTER */
footer {
  background: var(--ink);
  color: #c3cfc9;
  padding: 64px 0 36px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr;
  gap: 48px;
  margin-bottom: 40px;
}
footer .brand {
  color: var(--cream);
  margin-bottom: 14px;
}
footer p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 30em;
}
footer h5 {
  font-family: "Inter";
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a9a93;
  margin-bottom: 16px;
}
footer ul {
  list-style: none;
  display: grid;
  gap: 10px;
}
footer ul a {
  font-size: 14px;
  color: #c3cfc9;
  transition: 0.2s;
  white-space: nowrap;
}
footer ul a:hover {
  color: var(--cream);
}
.foot-base {
  border-top: 1px solid #34403c;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: #8a9a93;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 64px 28px 72px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .story-card {
    position: static;
  }
  .method-grid {
    grid-template-columns: 1fr 1fr;
  }
  .paths,
  .tcards,
  .pcards,
  .pcards.two,
  .foot-grid,
  .formcards,
  .pillars,
  .support-cards,
  .compare,
  .mission-grid,
  .bookhow {
    grid-template-columns: 1fr;
  }
  .bookrow {
    flex-direction: column;
    align-items: flex-start;
  }
  .bookrow .btn {
    width: 100%;
    text-align: center;
  }
  .navlinks {
    position: fixed;
    inset: 44px 0 auto 0;
    background: rgba(246, 243, 236, 0.92);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 24px 0px;
    gap: 18px;
    border-bottom: 1px solid var(--line);
    display: none;
  }
  .navlinks.open {
    display: flex;
    border-top: 1px solid var(--line);
    margin-top: 10px;
  }

  nav {
    padding: 2px; 
  }
  .burger {
    display: flex;
    padding: 0px 20px;
  }

  .brand-top .brand-name {
    font-size: 20px;
  }

  .brand-top .emblem-mark {
    width: 60px;
    height: 40px;
    flex: none;
  }

  .brand-top {
    padding: 10px 0px 4px 10px;
    align-items: center;
    margin: 0;
    gap: 0px;
  }
}
