@font-face {
  font-family: Manrope;
  src: url("assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --ink: #121212;
  --plum: #5a224e;
  --orange: #e55b1f;
  --gold: #e7a11a;
  --red: #b8292f;
  --paper: #fff;
  --soft: #f5f4f6;
  --muted: #605d64;
  --line: #dedbe0;
  --max: 1240px;
  --radius: 16px;
  color-scheme: light;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
button,
input,
textarea {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
summary {
  touch-action: manipulation;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
}
h1,
h2 {
  letter-spacing: -0.055em;
  font-weight: 600;
}
h3 {
  letter-spacing: -0.025em;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--plum);
  outline-offset: 6px;
  border-radius: 4px;
}
.wrap {
  width: min(calc(100% - 112px), var(--max));
  margin-inline: auto;
}
.skip {
  position: fixed;
  z-index: 20;
  left: 16px;
  top: -100px;
  padding: 12px 20px;
  background: white;
  box-shadow: 0 3px 20px #12121230;
}
.skip:focus {
  top: 12px;
}
.site-header {
  border-bottom: 1px solid #eee;
}
.header-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: space-between;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 750;
  letter-spacing: -0.06em;
}
.brand-symbol {
  width: 32px;
  height: 38px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.brand-symbol img,
.brand-sculpture img {
  position: absolute;
  max-width: none;
  width: 337%;
  height: auto;
  left: -118%;
  top: -15%;
  mix-blend-mode: multiply;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: auto;
}
.desktop-nav a {
  padding: 12px 0;
}
.desktop-nav a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 56px;
  padding: 16px 24px;
  background: var(--plum);
  color: white;
  font-size: 0.9375rem;
  font-weight: 650;
  border-radius: 7px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #391331;
  transform: translateY(-2px);
}
.button span {
  font-size: 1.35rem;
  line-height: 1;
}
.button.small {
  min-height: 44px;
  padding: 12px 17px;
  font-size: 0.8125rem;
  gap: 16px;
}
.mobile-menu {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 44px;
  align-items: center;
  padding-block: 72px 64px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-line {
  width: 24px;
  height: 3px;
  background: var(--orange);
}
h1 {
  font-size: clamp(2.9rem, 4.6vw, 4.35rem);
  margin-top: 28px;
  line-height: 1.09;
}
h1 > span {
  color: var(--plum);
}
.hero-description {
  max-width: 490px;
  margin-top: 27px;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 44px;
}
.hero-note {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 18px;
}
.hero-art {
  position: relative;
  min-height: 565px;
  background: #faf9fb;
  border: 1px solid #eee8ed;
  border-radius: 28px;
  overflow: hidden;
}
.art-label {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  color: #6b5966;
}
.brand-sculpture {
  position: absolute;
  width: 272px;
  height: 320px;
  left: calc(50% - 136px);
  top: 105px;
  overflow: hidden;
  mix-blend-mode: multiply;
}
.art-tag {
  position: absolute;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e5dfe4;
  border-radius: 12px;
  box-shadow: 0 10px 28px #4023370a;
}
.art-tag strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}
.art-tag div > span {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 2px;
}
.tag-docs {
  top: 88px;
  left: 27px;
}
.tag-team {
  top: 265px;
  right: 20px;
}
.tag-control {
  bottom: 72px;
  left: 34px;
}
.tag-icon {
  width: 36px;
  height: 40px;
  border: 1px solid #e7e1e7;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #f7f3f7;
  color: var(--plum);
  font-size: 1.6rem;
}
.avatar-stack {
  display: flex;
  padding-left: 0;
  margin-right: 4px;
}
.avatar-stack i {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 2px solid white;
  background: #f2dcd1;
  color: #613720;
  border-radius: 50%;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 800;
  margin-left: -7px;
}
.avatar-stack i:first-child {
  margin-left: 0;
  background: #efe3ee;
  color: var(--plum);
}
.avatar-stack i:last-child {
  background: #f6e2af;
  color: #694511;
}
.art-caption {
  position: absolute;
  bottom: 25px;
  left: 28px;
  font-size: 0.75rem;
  color: #6b5966;
}
.principle-bar {
  background: var(--ink);
  color: white;
}
.principle-bar > .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 27px;
}
.principle-bar p {
  font-size: 0.875rem;
  font-weight: 550;
}
.principle-bar p::before {
  content: "+";
  color: #f3ad7b;
  font-size: 1.125rem;
  margin-right: 16px;
}
.site-footer {
  padding-block: 32px;
  display: flex;
  gap: 30px;
  align-items: center;
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
  color: var(--muted);
}
.footer-wordmark {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--ink);
}
.site-footer > span {
  margin-left: auto;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 86px 78px;
  }
  .hero-art {
    min-height: 600px;
  }
  .brand-sculpture {
    top: 117px;
    width: 300px;
    height: 352px;
    left: calc(50% - 150px);
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 20px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    gap: 28px;
  }
  .hero-art {
    min-height: 535px;
  }
  .art-tag {
    padding: 12px;
  }
  .tag-team {
    right: 12px;
  }
  .tag-control {
    left: 14px;
  }
  .hero-actions {
    gap: 12px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 80px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .wordmark {
    font-size: 1.75rem;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    cursor: pointer;
    display: flex;
    gap: 25px;
    align-items: center;
    list-style: none;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 12px 0;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    font-size: 1.5rem;
  }
  .mobile-menu[open] summary span {
    transform: rotate(45deg);
  }
  .mobile-menu nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 10;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 25px #12121210;
    padding: 12px 20px;
    display: grid;
  }
  .mobile-menu nav a {
    padding: 14px 4px;
    min-height: 48px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 40px;
    gap: 34px;
  }
  .eyebrow {
    font-size: 0.75rem;
  }
  h1 {
    font-size: clamp(2.35rem, 8.8vw, 3.8rem);
    margin-top: 24px;
    letter-spacing: -0.055em;
  }
  .hero-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 24px;
  }
  .hero-art {
    min-height: 460px;
    border-radius: 20px;
  }
  .brand-sculpture {
    width: 234px;
    height: 276px;
    left: calc(50% - 117px);
    top: 89px;
  }
  .art-label {
    top: 22px;
    left: 22px;
    right: 22px;
  }
  .tag-docs {
    top: 65px;
    left: 16px;
  }
  .tag-team {
    top: 217px;
    right: 13px;
  }
  .tag-control {
    bottom: 58px;
    left: 20px;
  }
  .art-caption {
    left: 22px;
    bottom: 18px;
  }
  .principle-bar > .wrap {
    display: grid;
    gap: 13px;
    padding-block: 24px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 14px;
    padding-block: 24px;
  }
  .site-footer p {
    width: 100%;
    order: 2;
  }
  .site-footer > span {
    font-size: 0.75rem;
  }
}
@media (max-width: 359px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .button {
    padding: 15px 17px;
    gap: 14px;
  }
  .hero-art {
    min-height: 420px;
  }
  .art-tag div > span {
    font-size: 0.75rem;
  }
  .art-tag {
    padding: 10px;
    gap: 8px;
  }
  .brand-sculpture {
    width: 195px;
    height: 230px;
    left: calc(50% - 97px);
    top: 95px;
  }
  .tag-team {
    top: 200px;
  }
  .art-label {
    font-size: 0.75rem;
  }
  .tag-control {
    left: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.section {
  padding-block: 100px;
}
.section-number {
  color: var(--plum);
  font-size: 0.75rem;
  margin-bottom: 23px;
}
h2 {
  font-size: clamp(2.1rem, 3.25vw, 3.15rem);
}
.section-heading {
  max-width: 750px;
}
.section-heading > p:last-child {
  font-size: 1.0625rem;
  color: var(--muted);
  margin-top: 24px;
  max-width: 590px;
  line-height: 1.8;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 58px;
}
.benefits article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.index {
  display: block;
  color: #8d445e;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.benefits h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.benefits p {
  max-width: 320px;
  color: var(--muted);
  line-height: 1.8;
}
.uses-section {
  background: var(--soft);
}
.uses-heading {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: flex-end;
}
.uses-heading > p {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.8;
}
.use-showcase {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  margin-top: 60px;
  align-items: start;
}
.use-list > div {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid #dad5dc;
}
.use-list .selected-use {
  border-top: 2px solid var(--plum);
}
.use-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: #756773;
  padding-top: 4px;
}
.use-list h3 {
  font-size: 1.125rem;
  line-height: 1.35;
}
.use-list p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.example-label {
  display: block;
  margin-top: 14px;
  font-size: 0.75rem;
  color: var(--plum);
  font-weight: 750;
}
.use-list .use-status {
  font-size: 0.8125rem;
  border-top: 1px solid #dad5dc;
  padding-top: 18px;
}
.document-demo {
  margin: 0;
  background: white;
  border: 1px solid #e4dfe5;
  border-radius: 14px;
  box-shadow: 0 16px 44px #3f243a08;
  overflow: hidden;
}
.demo-top {
  padding: 20px 24px;
  border-bottom: 1px solid #eee9ee;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.demo-brand {
  font-size: 0.8125rem;
  font-weight: 700;
}
.demo-brand > span {
  color: #b6a8b5;
  margin-inline: 10px;
}
.demo-state {
  font-size: 0.75rem;
  color: #625360;
  border: 1px solid #ded4dd;
  border-radius: 4px;
  padding: 3px 6px;
}
.demo-content {
  padding: 32px;
}
.doc-files {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.doc-files > span {
  border: 1px solid #e8e2e7;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 0.75rem;
}
.doc-files > span > span {
  font-size: 1rem;
  color: var(--plum);
  margin-right: 5px;
}
.example-request {
  margin: 20px 0 28px;
  background: #f4eff4;
  border-radius: 10px 10px 2px 10px;
  padding: 16px 18px;
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.7;
}
.answer-label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 650;
  color: #675163;
}
.answer-label > span {
  width: 23px;
  height: 25px;
  background: var(--plum);
  color: white;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.example-answer h3 {
  font-size: 1.125rem;
  margin-top: 18px;
}
.example-answer dl {
  margin: 20px 0;
}
.example-answer dl > div {
  padding: 14px 0;
  border-block-end: 1px solid #e8e4e8;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 0.8125rem;
  align-items: center;
}
.example-answer dt {
  font-weight: 600;
}
.example-answer dd {
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.example-answer s {
  color: #726771;
  text-decoration-color: #b8a8b3;
}
.example-answer strong {
  color: var(--plum);
  font-weight: 700;
}
.answer-note {
  font-size: 0.75rem;
  color: var(--muted);
}
.document-demo figcaption {
  font-size: 0.75rem;
  color: var(--muted);
  border-top: 1px solid #e8e4e8;
  padding: 16px 24px;
  line-height: 1.7;
}
.control-title > p:last-child {
  margin-top: 20px;
  color: var(--muted);
}
.control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 52px;
}
.control-grid article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.control-grid h3 {
  font-size: 1.125rem;
  margin: 28px 0 16px;
  line-height: 1.35;
}
.control-grid p {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.8;
}
.mode-display,
.control-marker,
.data-marker {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  font-size: 0.75rem;
  font-weight: 700;
}
.mode-display {
  gap: 0;
  border: 1px solid #ded4df;
  border-radius: 6px;
  width: fit-content;
  padding: 4px;
}
.mode-display span {
  padding: 6px 12px;
}
.mode-display span:first-child {
  background: var(--plum);
  color: white;
  border-radius: 4px;
}
.control-marker span {
  padding: 6px 10px;
  border: 1px solid #ded4df;
  border-radius: 4px;
}
.data-marker {
  letter-spacing: 0.06em;
  color: var(--plum);
  gap: 12px;
}
.data-line {
  height: 24px;
  width: 4px;
  background: var(--orange);
}
.pilot-section {
  background: var(--ink);
  color: white;
  padding-block: 84px;
}
.pilot-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 100px;
}
.pilot-section .eyebrow {
  font-size: 0.75rem;
  color: #ecb5a5;
  letter-spacing: 0.08em;
}
.pilot-section h2 {
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  margin-top: 30px;
}
.pilot-section em {
  font-style: normal;
  color: #f1ad7f;
}
.pilot-grid > div > p:not(.eyebrow) {
  max-width: 450px;
  color: #c4bec4;
  font-size: 0.9375rem;
  margin-top: 24px;
  line-height: 1.8;
}
.pilot-button {
  background: #f2b483;
  color: #211218;
  margin-top: 30px;
}
.pilot-button:hover {
  background: #ffd0ab;
}
.pilot-section a:focus-visible {
  outline-color: white;
}
.pilot-grid .mail-note {
  font-size: 0.75rem;
  margin-top: 12px;
  color: #c8c0c7;
}
.pilot-steps {
  padding-top: 18px;
}
.pilot-grid .steps-title {
  font-size: 0.875rem;
  color: white;
  font-weight: 700;
  margin: 0;
}
.pilot-steps ol {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}
.pilot-steps li {
  display: flex;
  gap: 25px;
  border-top: 1px solid #494049;
  padding: 25px 0;
}
.pilot-steps li > span {
  color: #d9a78d;
  font-size: 0.8125rem;
  font-weight: 700;
}
.pilot-steps h3 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.pilot-steps li p {
  font-size: 0.875rem;
  color: #c4bec4;
  margin-top: 9px;
  line-height: 1.8;
}
.pilot-grid .pilot-conditions {
  font-size: 0.8125rem;
  color: #c4bec4;
  padding-top: 18px;
  border-top: 1px solid #494049;
}
.faq {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 85px;
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 0;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.65;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 400;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: var(--muted);
  line-height: 1.85;
  font-size: 0.9375rem;
  padding: 0 22px 24px 0;
}
.site-footer {
  justify-content: space-between;
  align-items: center;
  padding-block: 40px;
}
.site-footer > div > p {
  margin-top: 9px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.footer-links a {
  padding-block: 10px;
  font-size: 0.8125rem;
}
.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-links > span {
  font-size: 0.75rem;
}
@media (max-width: 1100px) {
  .benefits {
    gap: 28px;
  }
  .use-showcase {
    gap: 36px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .demo-content {
    padding: 24px;
  }
  .uses-heading {
    gap: 35px;
  }
  .control-grid {
    gap: 26px;
  }
  .pilot-grid {
    gap: 48px;
  }
  .faq {
    gap: 40px;
  }
  .footer-links {
    gap: 15px;
  }
}
@media (max-width: 760px) {
  .section {
    padding-block: 62px;
  }
  .section-number {
    font-size: 0.75rem;
    margin-bottom: 18px;
  }
  h2 {
    font-size: clamp(2rem, 7.8vw, 3rem);
  }
  .section-heading > p:last-child {
    font-size: 1rem;
    margin-top: 20px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 35px;
  }
  .benefits article {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 26px 1fr;
    column-gap: 15px;
  }
  .benefits .index {
    grid-row: 1/3;
    margin: 3px 0;
  }
  .benefits h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .benefits p {
    max-width: none;
    grid-column: 2;
    font-size: 0.9375rem;
  }
  .uses-heading {
    display: block;
  }
  .uses-heading > p {
    max-width: none;
    margin-top: 22px;
    font-size: 1rem;
  }
  .use-showcase {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 34px;
  }
  .use-list > div {
    padding: 19px 0;
  }
  .example-label {
    display: none;
  }
  .use-list .use-status {
    font-size: 0.75rem;
  }
  .demo-content {
    padding: 22px;
  }
  .demo-top {
    padding: 17px 18px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .demo-brand {
    font-size: 0.75rem;
  }
  .demo-brand > span {
    margin-inline: 6px;
  }
  .example-answer dl > div {
    gap: 12px;
    align-items: start;
  }
  .example-answer dd {
    gap: 9px;
    flex-wrap: wrap;
  }
  .document-demo figcaption {
    padding: 16px 20px;
  }
  .control-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 35px;
  }
  .control-grid article {
    padding-top: 22px;
  }
  .control-grid h3 {
    margin-top: 20px;
  }
  .pilot-section {
    padding-block: 60px;
  }
  .pilot-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .pilot-section h2 {
    font-size: clamp(2.4rem, 9.5vw, 3.8rem);
  }
  .pilot-section .eyebrow {
    font-size: 0.75rem;
  }
  .pilot-button {
    font-size: 0.875rem;
    padding-inline: 19px;
    gap: 14px;
  }
  .pilot-steps {
    padding-top: 8px;
  }
  .pilot-steps ol {
    margin: 24px 0;
  }
  .pilot-steps li {
    gap: 18px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq h2 br {
    display: none;
  }
  .faq-list summary {
    font-size: 0.875rem;
    padding-block: 20px;
  }
  .faq-list details p {
    padding-right: 0;
    font-size: 0.875rem;
  }
  .site-footer {
    display: block;
  }
  .site-footer > div > p {
    font-size: 0.75rem;
  }
  .footer-links {
    margin-top: 20px;
    gap: 14px 22px;
  }
  .footer-links > span {
    margin-left: auto;
  }
}
@media (max-width: 359px) {
  .demo-content {
    padding: 18px;
  }
  .example-answer dl > div {
    display: block;
  }
  .example-answer dd {
    margin-top: 8px;
  }
  .doc-files {
    gap: 6px;
  }
  .doc-files > span {
    font-size: 0.75rem;
    padding: 6px;
  }
  .pilot-button {
    font-size: 0.8125rem;
    padding-inline: 15px;
  }
  .footer-links > span {
    margin-left: 0;
  }
}
.legal-copy {
  margin: 42px 0;
}
.legal-copy h2 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-top: 35px;
}
.legal-copy p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.9;
}
.legal-copy a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
/* La géométrie de l’illustration suit l’agrandissement du texte. */
.hero-art {
  min-height: 35.3125rem;
}
.tag-docs {
  top: 5.5rem;
}
.tag-team {
  top: 16.5625rem;
}
.tag-control {
  bottom: 4.5rem;
}
.art-tag {
  max-width: calc(100% - 40px);
}
.tag-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.5rem;
}
.avatar-stack {
  flex-shrink: 0;
}
.avatar-stack i {
  width: 1.9375rem;
  height: 1.9375rem;
}
.art-caption {
  bottom: 1.5625rem;
  right: 1rem;
}
.answer-label > span {
  width: 1.5rem;
  height: 1.6rem;
  flex-shrink: 0;
}
.pilot-grid .contact-fallback {
  font-size: 0.75rem;
  max-width: 100%;
  margin-top: 7px;
  overflow-wrap: anywhere;
}
.contact-fallback a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #f2d5c8;
}
.example-request {
  overflow-wrap: break-word;
}
@media (min-width: 1500px) {
  .hero-art {
    min-height: 37.5rem;
  }
}
@media (max-width: 1100px) {
  .hero-art {
    min-height: 33.4375rem;
  }
}
@media (max-width: 760px) {
  .hero-art {
    min-height: 28.75rem;
  }
  .tag-docs {
    top: 4.0625rem;
  }
  .tag-team {
    top: 13.5625rem;
  }
  .tag-control {
    bottom: 3.625rem;
  }
  .art-caption {
    bottom: 1.125rem;
  }
}
@media (max-width: 359px) {
  .hero-art {
    min-height: 26.25rem;
  }
  .tag-team {
    top: 12.5rem;
  }
}
