.b-frame {
  --paper: #eeefed;
  --ink: #202020;
  --forest: #202020;
  --dark: #202020;
  --muted: #5c5e5a;
  --line: #c9ccc6;
  --lime: #d7ed87;
  color: var(--ink);
  background: var(--paper);
}
.home-guides,
.guide-library {
  padding-bottom: 90px;
}
.home-guides {
  padding-top: 85px;
  border-top: 1px solid var(--line);
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 32px;
}
.guide-card {
  border-top: 2px solid var(--ink);
  padding-top: 25px;
}
.guide-card .eyebrow span {
  background: var(--lime);
  padding: 4px 6px;
}
.b-frame .guide-card-title {
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.1;
  margin-bottom: 18px;
}
.guide-card-title a {
  text-decoration: none;
  display: block;
  padding-block: 5px;
}
.guide-card-title a:hover {
  text-decoration: underline;
}
.guide-card > p:last-child,
.guide-byline,
.guide-scope {
  color: var(--muted);
  font-size: 15px;
}
.guide-contents,
.guide-template,
.guide-connection,
.contact-direct {
  padding: 28px;
  background: #e2e8d2;
  border-left: 3px solid var(--ink);
}
.b-frame .guide-contents h2,
.b-frame .signup-next h2 {
  font-size: 28px;
}
.guide-contents ol {
  padding-left: 22px;
  margin-bottom: 0;
}
.guide-contents a {
  display: inline-block;
  padding-block: 10px;
}
.guide-template {
  background: #fff;
  margin-block: 28px;
}
.guide-template p:last-child,
.contact-direct p:last-child {
  margin-bottom: 0;
}
.guide-content li + li {
  margin-top: 10px;
}
.guide-content .content-section {
  scroll-margin-top: 30px;
}
.breadcrumb {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 32px;
  font-size: 14px;
}
.breadcrumb a {
  padding-block: 12px;
}
.contact-direct {
  margin-bottom: 30px;
}
.contact-direct > a {
  display: inline-block;
  font-size: clamp(19px, 3vw, 28px);
  font-weight: 700;
  overflow-wrap: anywhere;
  padding-bottom: 12px;
}
.signup-next {
  border-top: 1px solid var(--line);
  margin-top: 44px;
  padding-top: 32px;
}
.signup-next ol {
  padding-left: 25px;
}
.signup-next li {
  padding-left: 7px;
}
.signup-next h3 {
  font-size: 19px;
  margin-bottom: 7px;
}
.signup-next p {
  font-size: 15px;
}
@media (max-width: 800px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
  .guide-card {
    padding-top: 20px;
  }
  .home-guides,
  .guide-library {
    padding-bottom: 55px;
  }
  .guide-contents,
  .guide-template,
  .guide-connection,
  .contact-direct {
    padding: 22px;
  }
}
.b-frame .shell {
  width: min(1320px, calc(100% - 96px));
}
.b-frame .shell.narrow {
  width: min(760px, calc(100% - 96px));
}
.b-frame .page-hero h1 {
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.03;
}
.b-frame .content-section h2 {
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.15;
}
.b-frame .cta-band {
  background: var(--lime);
}
.b-frame .cta-band p:not(.eyebrow) {
  color: var(--ink);
}
.b-frame input,
.b-frame select,
.b-frame textarea {
  border-color: #7a7e73;
  border-radius: 0;
}
.b-frame label:not(.check-label) {
  display: block;
}
.b-frame label:not(.check-label) > :is(input, select, textarea) {
  display: block;
  margin-top: 8px;
}
.b-frame fieldset {
  border: 1px solid var(--line);
  padding: 28px;
  background: #fff;
}
.b-frame .form-unavailable,
.b-frame .draft-notice {
  background: #e2e8d2;
}
.b-frame .feature-index {
  color: var(--ink);
  width: fit-content;
  padding: 3px 8px;
  background: var(--lime);
}
.b-frame .site-header {
  background: var(--paper);
}
.b-frame .header-inner {
  min-height: 94px;
}
.b-frame .wordmark-01 img {
  width: 280px;
  height: auto;
}
.b-frame .wordmark-01 {
  flex-shrink: 0;
}
.b-frame .button {
  border-radius: 0;
}
.b-frame .preview-notice {
  background: #202020;
  color: #e5e7e1;
}
.b-frame .eyebrow {
  font-size: 11px;
  letter-spacing: 0.09em;
}
.b-frame h1,
.b-frame h2,
.b-frame h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.b-frame h2 {
  font-size: clamp(36px, 4.7vw, 64px);
  letter-spacing: -0.055em;
}
.b-frame p {
  text-wrap: pretty;
}
.b-frame :focus-visible {
  outline-color: #596a18;
}
.b-hero {
  padding-block: 53px 0;
}
.b-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.b-kicker span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 22px;
  background: var(--lime);
}
.b-hero-heading {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.b-hero h1 {
  font-size: clamp(55px, 7vw, 101px);
  line-height: 0.96;
  letter-spacing: -0.075em;
  margin: 0;
}
.b-hero h1 span {
  display: block;
}
.b-hero-intro {
  padding-bottom: 3px;
  max-width: 440px;
  justify-self: end;
}
.b-hero-intro p {
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 23px;
}
.b-secondary {
  display: flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 9px;
}
.b-hero-media {
  display: grid;
  grid-template-columns: 1.48fr 1fr;
  min-height: 386px;
}
.b-hero-media figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.b-hero-media figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 40%;
}
.b-hero-media figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 15px 24px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: #202020;
}
.b-manifest {
  background: var(--lime);
  padding: 29px 34px;
  position: relative;
  overflow: hidden;
}
.b-manifest > img {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 53px;
  height: auto;
}
.b-manifest > p {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.04em;
  margin: 5px 54px 29px 0;
}
.b-manifest ol {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.b-manifest li {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 13px;
  padding: 9px 0;
  border-top: 1px solid #20202035;
}
.b-manifest li span {
  font-family: monospace;
  font-size: 10px;
}
.b-manifest-arrow {
  position: absolute;
  right: 22px;
  bottom: -26px;
  font-size: 180px;
  font-weight: 500;
  line-height: 1;
  color: #2020200c;
  pointer-events: none;
}
.b-vision-note {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-size: 11px;
  padding-block: 13px;
  margin: 0;
  color: #555950;
}
.b-vision-note > span {
  font-size: 8px;
}
.b-section-heading {
  max-width: 710px;
  margin-bottom: 46px;
}
.b-section-heading h2 {
  margin-bottom: 23px;
}
.b-section-heading > p:last-child {
  max-width: 625px;
  font-size: 17px;
  color: var(--muted);
}
.b-journey {
  padding-block: 105px 80px;
}
.b-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  margin-bottom: 36px;
}
.b-steps button {
  border: 0;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 21px 16px;
  text-align: left;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  min-height: 72px;
}
.b-steps button:last-child {
  border-right: 0;
}
.b-steps button > span {
  font-size: 10px;
  font-family: monospace;
  font-weight: 400;
}
.b-steps button i {
  font-style: normal;
  font-size: 21px;
}
.b-steps button:hover {
  background: #e0e3d9;
}
.b-steps button[aria-pressed='true'] {
  background: var(--ink);
  color: white;
}
.b-steps button[aria-pressed='true'] i {
  color: var(--lime);
}
.b-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-block: 50px;
}
.b-panels .b-panel:last-child {
  margin-bottom: 0;
}
.workflow-ready .b-panel {
  min-height: 397px;
  margin-top: 0;
}
.b-stage-story {
  max-width: 505px;
}
.b-stage-story h3 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.04;
  margin-bottom: 23px;
}
.b-stage-story > p:not(.eyebrow) {
  font-size: 16px;
}
.b-stage-story .b-outcome {
  padding-left: 17px;
  border-left: 3px solid #99ae50;
  font-weight: 700;
  line-height: 1.5;
  margin-block: 26px 0;
}
.b-record {
  background: #fff;
  border: 1px solid #cdd1c7;
  padding: 25px;
  box-shadow: 8px 8px 0 #dfe2d9;
}
.b-record-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 23px;
  font-size: 11px;
}
.b-record-top > span:last-child {
  margin-left: auto;
  border: 1px solid var(--line);
  padding: 3px 6px;
  font-size: 9px;
}
.b-record h4 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin-bottom: 22px;
}
.b-record dl {
  margin: 0;
}
.b-record dl > div {
  border-top: 1px solid #e1e3dc;
  padding: 13px 0;
}
.b-record dt {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 1px;
}
.b-record dt span {
  font-family: monospace;
  font-weight: 400;
  font-size: 10px;
  display: inline-block;
  width: 27px;
  color: var(--muted);
}
.b-record dd {
  margin-left: 27px;
  color: var(--muted);
  font-size: 12px;
}
.b-handoff {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #e9efd9;
  margin: 9px 0 0;
  padding: 11px 13px;
  font-size: 12px;
  line-height: 1.45;
}
.b-handoff span {
  font-size: 24px;
}
.b-tour-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  margin-top: 44px;
  padding-top: 17px;
}
.b-tour-end p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}
.b-tour-end .text-link {
  font-size: 13px;
}
.b-intelligence {
  background: #202020;
  color: #f3f4f0;
  padding-block: 85px;
}
.b-intelligence .b-section-heading {
  max-width: 780px;
}
.b-intelligence .b-section-heading > p:last-child {
  color: #c7cbc0;
}
.b-intelligence .eyebrow {
  color: var(--lime);
}
.b-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.b-signals article {
  border-top: 1px solid #73766d;
  padding-top: 22px;
}
.b-signal-index {
  font-family: monospace;
  font-size: 12px;
  color: var(--lime);
}
.b-signals h3 {
  font-size: 29px;
  max-width: 280px;
  margin-block: 24px 17px;
}
.b-signals p {
  font-size: 15px;
  color: #c7cbc0;
}
.b-signal-tag {
  display: inline-block;
  border-bottom: 1px solid #666b5e;
  padding-block: 8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lime);
}
.b-human {
  padding-block: 100px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 100px;
}
.b-human-mark {
  background: var(--lime);
  aspect-ratio: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: rotate(-3deg);
}
.b-human-mark span {
  font-size: clamp(18px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: -0.05em;
}
.b-human-mark img {
  width: 55%;
  height: auto;
}
.b-human h2 {
  font-size: clamp(36px, 4.2vw, 57px);
}
.b-human > div > p:not(.eyebrow) {
  font-size: 16px;
}
.b-human ul {
  list-style: none;
  padding: 0;
  margin: 23px 0 0;
}
.b-human li {
  display: flex;
  gap: 17px;
  border-top: 1px solid var(--line);
  padding-block: 11px;
  font-size: 13px;
  font-weight: 700;
}
.b-human li span {
  font-size: 17px;
}
.b-closing {
  padding-block: 75px;
  background: var(--lime);
}
.b-closing h2 {
  font-size: clamp(46px, 7.3vw, 102px);
  max-width: 1000px;
  margin-bottom: 35px;
}
.b-closing .shell > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.b-closing .shell > div > p {
  max-width: 390px;
  margin: 0;
  font-size: 18px;
}
.b-closing-actions {
  display: flex;
  gap: 26px;
  align-items: center;
}
.b-closing-actions .b-secondary {
  margin-top: 0;
}
.b-frame .site-footer {
  background: #202020;
  color: #e1e5d9;
}
.b-frame .footer-mark img {
  filter: invert(1);
}
.b-frame .site-footer .eyebrow {
  color: #afb8a1;
}
.b-frame .footer-grid {
  padding-block: 62px;
}
.comparison {
  padding-block: 65px 85px;
}
.comparison h1 {
  max-width: 900px;
  font-size: clamp(46px, 5.4vw, 76px);
}
.comparison > .page-lede {
  max-width: 760px;
}
.comparison-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-block: 45px 28px;
}
.comparison-option {
  padding: 38px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-decoration: none;
}
.comparison-option:hover {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.comparison-option > span:first-of-type {
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
}
.comparison-option > strong {
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
.comparison-option > p {
  font-size: 15px;
  margin-top: 25px;
}
.comparison-open {
  font-weight: 700;
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
  text-decoration: underline;
}
.option-a {
  background: #142d25;
  color: #f5a066;
  padding-top: 112px;
}
.option-b {
  background: var(--lime);
}
.option-b > img {
  width: min(300px, 100%);
  height: auto;
  margin-bottom: 30px;
}
.comparison-note {
  color: var(--muted);
  font-size: 13px;
  max-width: 780px;
}
@media (prefers-reduced-motion: no-preference) {
  .b-hero-heading h1 {
    animation: b-rise 0.55s ease-out both;
  }
  .b-hero-media {
    animation: b-rise 0.7s ease-out both;
  }
  .workflow-ready .b-record {
    animation: b-rise 0.3s ease-out both;
  }
  .b-human-mark {
    transition: transform 0.3s ease;
  }
  .b-human-mark:hover {
    transform: rotate(0);
  }
  @keyframes b-rise {
    from {
      transform: translateY(14px);
    }
    to {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1100px) {
  .b-frame .shell {
    width: calc(100% - 64px);
  }
  .b-frame .shell.narrow {
    width: min(760px, calc(100% - 64px));
  }
  .b-frame .wordmark-01 img {
    width: 230px;
  }
  .b-frame .header-inner nav {
    gap: 23px;
  }
  .b-frame .nav-links {
    gap: 18px;
  }
  .b-hero-heading {
    gap: 35px;
  }
  .b-hero h1 {
    font-size: 7vw;
  }
  .b-hero-intro p {
    font-size: 16px;
  }
  .b-manifest {
    padding: 25px;
  }
  .b-manifest > img {
    width: 37px;
    top: 25px;
    right: 22px;
  }
  .b-manifest > p {
    font-size: 25px;
  }
  .b-hero-media {
    min-height: 354px;
  }
  .b-panel {
    gap: 42px;
  }
  .b-human {
    gap: 55px;
  }
}
@media (max-width: 800px) {
  .b-frame .shell {
    width: calc(100% - 40px);
  }
  .b-frame .shell.narrow {
    width: calc(100% - 40px);
  }
  .b-frame fieldset {
    padding: 22px 18px;
  }
  .b-frame .header-inner {
    min-height: 77px;
  }
  .b-frame .header-inner nav {
    background: var(--paper);
  }
  .b-frame .wordmark-01 img {
    width: 218px;
  }
  .b-hero {
    padding-top: 32px;
  }
  .b-kicker {
    font-size: 10px !important;
  }
  .b-hero-heading {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 30px;
  }
  .b-hero h1 {
    font-size: clamp(58px, 11.3vw, 88px);
    line-height: 0.97;
  }
  .b-hero-intro {
    max-width: 550px;
    justify-self: start;
  }
  .b-hero-intro p {
    font-size: 17px;
    margin-bottom: 19px;
  }
  .b-hero-media {
    grid-template-columns: 1fr 1fr;
    min-height: 337px;
  }
  .b-manifest {
    padding: 22px;
  }
  .b-manifest > img {
    display: none;
  }
  .b-manifest > p {
    margin-right: 0;
    font-size: 28px;
  }
  .b-manifest li {
    font-size: 12px;
    gap: 10px;
  }
  .b-hero-media figcaption {
    font-size: 10px;
    padding: 12px 16px;
  }
  .b-journey {
    padding-block: 65px 55px;
  }
  .b-section-heading {
    margin-bottom: 30px;
  }
  .b-section-heading > p:last-child {
    font-size: 16px;
  }
  .b-steps {
    grid-template-columns: 1fr 1fr;
  }
  .b-steps button {
    min-height: 64px;
    padding: 16px 12px;
  }
  .b-steps button:nth-child(2) {
    border-right: 0;
  }
  .b-steps button:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .b-panel {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .b-stage-story {
    max-width: none;
  }
  .b-stage-story h3 {
    font-size: 36px;
    max-width: 520px;
  }
  .b-record {
    margin-right: 8px;
  }
  .b-tour-end {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .b-intelligence {
    padding-block: 58px;
  }
  .b-signals {
    gap: 23px;
  }
  .b-signals h3 {
    font-size: 23px;
  }
  .b-signals p {
    font-size: 13px;
  }
  .b-human {
    gap: 35px;
    padding-block: 65px;
    grid-template-columns: 0.8fr 1fr;
  }
  .b-human-mark {
    padding: 20px 16px;
  }
  .b-human-mark span {
    font-size: 17px;
  }
  .b-human h2 {
    font-size: 34px;
  }
  .b-human > div > p:not(.eyebrow) {
    font-size: 15px;
  }
  .b-closing {
    padding-block: 55px;
  }
  .b-closing .shell > div {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .comparison-options {
    gap: 16px;
  }
  .comparison-option {
    padding: 25px;
  }
  .option-a {
    padding-top: 90px;
  }
}
@media (max-width: 520px) {
  .b-frame .wordmark-01 img {
    width: clamp(160px, 50vw, 197px);
  }
  .b-frame .header-inner {
    gap: 12px;
  }
  .b-hero h1 {
    font-size: 11.5vw;
  }
  .b-kicker {
    max-width: 295px;
  }
  .b-kicker span {
    flex-shrink: 0;
  }
  .b-hero-media {
    grid-template-columns: 1fr;
  }
  .b-hero-media figure {
    height: 290px;
  }
  .b-hero-media figure img {
    object-position: 50% 36%;
  }
  .b-manifest {
    padding: 24px;
  }
  .b-manifest > p {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .b-manifest > img {
    display: none;
  }
  .b-manifest li {
    font-size: 13px;
  }
  .b-vision-note {
    font-size: 10px;
  }
  .b-steps button {
    font-size: 12px;
    gap: 7px;
  }
  .b-steps button i {
    display: none;
  }
  .b-stage-story h3 {
    font-size: 32px;
  }
  .b-record {
    padding: 20px 17px;
  }
  .b-record-top {
    gap: 8px;
    font-size: 10px;
  }
  .b-signals {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .b-signals h3 {
    font-size: 29px;
    max-width: none;
    margin-block: 15px;
  }
  .b-signals p {
    font-size: 15px;
  }
  .b-human {
    grid-template-columns: 1fr;
    gap: 47px;
  }
  .b-human-mark {
    width: 78%;
    margin-inline: auto;
    max-width: 310px;
    padding: 25px;
  }
  .b-human-mark span {
    font-size: 21px;
  }
  .b-human h2 {
    font-size: 38px;
  }
  .b-closing-actions {
    gap: 16px;
    flex-wrap: wrap;
  }
  .comparison-options {
    grid-template-columns: 1fr;
  }
  .comparison-option {
    padding: 30px 25px;
  }
  .comparison-option > strong {
    font-size: 42px;
  }
}
