/* Cedar Ridge R1
   Direction: an open practice brief with a persistent consultation rail.
   This stylesheet intentionally replaces the former paper-ledger treatment. */

html body.cedar-r1 {
  --cedar-pine: #25473b;
  --cedar-pine-deep: #18332b;
  --cedar-ink: #24302c;
  --cedar-paper: #fffdf8;
  --cedar-oat: #f6f1e7;
  --cedar-mist: #dbe4da;
  --cedar-sun: #f1c66f;
  --cedar-clay: #9b563f;
  --cedar-rule: rgba(36, 48, 44, .18);
  --cedar-shadow: 0 20px 52px rgba(24, 51, 43, .11);
  --cedar-open-inset: clamp(28px, 3vw, 44px);
  margin: 0 !important;
  overflow-x: clip !important;
  background: var(--cedar-oat) !important;
  background-image: none !important;
  color: var(--cedar-ink) !important;
  font-family: Manrope, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

html body.cedar-r1::before,
html body.cedar-r1::after {
  content: none !important;
  display: none !important;
}

body.cedar-r1 *,
body.cedar-r1 *::before,
body.cedar-r1 *::after {
  box-sizing: border-box;
}

body.cedar-r1 :where(h1, h2, h3) {
  margin-top: 0;
  color: var(--cedar-ink) !important;
  font-family: "Space Grotesk", Manrope, "Segoe UI", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

body.cedar-r1 :where(p, li, dd) {
  color: inherit;
}

body.cedar-r1 a {
  text-underline-offset: .2em;
}

body.cedar-r1 :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--cedar-sun) !important;
  outline-offset: 4px !important;
}

/* Cedar site header: conventional horizontal navigation with a quiet wordmark. */
html body.cedar-r1 .site-header {
  position: relative !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr) !important;
  align-items: center !important;
  gap: 32px !important;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: none !important;
  min-height: 108px !important;
  margin: 0 auto !important;
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cedar-rule) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.cedar-r1 .brand {
  display: inline-grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  width: fit-content !important;
  min-width: 0 !important;
  color: var(--cedar-ink) !important;
  text-decoration: none !important;
}

html body.cedar-r1 .brand-mark {
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  border: 1px solid var(--cedar-pine) !important;
  border-radius: 50% 50% 42% 42% !important;
  background: var(--cedar-pine) !important;
  color: var(--cedar-paper) !important;
  box-shadow: none !important;
  font: 700 13px/1 Manrope, sans-serif !important;
  letter-spacing: .12em !important;
}

html body.cedar-r1 .brand strong {
  display: block !important;
  color: var(--cedar-ink) !important;
  font: 600 clamp(15px, 1.45vw, 19px)/1.2 "Space Grotesk", sans-serif !important;
  letter-spacing: -.02em !important;
}

html body.cedar-r1 .brand small {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(36, 48, 44, .7) !important;
  font: 500 11px/1.25 Manrope, sans-serif !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

html body.cedar-r1 .nav-links {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 4px !important;
  min-width: 0 !important;
}

html body.cedar-r1 .nav-links a {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 9px 7px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: var(--cedar-ink) !important;
  background: transparent !important;
  font: 650 clamp(10px, .85vw, 12px)/1.2 Manrope, sans-serif !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease !important;
}

html body.cedar-r1 .nav-links a:hover {
  border-color: rgba(37, 71, 59, .26) !important;
  background: rgba(219, 228, 218, .62) !important;
}

html body.cedar-r1 .nav-links a[aria-current="page"] {
  border-color: var(--cedar-pine) !important;
  background: var(--cedar-pine) !important;
  color: var(--cedar-paper) !important;
}

/* Shared type and controls. */
html body.cedar-r1 .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--cedar-clay) !important;
  font: 750 11px/1.2 Manrope, sans-serif !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

html body.cedar-r1 .eyebrow::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  background: none !important;
}

html body.cedar-r1 .eyebrow::after {
  content: none !important;
  display: none !important;
}

html body.cedar-r1 .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  width: fit-content !important;
  padding: 12px 20px !important;
  border: 1px solid var(--cedar-pine) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font: 750 12px/1.2 Manrope, sans-serif !important;
  letter-spacing: .015em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: transform .18s ease, background-color .18s ease, color .18s ease !important;
}

html body.cedar-r1 .button.primary {
  background: var(--cedar-pine) !important;
  color: var(--cedar-paper) !important;
}

html body.cedar-r1 .button.secondary {
  background: transparent !important;
  color: inherit !important;
}

html body.cedar-r1 .button:hover {
  transform: translateY(-2px) !important;
}

html body.cedar-r1 .button.primary:hover {
  background: var(--cedar-pine-deep) !important;
}

/* Home: a reading column paired with one calm, persistent consultation rail. */
html body.cedar-r1.cedar-home main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 360px) !important;
  grid-template-areas:
    "hero rail"
    "about rail"
    "services rail"
    "proof rail"
    "contact rail" !important;
  gap: 28px 46px !important;
  align-items: start !important;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 46px 0 88px !important;
}

html body.cedar-r1.cedar-home main > :where(.hero, .section, .cedar-rail) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.cedar-r1.cedar-home .hero {
  grid-area: hero !important;
  display: block !important;
  min-height: 520px !important;
  padding: clamp(48px, 6vw, 78px) !important;
  border: 0 !important;
  border-radius: 44px 44px 12px 44px !important;
  background: var(--cedar-pine) !important;
  box-shadow: none !important;
  color: var(--cedar-paper) !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body.cedar-r1.cedar-home .hero::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  right: -120px !important;
  bottom: -210px !important;
  left: auto !important;
  top: auto !important;
  width: 470px !important;
  height: 470px !important;
  border: 74px solid rgba(219, 228, 218, .12) !important;
  border-radius: 50% !important;
  background: transparent !important;
  pointer-events: none !important;
}

html body.cedar-r1.cedar-home .hero::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  right: 68px !important;
  bottom: 54px !important;
  width: 66px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: var(--cedar-sun) !important;
  pointer-events: none !important;
}

html body.cedar-r1.cedar-home .hero-copy {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 690px) !important;
  max-width: none !important;
}

html body.cedar-r1.cedar-home .hero .eyebrow {
  color: var(--cedar-sun) !important;
}

html body.cedar-r1.cedar-home .hero h1 {
  max-width: 11ch !important;
  margin: 0 0 24px !important;
  color: var(--cedar-paper) !important;
  font-family: "Space Grotesk", Manrope, "Segoe UI", sans-serif !important;
  font-size: clamp(52px, 6vw, 72px) !important;
  line-height: .98 !important;
}

html body.cedar-r1.cedar-home .hero-lede {
  max-width: 610px !important;
  margin: 0 !important;
  color: rgba(255, 253, 248, .82) !important;
  font-size: clamp(17px, 1.6vw, 21px) !important;
  line-height: 1.6 !important;
}

html body.cedar-r1.cedar-home .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 32px !important;
}

html body.cedar-r1.cedar-home .hero .button.secondary {
  border-color: rgba(255, 253, 248, .7) !important;
  color: var(--cedar-paper) !important;
}

html body.cedar-r1 .cedar-rail {
  grid-area: rail !important;
  position: sticky !important;
  top: 24px !important;
  align-self: start !important;
  display: grid !important;
  gap: 0 !important;
  padding: 16px 16px 24px !important;
  border: 1px solid rgba(37, 71, 59, .14) !important;
  border-radius: 180px 180px 30px 30px !important;
  background: var(--cedar-mist) !important;
  box-shadow: var(--cedar-shadow) !important;
  color: var(--cedar-ink) !important;
}

html body.cedar-r1 .cedar-rail .portrait-card {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 164px 164px 22px 22px !important;
  background: var(--cedar-paper) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transform: none !important;
}

html body.cedar-r1 .cedar-rail .portrait {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

html body.cedar-r1 .cedar-rail .portrait img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

html body.cedar-r1 .cedar-rail .portrait-card > p {
  margin: 0 !important;
  padding: 17px 18px 18px !important;
  color: rgba(36, 48, 44, .78) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

html body.cedar-r1 .cedar-rail .summary-card {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 26px 10px 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cedar-ink) !important;
  transform: none !important;
}

html body.cedar-r1 .cedar-rail .summary-card h2 {
  margin: 0 0 18px !important;
  color: var(--cedar-ink) !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
}

html body.cedar-r1 .cedar-rail .summary-card dl {
  display: block !important;
  margin: 0 !important;
}

html body.cedar-r1 .cedar-rail .summary-card dl > div {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 13px 0 !important;
  border-top: 1px solid rgba(36, 48, 44, .18) !important;
}

html body.cedar-r1 .cedar-rail .summary-card dt {
  color: var(--cedar-clay) !important;
  font: 750 10px/1.35 Manrope, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body.cedar-r1 .cedar-rail .summary-card dd {
  margin: 0 !important;
  color: var(--cedar-ink) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

html body.cedar-r1 .cedar-rail-cta {
  width: 100% !important;
  margin-top: 2px !important;
}

html body.cedar-r1.cedar-home .about-section {
  grid-area: about !important;
  padding: clamp(44px, 6vw, 72px) var(--cedar-open-inset) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cedar-rule) !important;
  background: transparent !important;
}

html body.cedar-r1.cedar-home .section-heading {
  max-width: 760px !important;
  margin: 0 0 32px !important;
}

html body.cedar-r1.cedar-home .section-heading h2 {
  max-width: 14ch !important;
  margin: 0 !important;
  font-size: clamp(38px, 5vw, 60px) !important;
  line-height: 1.02 !important;
}

html body.cedar-r1.cedar-home .about-grid {
  display: block !important;
  width: 100% !important;
}

html body.cedar-r1.cedar-home .about-copy {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px 42px !important;
  width: 100% !important;
  max-width: none !important;
}

html body.cedar-r1.cedar-home .about-copy > p {
  margin: 0 !important;
  color: rgba(36, 48, 44, .8) !important;
  font-size: 17px !important;
}

html body.cedar-r1.cedar-home .plain-list {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: cedar-point !important;
}

html body.cedar-r1.cedar-home .plain-list li {
  counter-increment: cedar-point !important;
  min-height: 110px !important;
  padding: 16px 20px 16px 0 !important;
  border-top: 1px solid var(--cedar-rule) !important;
  color: var(--cedar-ink) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

html body.cedar-r1.cedar-home .plain-list li + li {
  padding-left: 20px !important;
  border-left: 1px solid var(--cedar-rule) !important;
}

html body.cedar-r1.cedar-home .plain-list li::before {
  content: "0" counter(cedar-point) !important;
  display: block !important;
  margin-bottom: 10px !important;
  color: var(--cedar-clay) !important;
  font: 750 10px/1 Manrope, sans-serif !important;
  letter-spacing: .08em !important;
}

html body.cedar-r1.cedar-home .services-section {
  grid-area: services !important;
}

html body.cedar-r1.cedar-home .proof-preview-section {
  grid-area: proof !important;
}

html body.cedar-r1.cedar-home .contact-section {
  grid-area: contact !important;
}

/* Open service groups: two reading columns separated by a single rule, never cards. */
html body.cedar-r1 .services-section {
  padding: clamp(44px, 6vw, 72px) !important;
  border: 0 !important;
  border-radius: 34px !important;
  background: var(--cedar-paper) !important;
  box-shadow: none !important;
}

html body.cedar-r1 .services-section .service-list {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(3, auto) !important;
  grid-auto-flow: row !important;
  gap: 0 48px !important;
  width: 100% !important;
  margin: 34px 0 0 !important;
  counter-reset: cedar-service !important;
}

html body.cedar-r1 .services-section .service-list::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50% !important;
  display: block !important;
  width: 1px !important;
  background: var(--cedar-rule) !important;
}

html body.cedar-r1 .services-section .service-list > article {
  counter-increment: cedar-service !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--cedar-rule) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cedar-ink) !important;
  transform: none !important;
}

html body.cedar-r1 .services-section .service-list > article:nth-child(1) {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.cedar-r1 .services-section .service-list > article:nth-child(2) {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

html body.cedar-r1 .services-section .service-list > article:nth-child(3) {
  grid-column: 1 !important;
  grid-row: 3 !important;
}

html body.cedar-r1 .services-section .service-list > article:nth-child(4) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

html body.cedar-r1 .services-section .service-list > article:nth-child(5) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

html body.cedar-r1 .services-section .service-list > article:nth-child(6) {
  grid-column: 2 !important;
  grid-row: 3 !important;
}

html body.cedar-r1 .service-list > article::before {
  content: counter(cedar-service, decimal-leading-zero) !important;
  display: block !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  color: var(--cedar-clay) !important;
  font: 750 10px/1.4 Manrope, sans-serif !important;
  letter-spacing: .08em !important;
}

html body.cedar-r1 .service-list > article::after {
  content: none !important;
  display: none !important;
}

html body.cedar-r1 .service-list > article > :where(h3, p, .card-link) {
  grid-column: 2 !important;
}

html body.cedar-r1 .service-list .card-link {
  display: block !important;
  min-height: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

html body.cedar-r1 .service-list h3 {
  margin: 0 0 8px !important;
  color: var(--cedar-ink) !important;
  font-family: "Space Grotesk", Manrope, "Segoe UI", sans-serif !important;
  font-size: clamp(19px, 2vw, 25px) !important;
  line-height: 1.12 !important;
}

html body.cedar-r1 .service-list p {
  margin: 0 !important;
  color: rgba(36, 48, 44, .72) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* Resource and expectation content is presented as open linked rows. */
html body.cedar-r1 .proof-preview-section,
html body.cedar-r1 .resources-section,
html body.cedar-r1 .testimonial-section,
html body.cedar-r1 .faq-section {
  padding: clamp(44px, 6vw, 68px) var(--cedar-open-inset) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  width: 100% !important;
  margin-top: 28px !important;
}

html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) > article {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--cedar-rule) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cedar-ink) !important;
  transform: none !important;
  grid-column: 1 !important;
  grid-row: auto !important;
}

html body.cedar-r1 main :where(.service-list, .systems-grid, .resource-grid, .testimonial-grid, .faq-list) h3::before,
html body.cedar-r1 main :where(.service-list, .systems-grid, .resource-grid, .testimonial-grid, .faq-list) h3::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  background: none !important;
}

html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) .card-link,
html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) > article:not(:has(.card-link)) {
  display: grid !important;
  grid-template-columns: minmax(180px, .78fr) minmax(0, 1.22fr) !important;
  gap: 28px !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 28px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cedar-ink) !important;
  text-decoration: none !important;
}

html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) .card-link::after {
  content: none !important;
  display: none !important;
}

html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) h3 {
  margin: 0 !important;
  color: var(--cedar-ink) !important;
  font-family: "Space Grotesk", Manrope, "Segoe UI", sans-serif !important;
  font-size: clamp(20px, 2.3vw, 28px) !important;
  line-height: 1.15 !important;
}

html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) p {
  margin: 0 !important;
  color: rgba(36, 48, 44, .72) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

html body.cedar-r1 .systems-grid .link-more {
  grid-column: 2 !important;
  width: fit-content !important;
  margin-top: 12px !important;
  padding: 0 0 3px !important;
  border-bottom: 1px solid currentColor !important;
  color: var(--cedar-clay) !important;
  font: 750 11px/1.2 Manrope, sans-serif !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

html body.cedar-r1.cedar-home .contact-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 28px !important;
  padding: clamp(34px, 5vw, 54px) !important;
  border: 0 !important;
  border-radius: 14px 42px 42px 42px !important;
  background: var(--cedar-sun) !important;
  box-shadow: none !important;
  color: var(--cedar-ink) !important;
}

html body.cedar-r1.cedar-home .contact-copy h2 {
  margin: 0 0 10px !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1 !important;
}

html body.cedar-r1.cedar-home .contact-copy p:last-child {
  max-width: 590px !important;
  margin: 0 !important;
}

/* Interior routes: sticky page brief at left, readable content at right. */
html body.cedar-r1:not(.cedar-home) main {
  display: grid !important;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 32px 46px !important;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 46px 0 88px !important;
}

html body.cedar-r1:not(.cedar-home) main > .page-hero {
  grid-column: 1 !important;
  grid-row: 1 / span 8 !important;
  position: sticky !important;
  top: 24px !important;
  align-self: start !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 520px !important;
  margin: 0 !important;
  padding: 44px 38px !important;
  border: 0 !important;
  border-radius: 36px 36px 12px 36px !important;
  background: var(--cedar-pine) !important;
  box-shadow: none !important;
  color: var(--cedar-paper) !important;
  overflow: hidden !important;
}

html body.cedar-r1:not(.cedar-home) main > .page-hero::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  right: -92px !important;
  bottom: -100px !important;
  left: auto !important;
  top: auto !important;
  width: 250px !important;
  height: 250px !important;
  border: 44px solid rgba(219, 228, 218, .12) !important;
  border-radius: 50% !important;
  background: transparent !important;
  pointer-events: none !important;
}

html body.cedar-r1:not(.cedar-home) main > .page-hero::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  left: 38px !important;
  bottom: 38px !important;
  width: 60px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: var(--cedar-sun) !important;
}

html body.cedar-r1:not(.cedar-home) .page-hero .eyebrow {
  color: var(--cedar-sun) !important;
}

html body.cedar-r1:not(.cedar-home) .page-hero h1 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 10ch !important;
  margin: 0 0 22px !important;
  color: var(--cedar-paper) !important;
  font-family: "Space Grotesk", Manrope, "Segoe UI", sans-serif !important;
  font-size: clamp(42px, 4.3vw, 62px) !important;
  line-height: .99 !important;
}

html body.cedar-r1:not(.cedar-home) .page-hero p:last-child,
html body.cedar-r1:not(.cedar-home) .page-hero :where(.services-hero-copy, .resource-hero-copy) > p:last-child {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: rgba(255, 253, 248, .78) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

html body.cedar-r1 :where(.services-hero-copy, .resource-hero-copy) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

html body.cedar-r1 :where(.services-hero-art, .resource-hero-art) {
  display: none !important;
}

html body.cedar-r1:not(.cedar-home) main > .section {
  grid-column: 2 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.cedar-r1:not(.cedar-home) .section-heading h2 {
  max-width: 14ch !important;
  margin: 0 !important;
  font-family: "Space Grotesk", Manrope, "Segoe UI", sans-serif !important;
  font-size: clamp(36px, 4.2vw, 56px) !important;
  line-height: 1.02 !important;
}

html body.cedar-r1:not(.cedar-home) .section-heading > p:last-child {
  max-width: 720px !important;
  margin: 18px 0 0 !important;
  color: rgba(36, 48, 44, .72) !important;
}

html body.cedar-r1:not(.cedar-home) .services-section,
html body.cedar-r1.cedar-about .about-section,
html body.cedar-r1.cedar-contact .contact-section {
  padding: clamp(42px, 5vw, 68px) !important;
  border: 0 !important;
  border-radius: 36px !important;
  background: var(--cedar-paper) !important;
  box-shadow: none !important;
}

html body.cedar-r1.cedar-about .about-grid {
  display: grid !important;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr) !important;
  gap: 38px !important;
  align-items: start !important;
  width: 100% !important;
}

html body.cedar-r1.cedar-about .portrait-card {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 140px 140px 24px 24px !important;
  background: var(--cedar-mist) !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.cedar-r1.cedar-about .portrait {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 128px 128px 18px 18px !important;
  background: transparent !important;
  overflow: hidden !important;
}

html body.cedar-r1.cedar-about .portrait img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

html body.cedar-r1.cedar-about .portrait-card p {
  margin: 0 !important;
  padding: 16px 8px 6px !important;
  color: rgba(36, 48, 44, .76) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

html body.cedar-r1.cedar-about .about-copy > p {
  margin: 0 0 18px !important;
  color: rgba(36, 48, 44, .78) !important;
  font-size: 17px !important;
}

html body.cedar-r1.cedar-about .plain-list {
  display: grid !important;
  gap: 0 !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.cedar-r1.cedar-about .plain-list li {
  padding: 16px 0 !important;
  border-top: 1px solid var(--cedar-rule) !important;
  color: var(--cedar-ink) !important;
  font-weight: 600 !important;
}

html body.cedar-r1.cedar-about .plain-list li::before {
  content: "—" !important;
  margin-right: 10px !important;
  color: var(--cedar-clay) !important;
}

/* Contact route: one calm form, not a panel collage. */
html body.cedar-r1.cedar-contact .contact-section {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 30px !important;
  color: var(--cedar-ink) !important;
}

html body.cedar-r1.cedar-contact .contact-copy {
  max-width: 680px !important;
}

html body.cedar-r1.cedar-contact .contact-copy h2 {
  margin: 0 0 12px !important;
  font-size: clamp(32px, 4vw, 50px) !important;
  line-height: 1 !important;
}

html body.cedar-r1.cedar-contact .quote-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.cedar-r1.cedar-contact .quote-form label {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
  color: var(--cedar-ink) !important;
  font: 700 12px/1.35 Manrope, sans-serif !important;
}

html body.cedar-r1.cedar-contact .quote-form label:last-of-type,
html body.cedar-r1.cedar-contact .quote-form > :where(button, .form-note, .form-status) {
  grid-column: 1 / -1 !important;
}

html body.cedar-r1.cedar-contact .quote-form :where(input, select, textarea) {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(36, 48, 44, .25) !important;
  border-radius: 12px !important;
  background: var(--cedar-oat) !important;
  box-shadow: none !important;
  color: var(--cedar-ink) !important;
  font: 500 15px/1.4 Manrope, sans-serif !important;
}

html body.cedar-r1.cedar-contact .quote-form textarea {
  min-height: 136px !important;
  resize: vertical !important;
}

html body.cedar-r1.cedar-contact .quote-form button {
  cursor: pointer !important;
}

html body.cedar-r1.cedar-contact .form-note,
html body.cedar-r1.cedar-contact .form-status {
  margin: 0 !important;
  color: rgba(36, 48, 44, .7) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

html body.cedar-r1.cedar-contact .scheduler-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px 24px !important;
  padding: 26px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: var(--cedar-mist) !important;
  box-shadow: none !important;
}

html body.cedar-r1.cedar-contact .scheduler-box h3,
html body.cedar-r1.cedar-contact .scheduler-box p {
  margin: 0 !important;
}

html body.cedar-r1.cedar-contact .scheduler-box h3 {
  font-size: 23px !important;
}

html body.cedar-r1.cedar-contact .scheduler-box p {
  grid-column: 1 !important;
  color: rgba(36, 48, 44, .72) !important;
}

html body.cedar-r1.cedar-contact .scheduler-box .button {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
}

/* Quiet footer: the persistent rail already carries the primary call to action. */
html body.cedar-r1 .site-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 30px var(--cedar-open-inset) 42px !important;
  border: 0 !important;
  border-top: 1px solid var(--cedar-rule) !important;
  background: transparent !important;
  color: rgba(36, 48, 44, .68) !important;
  box-shadow: none !important;
}

html body.cedar-r1 .site-footer p {
  max-width: 720px !important;
  margin: 0 !important;
  font-size: 12px !important;
}

html body.cedar-r1 .site-footer a {
  flex: 0 0 auto !important;
  color: var(--cedar-pine) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

@media (max-width: 1100px) {
  html body.cedar-r1 .site-header,
  html body.cedar-r1.cedar-home main,
  html body.cedar-r1:not(.cedar-home) main,
  html body.cedar-r1 .site-footer {
    width: min(100% - 32px, 1040px) !important;
  }

  html body.cedar-r1 .site-header {
    grid-template-columns: 250px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  html body.cedar-r1.cedar-home main {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px) !important;
    gap: 24px 30px !important;
  }

  html body.cedar-r1:not(.cedar-home) main {
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr) !important;
    gap: 28px !important;
  }
}

@media (max-width: 900px) {
  html body.cedar-r1 .site-header {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 18px 0 20px !important;
  }

  html body.cedar-r1 .brand {
    margin-inline: auto !important;
  }

  html body.cedar-r1 .nav-links {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  html body.cedar-r1 .nav-links a {
    min-height: 44px !important;
    padding: 8px 4px !important;
    font-size: 11px !important;
  }

  html body.cedar-r1.cedar-home main {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "hero"
      "rail"
      "about"
      "services"
      "proof"
      "contact" !important;
    gap: 24px !important;
    padding-top: 28px !important;
  }

  html body.cedar-r1 .cedar-rail {
    position: static !important;
    display: grid !important;
    grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr) !important;
    gap: 0 24px !important;
    padding: 16px 22px 22px 16px !important;
    border-radius: 150px 30px 30px 30px !important;
  }

  html body.cedar-r1 .cedar-rail .portrait-card {
    grid-row: 1 / span 2 !important;
    border-radius: 136px 136px 20px 20px !important;
  }

  html body.cedar-r1 .cedar-rail .summary-card {
    align-self: center !important;
  }

  html body.cedar-r1 .cedar-rail-cta {
    grid-column: 2 !important;
    align-self: end !important;
  }

  html body.cedar-r1:not(.cedar-home) main {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    padding-top: 28px !important;
  }

  html body.cedar-r1:not(.cedar-home) main > .page-hero,
  html body.cedar-r1:not(.cedar-home) main > .section {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  html body.cedar-r1:not(.cedar-home) main > .page-hero {
    position: relative !important;
    top: auto !important;
    min-height: 400px !important;
  }
}

@media (max-width: 700px) {
  html body.cedar-r1 .site-header,
  html body.cedar-r1.cedar-home main,
  html body.cedar-r1:not(.cedar-home) main,
  html body.cedar-r1 .site-footer {
    width: min(100% - 24px, 680px) !important;
  }

  html body.cedar-r1 .brand {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    gap: 11px !important;
  }

  html body.cedar-r1 .brand-mark {
    width: 50px !important;
    height: 50px !important;
  }

  html body.cedar-r1 .brand strong {
    font-size: 15px !important;
  }

  html body.cedar-r1 .nav-links {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body.cedar-r1.cedar-home .hero {
    min-height: 0 !important;
    padding: 36px 28px 46px !important;
    border-radius: 30px 30px 10px 30px !important;
  }

  html body.cedar-r1.cedar-home .hero h1 {
    max-width: 10ch !important;
    font-size: clamp(42px, 13vw, 58px) !important;
  }

  html body.cedar-r1.cedar-home .hero-lede {
    font-size: 16px !important;
  }

  html body.cedar-r1 .cedar-rail {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 14px 14px 22px !important;
    border-radius: 30px !important;
  }

  html body.cedar-r1 .cedar-rail .portrait-card {
    grid-row: auto !important;
    border-radius: 22px !important;
  }

  html body.cedar-r1 .cedar-rail .summary-card {
    padding-inline: 6px !important;
  }

  html body.cedar-r1 .cedar-rail-cta {
    grid-column: 1 !important;
    width: 100% !important;
  }

  html body.cedar-r1.cedar-home .about-section,
  html body.cedar-r1 .services-section,
  html body.cedar-r1:not(.cedar-home) .services-section,
  html body.cedar-r1.cedar-about .about-section,
  html body.cedar-r1.cedar-contact .contact-section,
  html body.cedar-r1.cedar-home .proof-preview-section,
  html body.cedar-r1 .resources-section,
  html body.cedar-r1 .testimonial-section,
  html body.cedar-r1 .faq-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 38px 26px !important;
    border-radius: 26px !important;
  }

  html body.cedar-r1.cedar-home .about-copy,
  html body.cedar-r1.cedar-home .plain-list,
  html body.cedar-r1.cedar-about .about-grid,
  html body.cedar-r1 .services-section .service-list,
  html body.cedar-r1.cedar-contact .quote-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.cedar-r1.cedar-home .plain-list li,
  html body.cedar-r1.cedar-home .plain-list li + li {
    min-height: 0 !important;
    padding: 18px 0 !important;
    border-left: 0 !important;
  }

  html body.cedar-r1 .services-section .service-list {
    grid-template-rows: none !important;
    grid-auto-flow: row !important;
    gap: 0 !important;
  }

  html body.cedar-r1 .services-section .service-list::before {
    content: none !important;
    display: none !important;
  }

  html body.cedar-r1 .services-section .service-list > article:nth-child(n) {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    padding: 22px 0 !important;
  }

  html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) .card-link,
  html body.cedar-r1 :where(.systems-grid, .resource-grid, .testimonial-grid, .faq-list) > article:not(:has(.card-link)) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 24px 0 !important;
  }

  html body.cedar-r1 .systems-grid .link-more {
    grid-column: 1 !important;
  }

  html body.cedar-r1.cedar-home .contact-section {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    padding: 34px 26px !important;
    border-radius: 10px 30px 30px 30px !important;
  }

  html body.cedar-r1.cedar-home .contact-section .button {
    width: 100% !important;
  }

  html body.cedar-r1:not(.cedar-home) main > .page-hero {
    min-height: 0 !important;
    padding: 38px 28px 74px !important;
    border-radius: 30px 30px 10px 30px !important;
  }

  html body.cedar-r1:not(.cedar-home) .page-hero h1 {
    max-width: 12ch !important;
    font-size: clamp(40px, 12vw, 54px) !important;
  }

  html body.cedar-r1.cedar-contact .quote-form label,
  html body.cedar-r1.cedar-contact .quote-form label:last-of-type,
  html body.cedar-r1.cedar-contact .quote-form > :where(button, .form-note, .form-status) {
    grid-column: 1 !important;
  }

  html body.cedar-r1.cedar-contact .scheduler-box {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.cedar-r1.cedar-contact .scheduler-box :where(h3, p, .button) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  html body.cedar-r1.cedar-contact .scheduler-box .button {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    margin-top: 8px !important;
  }

  html body.cedar-r1 .site-footer {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding-bottom: 34px !important;
  }
}

@media (max-width: 430px) {
  html body.cedar-r1 .nav-links a {
    font-size: 10px !important;
  }

  html body.cedar-r1 .cedar-rail .summary-card dl > div {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.cedar-r1 *,
  html body.cedar-r1 *::before,
  html body.cedar-r1 *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .001ms !important;
  }
}
