.hero-art img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 65% 55%;
}
.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}
.site-header {
  min-height: 5.5rem;
  height: auto;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}
.demo-window {
  container-type: inline-size;
}
.skip-link:not(:focus) {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-inner {
  animation: enter 0.45s both;
}
.hero-art {
  animation: reveal 0.5s both;
}
.workflow-section {
  padding-bottom: 2rem;
}
.workflow-heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}
.workflow-heading > p {
  color: var(--muted);
}
.workflow-list article {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}
.workflow-symbol {
  font-size: 1.5rem;
  color: var(--accent);
}
.workflow-list h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  max-width: 22rem;
}
.workflow-list article > div {
  grid-column: 2;
}
.workflow-list article p {
  color: var(--muted);
  max-width: 35rem;
  line-height: 1.65;
}
.workflow-list .text-link {
  margin-top: 1rem;
  font-size: 0.9375rem;
}
.desk-section {
  padding-top: 3.5rem;
}
.demo-page-title h3 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 400;
  font-size: 2rem;
}
.demo-content {
  min-height: 28rem;
}
.candidate-row {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--desk-line);
}
h4 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.candidate-row p,
.cv-profile p {
  font-size: 0.9375rem;
  color: var(--desk-muted);
  margin: 0.35rem 0;
}
.candidate-row b,
.cv-profile b {
  font-weight: 500;
  color: var(--desk-ink);
}
.source-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--desk-muted);
  margin-top: 0.2rem;
}
.decision-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
}
.decision-buttons button {
  min-height: 2.8rem;
  min-width: 4.8rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  border: 1px solid #929c91;
  border-radius: 0.2rem;
  background: transparent;
  color: var(--desk-ink);
}
.decision-buttons button:hover {
  background: #e1e4da;
}
.decision-buttons [aria-pressed="true"][data-choice="approve"] {
  background: #285442;
  border-color: #285442;
  color: white;
}
.decision-buttons [aria-pressed="true"][data-choice="veto"] {
  background: #583c36;
  border-color: #583c36;
  color: white;
}
.pill-flight {
  background: #dce5ee;
  color: #28475a;
  border-color: #99aab9;
}
.demo-result {
  padding: 1.5rem 0;
  max-width: 39rem;
}
.result-symbol {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #839b8a;
  color: #285442;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
  border-radius: 50%;
}
.demo-result h4 {
  font-family: Newsreader, Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
}
.demo-result p {
  color: var(--desk-muted);
  font-size: 1rem;
}
.receipt-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.receipt-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--desk-line);
  font-size: 0.875rem;
}
.receipt-list b {
  font-weight: 500;
}
.draft-sheet {
  border: 1px solid var(--desk-line);
  background: #fcfaf4;
  padding: 1.2rem;
}
.draft-sheet > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  color: var(--desk-muted);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--desk-line);
  margin-bottom: 1rem;
}
.draft-sheet p {
  margin: 0.8rem 0;
  font-size: 1rem;
  line-height: 1.7;
}
.draft-note {
  color: var(--desk-muted);
  font-size: 0.875rem;
  margin-top: 1rem;
  max-width: 42rem;
}
.cv-profile {
  padding: 1rem 0;
}
.role-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
}
select {
  font: inherit;
  font-size: 1rem;
  color: var(--desk-ink);
  background: #fcfaf4;
  border: 1px solid #929c91;
  border-radius: 0.2rem;
  min-height: 3rem;
  width: 100%;
  max-width: 28rem;
  padding: 0.6rem 2rem 0.6rem 0.75rem;
  color-scheme: light;
}
.board-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.board-heading h3 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0.4rem 0;
}
.board-heading > div > p {
  color: var(--desk-muted);
  font-size: 0.875rem;
}
.board-list {
  display: flex;
  flex-direction: column;
}
.board-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--desk-line);
  border-radius: 0.2rem;
  background: transparent;
  color: var(--desk-ink);
  text-align: left;
  font: inherit;
}
.board-row:first-child {
  border-top: 1px solid var(--desk-line);
}
.board-row:hover {
  background: #e9e7dd;
}
.board-row-main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}
.board-row-main strong {
  font-size: 0.9375rem;
}
.board-row-meta,
.board-row-note {
  font-size: 0.8125rem;
  color: var(--desk-muted);
}
.board-row-arrow {
  color: var(--desk-muted);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.desk-link {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--desk-line);
  padding: 0;
  font: inherit;
  color: var(--desk-ink);
  cursor: pointer;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
}
.desk-link:hover {
  color: #000;
  border-color: var(--desk-ink);
}
.search-steps {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}
.search-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--desk-line);
  animation: enter 0.4s both;
}
.search-check {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #dfe9e2;
  color: #285442;
  font-size: 0.9rem;
}
.search-step div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.search-step strong {
  font-size: 0.9375rem;
}
.search-step span {
  font-size: 0.8125rem;
  color: var(--desk-muted);
}
.pill-blocked {
  background: #ecdedb;
  color: #583c36;
  border-color: #cbb3ac;
}
.pill-done {
  background: #dfe9e2;
  color: #285442;
  border-color: #b9cdc0;
}
.blocked-strip {
  border-top-color: #583c36;
}
.demo-footer-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.control {
  display: grid;
  gap: 2rem;
}
.control-rules article {
  display: flex;
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}
.control-rules article > span {
  color: var(--accent);
  font-size: 1.3rem;
  flex: 0 0 1.5rem;
}
.control-rules h3 {
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}
.control-rules p {
  color: var(--muted);
  line-height: 1.65;
  max-width: 31rem;
}
.connected {
  background: #10151b;
  max-width: none;
  display: grid;
  gap: 2.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tool-stack > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #354150;
}
.tool-stack > div > span:first-child {
  font-size: 1.2rem;
}
.tool-stack > div > span:last-child {
  font-size: 0.875rem;
  color: #bcc8d8;
  align-self: center;
}
.tool-stack > p {
  color: #bcc8d8;
  font-size: 0.875rem;
  margin-top: 1.3rem;
  max-width: 39rem;
}
.questions {
  display: grid;
  gap: 2.5rem;
}
.question-list details {
  border-bottom: 1px solid var(--line);
}
.question-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  padding: 1.3rem 2rem 1.3rem 0;
  min-height: 3rem;
  font-size: 1.125rem;
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1.1rem;
  font-size: 1.5rem;
  color: var(--accent);
}
details[open] summary:after {
  content: "−";
}
details p {
  color: var(--muted);
  padding: 0 1.5rem 1.4rem 0;
  line-height: 1.7;
}
.closing {
  max-width: none;
  position: relative;
  text-align: center;
  border-top: 1px solid var(--line);
  background: radial-gradient(ellipse at 50% 140%, #274368 0%, #07090d 65%);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.closing h2 {
  font-size: clamp(2.8rem, 5.3vw, 5.5rem);
  line-height: 1.08;
}
.closing .button {
  margin-top: 2.3rem;
}
.closing > p:last-child {
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: 1.1rem;
}
.site-footer .brand {
  font-size: 1.7rem;
}
.hero-bottom a,
.site-footer > a {
  min-height: 2.75rem;
  align-items: center;
  display: inline-flex;
}
.hero-bottom {
  align-items: center;
}
.hero-copy {
  max-width: 37rem;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 48rem) {
  .workflow-heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .workflow-heading p {
    max-width: 17rem;
  }
  .workflow-list article {
    grid-template-columns: 2.5rem 1fr 1.3fr;
    gap: 1.5rem;
    padding: 2.5rem 0;
  }
  .workflow-list article > div {
    grid-column: 3;
  }
  .workflow-section {
    padding-bottom: 2rem;
  }
  .control {
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
  }
  .connected {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
  }
  .questions {
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
  }
  .candidate-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .candidate-row > div:first-child {
    max-width: 31rem;
  }
  .decision-buttons {
    align-self: center;
  }
  .source-label {
    display: inline-block;
    margin-left: 0.65rem;
  }
  .closing {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 47.99rem) {
  .hero-art img {
    object-position: 70% 100%;
    opacity: 0.75;
  }
  .hero-art:after {
    background:
      linear-gradient(180deg, #05080d80 0%, #05080d50 70%, #07090d 100%),
      linear-gradient(90deg, #05080d90, transparent);
  }
  .hero h1 {
    font-size: clamp(3.3rem, 10.5vw, 5rem);
  }
  .hero-inner {
    padding-top: 5rem;
  }
  .control h2 br:last-child {
    display: none;
  }
  .demo-nav {
    flex-shrink: 0;
  }
  .demo-sidebar {
    scrollbar-width: thin;
  }
  .demo-nav span {
    display: none;
  }
  .demo-label {
    max-width: 7rem;
    text-align: right;
  }
  .demo-top {
    padding: 0.9rem 1rem;
  }
  .closing h2 {
    font-size: clamp(2.5rem, 9vw, 4rem);
  }
  .header-cta {
    font-size: 0.875rem;
  }
  .header-cta span {
    display: none;
  }
}
@container (max-width: 42rem) {
  .demo-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .demo-sidebar {
    flex-direction: row;
    overflow: auto;
    border-right: 0;
    border-bottom: 1px solid var(--desk-line);
    padding: 1rem;
  }
  .demo-agency,
  .companion {
    display: none;
  }
  .demo-content {
    padding: clamp(1rem, 3cqi, 2rem);
  }
  .demo-preview-row,
  .candidate-row,
  .board-row {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-inner,
  .hero-art,
  .search-step {
    animation: none;
  }
  a,
  button {
    transition: none;
  }
}
