.feature-page {
  /* Le sauge adoucit les surfaces ; le vert forêt porte les repères. */
  --landing-sage-ink: var(--forest);
  min-height: 100vh;
}

.feature-page section[id] {
  scroll-margin-top: 112px;
}

.feature-page .ui-icon-badge--sage {
  border-color: color-mix(in srgb, var(--forest) 22%, var(--line));
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 84%, var(--white));
}

.feature-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 720;
}

.feature-breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--forest);
  text-underline-offset: 3px;
}

.feature-breadcrumb .ui-icon {
  font-size: .58rem;
  transform: rotate(-90deg);
}

.feature-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  padding-block: clamp(56px, 6.4vw, 92px) clamp(72px, 9vw, 124px);
}

.feature-hero__copy {
  min-width: 0;
}

.feature-hero__copy h1 {
  max-width: 690px;
}

.feature-hero__lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.75;
}

.feature-proof-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 30px;
  padding: 0;
  color: var(--forest);
  font-size: .8rem;
  font-weight: 780;
  list-style: none;
}

.feature-proof-list li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.feature-proof-list .ui-icon {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 9px;
  color: var(--landing-sage-ink);
  background: var(--landing-sage-soft);
  box-shadow: var(--landing-shadow-soft);
}

.feature-editorial-figure {
  min-width: 0;
  margin: 0;
}

.feature-editorial-asset {
  position: relative;
  display: grid;
  min-height: clamp(420px, 48vw, 650px);
  place-items: center;
  isolation: isolate;
}

.feature-editorial-asset::before {
  position: absolute;
  z-index: -1;
  width: min(88%, 600px);
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 22%, transparent);
  border-radius: 46% 54% 58% 42% / 43% 46% 54% 57%;
  background:
    radial-gradient(circle at 42% 34%, color-mix(in srgb, var(--landing-sage-soft) 74%, transparent), transparent 64%),
    color-mix(in srgb, var(--white) 38%, transparent);
  box-shadow: 0 22px 72px color-mix(in srgb, var(--forest) 13%, transparent);
  content: "";
  transform: rotate(-4deg);
}

.feature-editorial-asset .ui-editorial-picture {
  display: block;
  width: 100%;
}

.feature-editorial-asset__image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 25px color-mix(in srgb, var(--forest) 22%, transparent));
  transform: rotate(.7deg);
}

.feature-editorial-figure--tasks .feature-editorial-asset {
  min-height: clamp(390px, 43vw, 610px);
}

.feature-editorial-figure--tasks .feature-editorial-asset::before {
  width: min(82%, 540px);
  border-radius: 58% 42% 45% 55% / 48% 58% 42% 52%;
  transform: rotate(5deg);
}

.feature-editorial-figure--tasks .feature-editorial-asset__image {
  width: min(100%, 590px);
  margin-inline: auto;
  transform: rotate(-1.5deg);
}

.feature-section-heading {
  max-width: 790px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.feature-heading-divider.ui-section-divider {
  width: min(100%, 260px);
  margin-bottom: 28px;
}

.feature-section-heading > p:last-child {
  max-width: 710px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.feature-context {
  padding-bottom: clamp(74px, 8vw, 112px);
}

.feature-context > .feature-heading-divider.ui-section-divider {
  width: 100%;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.feature-context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.feature-context-card {
  overflow: hidden;
  min-height: 268px;
  padding: 24px;
  border-color: color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  background: linear-gradient(150deg, color-mix(in srgb, var(--white) 94%, var(--landing-sage-subtle)), color-mix(in srgb, var(--white) 88%, var(--landing-sage-soft)));
}

.feature-context-card .ui-icon-badge {
  margin-bottom: 22px;
}

.feature-context-card h2 {
  margin: 0 0 12px;
  font-size: 1.04rem;
}

.feature-context-card > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: .84rem;
  line-height: 1.65;
}

.feature-journey {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-journey-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-stage {
  display: flex;
  min-width: 0;
  min-height: 0;
  padding: clamp(24px, 3vw, 34px);
  flex-direction: column;
  border-color: color-mix(in srgb, var(--landing-sage) 26%, var(--line));
  background: color-mix(in srgb, var(--white) 92%, var(--landing-sage-subtle));
}

.feature-stage--calendar,
.feature-stage--detail,
.feature-stage--evidence,
.feature-stage--report {
  grid-column: 1 / -1;
}

.feature-stage__header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: clamp(28px, 4vw, 44px);
  padding: 11px 14px 11px 11px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 30%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 74%, var(--landing-sage-subtle));
  box-shadow: inset 0 1px 0 color-mix(in srgb, white 56%, transparent);
}

.feature-stage__header .ui-icon-badge {
  flex: 0 0 auto;
}

.feature-stage__number {
  min-width: 46px;
  color: var(--landing-sage-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.feature-stage__label {
  display: grid;
  gap: 2px;
}

.feature-stage__label small {
  color: var(--ink-soft);
  font-size: .56rem;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.feature-stage__label strong {
  color: var(--forest);
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.feature-stage__line {
  height: 1px;
  flex: 1 1 auto;
  margin-left: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--landing-sage) 54%, var(--line)), transparent);
}

.feature-stage__body {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.feature-stage__body--views {
  grid-template-columns: minmax(240px, .52fr) minmax(0, 1.48fr);
}

.feature-stage__body--reverse .feature-stage__copy {
  order: 2;
}

.feature-stage__body--reverse {
  grid-template-columns: minmax(340px, .82fr) minmax(280px, 1.18fr);
}

.feature-stage__body--report {
  grid-template-columns: minmax(210px, .72fr) minmax(250px, .84fr) minmax(280px, 1fr);
  gap: clamp(22px, 3.4vw, 44px);
}

.feature-stage__body--report .feature-stage__copy {
  grid-row: 1;
  grid-column: 3;
}

.feature-stage__copy {
  min-width: 0;
}

.feature-stage__copy h3 {
  max-width: 610px;
}

.feature-stage__copy > p {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: .9rem;
  line-height: 1.75;
}

.feature-view-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-view-card {
  min-width: 0;
  min-height: 230px;
  padding: 17px;
}

.feature-view-card > header {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 16px;
}

.feature-view-card .ui-icon-badge {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 13px;
}

.feature-view-card h4,
.feature-view-card header small {
  margin: 0;
}

.feature-view-card h4 {
  color: var(--forest);
  font-size: .79rem;
  line-height: 1.2;
}

.feature-view-card header small {
  display: block;
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: .57rem;
  line-height: 1.35;
}

.feature-mini-list {
  display: grid;
  gap: 8px;
}

.feature-mini-list > span {
  display: grid;
  min-width: 0;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 24%, var(--line));
  border-radius: 13px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-mini-list time {
  display: grid;
  height: 43px;
  place-items: center;
  border-radius: 11px;
  color: var(--forest);
  background: var(--landing-sage-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: .85;
}

.feature-mini-list time small {
  font-family: Inter, system-ui, sans-serif;
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.feature-mini-list strong {
  overflow: hidden;
  font-size: .62rem;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.feature-mini-kanban {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.feature-mini-kanban > span {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 135px;
  gap: 7px;
  align-content: start;
  padding: 13px 8px 9px;
  border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--white) 86%, var(--paper-deep));
}

.feature-mini-kanban > span::before {
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--landing-sage);
  content: "";
}

.feature-mini-kanban > span.is-important::before {
  background: var(--forest);
}

.feature-mini-kanban > span.is-neutral::before {
  background: var(--mint-text);
}

.feature-mini-kanban small {
  overflow: hidden;
  color: var(--forest);
  font-size: .48rem;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-mini-kanban i {
  display: block;
  height: 27px;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-soft));
  box-shadow: 0 4px 10px color-mix(in srgb, var(--forest-dark) 6%, transparent);
}

.feature-mini-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  padding-top: 5px;
}

.feature-mini-calendar span {
  display: grid;
  min-height: 36px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 9px;
  color: var(--ink-soft);
  background: color-mix(in srgb, var(--white) 82%, var(--paper-deep));
  font-size: .54rem;
  font-weight: 740;
}

.feature-mini-calendar span.has-task {
  border-color: color-mix(in srgb, var(--orange) 54%, var(--line));
  color: var(--orange-ink);
  background: var(--orange-soft);
  box-shadow: inset 0 0 0 3px color-mix(in srgb, var(--white) 72%, transparent);
}

.feature-mini-home {
  position: relative;
  min-height: 148px;
}

.feature-mini-home svg {
  width: 100%;
  height: 148px;
  overflow: visible;
}

.feature-mini-home path {
  vector-effect: non-scaling-stroke;
}

.feature-mini-home__roof,
.feature-mini-home__outline,
.feature-mini-home__detail {
  fill: none;
  stroke: color-mix(in srgb, var(--forest) 70%, var(--line));
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.feature-mini-home__detail {
  stroke: color-mix(in srgb, var(--landing-sage) 64%, var(--line));
  stroke-width: 1.4;
}

.feature-mini-home > span {
  position: absolute;
  display: grid;
  gap: 1px;
  padding: 5px 7px;
  border: 1px solid color-mix(in srgb, var(--orange) 46%, var(--line));
  border-radius: 9px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 90%, var(--orange-soft));
  box-shadow: var(--landing-shadow-soft);
  font-size: .48rem;
  font-weight: 780;
}

.feature-mini-home > span b {
  color: var(--orange-ink);
  font-size: .45rem;
}

.feature-mini-home > span.is-roof {
  top: 5px;
  left: 7%;
}

.feature-mini-home > span.is-heating {
  right: 3%;
  bottom: 10px;
}

.feature-task-detail {
  padding: clamp(20px, 3vw, 30px);
}

.feature-task-detail header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.feature-task-detail__equipment,
.feature-workflow__equipment,
.feature-task-transition-preview__equipment > span {
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--forest) 24%, var(--line));
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 72%, var(--white));
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white) 68%, transparent);
}

.feature-task-detail__equipment {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

.feature-task-detail__identity {
  display: grid;
  min-width: 0;
  gap: 5px;
  justify-items: start;
}

.feature-task-detail__identity strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.25;
}

.feature-task-detail__identity small {
  color: var(--ink-soft);
  font-size: .61rem;
  font-weight: 680;
}

.feature-task-detail > p {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: .82rem;
  line-height: 1.65;
}

.feature-task-detail dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}

.feature-task-detail dl > div {
  min-height: 96px;
  padding: 14px;
}

.feature-task-detail dt,
.feature-task-detail dd {
  margin: 0;
}

.feature-task-detail dt {
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: .56rem;
  font-weight: 830;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.feature-task-detail dd {
  font-size: .74rem;
  font-weight: 790;
  line-height: 1.4;
}

.feature-task-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.feature-task-insights aside {
  display: flex;
  min-width: 0;
  gap: 11px;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 15px;
  background: color-mix(in srgb, var(--white) 80%, var(--landing-sage-subtle));
}

.feature-task-insights aside > .ui-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--forest);
}

.feature-task-insights strong {
  color: var(--forest);
  font-size: .7rem;
}

.feature-task-insights p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: .66rem;
  line-height: 1.5;
}

.feature-task-detail > a {
  display: inline-flex;
  min-height: 44px;
  gap: 6px;
  align-items: center;
  padding-block: 8px;
  color: var(--forest);
  font-size: .69rem;
  font-weight: 820;
}

.feature-workflow {
  padding: clamp(20px, 3vw, 28px);
}

.feature-workflow__heading {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--landing-sage) 32%, var(--line));
}

.feature-workflow__heading > div {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
}

.feature-workflow__equipment {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 15px;
}

.feature-workflow__identity > div {
  display: grid;
  min-width: 0;
  gap: 5px;
  justify-items: start;
}

.feature-workflow__heading strong {
  overflow: hidden;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.04rem, 2vw, 1.35rem);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-workflow__heading time {
  flex: 0 0 auto;
  color: var(--ink-soft);
  font-size: .67rem;
  font-weight: 760;
}

.feature-task-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-block: 20px;
}

.feature-task-actions .showcase-action-chip {
  min-height: 46px;
  justify-content: center;
}

.feature-workflow__document {
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 15px;
  background: color-mix(in srgb, var(--white) 84%, var(--landing-sage-subtle));
}

.feature-workflow__document > span:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: var(--forest);
  background: var(--landing-sage-soft);
}

.feature-workflow__document > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.feature-workflow__document strong,
.feature-workflow__document small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-workflow__document strong {
  font-size: .72rem;
}

.feature-workflow__document small {
  color: var(--ink-soft);
  font-size: .59rem;
}

.feature-evidence-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 24%, var(--line));
  border-radius: 15px;
  background: color-mix(in srgb, var(--white) 70%, var(--paper-deep));
  list-style: none;
}

.feature-evidence-chain > li {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  justify-items: center;
  padding-inline: 7px;
  text-align: center;
}

.feature-evidence-chain > li:not(:last-child)::after {
  position: absolute;
  top: 11px;
  right: -18%;
  width: 36%;
  height: 1px;
  background: color-mix(in srgb, var(--landing-sage) 48%, var(--line));
  content: "";
}

.feature-evidence-chain > li > .ui-icon {
  margin-bottom: 5px;
  color: var(--forest);
}

.feature-evidence-chain small {
  color: var(--ink-soft);
  font-size: .57rem;
}

.feature-evidence-chain strong {
  font-size: .66rem;
}

.feature-report-preview {
  display: grid;
  overflow: hidden;
  min-height: 230px;
  grid-row: 1;
  grid-column: 2;
  place-items: center;
  padding: 18px;
}

.feature-report-preview__image {
  width: 100%;
  max-height: 190px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--landing-shadow-soft);
}

.feature-report-summary {
  display: grid;
  min-height: 176px;
  grid-row: 1;
  grid-column: 1;
  gap: 10px;
  align-content: center;
  padding: 22px;
}

.feature-report-summary > strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.1;
}

.feature-report-summary > small {
  color: var(--ink-soft);
  line-height: 1.5;
}

.feature-tasks-hero .feature-hero__copy h1 {
  max-width: 720px;
}

.feature-task-transition {
  padding-bottom: clamp(76px, 8vw, 112px);
}

.feature-task-transition > .feature-heading-divider.ui-section-divider {
  width: 100%;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.feature-task-transition__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
}

.feature-task-transition-preview {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  border-color: transparent;
  background: none;
  box-shadow: none;
}

.feature-task-transition-preview article {
  min-width: 0;
  padding: 21px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 30%, var(--line));
  border-radius: 19px;
  background: color-mix(in srgb, var(--white) 94%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-task-transition-preview__task {
  container: task-preview / inline-size;
}

.feature-task-transition-preview article > header {
  display: flex;
  min-height: 32px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: .66rem;
  font-weight: 760;
}

.feature-task-transition-preview article h3 {
  margin: 22px 0 10px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.12;
}

.feature-task-transition-preview__equipment {
  display: grid;
  min-width: 0;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 17px;
  background: color-mix(in srgb, var(--landing-sage-soft) 58%, var(--white));
}

.feature-task-transition-preview__equipment > span {
  width: 78px;
  height: 78px;
  border-radius: 18px;
}

.feature-task-transition-preview__equipment > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.feature-task-transition-preview__equipment small {
  color: var(--landing-sage-ink);
  font-size: .56rem;
  font-weight: 830;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.feature-task-transition-preview__equipment strong {
  color: var(--forest);
  font-size: .73rem;
  line-height: 1.35;
}

.feature-task-transition-preview__record > p {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.45;
}

.feature-task-transition-preview__record > p .ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--landing-sage-ink);
}

.feature-task-transition-preview__done {
  display: inline-flex;
  min-height: 42px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--forest);
  background: var(--landing-terracotta-soft);
  font-size: .72rem;
  font-weight: 820;
}

.feature-task-transition-preview__connector {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 42%, var(--line));
  border-radius: 50%;
  color: var(--forest);
  background: var(--white);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--forest) 13%, transparent);
}

.feature-task-transition-preview__record dl {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.feature-task-transition-preview__record dl > div {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--landing-sage) 22%, var(--line));
}

.feature-task-transition-preview__record dt,
.feature-task-transition-preview__record dd {
  margin: 0;
  font-size: .65rem;
  line-height: 1.4;
}

.feature-task-transition-preview__record dt {
  color: var(--ink-soft);
}

.feature-task-transition-preview__record dd {
  color: var(--forest);
  font-weight: 790;
  text-align: right;
}

.feature-task-distinction {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-task-distinction > li {
  display: grid;
  min-width: 0;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 17px;
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-task-distinction .ui-icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 18px;
}

.feature-task-distinction .ui-icon-badge .ui-icon {
  width: 29px;
  height: 29px;
}

.feature-task-distinction > li > div {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px 9px;
}

.feature-task-distinction strong {
  color: var(--forest);
  font-size: .78rem;
  line-height: 1.35;
}

.feature-task-distinction p {
  grid-column: 1 / -1;
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: .69rem;
  line-height: 1.55;
}

.feature-task-relations {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-task-relations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.feature-task-relation-card {
  display: grid;
  min-width: 0;
  min-height: 300px;
  grid-row: span 4;
  grid-template-rows: subgrid;
  row-gap: 0;
  justify-items: start;
  padding: clamp(22px, 3vw, 30px);
  border-color: color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  background: linear-gradient(150deg, color-mix(in srgb, var(--white) 94%, var(--landing-sage-subtle)), color-mix(in srgb, var(--white) 88%, var(--landing-sage-soft)));
}

.feature-task-relation-card > .ui-icon-badge {
  margin-bottom: 30px;
}

.feature-task-relation-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.feature-task-relation-card > p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: .82rem;
  line-height: 1.7;
}

.feature-task-relation-card__sample {
  display: flex;
  width: 100%;
  min-height: 52px;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 15px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 78%, var(--landing-sage-soft));
  font-size: .7rem;
  font-weight: 780;
  line-height: 1.35;
}

.feature-task-relation-card__sample .ui-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--landing-sage-ink);
}

.feature-task-reminders {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-task-reminders__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.feature-task-reminder-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  padding: clamp(22px, 3vw, 30px);
  border-color: color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  background: linear-gradient(150deg, color-mix(in srgb, var(--white) 94%, var(--landing-sage-subtle)), color-mix(in srgb, var(--white) 88%, var(--landing-sage-soft)));
}

.feature-task-reminder-card__copy {
  display: grid;
  min-width: 0;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0 18px;
  align-items: start;
  margin-bottom: 24px;
}

.feature-task-reminder-card__copy > .ui-icon-badge {
  grid-row: 1 / span 2;
}

.feature-task-reminder-card__copy h3 {
  margin: 2px 0 0;
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  line-height: 1.13;
}

.feature-task-reminder-card__copy > p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: .79rem;
  line-height: 1.68;
}

.feature-task-reminder-preview,
.feature-personal-task-preview {
  min-width: 0;
  padding: clamp(16px, 2.2vw, 22px);
  background:
    radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--landing-sage-soft) 72%, transparent), transparent 34%),
    color-mix(in srgb, var(--white) 86%, var(--landing-sage-subtle));
}

.feature-task-reminder-preview__email {
  min-width: 0;
  padding: 17px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 31%, var(--line));
  border-radius: 17px;
  background: color-mix(in srgb, var(--white) 95%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-task-reminder-preview__email > header,
.feature-personal-task-preview > header {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.feature-task-reminder-preview__email > header > span:first-child {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--forest);
  font-size: .7rem;
  font-weight: 820;
}

.feature-task-reminder-preview__email > header .ui-icon {
  width: 18px;
  height: 18px;
}

.feature-task-reminder-preview__email > small {
  display: block;
  margin-top: 24px;
  color: var(--landing-sage-ink);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.feature-task-reminder-preview__email > strong {
  display: block;
  margin-top: 7px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  font-weight: 500;
  line-height: 1.15;
}

.feature-task-reminder-preview__email > footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 13px;
  border-top: 1px solid color-mix(in srgb, var(--landing-sage) 24%, var(--line));
  color: var(--ink-soft);
  font-size: .62rem;
}

.feature-task-reminder-preview__email > footer > span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--forest);
  font-weight: 820;
}

.feature-task-reminder-preview__email > footer .ui-icon {
  width: 15px;
  height: 15px;
}

.feature-task-reminder-preview > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.feature-task-reminder-preview > ol > li {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 27%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft));
}

.feature-task-reminder-preview > ol time {
  display: grid;
  width: 45px;
  min-height: 45px;
  place-items: center;
  border-radius: 12px;
  color: var(--forest);
  background: var(--landing-sage-soft);
  font-size: .61rem;
  font-weight: 850;
}

.feature-task-reminder-preview > ol span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.feature-task-reminder-preview > ol strong,
.feature-task-reminder-preview > ol small {
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.feature-task-reminder-preview > ol strong {
  color: var(--forest);
  font-size: .65rem;
}

.feature-task-reminder-preview > ol small {
  color: var(--ink-soft);
  font-size: .58rem;
}

.feature-personal-task-preview > header > .ui-icon {
  width: 20px;
  height: 20px;
  color: var(--landing-sage-ink);
}

.feature-personal-task-preview__title {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 29%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--white) 94%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-personal-task-preview small,
.feature-personal-task-preview dt {
  color: var(--ink-soft);
  font-size: .6rem;
}

.feature-personal-task-preview__title > strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.2;
}

.feature-personal-task-preview > dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0;
}

.feature-personal-task-preview > dl > div {
  display: grid;
  min-width: 0;
  gap: 6px;
  padding: 13px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 27%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft));
}

.feature-personal-task-preview dt,
.feature-personal-task-preview dd {
  margin: 0;
}

.feature-personal-task-preview dd {
  overflow-wrap: anywhere;
  color: var(--forest);
  font-size: .66rem;
  font-weight: 790;
  line-height: 1.4;
}

.feature-personal-task-preview > p {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 27%, var(--line));
  border-radius: 14px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft));
}

.feature-personal-task-preview > p > .ui-icon {
  width: 22px;
  height: 22px;
  color: var(--landing-sage-ink);
}

.feature-personal-task-preview > p > span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.feature-personal-task-preview > p strong {
  font-size: .64rem;
  line-height: 1.4;
}

.feature-task-outcomes {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-task-outcomes__layout {
  display: grid;
  grid-template-columns: minmax(380px, 1.2fr) minmax(280px, .8fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
}

.feature-task-bilan-preview {
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--white) 92%, var(--landing-sage-soft)), color-mix(in srgb, var(--white) 85%, var(--landing-sage-subtle)));
}

.feature-task-bilan-preview > header {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.feature-task-bilan-preview > header > span:first-child {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.feature-task-bilan-preview__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.feature-task-bilan-preview__metrics > span {
  display: grid;
  min-width: 0;
  gap: 4px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 26%, var(--line));
  border-radius: 15px;
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-subtle));
}

.feature-task-bilan-preview__metrics strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.feature-task-bilan-preview__metrics small {
  color: var(--ink-soft);
  font-size: .62rem;
  line-height: 1.35;
}

.feature-task-bilan-preview__timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-task-bilan-preview__timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
}

.feature-task-bilan-preview__timeline li:not(:last-child) {
  border-bottom: 1px solid color-mix(in srgb, var(--landing-sage) 25%, var(--line));
}

.feature-task-bilan-preview__timeline time {
  color: var(--ink-soft);
  font-size: .64rem;
  line-height: 1.45;
}

.feature-task-bilan-preview__timeline li > span {
  display: grid;
  min-width: 0;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 2px 9px;
  color: var(--forest);
}

.feature-task-bilan-preview__timeline li > span > .ui-icon {
  grid-row: 1 / span 2;
  width: 20px;
  height: 20px;
  color: var(--landing-sage-ink);
}

.feature-task-bilan-preview__timeline li > span > .ui-equipment-illustration {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  margin: -4px 0 0 -4px;
  color: var(--forest);
}

.feature-task-bilan-preview__timeline strong {
  font-size: .75rem;
  line-height: 1.35;
}

.feature-task-bilan-preview__timeline small {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--ink-soft);
  font-size: .63rem;
  line-height: 1.45;
}

.feature-task-bilan-preview__timeline small .ui-icon {
  width: 14px;
  height: 14px;
  color: var(--landing-sage-ink);
}

.feature-task-outcome-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.feature-task-outcome-list > div {
  padding: 20px;
}

.feature-task-outcome-list dt {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--forest);
  font-size: .82rem;
  font-weight: 820;
}

.feature-task-outcome-list dt .ui-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.feature-task-outcome-list dd {
  margin: 11px 0 0 32px;
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.6;
}

.feature-documents-hero .feature-hero__copy h1 {
  max-width: 730px;
}

.feature-editorial-figure--documents .feature-editorial-asset {
  min-height: clamp(390px, 43vw, 610px);
}

.feature-editorial-figure--documents .feature-editorial-asset::before {
  width: min(82%, 540px);
  border-radius: 43% 57% 52% 48% / 56% 44% 56% 44%;
  transform: rotate(-5deg);
}

.feature-editorial-figure--documents .feature-editorial-asset__image {
  width: min(100%, 590px);
  margin-inline: auto;
  transform: rotate(1.2deg);
}

.feature-document-add {
  padding-bottom: clamp(76px, 8vw, 112px);
}

.feature-document-add > .feature-heading-divider.ui-section-divider {
  width: 100%;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.feature-document-add__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(290px, .72fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
}

.feature-document-add-preview {
  display: grid;
  min-width: 0;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--landing-sage-soft) 72%, transparent), transparent 34%),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-document-add-preview > header,
.feature-document-library-preview > header {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.feature-document-add-preview > header > span,
.feature-document-library-preview > header > div {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--forest);
  font-weight: 820;
}

.feature-document-add-preview > header .ui-icon,
.feature-document-library-preview > header .ui-icon {
  width: 22px;
  height: 22px;
  color: var(--landing-sage-ink);
}

.feature-document-add-preview > header small {
  color: var(--ink-soft);
  font-size: .66rem;
}

.feature-document-add-preview__context {
  display: grid;
  min-width: 0;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--landing-sage-soft) 64%, var(--white));
}

.feature-document-add-preview__equipment {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--forest) 24%, var(--line));
  border-radius: 18px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft));
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white) 72%, transparent);
}

.feature-document-add-preview__context > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.feature-document-add-preview__context > div > span {
  color: var(--ink-soft);
  font-size: .61rem;
  line-height: 1.4;
}

.feature-document-add-preview__context > div strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.25;
}

.feature-document-add-preview__file {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 30%, var(--line));
  border-radius: 17px;
  background: color-mix(in srgb, var(--white) 92%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-document-add-preview__file > span:first-child,
.feature-document-library-preview__type,
.feature-document-library-preview__action {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  color: var(--landing-sage-ink);
  background: var(--landing-sage-soft);
}

.feature-document-add-preview__file > div,
.feature-document-library-preview__list li > div {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.feature-document-add-preview__file strong,
.feature-document-library-preview__list strong {
  overflow: hidden;
  color: var(--forest);
  font-size: .75rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-document-add-preview__file small,
.feature-document-library-preview__list small {
  color: var(--ink-soft);
  font-size: .63rem;
  line-height: 1.45;
}

.feature-document-add-preview__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.feature-document-add-preview__categories > button {
  appearance: none;
  display: flex;
  min-width: 0;
  min-height: 44px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 26%, var(--line));
  border-radius: 13px;
  color: var(--ink-soft);
  background: color-mix(in srgb, var(--white) 84%, var(--landing-sage-subtle));
  cursor: pointer;
  font-family: inherit;
  font-size: .62rem;
  font-weight: 760;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.feature-document-add-preview__categories > button:hover {
  border-color: color-mix(in srgb, var(--forest) 45%, var(--line));
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 72%, var(--white));
  transform: translateY(-1px);
}

.feature-document-add-preview__categories > button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--landing-terracotta) 42%, transparent);
  outline-offset: 2px;
}

.feature-document-add-preview__categories > button.is-selected {
  border-color: color-mix(in srgb, var(--forest) 76%, var(--line));
  color: var(--maj-selected-ink);
  background: var(--maj-selected-bg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--forest) 19%, transparent);
}

.feature-document-add-preview__categories .ui-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.feature-document-add-preview__details {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.feature-document-add-preview__fields {
  display: grid;
  gap: 9px;
  margin: 0;
}

.feature-document-add-preview__fields > div {
  display: grid;
  grid-template-columns: minmax(130px, .42fr) minmax(0, .58fr);
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--landing-sage) 22%, var(--line));
}

.feature-document-add-preview__fields dt,
.feature-document-add-preview__fields dd {
  margin: 0;
  font-size: .65rem;
  line-height: 1.45;
}

.feature-document-add-preview__fields dt {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--ink-soft);
}

.feature-document-add-preview__fields dt .ui-icon {
  width: 17px;
  height: 17px;
  color: var(--landing-sage-ink);
}

.feature-document-add-preview__fields dd {
  color: var(--forest);
  font-weight: 760;
  text-align: right;
}

.feature-document-principles {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-document-principles > li {
  display: grid;
  min-width: 0;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 17px;
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-document-principles .ui-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 17px;
}

.feature-document-principles .ui-icon-badge .ui-icon {
  width: 27px;
  height: 27px;
}

.feature-document-principles > li > div {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px 9px;
}

.feature-document-principles strong {
  color: var(--forest);
  font-size: .78rem;
  line-height: 1.35;
}

.feature-document-principles p {
  grid-column: 1 / -1;
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: .69rem;
  line-height: 1.55;
}

.feature-document-continuity {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-document-continuity > .feature-section-heading,
.feature-document-add > .feature-section-heading,
.feature-document-find > .feature-section-heading {
  max-width: none;
}

.feature-document-continuity-preview {
  margin-top: clamp(28px, 4vw, 46px);
  padding: clamp(18px, 3vw, 30px);
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--landing-sage-soft) 74%, transparent), transparent 34%),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-document-continuity-preview > ol {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-document-continuity-preview__step {
  display: flex;
  min-width: 0;
  min-height: 284px;
  flex-direction: column;
  gap: 16px;
  padding: clamp(17px, 2vw, 23px);
  border: 1px solid color-mix(in srgb, var(--landing-sage) 29%, var(--line));
  border-radius: 20px;
  background: color-mix(in srgb, var(--white) 92%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-document-continuity-preview__step > header {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--landing-sage-ink);
  font-size: .62rem;
  font-weight: 840;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-document-continuity-preview__step > header > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 34%, var(--line));
  border-radius: 11px;
  color: var(--forest);
  background: var(--landing-sage-soft);
  letter-spacing: 0;
}

.feature-document-continuity-preview__connector {
  display: grid;
  place-items: center;
  color: var(--landing-sage-ink);
}

.feature-document-continuity-preview__connector .ui-icon {
  width: 25px;
  height: 25px;
}

.feature-document-continuity-preview__equipment {
  display: grid;
  min-width: 0;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.feature-document-continuity-preview__equipment > span {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--forest) 22%, var(--line));
  border-radius: 18px;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 76%, var(--white));
}

.feature-document-continuity-preview__equipment > span .ui-icon {
  width: 22px;
  height: 22px;
}

.feature-document-continuity-preview__equipment > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.feature-document-continuity-preview__equipment small,
.feature-document-continuity-preview__task-copy small,
.feature-document-continuity-preview__step.is-context li small {
  color: var(--ink-soft);
  font-size: .58rem;
  line-height: 1.4;
}

.feature-document-continuity-preview__equipment strong,
.feature-document-continuity-preview__task-copy > strong,
.feature-document-continuity-preview__step.is-context li strong {
  color: var(--forest);
  font-size: .73rem;
  line-height: 1.4;
}

.feature-document-continuity-preview__step dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.feature-document-continuity-preview__step dl > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 22%, var(--line));
  border-radius: 12px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-document-continuity-preview__step dl > div.is-milestone {
  border-color: color-mix(in srgb, var(--landing-terracotta) 42%, var(--line));
  background: var(--landing-terracotta-soft);
}

.feature-document-continuity-preview__step dt,
.feature-document-continuity-preview__step dd {
  margin: 0;
  font-size: .61rem;
  line-height: 1.4;
}

.feature-document-continuity-preview__step dt {
  color: var(--ink-soft);
}

.feature-document-continuity-preview__step dd {
  color: var(--forest);
  font-weight: 790;
  text-align: right;
}

.feature-document-continuity-preview__step.is-source > p {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: auto 0 0;
  padding-top: 12px;
  border-top: 1px solid color-mix(in srgb, var(--landing-sage) 22%, var(--line));
  color: var(--landing-sage-ink);
  font-size: .62rem;
  font-weight: 760;
}

.feature-document-continuity-preview__step.is-source > p .ui-icon {
  width: 17px;
  height: 17px;
}

.feature-document-continuity-preview__step.is-task {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-color: color-mix(in srgb, var(--forest) 38%, var(--line));
  background:
    radial-gradient(circle at 92% 7%, color-mix(in srgb, var(--landing-sage-soft) 92%, transparent), transparent 42%),
    linear-gradient(155deg, color-mix(in srgb, var(--white) 95%, var(--landing-sage-subtle)), color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft)));
  box-shadow: 0 18px 42px color-mix(in srgb, var(--forest) 12%, transparent), inset 0 1px 0 color-mix(in srgb, var(--white) 72%, transparent);
}

.feature-document-continuity-preview__task-visual {
  display: grid;
  grid-template-columns: repeat(2, 78px);
  gap: 12px;
  align-items: stretch;
}

.feature-document-continuity-preview__step.is-task > header {
  grid-column: 1 / -1;
}

.feature-document-continuity-preview__task-date {
  display: grid;
  width: 78px;
  min-height: 92px;
  place-items: center;
  align-content: center;
  border-radius: 18px;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 82%, var(--white));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--forest) 25%, var(--line));
}

.feature-document-continuity-preview__task-equipment {
  display: grid;
  width: 78px;
  min-height: 92px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--forest) 24%, var(--line));
  border-radius: 18px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 76%, var(--landing-sage-soft));
}

.feature-document-continuity-preview__task-date small,
.feature-document-continuity-preview__task-date span {
  font-size: .54rem;
  font-weight: 820;
  letter-spacing: .09em;
}

.feature-document-continuity-preview__task-date strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}

.feature-document-continuity-preview__task-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
  align-content: start;
  margin-top: auto;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--forest) 19%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-document-continuity-preview__task-copy > .ui-status-badge {
  display: flex;
  width: fit-content;
  max-width: 100%;
  gap: 6px;
  align-items: center;
  white-space: normal;
}

.feature-document-continuity-preview__task-copy > .ui-status-badge .ui-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.feature-document-continuity-preview__task-origin {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 3px;
  padding-top: 9px;
  border-top: 1px solid color-mix(in srgb, var(--forest) 18%, var(--line));
  color: var(--forest);
  font-size: .58rem;
  font-weight: 780;
}

.feature-document-continuity-preview__task-origin .ui-icon {
  width: 15px;
  height: 15px;
  color: var(--landing-sage-ink);
}

.feature-document-continuity-preview__step.is-context > p {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.25;
}

.feature-document-continuity-preview__step.is-context > ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.feature-document-continuity-preview__step.is-context li {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 22%, var(--line));
  border-radius: 12px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-document-continuity-preview__step.is-context li > .ui-icon {
  width: 20px;
  height: 20px;
  justify-self: center;
  color: var(--landing-sage-ink);
}

.feature-document-continuity-preview__step.is-context li > .ui-equipment-illustration {
  width: 30px;
  height: 30px;
  justify-self: center;
  color: var(--forest);
}

.feature-document-continuity-preview__step.is-context li > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.feature-document-continuity__scope {
  display: flex;
  max-width: 900px;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: .68rem;
  line-height: 1.6;
}

.feature-document-continuity__scope .ui-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--landing-sage-ink);
}

.feature-document-find {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-document-library-preview {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--landing-sage-soft) 68%, transparent), transparent 29%),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-document-library-preview > header > div > span {
  display: grid;
  gap: 3px;
}

.feature-document-library-preview > header small {
  color: var(--ink-soft);
  font-size: .57rem;
  font-weight: 770;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.feature-document-library-preview > header strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 500;
}

.feature-document-library-preview__filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 10px;
}

.feature-document-library-preview__filters > span {
  display: flex;
  min-height: 46px;
  gap: 9px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 26%, var(--line));
  border-radius: 14px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
  font-size: .65rem;
  font-weight: 740;
}

.feature-document-library-preview__filters > span.is-search {
  justify-content: flex-start;
  color: var(--ink-soft);
}

.feature-document-library-preview__filters .ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--landing-sage-ink);
}

.feature-document-library-preview__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-document-library-preview__list li {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 25%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--white) 91%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-document-library-preview__list li > div > span {
  display: flex;
  width: fit-content;
  max-width: 100%;
  gap: 6px;
  align-items: center;
  color: var(--landing-sage-ink);
  font-size: .62rem;
  font-weight: 760;
}

.feature-document-library-preview__list li > div > span.is-unlinked {
  color: var(--ink-soft);
}

.feature-document-library-preview__list li > div > span .ui-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.feature-document-library-preview__action {
  border: 1px solid color-mix(in srgb, var(--landing-sage) 26%, var(--line));
  background: color-mix(in srgb, var(--white) 84%, var(--landing-sage-soft));
}

.feature-document-find__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.feature-document-find__benefits > article {
  display: grid;
  min-width: 0;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-color: color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  background: linear-gradient(150deg, color-mix(in srgb, var(--white) 94%, var(--landing-sage-subtle)), color-mix(in srgb, var(--white) 88%, var(--landing-sage-soft)));
}

.feature-document-find__benefits .ui-icon-badge {
  width: 50px;
  height: 50px;
}

.feature-document-find__benefits h3 {
  font-size: clamp(1rem, 1.7vw, 1.3rem);
}

.feature-document-find__benefits p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.6;
}

.feature-document-control {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-document-control__copy > p {
  margin: 22px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.feature-document-control__copy > ul {
  display: grid;
  gap: 11px;
  margin: 25px 0 18px;
  padding: 0;
  color: var(--forest);
  font-size: .73rem;
  font-weight: 770;
  list-style: none;
}

.feature-document-control__copy > ul li {
  display: flex;
  gap: 9px;
  align-items: center;
}

.feature-document-control__copy > ul .ui-icon {
  width: 21px;
  height: 21px;
  color: var(--landing-sage-ink);
}

.feature-document-control__copy > small {
  color: var(--ink-soft);
  font-size: .66rem;
}

.feature-document-control-preview {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr);
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
  background:
    radial-gradient(circle at 24% 52%, color-mix(in srgb, var(--landing-sage-soft) 70%, transparent), transparent 38%),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-document-control-preview__viewer {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 92%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-document-control-preview__viewer > header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: var(--forest);
  font-size: .67rem;
  font-weight: 800;
}

.feature-document-control-preview__viewer > header > span:first-child {
  display: flex;
  gap: 7px;
  align-items: center;
}

.feature-document-control-preview__viewer > header .ui-icon {
  width: 17px;
  height: 17px;
}

.feature-document-control-preview__paper {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 18px 0;
  padding: 24px 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 23%, var(--line));
  border-radius: 12px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 97%, var(--landing-terracotta-soft));
}

.feature-document-control-preview__paper::before {
  position: absolute;
  inset: 15px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 20%, transparent);
  border-radius: 8px;
  content: "";
}

.feature-document-control-preview__paper .is-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  color: var(--landing-sage-ink);
  background: var(--landing-sage-soft);
}

.feature-document-control-preview__paper .is-mark .ui-icon {
  width: 25px;
  height: 25px;
}

.feature-document-control-preview__paper > i {
  width: 72%;
  height: 3px;
  margin: 3px 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--landing-sage) 18%, transparent);
}

.feature-document-control-preview__paper > i:nth-of-type(2),
.feature-document-control-preview__paper > i:nth-of-type(4) {
  width: 56%;
}

.feature-document-control-preview__paper > strong {
  margin-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .92rem;
  font-weight: 500;
}

.feature-document-control-preview__paper > small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: .58rem;
}

.feature-document-control-preview__viewer > strong {
  overflow: hidden;
  color: var(--forest);
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-document-control-preview__viewer > small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: .61rem;
}

.feature-document-control-preview__tools {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.feature-document-control-preview__tools > section {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-document-control-preview__eyebrow {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--forest);
  font-size: .7rem;
  font-weight: 810;
}

.feature-document-control-preview__eyebrow .ui-icon {
  width: 19px;
  height: 19px;
  color: var(--landing-sage-ink);
}

.feature-document-control-preview__tools section > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-document-control-preview__tools section > div > span {
  display: inline-flex;
  min-height: 38px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--landing-sage) 28%, var(--line));
  border-radius: 12px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 84%, var(--landing-sage-soft));
  font-size: .61rem;
  font-weight: 780;
}

.feature-document-control-preview__tools section > div > span .ui-icon {
  width: 16px;
  height: 16px;
}

.feature-document-control-preview__formats > span {
  min-width: 56px;
}

.feature-document-control-preview__formats > span.is-complete {
  flex: 1 1 140px;
  border-color: color-mix(in srgb, var(--landing-terracotta) 42%, var(--line));
  background: var(--landing-terracotta-soft);
}

.feature-document-control-preview__tools section > small {
  color: var(--ink-soft);
  font-size: .61rem;
  line-height: 1.5;
}

.feature-editorial-figure--report .feature-editorial-asset {
  min-height: clamp(390px, 44vw, 620px);
}

.feature-editorial-figure--report .feature-editorial-asset::before {
  width: min(86%, 570px);
  border-radius: 50% 50% 44% 56% / 55% 43% 57% 45%;
  transform: rotate(3deg);
}

.feature-editorial-figure--report .feature-editorial-asset__image {
  width: min(100%, 650px);
  margin-inline: auto;
  transform: rotate(-1deg);
}

.feature-report-overview {
  padding-bottom: clamp(76px, 8vw, 112px);
}

.feature-report-overview > .feature-heading-divider.ui-section-divider {
  width: 100%;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.feature-report-overview__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
}

.feature-report-overview-preview {
  container: report-overview / inline-size;
  display: grid;
  min-width: 0;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--landing-sage-soft) 72%, transparent), transparent 30%),
    color-mix(in srgb, var(--white) 90%, var(--landing-sage-subtle));
}

.feature-report-overview-preview > header,
.feature-report-projection-preview > header {
  display: flex;
  min-width: 0;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.feature-report-overview-preview > header > div,
.feature-report-projection-preview > header > div {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
  color: var(--forest);
}

.feature-report-overview-preview > header > div > .ui-icon,
.feature-report-projection-preview > header > div > .ui-icon {
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 11px;
  background: color-mix(in srgb, var(--landing-sage-soft) 80%, var(--white));
}

.feature-report-overview-preview > header > div > span,
.feature-report-projection-preview > header > div > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.feature-report-overview-preview > header small,
.feature-report-projection-preview > header small {
  color: var(--ink-soft);
  font-size: .56rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-report-overview-preview > header strong,
.feature-report-projection-preview > header strong {
  font-size: .73rem;
}

.feature-report-overview-preview > header time {
  flex: 0 0 auto;
  color: var(--ink-soft);
  font-size: .59rem;
  font-weight: 690;
}

.feature-report-overview-preview__summary {
  display: grid;
  grid-template-columns: minmax(230px, .88fr) minmax(0, 1.12fr);
  gap: 12px;
}

.feature-report-overview-preview__score {
  display: grid;
  min-width: 0;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 19px;
  border-radius: 20px;
  color: var(--maj-on-forest);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, .11), transparent 32%),
    var(--forest-dark);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--forest-dark) 24%, transparent);
}

.feature-report-overview-preview__score-ring {
  display: grid;
  width: 98px;
  height: 98px;
  grid-template-columns: auto auto;
  place-content: center;
  align-items: baseline;
  border: 7px solid color-mix(in srgb, var(--landing-sage) 72%, white);
  border-right-color: color-mix(in srgb, var(--landing-terracotta) 75%, white);
  border-radius: 50%;
  background: color-mix(in srgb, var(--forest-dark) 88%, black);
}

.feature-report-overview-preview__score-ring strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.feature-report-overview-preview__score-ring span {
  margin-left: 3px;
  font-size: .55rem;
  font-weight: 720;
  opacity: .78;
}

.feature-report-overview-preview__score > div:last-child {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.feature-report-overview-preview__score > div:last-child small {
  font-size: .56rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .76;
}

.feature-report-overview-preview__score > div:last-child strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
}

.feature-report-overview-preview__score p {
  margin: 0;
  font-size: .58rem;
  line-height: 1.5;
  opacity: .78;
}

.feature-report-overview-preview__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.feature-report-overview-preview__metrics > div {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 8px;
  align-content: center;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--forest) 17%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-report-overview-preview__metrics dt,
.feature-report-overview-preview__metrics dd {
  margin: 0;
}

.feature-report-overview-preview__metrics dt {
  display: flex;
  min-width: 0;
  gap: 6px;
  align-items: center;
  color: var(--forest);
  font-size: .59rem;
  font-weight: 790;
}

.feature-report-overview-preview__metrics dt .ui-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--landing-sage-ink);
}

.feature-report-overview-preview__metrics dd {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.feature-report-overview-preview__metrics small {
  color: var(--ink-soft);
  font-size: .53rem;
}

.feature-report-overview-preview__metrics > div.is-priority {
  border-color: color-mix(in srgb, var(--landing-terracotta) 44%, var(--line));
  background: color-mix(in srgb, var(--white) 82%, var(--landing-terracotta-soft));
}

.feature-report-overview-preview__priority {
  display: grid;
  min-width: 0;
  grid-template-columns: 64px minmax(0, 1fr) 38px;
  gap: 15px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--forest) 22%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 86%, var(--landing-sage-soft));
  box-shadow: var(--landing-shadow-soft);
}

.feature-report-overview-preview__priority > span {
  display: grid;
  width: 64px;
  height: 64px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 16px;
  place-items: center;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft));
}

.feature-report-overview-preview__priority > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.feature-report-overview-preview__priority small {
  color: var(--landing-terracotta-ink);
  font-size: .56rem;
  font-weight: 810;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.feature-report-overview-preview__priority strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 500;
}

.feature-report-overview-preview__priority p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .59rem;
}

.feature-report-overview-preview__priority > .ui-icon {
  width: 38px;
  height: 38px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--forest) 18%, var(--line));
  border-radius: 50%;
  color: var(--forest);
  background: var(--white);
}

.feature-report-principles {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-report-principles > li {
  display: grid;
  min-width: 0;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--forest) 19%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 92%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-report-principles .ui-icon-badge {
  width: 54px;
  height: 54px;
  color: var(--forest);
}

.feature-report-principles > li > div {
  display: grid;
  gap: 4px;
}

.feature-report-principles > li > div > strong {
  color: var(--forest);
  font-size: .72rem;
}

.feature-report-principles p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: .65rem;
  line-height: 1.55;
}

.feature-report-projection,
.feature-report-history {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-report-history {
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
}

.feature-report-projection__copy > p,
.feature-report-history__copy > p {
  margin: 22px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.feature-report-projection__copy > ul,
.feature-report-history__copy > ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 16px;
  padding: 0;
  color: var(--forest);
  font-size: .72rem;
  font-weight: 770;
  list-style: none;
}

.feature-report-projection__copy > ul li,
.feature-report-history__copy > ul li {
  display: flex;
  gap: 9px;
  align-items: center;
}

.feature-report-projection__copy > ul .ui-icon,
.feature-report-history__copy > ul .ui-icon {
  width: 21px;
  height: 21px;
  color: var(--landing-sage-ink);
}

.feature-report-projection__copy > small {
  color: var(--ink-soft);
  font-size: .66rem;
}

.feature-report-projection-preview {
  display: grid;
  min-width: 0;
  gap: 22px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 12% 92%, color-mix(in srgb, var(--landing-sage-soft) 70%, transparent), transparent 32%),
    color-mix(in srgb, var(--white) 90%, var(--landing-sage-subtle));
}

.feature-report-projection-preview > header > span {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  align-items: center;
  color: var(--ink-soft);
  font-size: .56rem;
  font-weight: 720;
}

.feature-report-projection-preview > header > span i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--landing-terracotta);
}

.feature-report-projection-preview__chart {
  display: grid;
  height: 230px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 7px;
  align-items: end;
  padding: 18px 16px 12px;
  border: 1px solid color-mix(in srgb, var(--forest) 17%, var(--line));
  border-radius: 18px;
  background:
    repeating-linear-gradient(to top, transparent 0 49px, color-mix(in srgb, var(--forest) 9%, transparent) 49px 50px),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

.feature-report-projection-preview__chart > span {
  display: grid;
  height: 100%;
  min-width: 0;
  grid-template-rows: 20px minmax(0, 1fr) 22px;
  gap: 5px;
  align-items: end;
  justify-items: center;
}

.feature-report-projection-preview__chart strong,
.feature-report-projection-preview__chart small {
  color: var(--ink-soft);
  font-size: .52rem;
  font-weight: 730;
}

.feature-report-projection-preview__chart > span > i {
  width: min(100%, 30px);
  height: var(--feature-report-bar);
  min-height: 7px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(to top, var(--forest-dark), color-mix(in srgb, var(--landing-sage) 74%, white));
  box-shadow: 0 7px 15px color-mix(in srgb, var(--forest-dark) 14%, transparent);
}

.feature-report-projection-preview__chart > span.is-sensitive > i {
  background: linear-gradient(to top, var(--landing-terracotta), color-mix(in srgb, var(--landing-terracotta) 48%, white));
}

.feature-report-projection-preview__focus {
  display: grid;
  min-width: 0;
  grid-template-columns: 56px 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--landing-terracotta) 40%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--white) 82%, var(--landing-terracotta-soft));
}

.feature-report-projection-preview__focus time {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  align-content: center;
  border-radius: 13px;
  color: var(--maj-on-forest);
  background: var(--forest-dark);
}

.feature-report-projection-preview__focus time strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.feature-report-projection-preview__focus time span {
  font-size: .48rem;
  font-weight: 820;
  letter-spacing: .1em;
}

.feature-report-projection-preview__focus > span {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  place-items: center;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 82%, var(--white));
}

.feature-report-projection-preview__focus > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.feature-report-projection-preview__focus small {
  color: var(--landing-terracotta-ink);
  font-size: .55rem;
  font-weight: 790;
}

.feature-report-projection-preview__focus > div > strong {
  color: var(--forest);
  font-size: .68rem;
}

.feature-report-history-preview {
  container: report-history / inline-size;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(190px, .62fr) minmax(0, 1.38fr);
  gap: 22px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--landing-sage-soft) 74%, transparent), transparent 36%),
    color-mix(in srgb, var(--white) 90%, var(--landing-sage-subtle));
}

.feature-report-history-preview > aside {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 20px;
  text-align: center;
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft));
  box-shadow: var(--landing-shadow-soft);
}

.feature-report-history-preview > aside > span {
  display: grid;
  width: 126px;
  height: 126px;
  margin-bottom: 17px;
  border: 1px solid color-mix(in srgb, var(--forest) 22%, var(--line));
  border-radius: 28px;
  place-items: center;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 82%, var(--landing-sage-soft));
}

.feature-report-history-preview > aside > small {
  color: var(--landing-sage-ink);
  font-size: .56rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-report-history-preview > aside > strong {
  margin-top: 4px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
}

.feature-report-history-preview > aside > p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: .58rem;
}

.feature-report-history-preview > ol {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-report-history-preview > ol::before {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 114px;
  width: 1px;
  background: color-mix(in srgb, var(--forest) 28%, var(--line));
  content: "";
}

.feature-report-history-preview > ol > li {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 92px 44px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--forest) 18%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 90%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-report-history-preview > ol > li.is-documented {
  border-color: color-mix(in srgb, var(--landing-sage) 54%, var(--line));
}

.feature-report-history-preview li time {
  color: var(--ink-soft);
  font-size: .55rem;
  font-weight: 700;
  line-height: 1.35;
}

.feature-report-history-preview li > span {
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--forest) 25%, var(--line));
  border-radius: 50%;
  place-items: center;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 86%, var(--white));
}

.feature-report-history-preview li > span .ui-icon {
  width: 20px;
  height: 20px;
}

.feature-report-history-preview li > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.feature-report-history-preview li > div > small {
  color: var(--landing-sage-ink);
  font-size: .53rem;
  font-weight: 790;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.feature-report-history-preview li > div > strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .9rem;
  font-weight: 500;
}

.feature-report-history-preview li p {
  display: flex;
  min-width: 0;
  gap: 6px;
  align-items: center;
  margin: 0;
  color: var(--ink-soft);
  font-size: .56rem;
  overflow-wrap: anywhere;
}

.feature-report-history-preview li p .ui-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: var(--landing-sage-ink);
}

.feature-report-export {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-report-export-preview {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(240px, .76fr) minmax(0, 1.24fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 78% 8%, color-mix(in srgb, var(--landing-sage-soft) 68%, transparent), transparent 34%),
    color-mix(in srgb, var(--white) 90%, var(--landing-sage-subtle));
}

.feature-report-export-preview__paper {
  position: relative;
  display: grid;
  width: min(100%, 320px);
  min-height: 390px;
  gap: 16px;
  justify-self: center;
  padding: 24px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--forest) 25%, var(--line));
  border-radius: 12px 26px 12px 12px;
  color: var(--forest);
  background: color-mix(in srgb, var(--white) 96%, var(--landing-sage-subtle));
  box-shadow: 12px 16px 34px color-mix(in srgb, var(--forest-dark) 18%, transparent);
}

.feature-report-export-preview__paper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border-bottom: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-left: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 0 0 0 12px;
  background: color-mix(in srgb, var(--landing-sage-soft) 76%, var(--white));
  content: "";
}

.feature-report-export-preview__paper > header {
  display: flex;
  padding-right: 34px;
  align-items: center;
  justify-content: space-between;
  font-size: .58rem;
  font-weight: 800;
}

.feature-report-export-preview__paper > header span {
  display: flex;
  gap: 6px;
  align-items: center;
}

.feature-report-export-preview__paper > header .ui-icon {
  width: 18px;
  height: 18px;
}

.feature-report-export-preview__paper-title {
  display: grid;
  gap: 3px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
}

.feature-report-export-preview__paper-title small,
.feature-report-export-preview__paper-title span {
  color: var(--ink-soft);
  font-size: .55rem;
}

.feature-report-export-preview__paper-title strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.feature-report-export-preview__paper-score {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 5px;
  align-items: baseline;
}

.feature-report-export-preview__paper-score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
}

.feature-report-export-preview__paper-score > span {
  color: var(--ink-soft);
  font-size: .58rem;
}

.feature-report-export-preview__paper-score > small {
  grid-column: 1 / -1;
  color: var(--landing-sage-ink);
  font-size: .58rem;
  font-weight: 760;
}

.feature-report-export-preview__paper > i {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--landing-sage) 24%, transparent);
}

.feature-report-export-preview__paper > i:nth-of-type(2) {
  width: 72%;
}

.feature-report-export-preview__paper > i:nth-of-type(3) {
  width: 86%;
}

.feature-report-export-preview__paper > footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  align-self: end;
}

.feature-report-export-preview__paper > footer span {
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--forest) 18%, var(--line));
  border-radius: 8px;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 66%, var(--white));
  font-size: .52rem;
  font-weight: 720;
  text-align: center;
}

.feature-report-export-preview__formats {
  display: grid;
  gap: 12px;
}

.feature-report-export-preview__formats > article {
  display: grid;
  min-width: 0;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-report-export-preview__formats > article > span {
  display: grid;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  place-items: center;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 84%, var(--white));
}

.feature-report-export-preview__formats > article > span .ui-icon {
  width: 23px;
  height: 23px;
}

.feature-report-export-preview__formats > article > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.feature-report-export-preview__formats strong {
  color: var(--forest);
  font-size: .72rem;
}

.feature-report-export-preview__formats small {
  color: var(--ink-soft);
  font-size: .59rem;
}

.feature-report-export-preview__formats em {
  justify-self: end;
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--maj-on-forest);
  background: var(--forest-dark);
  font-size: .51rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
}

.feature-report-export__scope {
  display: flex;
  max-width: 980px;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: .68rem;
  line-height: 1.6;
}

.feature-report-export__scope .ui-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--landing-sage-ink);
}

.ui-feature-journey--with-trial {
  margin-bottom: 0;
}

.feature-trial-cta {
  display: flex;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(30px, 5vw, 54px);
  margin-bottom: clamp(88px, 10vw, 148px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid color-mix(in srgb, var(--landing-sage) 42%, transparent);
  border-radius: clamp(22px, 3vw, 30px);
  color: var(--maj-on-forest);
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--landing-sage) 34%, transparent), transparent 38%),
    var(--forest-dark);
  box-shadow: 0 20px 52px color-mix(in srgb, var(--forest-dark) 22%, transparent);
}

.feature-trial-cta > div {
  display: grid;
  max-width: 690px;
  gap: 6px;
}

.feature-trial-cta strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.15;
}

.feature-trial-cta > .landing-cta {
  min-width: min(100%, 250px);
  flex: 0 0 auto;
}

html[data-theme="dark"] .feature-context-card,
html[data-theme="dark"] .feature-stage,
html[data-theme="dark"] .feature-view-card,
html[data-theme="dark"] .feature-task-relation-card,
html[data-theme="dark"] .feature-document-find__benefits > article,
html[data-theme="dark"] .feature-report-principles > li {
  border-color: color-mix(in srgb, var(--landing-sage) 30%, var(--line));
  background: color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

html[data-theme="dark"] .feature-stage__header,
html[data-theme="dark"] .feature-mini-list > span,
html[data-theme="dark"] .feature-task-insights aside,
html[data-theme="dark"] .feature-workflow__document,
html[data-theme="dark"] .feature-task-transition-preview article,
html[data-theme="dark"] .feature-task-distinction > li,
html[data-theme="dark"] .feature-task-relation-card__sample,
html[data-theme="dark"] .feature-task-reminder-card,
html[data-theme="dark"] .feature-task-reminder-preview__email,
html[data-theme="dark"] .feature-personal-task-preview__title,
html[data-theme="dark"] .feature-task-reminder-preview > ol > li,
html[data-theme="dark"] .feature-personal-task-preview > dl > div,
html[data-theme="dark"] .feature-personal-task-preview > p,
html[data-theme="dark"] .feature-task-bilan-preview__metrics > span,
html[data-theme="dark"] .feature-document-add-preview__file,
html[data-theme="dark"] .feature-document-add-preview__context,
html[data-theme="dark"] .feature-document-add-preview__equipment,
html[data-theme="dark"] .feature-document-add-preview__categories > button,
html[data-theme="dark"] .feature-document-principles > li,
html[data-theme="dark"] .feature-document-continuity-preview__step,
html[data-theme="dark"] .feature-document-continuity-preview__step dl > div,
html[data-theme="dark"] .feature-document-continuity-preview__step.is-context li,
html[data-theme="dark"] .feature-document-continuity-preview__equipment > span,
html[data-theme="dark"] .feature-document-continuity-preview__task-equipment,
html[data-theme="dark"] .feature-document-continuity-preview__task-copy,
html[data-theme="dark"] .feature-document-library-preview__filters > span,
html[data-theme="dark"] .feature-document-library-preview__list li,
html[data-theme="dark"] .feature-document-control-preview__viewer,
html[data-theme="dark"] .feature-document-control-preview__tools > section,
html[data-theme="dark"] .feature-report-overview-preview__metrics > div,
html[data-theme="dark"] .feature-report-overview-preview__priority,
html[data-theme="dark"] .feature-report-projection-preview__chart,
html[data-theme="dark"] .feature-report-history-preview > ol > li,
html[data-theme="dark"] .feature-report-export-preview__paper,
html[data-theme="dark"] .feature-report-export-preview__formats > article {
  background: color-mix(in srgb, var(--white) 90%, var(--landing-sage-subtle));
}

html[data-theme="dark"] .feature-report-overview-preview,
html[data-theme="dark"] .feature-report-projection-preview,
html[data-theme="dark"] .feature-report-history-preview,
html[data-theme="dark"] .feature-report-export-preview {
  border-color: color-mix(in srgb, var(--landing-sage) 32%, var(--line));
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--landing-sage-soft) 25%, transparent), transparent 35%),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

html[data-theme="dark"] .feature-document-add-preview__categories > button.is-selected {
  border-color: color-mix(in srgb, var(--landing-sage) 72%, var(--line));
  color: var(--maj-selected-ink);
  background: var(--maj-selected-bg);
}

html[data-theme="dark"] .feature-document-continuity-preview__step.is-task {
  border-color: color-mix(in srgb, var(--landing-sage) 46%, var(--line));
  background:
    radial-gradient(circle at 92% 7%, color-mix(in srgb, var(--landing-sage-soft) 32%, transparent), transparent 42%),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

/* Ajustements des seules zones validées sur les onze planches, hors mise en page mobile. */
@media (min-width: 1101px) {
  .feature-page > .feature-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 3vw, 48px);
    padding-top: 48px;
  }

  .feature-hero__copy {
    align-self: start;
  }

  .feature-hero__copy h1 {
    font-size: clamp(3.5rem, 4.3vw, 3.875rem);
  }

  .feature-profile-page .feature-profile-scope {
    padding-bottom: 64px;
  }

  .feature-profile-page .feature-profile-situations {
    padding-top: 40px;
  }

  .feature-page > .feature-context {
    padding-bottom: 64px;
  }

  .feature-page > .feature-journey {
    padding-top: 64px;
  }

  .feature-stage__body--views .feature-stage__copy h3 {
    font-size: clamp(1.875rem, 2.3vw, 2.125rem);
  }

  .feature-task-relations > .feature-section-heading {
    max-width: 940px;
  }

  #task-relations-title,
  #document-continuity-title,
  #document-add-title,
  #document-find-title,
  #document-control-title,
  #report-projection-title,
  #report-history-title {
    font-size: clamp(2.75rem, 3.4vw, 3rem);
  }

  .feature-tasks-page .feature-task-reminders {
    padding-bottom: 64px;
  }

  .feature-tasks-page .feature-task-outcomes {
    padding-top: 64px;
  }
}

@media (max-width: 1100px) {
  .feature-report-history,
  .feature-task-transition__layout {
    grid-template-columns: 1fr;
  }

  .feature-page > .feature-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 32px 48px;
  }

  .feature-hero__copy {
    max-width: 820px;
  }

  .feature-hero__copy h1 {
    font-size: clamp(2.5rem, 5vw, 3.25rem);
  }

  .feature-hero .feature-breadcrumb {
    margin-bottom: 16px;
  }

  .feature-hero__lede {
    margin-top: 20px;
  }

  /* Seule l’illustration décorative d’ouverture disparaît ; les exemples restent illustrés. */
  .feature-hero > .feature-editorial-figure {
    display: none;
  }
}

@media (max-width: 900px) {
  .feature-context-grid {
    grid-template-columns: 1fr;
  }

  .feature-context-card {
    min-height: 0;
  }

  .feature-stage__body,
  .feature-stage__body--views,
  .feature-stage__body--reverse,
  .feature-stage__body--report {
    grid-template-columns: 1fr;
  }

  .feature-task-transition__layout,
  .feature-task-outcomes__layout,
  .feature-document-add__layout,
  .feature-document-control,
  .feature-report-overview__layout,
  .feature-report-projection,
  .feature-report-history {
    grid-template-columns: 1fr;
  }

  .feature-report-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-report-principles > li {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .feature-report-history__copy {
    max-width: 760px;
  }

  .feature-task-relations__grid,
  .feature-document-find__benefits {
    grid-template-columns: 1fr;
  }

  .feature-document-continuity-preview > ol {
    grid-template-columns: 1fr;
  }

  .feature-document-continuity-preview__step {
    min-height: 0;
  }

  .feature-document-continuity-preview__connector {
    min-height: 28px;
    transform: rotate(90deg);
  }

  .feature-document-control__copy {
    max-width: 760px;
  }

  .feature-task-reminders__grid {
    grid-template-columns: 1fr;
  }

  .feature-task-relation-card {
    min-height: 0;
  }

  .feature-stage__body--reverse .feature-stage__copy {
    order: initial;
  }

  .feature-stage__body--report .feature-stage__copy,
  .feature-report-preview,
  .feature-report-summary {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .feature-page > .feature-hero {
    padding-block: 24px 36px;
  }

  .feature-hero__copy h1 {
    font-size: clamp(2rem, 7vw, 2.5rem);
  }

  .feature-hero .feature-breadcrumb {
    margin-bottom: 12px;
  }

  .feature-hero__lede {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .feature-hero .feature-proof-list {
    margin-block: 20px;
    font-size: .875rem;
  }

  .feature-editorial-asset,
  .feature-editorial-figure--tasks .feature-editorial-asset,
  .feature-editorial-figure--documents .feature-editorial-asset,
  .feature-editorial-figure--report .feature-editorial-asset {
    min-height: 0;
  }

  .feature-report-overview-preview__summary,
  .feature-report-export-preview {
    grid-template-columns: 1fr;
  }

  .feature-report-principles {
    grid-template-columns: 1fr;
  }

  .feature-report-export-preview__paper {
    width: min(100%, 380px);
  }

  .feature-trial-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .feature-trial-cta > .landing-cta {
    width: 100%;
  }

  .feature-document-library-preview__filters {
    grid-template-columns: 1fr 1fr;
  }

  .feature-document-library-preview__filters .is-search {
    grid-column: 1 / -1;
  }

  .feature-document-control-preview {
    grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr);
  }

  .feature-task-transition-preview {
    grid-template-columns: 1fr;
  }

  .feature-task-transition-preview__connector {
    margin-inline: auto;
    transform: rotate(90deg);
  }

  .feature-task-detail header {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .feature-report-preview__image {
    max-height: 220px;
  }
}

@media (max-width: 620px) {
  .feature-view-gallery,
  .feature-task-insights {
    grid-template-columns: 1fr;
  }

  .feature-task-detail dl,
  .feature-task-actions {
    grid-template-columns: 1fr;
  }

  .feature-document-add-preview__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-document-control-preview {
    grid-template-columns: 1fr;
  }

  .feature-report-history-preview {
    grid-template-columns: 1fr;
  }

  .feature-report-history-preview > aside {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .feature-report-history-preview > aside > span {
    width: 94px;
    height: 94px;
    grid-row: 1 / span 3;
    margin: 0;
  }

  .feature-report-history-preview > aside > span .ui-equipment-illustration {
    width: 82px;
    height: 82px;
  }

  .feature-report-projection-preview__chart {
    height: 310px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 14px;
  }

  .feature-document-control-preview__viewer {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .feature-task-reminder-card__copy {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 14px;
  }

  .feature-task-reminder-card__copy > .ui-icon-badge {
    width: 48px;
    height: 48px;
  }

  .feature-task-reminder-preview > ol,
  .feature-personal-task-preview > dl {
    grid-template-columns: 1fr;
  }

  .feature-task-detail dl > div {
    min-height: 0;
  }

  .feature-workflow__heading,
  .feature-workflow__heading > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-workflow__heading strong {
    white-space: normal;
  }

  .feature-workflow__heading > .feature-workflow__identity {
    align-items: center;
    flex-direction: row;
  }

  .feature-workflow__document {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .feature-workflow__document > .ui-status-badge {
    grid-column: 2;
    justify-self: start;
  }

  .feature-evidence-chain {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-evidence-chain > li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 2px 10px;
    justify-items: start;
    text-align: left;
  }

  .feature-evidence-chain > li > .ui-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .feature-evidence-chain > li:not(:last-child)::after {
    top: calc(100% + 3px);
    right: auto;
    left: 11px;
    width: 1px;
    height: 8px;
  }
}

@media (max-width: 430px) {
  .feature-breadcrumb {
    margin-bottom: 20px;
  }

  .feature-proof-list {
    font-size: .74rem;
  }

  .feature-task-bilan-preview > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-task-bilan-preview__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-task-bilan-preview__metrics > span:last-child {
    grid-column: 1 / -1;
  }

  .feature-task-bilan-preview__timeline li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .feature-document-add-preview > header,
  .feature-document-library-preview > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-document-add-preview__context {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .feature-document-add-preview__equipment {
    width: 64px;
    height: 64px;
  }

  .feature-document-add-preview__equipment .ui-equipment-illustration {
    width: 58px;
    height: 58px;
  }

  .feature-document-add-preview__file {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .feature-document-add-preview__file > .ui-status-badge {
    grid-column: 2;
    justify-self: start;
  }

  .feature-document-add-preview__fields > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .feature-document-add-preview__fields dd {
    text-align: left;
  }

  .feature-document-library-preview__filters {
    grid-template-columns: 1fr;
  }

  .feature-document-library-preview__filters .is-search {
    grid-column: auto;
  }

  .feature-document-library-preview__list li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .feature-document-library-preview__action {
    display: none;
  }

  .feature-report-overview-preview > header,
  .feature-report-projection-preview > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-report-overview-preview__score {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .feature-report-overview-preview__priority {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .feature-report-overview-preview__priority > span {
    width: 58px;
    height: 58px;
  }

  .feature-report-overview-preview__priority > .ui-icon {
    display: none;
  }

  .feature-report-history-preview > aside {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 16px;
  }

  .feature-report-history-preview > aside > span {
    width: 70px;
    height: 70px;
  }

  .feature-report-history-preview > aside > span .ui-equipment-illustration {
    width: 62px;
    height: 62px;
  }

  .feature-report-history-preview > ol::before {
    display: none;
  }

  .feature-report-history-preview > ol > li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .feature-report-history-preview li time {
    grid-column: 1 / -1;
  }

  .feature-report-export-preview__formats > article {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .feature-report-export-preview__formats > article > span {
    width: 46px;
    height: 46px;
  }

  .feature-report-export-preview__formats em {
    grid-column: 2;
    justify-self: start;
  }

  .feature-calendar-window .generated-task {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .feature-calendar-window .generated-task-date {
    width: 52px;
    height: 62px;
  }

  .feature-calendar-window .generated-task h2 {
    font-size: .84rem;
  }

  .feature-calendar-window .priority-pill {
    min-height: 26px;
    padding: 5px 8px;
    font-size: .57rem;
  }

  .feature-stage {
    padding: 21px;
  }

  .feature-stage__header {
    gap: 9px;
    padding: 9px;
  }

  .feature-stage__header .ui-icon-badge {
    width: 38px;
    height: 38px;
  }

  .feature-stage__number {
    min-width: 38px;
    font-size: 1.4rem;
  }

  .feature-stage__line {
    display: none;
  }
}

/* Les aperçus s’adaptent à leur largeur réelle, y compris dans une colonne étroite. */
@container task-preview (max-width: 240px) {
  .feature-task-transition-preview__equipment {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@container report-overview (max-width: 600px) {
  .feature-report-overview-preview__summary {
    grid-template-columns: 1fr;
  }
}

@container report-overview (max-width: 360px) {
  .feature-report-overview-preview__metrics {
    grid-template-columns: 1fr;
  }
}

@container report-history (max-width: 700px) {
  .feature-report-history-preview > ol::before {
    display: none;
  }

  .feature-report-history-preview > ol > li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .feature-report-history-preview li time {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-calendar-window.showcase-window {
    transform: none;
  }
}

.feature-profile-hero .feature-hero__copy h1 {
  max-width: 740px;
}

.feature-editorial-figure--profile .feature-editorial-asset {
  min-height: clamp(390px, 45vw, 620px);
}

.feature-editorial-figure--profile .feature-editorial-asset::before {
  width: min(84%, 560px);
  border-radius: 52% 48% 43% 57% / 47% 56% 44% 53%;
  transform: rotate(4deg);
}

.feature-editorial-figure--profile .feature-editorial-asset__image {
  width: min(100%, 650px);
  margin-inline: auto;
  transform: rotate(-1deg);
}

.feature-profile-scope {
  padding-bottom: clamp(76px, 8vw, 112px);
}

.feature-profile-scope > .feature-heading-divider.ui-section-divider {
  width: 100%;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.feature-profile-scope__layout,
.feature-profile-progress__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
}

.feature-profile-local-services {
  display: grid;
  grid-template-columns: minmax(130px, .55fr) minmax(230px, 1fr) minmax(0, 1.65fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(24px, 4vw, 38px);
  padding: clamp(20px, 3vw, 30px);
  border-color: color-mix(in srgb, var(--forest) 28%, var(--line));
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--landing-sage-soft) 74%, transparent), transparent 32%),
    color-mix(in srgb, var(--white) 91%, var(--landing-sage-subtle));
}

.feature-profile-local-services__illustration {
  width: min(100%, 210px);
  justify-self: center;
}

.feature-profile-local-services__illustration .ui-editorial-illustration {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.feature-profile-local-services__intro {
  display: grid;
  gap: 10px;
  align-content: start;
}

.feature-profile-local-services__intro > span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--forest);
  font-size: .61rem;
  font-weight: 790;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.feature-profile-local-services__intro > span .ui-icon {
  width: 20px;
  height: 20px;
}

.feature-profile-local-services h3 {
  max-width: 420px;
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.2vw, 1.72rem);
  font-weight: 500;
  line-height: 1.08;
}

.feature-profile-local-services__intro p {
  max-width: 470px;
  margin: 0;
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.65;
}

.feature-profile-local-services > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-profile-local-services > ul > li {
  display: grid;
  min-width: 0;
  min-height: 132px;
  grid-template-rows: auto auto;
  gap: 12px;
  place-content: center;
  justify-items: center;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 17px;
  text-align: center;
  background: color-mix(in srgb, var(--white) 94%, var(--landing-sage-subtle));
}

.feature-profile-local-services > ul .ui-icon-badge {
  width: 42px;
  height: 42px;
  justify-self: center;
  border-radius: 13px;
}

.feature-profile-local-services > ul .ui-icon-badge .ui-icon {
  width: 21px;
  height: 21px;
}

.feature-profile-local-services > ul span {
  display: grid;
  gap: 5px;
  justify-items: center;
}

.feature-profile-local-services > ul small {
  color: var(--ink-soft);
  font-size: .55rem;
  line-height: 1.35;
}

.feature-profile-local-services > ul strong {
  color: var(--forest);
  font-size: .68rem;
  line-height: 1.4;
}

.feature-profile-local-services > footer {
  display: flex;
  grid-column: 1 / -1;
  gap: 8px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--forest) 18%, var(--line));
  color: var(--ink-soft);
  font-size: .62rem;
  font-weight: 680;
}

.feature-profile-local-services > footer .ui-icon {
  width: 19px;
  height: 19px;
  color: var(--forest);
}

.feature-profile-declaration,
.feature-profile-progress-preview {
  display: grid;
  min-width: 0;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 15% 8%, color-mix(in srgb, var(--landing-sage-soft) 74%, transparent), transparent 36%),
    color-mix(in srgb, var(--white) 89%, var(--landing-sage-subtle));
}

.feature-profile-declaration > header,
.feature-profile-progress-preview > header {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.feature-profile-declaration > header > span:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--forest);
  font-size: .84rem;
  font-weight: 830;
}

.feature-profile-declaration > header > span:first-child .ui-icon {
  width: 22px;
  height: 22px;
}

.feature-profile-declaration__identity {
  display: grid;
  grid-template-columns: min(36%, 160px) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  color: var(--maj-on-forest);
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--landing-sage) 26%, transparent), transparent 42%),
    var(--forest-dark);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--forest-dark) 18%, transparent);
}

.feature-profile-declaration__identity > .ui-home-type-illustration {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.feature-profile-declaration__identity > div {
  display: grid;
  gap: 5px;
}

.feature-profile-declaration__identity small {
  color: color-mix(in srgb, var(--maj-on-forest) 72%, transparent);
  font-size: .61rem;
  font-weight: 760;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.feature-profile-declaration__identity strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 500;
}

.feature-profile-declaration dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.feature-profile-declaration dl > div {
  display: grid;
  grid-template-columns: minmax(150px, .46fr) minmax(0, .54fr);
  gap: 14px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid color-mix(in srgb, var(--forest) 16%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, var(--white) 91%, var(--landing-sage-subtle));
}

.feature-profile-declaration dt,
.feature-profile-declaration dd {
  margin: 0;
  font-size: .68rem;
  line-height: 1.45;
}

.feature-profile-declaration dt {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--ink-soft);
}

.feature-profile-declaration dt .ui-icon,
.feature-profile-declaration dt .ui-equipment-illustration {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: var(--forest);
}

.feature-profile-declaration dd {
  color: var(--forest);
  font-weight: 780;
  text-align: right;
}

.feature-profile-declaration dd.is-missing {
  color: var(--landing-terracotta-ink);
}

.feature-profile-declaration > footer {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--forest);
  font-size: .66rem;
  font-weight: 760;
}

.feature-profile-declaration > footer .ui-icon {
  width: 19px;
  height: 19px;
}

.feature-profile-domains {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-profile-domains > li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--white) 86%, var(--landing-sage-subtle));
  box-shadow: var(--landing-shadow-soft);
}

.feature-profile-domains .ui-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 17px;
}

.feature-profile-domains .ui-icon-badge .ui-icon {
  width: 27px;
  height: 27px;
}

.feature-profile-domains h3 {
  margin: 2px 0 8px;
  color: var(--forest);
  font-size: .8rem;
  line-height: 1.35;
}

.feature-profile-domains p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .69rem;
  line-height: 1.6;
}

.feature-profile-keys {
  padding-block: clamp(76px, 8vw, 112px);
}

.feature-profile-situations {
  padding-block: clamp(36px, 5vw, 68px);
}

.feature-profile-situations > .feature-section-heading {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.feature-profile-situations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 80px);
}

.feature-profile-situations__grid > article {
  min-width: 0;
}

.feature-profile-situations__grid > article + article {
  padding-left: clamp(24px, 4vw, 52px);
  border-left: 1px solid var(--line);
}

.feature-profile-situations header,
.feature-profile-situations li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-profile-situations header {
  align-items: center;
  min-height: 66px;
}

.feature-profile-situations h3 {
  margin: 0 0 6px;
  color: var(--forest);
  font-size: 1.08rem;
  line-height: 1.3;
}

.feature-profile-situations p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .76rem;
  line-height: 1.6;
}

.feature-profile-situations .ui-home-type-illustration {
  display: block;
  width: 100%;
  height: clamp(220px, 25vw, 330px);
  margin-block: 20px;
  object-fit: contain;
}

.feature-profile-situations h4 {
  margin: 0 0 14px;
  color: var(--forest);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-profile-situations dl,
.feature-profile-situations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-profile-situations dl > div {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 12px;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
  font-size: .74rem;
  line-height: 1.5;
}

.feature-profile-situations dt { color: var(--ink-soft); }
.feature-profile-situations dd { margin: 0; text-align: right; color: var(--forest); }

.feature-profile-situations__connector {
  display: grid;
  place-items: center;
  height: 64px;
  color: var(--forest);
}

.feature-profile-situations__connector .ui-icon {
  width: 26px;
  height: 26px;
  transform: rotate(90deg);
}

.feature-profile-situations li { padding-block: 16px; }
.feature-profile-situations li + li { border-top: 1px solid var(--line); }
.feature-profile-situations li > .ui-icon { width: 24px; height: 24px; flex-shrink: 0; color: var(--forest); }
.feature-profile-situations li strong { display: block; margin-bottom: 5px; color: var(--forest); font-size: .8rem; }

.feature-task-natures {
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(22px, 3vw, 36px);
}

.feature-task-natures dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 0; margin: 0; }
.feature-task-natures dl > div { display: grid; grid-row: span 3; grid-template-rows: subgrid; justify-items: center; padding-inline: 14px; text-align: center; }
.feature-task-natures dl > div + div { border-left: 1px solid var(--line); }
.feature-task-natures dt { color: var(--forest); font-size: .86rem; font-weight: 800; }
.feature-task-natures dd { margin: 0; color: var(--ink-soft); font-size: .76rem; line-height: 1.6; }

@media (max-width: 720px) {
  .feature-profile-situations__grid,
  .feature-task-natures dl { grid-template-columns: 1fr; }
  .feature-profile-situations__grid > article + article { padding: 32px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .feature-task-natures dl > div + div { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .feature-profile-situations .ui-home-type-illustration { height: 270px; }
}

.feature-profile-keys > .feature-section-heading {
  max-width: 850px;
}

.feature-profile-keys > .ui-capacity-explainer {
  border-color: color-mix(in srgb, var(--forest) 34%, var(--line));
}

.feature-profile-key-access {
  display: grid;
  gap: 20px;
  margin-top: clamp(18px, 3vw, 28px);
  padding: clamp(20px, 3vw, 30px);
  border-color: color-mix(in srgb, var(--forest) 30%, var(--line));
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--landing-sage-soft) 70%, transparent), transparent 30%),
    color-mix(in srgb, var(--white) 90%, var(--landing-sage-subtle));
}

.feature-profile-key-access > header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.feature-profile-key-access > header > .ui-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 17px;
}

.feature-profile-key-access > header > .ui-icon-badge .ui-icon {
  width: 27px;
  height: 27px;
}

.feature-profile-key-access > header > div {
  display: grid;
  gap: 5px;
}

.feature-profile-key-access > header small {
  color: var(--ink-soft);
  font-size: .59rem;
  font-weight: 780;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.feature-profile-key-access h3 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  font-weight: 500;
  line-height: 1.15;
}

.feature-profile-key-access > header > .ui-status-badge {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--forest);
}

.feature-profile-key-access > header > .ui-status-badge .ui-icon {
  width: 17px;
  height: 17px;
}

.feature-profile-key-access > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-profile-key-access > ul > li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--forest) 18%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--white) 93%, var(--landing-sage-subtle));
}

.feature-profile-key-access > ul > li > .ui-icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 12px;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 84%, var(--white));
}

.feature-profile-key-access > ul span {
  display: grid;
  gap: 5px;
}

.feature-profile-key-access > ul strong {
  color: var(--forest);
  font-size: .72rem;
  line-height: 1.35;
}

.feature-profile-key-access > ul small {
  color: var(--ink-soft);
  font-size: .62rem;
  line-height: 1.55;
}

.feature-profile-key-access > footer {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  color: var(--forest);
  font-size: .66rem;
  font-weight: 760;
}

.feature-profile-key-access > footer .ui-icon {
  width: 20px;
  height: 20px;
}

.feature-profile-role-matrix {
  display: grid;
  gap: 20px;
  margin-top: clamp(18px, 3vw, 28px);
  padding: clamp(20px, 3vw, 30px);
  border-color: color-mix(in srgb, var(--forest) 30%, var(--line));
  background: color-mix(in srgb, var(--white) 92%, var(--landing-sage-subtle));
}

.feature-profile-role-matrix > header {
  display: grid;
  gap: 8px;
}

.feature-profile-role-matrix > header .card-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: var(--forest);
}

.feature-profile-role-matrix > header .ui-icon {
  width: 19px;
  height: 19px;
}

.feature-profile-role-matrix h3 {
  max-width: 780px;
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 500;
  line-height: 1.15;
}

.feature-profile-role-matrix__table {
  overflow-x: auto;
  border: 1px solid color-mix(in srgb, var(--forest) 20%, var(--line));
  border-radius: 17px;
  background: color-mix(in srgb, var(--white) 96%, var(--landing-sage-subtle));
}

.feature-profile-role-matrix table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  table-layout: fixed;
}

.feature-profile-role-matrix__action-column {
  width: 58%;
}

.feature-profile-role-matrix th,
.feature-profile-role-matrix td {
  padding: 13px 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--forest) 15%, var(--line));
}

.feature-profile-role-matrix thead th {
  color: var(--ink-soft);
  background: color-mix(in srgb, var(--landing-sage-soft) 48%, var(--white));
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-align: center;
  text-transform: uppercase;
}

.feature-profile-role-matrix thead th:first-child {
  text-align: left;
}

.feature-profile-role-matrix tbody th {
  color: var(--forest);
  font-size: .72rem;
  font-weight: 720;
  line-height: 1.35;
  text-align: left;
}

.feature-profile-role-matrix tbody th .ui-icon {
  width: 30px;
  height: 30px;
  margin-right: 11px;
  padding: 6px;
  border-radius: 9px;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 72%, var(--white));
  vertical-align: middle;
}

.feature-profile-role-matrix td {
  text-align: center;
}

.feature-profile-role-matrix tbody tr:last-child th,
.feature-profile-role-matrix tbody tr:last-child td {
  border-bottom: 0;
}

.feature-profile-role-matrix__state {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 800;
}

.feature-profile-role-matrix__state.is-allowed {
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 78%, var(--white));
}

.feature-profile-role-matrix__state.is-allowed .ui-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.3;
}

.feature-profile-role-matrix__state.is-unavailable {
  color: var(--ink-soft);
}

.feature-profile-role-matrix > footer {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--forest);
  font-size: .66rem;
  font-weight: 720;
  line-height: 1.5;
}

.feature-profile-role-matrix > footer .ui-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.feature-profile-progress {
  padding-block: clamp(32px, 4vw, 48px) clamp(76px, 8vw, 112px);
}

.feature-profile-progress > .feature-section-heading {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.feature-profile-progress__layout {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
}

.feature-profile-progress-preview > header > div {
  display: grid;
  gap: 4px;
}

.feature-profile-progress-preview > header small {
  color: var(--ink-soft);
  font-size: .59rem;
  font-weight: 780;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.feature-profile-progress-preview > header strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.feature-profile-progress-preview__meter {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--landing-sage) 20%, var(--paper-deep));
}

.feature-profile-progress-preview__meter > span {
  display: block;
  width: 52%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--forest-dark), var(--landing-sage));
}

.feature-profile-progress-preview > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-profile-progress-preview > ul > li {
  display: grid;
  min-width: 0;
  min-height: 130px;
  grid-template-rows: auto auto;
  gap: 14px;
  place-content: center;
  justify-items: center;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--forest) 18%, var(--line));
  border-radius: 16px;
  color: var(--forest);
  text-align: center;
  background: color-mix(in srgb, var(--white) 91%, var(--landing-sage-subtle));
}

.feature-profile-progress-preview > ul > li.is-open {
  border-color: color-mix(in srgb, var(--landing-terracotta) 38%, var(--line));
  color: var(--landing-terracotta-ink);
  background: color-mix(in srgb, var(--white) 88%, var(--landing-terracotta-soft));
}

.feature-profile-progress-preview > ul > li > .ui-icon {
  width: 32px;
  height: 32px;
  place-self: center;
}

.feature-profile-progress-preview > ul span {
  display: grid;
  gap: 5px;
  justify-items: center;
}

.feature-profile-progress-preview > ul small {
  color: var(--ink-soft);
  font-size: .55rem;
  font-weight: 740;
}

.feature-profile-progress-preview > ul strong {
  font-size: .69rem;
  line-height: 1.4;
}

.feature-profile-progress-preview__result {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  color: var(--maj-on-forest);
  background:
    radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--landing-sage) 24%, transparent), transparent 42%),
    var(--forest-dark);
}

.feature-profile-progress-preview__result > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  color: var(--forest);
  background: color-mix(in srgb, var(--landing-sage-soft) 82%, var(--white));
}

.feature-profile-progress-preview__result > span .ui-icon {
  width: 24px;
  height: 24px;
}

.feature-profile-progress-preview__result > div {
  display: grid;
  gap: 4px;
}

.feature-profile-progress-preview__result small {
  color: color-mix(in srgb, var(--maj-on-forest) 70%, transparent);
  font-size: .56rem;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.feature-profile-progress-preview__result strong {
  font-size: .75rem;
  line-height: 1.4;
}

.feature-profile-progress-preview__result p {
  margin: 0;
  color: color-mix(in srgb, var(--maj-on-forest) 76%, transparent);
  font-size: .63rem;
  line-height: 1.5;
}

html[data-theme="dark"] .feature-profile-declaration,
html[data-theme="dark"] .feature-profile-progress-preview,
html[data-theme="dark"] .feature-profile-local-services,
html[data-theme="dark"] .feature-profile-key-access,
html[data-theme="dark"] .feature-profile-role-matrix {
  border-color: color-mix(in srgb, var(--landing-sage) 32%, var(--line));
  background:
    radial-gradient(circle at 15% 8%, color-mix(in srgb, var(--landing-sage-soft) 24%, transparent), transparent 36%),
    color-mix(in srgb, var(--white) 88%, var(--landing-sage-subtle));
}

html[data-theme="dark"] .feature-profile-declaration dl > div,
html[data-theme="dark"] .feature-profile-domains > li,
html[data-theme="dark"] .feature-profile-progress-preview > ul > li,
html[data-theme="dark"] .feature-profile-local-services > ul > li,
html[data-theme="dark"] .feature-profile-key-access > ul > li,
html[data-theme="dark"] .feature-profile-role-matrix__table {
  background: color-mix(in srgb, var(--white) 89%, var(--landing-sage-subtle));
}

html[data-theme="dark"] .feature-profile-progress-preview > ul > li.is-open {
  background: color-mix(in srgb, var(--white) 88%, var(--landing-terracotta-soft));
}

@media (min-width: 901px) and (max-width: 1100px) {
  .feature-profile-local-services {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .feature-profile-local-services > ul {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .feature-profile-scope__layout,
  .feature-profile-progress__layout {
    grid-template-columns: 1fr;
  }

  .feature-profile-local-services {
    grid-template-columns: 1fr;
  }

  .feature-profile-local-services__illustration {
    width: 180px;
  }

}

@media (max-width: 720px) {
  .feature-editorial-figure--profile .feature-editorial-asset {
    min-height: 0;
  }

  .feature-profile-key-access > header {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .feature-profile-key-access > header > .ui-status-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .feature-profile-key-access > ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .feature-profile-role-matrix {
    padding-inline: 16px;
  }

  .feature-profile-role-matrix__table {
    margin-inline: -1px;
  }

  .feature-profile-local-services > ul {
    grid-template-columns: 1fr;
  }

  .feature-profile-local-services > ul > li {
    min-height: 110px;
  }

  .feature-profile-progress-preview > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-profile-progress-preview > ul {
    grid-template-columns: 1fr;
  }

  .feature-profile-progress-preview > ul > li {
    min-height: 112px;
  }

  .feature-profile-key-access > header {
    grid-template-columns: 1fr;
  }

  .feature-profile-key-access > header > .ui-icon-badge {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 430px) {
  .feature-profile-declaration > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-profile-declaration dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .feature-profile-declaration dd {
    padding-left: 30px;
    text-align: left;
  }

  .feature-profile-domains > li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }

  .feature-profile-domains .ui-icon-badge {
    width: 46px;
    height: 46px;
  }

  .feature-profile-domains .ui-icon-badge .ui-icon {
    width: 23px;
    height: 23px;
  }

  .feature-profile-progress-preview__result {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 15px;
  }

  .feature-profile-progress-preview__result > span {
    width: 44px;
    height: 44px;
  }
}

/* Le crème du carrousel distingue les encadrés explicatifs, sans recolorer les états métier.
   Ses couleurs sources suivent déjà le thème : le crème devient un neutre profond en sombre. */
html .feature-page :is(
  .feature-profile-local-services,
  .feature-profile-progress-preview,
  .feature-stage--calendar,
  .feature-stage--report,
  .feature-task-natures,
  .feature-task-relation-card,
  .feature-document-add-preview,
  .feature-document-continuity-preview,
  .feature-report-overview-preview,
  .feature-report-history-preview
) {
  background:
    linear-gradient(145deg, rgb(255 255 255 / 8%), transparent 34%),
    var(--landing-neutral-surface);
}
