/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-desk: oklch(0.965 0.003 264);
    --color-bg: oklch(0.996 0.001 264);
    --color-surface: oklch(0.963 0.003 264);
    --color-surface-2: oklch(0.942 0.004 264);
    --color-ink: oklch(0.205 0.012 264);
    --color-ink-soft: oklch(0.42 0.011 264);
    --color-muted: oklch(0.455 0.01 264);
    --color-line: oklch(0.205 0.012 264 / 0.13);
    --color-line-soft: oklch(0.205 0.012 264 / 0.07);
    --color-mark: oklch(0.55 0.14 127);
    --color-mark-deep: oklch(0.45 0.11 127);
    --color-mark-wash: oklch(0.55 0.14 127 / 0.10);
    --color-pen: oklch(0.87 0.17 122);
    --color-on-mark: oklch(0.99 0.01 127);
    --color-fit: oklch(0.60 0.15 150);
    --color-fit-wash: oklch(0.60 0.15 150 / 0.10);
    --color-on-fit: oklch(0.99 0.02 150);
    --color-warn: oklch(0.52 0.17 27);
    --color-warn-wash: oklch(0.52 0.17 27 / 0.07);
    --color-on-warn: oklch(0.99 0.01 25);
    --color-closer: oklch(0.205 0.014 264);
    --color-on-closer: oklch(0.965 0.003 264);
    --color-on-closer-soft: oklch(0.745 0.011 264);
    --color-closer-line: oklch(1 0 0 / 0.10);
    --color-ink-deep: oklch(0.165 0.016 264);
    --color-on-ink: oklch(0.97 0.004 264);
    --color-on-ink-soft: oklch(0.72 0.012 264);
    --color-ink-line: oklch(1 0 0 / 0.09);
    --text-12: 0.75rem;
    --text-13: 0.8125rem;
    --text-14: 0.875rem;
    --text-15: 0.9375rem;
    --text-18: 1.125rem;
    --text-20: 1.25rem;
    --text-24: 1.5rem;
    --text-32: 2rem;
    --radius-r: 6px;
    --ease-expo: cubic-bezier(0.22, 1, 0.36, 1);
    --maxw: 74rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .m-0 {
    margin: 0;
  }
  .-mx-\[\.7rem\] {
    margin-inline: calc(.7rem * -1);
  }
  .my-\[1\.4rem\] {
    margin-block: 1.4rem;
  }
  .mt-\[\.1rem\] {
    margin-top: .1rem;
  }
  .mt-\[\.05rem\] {
    margin-top: .05rem;
  }
  .mt-\[\.9rem\] {
    margin-top: .9rem;
  }
  .mt-\[\.12rem\] {
    margin-top: .12rem;
  }
  .mt-\[\.22rem\] {
    margin-top: .22rem;
  }
  .mt-\[\.85rem\] {
    margin-top: .85rem;
  }
  .mt-\[1\.4rem\] {
    margin-top: 1.4rem;
  }
  .mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }
  .mt-\[1\.9rem\] {
    margin-top: 1.9rem;
  }
  .mt-\[1\.15rem\] {
    margin-top: 1.15rem;
  }
  .mt-\[1\.25rem\] {
    margin-top: 1.25rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }
  .mt-\[clamp\(2\.4rem\,5vw\,3\.5rem\)\] {
    margin-top: clamp(2.4rem, 5vw, 3.5rem);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-\[\.3rem\] {
    margin-bottom: .3rem;
  }
  .mb-\[\.5rem\] {
    margin-bottom: .5rem;
  }
  .mb-\[\.6rem\] {
    margin-bottom: .6rem;
  }
  .mb-\[\.7rem\] {
    margin-bottom: .7rem;
  }
  .mb-\[\.55rem\] {
    margin-bottom: .55rem;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[1\.1rem\] {
    margin-bottom: 1.1rem;
  }
  .mb-\[1\.2rem\] {
    margin-bottom: 1.2rem;
  }
  .mb-\[1\.3rem\] {
    margin-bottom: 1.3rem;
  }
  .mb-\[1\.4rem\] {
    margin-bottom: 1.4rem;
  }
  .mb-\[1\.6rem\] {
    margin-bottom: 1.6rem;
  }
  .mb-\[2\.4rem\] {
    margin-bottom: 2.4rem;
  }
  .mb-\[3\.6rem\] {
    margin-bottom: 3.6rem;
  }
  .mb-\[clamp\(2rem\,4vw\,3rem\)\] {
    margin-bottom: clamp(2rem, 4vw, 3rem);
  }
  .ml-\[\.4rem\] {
    margin-left: .4rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .h-\[1\.05rem\] {
    height: 1.05rem;
  }
  .h-\[1\.6rem\] {
    height: 1.6rem;
  }
  .h-\[1\.15rem\] {
    height: 1.15rem;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-px {
    height: 1px;
  }
  .w-\[1\.05rem\] {
    width: 1.05rem;
  }
  .w-\[1\.6rem\] {
    width: 1.6rem;
  }
  .w-\[1\.15rem\] {
    width: 1.15rem;
  }
  .w-\[5px\] {
    width: 5px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[20ch\] {
    max-width: 20ch;
  }
  .max-w-\[22ch\] {
    max-width: 22ch;
  }
  .max-w-\[46ch\] {
    max-width: 46ch;
  }
  .max-w-\[52ch\] {
    max-width: 52ch;
  }
  .max-w-\[52rem\] {
    max-width: 52rem;
  }
  .max-w-\[58ch\] {
    max-width: 58ch;
  }
  .max-w-\[68ch\] {
    max-width: 68ch;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-\[\.2rem_\.9rem\] {
    gap: .2rem .9rem;
  }
  .gap-\[\.4rem\] {
    gap: .4rem;
  }
  .gap-\[\.5rem\] {
    gap: .5rem;
  }
  .gap-\[\.5rem_\.6rem\] {
    gap: .5rem .6rem;
  }
  .gap-\[\.5rem_1\.6rem\] {
    gap: .5rem 1.6rem;
  }
  .gap-\[\.6rem\] {
    gap: .6rem;
  }
  .gap-\[\.7rem\] {
    gap: .7rem;
  }
  .gap-\[\.9rem\] {
    gap: .9rem;
  }
  .gap-\[\.45rem\] {
    gap: .45rem;
  }
  .gap-\[\.55rem\] {
    gap: .55rem;
  }
  .gap-\[\.65rem\] {
    gap: .65rem;
  }
  .gap-\[\.85rem\] {
    gap: .85rem;
  }
  .gap-\[1\.3rem\] {
    gap: 1.3rem;
  }
  .gap-\[clamp\(1\.6rem\,3\.5vw\,3rem\)\] {
    gap: clamp(1.6rem, 3.5vw, 3rem);
  }
  .gap-\[clamp\(1\.8rem\,3\.5vw\,2\.6rem\)\] {
    gap: clamp(1.8rem, 3.5vw, 2.6rem);
  }
  .gap-\[clamp\(1rem\,2\.5vw\,1\.4rem\)\] {
    gap: clamp(1rem, 2.5vw, 1.4rem);
  }
  .gap-\[clamp\(2rem\,5vw\,4rem\)\] {
    gap: clamp(2rem, 5vw, 4rem);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-\[1\.4rem\] {
    column-gap: 1.4rem;
  }
  .gap-x-\[1\.5rem\] {
    column-gap: 1.5rem;
  }
  .gap-x-\[1rem\] {
    column-gap: 1rem;
  }
  .gap-x-\[clamp\(1\.5rem\,3vw\,2\.75rem\)\] {
    column-gap: clamp(1.5rem, 3vw, 2.75rem);
  }
  .gap-x-\[clamp\(2rem\,5vw\,4rem\)\] {
    column-gap: clamp(2rem, 5vw, 4rem);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-\[\.6rem\] {
    row-gap: .6rem;
  }
  .gap-y-\[\.35rem\] {
    row-gap: .35rem;
  }
  .gap-y-\[\.55rem\] {
    row-gap: .55rem;
  }
  .gap-y-\[1\.6rem\] {
    row-gap: 1.6rem;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[1px\] {
    border-radius: 1px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-r {
    border-radius: var(--radius-r);
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-b-\[17px\] {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[oklch\(0\.60_0\.15_150\/\.18\)\] {
    border-color: oklch(0.60 0.15 150/.18);
  }
  .border-\[oklch\(0\.60_0\.15_150\/\.35\)\] {
    border-color: oklch(0.60 0.15 150/.35);
  }
  .border-\[oklch\(0\.585_0\.205_27\/\.18\)\] {
    border-color: oklch(0.45 0.02 264/.18);
  }
  .border-\[oklch\(0\.585_0\.205_27\/\.35\)\] {
    border-color: oklch(0.45 0.02 264/.35);
  }
  .border-closer-line {
    border-color: var(--color-closer-line);
  }
  .border-ink-line {
    border-color: var(--color-ink-line);
  }
  .border-line {
    border-color: var(--color-line);
  }
  .border-line-soft {
    border-color: var(--color-line-soft);
  }
  .border-mark {
    border-color: var(--color-mark);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-closer {
    background-color: var(--color-closer);
  }
  .bg-fit {
    background-color: var(--color-fit);
  }
  .bg-fit-wash {
    background-color: var(--color-fit-wash);
  }
  .bg-warn {
    background-color: var(--color-warn);
  }
  .bg-warn-wash {
    background-color: var(--color-warn-wash);
  }
  .text-warn {
    color: var(--color-warn);
  }
  .text-on-warn {
    color: var(--color-on-warn);
  }
  .bg-line {
    background-color: var(--color-line);
  }
  .bg-mark {
    background-color: var(--color-mark);
  }
  .bg-mark-wash {
    background-color: var(--color-mark-wash);
  }
  .p-0 {
    padding: 0;
  }
  .p-\[clamp\(1\.4rem\,2\.6vw\,2rem\)\] {
    padding: clamp(1.4rem, 2.6vw, 2rem);
  }
  .p-\[clamp\(1\.5rem\,2\.8vw\,2\.1rem\)\] {
    padding: clamp(1.5rem, 2.8vw, 2.1rem);
  }
  .p-\[clamp\(1\.5rem\,3vw\,2\.5rem\)\] {
    padding: clamp(1.5rem, 3vw, 2.5rem);
  }
  .p-\[clamp\(1\.6rem\,3vw\,2\.2rem\)\] {
    padding: clamp(1.6rem, 3vw, 2.2rem);
  }
  .\!px-\[1\.1rem\] {
    padding-inline: 1.1rem !important;
  }
  .px-\[\.6rem\] {
    padding-inline: .6rem;
  }
  .px-\[\.7rem\] {
    padding-inline: .7rem;
  }
  .px-\[\.8rem\] {
    padding-inline: .8rem;
  }
  .px-\[\.9rem\] {
    padding-inline: .9rem;
  }
  .px-\[\.85rem\] {
    padding-inline: .85rem;
  }
  .px-\[1\.1rem\] {
    padding-inline: 1.1rem;
  }
  .\!py-\[\.7rem\] {
    padding-block: .7rem !important;
  }
  .\!py-\[\.8rem\] {
    padding-block: .8rem !important;
  }
  .\!py-\[\.64rem\] {
    padding-block: .64rem !important;
  }
  .py-\[\.4rem\] {
    padding-block: .4rem;
  }
  .py-\[\.7rem\] {
    padding-block: .7rem;
  }
  .py-\[\.8rem\] {
    padding-block: .8rem;
  }
  .py-\[\.9rem\] {
    padding-block: .9rem;
  }
  .py-\[\.26rem\] {
    padding-block: .26rem;
  }
  .py-\[\.32rem\] {
    padding-block: .32rem;
  }
  .py-\[\.46rem\] {
    padding-block: .46rem;
  }
  .py-\[\.55rem\] {
    padding-block: .55rem;
  }
  .py-\[\.85rem\] {
    padding-block: .85rem;
  }
  .py-\[1\.05rem\] {
    padding-block: 1.05rem;
  }
  .pt-\[\.9rem\] {
    padding-top: .9rem;
  }
  .pt-\[1\.2rem\] {
    padding-top: 1.2rem;
  }
  .pt-\[1\.4rem\] {
    padding-top: 1.4rem;
  }
  .pt-\[1\.15rem\] {
    padding-top: 1.15rem;
  }
  .pt-\[clamp\(1\.8rem\,3\.5vw\,2\.6rem\)\] {
    padding-top: clamp(1.8rem, 3.5vw, 2.6rem);
  }
  .pt-\[clamp\(2\.5rem\,5vw\,4rem\)\] {
    padding-top: clamp(2.5rem, 5vw, 4rem);
  }
  .pr-\[\.85rem\] {
    padding-right: .85rem;
  }
  .pr-\[clamp\(\.5rem\,1\.5vw\,1\.25rem\)\] {
    padding-right: clamp(.5rem, 1.5vw, 1.25rem);
  }
  .pb-\[\.3rem\] {
    padding-bottom: .3rem;
  }
  .pb-\[clamp\(2rem\,3\.5vw\,2\.75rem\)\] {
    padding-bottom: clamp(2rem, 3.5vw, 2.75rem);
  }
  .pl-\[\.5rem\] {
    padding-left: .5rem;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .\!text-\[\.92rem\] {
    font-size: .92rem !important;
  }
  .text-12 {
    font-size: var(--text-12);
  }
  .text-13 {
    font-size: var(--text-13);
  }
  .text-14 {
    font-size: var(--text-14);
  }
  .text-15 {
    font-size: var(--text-15);
  }
  .text-18 {
    font-size: var(--text-18);
  }
  .text-20 {
    font-size: var(--text-20);
  }
  .text-32 {
    font-size: var(--text-32);
  }
  .text-\[\.8rem\] {
    font-size: .8rem;
  }
  .text-\[\.62rem\] {
    font-size: .62rem;
  }
  .text-\[\.72rem\] {
    font-size: .72rem;
  }
  .text-\[\.74rem\] {
    font-size: .74rem;
  }
  .text-\[\.82rem\] {
    font-size: .82rem;
  }
  .text-\[\.84rem\] {
    font-size: .84rem;
  }
  .text-\[\.85rem\] {
    font-size: .85rem;
  }
  .text-\[\.95rem\] {
    font-size: .95rem;
  }
  .text-\[clamp\(\.92rem\,\.85rem\+\.4vw\,1\.08rem\)\] {
    font-size: clamp(.92rem, .85rem + .4vw, 1.08rem);
  }
  .text-\[clamp\(1\.6rem\,1\.2rem\+1\.3vw\,2\.3rem\)\] {
    font-size: clamp(1.6rem, 1.2rem + 1.3vw, 2.3rem);
  }
  .text-\[clamp\(1\.7rem\,1\.2rem\+1\.5vw\,2\.5rem\)\] {
    font-size: clamp(1.7rem, 1.2rem + 1.5vw, 2.5rem);
  }
  .text-\[clamp\(1\.7rem\,1\.2rem\+1\.8vw\,2\.5rem\)\] {
    font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.5rem);
  }
  .text-\[clamp\(1\.08rem\,1rem\+0\.5vw\,1\.24rem\)\] {
    font-size: clamp(1.08rem, 1rem + 0.5vw, 1.24rem);
  }
  .text-\[clamp\(1\.9rem\,1\.3rem\+2vw\,2\.7rem\)\] {
    font-size: clamp(1.9rem, 1.3rem + 2vw, 2.7rem);
  }
  .text-\[clamp\(1\.75rem\,0\.95rem\+2\.9vw\,3\.55rem\)\] {
    font-size: clamp(1.75rem, 0.95rem + 2.9vw, 3.55rem);
  }
  .text-\[clamp\(1\.85rem\,1\.25rem\+2\.3vw\,2\.9rem\)\] {
    font-size: clamp(1.85rem, 1.25rem + 2.3vw, 2.9rem);
  }
  .text-\[clamp\(2rem\,1\.35rem\+2\.2vw\,2\.95rem\)\] {
    font-size: clamp(2rem, 1.35rem + 2.2vw, 2.95rem);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.03\] {
    --tw-leading: 1.03;
    line-height: 1.03;
  }
  .leading-\[1\.04\] {
    --tw-leading: 1.04;
    line-height: 1.04;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.04em\] {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .tracking-\[-0\.015em\] {
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
  }
  .tracking-\[-0\.022em\] {
    --tw-tracking: -0.022em;
    letter-spacing: -0.022em;
  }
  .tracking-\[0\.01em\] {
    --tw-tracking: 0.01em;
    letter-spacing: 0.01em;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.04em\] {
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.07em\] {
    --tw-tracking: 0.07em;
    letter-spacing: 0.07em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-fit {
    color: var(--color-fit);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-ink-soft {
    color: var(--color-ink-soft);
  }
  .text-mark {
    color: var(--color-mark);
  }
  .text-mark-deep {
    color: var(--color-mark-deep);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-on-closer {
    color: var(--color-on-closer);
  }
  .text-on-closer-soft {
    color: var(--color-on-closer-soft);
  }
  .text-on-fit {
    color: var(--color-on-fit);
  }
  .text-on-ink {
    color: var(--color-on-ink);
  }
  .text-on-ink-soft {
    color: var(--color-on-ink-soft);
  }
  .text-on-mark {
    color: var(--color-on-mark);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow-\[0_1px_0_oklch\(1_0_0\/\.9\)_inset\,0_18px_44px_-32px_oklch\(0\.2_0\.02_264\/\.4\)\] {
    --tw-shadow: 0 1px 0 var(--tw-shadow-color, oklch(1 0 0/.9)) inset, 0 18px 44px -32px var(--tw-shadow-color, oklch(0.2 0.02 264/.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_0_oklch\(1_0_0\/\.95\)_inset\,0_24px_56px_-34px_oklch\(0\.585_0\.205_27\/\.45\)\] {
    --tw-shadow: 0 1px 0 var(--tw-shadow-color, oklch(1 0 0/.95)) inset, 0 24px 56px -34px var(--tw-shadow-color, oklch(0.55 0.14 127/.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:border-\[oklch\(0\.205_0\.012_264\/0\.22\)\] {
    &:hover {
      @media (hover: hover) {
        border-color: oklch(0.205 0.012 264/0.22);
      }
    }
  }
  .hover\:border-ink {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-ink);
      }
    }
  }
  .hover\:border-mark {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-mark);
      }
    }
  }
  .hover\:text-mark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-mark);
      }
    }
  }
  .hover\:text-on-ink {
    &:hover {
      @media (hover: hover) {
        color: var(--color-on-ink);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .max-\[640px\]\:rounded-b-\[11px\] {
    @media (width < 640px) {
      border-bottom-right-radius: 11px;
      border-bottom-left-radius: 11px;
    }
  }
  .min-\[560px\]\:w-\[200px\] {
    @media (width >= 560px) {
      width: 200px;
    }
  }
  .min-\[560px\]\:flex-row {
    @media (width >= 560px) {
      flex-direction: row;
    }
  }
  .min-\[560px\]\:border-l {
    @media (width >= 560px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .min-\[560px\]\:border-line-soft {
    @media (width >= 560px) {
      border-color: var(--color-line-soft);
    }
  }
  .min-\[560px\]\:pl-\[clamp\(1\.6rem\,3\.5vw\,3rem\)\] {
    @media (width >= 560px) {
      padding-left: clamp(1.6rem, 3.5vw, 3rem);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[0\.82fr_1\.18fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 0.82fr 1.18fr;
    }
  }
}
:root {
  --gutter: clamp(1.5rem, 5.5vw, 4.5rem);
  --bar-h: 88px;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
@layer base {
  html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  body {
    overflow-x: hidden;
    background: var(--color-desk);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
    line-height: 1.5;
    letter-spacing: -0.006em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "ss01","cv01","tnum" 0;
  }
  h1,h2,h3 {
    margin: 0;
    letter-spacing: -0.006em;
    line-height: 1.32;
    font-weight: 400;
    text-wrap: balance;
  }
  p {
    text-wrap: pretty;
  }
  a {
    color: inherit;
  }
  ::selection {
    background: var(--color-mark);
    color: var(--color-on-mark);
  }
  :focus-visible {
    outline: 2px solid var(--color-mark);
    outline-offset: 3px;
    border-radius: 3px;
  }
  code {
    font-family: var(--font-mono);
    font-size: .86em;
    background: var(--color-surface-2);
    padding: .05rem .3rem;
    border-radius: 4px;
    color: var(--color-ink);
  }
  section {
    padding-block: clamp(2.75rem,4.5vw,4.25rem);
    position: relative;
  }
  section[id] {
    scroll-margin-top: calc(var(--bar-h) + 16px);
  }
}
@layer components {
  .wrap {
    max-width: var(--maxw);
    margin-inline: auto;
    padding-inline: var(--gutter);
    position: relative;
    z-index: 1;
  }
  @media (max-width:720px) {
    .wrap {
      padding-inline: 1.25rem;
    }
    .sheet {
      width: 100%;
      max-width: 100%;
      margin-inline: 0;
      margin-top: 0;
      border-left: 0;
      border-right: 0;
      border-radius: 0;
    }
  }
  .sheet {
    max-width: var(--maxw);
    width: calc(100% - clamp(2rem,8vw,5rem));
    margin: clamp(2.4rem,4vw,3.75rem) auto 4.5rem;
    background-color: var(--color-bg);
    background-image: radial-gradient(oklch(0.2 0.04 264 / .05) 1px, transparent 1.4px);
    background-size: 23px 23px;
    background-position: -1px -1px;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    box-shadow: 0 1px 0 oklch(1 0 0 / .9) inset, 0 2px 4px -2px oklch(0.2 0.02 264 / .12), 0 8px 18px -10px oklch(0.2 0.02 264 / .22), 0 40px 90px -54px oklch(0.2 0.02 264 / .55);
    position: relative;
    z-index: 1;
  }
  .sheet > section:first-child {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  @media (max-width:640px) {
    .sheet {
      border-radius: 12px;
      margin: 1rem auto 2rem;
    }
  }
  header.bar {
    position: relative;
    z-index: 50;
    background: transparent;
    height: var(--bar-h);
    display: flex;
    align-items: center;
    --bar-fg: var(--color-on-ink);
    --bar-fg-soft: var(--color-on-ink-soft);
    --bar-line: var(--color-ink-line);
  }
  .bar-in {
    width: 100%;
  }
  .brand {
    color: var(--bar-fg);
    transition: color .35s var(--ease-expo);
  }
  .mark {
    width: 1.45rem;
    height: 1.45rem;
    flex: none;
  }
  .mark-grid {
    fill: currentColor;
    opacity: .32;
  }
  .mark-bit {
    fill: var(--color-pen);
    filter: drop-shadow(0 0 2.5px oklch(0.87 0.17 122 / .55));
  }
  .anim .mark-bit {
    animation: bitfound 1.1s steps(1) .25s both;
  }
  .brand:hover .mark-bit {
    animation: bitfound .7s steps(1) both;
  }
  @keyframes bitfound {
    0% {
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    30% {
      opacity: .15;
    }
    46% {
      opacity: 1;
    }
    58% {
      opacity: .3;
    }
    72% {
      opacity: 1;
    }
  }
  .brand-name {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .brand-16 {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: .86em;
    letter-spacing: 0;
    color: var(--color-mark);
    margin-left: 1px;
    transition: color .3s var(--ease-expo);
  }
  .brand:hover .brand-16 {
    color: var(--color-mark-deep);
  }
  .faq-list {
    border-top: 1px solid var(--color-line);
  }
  .faq-item {
    border-bottom: 1px solid var(--color-line-soft);
  }
  .faq-q {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.3rem 0;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: clamp(1rem,.97rem+.2vw,1.12rem);
    color: var(--color-ink);
    transition: color .2s var(--ease-expo);
  }
  .faq-q::-webkit-details-marker {
    display: none;
  }
  .faq-q:hover {
    color: var(--color-mark-deep);
  }
  .faq-mark {
    position: relative;
    width: .95rem;
    height: .95rem;
    flex: none;
    margin-top: .34rem;
  }
  .faq-mark::before,.faq-mark::after {
    content: "";
    position: absolute;
    background: var(--color-mark);
    border-radius: 2px;
    transition: transform .3s var(--ease-expo);
  }
  .faq-mark::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.6px;
    transform: translateY(-50%);
  }
  .faq-mark::after {
    left: 50%;
    top: 0;
    height: 100%;
    width: 1.6px;
    transform: translateX(-50%);
  }
  .faq-item[open] .faq-mark::after {
    transform: translateX(-50%) scaleY(0);
  }
  .faq-a {
    padding: 0 0 1.45rem 1.95rem;
    color: var(--color-ink-soft);
    font-size: .97rem;
    line-height: 1.6;
  }
  .faq-a p {
    margin: 0;
  }
  .faq-a em {
    font-style: normal;
    color: var(--color-ink);
  }
  .anim .faq-item[open] .faq-a {
    animation: faqin .38s var(--ease-expo);
  }
  @keyframes faqin {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    .anim .mark-bit, .brand:hover .mark-bit {
      animation: none;
      opacity: 1;
    }
    .anim .faq-item[open] .faq-a {
      animation: none;
    }
  }
  nav.links a {
    color: var(--bar-fg-soft);
    transition: color .2s var(--ease-expo);
  }
  nav.links a:hover {
    color: var(--bar-fg);
  }
  nav.links a:not(.cta-mini).active {
    color: var(--bar-fg);
    position: relative;
  }
  nav.links a:not(.cta-mini).active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    background: var(--color-mark);
    border-radius: 2px;
  }
  .cta-mini {
    color: var(--bar-fg);
    border: 1px solid var(--bar-line);
    transition: border-color .2s var(--ease-expo), color .35s var(--ease-expo);
    font-family: var(--font-mono);
    font-size: .8rem;
    padding: .46rem .85rem;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
  }
  .cta-mini:hover {
    border-color: var(--bar-fg);
  }
  @media (max-width:720px) {
    nav.links a:not(.cta-mini) {
      display: none;
    }
  }
  .mnav {
    display: none;
    position: relative;
  }
  .mnav summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    font-family: var(--font-mono);
    font-size: .8rem;
    letter-spacing: .04em;
    color: var(--bar-fg);
    border: 1px solid var(--bar-line);
    border-radius: 6px;
    padding: .42rem .75rem;
  }
  .mnav summary::-webkit-details-marker {
    display: none;
  }
  .mnav summary::after {
    content: " ↓";
    color: var(--color-mark);
  }
  .mnav[open] summary::after {
    content: " ↑";
  }
  .mnav-panel {
    position: absolute;
    right: 0;
    top: calc(100% + .55rem);
    min-width: 11.5rem;
    display: flex;
    flex-direction: column;
    background: oklch(0.17 0.014 264);
    border: 1px solid var(--bar-line);
    border-radius: 10px;
    padding: .35rem;
    box-shadow: 0 18px 40px -18px oklch(0 0 0 / .55);
    z-index: 60;
  }
  .mnav-panel a {
    font-family: var(--font-mono);
    font-size: .82rem;
    color: var(--color-on-ink-soft);
    text-decoration: none;
    padding: .72rem .75rem;
    border-radius: 6px;
    transition: color .2s var(--ease-expo), background-color .2s var(--ease-expo);
  }
  .mnav-panel a:hover {
    color: var(--color-on-ink);
    background: oklch(1 0 0 / .05);
  }
  @media (max-width:720px) {
    .mnav {
      display: block;
    }
  }
  .hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
    background-color: var(--color-ink-deep);
    background-image: var(--grain);
    background-size: 160px 160px;
    color: var(--color-on-ink);
    margin-top: calc(-1 * var(--bar-h));
    padding: calc(clamp(2.5rem,4.5vw,4.25rem) + var(--bar-h)) 0 clamp(2.25rem,4vw,3.25rem);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  @media (max-width:640px) {
    .hero {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
  }
  .hero--img {
    background-image:
      linear-gradient(90deg, oklch(0.14 0.016 264 / .85) 0%, oklch(0.14 0.016 264 / .62) 30%, oklch(0.14 0.016 264 / .16) 60%, transparent 82%),
      linear-gradient(to bottom, transparent 62%, oklch(0.14 0.016 264 / .44) 100%),
      url("/hero-bg.svg");
    background-size: cover, cover, cover;
    background-position: center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .hero--img::after {
    display: none;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(var(--color-ink-line) 1px, transparent 1px), linear-gradient(90deg, var(--color-ink-line) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: radial-gradient(120% 100% at 70% 0%, #000 0%, transparent 72%);
    mask-image: radial-gradient(120% 100% at 70% 0%, #000 0%, transparent 72%);
    opacity: .5;
  }
  .hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: -12%;
    right: -6%;
    width: 60%;
    height: 90%;
    background: radial-gradient(closest-side, var(--color-mark-wash), transparent 70%);
    opacity: .9;
  }
  .anim .hero::after {
    animation: heroglow 8s ease-in-out 1.2s infinite;
  }
  @keyframes heroglow {
    0%,100% {
      opacity: .7;
      transform: scale(1);
    }
    50% {
      opacity: 1;
      transform: scale(1.06);
    }
  }
  .pen {
    font-style: normal;
    color: var(--color-pen);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23c2e559' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 1.02em;
    background-size: auto 9px;
    padding-bottom: .16em;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--color-mark);
    color: var(--color-on-mark);
    text-decoration: none;
    font-weight: 500;
    font-size: .98rem;
    letter-spacing: -0.01em;
    padding: .82rem 1.3rem;
    border-radius: var(--radius-r);
    box-shadow: 0 1px 0 oklch(0.45 0.11 127 / .6), 0 8px 24px -12px var(--color-mark);
    transition: transform .25s var(--ease-expo), box-shadow .25s var(--ease-expo), background .2s var(--ease-expo);
  }
  .btn:hover {
    background: var(--color-mark-deep);
    transform: translateY(-1px);
    box-shadow: 0 1px 0 oklch(0.45 0.10 127 / .7), 0 14px 30px -12px var(--color-mark);
  }
  .btn .arr {
    transition: transform .25s var(--ease-expo);
  }
  .btn:hover .arr {
    transform: translateX(3px);
  }
  .hero--img .btn,
  .closer .btn {
    background: var(--color-pen);
    color: oklch(0.18 0.03 127);
    box-shadow: 0 1px 0 oklch(0.72 0.15 122 / .55), 0 10px 30px -10px oklch(0.87 0.17 122 / .5);
  }
  .hero--img .btn:hover,
  .closer .btn:hover {
    background: oklch(0.91 0.16 120);
    box-shadow: 0 1px 0 oklch(0.72 0.15 122 / .6), 0 16px 36px -10px oklch(0.87 0.17 122 / .6);
  }
  .report-card {
    box-shadow: 0 1px 0 oklch(1 0 0 / .9) inset, 0 18px 44px -30px oklch(0.2 0.02 264 / .45);
  }
  .voice {
    position: relative;
  }
  .voice::before {
    content: "\201C";
    position: absolute;
    top: .4rem;
    right: 1rem;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--color-mark);
    opacity: .18;
  }
  .final {
    background: transparent;
  }
  .final .fault-echo {
    display: none;
  }
  .final::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--color-mark) 18%, var(--color-mark) 82%, transparent);
    opacity: .55;
  }
  .section-lg {
    padding-block: clamp(3.5rem,6vw,5.5rem);
  }
  .fault-echo {
    position: absolute;
    inset: 0 0 0 auto;
    width: min(34%,400px);
    z-index: 0;
    pointer-events: none;
    opacity: .5;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  }
  .fault-echo svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .fault-echo path {
    stroke: var(--color-mark);
    stroke-width: 1.4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .fault-echo .fe-glow {
    stroke-width: 6;
    opacity: .3;
    filter: blur(7px);
  }
  @media (max-width:640px) {
    .fault-echo {
      display: none;
    }
  }
  .eyebrow::before {
    content: "";
    width: 1.7rem;
    height: 1px;
    background: var(--color-mark);
    flex: none;
  }
  .ico {
    width: 1.35rem;
    height: 1.35rem;
    flex: none;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .ico-sm {
    width: 1.15rem;
    height: 1.15rem;
    stroke-width: 1.6;
  }
  .step-n {
    font-family: var(--font-mono);
    font-size: var(--text-24);
    font-weight: 500;
    color: color-mix(in srgb, oklch(0.55 0.14 127) 78%, oklch(0.205 0.012 264));
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklch, var(--color-mark) 78%, var(--color-ink));
    }
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .stack-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid var(--color-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-surface);
  }
  .stack-cell {
    display: flex;
    flex-direction: column;
    padding: clamp(1.4rem,3vw,2rem);
    text-decoration: none;
    color: var(--color-ink);
    transition: background .3s var(--ease-expo);
  }
  .stack-cell + .stack-cell {
    border-left: 1px solid var(--color-line);
  }
  .stack-cell:hover {
    background: var(--color-surface-2);
  }
  .stk-mk {
    width: 2.4rem;
    height: 2.4rem;
    flex: none;
    margin-bottom: 1rem;
    transition: transform .3s var(--ease-expo);
  }
  .stack-cell:hover .stk-mk {
    transform: translateY(-2px);
  }
  .stk-name {
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 1.08rem;
  }
  .stk-fw {
    margin-top: .28rem;
    font-family: var(--font-mono);
    font-size: .76rem;
    color: var(--color-muted);
  }
  .stk-go {
    margin-top: 1.1rem;
    font-family: var(--font-mono);
    font-size: .76rem;
    color: var(--color-mark-deep);
    display: inline-flex;
    align-items: center;
    gap: .4rem;
  }
  .stk-go .arr {
    transition: transform .3s var(--ease-expo);
  }
  .stack-cell:hover .stk-go .arr {
    transform: translateX(3px);
  }
  @media (max-width:640px) {
    .stack-row {
      grid-template-columns: 1fr;
    }
    .stack-cell + .stack-cell {
      border-left: 0;
      border-top: 1px solid var(--color-line);
    }
  }
  .avail-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-mark);
    flex: none;
  }
  .anim .avail-dot {
    animation: availpulse 2.6s ease-out infinite;
  }
  @keyframes availpulse {
    0% {
      box-shadow: 0 0 0 0 oklch(0.55 0.14 127 / .55);
    }
    70% {
      box-shadow: 0 0 0 8px oklch(0.55 0.14 127 / 0);
    }
    100% {
      box-shadow: 0 0 0 0 oklch(0.55 0.14 127 / 0);
    }
  }
  .field {
    width: 100%;
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-r);
    padding: .72rem .85rem;
    font-family: inherit;
    font-size: .95rem;
    color: var(--color-ink);
    transition: border-color .2s var(--ease-expo), box-shadow .2s var(--ease-expo);
  }
  .field::placeholder {
    color: var(--color-muted);
  }
  .field:focus {
    outline: none;
    border-color: var(--color-mark);
    box-shadow: 0 0 0 3px var(--color-mark-wash);
  }
  textarea.field {
    resize: vertical;
    min-height: 5.5rem;
  }
  .field-label {
    display: block;
    font-family: var(--font-mono);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--color-muted);
    margin-bottom: .42rem;
  }
}
.anim [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
}
.anim [data-reveal].in {
  opacity: 1;
  transform: none;
  transition: opacity .7s var(--ease-expo), transform .7s var(--ease-expo);
}
.anim [data-reveal][data-d="1"].in {
  transition-delay: .06s;
}
.anim [data-reveal][data-d="2"].in {
  transition-delay: .12s;
}
.anim [data-reveal][data-d="3"].in {
  transition-delay: .18s;
}
@layer components {
  .faq-a {
    padding: 0 0 1.45rem 1.95rem;
    max-width: 68ch;
    color: var(--color-ink-soft);
    font-size: .97rem;
    line-height: 1.6;
  }
  .sec-head p {
    max-width: 68ch;
  }
  .hd-ico {
    flex: none;
    color: var(--color-mark);
    display: inline-flex;
  }
  .final p {
    max-width: 58ch;
  }
  /* Severity scale: mark = accent/recommended, warn = disqualifying red. */
  .border-warn-line {
    border-color: color-mix(in oklab, var(--color-warn) 35%, transparent);
  }
  .border-warn-line-soft {
    border-color: color-mix(in oklab, var(--color-warn) 18%, transparent);
  }
  .shadow-mark-pop {
    box-shadow: 0 1px 0 oklch(1 0 0 / .95) inset, 0 24px 56px -34px color-mix(in oklab, var(--color-mark) 45%, transparent);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

/* ── Section « Rapport exemple » (index + landing pages) ───────────────── */
#rapport .report-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.02fr); gap:clamp(2rem,6vw,5rem); align-items:center; }
#rapport .report-copy { max-width:31rem; }
#rapport .report-feats { list-style:none; margin:1.8rem 0 0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:.75rem 1.4rem; }
#rapport .report-feats li { display:flex; gap:.55rem; align-items:flex-start; font-size:.9rem; color:var(--color-ink-soft); line-height:1.4; }
#rapport .report-feats svg { width:16px; height:16px; flex:none; margin-top:.1rem; color:var(--color-mark); }
#rapport .report-cta { margin-top:2rem; display:flex; align-items:center; gap:1rem 1.5rem; flex-wrap:wrap; }
#rapport .report-ghost { display:inline-flex; align-items:center; gap:.45rem; font-family:var(--font-mono); font-size:.82rem; text-decoration:none; color:var(--color-ink); border-bottom:1px solid var(--color-line); padding-bottom:.15rem; transition:border-color .2s; }
#rapport .report-ghost:hover { border-color:var(--color-mark); }
#rapport .report-note { margin-top:1.1rem; font-family:var(--font-mono); font-size:.72rem; letter-spacing:.03em; color:var(--color-muted); }

/* fanned documents — cover in front, an interior page peeking behind */
#rapport .report-stage { position:relative; display:flex; align-items:center; justify-content:center; }
#rapport .doc-back { position:absolute; left:50%; top:50%; z-index:0; width:62%; border-radius:9px; overflow:hidden;
  border:1px solid var(--color-line-soft); transform:translate(-8%,-54%) rotate(6deg);
  box-shadow:0 26px 54px -32px oklch(0.2 0.02 264/.4); }
#rapport .doc-back img { display:block; width:100%; height:auto; }
#rapport .report-doc { position:relative; z-index:1; width:72%; max-width:360px; text-decoration:none;
  transform:translateX(-9%) rotate(-2.5deg); transition:transform .45s cubic-bezier(.2,.7,.2,1); }
#rapport .report-doc .front { position:relative; border-radius:11px; overflow:hidden; border:1px solid var(--color-line);
  box-shadow:0 42px 76px -34px oklch(0.2 0.02 264/.6), 0 10px 26px -16px oklch(0.2 0.02 264/.4); }
#rapport .report-doc:hover { transform:translateX(-9%) rotate(0) translateY(-6px); }
#rapport .report-doc .front img { display:block; width:100%; height:auto; }
#rapport .report-badge { position:absolute; top:14px; right:-12px; z-index:3; font-family:var(--font-mono); font-size:.66rem; letter-spacing:.08em; text-transform:uppercase; background:var(--color-mark); color:#fff; padding:.42rem .72rem; border-radius:6px; box-shadow:0 10px 22px -8px oklch(0.2 0.02 264/.45); }
#rapport .report-open { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:3; width:60px; height:60px; border-radius:50%; background:oklch(1 0 0/.94); display:grid; place-items:center; box-shadow:0 12px 30px -8px oklch(0.2 0.02 264/.5); opacity:0; transition:opacity .3s; }
#rapport .report-doc:hover .report-open { opacity:1; }
#rapport .report-open svg { width:22px; height:22px; color:var(--color-ink); }
@media (max-width:860px) {
  #rapport .report-grid { grid-template-columns:1fr; gap:2.8rem; }
  #rapport .report-copy { max-width:none; }
  #rapport .report-stage { padding:1.2rem 0 .6rem; }
  #rapport .report-doc { width:66%; transform:translateX(-8%) rotate(-2deg); }
  #rapport .doc-back { width:56%; }
}
@media (max-width:460px) { #rapport .report-feats { grid-template-columns:1fr; } #rapport .doc-back { display:none; } #rapport .report-doc { transform:rotate(-2deg); width:78%; } }

/* #about full-black theme — placed in utilities layer to win over .bg-surface/.text-* utilities */
@layer utilities {
  #about.about-dark {
    background: var(--color-ink-deep);
    color: var(--color-on-ink);
  }
  #about.about-dark .sec-head p {
    color: var(--color-on-ink-soft);
  }
  #about.about-dark .text-ink,
  #about.about-dark .sec-head em,
  #about.about-dark .about-name {
    color: var(--color-on-ink);
  }
  #about.about-dark .text-ink-soft {
    color: var(--color-on-ink-soft);
  }
  #about.about-dark .text-muted {
    color: oklch(0.62 0.01 264);
  }
  /* identity block: portrait + name + lead + tags */
  #about.about-dark .about-intro {
    display: flex;
    gap: clamp(1.6rem, 3.5vw, 3rem);
    align-items: center;
  }
  #about.about-dark .about-portrait {
    flex: none;
    width: clamp(170px, 23vw, 248px);
    aspect-ratio: 1 / 1.12;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--color-ink-line);
  }
  #about.about-dark .about-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #about.about-dark .about-id {
    min-width: 0;
  }
  #about.about-dark .about-role {
    margin: .35rem 0 1.15rem;
    font-family: var(--font-mono);
    font-size: .82rem;
    color: oklch(0.62 0.01 264);
  }
  #about.about-dark .about-lead {
    margin: 0;
    max-width: 60ch;
  }
  #about.about-dark .about-onsite {
    margin: .9rem 0 0;
    max-width: 60ch;
    font-size: 1rem;
    line-height: 1.6;
  }
  #about.about-dark .about-tags {
    list-style: none;
    margin: 1.35rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem 1.5rem;
    font-family: var(--font-mono);
    font-size: .8rem;
    letter-spacing: .01em;
    color: oklch(0.62 0.01 264);
  }
  #about.about-dark .about-tags li {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
  }
  #about.about-dark .about-tags li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--color-mark);
    border-radius: 1px;
    flex: none;
  }
  /* track record: three even columns */
  #about.about-dark .about-grid {
    margin-top: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid var(--color-ink-line);
  }
  #about.about-dark .about-cred {
    display: grid;
    grid-template-columns: clamp(9rem, 18vw, 13rem) 1fr;
    gap: 1.5rem;
    align-items: baseline;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--color-ink-line);
  }
  #about.about-dark .about-cred-k {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-family: var(--font-mono);
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--color-mark);
  }
  #about.about-dark .about-cred p {
    margin: 0;
    max-width: 62ch;
    color: var(--color-on-ink-soft);
    font-size: .9375rem;
    line-height: 1.58;
  }
  @media (max-width:760px) {
    #about.about-dark .about-cred {
      grid-template-columns: 1fr;
      gap: .45rem;
    }
  }
  @media (max-width:520px) {
    #about.about-dark .about-intro {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.3rem;
    }
  }
}

/* CTA + footer share ONE background image on the .closer parent */
@layer utilities {
  .closer {
    background-color: var(--color-closer);
    background-image:
      linear-gradient(to bottom, oklch(0.14 0.016 264 / .5) 0%, oklch(0.14 0.016 264 / .62) 100%),
      var(--grain),
      url("/hero-bg.svg");
    background-size: cover, 160px 160px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .closer > .final,
  .closer > footer.bg-closer {
    background: transparent;
  }
}
@media (max-width:640px) {
  .closer {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}

/* ── Bento board — tuiles arrondies sur la feuille blanche ─────────────── */
@layer components {
  .bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(.7rem, 1.35vw, 1rem);
  }
  .tile {
    grid-column: span 12;
    position: relative;
    min-width: 0;
    background: var(--color-surface);
    border: 1px solid var(--color-line-soft);
    border-radius: 16px;
    padding: clamp(1.3rem, 2.5vw, 1.9rem);
  }
  .tile--onink {
    background-color: oklch(0.205 0.014 264);
    border-color: var(--color-ink-line);
  }
  .tile--pop {
    background: var(--color-bg);
    border: 2px solid var(--color-mark);
    box-shadow: 0 1px 0 oklch(1 0 0 / .95) inset, 0 24px 56px -34px color-mix(in oklab, var(--color-mark) 45%, transparent);
  }
  a.tile {
    text-decoration: none;
    color: var(--color-ink);
    transition: background .3s var(--ease-expo);
  }
  a.tile:hover {
    background: var(--color-surface-2);
  }
  .bento > .stack-cell {
    border: 1px solid var(--color-line-soft);
  }
  .tile-ico {
    display: inline-flex;
    color: var(--color-mark);
    margin: 0 0 .95rem;
  }
  .t-3 { grid-column: span 3; }
  .t-4 { grid-column: span 4; }
  .t-5 { grid-column: span 5; }
  .t-6 { grid-column: span 6; }
  .t-7 { grid-column: span 7; }
  .t-8 { grid-column: span 8; }
  .t-12 { grid-column: span 12; }
  .t-rows2 { grid-row: span 2; }
  @media (max-width: 980px) {
    .t-3, .t-4, .t-5 { grid-column: span 6; }
    .t-7, .t-8 { grid-column: span 12; }
    .t-rows2 { grid-row: auto; }
  }
  @media (min-width: 761px) and (max-width: 980px) {
    /* trios : rester à 3 colonnes pour éviter la tuile orpheline */
    #stacks .tile.t-4, #approche .tile.t-4, #about .tile.t-4 { grid-column: span 4; }
  }
  @media (max-width: 760px) {
    #stacks .tile.t-4, #approche .tile.t-4, #about .tile.t-4 { grid-column: span 12; }
  }
  @media (max-width: 700px) {
    .t-3, .t-4, .t-5, .t-6, .t-7, .t-8 { grid-column: span 12; }
  }
  @media (max-width: 640px) {
    .tile { border-radius: 13px; }
  }

  /* Démarche — une seule tuile, quatre colonnes réglées */
  .pstrip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pstrip > div {
    display: flex;
    flex-direction: column;
    padding: .3rem clamp(1.1rem, 2.2vw, 1.6rem);
    border-left: 1px solid var(--color-line);
  }
  .pstrip > div:first-child {
    border-left: 0;
    padding-left: .15rem;
  }
  @media (max-width: 980px) {
    .pstrip {
      grid-template-columns: 1fr 1fr;
      row-gap: 1.7rem;
    }
    .pstrip > div:nth-child(odd) {
      border-left: 0;
      padding-left: .15rem;
    }
  }
  @media (max-width: 640px) {
    .pstrip { grid-template-columns: 1fr; }
    .pstrip > div {
      border-left: 0;
      border-top: 1px solid var(--color-line-soft);
      padding: 1.15rem .15rem;
    }
    .pstrip > div:first-child {
      border-top: 0;
      padding-top: 0;
    }
  }
}

/* Ajustements bento par section — hors layer pour gagner sur les utilities */
#rapport .tile {
  padding: clamp(1.6rem, 3.4vw, 2.9rem);
}
#pricing .tile {
  padding: clamp(1.5rem, 2.8vw, 2.1rem);
}
#fit .bento > div {
  border-radius: 16px;
}
#about .bento {
  margin-top: clamp(2rem, 4vw, 3rem);
}
#about .about-tile p {
  margin: .85rem 0 0;
  color: var(--color-on-ink-soft);
  font-size: var(--text-15);
  line-height: 1.58;
}

/* ── Container bento : la feuille se dissout en panneaux sur le bureau ── */
:root {
  --pgap: clamp(.7rem, 1.35vw, 1rem);
}
.sheet {
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-block: var(--pgap) clamp(2rem, 3.5vw, 3rem);
}
.sheet > .hero {
  border-radius: 20px;
}
main > section {
  border-radius: 20px;
  margin-top: var(--pgap);
}
main > section:not(#about):not(.pricing-dark) {
  background-color: var(--color-bg);
  background-image: radial-gradient(oklch(0.2 0.04 264 / .05) 1px, transparent 1.4px);
  background-size: 23px 23px;
  background-position: -1px -1px;
  border: 1px solid var(--color-line);
  box-shadow: 0 1px 0 oklch(1 0 0 / .9) inset, 0 2px 4px -2px oklch(0.2 0.02 264 / .1), 0 16px 36px -26px oklch(0.2 0.02 264 / .32);
}
main > section#about,
main > section.pricing-dark {
  box-shadow: 0 18px 42px -28px oklch(0.2 0.02 264 / .5);
}
.closer {
  border-radius: 20px;
  margin-top: var(--pgap);
  box-shadow: 0 18px 42px -28px oklch(0.2 0.02 264 / .5);
}
@media (max-width: 720px) {
  .sheet {
    padding-inline: .55rem;
    margin-block: .55rem 1.4rem;
  }
  .sheet > .hero,
  main > section,
  .closer {
    border-radius: 14px;
  }
}

/* ── Polish bento : folio de rapport, anneaux, relief ─────────────────── */
/* folio § en coin de panneau — le site pagine comme le rapport */
main {
  counter-reset: panel;
}
main > section {
  counter-increment: panel;
}
main > section::before {
  content: "§ " counter(panel, decimal-leading-zero);
  position: absolute;
  top: clamp(1.15rem, 2vw, 1.7rem);
  right: clamp(1.25rem, 2.4vw, 2rem);
  font-family: var(--font-mono);
  font-size: .66rem;
  letter-spacing: .09em;
  color: var(--color-muted);
  opacity: .7;
  pointer-events: none;
}
main > section#about::before,
main > section.pricing-dark::before {
  color: oklch(0.62 0.01 264);
}

/* liseré interne sur les surfaces sombres — arêtes nettes sur le camo */
.sheet > .hero {
  box-shadow: inset 0 0 0 1px oklch(1 0 0 / .07), 0 16px 36px -26px oklch(0.2 0.02 264 / .4);
}
main > section#about,
main > section.pricing-dark {
  box-shadow: inset 0 0 0 1px oklch(1 0 0 / .06), 0 18px 42px -28px oklch(0.2 0.02 264 / .5);
}
.closer {
  box-shadow: inset 0 0 0 1px oklch(1 0 0 / .06), 0 18px 42px -28px oklch(0.2 0.02 264 / .5);
}
.tile--onink {
  box-shadow: inset 0 0 0 1px oklch(1 0 0 / .05);
}

/* motif fissure (glyphe du logo) dans la tuile sombre */

/* pastille sévérité — le vocabulaire du rapport */
.sev {
  font-family: var(--font-mono);
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--color-mark-deep);
  background: var(--color-mark-wash);
  border: 1px solid color-mix(in oklab, var(--color-mark) 25%, transparent);
  border-radius: 999px;
  padding: .28rem .6rem;
  white-space: nowrap;
  align-self: flex-start;
}

/* tuiles cliquables : élévation au survol */
a.tile {
  transition: background .3s var(--ease-expo), transform .35s var(--ease-expo), box-shadow .35s var(--ease-expo);
}
a.tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -18px oklch(0.2 0.02 264 / .35);
}
@media (prefers-reduced-motion: reduce) {
  a.tile:hover {
    transform: none;
  }
}

/* titres plus fermes */
.sec-head h2 {
  font-weight: 600;
}

/* e-mail du closer : tenir sur une ligne en mobile */
@media (max-width: 480px) {
  .email-big {
    font-size: .78rem;
  }
}

/* ── merged sub-chapters (stacks inside #scope, approche inside #process) ── */
.subsec {
  margin-top: clamp(2.75rem, 5vw, 4.25rem);
  border-top: 1px solid var(--color-line-soft);
  padding-top: clamp(2.25rem, 4vw, 3.4rem);
}
.subsec .sec-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}
.subsec .sec-head h3 {
  font-size: clamp(1.35rem, 1.05rem + 1.1vw, 1.8rem);
  font-weight: 600;
}
#stacks,
#approche {
  scroll-margin-top: calc(var(--bar-h) + 16px);
}

/* dark surfaces: olive --color-mark is too dim there — accent flips to chartreuse pen */
.hero--img .text-mark,
.closer .text-mark {
  color: var(--color-pen);
}
.hero--img .bg-mark,
.closer .bg-mark {
  background-color: var(--color-pen);
}
.closer .hover\:text-mark:hover {
  color: var(--color-pen);
}

/* ── #solo : l'argument en tête, le schéma en figure ───────────────────── */

/* ── #solo : schéma cabinet vs base16 — la figure centrale ─────────────── */
.chain-side {
  flex: none;
  width: 4.2rem;
  padding-top: .46rem;
  font-size: .68rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--color-muted);
}
/* le trait de relecture : la chaîne du cabinet, barrée d'un coup de stylo */
.chain-node--hot {
  background: var(--color-mark);
  border-color: var(--color-mark);
  color: var(--color-on-mark);
  font-weight: 500;
}

/* #solo responsive */
@media (max-width: 760px) {
  .chain-side {
    width: auto;
    padding-top: 0;
  }
}
/* nœuds repliés sur deux lignes : le trait unique casse, on biffe nœud par nœud */

/* ── #scope : pastille critique pleine — la sévérité porte le poids ────── */
.sev--crit {
  background: var(--color-mark);
  color: var(--color-on-mark);
  border-color: var(--color-mark);
}

/* ── #scope : registre des tests — l'index du rapport, pas une grille de cartes ── */
.reg-cap {
  margin: 0 0 1.05rem;
  font-family: var(--font-mono);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-muted);
}
.reg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(1.6rem, 3.5vw, 3rem);
}
.reg-row {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  grid-template-areas: "ref name" "ref ex";
  column-gap: 1rem;
  row-gap: .14rem;
  align-content: start;
  padding-block: .8rem;
  border-top: 1px solid var(--color-line-soft);
}
.reg-grid .reg-row:nth-child(-n+2) {
  border-top: 0;
  padding-top: .1rem;
}
.reg-ref {
  grid-area: ref;
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .03em;
  color: var(--color-mark-deep);
  padding-top: .22rem;
}
.reg-name {
  grid-area: name;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-size: .95rem;
}
.reg-ex {
  grid-area: ex;
  font-size: .84rem;
  line-height: 1.45;
  color: var(--color-muted);
}
@media (max-width: 760px) {
  .reg-grid {
    grid-template-columns: 1fr;
  }
  .reg-grid .reg-row:nth-child(2) {
    border-top: 1px solid var(--color-line-soft);
    padding-top: .8rem;
  }
}
@media (max-width: 480px) {
  .reg-row {
    grid-template-columns: 1fr;
    grid-template-areas: "ref" "name" "ex";
    row-gap: .1rem;
  }
  .reg-ref {
    padding-top: 0;
  }
}

/* ── #fit — verdict de cadrage : une fiche, deux colonnes, marques de rapport ── */
@layer components {
  .fit-tile {
    grid-column: span 12;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    overflow: clip;
  }
  .fit-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: clamp(1.6rem, 3vw, 2.3rem) clamp(1.5rem, 2.8vw, 2.3rem);
  }
  .fit-foot {
    margin: auto 0 0;
    padding-top: 1.2rem;
    font-family: var(--font-mono);
    font-size: var(--text-13);
    line-height: 1.6;
    color: var(--color-muted);
    max-width: 52ch;
  }
  .fit-foot em {
    font-style: normal;
    color: var(--color-ink);
  }
  .fit-foot-link {
    color: var(--color-on-ink);
    text-decoration: none;
  }
  .fit-foot-link .go-arr {
    color: var(--color-pen);
    font-weight: 500;
    display: inline-block;
    margin-left: .35rem;
    transition: transform .3s var(--ease-expo);
  }
  .fit-foot-link:hover .go-arr {
    transform: translateX(4px);
  }
  @media (prefers-reduced-motion: reduce) {
    .fit-foot-link:hover .go-arr {
      transform: none;
    }
  }
  .fit-col--no {
    border-left: 1px solid var(--color-line);
    background: repeating-linear-gradient(-45deg, oklch(0.2 0.012 264 / .03) 0 1px, transparent 1px 7px);
  }
  .fit-col--yes {
    background-color: var(--color-ink-deep);
    background-image: var(--grain);
    background-size: 160px 160px;
    color: var(--color-on-ink);
  }
  .fit-col--yes .fit-head {
    color: var(--color-on-ink);
  }
  .fit-col--yes .fit-list li {
    color: var(--color-on-ink);
    border-top-color: var(--color-ink-line);
  }
  .fit-head {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 0 0 1.05rem;
    font-size: var(--text-18);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--color-ink);
  }
  .fit-glyph {
    display: inline-grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 7px;
    flex: none;
    font-family: var(--font-mono);
    font-size: .92rem;
    font-weight: 500;
  }
  .fit-col--yes .fit-glyph {
    background: var(--color-pen);
    color: var(--color-ink-deep);
  }
  .fit-col--no .fit-glyph {
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    color: var(--color-muted);
  }
  .fit-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fit-list li {
    position: relative;
    padding: .85rem 0 .85rem 1.55rem;
    border-top: 1px solid var(--color-line-soft);
    font-size: var(--text-15);
    line-height: 1.55;
    color: var(--color-ink);
  }
  .fit-list li::before {
    position: absolute;
    left: .1rem;
    top: .95rem;
    font-family: var(--font-mono);
    font-size: .8rem;
  }
  .fit-col--yes .fit-list li::before {
    content: "✓";
    color: var(--color-pen);
  }
  .fit-col--no .fit-list li {
    color: var(--color-ink-soft);
  }
  .fit-col--no .fit-list li::before {
    content: "−";
    color: var(--color-muted);
  }
  @media (max-width: 860px) {
    .fit-tile {
      grid-template-columns: 1fr;
    }
    .fit-col--no {
      border-left: 0;
      border-top: 1px solid var(--color-line);
    }
  }
}

/* #fit — lien dans la colonne sombre : hors layer pour battre les utilities */
.fit-col--yes a {
  color: var(--color-on-ink);
  border-color: oklch(1 0 0 / .25);
}
.fit-col--yes a:hover {
  border-color: var(--color-pen);
}

/* ── #pricing — panneau sombre, même noir que #about ; tuiles claires par contraste ── */
@layer utilities {
  #pricing.pricing-dark {
    background: var(--color-ink-deep);
    color: var(--color-on-ink);
  }
  #pricing.pricing-dark .sec-head p {
    color: var(--color-on-ink-soft);
  }
  #pricing.pricing-dark .sec-head em,
  #pricing.pricing-dark .sec-head .text-ink {
    color: var(--color-on-ink);
  }
  #pricing.pricing-dark .tile {
    background-color: oklch(0.215 0.015 264);
    background-image: var(--grain);
    background-size: 160px 160px;
    border-color: oklch(1 0 0 / .08);
    color: var(--color-on-ink);
    box-shadow: inset 0 1px 0 oklch(1 0 0 / .05);
  }
  #pricing.pricing-dark .tile--pop {
    border-color: color-mix(in oklab, var(--color-pen) 45%, transparent);
    box-shadow: inset 0 1px 0 oklch(1 0 0 / .06), 0 30px 70px -36px color-mix(in oklab, var(--color-pen) 35%, transparent);
  }
  #pricing.pricing-dark .tile .text-ink-soft {
    color: var(--color-on-ink-soft);
  }
  #pricing.pricing-dark .tile .text-ink {
    color: var(--color-on-ink);
  }
  #pricing.pricing-dark .tile .text-muted {
    color: oklch(0.62 0.012 264);
  }
  #pricing.pricing-dark .tile .text-mark,
  #pricing.pricing-dark .tile .text-mark-deep,
  #pricing.pricing-dark .tile .hd-ico {
    color: var(--color-pen);
  }
  #pricing.pricing-dark .tile .border-line-soft {
    border-color: oklch(1 0 0 / .1);
  }
  #pricing.pricing-dark .tile .bg-mark {
    background-color: var(--color-pen);
    color: oklch(0.18 0.03 127);
  }
  #pricing.pricing-dark .tile a.border-line {
    border-color: oklch(1 0 0 / .22);
  }
  #pricing.pricing-dark .tile a.border-line:hover {
    border-color: var(--color-on-ink);
  }
  #pricing.pricing-dark .btn {
    background: var(--color-pen);
    color: oklch(0.18 0.03 127);
    box-shadow: 0 1px 0 oklch(0.72 0.15 122 / .55), 0 10px 30px -10px oklch(0.87 0.17 122 / .5);
  }
  #pricing.pricing-dark .btn:hover {
    background: oklch(0.91 0.16 120);
  }
}

@media (max-width:720px) {
  .cta-mini {
    display: none;
  }
}
@media (min-width:721px) and (max-width:920px) {
  nav.links {
    gap: 1.05rem;
  }
  .cta-mini {
    padding: .42rem .6rem;
  }
}
@media (min-width:721px) and (max-width:820px) {
  nav.links {
    gap: .8rem;
  }
  nav.links a:not(.cta-mini) {
    font-size: .76rem;
  }
  .cta-mini {
    font-size: .74rem;
    padding: .4rem .55rem;
  }
}

/* ── contact e-mail sous les tarifs : chemin asynchrone avant le footer ── */
#pricing .pricing-mail {
  margin-top: 1.6rem;
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--color-on-ink-soft);
}
#pricing .pricing-mail a {
  color: var(--color-on-ink);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid oklch(1 0 0 / .25);
  transition: border-color .2s var(--ease-expo);
}
#pricing .pricing-mail a:hover {
  border-color: var(--color-pen);
}

/* ── footer réorganisé : colonnes de liens, façon fin de rapport ── */
.sitefoot {
  padding-top: clamp(2.1rem, 4vw, 2.9rem);
  padding-bottom: 1.15rem;
  border-top: 1px solid var(--color-closer-line);
}
.sf-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.2rem clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(1.9rem, 3.2vw, 2.5rem);
}
.sf-brand {
  max-width: 21ch;
  flex: none;
}
.sitefoot .brand {
  color: var(--color-on-closer);
}
.sitefoot .brand-16 {
  color: var(--color-pen);
}
.sitefoot .brand:hover .brand-16 {
  color: var(--color-pen);
}
.sf-tag {
  margin-top: .85rem;
  font-size: .82rem;
  line-height: 1.55;
  color: var(--color-on-closer-soft);
}
.sf-cols {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 34rem;
  justify-content: space-between;
  gap: 1.9rem 2rem;
}
.sf-h {
  font-family: var(--font-mono);
  font-size: .67rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--color-on-closer-soft);
  opacity: .72;
  margin-bottom: .65rem;
}
.sf-col a {
  display: block;
  font-size: .84rem;
  line-height: 1.4;
  padding: .21rem 0;
  color: var(--color-on-closer-soft);
  text-decoration: none;
  transition: color .18s var(--ease-expo);
}
.sf-col a:hover {
  color: var(--color-pen);
}
.sf-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .3rem 1.5rem;
  border-top: 1px solid var(--color-closer-line);
  padding-top: 1rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--color-on-closer-soft);
}
@media (max-width: 640px) {
  .sf-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7rem 1.5rem;
    width: 100%;
  }
  .sf-col {
    min-width: 0;
  }
}

/* ── Rails : le hero passe à l'encre rouge du framework ─────────────────── */
/* page /audit-securite-ruby-on-rails uniquement — la barre est transparente
   et se pose sur le hero, elle vire donc au rouge avec lui. */
.hero--rails {
  background-color: oklch(0.53 0.212 27);
  background-image:
    linear-gradient(90deg, oklch(0.50 0.215 27 / .82) 0%, oklch(0.51 0.215 27 / .58) 32%, oklch(0.53 0.21 27 / .18) 62%, transparent 86%),
    linear-gradient(to bottom, transparent 58%, oklch(0.44 0.20 27 / .45) 100%),
    url("/hero-bg-rails.svg");
}
.hero--rails::after {
  background: radial-gradient(closest-side, oklch(0.72 0.19 32 / .28), transparent 70%);
}
/* sur du rouge saturé : le chartreuse vibre et le gris doux vire au sale —
   tout l'accent du hero passe au blanc, le CTA s'inverse (blanc sur rouge). */
.hero--rails,
.hero--rails .text-on-ink-soft {
  color: oklch(1 0 0 / .88);
}
.hero--rails h1,
.hero--rails .text-on-ink,
.hero--rails .text-mark,
.hero--rails .hover\:text-on-ink:hover {
  color: #fff;
}
.hero--rails .bg-mark {
  background-color: oklch(1 0 0 / .85);
}
.hero--rails .pen {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23ffffff' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hero--rails .btn {
  background: #fff;
  color: oklch(0.42 0.20 27);
  box-shadow: 0 1px 0 oklch(0.40 0.18 27 / .35), 0 12px 30px -12px oklch(0.25 0.10 27 / .55);
}
.hero--rails .btn:hover {
  background: oklch(0.97 0.012 27);
  box-shadow: 0 1px 0 oklch(0.40 0.18 27 / .4), 0 18px 38px -12px oklch(0.25 0.10 27 / .6);
}
/* la barre est un frère du hero, pas un enfant : elle a son propre crochet */
.bar--rails {
  --bar-fg: #fff;
  --bar-fg-soft: oklch(1 0 0 / .88);
  --bar-line: oklch(1 0 0 / .34);
}
.bar--rails .mark-bit {
  fill: #fff;
  filter: none;
}
.bar--rails .brand-16 {
  color: #fff;
}
.bar--rails .mnav summary::after {
  color: oklch(1 0 0 / .7);
}
.hero--rails::before {
  opacity: .32;
}

/* ── Rappels rouges Rails : deux filets, en tête et en pied du document ──── */
/* Le hero rouge ouvre, ces deux hairlines referment la boucle. Le vert olive
   reste la marque partout ailleurs sur la page. */
/* L'accent de la page bascule du vert olive au rouge Rails : on redéfinit les
   tokens plutôt que de chasser chaque .text-mark — trop d'ancrages en dur. */
.page--rails {
  --rails-red: oklch(0.53 0.212 27);
  --color-mark: oklch(0.53 0.212 27);
  --color-mark-deep: oklch(0.45 0.19 27);
  --color-mark-wash: oklch(0.53 0.212 27 / 0.10);
  --color-on-mark: oklch(0.99 0.005 27);
  /* surfaces sombres : le rouge doit remonter en luminosité pour rester lisible */
  --color-pen: oklch(0.70 0.19 27);
}
/* ombres de bouton codées en dur sur l'olive — à repasser en rouge */
.page--rails .btn {
  box-shadow: 0 1px 0 oklch(0.42 0.17 27 / .6), 0 8px 24px -12px var(--color-mark);
}
.page--rails .btn:hover {
  box-shadow: 0 1px 0 oklch(0.42 0.17 27 / .7), 0 14px 30px -12px var(--color-mark);
}
.page--rails .closer .btn:hover,
.page--rails #pricing.pricing-dark .btn:hover {
  background: oklch(0.76 0.19 27);
}
.page--rails .mark-bit {
  filter: drop-shadow(0 0 2.5px oklch(0.70 0.19 27 / .55));
}
.page--rails .pen {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23d21620' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
/* le hero est déjà rouge plein : son texte d'accent reste blanc */
.page--rails .hero--rails .pen,
.page--rails .hero--rails .text-mark {
  color: #fff;
}
.page--rails .hero--rails .pen {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23ffffff' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ── PHP : le hero passe au violet éléphant ─────────────────────────────── */
/* page /audit-securite-php uniquement — même montage que Rails : la barre est
   transparente et se pose sur le hero, elle vire donc au violet avec lui. */
.hero--php {
  background-color: oklch(0.46 0.155 282);
  background-image:
    linear-gradient(90deg, oklch(0.43 0.155 282 / .82) 0%, oklch(0.44 0.155 282 / .58) 32%, oklch(0.46 0.15 282 / .18) 62%, transparent 86%),
    linear-gradient(to bottom, transparent 58%, oklch(0.37 0.14 282 / .45) 100%),
    url("/hero-bg-php.svg");
}
.hero--php::after {
  background: radial-gradient(closest-side, oklch(0.68 0.16 285 / .28), transparent 70%);
}
/* même logique que le rouge : sur un fond coloré plein, le chartreuse vibre et
   le gris doux vire au sale — tout l'accent du hero passe au blanc. */
.hero--php,
.hero--php .text-on-ink-soft {
  color: oklch(1 0 0 / .88);
}
.hero--php h1,
.hero--php .text-on-ink,
.hero--php .text-mark,
.hero--php .hover\:text-on-ink:hover {
  color: #fff;
}
.hero--php .bg-mark {
  background-color: oklch(1 0 0 / .85);
}
.hero--php .pen {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23ffffff' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hero--php .btn {
  background: #fff;
  color: oklch(0.40 0.16 282);
  box-shadow: 0 1px 0 oklch(0.36 0.14 282 / .35), 0 12px 30px -12px oklch(0.22 0.09 282 / .55);
}
.hero--php .btn:hover {
  background: oklch(0.97 0.012 282);
  box-shadow: 0 1px 0 oklch(0.36 0.14 282 / .4), 0 18px 38px -12px oklch(0.22 0.09 282 / .6);
}
/* la barre est un frère du hero, pas un enfant : elle a son propre crochet */
.bar--php {
  --bar-fg: #fff;
  --bar-fg-soft: oklch(1 0 0 / .88);
  --bar-line: oklch(1 0 0 / .34);
}
.bar--php .mark-bit {
  fill: #fff;
  filter: none;
}
.bar--php .brand-16 {
  color: #fff;
}
.bar--php .mnav summary::after {
  color: oklch(1 0 0 / .7);
}
.hero--php::before {
  opacity: .32;
}

/* L'accent de la page bascule du vert olive au violet PHP : on redéfinit les
   tokens plutôt que de chasser chaque .text-mark — trop d'ancrages en dur. */
.page--php {
  --php-purple: oklch(0.50 0.155 282);
  --color-mark: oklch(0.50 0.155 282);
  --color-mark-deep: oklch(0.42 0.14 282);
  --color-mark-wash: oklch(0.50 0.155 282 / 0.10);
  --color-on-mark: oklch(0.99 0.005 282);
  /* surfaces sombres : le violet doit remonter en luminosité pour rester lisible */
  --color-pen: oklch(0.72 0.15 285);
}
/* ombres de bouton codées en dur sur l'olive — à repasser en violet */
.page--php .btn {
  box-shadow: 0 1px 0 oklch(0.40 0.13 282 / .6), 0 8px 24px -12px var(--color-mark);
}
.page--php .btn:hover {
  box-shadow: 0 1px 0 oklch(0.40 0.13 282 / .7), 0 14px 30px -12px var(--color-mark);
}
.page--php .closer .btn:hover,
.page--php #pricing.pricing-dark .btn:hover {
  background: oklch(0.78 0.15 285);
}
.page--php .mark-bit {
  filter: drop-shadow(0 0 2.5px oklch(0.72 0.15 285 / .55));
}
.page--php .pen {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%235852b7' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
/* le hero est déjà violet plein : son texte d'accent reste blanc */
.page--php .hero--php .pen,
.page--php .hero--php .text-mark {
  color: #fff;
}
.page--php .hero--php .pen {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23ffffff' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ── Node.js : le hero passe au vert de l'hexagone ──────────────────────── */
/* page /audit-securite-nodejs uniquement — même montage que Rails et PHP :
   la barre est transparente et se pose sur le hero, elle vire avec lui.
   Le vert Node (H 143) est franc là où la marque base16 est olive (H 127). */
.hero--node {
  background-color: oklch(0.50 0.155 143);
  background-image:
    linear-gradient(90deg, oklch(0.47 0.155 143 / .82) 0%, oklch(0.48 0.155 143 / .58) 32%, oklch(0.50 0.15 143 / .18) 62%, transparent 86%),
    linear-gradient(to bottom, transparent 58%, oklch(0.40 0.14 143 / .45) 100%),
    url("/hero-bg-node.svg");
}
.hero--node::after {
  background: radial-gradient(closest-side, oklch(0.68 0.16 145 / .28), transparent 70%);
}
/* même logique que le rouge et le violet : sur un aplat coloré plein, le
   chartreuse de marque disparaît et le gris doux vire au sale — tout au blanc. */
.hero--node,
.hero--node .text-on-ink-soft {
  color: oklch(1 0 0 / .88);
}
.hero--node h1,
.hero--node .text-on-ink,
.hero--node .text-mark,
.hero--node .hover\:text-on-ink:hover {
  color: #fff;
}
.hero--node .bg-mark {
  background-color: oklch(1 0 0 / .85);
}
.hero--node .pen {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23ffffff' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hero--node .btn {
  background: #fff;
  color: oklch(0.42 0.15 143);
  box-shadow: 0 1px 0 oklch(0.38 0.13 143 / .35), 0 12px 30px -12px oklch(0.24 0.08 143 / .55);
}
.hero--node .btn:hover {
  background: oklch(0.97 0.012 143);
  box-shadow: 0 1px 0 oklch(0.38 0.13 143 / .4), 0 18px 38px -12px oklch(0.24 0.08 143 / .6);
}
/* la barre est un frère du hero, pas un enfant : elle a son propre crochet */
.bar--node {
  --bar-fg: #fff;
  --bar-fg-soft: oklch(1 0 0 / .88);
  --bar-line: oklch(1 0 0 / .34);
}
.bar--node .mark-bit {
  fill: #fff;
  filter: none;
}
.bar--node .brand-16 {
  color: #fff;
}
.bar--node .mnav summary::after {
  color: oklch(1 0 0 / .7);
}
.hero--node::before {
  opacity: .32;
}

/* L'accent de la page bascule de l'olive au vert Node : on redéfinit les
   tokens plutôt que de chasser chaque .text-mark — trop d'ancrages en dur. */
.page--node {
  --node-green: oklch(0.50 0.155 143);
  --color-mark: oklch(0.50 0.155 143);
  --color-mark-deep: oklch(0.42 0.14 143);
  --color-mark-wash: oklch(0.50 0.155 143 / 0.10);
  --color-on-mark: oklch(0.99 0.005 143);
  /* surfaces sombres : le vert doit remonter en luminosité pour rester lisible */
  --color-pen: oklch(0.74 0.16 145);
}
/* ombres de bouton codées en dur sur l'olive — à repasser en vert Node */
.page--node .btn {
  box-shadow: 0 1px 0 oklch(0.40 0.13 143 / .6), 0 8px 24px -12px var(--color-mark);
}
.page--node .btn:hover {
  box-shadow: 0 1px 0 oklch(0.40 0.13 143 / .7), 0 14px 30px -12px var(--color-mark);
}
.page--node .closer .btn:hover,
.page--node #pricing.pricing-dark .btn:hover {
  background: oklch(0.80 0.16 145);
}
.page--node .mark-bit {
  filter: drop-shadow(0 0 2.5px oklch(0.74 0.16 145 / .55));
}
.page--node .pen {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23177819' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
/* le hero est déjà vert plein : son texte d'accent reste blanc */
.page--node .hero--node .pen,
.page--node .hero--node .text-mark {
  color: #fff;
}
.page--node .hero--node .pen {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='9'%3E%3Cpath d='M1 5.5 Q 11 0.5 22 5 T 43 4.5' stroke='%23ffffff' fill='none' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* #signals : pas de trait sous le dernier item de chaque colonne */
#signals .tile li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
@media (min-width: 48rem) {
  #signals .tile li:nth-last-child(-n+2) {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
}

/* ------------------------------------------------------------------
   Formulaire de devis (bloc .closer, surface sombre)
   Ajouté à la main : le CSS Tailwind est compilé, les utilitaires
   inédits posés dans le HTML ne sortiraient pas.
   ------------------------------------------------------------------ */

.devis-grid {
  display: grid;
  gap: 2.6rem;
  align-items: start;
}
@media (min-width: 60rem) {
  .devis-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }
}

/* --- le formulaire lui-même --- */

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.lf-row {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 30rem) {
  .lf-row {
    grid-template-columns: 1fr 1fr;
  }
}
.lf-field {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
}
.lf-label {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-on-closer-soft);
}
.lf-label .opt {
  text-transform: none;
  letter-spacing: 0;
  opacity: .6;
}
.lf-input,
.lf-select,
.lf-textarea {
  width: 100%;
  font: inherit;
  font-size: .95rem;
  color: var(--color-on-closer);
  background: oklch(1 0 0 / .045);
  border: 1px solid var(--color-closer-line);
  border-radius: var(--radius-r);
  padding: .72rem .85rem;
  transition: border-color .2s var(--ease-expo), background .2s var(--ease-expo);
  -webkit-appearance: none;
  appearance: none;
}
.lf-textarea {
  min-height: 7.5rem;
  resize: vertical;
}
.lf-input::placeholder,
.lf-textarea::placeholder {
  color: oklch(1 0 0 / .32);
}
.lf-input:hover,
.lf-select:hover,
.lf-textarea:hover {
  border-color: oklch(1 0 0 / .2);
}
.lf-input:focus-visible,
.lf-select:focus-visible,
.lf-textarea:focus-visible {
  outline: 2px solid var(--color-pen);
  outline-offset: 1px;
  border-color: transparent;
  background: oklch(1 0 0 / .07);
}
/* Le champ invalide ne se signale qu'après une tentative d'envoi :
   souligner en rouge un e-mail à moitié tapé est agressif pour rien. */
.lead-form.was-submitted :invalid {
  border-color: oklch(0.62 0.2 25 / .75);
}
.lf-select {
  /* la flèche native disparaît avec appearance:none — on la redessine */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23bdbdc4' stroke-width='1.6'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .85rem center;
  padding-right: 2.4rem;
}
.lf-select option {
  color: #111;
  background: #fff;
}

/* Piège à robots : hors flux, hors tabulation, hors lecteur d'écran. */
.lf-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lf-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  margin-top: .35rem;
}
button.btn {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.lf-delay {
  font-family: var(--font-mono);
  font-size: .78rem;
  color: var(--color-on-closer-soft);
}
.lf-note {
  font-size: .8rem;
  line-height: 1.6;
  color: var(--color-on-closer-soft);
  opacity: .8;
  margin-top: .2rem;
}
.lf-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lf-error {
  display: none;
  font-size: .88rem;
  line-height: 1.5;
  color: oklch(0.9 0.06 25);
  background: oklch(0.62 0.2 25 / .13);
  border: 1px solid oklch(0.62 0.2 25 / .35);
  border-radius: var(--radius-r);
  padding: .7rem .9rem;
}
.lf-error.on {
  display: block;
}

/* --- colonne de droite : l'autre chemin, plus l'argumentaire --- */

.devis-aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 60rem) {
  .devis-aside {
    padding-left: clamp(1.5rem, 3vw, 2.5rem);
    border-left: 1px solid var(--color-closer-line);
  }
}
.devis-aside .aside-h {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-on-closer-soft);
}
.btn-line {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  align-self: flex-start;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: -0.01em;
  color: var(--color-on-closer);
  text-decoration: none;
  padding: .78rem 1.2rem;
  border: 1px solid oklch(1 0 0 / .22);
  border-radius: var(--radius-r);
  transition: border-color .2s var(--ease-expo), background .2s var(--ease-expo);
}
.btn-line:hover {
  border-color: var(--color-pen);
  background: oklch(1 0 0 / .05);
}
.btn-line .arr {
  transition: transform .25s var(--ease-expo);
}
.btn-line:hover .arr {
  transform: translateX(3px);
}
.aside-list {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  font-size: .88rem;
  line-height: 1.5;
  color: var(--color-on-closer-soft);
}
.aside-list li {
  display: flex;
  gap: .65rem;
}
.aside-list .tick {
  color: var(--color-pen);
  flex: none;
}

/* --- page /merci et pages de texte légal --- */

.confirm {
  padding-block: clamp(2.25rem, 4vw, 3.25rem);
}
.badge-ok {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-mark);
  border: 1px solid var(--color-mark-wash);
  background: var(--color-mark-wash);
  border-radius: 999px;
  padding: .4rem .8rem;
  margin-bottom: 1.6rem;
}
.legal {
  padding-block: clamp(3rem, 6vw, 5rem);
}
/* Colonne de lecture bornée, mais calée à gauche comme le reste du document. */
.legal h1,
.legal h2,
.legal p,
.legal dl,
.legal ul {
  max-width: 46rem;
}
.legal h2 {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-top: 2.6rem;
  margin-bottom: .8rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--color-line);
}
/* Le titre vit dans le hero : le premier intertitre n'a plus rien à séparer. */
.legal h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.legal p,
.legal li {
  font-size: .95rem;
  line-height: 1.7;
  color: var(--color-ink-soft);
}
.legal p + p {
  margin-top: .9rem;
}
.legal ul {
  margin-top: .9rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.legal li {
  padding-left: 1.1rem;
  position: relative;
}
.legal li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--color-mark);
}
.legal dl {
  margin-top: 1rem;
  display: grid;
  gap: .5rem 1.4rem;
  font-size: .95rem;
  line-height: 1.7;
}
@media (min-width: 34rem) {
  .legal dl {
    grid-template-columns: 11rem 1fr;
  }
}
.legal dt {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
  padding-top: .25rem;
}
.legal dd {
  color: var(--color-ink);
}
.legal a {
  color: var(--color-mark-deep);
  text-underline-offset: 3px;
}

/* Repère temporaire : informations légales restant à renseigner.
   À supprimer, avec le texte qu'il entoure, une fois la page complétée. */
.legal-todo {
  background: oklch(0.92 0.15 95);
  color: oklch(0.28 0.06 80);
  padding: .1em .4em;
  border-radius: 3px;
  font-family: var(--font-mono);
  font-size: .82em;
}
/* Le lien e-mail garde sa largeur de texte : souligné jusqu'au bord de la
   colonne, il ressemblerait à un champ de saisie. */
.devis-aside .email-big {
  align-self: flex-start;
}

/* Pastille de confirmation posée sur le hero encré : l'olive n'y tient pas,
   c'est le chartreuse qui porte sur fond sombre. */
.hero .badge-ok {
  color: var(--color-pen);
  border-color: oklch(0.87 0.17 122 / .28);
  background: oklch(0.87 0.17 122 / .1);
}

/* ------------------------------------------------------------------
   Modale de confirmation d'envoi. Le <dialog> vit en top layer : ni
   z-index ni piège au clavier à gérer, le navigateur s'en charge.
   ------------------------------------------------------------------ */

/* Pas de `position` ici : le navigateur pose fixed + inset 0 sur un dialog
   modal, et la croix en absolute s'y ancre. En revanche le reset Tailwind
   passe `margin: 0` sur tout — il faut lui rendre le `margin: auto` qui
   centre, sinon la modale se colle en haut à gauche. */
.ok-modal {
  margin: auto;
  width: min(34rem, calc(100vw - 2rem));
  padding: clamp(1.8rem, 4vw, 2.6rem);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  background-color: var(--color-bg);
  background-image: radial-gradient(oklch(0.2 0.04 264 / .05) 1px, transparent 1.4px);
  background-size: 23px 23px;
  color: var(--color-ink);
  box-shadow: 0 1px 0 oklch(1 0 0 / .9) inset, 0 40px 90px -40px oklch(0.2 0.02 264 / .5);
}
.ok-modal::backdrop {
  background: oklch(0.16 0.02 264 / .58);
}
.ok-title {
  font-size: clamp(1.35rem, 1.1rem + .8vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  max-width: 24ch;
}
.ok-text {
  margin-top: .9rem;
  max-width: 44ch;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--color-ink-soft);
}
.ok-actions {
  margin-top: 1.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.3rem;
}
.ok-dismiss {
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--color-ink-soft);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ok-dismiss:hover {
  color: var(--color-ink);
}
.ok-x {
  position: absolute;
  top: .85rem;
  right: .85rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: none;
  color: var(--color-ink-soft);
  cursor: pointer;
  transition: color .2s var(--ease-expo), background .2s var(--ease-expo);
}
.ok-x svg {
  width: 1.05rem;
  height: 1.05rem;
}
.ok-x:hover {
  color: var(--color-ink);
  background: var(--color-line-soft);
}
/* .anim n'est posée que si le mouvement est autorisé — rien à gater de plus. */
.anim .ok-modal[open] {
  animation: okpop .35s var(--ease-expo) both;
}
@keyframes okpop {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* ------------------------------------------------------------------ */
/* Bandeau de consentement (b16-tag.js). Injecté en JS, donc écrit à la */
/* main : les classes utilitaires ne sont pas compilées pour ce markup. */
/* ------------------------------------------------------------------ */
.cbar {
  position: fixed;
  z-index: 90;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 clamp(.75rem, 2.5vw, 1.5rem) clamp(.75rem, 2.5vw, 1.5rem);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.cbar.on {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.anim .cbar {
  transition: opacity .3s var(--ease-expo), transform .3s var(--ease-expo);
}
.cbar-in {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1.05rem clamp(1.1rem, 2.5vw, 1.6rem);
  border: 1px solid var(--color-closer-line);
  border-radius: 11px;
  background: var(--color-closer);
  color: var(--color-on-closer);
  box-shadow: 0 18px 40px -12px oklch(0.205 0.014 264 / 0.45);
}
.cbar-copy {
  flex: 1 1 auto;
  min-width: 0;
}
.cbar-t {
  margin: 0 0 .3rem;
  font-size: var(--text-15);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.015em;
  color: var(--color-on-closer);
}
.cbar-d {
  margin: 0;
  max-width: 84ch;
  font-size: var(--text-13);
  line-height: 1.5;
  color: var(--color-on-closer-soft);
}
.cbar-d a {
  color: var(--color-on-closer);
  text-decoration: none;
  border-bottom: 1px solid var(--color-closer-line);
  transition: border-color .2s var(--ease-expo);
}
.cbar-d a:hover {
  border-color: var(--color-mark);
}
.cbar-acts {
  display: flex;
  flex: none;
  gap: .55rem;
}
/* Les deux boutons ont la même taille : refuser doit coûter le même clic. */
.cbar-btn {
  min-width: 8.5rem;
  padding: .62rem 1.1rem;
  border: 1px solid var(--color-closer-line);
  border-radius: var(--radius-r);
  background: transparent;
  color: var(--color-on-closer);
  font-family: var(--font-sans);
  font-size: var(--text-14);
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  cursor: pointer;
  transition: background .2s var(--ease-expo), border-color .2s var(--ease-expo);
}
.cbar-btn:hover {
  background: oklch(1 0 0 / 0.07);
  border-color: oklch(1 0 0 / 0.22);
}
.cbar-btn--y {
  background: var(--color-mark);
  border-color: var(--color-mark);
  color: var(--color-on-mark);
}
.cbar-btn--y:hover {
  background: var(--color-mark-deep);
  border-color: var(--color-mark-deep);
}
.cbar-btn:focus-visible {
  outline: 2px solid var(--color-pen);
  outline-offset: 2px;
}
@media (max-width: 760px) {
  .cbar-in {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .cbar-acts {
    gap: .5rem;
  }
  .cbar-btn {
    flex: 1;
    min-width: 0;
  }
}

/* Ligne de réassurance sous les CTA du hero : prix, inclus, délai. */
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.4rem;
  margin-top: 1.9rem;
  font-family: var(--font-mono);
  font-size: var(--text-13);
  color: var(--color-on-ink-soft);
}
.hero-meta > span {
  position: relative;
  padding-left: 1.4rem;
}
.hero-meta > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  border: 1px solid var(--color-mark);
}
.hero-meta b {
  font-weight: var(--font-weight-medium);
  color: var(--color-on-ink);
}
.hero-meta a {
  color: var(--color-pen);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease-expo);
}
.hero-meta a:hover {
  border-color: var(--color-pen);
}
@media (max-width: 640px) {
  .hero-meta {
    gap: .45rem 1rem;
    font-size: var(--text-12);
  }
}

/* Bandeau de preuve : ce que je peux dire quand je ne peux pas nommer. */
.proof-note {
  margin: 1.4rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid var(--color-mark);
  color: var(--color-ink-soft);
  font-size: var(--text-15);
  line-height: 1.6;
}
.proof-stat {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-32);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--color-ink);
  margin-bottom: .35rem;
}

/* Relance en fin de section : le lecteur vient de se reconnaître. */
.inline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.6rem;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  padding-top: clamp(1.4rem, 2.5vw, 2rem);
  border-top: 1px solid var(--color-line);
}
.inline-cta p {
  flex: 1 1 20rem;
  margin: 0;
  color: var(--color-ink-soft);
  font-size: var(--text-15);
  line-height: 1.55;
}
.inline-cta p b {
  color: var(--color-ink);
  font-weight: var(--font-weight-medium);
}

/* Étiquette de cas : type de faille, au-dessus du récit. */
.case-tag {
  align-self: flex-start;
  margin-bottom: .75rem;
  padding: .25rem .6rem;
  border: 1px solid var(--color-line);
  border-radius: 100px;
  background: var(--color-mark-wash);
  font-family: var(--font-mono);
  font-size: var(--text-12);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-mark-deep);
}

/* Listes du cadre de mission : exclusions et prérequis. */
.frame-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.frame-list li {
  position: relative;
  padding: .48rem 0 .48rem 1.5rem;
  font-size: var(--text-14);
  line-height: 1.5;
  color: var(--color-ink-soft);
}
.frame-list li + li {
  border-top: 1px solid var(--color-line-soft);
}
.frame-list li b {
  color: var(--color-ink);
  font-weight: var(--font-weight-medium);
}
.frame-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05em;
  width: .55rem;
  height: 1px;
  background: var(--color-mark);
}
/* margin-top auto : les deux notes s'alignent en bas malgré des listes
   de hauteurs différentes. */
.frame-note {
  margin: 1.1rem 0 0;
  margin-top: auto;
  padding-top: .9rem;
  border-top: 1px solid var(--color-line);
  font-size: var(--text-13);
  line-height: 1.55;
  color: var(--color-muted);
}

/* --- cadrage : le questionnaire est parti chez Typeform --- */
/* Le popup remplace le formulaire maison ; il ne reste dans la colonne
   gauche qu'une amorce, calée sur la même gouttière que l'ancien .lead-form. */

.lf-cta {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.lf-cta-h {
  font-size: clamp(1.02rem, .95rem + .35vw, 1.18rem);
  line-height: 1.45;
  color: var(--color-on-closer);
  margin: 0;
}
.lf-cta-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lf-cta-list li {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--color-on-closer-soft);
}
.lf-cta-list .num {
  flex: none;
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .08em;
  color: var(--color-mark);
}
