.page-body .primary-nav a[aria-current="page"] {
  background: var(--paper);
  color: var(--ink);
}

.page-hero {
  display: grid;
  min-height: min(50rem, calc(100svh - var(--header-height)));
  grid-template-columns: minmax(0, 7fr) minmax(24rem, 5fr);
  border-bottom: 1px solid var(--rule-light);
  background: var(--ink);
  color: var(--paper);
}

.page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(4rem, 9vw, 8rem) var(--page-gutter) clamp(3rem, 7vw, 6rem);
}

.page-hero h1 {
  max-width: 12ch;
  margin: 0 0 1.75rem;
  font-size: clamp(4rem, 7.3vw, 6rem);
  font-stretch: 62%;
  font-variation-settings: "wdth" 62, "wght" 850;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.84;
  text-wrap: balance;
  text-transform: uppercase;
}

.page-hero-copy > p {
  max-width: 42rem;
  margin-bottom: 0;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.42;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.page-register {
  display: grid;
  align-self: end;
  margin: 0;
  border-top: 1px solid var(--rule-dark);
  border-left: 1px solid var(--rule-dark);
  background: var(--orange);
  color: var(--ink);
}

.page-register div {
  display: grid;
  min-height: 7.75rem;
  grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1.4fr);
  align-items: center;
  border-bottom: 1px solid var(--rule-dark);
}

.page-register div:last-child {
  border-bottom: 0;
}

.page-register dt,
.page-register dd {
  margin: 0;
  padding: 1.4rem;
}

.page-register dt {
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--rule-dark);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-register dd {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  font-weight: 650;
}

.page-section {
  border-bottom: 1px solid var(--rule-dark);
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
}

.page-section-paper {
  background: var(--paper);
  color: var(--ink);
}

.page-section-ink {
  border-color: var(--rule-light);
  background: var(--ink);
  color: var(--paper);
}

.page-section-orange {
  background: var(--orange);
  color: var(--ink);
}

.page-intro {
  display: grid;
  max-width: var(--content-width);
  grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr);
  gap: clamp(2rem, 8vw, 8rem);
  margin: 0 auto clamp(3.5rem, 6vw, 6rem);
}

.page-intro h2,
.architecture-lockup h2,
.page-close h2,
.contact-route h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(3.25rem, 6.6vw, 6rem);
  font-stretch: 62%;
  font-variation-settings: "wdth" 62, "wght" 850;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-wrap: balance;
  text-transform: uppercase;
}

.page-intro > p {
  max-width: 40rem;
  margin: 0;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.48;
}

.signal-rail,
.linked-roster,
.build-process,
.brief-register {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.signal-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--rule-dark);
}

.signal-rail li {
  min-height: 20rem;
  border-right: 1px solid var(--rule-dark);
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.signal-rail li:last-child {
  border-right: 0;
}

.signal-rail strong {
  display: block;
  max-width: 8ch;
  margin-bottom: 6rem;
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-stretch: 70%;
  font-variation-settings: "wdth" 70, "wght" 820;
  line-height: 0.96;
  text-transform: uppercase;
}

.signal-rail p {
  max-width: 30ch;
  margin: 0;
}

.channel-register,
.proof-pair {
  display: grid;
  max-width: var(--content-width);
  margin: 0 auto;
  border: 1px solid currentColor;
}

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

.channel-register article {
  display: flex;
  min-height: 25rem;
  flex-direction: column;
  border-right: 1px solid currentColor;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.channel-register article:last-child {
  border-right: 0;
}

.channel-register h3,
.proof-pair h3,
.well-directory h3,
.record-identity h3,
.build-process h3,
.brief-register h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-stretch: 70%;
  font-variation-settings: "wdth" 70, "wght" 830;
  font-weight: 830;
  letter-spacing: -0.025em;
  line-height: 0.94;
  text-transform: uppercase;
}

.channel-register p {
  max-width: 36ch;
}

.channel-register a,
.proof-pair a,
.work-record > a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  font-weight: 750;
}

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

.proof-pair article {
  padding: clamp(1.5rem, 3vw, 3rem);
}

.proof-pair article:first-child {
  border-right: 1px solid currentColor;
}

.proof-pair article > p,
.record-identity p,
.well-directory article > span {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-pair dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2.5rem 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.proof-pair dl div {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 1rem;
}

.proof-pair dt {
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-pair dd {
  margin: 0.5rem 0 0;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.well-directory {
  max-width: var(--content-width);
  margin: 0 auto;
  border: 1px solid var(--ink);
}

.well-directory article {
  display: grid;
  min-height: 11rem;
  grid-template-columns: minmax(17rem, 1.2fr) minmax(18rem, 1.5fr) minmax(14rem, 0.8fr);
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.well-directory article:last-child {
  border-bottom: 0;
}

.well-directory article > div p {
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.well-directory h3 {
  margin: 0;
}

.well-directory article > p {
  max-width: 35ch;
  margin: 0;
  font-size: 1.1rem;
}

.well-convene { background: var(--orange); }
.well-field { background: var(--blue); }
.well-suite { background: var(--violet); }
.well-fin { background: var(--green); }

.capability-ledger,
.model-ledger,
.expect-register {
  display: grid;
  max-width: var(--content-width);
  margin: 0 auto;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

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

.capability-ledger div,
.model-ledger div,
.expect-register div {
  min-height: 14rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.capability-ledger dt,
.model-ledger dt,
.expect-register dt {
  margin-bottom: 4rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.capability-ledger dd,
.model-ledger dd,
.expect-register dd {
  margin: 0;
}

.architecture-lockup {
  display: grid;
  max-width: var(--content-width);
  grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin: 0 auto;
}

.architecture-lockup h2 {
  max-width: 18ch;
}

.architecture-lockup dl {
  margin: 0;
  border-top: 1px solid currentColor;
}

.architecture-lockup dl div {
  border-bottom: 1px solid currentColor;
  padding: 1.25rem 0;
}

.architecture-lockup dt {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.architecture-lockup dd {
  margin: 0.45rem 0 0;
  font-size: 1.15rem;
  font-weight: 650;
}

.architecture-lockup .button {
  align-self: end;
}

.work-record {
  max-width: var(--content-width);
  margin: 0 auto 2rem;
  border: 1px solid currentColor;
}

.work-record-orange {
  background: var(--orange);
  color: var(--ink);
}

.work-record-paper {
  background: var(--paper);
  color: var(--ink);
}

.record-identity {
  display: grid;
  min-height: 14rem;
  grid-template-columns: minmax(14rem, 0.8fr) minmax(0, 2fr);
  align-items: center;
  border-bottom: 1px solid currentColor;
}

.record-identity > * {
  padding: clamp(1.5rem, 3vw, 3rem);
}

.record-identity > :first-child {
  border-right: 1px solid currentColor;
}

.record-identity img {
  max-width: 11rem;
  max-height: 6rem;
  object-fit: contain;
}

.record-identity h3 {
  margin-bottom: 0;
}

.record-monogram {
  display: grid;
  min-height: 14rem;
  place-items: center;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-stretch: 62%;
  font-variation-settings: "wdth" 62, "wght" 850;
  font-weight: 850;
}

.record-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-bottom: 1px solid currentColor;
}

.record-ledger div {
  min-height: 13rem;
  border-right: 1px solid currentColor;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.record-ledger div:last-child {
  border-right: 0;
}

.record-ledger dt {
  margin-bottom: 3rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.record-ledger dd {
  margin: 0;
}

.record-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid currentColor;
}

.record-metrics p {
  display: grid;
  min-height: 10rem;
  align-content: center;
  margin: 0;
  border-right: 1px solid currentColor;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.record-metrics p:last-child {
  border-right: 0;
}

.record-metrics strong {
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-stretch: 70%;
  font-variation-settings: "wdth" 70, "wght" 820;
  font-weight: 820;
  line-height: 1;
}

.record-metrics span {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.work-record > a {
  margin: 0;
  border-top: 0;
  padding: 1.1rem 1.5rem;
}

.linked-roster {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--rule-dark);
}

.linked-roster li {
  border-right: 1px solid var(--rule-dark);
  background: var(--white);
}

.linked-roster li:last-child {
  border-right: 0;
}

.linked-roster a {
  display: grid;
  min-height: 12rem;
  place-items: center;
  padding: 2rem;
  transition: background-color 180ms ease-out;
}

.linked-roster a:hover,
.linked-roster a:focus-visible {
  background: var(--paper-quiet);
}

.linked-roster img {
  max-width: 10rem;
  max-height: 4.5rem;
  object-fit: contain;
}

.build-process {
  border: 1px solid var(--rule-dark);
}

.build-process > li {
  display: grid;
  grid-template-columns: minmax(18rem, 1.1fr) minmax(0, 2fr);
  border-bottom: 1px solid var(--rule-dark);
}

.build-process > li:last-child {
  border-bottom: 0;
}

.build-process > li > div {
  min-height: 20rem;
  border-right: 1px solid var(--rule-dark);
  padding: clamp(1.5rem, 3vw, 3rem);
}

.build-process > li > div > span {
  display: block;
  margin-bottom: 5rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.build-process > li > div > p {
  max-width: 35ch;
  margin: 0;
}

.build-process dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.build-process dl div {
  border-right: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.build-process dl div:nth-child(even) {
  border-right: 0;
}

.build-process dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.build-process dt {
  margin-bottom: 2rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.build-process dd {
  margin: 0;
}

.expect-register,
.model-ledger {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.belief-statement {
  max-width: var(--content-width);
  margin: 0 auto;
  border-top: 1px solid var(--rule-dark);
}

.belief-statement p {
  margin: 0;
  border-bottom: 1px solid var(--rule-dark);
  padding: 1rem 0;
  font-size: clamp(1.6rem, 3.4vw, 3.5rem);
  font-stretch: 70%;
  font-variation-settings: "wdth" 70, "wght" 800;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.brief-register {
  border: 1px solid var(--rule-dark);
}

.brief-register li {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  border-bottom: 1px solid var(--rule-dark);
}

.brief-register li:last-child {
  border-bottom: 0;
}

.brief-register li > span {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--rule-dark);
  font-size: 1.25rem;
  font-weight: 800;
}

.brief-register li > div {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.brief-register h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
}

.brief-register p {
  max-width: 55ch;
  margin: 0;
}

.contact-route {
  display: grid;
  max-width: var(--content-width);
  grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  margin: 0 auto;
}

.contact-route > p {
  max-width: 38rem;
  margin: 0;
  font-size: 1.15rem;
}

.contact-route .route-note {
  grid-column: 2;
  font-size: 0.95rem;
}

.page-close {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr);
  gap: clamp(2rem, 8vw, 8rem);
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
  background: var(--orange);
}

.page-close > div {
  align-self: end;
}

.page-close p {
  max-width: 36rem;
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
}

.page-footer .footer-brand a {
  display: inline-block;
}

.pricing-ledger,
.pricing-support,
.pricing-disclosure,
.contact-price-register,
.contact-pricing > .text-link {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.pricing-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--rule-dark);
}

.pricing-family:first-child {
  border-right: 1px solid var(--rule-dark);
}

.pricing-family > header {
  min-height: 13rem;
  border-bottom: 1px solid var(--rule-dark);
  background: var(--orange);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.pricing-family > header p,
.pricing-family > header span,
.pricing-support section > div > p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-family > header h3 {
  margin: 1.25rem 0 0.35rem;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.pricing-family ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-family li {
  border-bottom: 1px solid var(--rule-dark);
  padding: 1.5rem clamp(1.25rem, 2.4vw, 2rem);
}

.pricing-family li > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.pricing-family li strong {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.pricing-family li > div span {
  font-weight: 800;
  text-align: right;
}

.pricing-family li p {
  max-width: 52ch;
  margin: 0.8rem 0 0;
  color: #45433e;
  line-height: 1.45;
}

.pricing-family-note {
  min-height: 5rem;
  margin: 0;
  padding: 1.25rem clamp(1.25rem, 2.4vw, 2rem);
  font-size: 0.88rem;
  font-weight: 650;
}

.pricing-support {
  border-right: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
  border-left: 1px solid var(--rule-dark);
}

.pricing-support section {
  display: grid;
  grid-template-columns: minmax(14rem, 0.75fr) minmax(0, 2fr);
  border-bottom: 1px solid var(--rule-dark);
}

.pricing-support section:last-child {
  border-bottom: 0;
}

.pricing-support section > div {
  border-right: 1px solid var(--rule-dark);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.pricing-support h3 {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
}

.pricing-support dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.pricing-support dl > div {
  min-height: 11rem;
  border-right: 1px solid var(--rule-dark);
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

.pricing-support dl > div:last-child {
  border-right: 0;
}

.pricing-support dt {
  margin-bottom: 3rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-support dd {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.05;
}

.pricing-disclosure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-right: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
  border-left: 1px solid var(--rule-dark);
  background: var(--orange);
  padding: 1.5rem;
}

.pricing-disclosure p {
  max-width: 48rem;
  margin: 0;
}

.contact-price-register {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--rule-light);
}

.contact-price-register > div {
  min-height: 14rem;
  border-right: 1px solid var(--rule-light);
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

.contact-price-register > div:last-child {
  border-right: 0;
}

.contact-price-register dt {
  margin-bottom: 3.5rem;
  color: #b8b4ac;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-price-register dd {
  margin: 0;
}

.contact-price-register strong,
.contact-price-register span {
  display: block;
}

.contact-price-register strong {
  font-size: clamp(1.65rem, 2.7vw, 2.7rem);
  line-height: 1;
}

.contact-price-register span {
  margin-top: 0.5rem;
}

.contact-pricing > .text-link {
  margin-top: 1.5rem;
}

.intake-workbench {
  display: grid;
  max-width: var(--content-width);
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.65fr);
  margin: 0 auto;
  border: 1px solid var(--rule-dark);
}

.intake-route {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--rule-dark);
  background: var(--orange);
}

.intake-route ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intake-route li {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  border-bottom: 1px solid var(--rule-dark);
  color: var(--ink);
}

.intake-route li.is-current {
  background: var(--ink);
  color: var(--paper);
}

.intake-route li.is-complete {
  background: #d94b15;
  color: var(--ink);
}

.intake-route li > span {
  display: grid;
  place-items: center;
  border-right: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.intake-route li > div {
  padding: 1.5rem;
}

.intake-route strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
}

.intake-route li p,
.intake-route > p {
  margin: 0;
  line-height: 1.45;
}

.intake-route > p {
  border-top: 1px solid var(--rule-dark);
  padding: 1.5rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.intake-form {
  background: var(--paper);
}

.intake-form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--rule-dark);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.intake-form-heading h3 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
}

.intake-form-heading p {
  margin: 0;
  font-size: 0.86rem;
}

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

.intake-field {
  position: relative;
  border-right: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
  padding: 1.25rem;
}

.intake-field:nth-child(even),
.intake-field-wide {
  border-right: 0;
}

.intake-field-wide {
  grid-column: 1 / -1;
}

.intake-field label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intake-field label span {
  color: #ad3b0d;
}

.intake-field input,
.intake-field select,
.intake-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.48);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.4;
}

.intake-field input,
.intake-field select {
  min-height: 3.4rem;
  padding: 0.8rem 0.9rem;
}

.intake-field textarea {
  min-height: 10rem;
  resize: vertical;
  padding: 0.9rem;
}

.intake-field input::placeholder,
.intake-field textarea::placeholder {
  color: #68645e;
}

.intake-field input:hover,
.intake-field select:hover,
.intake-field textarea:hover {
  border-color: var(--ink);
}

.intake-field input:focus-visible,
.intake-field select:focus-visible,
.intake-field textarea:focus-visible {
  border-color: var(--orange);
  outline: 3px solid rgba(244, 93, 32, 0.28);
  outline-offset: 1px;
}

.intake-form.has-errors :is(input, select, textarea):user-invalid {
  border-color: #b42318;
  background: #fff3f1;
}

.intake-counter {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: var(--white);
  padding: 0.1rem 0.25rem;
  color: #5a5650;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.intake-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.intake-submit-row > div {
  max-width: 34rem;
}

.intake-status {
  margin: 0 0 0.35rem;
  font-weight: 750;
}

.intake-privacy {
  margin: 0;
  color: #55514b;
  font-size: 0.82rem;
}

.intake-submit {
  flex: 0 0 auto;
  cursor: pointer;
}

.intake-submit:disabled {
  border-color: #5e5b56;
  background: #5e5b56;
  cursor: wait;
}

.intake-close {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(18rem, 3fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
}

.intake-close h2 {
  max-width: 13ch;
  margin: 0 0 1.5rem;
  font-size: clamp(3.25rem, 6.6vw, 6rem);
  font-stretch: 62%;
  font-variation-settings: "wdth" 62, "wght" 850;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-wrap: balance;
  text-transform: uppercase;
}

.intake-close p {
  max-width: 58rem;
  margin: 0;
  font-size: 1.12rem;
}

@media (max-width: 1100px) {
  .signal-rail,
  .capability-ledger,
  .expect-register,
  .model-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-rail li:nth-child(2),
  .capability-ledger div:nth-child(even),
  .expect-register div:nth-child(even),
  .model-ledger div:nth-child(even) {
    border-right: 0;
  }

  .signal-rail li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rule-dark);
  }

  .capability-ledger div:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

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

  .record-ledger div:nth-child(even) {
    border-right: 0;
  }

  .record-ledger div:nth-child(-n + 2) {
    border-bottom: 1px solid currentColor;
  }
}

@media (max-width: 900px) {
  .page-hero {
    display: block;
    min-height: 0;
  }

  .page-hero-copy {
    min-height: 34rem;
    justify-content: flex-end;
  }

  .page-register {
    border-left: 0;
  }

  .page-intro,
  .architecture-lockup,
  .contact-route,
  .page-close {
    grid-template-columns: 1fr;
  }

  .contact-route .route-note {
    grid-column: 1;
  }

  .well-directory article {
    grid-template-columns: minmax(14rem, 1fr) minmax(0, 1.4fr);
  }

  .well-directory article > span {
    grid-column: 1 / -1;
    margin-top: 1.5rem;
  }

  .channel-register {
    grid-template-columns: 1fr;
  }

  .channel-register article {
    min-height: 20rem;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .channel-register article:last-child {
    border-bottom: 0;
  }

  .pricing-ledger {
    grid-template-columns: 1fr;
  }

  .pricing-family:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--rule-dark);
  }

  .pricing-support section {
    grid-template-columns: 1fr;
  }

  .pricing-support section > div {
    border-right: 0;
    border-bottom: 1px solid var(--rule-dark);
  }

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

  .contact-price-register > div:nth-child(2) {
    border-right: 0;
  }

  .contact-price-register > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rule-light);
  }

  .intake-workbench,
  .intake-close {
    grid-template-columns: 1fr;
  }

  .intake-route {
    border-right: 0;
    border-bottom: 1px solid var(--rule-dark);
  }

  .intake-close .button {
    width: max-content;
  }
}

@media (max-width: 650px) {
  .page-hero-copy {
    min-height: 31rem;
    padding: 3rem var(--page-gutter);
  }

  .page-hero h1 {
    font-size: clamp(3.65rem, 17vw, 5rem);
  }

  .page-actions {
    display: grid;
  }

  .page-register div {
    min-height: 0;
    grid-template-columns: 7rem minmax(0, 1fr);
  }

  .page-register dt,
  .page-register dd {
    padding: 1rem;
  }

  .page-intro h2,
  .architecture-lockup h2,
  .page-close h2,
  .contact-route h2 {
    font-size: clamp(3.15rem, 15vw, 4.5rem);
  }

  .signal-rail,
  .proof-pair,
  .linked-roster,
  .capability-ledger,
  .expect-register,
  .model-ledger {
    grid-template-columns: 1fr;
  }

  .signal-rail li,
  .signal-rail li:nth-child(2),
  .linked-roster li,
  .capability-ledger div,
  .expect-register div,
  .model-ledger div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .signal-rail li:last-child,
  .linked-roster li:last-child,
  .capability-ledger div:last-child,
  .expect-register div:last-child,
  .model-ledger div:last-child {
    border-bottom: 0;
  }

  .signal-rail strong,
  .capability-ledger dt,
  .expect-register dt,
  .model-ledger dt {
    margin-bottom: 2.5rem;
  }

  .proof-pair article:first-child {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .well-directory article {
    display: block;
  }

  .well-directory article > p,
  .well-directory article > span {
    margin-top: 2rem;
  }

  .record-identity,
  .build-process > li {
    grid-template-columns: 1fr;
  }

  .record-identity > :first-child,
  .build-process > li > div {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .record-monogram {
    min-height: 9rem;
  }

  .record-ledger,
  .record-metrics,
  .build-process dl {
    grid-template-columns: 1fr;
  }

  .record-ledger div,
  .record-ledger div:nth-child(even),
  .record-ledger div:nth-child(-n + 2),
  .record-metrics p,
  .build-process dl div,
  .build-process dl div:nth-child(even),
  .build-process dl div:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .record-ledger div:last-child,
  .record-metrics p:last-child,
  .build-process dl div:last-child {
    border-bottom: 0;
  }

  .pricing-family li > div,
  .pricing-disclosure {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-family li > div span {
    text-align: left;
  }

  .pricing-support dl,
  .contact-price-register {
    grid-template-columns: 1fr;
  }

  .pricing-support dl > div,
  .contact-price-register > div,
  .contact-price-register > div:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .pricing-support dl > div:last-child,
  .contact-price-register > div:last-child {
    border-bottom: 0;
  }

  .pricing-support dt,
  .contact-price-register dt {
    margin-bottom: 2rem;
  }

  .pricing-disclosure .button {
    width: 100%;
  }

  .record-metrics p {
    min-height: 8rem;
  }

  .linked-roster a {
    min-height: 9rem;
  }

  .brief-register li {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .intake-form-heading,
  .intake-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .intake-form-grid {
    grid-template-columns: 1fr;
  }

  .intake-field,
  .intake-field:nth-child(even),
  .intake-field-wide {
    grid-column: 1;
    border-right: 0;
  }

  .intake-submit,
  .intake-close .button {
    width: 100%;
  }

  .intake-close h2 {
    font-size: clamp(3.15rem, 15vw, 4.5rem);
  }
}
