@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/unknot/bricolage-grotesque-700-ad26a368.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/unknot/bricolage-grotesque-800-3df5f0ef.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/unknot/hanken-grotesk-400-2a7bef24.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/unknot/hanken-grotesk-500-308f242b.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/unknot/hanken-grotesk-600-8ce19ebd.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/unknot/hanken-grotesk-700-515ee6d8.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Sometype Mono";
  src: url("/assets/unknot/sometype-mono-500-4ff8b172.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.unknot-document {
  background: #f7f4ee;
  scroll-behavior: smooth;
  scrollbar-color: #66764f #f7f4ee;
}

.unknot-page {
  --unknot-forest: #173300;
  --unknot-lemon: #ffeb5b;
  --unknot-paper: #f7f4ee;
  --unknot-muted: rgb(23 51 0 / 78%);
  --unknot-rule: rgb(23 51 0 / 25%);
  --unknot-gutter: clamp(1.25rem, 4.5vw, 4.5rem);
  background: var(--unknot-paper);
  color: var(--unknot-forest);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
  caret-color: var(--unknot-forest);
}

.unknot-page ::selection {
  background: var(--unknot-lemon);
  color: var(--unknot-forest);
}

.unknot-page :is(h1, h2, h3),
.unknot-logo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.unknot-page :is(a, summary):focus-visible {
  outline: 2px solid var(--unknot-forest);
  outline-offset: 5px;
  border-radius: 3px;
}

.unknot-page [id] { scroll-margin-top: 2rem; }
.unknot-page #main-content:focus { outline: none; }
.unknot-page p { text-wrap: pretty; }

.unknot-shell {
  width: calc(100% - var(--unknot-gutter) * 2);
  max-width: 87.5rem;
  margin-inline: auto;
}

.unknot-skip-link {
  position: absolute;
  z-index: 10;
  top: 0.75rem;
  left: var(--unknot-gutter);
  padding: 0.75rem 1rem;
  background: var(--unknot-lemon);
  transform: translateY(-200%);
}

.unknot-skip-link:focus { transform: translateY(0); }

.unknot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5rem;
  padding-block: 1.0625rem 0.8125rem;
  border-bottom: 1px solid var(--unknot-rule);
}

.unknot-logo {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 1rem;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}

.unknot-logo-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: var(--unknot-lemon);
}

.unknot-logo-mark svg { width: 1.875rem; height: 1.875rem; }

.unknot-nav,
.unknot-footer nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.unknot-nav a,
.unknot-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--unknot-muted);
}

.unknot-nav a:hover,
.unknot-footer a:hover,
.unknot-experience-label:hover {
  color: var(--unknot-forest);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.unknot-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  min-height: 3.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.375rem;
  background: var(--unknot-forest);
  color: var(--unknot-lemon);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color 160ms ease-out, color 160ms ease-out;
}

.unknot-button:hover { background: #294717; }
.unknot-arrow { flex: none; width: 1.5rem; height: 1.5rem; }
.unknot-header-action { min-height: 3rem; padding: 0.75rem 1.375rem; font-size: 1.0625rem; gap: 0.75rem; }
.unknot-header-action .unknot-arrow { width: 1.25rem; height: 1.25rem; }

.unknot-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  align-items: start;
  gap: 2.5rem;
  padding-block: 2.875rem 2.5rem;
}

.unknot-hero-copy { min-width: 0; padding-top: 1.375rem; }

.unknot-hero-label {
  color: var(--unknot-muted);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.unknot-hero h1 {
  margin-top: 1.375rem;
  font-size: clamp(3rem, 5.05vw, 5rem);
  font-weight: 800;
  line-height: 1.045;
  letter-spacing: -0.035em;
}

.unknot-hero h1 > span { display: block; }

.unknot-underline {
  width: fit-content;
  padding-bottom: 0.015em;
  border-bottom: 0.12em solid var(--unknot-lemon);
}

.unknot-hero-description {
  max-width: 41rem;
  margin-top: 1.75rem;
  color: var(--unknot-muted);
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  line-height: 1.4;
}

.unknot-hero-action { margin-top: 2rem; }
.unknot-hero-action p { margin-top: 0.5rem; color: var(--unknot-muted); font-size: 1rem; }

.unknot-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0;
  margin-top: 2.125rem;
  color: var(--unknot-muted);
  font-size: 1.0625rem;
}

.unknot-reassurance li { padding-inline: 2.5rem; }
.unknot-reassurance li:first-child { padding-left: 0; }
.unknot-reassurance li + li { border-left: 1px solid var(--unknot-rule); }
.unknot-reassurance li:last-child { padding-right: 0; }

.unknot-example { min-width: 0; container: paperwork / inline-size; }
.unknot-example-stage {
  padding: clamp(1.25rem, 3.6cqi, 2.75rem);
  border-radius: 0.625rem;
  background: var(--unknot-forest);
  color: var(--unknot-paper);
}

.unknot-example-heading h2 { font-size: clamp(1.75rem, 4cqi, 3.25rem); line-height: 1.1; }
.unknot-example-heading p { margin-top: 0.75rem; font-size: clamp(1rem, 2cqi, 1.5rem); line-height: 1.4; }
.unknot-example-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(3rem, 0.3fr) minmax(0, 1.4fr);
  align-items: start;
  margin-top: clamp(1.75rem, 4cqi, 3rem);
}

.unknot-example-story h3 { margin-bottom: 1rem; font-size: clamp(1.25rem, 2.6cqi, 2rem); line-height: 1.2; }
.unknot-paperwork-scene {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--unknot-hero-paperwork-wide) center / 100% 100% no-repeat;
  container: hero-paper / inline-size;
}
.unknot-paperwork { position: absolute; inset: 0; }
.unknot-paperwork li {
  position: absolute;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 3cqi, 0.875rem);
  left: 11%;
  width: 78%;
  height: 21%;
  color: var(--unknot-forest);
  font-size: clamp(0.875rem, 5.2cqi, 1.375rem);
  line-height: 1.3;
}
.unknot-paperwork li:first-child { top: 8%; }
.unknot-paperwork li:nth-child(2) { top: 40%; left: 15%; width: 76%; }
.unknot-paperwork li:last-child { top: 72%; left: 10%; width: 77%; }
.unknot-paperwork svg { flex: none; width: clamp(1.25rem, 7cqi, 2rem); height: auto; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.unknot-paperwork span { min-width: 0; }
.unknot-example-friction { margin-top: 1rem; font-size: clamp(0.875rem, 1.85cqi, 1.375rem); line-height: 1.5; }

.unknot-example-thread { align-self: center; padding-inline: 0.375rem; }
.unknot-example-thread img { display: block; width: 100%; height: auto; }

.unknot-customer-result {
  position: relative;
  aspect-ratio: 3 / 2;
  background: var(--unknot-hero-result-wide) center / 100% 100% no-repeat;
  color: var(--unknot-forest);
  container: hero-result / inline-size;
}
.unknot-customer-content { position: absolute; top: 21%; right: 11%; bottom: 8%; left: 21%; }
.unknot-customer-heading { padding-bottom: clamp(0.375rem, 1.5cqi, 0.75rem); border-bottom: 1px solid var(--unknot-rule); }
.unknot-customer-name { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.375rem, 5.8cqi, 2.5rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.unknot-customer-checks { display: grid; gap: clamp(0.5rem, 1.8cqi, 0.875rem); padding-block: clamp(0.5rem, 1.8cqi, 1rem); }
.unknot-customer-checks li { display: flex; align-items: center; gap: clamp(0.5rem, 2cqi, 0.875rem); font-size: clamp(0.875rem, 3.6cqi, 1.375rem); line-height: 1.3; }
.unknot-customer-checks svg { flex: none; width: clamp(1rem, 4.2cqi, 1.75rem); height: auto; }
.unknot-customer-checks path { stroke: var(--unknot-paper); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.unknot-customer-checks strong { font-weight: 700; }
.unknot-customer-outcome { padding-top: clamp(0.375rem, 1.5cqi, 0.75rem); border-top: 1px solid var(--unknot-rule); font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(0.9375rem, 4cqi, 1.625rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.25; }
.unknot-customer-result > .unknot-status {
  position: absolute;
  display: grid;
  place-items: center;
  top: 7.7%;
  left: 60%;
  width: 30%;
  height: 10.5%;
  font-size: clamp(0.75rem, 2.7cqi, 1.125rem);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.unknot-example figcaption { margin-top: 0.875rem; color: var(--unknot-muted); font-size: 0.8125rem; }

/* Select the artwork from the panel's width, including narrow desktop columns. */
@container paperwork (max-width: 44rem) {
  .unknot-paperwork-scene { aspect-ratio: 1122 / 1402; background-image: var(--unknot-hero-paperwork-compact); }
  .unknot-paperwork li { left: 13%; width: 74%; height: 21%; }
  .unknot-paperwork li:first-child { top: 9%; }
  .unknot-paperwork li:nth-child(2) { top: 41%; left: 17%; width: 72%; }
  .unknot-paperwork li:last-child { top: 73%; left: 12%; width: 72%; }
  .unknot-customer-result { aspect-ratio: 1122 / 1402; background-image: var(--unknot-hero-result-compact); }
  .unknot-customer-content { top: 20%; right: 9%; bottom: 10%; }
  .unknot-customer-result > .unknot-status { top: 7.2%; left: 55%; width: 36%; height: 7.5%; }
}
@container paperwork (max-width: 36rem) {
  .unknot-example-story { grid-template-columns: minmax(0, 1fr); margin-top: 1.5rem; }
  .unknot-example-story h3 { margin-bottom: 0.75rem; }
  .unknot-paperwork-scene, .unknot-customer-result { width: 100%; max-width: 24rem; margin-inline: auto; }
  .unknot-example-friction { max-width: 24rem; margin-inline: auto; margin-top: 0.75rem; font-size: 0.9375rem; }
  .unknot-example-thread { display: grid; place-items: center; height: 6rem; padding: 0; }
  .unknot-example-thread img { width: 6rem; transform: rotate(90deg); }
}

.unknot-about {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
  padding-block: 1.375rem 2rem;
  border-top: 1px solid var(--unknot-rule);
}

.unknot-founder { display: flex; align-items: center; gap: 2.5rem; min-width: 0; }
.unknot-portrait { flex: none; width: clamp(7rem, 11.5vw, 11rem); height: clamp(7.25rem, 11.72vw, 11.25rem); border-radius: 0.25rem; object-fit: cover; }
.unknot-founder h2 { max-width: 30rem; font-size: clamp(1.75rem, 2.6vw, 2.5rem); line-height: 1.1; }
.unknot-founder p { margin-top: 1rem; color: var(--unknot-muted); font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.4; }
.unknot-experience { padding-left: 3.5rem; border-left: 1px solid var(--unknot-rule); }

.unknot-experience-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2rem;
  margin-bottom: 0.5rem;
  color: var(--unknot-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.unknot-experience-label .unknot-arrow { width: 1rem; height: 1rem; }
.unknot-experience dl > div + div { margin-top: 1.25rem; }
.unknot-experience dt { font-size: 1.1875rem; font-weight: 700; line-height: 1.3; }
.unknot-experience dd { color: var(--unknot-muted); font-size: 1rem; line-height: 1.4; }

.unknot-section { padding-block: 5.5rem; border-top: 1px solid var(--unknot-rule); }
.unknot-opening + .unknot-lower { margin-top: 3.5rem; }
.unknot-split { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr); gap: 6rem; align-items: start; }
.unknot-section-heading { font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.07; }
/* The approved lower-page composition has its own bounded reading width. */
.unknot-lower {
  --unknot-on-dark: rgb(247 244 238 / 85%);
  --unknot-rule-on-dark: rgb(247 244 238 / 35%);
  --unknot-lemon-soft: rgb(255 235 91 / 40%);
  --unknot-forest-wash: rgb(23 51 0 / 6%);
  font-size: clamp(1.0625rem, 1.35vw, 1.375rem);
  line-height: 1.5;
}

.unknot-content-shell { width: calc(100% - var(--unknot-gutter) * 2); max-width: 112rem; margin-inline: auto; }
.unknot-lower h2 { letter-spacing: -0.03em; }
.unknot-lower-heading { font-size: clamp(2.5rem, 4.6vw, 5rem); line-height: 1.045; }
.unknot-problem-band { padding-block: clamp(3rem, 4vw, 5rem); background: var(--unknot-forest); color: var(--unknot-paper); }
.unknot-problem-band h2 { font-weight: 800; }
.unknot-problem-heading { display: flex; flex-wrap: wrap; gap: 0 0.2em; font-size: clamp(3rem, 6.6vw, 7rem); line-height: 1.07; }
.unknot-problem-heading span:last-child { color: var(--unknot-lemon); }
.unknot-problem-thread { display: block; width: 100%; height: clamp(4.5rem, 8.5vw, 9rem); margin-block: 1.25rem 2rem; color: var(--unknot-lemon); }
.unknot-problem-thread path { stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.unknot-problems { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.unknot-problems li { padding-inline: clamp(1.25rem, 2.4vw, 3rem); }
.unknot-problems li:first-child { padding-left: 0; }
.unknot-problems li:last-child { padding-right: 0; }
.unknot-problems li + li { border-left: 1px solid var(--unknot-rule-on-dark); }
.unknot-problems h3 { font-size: clamp(1.125rem, 1.55vw, 1.5rem); line-height: 1.25; }
.unknot-problems p { margin-top: 0.875rem; color: var(--unknot-on-dark); line-height: 1.55; }
.unknot-problem-action {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.75rem;
  margin-top: 2rem;
  color: var(--unknot-lemon);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.unknot-problem-action:hover { color: var(--unknot-paper); }
.unknot-problem-band .unknot-problem-action:focus-visible { outline-color: var(--unknot-lemon); }

.unknot-solutions { padding-block: clamp(3rem, 4.5vw, 6rem); }
.unknot-solutions-heading h2 { max-width: 58rem; }
.unknot-solutions-intro { max-width: 66rem; margin-top: 1.25rem; color: var(--unknot-muted); }
.unknot-examples-caption { color: var(--unknot-muted); font-size: 0.875rem; }
.unknot-services {
  --unknot-example-padding: clamp(1.25rem, 2.4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  grid-auto-rows: 1fr;
  column-gap: clamp(1.5rem, 2vw, 2.5rem);
  margin-top: clamp(2.5rem, 4vw, 4.5rem);
}
.unknot-service { grid-column: 1 / -1; display: grid; grid-template-columns: subgrid; }
.unknot-service-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding-block: 2rem; }
.unknot-service-copy h3 { max-width: 28rem; font-size: clamp(1.75rem, 2.4vw, 2.5rem); line-height: 1.15; }
.unknot-service-copy p { max-width: 29rem; margin-top: 0.75rem; color: var(--unknot-muted); }
.unknot-service + .unknot-service .unknot-service-copy { border-top: 1px solid var(--unknot-rule); }
/* Contiguous figure backgrounds form one column without changing the reading order. */
.unknot-service-example { position: relative; display: grid; align-items: center; min-width: 0; min-height: clamp(17rem, 22vw, 27rem); padding: var(--unknot-example-padding); background: var(--unknot-lemon-soft); container: software-example / inline-size; }
.unknot-service:first-child .unknot-service-example { border-radius: 0.375rem 0.375rem 0 0; }
.unknot-service:last-child .unknot-service-example { border-radius: 0 0 0.375rem 0.375rem; }
.unknot-service + .unknot-service .unknot-service-example::before { content: ""; position: absolute; top: 0; inset-inline: var(--unknot-example-padding); border-top: 1px solid var(--unknot-rule); }
/* Generated paper-and-ribbon artwork, with live text on its blank surfaces. */
.unknot-illustration { position: relative; width: 100%; min-width: 0; container: editorial / inline-size; }
.unknot-illustration-picture { display: block; }
.unknot-illustration-picture img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 1; object-fit: contain; }
.unknot-art-label { position: absolute; min-width: 0; line-height: 1.3; }
.unknot-art-label h4,
.unknot-art-review-status { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; letter-spacing: -0.025em; line-height: 1.15; }
.unknot-art-label h4 { font-size: clamp(0.9375rem, 2.25cqi, 1.625rem); }
.unknot-art-label p { text-wrap: initial; }
.unknot-art-record { top: 19%; width: 15.5%; height: 64%; display: flex; flex-direction: column; justify-content: center; }
.unknot-art-record-0 { left: 9%; }
.unknot-art-record-1 { left: 79%; }
.unknot-art-record ul { margin-top: clamp(0.375rem, 1.1cqi, 0.875rem); border-top: 1px solid var(--unknot-rule); font-size: clamp(0.875rem, 1.75cqi, 1.1875rem); }
.unknot-art-record li { padding-block: 0.25em; border-bottom: 1px solid var(--unknot-rule); }
.unknot-art-record li:last-child { border: 0; font-weight: 600; }
.unknot-art-transfers span { position: absolute; width: 9%; text-align: center; font-size: clamp(0.6875rem, 1.45cqi, 1rem); font-weight: 500; line-height: 1; }
.unknot-art-transfers span:nth-child(1) { left: 31.6%; top: 37%; transform: rotate(-8deg); }
.unknot-art-transfers span:nth-child(2) { left: 48.1%; top: 47%; transform: rotate(8deg); }
.unknot-art-transfers span:nth-child(3) { left: 60.1%; top: 57%; transform: rotate(-6deg); }
.unknot-art-trigger { left: 7.1%; top: 37%; width: 12.9%; }
.unknot-art-trigger p { margin-top: 0.75em; font-size: clamp(0.8125rem, 1.65cqi, 1.125rem); }
.unknot-art-email { left: 32.8%; top: 35%; width: 11.3%; }
.unknot-art-email h4 { font-size: clamp(0.875rem, 2cqi, 1.375rem); }
.unknot-art-notification { left: 80.3%; top: 37%; width: 15%; height: 36%; display: flex; flex-direction: column; justify-content: center; color: var(--unknot-paper); }
.unknot-art-notification p { margin-top: 0.5em; font-size: clamp(0.8125rem, 1.65cqi, 1.125rem); }
.unknot-art-sources li { position: absolute; text-align: center; font-weight: 600; font-size: clamp(0.6875rem, 1.55cqi, 1.0625rem); line-height: 1.2; }
.unknot-art-sources li:nth-child(1) { left: 5.7%; top: 33%; width: 11%; transform: rotate(-8deg); }
.unknot-art-sources li:nth-child(2) { left: 9.5%; top: 74%; width: 11.5%; transform: rotate(-8deg); }
.unknot-art-sources li:nth-child(3) { left: 27.3%; top: 47%; width: 9%; transform: rotate(7deg); }
.unknot-art-review-status { left: 74.2%; top: 15.5%; width: 16.4%; text-align: center; font-size: clamp(0.8125rem, 1.8cqi, 1.25rem); }
.unknot-art-review { left: 54%; top: 33%; width: 38.8%; }
.unknot-art-customer { margin-bottom: 0.65em; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(0.9375rem, 2.1cqi, 1.5rem); font-weight: 700; }
.unknot-art-review dl { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.55fr) minmax(0, 1.5fr); gap: clamp(0.375rem, 1.2cqi, 1rem); padding-top: 0.5em; border-top: 1px solid var(--unknot-rule); }
.unknot-art-review dt { margin-bottom: 0.45em; color: var(--unknot-muted); font-size: clamp(0.6875rem, 1.35cqi, 0.9375rem); }
.unknot-art-review dd { font-size: clamp(0.8125rem, 1.65cqi, 1.125rem); }

.unknot-art-ai-step { top: 22%; width: 16.5%; height: 58%; display: flex; flex-direction: column; justify-content: center; }
.unknot-art-ai-question { left: 7%; }
.unknot-art-ai-lookup { left: 44%; }
.unknot-art-ai-answer { left: 77%; }
.unknot-art-ai-step p { margin-top: 0.6em; font-size: clamp(0.8125rem, 1.8cqi, 1.25rem); line-height: 1.35; }
.unknot-art-ai-step .unknot-art-ai-source { padding-top: 0.5em; border-top: 1px solid var(--unknot-rule); font-size: clamp(0.75rem, 1.5cqi, 1rem); font-weight: 600; }

.unknot-solutions-footer { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem 2rem; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--unknot-rule); }
.unknot-honesty { color: var(--unknot-muted); }

.unknot-process-band { padding-block: clamp(3.5rem, 4.5vw, 6rem); background: var(--unknot-lemon); }
.unknot-process-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(3rem, 5vw, 6rem); align-items: start; }
.unknot-process-intro h2 { max-width: 39rem; }
.unknot-process-intro h2 span { display: block; }
.unknot-process-intro .unknot-button { margin-top: 1.5rem; }
.unknot-process-intro p { margin-top: 0.875rem; color: var(--unknot-muted); font-size: clamp(1rem, 1.15vw, 1.125rem); }
.unknot-process-timeline { position: relative; margin-top: 0.5rem; }
.unknot-process-thread { position: absolute; left: -1.25rem; top: -2.75rem; width: 4rem; height: 3.5rem; }
.unknot-process-thread path { stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.unknot-process { position: relative; padding-left: 4.5rem; }
.unknot-process::before { content: ""; position: absolute; left: calc(2rem - 1px); top: 0.75rem; bottom: 0; width: 2px; background: var(--unknot-forest); }
.unknot-process li { position: relative; display: grid; grid-template-columns: 2rem minmax(0, 1fr); column-gap: 1.25rem; row-gap: 0.375rem; padding-bottom: 1.75rem; }
.unknot-process li:last-child { padding-bottom: 0; }
.unknot-process li::before { content: ""; position: absolute; left: -3rem; top: 0.25rem; width: 1rem; height: 1rem; border: 2px solid var(--unknot-forest); border-radius: 50%; background: var(--unknot-lemon); }
.unknot-step-number { grid-row: 1 / span 2; font-family: "Sometype Mono", monospace; font-size: 0.9375rem; font-weight: 500; font-variant-numeric: tabular-nums; line-height: 1.75; }
.unknot-process h3 { font-size: clamp(1.125rem, 1.5vw, 1.5rem); line-height: 1.25; }
.unknot-process p { grid-column: 2; max-width: 42rem; font-size: clamp(1rem, 1.2vw, 1.25rem); line-height: 1.45; }

@media (max-width: 1199px) {
  .unknot-process-layout { gap: 2.5rem; }
  .unknot-services { grid-template-columns: minmax(0, 1fr); grid-auto-rows: auto; gap: 2rem; }
  .unknot-service { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .unknot-service + .unknot-service { padding-top: 2rem; border-top: 1px solid var(--unknot-rule); }
  .unknot-service .unknot-service-copy { padding: 0; border: 0; }
  .unknot-service + .unknot-service .unknot-service-copy { border-top: 0; }
  .unknot-service-copy h3,
  .unknot-service-copy p { max-width: 38rem; }
  .unknot-services .unknot-service .unknot-service-example { min-height: 0; border-radius: 0.375rem; }
  .unknot-service + .unknot-service .unknot-service-example::before { content: none; }
  .unknot-solutions-footer { flex-wrap: wrap; }
}

@media (max-width: 999px) {
  .unknot-problems { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2rem; }
  .unknot-problems li { padding-inline: 1.5rem; }
  .unknot-problems li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .unknot-problems li:nth-child(even) { padding-right: 0; }
  .unknot-process-layout { grid-template-columns: minmax(0, 1fr); gap: 3.5rem; }
  .unknot-process-timeline { max-width: 45rem; margin-top: 0.75rem; }
}

@media (max-width: 639px) {
  .unknot-problem-heading { flex-direction: column; font-size: clamp(2.75rem, 12vw, 4.75rem); }
  .unknot-problem-thread { height: 3.5rem; margin-block: 1.25rem 1.5rem; }
  .unknot-problem-thread path { stroke-width: 2; }
  .unknot-problems { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .unknot-problems li { padding: 0; }
  .unknot-problems li + li { padding: 1.5rem 0 0; border-left: 0; border-top: 1px solid var(--unknot-rule-on-dark); }
  .unknot-problems h3 { font-size: 1.25rem; }
  .unknot-problems p { margin-top: 0.625rem; }
  .unknot-lower-heading { font-size: clamp(2.125rem, 9vw, 3rem); }
  .unknot-solutions-intro { margin-top: 1rem; }
  .unknot-examples-caption { font-size: 0.8125rem; }
  .unknot-services { --unknot-example-padding: 1rem; margin-top: 2rem; }
  .unknot-service-copy h3 { font-size: 1.75rem; }
  .unknot-service-copy p { margin-top: 0.625rem; }
  .unknot-solutions-footer { flex-direction: column; gap: 0.75rem; }
  .unknot-process-band { padding-block: 3rem; }
  .unknot-process-intro p { font-size: 0.9375rem; }
  .unknot-process { padding-left: 2.25rem; }
  .unknot-process::before { left: calc(0.5rem - 1px); }
  .unknot-process-thread { left: -1.125rem; top: -1rem; width: 2rem; height: 1.75rem; }
  .unknot-process li { grid-template-columns: 1.75rem minmax(0, 1fr); column-gap: 0.625rem; }
  .unknot-process li::before { left: -2.25rem; }
  .unknot-step-number { font-size: 0.8125rem; }
  .unknot-process h3 { font-size: 1.1875rem; }
  .unknot-process p { font-size: 1rem; }
}

/* Keep the copy legible in the narrowest two-column desktop layout. */
@container editorial (max-width: 36rem) {
  .unknot-art-customer { margin-bottom: 0.3em; font-size: 0.875rem; }
  .unknot-art-review { top: 31%; }
  .unknot-art-review dl { gap: 0.375rem; padding-top: 0.3em; }
  .unknot-art-review dt { margin-bottom: 0.25em; }
}

/* Compact artwork has its own measured text positions; whole scenes stay visible. */
@media (max-width: 767px) {
  .unknot-illustration { max-width: 26rem; margin-inline: auto; }
  .unknot-illustration-picture img { aspect-ratio: 1122 / 1402; }
  .unknot-art-label h4 { font-size: clamp(0.875rem, 4.8cqi, 1.375rem); }
  .unknot-art-record { width: 28%; height: 30%; }
  .unknot-art-record-0 { left: 24%; top: 10.5%; }
  .unknot-art-record-1 { left: 47%; top: 66.5%; height: 28%; width: 31%; }
  .unknot-art-record ul { margin-top: 0.5em; font-size: clamp(0.8125rem, 4.05cqi, 1.0625rem); }
  .unknot-art-record li { padding-block: 0.22em; }
  .unknot-art-transfers span { font-size: clamp(0.625rem, 3.6cqi, 1rem); }
  .unknot-art-transfers span:nth-child(1) { left: 64%; top: 30%; width: 17%; transform: rotate(15deg); }
  .unknot-art-transfers span:nth-child(2) { left: 59.2%; top: 51%; width: 14.5%; transform: rotate(-9deg); }
  .unknot-art-transfers span:nth-child(3) { display: none; }
  .unknot-art-trigger { left: 15%; top: 21%; width: 26%; }
  .unknot-art-trigger p { font-size: clamp(0.8125rem, 4cqi, 1.0625rem); }
  .unknot-art-email { left: 63%; top: 22%; width: 23%; }
  .unknot-art-email h4 { font-size: clamp(0.8125rem, 4.2cqi, 1.125rem); }
  .unknot-art-notification { left: 57%; top: 69%; width: 35%; height: 21%; }
  .unknot-art-notification p { font-size: clamp(0.8125rem, 4cqi, 1.0625rem); }
  .unknot-art-sources li { font-size: clamp(0.75rem, 4cqi, 1.125rem); }
  .unknot-art-sources li:nth-child(1) { left: 18%; top: 16.5%; width: 24%; transform: rotate(-9deg); }
  .unknot-art-sources li:nth-child(2) { left: 13%; top: 43%; width: 31%; transform: rotate(-9deg); }
  .unknot-art-sources li:nth-child(3) { left: 64%; top: 25.5%; width: 22%; transform: rotate(7deg); }
  .unknot-art-review-status { left: 40%; top: 53.5%; width: 36%; font-size: clamp(0.75rem, 3.65cqi, 1.0625rem); white-space: nowrap; }
  .unknot-art-review { left: 13%; top: 60.5%; width: 74%; }
  .unknot-art-customer { margin-bottom: 0.5em; font-size: clamp(1rem, 5cqi, 1.375rem); }
  .unknot-art-review dl { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 0.5em 1em; padding-top: 0.5em; }
  .unknot-art-review dl > div:last-child { grid-column: 1 / -1; }
  .unknot-art-review dt { margin-bottom: 0.2em; font-size: clamp(0.6875rem, 3.4cqi, 0.9375rem); }
  .unknot-art-review dd { font-size: clamp(0.8125rem, 4cqi, 1.125rem); }
  .unknot-art-ai-step { width: 47%; height: 18%; }
  .unknot-art-ai-question { left: 16%; top: 7%; }
  .unknot-art-ai-lookup { left: 34%; top: 36%; width: 48%; }
  .unknot-art-ai-answer { left: 13%; top: 73%; width: 74%; height: 19%; }
  .unknot-art-ai-step p { margin-top: 0.4em; font-size: clamp(0.875rem, 4.6cqi, 1.125rem); }
  .unknot-art-ai-answer h4 { position: absolute; left: 28%; top: -12.5cqi; width: 41%; text-align: center; font-size: clamp(0.8125rem, 4cqi, 1.125rem); }
  .unknot-art-ai-step .unknot-art-ai-source { font-size: clamp(0.8125rem, 4cqi, 1rem); }
}

/* At very narrow widths, let the illustration use the page gutter as well. */
@media (max-width: 359px) {
  .unknot-services .unknot-service .unknot-service-example {
    width: calc(100% + var(--unknot-gutter) * 2);
    margin-inline: calc(var(--unknot-gutter) * -1);
    padding-inline: 0.5rem;
    border-radius: 0;
  }
}

.unknot-faq details { border-bottom: 1px solid var(--unknot-rule); }
.unknot-faq details:first-child { border-top: 1px solid var(--unknot-rule); }

.unknot-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5rem;
  padding-block: 1.5rem;
  cursor: pointer;
  list-style: none;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.4;
}

.unknot-faq summary::-webkit-details-marker { display: none; }
.unknot-faq summary:hover { color: var(--unknot-muted); }
.unknot-faq-icon { flex: none; width: 1.375rem; height: 1.375rem; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.unknot-faq details[open] .unknot-faq-plus { display: none; }
.unknot-faq details p { max-width: 65ch; padding: 0 3rem 1.5rem 0; color: var(--unknot-muted); font-size: 1.0625rem; line-height: 1.6; }

.unknot-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 1.5rem;
  padding: 3.5rem;
  border-radius: 0.625rem;
  background: var(--unknot-forest);
  color: var(--unknot-paper);
}

.unknot-close h2 { font-size: clamp(2.25rem, 3.7vw, 3.5rem); line-height: 1.07; }
.unknot-close p { max-width: 35rem; margin-top: 1.5rem; color: rgb(247 244 238 / 85%); font-size: 1.125rem; line-height: 1.6; }
.unknot-button-light { flex: none; background: var(--unknot-lemon); color: var(--unknot-forest); }
.unknot-button-light:hover { background: var(--unknot-paper); }
.unknot-close .unknot-button:focus-visible { outline-color: var(--unknot-lemon); }
.unknot-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; margin-top: 4rem; padding-block: 1.5rem 2rem; border-top: 1px solid var(--unknot-rule); color: var(--unknot-muted); font-size: 0.875rem; }
.unknot-footer nav { gap: 1.5rem; flex-wrap: wrap; }

/* Keep the approved opening together across desktop viewport heights. Content
   can make it taller on short windows or when the reader enlarges the text. */
@media (min-width: 1000px) {
  .unknot-opening {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 5rem);
  }

  .unknot-hero { flex: 1; align-content: center; }
  .unknot-about { flex-shrink: 0; }
}

/* The mockup's 1536px frame is a reference, not a width limit for a monitor. */
@media (min-width: 1600px) {
  .unknot-page { --unknot-gutter: clamp(4.5rem, 4.5vw, 9rem); }
  .unknot-shell { max-width: 144rem; }
  .unknot-hero { gap: clamp(2.5rem, 3vw, 5rem); }
  .unknot-hero-label { font-size: clamp(0.8125rem, 0.6vw, 0.875rem); }
  .unknot-hero h1 { font-size: clamp(5rem, 4.65vw, 7rem); }
  .unknot-hero-description { max-width: 46rem; font-size: clamp(1.5rem, 1.15vw, 1.75rem); }
  .unknot-hero-action .unknot-button { min-height: clamp(3.5rem, 2.5vw, 3.75rem); font-size: clamp(1.25rem, 0.9vw, 1.375rem); }
  .unknot-hero-action p { font-size: clamp(1rem, 0.75vw, 1.125rem); }
  .unknot-reassurance { font-size: clamp(1.0625rem, 0.75vw, 1.125rem); }

  .unknot-example figcaption { font-size: clamp(0.8125rem, 0.6vw, 0.875rem); }

  .unknot-portrait { width: clamp(11rem, 8.2vw, 13rem); height: clamp(11.25rem, 8.4vw, 13.25rem); }
  .unknot-founder h2 { max-width: 36rem; font-size: clamp(2.5rem, 2vw, 3rem); }
  .unknot-founder p { font-size: clamp(1.25rem, 1vw, 1.375rem); }
  .unknot-experience-label { font-size: clamp(0.75rem, 0.56vw, 0.875rem); }
  .unknot-experience dt { font-size: clamp(1.1875rem, 0.9vw, 1.375rem); }
  .unknot-experience dd { font-size: clamp(1rem, 0.75vw, 1.125rem); }
}

@media (max-width: 1199px) {
  .unknot-header { gap: 1.5rem; }
  .unknot-nav { gap: 1.5rem; }
  .unknot-hero { gap: 2rem; }
  .unknot-reassurance li { padding-inline: 1.5rem; }
  .unknot-about { gap: 2rem; }
  .unknot-founder { gap: 1.5rem; }
  .unknot-experience { padding-left: 2rem; }
  .unknot-split { gap: 3.5rem; }
}

@media (max-width: 999px) {
  .unknot-nav { display: none; }
  .unknot-hero { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding-top: 2.5rem; }
  .unknot-hero-copy { padding-top: 0; }
  .unknot-hero h1 { font-size: clamp(3rem, 7.75vw, 4.75rem); }
  .unknot-hero-description { font-size: 1.25rem; }
  .unknot-about { grid-template-columns: minmax(0, 1fr); gap: 2rem; padding-block: 2rem; }
  .unknot-founder h2 { max-width: 27rem; font-size: 2rem; }
  .unknot-portrait { width: 8rem; height: 8.25rem; }
  .unknot-experience { padding: 1.5rem 0 0; border-left: 0; border-top: 1px solid var(--unknot-rule); }
  .unknot-experience dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
  .unknot-experience dl > div + div { margin-top: 0; }
  .unknot-section { padding-block: 4rem; }
  .unknot-split { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .unknot-close { padding: 2.5rem; }
  .unknot-close .unknot-button { font-size: 1rem; padding-inline: 1.125rem; }
  .unknot-footer { flex-wrap: wrap; }
}

@media (max-width: 639px) {
  .unknot-header { gap: 0.5rem; min-height: 4.375rem; padding-block: 1rem; }
  .unknot-logo { gap: 0.5rem; font-size: 1.25rem; }
  .unknot-logo-mark { width: 2rem; height: 2rem; border-radius: 0.375rem; }
  .unknot-logo-mark svg { width: 1.375rem; height: 1.375rem; }
  .unknot-header-action { min-height: 2.75rem; padding: 0.625rem; gap: 0.375rem; font-size: 0.75rem; }
  .unknot-header-action .unknot-arrow { width: 1rem; height: 1rem; }
  .unknot-hero { padding-block: 2rem 2.25rem; gap: 2.25rem; }
  .unknot-hero-label { font-size: 0.6875rem; letter-spacing: 0.08em; }
  .unknot-hero h1 { font-size: clamp(2.15rem, 10.6vw, 3.75rem); margin-top: 1.125rem; }
  .unknot-hero-description { margin-top: 1.5rem; font-size: 1.125rem; line-height: 1.5; }
  .unknot-hero-action { margin-top: 1.5rem; }
  .unknot-button { min-height: 3.25rem; font-size: 1.0625rem; padding-inline: 1.25rem; gap: 1rem; }
  .unknot-header-action { min-height: 2.75rem; font-size: 0.75rem; padding-inline: 0.625rem; gap: 0.375rem; }
  .unknot-hero-action p { font-size: 0.875rem; }
  .unknot-reassurance { margin-top: 1.5rem; font-size: 0.8125rem; }
  .unknot-reassurance li { padding-inline: 1rem; }
  .unknot-example figcaption { margin-top: 0.75rem; font-size: 0.75rem; }
  .unknot-founder { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .unknot-portrait { width: 6rem; height: 6.25rem; }
  .unknot-founder h2 { max-width: 22rem; font-size: 1.875rem; }
  .unknot-founder p { margin-top: 0.75rem; font-size: 1.0625rem; }
  .unknot-experience dl { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .unknot-opening + .unknot-lower { margin-top: 1.5rem; }
  .unknot-section { padding-block: 3rem; }
  .unknot-split { gap: 2rem; }
  .unknot-section-heading { font-size: 2.125rem; }
  .unknot-faq summary { padding-block: 1.25rem; font-size: 1.0625rem; }
  .unknot-faq details p { padding-right: 0.5rem; font-size: 1rem; }
  .unknot-close { flex-direction: column; align-items: flex-start; gap: 1.75rem; margin-top: 0.5rem; padding: 2rem 1.5rem; }
  .unknot-close h2 { font-size: clamp(1.875rem, 8vw, 2.75rem); }
  .unknot-close p { margin-top: 1.25rem; font-size: 1rem; }
  .unknot-footer { margin-top: 3rem; padding-block: 1.25rem; font-size: 0.8125rem; }
  .unknot-footer nav { column-gap: 1.25rem; row-gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .unknot-document { scroll-behavior: auto; }
  .unknot-page *, .unknot-page *::before, .unknot-page *::after { animation: none; transition: none; }
}

/* Centered workflow conversation */
.workflow-header .unknot-logo { min-height: 2.75rem; }
.workflow-return { display: flex; width: fit-content; align-items: center; gap: 0.5rem; min-height: 2.75rem; margin-bottom: 0.5rem; color: var(--unknot-muted); font-size: 1rem; font-weight: 600; }
.workflow-return svg { flex: none; width: 1.25rem; height: 1.25rem; }
.workflow-return:hover { color: var(--unknot-forest); text-decoration: underline; text-decoration-color: var(--unknot-lemon); text-decoration-thickness: 2px; text-underline-offset: 0.3em; }

.workflow-section { width: min(45rem, calc(100% - 2.5rem)); margin-inline: auto; padding-block: 1rem 5rem; }
.workflow-intro h1 { max-width: none; font-size: clamp(2.5rem, 4.8vw, 4.625rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.035em; }
.workflow-title-accent { display: inline-block; padding-bottom: 0.025em; border-bottom: 0.11em solid var(--unknot-lemon); white-space: nowrap; }
.workflow-intro > p { max-width: none; margin-top: 0.25rem; color: var(--unknot-muted); font-size: clamp(1.0625rem, 1.45vw, 1.375rem); line-height: 1.5; }

.workflow-form { display: grid; gap: 1.25rem; margin-top: 1.875rem; }
.workflow-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.workflow-control { min-width: 0; }
.workflow-label { display: block; color: var(--unknot-forest); font-size: 1rem; font-weight: 700; line-height: 1.25; }
.workflow-field { display: block; box-sizing: border-box; width: 100%; min-height: 2.875rem; margin-top: 0.1875rem; padding: 0.625rem 0.875rem; border: 1px solid rgb(23 51 0 / 46%); border-radius: 0.25rem; background: #fffefa; color: var(--unknot-forest); font: inherit; font-size: 1rem; line-height: 1.5; caret-color: var(--unknot-forest); }
.workflow-field:focus-visible { border-color: var(--unknot-forest); outline: 2px solid var(--unknot-lemon); outline-offset: 2px; }
.workflow-field[aria-invalid="true"] { border-color: var(--unknot-forest); border-width: 2px; }
.workflow-textarea { min-height: 5.5rem; resize: vertical; }
#workflow_inquiry_workflow { min-height: 5.5rem; }
#workflow_inquiry_tools, #workflow_inquiry_cost { min-height: 6rem; }

.workflow-question { min-width: 0; }
.workflow-question-heading { color: var(--unknot-forest); font-size: 1.125rem; font-weight: 700; line-height: 1.35; }
.workflow-question-heading label { cursor: pointer; }
.workflow-hint { margin-top: 0.125rem; color: var(--unknot-muted); font-size: 0.9375rem; line-height: 1.25; }
.workflow-question .workflow-field { margin-top: 0.5rem; }
.workflow-question + .workflow-question { margin-top: 0.5rem; }
.workflow-minimum { display: block; }

.workflow-more { margin-top: -0.125rem; padding-top: 0.5rem; border-top: 1px solid var(--unknot-rule); }
.workflow-more summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 1.75rem; cursor: pointer; color: var(--unknot-forest); font-size: 0.9375rem; font-weight: 700; list-style: none; }
.workflow-more summary::-webkit-details-marker { display: none; }
.workflow-more summary:focus-visible { outline: 2px solid var(--unknot-forest); outline-offset: 3px; border-radius: 3px; }
.workflow-more-icon { flex: none; width: 1.125rem; height: 1.125rem; color: var(--unknot-forest); transition: transform 160ms ease-out; }
.workflow-more[open] .workflow-more-icon { transform: rotate(45deg); }
.workflow-optional { color: var(--unknot-muted); font-weight: 400; }
.workflow-more-hint { margin-top: 0; }
.workflow-more-fields { display: grid; gap: 1rem; margin-top: 1rem; }

.workflow-honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.workflow-submit-button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; width: 100%; min-height: 3.25rem; padding: 0.75rem 1.25rem; border: 0; border-radius: 0.25rem; background: var(--unknot-forest); color: var(--unknot-lemon); cursor: pointer; font: inherit; font-size: 1.0625rem; font-weight: 700; line-height: 1.4; transition: background-color 160ms ease-out; }
.workflow-submit-button svg { flex: none; width: 1.25rem; height: 1.25rem; }
.workflow-submit-button:hover { background: #294717; }
.workflow-submit-button:focus-visible { outline: 2px solid var(--unknot-forest); outline-offset: 3px; }
.workflow-submit-button:disabled { cursor: wait; opacity: 0.72; }

.workflow-signoff { display: grid; grid-template-columns: 4rem minmax(0, 1fr); align-items: start; gap: 1rem; margin-top: 0.25rem; }
.workflow-portrait { display: block; width: 4rem; height: 4rem; border-radius: 50%; object-fit: cover; }
.workflow-signoff-copy { min-width: 0; }
.workflow-signoff-lead { color: var(--unknot-forest); font-size: 1.125rem; font-weight: 700; line-height: 1.35; }
.workflow-signoff-detail { margin-top: 0.125rem; color: var(--unknot-muted); font-size: 1rem; line-height: 1.4; }
.workflow-privacy { margin-top: 1.125rem; color: var(--unknot-muted); font-size: 0.8125rem; line-height: 1.5; }
.workflow-direct-email { margin-left: 0.75rem; padding-left: 0.875rem; border-left: 1px solid var(--unknot-rule); }
.workflow-privacy a { color: var(--unknot-forest); font-weight: 700; text-decoration: underline; text-decoration-color: var(--unknot-lemon); text-decoration-thickness: 2px; text-underline-offset: 0.25em; }

.workflow-alert, .workflow-error-summary { padding: 1rem 1.125rem; border: 1px solid var(--unknot-forest); border-radius: 0.25rem; background: rgb(255 235 91 / 30%); color: var(--unknot-forest); }
.workflow-alert { font-size: 0.9375rem; font-weight: 600; line-height: 1.5; }
.workflow-error-summary:focus { outline: 2px solid var(--unknot-forest); outline-offset: 3px; }
.workflow-error-summary > p { font-family: "Bricolage Grotesque", sans-serif; font-size: 1.125rem; font-weight: 700; line-height: 1.3; }
.workflow-error-summary ul { display: grid; gap: 0.375rem; margin-top: 0.625rem; padding-left: 1.25rem; list-style: disc; }
.workflow-error-summary a { color: var(--unknot-forest); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
.workflow-field-error { margin-top: 0.5rem; color: var(--unknot-forest); font-size: 1rem; font-weight: 700; line-height: 1.5; }
.workflow-success { max-width: 42rem; margin-top: 2rem; padding: 1rem 0; }
.workflow-success-icon { display: grid; place-items: center; width: 3.25rem; height: 3.25rem; border-radius: 0.25rem; background: var(--unknot-lemon); color: var(--unknot-forest); }
.workflow-success-icon svg { width: 1.75rem; height: 1.75rem; }
.workflow-success h2 { margin-top: 1.5rem; color: var(--unknot-forest); font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 700; line-height: 1.07; letter-spacing: -0.025em; }
.workflow-success > p { max-width: 36rem; margin-top: 0.875rem; color: var(--unknot-muted); font-size: 1.125rem; line-height: 1.55; }
.workflow-success-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.5rem; }
.workflow-success-links a { min-height: 2.75rem; color: var(--unknot-forest); font-size: 0.9375rem; font-weight: 700; text-decoration: underline; text-decoration-color: var(--unknot-lemon); text-decoration-thickness: 2px; text-underline-offset: 0.25em; }

@media (max-width: 639px) {
  .workflow-return { gap: 0.25rem; font-size: 0.8125rem; }
  .workflow-return svg { width: 1.125rem; height: 1.125rem; }
  .workflow-section { padding-block: 0.75rem 3rem; }
  .workflow-intro h1 { font-size: clamp(2.35rem, 9.2vw, 3.5rem); line-height: 1.03; }
  .workflow-intro > p { margin-top: 0.75rem; font-size: 1.0625rem; }
  .workflow-form { gap: 1rem; margin-top: 1.25rem; }
  .workflow-contact-grid { grid-template-columns: minmax(0, 1fr); gap: 0.875rem; }
  .workflow-question-heading { font-size: 1.0625rem; }
  .workflow-hint { font-size: 0.9375rem; line-height: 1.3; }
  .workflow-question .workflow-field { margin-top: 0.25rem; }
  .workflow-field { min-height: 2.875rem; padding: 0.625rem 0.75rem; font-size: 1rem; }
  .workflow-textarea { min-height: 5.5rem; }
  #workflow_inquiry_workflow { min-height: 6rem; }
  .workflow-more summary { min-height: 2.75rem; font-size: 0.9375rem; }
  .workflow-more-fields { gap: 0.875rem; }
  .workflow-submit-button { min-height: 3.5rem; font-size: 1rem; }
  .workflow-signoff { grid-template-columns: 3.5rem minmax(0, 1fr); gap: 0.75rem; }
  .workflow-portrait { width: 3.5rem; height: 3.5rem; }
  .workflow-signoff-lead { font-size: 1rem; }
  .workflow-signoff-detail { font-size: 0.9375rem; }
  .workflow-privacy { font-size: 0.8125rem; }
  .workflow-direct-email { display: block; margin: 0.375rem 0 0; padding: 0; border: 0; }
  .workflow-success > p { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-more-icon,
  .workflow-submit-button { transition: none; }
}
