/* Régie — laregie.net. La feuille commune à toutes les pages du site.
   Polices et images sont des fichiers voisins : le navigateur les garde en cache
   d'une page à l'autre, au lieu de les retélécharger dans chaque page. */

@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/InstrumentSans-400-latin.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/InstrumentSans-600-latin.woff2') format('woff2'); }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/SpaceGrotesk-600-latin.woff2') format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/JetBrainsMono-400-latin.woff2') format('woff2'); }
@font-face { font-family: 'Chiffres Régie'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('../fonts/JetBrainsMono-400-latin.woff2') format('woff2'); unicode-range: U+0030-0039; }
:root { font-variant-numeric: tabular-nums; }

:root {
  color-scheme: dark;
  --bg: #17191E;
  --bar: #24272D;
  --footer: #111317;
  --panel: #1E2126;
  --header: #1A1C21;
  --line: #2D3138;
  --row: #23262C;
  --field: #252930;
  --border: #363B43;
  --halo: rgba(242, 177, 60, .10);
  --halo-2: rgba(110, 140, 200, .08);
  --text: #F0F2F4;
  --secondary: #9AA0A8;
  --tertiary: #6F757D;
  --label: #7D838B;
  --accent: #F2B13C;
  --on-accent: #16181C;
  --positive: #5FD39A;
  --alert: #EF7A6D;
  --body-font: 'Chiffres Régie', 'Instrument Sans', sans-serif;
  --heading-font: 'Chiffres Régie', 'Space Grotesk', sans-serif;
  --mono-font: 'JetBrains Mono', monospace;
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #F3F0EB;
  --bar: #E9E5DE;
  --footer: #EAE5DD;
  --panel: #FAF8F4;
  --header: #E9E5DE;
  --line: #DDD7CD;
  --row: #E8E3DB;
  --field: #FCFAF7;
  --border: #D4CDC2;
  --halo: rgba(242, 177, 60, .16);
  --halo-2: rgba(200, 170, 130, .14);
  --text: #1C1A17;
  --secondary: #7A746B;
  --tertiary: #948D83;
  --label: #8B8479;
  --positive: #2F7D57;
  --alert: #B4472F;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { overflow-x: clip; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body-font); font-size: 18px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(60vw 45vw at 78% -8%, var(--halo), transparent 70%), radial-gradient(50vw 40vw at -5% 35%, var(--halo-2), transparent 70%); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, a, [tabindex] { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
[tabindex="-1"]:focus { outline: none; }
::selection { background: var(--accent); color: var(--on-accent); }
h1, h2, p { margin: 0; }
h1, h2 { font-family: var(--heading-font); font-weight: 600; }
svg { display: inline-block; flex: none; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.mono { font-family: var(--mono-font); font-variant-numeric: tabular-nums; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 16px; z-index: 30; transform: translateY(-160%); padding: 10px 16px; border-radius: 5px; background: var(--accent); color: var(--on-accent); }
.skip-link:focus { transform: none; }
.shell { width: min(1520px, calc(100% - 80px)); margin-inline: auto; }
/* Hors de la colonne : le fond et le filet de la barre courent d'un bord à l'autre,
   son CONTENU s'aligne sur la colonne — même marge que .shell, comme le pied de page. */
.site-header { position: sticky; top: 0; z-index: 20; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-inline: max(40px, calc((100% - 1520px) / 2)); border-bottom: 1px solid var(--line); }
.site-header::before { content: ''; position: absolute; inset: 0; z-index: -1; background: color-mix(in srgb, var(--bg) 78%, transparent); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a { padding-block: 10px; color: var(--secondary); font-size: 16px; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 7px; text-decoration-thickness: 2px; }
section[id], main { scroll-margin-top: 92px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--heading-font); font-size: 28px; font-weight: 600; letter-spacing: -1px; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; }
.brand-mark svg { width: 100%; height: 100%; stroke: none; }
.brand-note { margin-left: 21px; padding-left: 22px; border-left: 1px solid var(--line); color: var(--secondary); font-family: var(--body-font); font-size: 16px; font-weight: 400; letter-spacing: 0; }
.header-right { display: flex; align-items: center; gap: 22px; }
.beta-badge { display: flex; align-items: center; gap: 8px; color: var(--secondary); font-size: 16px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }
.theme-switch { display: flex; padding: 3px; gap: 2px; border: 1px solid var(--line); border-radius: 7px; background: var(--header); }
.theme-switch button { width: 32px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 5px; color: var(--secondary); background: transparent; }
.theme-switch button:hover { color: var(--text); background: var(--row); }
.theme-switch button[aria-pressed="true"] { background: var(--bar); color: var(--text); box-shadow: inset 0 0 0 1px var(--border); }
.theme-switch svg { width: 16px; height: 16px; }
.menu-button { display: none; }
@media (max-width: 1050px) {
  .js .menu-button { position: relative; z-index: 31; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 7px; background: var(--header); color: var(--text); }
  .menu-button svg { width: 18px; height: 18px; }
  .js .site-nav { position: fixed; top: 0; right: 0; bottom: 0; z-index: 30; order: 0; width: min(80vw, 300px); margin: 0; padding: 88px 24px 24px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; background: var(--panel); border-left: 1px solid var(--line); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s, box-shadow .3s; }
  .js .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: 21px; }
  .js[data-nav="open"] .site-nav { transform: none; visibility: visible; box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5); }
}
@media (max-width: 1050px) and (prefers-reduced-motion: reduce) { .js .site-nav { transition: none; } }
main { padding-block: 23px 18px; }
.demo-section { display: grid; gap: 26px; margin-top: 40px; }
.demo-copy { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); column-gap: 48px; align-items: end; }
.demo-copy .eyebrow { grid-column: 1 / -1; }
/* La capture : une fenêtre Mac, trois repères posés sur l'image, leur légende dessous. */
.shot { margin: 0; }
.shot-window { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--panel); box-shadow: 0 28px 60px -30px rgb(0 0 0 / .5); }
.shot-bar { display: flex; gap: 7px; padding: 10px 13px; background: var(--header); border-bottom: 1px solid var(--line); }
.shot-bar span { width: 11px; height: 11px; border-radius: 50%; background: #FF5F57; }
.shot-bar span:nth-child(2) { background: #FEBC2E; }
.shot-bar span:nth-child(3) { background: #28C840; }
.shot-frame { position: relative; }
.shot-frame img { display: block; width: 100%; height: auto; }
.shot-mark, .shot-num { display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--on-accent); font-family: var(--mono-font); font-weight: 600; }
.shot-mark { position: absolute; width: 28px; height: 28px; font-size: 14px; transform: translate(-50%, -50%); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 28%, transparent); }
.shot-mark-1 { left: 71.6%; top: 43.9%; }
.shot-mark-2 { left: 54.6%; top: 32.4%; }
.shot-mark-3 { left: 15.6%; top: 76.4%; }
.shot-legend { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 28px; margin-top: 20px; padding: 0; list-style: none; }
.shot-legend li { display: flex; gap: 11px; align-items: flex-start; }
.shot-num { flex: none; width: 24px; height: 24px; font-size: 13px; }
.shot-legend p { color: var(--secondary); font-size: 15px; line-height: 1.55; }
.shot-legend strong { color: var(--text); font-weight: 600; }
.shot-note { margin-top: 12px; color: var(--tertiary); font-size: 13px; }
.how { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 6px 0 0; padding: 0; list-style: none; border-block: 1px solid var(--line); }
.how li { padding: 18px 22px 18px 0; }
.how li + li { padding-left: 22px; border-left: 1px solid var(--line); }
.how-num { color: var(--accent); font-family: var(--mono-font); font-size: 14px; }
.how h3 { margin-top: 6px; font-size: 19px; letter-spacing: -.3px; }
.how p { margin-top: 5px; color: var(--secondary); font-size: 15px; line-height: 1.55; }
.eyebrow { color: var(--secondary); font-size: 14px; letter-spacing: 1.5px; font-weight: 600; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 17px; height: 2px; margin-right: 9px; vertical-align: middle; background: var(--accent); }
h1 { margin-top: 17px; font-size: clamp(44px, 4.3vw, 62px); line-height: 1.08; letter-spacing: -2.6px; }
h1 span { display: block; }
.accent-heading { color: var(--accent); }
:root[data-theme="light"] .accent-heading { color: var(--text); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 4px; text-underline-offset: 9px; }
.intro { max-width: 460px; margin-top: 22px; color: var(--secondary); font-size: 19px; line-height: 1.6; }
.intro strong, .demo-copy strong { color: var(--text); font-weight: 600; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 23px; min-height: 46px; margin-top: 25px; padding: 10px 17px; border: 1px solid var(--accent); border-radius: 6px; background: var(--accent); color: var(--on-accent); font-weight: 600; font-size: 17px; }
.cta:hover { box-shadow: inset 0 0 0 1px var(--on-accent); }
.cta svg { width: 17px; height: 17px; }
.availability { margin-top: 14px; color: var(--secondary); font-size: 15px; line-height: 1.8; }
.platform-line { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 9px; }
.platform-line svg { width: 14px; height: 14px; }
.platform-line strong { color: var(--text); font-weight: 400; }
.platform-separator { color: var(--tertiary); }
:root[data-theme="light"] .plan-state svg { color: var(--text); }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.principle { padding: 17px 18px 15px; border: 1px solid var(--line); border-radius: 7px; background: var(--panel); }
.principle-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.principle-number { color: var(--secondary); font-family: var(--mono-font); font-size: 14px; }
.principle h2 { font-size: 20px; letter-spacing: -.45px; line-height: 1.3; }
.principle p { color: var(--secondary); font-size: 15px; line-height: 1.6; }
.principle p strong { color: var(--text); font-weight: 400; }
.principle:first-child { border-top-color: var(--accent); }
.benchmark { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; margin-top: 8px; color: var(--text); font-size: 14px; }
.benchmark .mono { font-size: 17px; }
.benchmark svg { width: 12px; height: 12px; color: var(--secondary); }
.principle .benchmark-note { margin-top: 5px; font-size: 14px; line-height: 1.45; }
.supplier { display: flex; align-items: center; gap: 20px; margin-top: 17px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.supplier-heading { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.supplier-heading svg { color: var(--secondary); width: 17px; height: 17px; }
.supplier h2 { font-family: var(--body-font); font-size: 15px; font-weight: 600; letter-spacing: 0; }
.supplier-description { margin-top: 1px; font-size: 14px; color: var(--secondary); }
.mappings { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 0; }
.mapping { display: flex; align-items: center; gap: 7px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 5px; background: var(--header); font-size: 14px; }
.mapping dt { color: var(--secondary); }
.mapping dd { display: flex; align-items: center; gap: 7px; margin: 0; }
.mapping svg { width: 12px; height: 12px; color: var(--tertiary); }
.features { padding-block: 48px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 24px; }
.section-head h2, .beta-copy h2, .demo-copy h2 { margin-top: 12px; font-size: 36px; line-height: 1.15; letter-spacing: -1px; }
.section-intro { max-width: 400px; color: var(--secondary); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; border-top: 1px solid var(--line); padding-top: 22px; }
.feature-domain { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; color: var(--accent); font-family: var(--mono-font); font-size: 14px; letter-spacing: 1.2px; text-transform: uppercase; }
:root[data-theme="light"] .feature-domain { color: var(--text); }
.feature-domain svg { width: 15px; height: 15px; }
.feature { padding-block: 14px; border-bottom: 1px solid var(--line); }
.feature:last-child { border-bottom: 0; }
.feature h3 { margin: 0 0 4px; font-family: var(--heading-font); font-size: 19px; font-weight: 600; letter-spacing: -.3px; line-height: 1.3; }
.feature p { color: var(--secondary); font-size: 16px; line-height: 1.55; }
.hero { --h: clamp(540px, 78vh, 740px); --text: #F0F2F4; --secondary: #C9CDD3; --tertiary: #8C929A; position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; min-height: var(--h); padding: 56px; border-radius: 10px; background: #0B0C0F; color: var(--text); }
:root[data-theme="light"] .hero .accent-heading { color: var(--accent); text-decoration: none; }
/* Une hauteur MINIMALE, pas fixe : sur un écran peu haut, le texte ne tenait plus et
   le cadre le coupait en haut et en bas. La scène suit la hauteur réelle du cadre
   (unités de conteneur), sinon une bande sombre apparaîtrait quand il grandit. */
.show-stage { position: absolute; inset: 0; z-index: -1; container-type: size; }
.show-stage::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 9, 12, .94) 0%, rgba(8, 9, 12, .7) 32%, rgba(8, 9, 12, .1) 62%, transparent 80%), linear-gradient(0deg, rgba(8, 9, 12, .5), transparent 30%); }
/* La scène garde les proportions de la photo : tout ce qui s'y pose est placé en % de l'image, pas du bandeau. */
.scene { position: absolute; top: 50%; left: 50%; width: max(100%, calc(var(--h) * 2.685)); width: max(100cqw, calc(100cqh * 2.685)); aspect-ratio: 1584 / 590; transform: translate(-50%, -50%); background: url('../images/scene.webp') center / cover; }
.scene > * { position: absolute; }
.spots { top: 9.5%; left: 48.63%; width: 19.94%; height: 4%; background: radial-gradient(circle at 50% 50%, #FFF1CF 0 1.5px, rgba(242, 177, 60, .55) 3px, transparent 14px) 0 0 / 16.666% 100% repeat-x; mix-blend-mode: screen; animation: pulse 2.4s ease-in-out infinite alternate; }
@keyframes pulse { from { opacity: .35; } to { opacity: 1; } }
.beam { top: 11.5%; width: 3.6%; height: 44%; transform-origin: 50% 0; background: linear-gradient(180deg, rgba(255, 214, 140, .5), rgba(242, 177, 60, .1) 60%, transparent); clip-path: polygon(47% 0, 53% 0, 100% 100%, 0 100%); filter: blur(5px); mix-blend-mode: screen; animation: sweep 8s ease-in-out infinite alternate; }
.beam-1 { left: 48.5%; --from: -14deg; --to: 6deg; animation-duration: 7s; animation-delay: -1.3s; }
.beam-2 { left: 51.4%; --from: 10deg; --to: -8deg; animation-duration: 9s; animation-delay: -2.6s; background: linear-gradient(180deg, rgba(160, 190, 245, .45), rgba(120, 150, 210, .08) 60%, transparent); }
.beam-3 { left: 54.8%; --from: -6deg; --to: 12deg; animation-duration: 6.5s; animation-delay: -3.9s; }
.beam-4 { left: 58.4%; --from: 8deg; --to: -10deg; animation-duration: 8s; animation-delay: -5.2s; background: linear-gradient(180deg, rgba(160, 190, 245, .45), rgba(120, 150, 210, .08) 60%, transparent); }
.beam-5 { left: 61.8%; --from: -10deg; --to: 6deg; animation-duration: 10s; animation-delay: -6.5s; }
.beam-6 { left: 65.1%; --from: 12deg; --to: -6deg; animation-duration: 7.5s; animation-delay: -7.8s; background: linear-gradient(180deg, rgba(160, 190, 245, .45), rgba(120, 150, 210, .08) 60%, transparent); }
@keyframes sweep { from { transform: rotate(var(--from)); } to { transform: rotate(var(--to)); } }
.wall { top: 11%; width: 8%; height: 23%; border-radius: 2px; overflow: hidden; background: radial-gradient(45% 40% at 30% 35%, rgba(255, 190, 80, 1), transparent 65%), radial-gradient(50% 45% at 70% 70%, rgba(110, 150, 240, 1), transparent 65%), #1B1712; background-size: 170% 170%; box-shadow: 0 0 50px rgba(242, 177, 60, .3); opacity: .8; mix-blend-mode: screen; animation: feed 9s ease-in-out infinite alternate; }
.wall-left { left: 36%; transform: perspective(700px) rotateY(20deg); }
.wall-right { right: 20%; transform: perspective(700px) rotateY(-20deg); animation-duration: 11s; animation-direction: alternate-reverse; }
.wall::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(0, 0, 0, .3) 0 1px, transparent 1px 3px), repeating-linear-gradient(0deg, rgba(0, 0, 0, .25) 0 1px, transparent 1px 3px); }
@keyframes feed { 0% { background-position: 0% 0%; } 50% { background-position: 100% 40%; } 100% { background-position: 40% 100%; } }
.haze { inset: -5% 20% 50% 30%; background: radial-gradient(40% 50% at 30% 60%, rgba(255, 220, 170, .18), transparent 70%), radial-gradient(35% 45% at 75% 50%, rgba(150, 175, 230, .16), transparent 70%); filter: blur(12px); animation: drift 14s ease-in-out infinite alternate; }
@keyframes drift { from { transform: translateX(-4%) scale(1); } to { transform: translateX(4%) scale(1.08); } }
.hero-copy { max-width: 620px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; padding: 0; list-style: none; }
.hero-badges li { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 99px; background: rgba(255, 255, 255, .06); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: var(--text); font-size: 15px; line-height: 1.3; }
.hero-badges strong { font-weight: 600; }
.hero-badges li:nth-child(2) { border-color: color-mix(in srgb, var(--accent) 55%, transparent); }
.flag { width: 15px; height: 10px; border-radius: 2px; background: linear-gradient(90deg, #0055A4 0 33.3%, #FFFFFF 33.3% 66.6%, #EF4135 66.6%); box-shadow: 0 0 0 1px rgba(0, 0, 0, .3); }
@media (max-width: 600px) {
  .hero-badges { gap: 6px; margin-bottom: 22px; }
  .hero-badges li { padding: 4px 8px; font-size: 14px; gap: 5px; }
}
/* Jusqu'à la tablette, la scène au-dessus et le texte dessous : les régisseurs restent visibles, et le texte ne peut pas déborder du cadre. */
@media (max-width: 1050px) {
  .hero { --h: clamp(280px, 42vw, 440px); display: block; height: auto; padding: 0; }
  .show-stage { position: relative; inset: auto; z-index: 0; height: var(--h); }
  .scene { transform: translate(-58%, -50%); }
  .show-stage::after { background: linear-gradient(0deg, #0B0C0F 0%, rgba(11, 12, 15, 0) 35%); }
  .hero-copy { position: relative; max-width: none; padding: 4px 40px 36px; }
}
@media (max-width: 600px) { .hero-copy { padding: 4px 20px 28px; } }
@media (prefers-reduced-motion: reduce) { .scene *, .scene *::before { animation: none !important; } }
.direct { padding-block: 8px 48px; }
.direct-flow { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 14px; }
.direct-node { display: grid; justify-items: center; gap: 4px; padding: 20px; border: 1px solid var(--line); border-radius: 7px; background: var(--panel); text-align: center; }
.direct-node svg { width: 24px; height: 24px; margin-bottom: 6px; color: var(--accent); }
.direct-node strong { font-family: var(--heading-font); font-size: 20px; font-weight: 600; }
.direct-node span, .direct-link span { color: var(--secondary); font-size: 15px; }
.direct-link { position: relative; display: grid; place-items: center; height: 40px; }
.direct-link::before { content: ''; position: absolute; inset: 50% 0 auto; border-top: 1px dashed var(--accent); }
.direct-link span { position: relative; padding: 3px 10px; border: 1px solid var(--line); border-radius: 99px; background: var(--bg); font-family: var(--mono-font); font-size: 14px; }
.direct-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 14px 0 0; }
.direct-facts > div { padding: 17px 18px; border-top: 1px solid var(--accent); }
.direct-facts dt { font-weight: 600; font-size: 17px; }
.direct-facts dd { margin: 6px 0 0; color: var(--secondary); font-size: 16px; line-height: 1.6; }
.direct-note { margin-top: 10px; color: var(--secondary); font-size: 14px; line-height: 1.6; }
@media (max-width: 760px) {
  .shot-legend, .how { grid-template-columns: 1fr; }
  .how li, .how li + li { padding: 14px 0; border-left: 0; }
  .how li + li { border-top: 1px solid var(--line); }
  .direct-flow, .direct-facts { grid-template-columns: 1fr; }
  .direct-link { height: 44px; }
  .direct-link::before { inset: 0 auto 0 50%; border-top: 0; border-left: 1px dashed var(--accent); }
}
.beta-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; padding: 32px; margin-bottom: 28px; border: 1px solid var(--line); border-top-color: var(--accent); border-radius: 8px; background: var(--panel); }
.demo-copy > p:not(.eyebrow), .beta-copy > p:not(.eyebrow) { max-width: 480px; margin-top: 15px; color: var(--secondary); font-size: 17px; line-height: 1.65; }
.beta-copy .beta-email-note { font-size: 15px; margin-top: 12px; }
.beta-facts { align-self: center; }
.beta-facts h3 { margin: 0 0 12px; font-family: var(--heading-font); font-size: 20px; font-weight: 600; }
.beta-facts dl { margin: 0; }
.beta-facts dl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-block: 12px; border-top: 1px solid var(--line); font-size: 16px; }
.beta-facts dt { color: var(--secondary); flex-shrink: 0; }
.beta-facts dd { margin: 0; text-align: right; }
/* Le pied de page court d'un bord à l'autre, sur son propre fond ; son contenu
   s'aligne sur la colonne (.shell), comme la barre du haut. */
.site-footer { margin-top: 48px; background: var(--footer); border-top: 1px solid var(--line); color: var(--secondary); font-size: 15px; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px; padding-block: 56px 44px; }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-family: var(--heading-font); font-size: 22px; font-weight: 600; letter-spacing: -.6px; }
.footer-mark { width: 28px; height: 28px; stroke: none; }
.footer-brand p { max-width: 400px; margin: 14px 0 0; line-height: 1.6; }
.footer-title { margin: 0 0 12px; color: var(--text); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-contact p:not(.footer-title) { margin: 0; }
.footer-contact strong { color: var(--text); font-weight: 600; }
.site-footer a:hover { color: var(--text); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding-block: 20px 28px; border-top: 1px solid var(--line); font-size: 13px; }
.footer-bottom p { margin: 0; }
@media (max-width: 900px) {
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .site-footer { margin-top: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-block: 40px 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (min-width: 1051px) {
  .principles { margin-top: 20px; }
  .supplier { margin-top: 12px; padding-block: 10px; }
}
@media (min-width: 1500px) and (min-height: 950px) {
  main { padding-top: 65px; }
  .principles { margin-top: 42px; }
  .supplier { margin-top: 24px; }
}
@media (min-width: 1051px) and (max-height: 800px) {
  .site-header { height: 64px; }
  main { padding-block: 22px 16px; }
  h1 { font-size: clamp(42px, 4vw, 56px); }
  .intro { margin-top: 17px; font-size: 18px; }
  .cta { margin-top: 20px; }
  .principles { margin-top: 20px; }
  .principle { padding: 13px 15px; }
  .supplier { margin-top: 11px; padding-block: 10px; }
}
@media (max-width: 1180px) {
  .shell { width: calc(100% - 48px); }
  .site-header { padding-inline: 24px; }
  h1 { letter-spacing: -2px; }
  .brand-note { display: none; }
  .supplier { align-items: flex-start; gap: 18px; }
  .mapping { font-size: 14px; }
  .principle h2 { font-size: 18px; }
}
@media (max-width: 1050px) {
  .site-header { height: auto; min-height: 72px; padding-block: 12px; flex-wrap: wrap; gap: 8px 20px; }
  .site-nav { order: 3; width: 100%; margin: 0; justify-content: space-between; gap: 8px; }
  .site-nav a { padding: 6px 0; }
  .header-right { margin-left: auto; }
  section[id], main { scroll-margin-top: 124px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section-intro { max-width: 580px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .beta-section { gap: 28px; padding: 25px; }
  .beta-facts dl > div { font-size: 15px; gap: 12px; }
  main { padding-top: 32px; }
  .demo-copy { grid-template-columns: 1fr; }
  h1 { font-size: 56px; }
  .intro { max-width: 580px; }
  .hero-copy { max-width: 630px; }
  .availability { font-size: 16px; }
  .principles { gap: 10px; }
  .principle { padding: 14px; }
  .principle-heading { align-items: flex-start; gap: 6px; }
  .principle-number { padding-top: 2px; }
  .supplier { flex-direction: column; gap: 12px; }
  .supplier-heading { gap: 10px; }
  .supplier-description { font-size: 14px; }
  .mapping { font-size: 14px; }
}
@media (max-width: 600px) {
  .shot-mark { width: 20px; height: 20px; font-size: 11px; box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 28%, transparent); }
  .shot-window { border-radius: 8px; }
  .shot-bar { padding: 7px 10px; gap: 5px; }
  .shot-bar span { width: 8px; height: 8px; }
  .shell { width: calc(100% - 32px); }
  .site-header { padding-inline: 16px; }
  .site-header { gap: 8px 10px; }
  .site-nav a { font-size: 15px; }
  .features { padding-block: 32px; }
  .section-head h2, .beta-copy h2, .demo-copy h2 { font-size: 30px; letter-spacing: -.7px; }
  .feature-grid { grid-template-columns: 1fr; gap: 20px; }
  .beta-section { grid-template-columns: 1fr; padding: 20px; gap: 26px; margin-bottom: 18px; }
  .brand { font-size: 24px; gap: 8px; }
  .brand-mark { width: 31px; height: 31px; }
  .header-right { gap: 9px; }
  .beta-badge { font-size: 14px; gap: 5px; }
  .theme-switch { padding: 2px; gap: 0; }
  .theme-switch button { width: 29px; height: 32px; }
  .theme-switch svg { width: 14px; height: 14px; }
  main { padding-top: 26px; }
  .eyebrow { font-size: 14px; letter-spacing: 1px; }
  h1 { font-size: clamp(38px, 9.6vw, 56px); margin-top: 16px; letter-spacing: -1.8px; }
  .intro { margin-top: 20px; font-size: 18px; }
  .cta { width: 100%; margin-top: 21px; justify-content: space-between; min-height: 48px; }
  .availability { font-size: 14px; }
  .principles { grid-template-columns: 1fr; }
  .principle { padding: 16px; }
  .principle-heading { gap: 10px; margin-bottom: 7px; }
  .principle h2 { font-size: 21px; }
  .principle p { font-size: 16px; }
  .benchmark { font-size: 15px; }
  .benchmark .mono { font-size: 18px; }
  .principle .benchmark-note { font-size: 14px; }
  .supplier { padding-block: 17px; }
  .supplier h2 { font-size: 16px; }
  .mappings { gap: 6px; }
  .mapping { font-size: 14px; padding: 5px 7px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
@media (forced-colors: active) {
  .brand-mark, .cta { border: 1px solid ButtonText; }
  .accent-heading { color: CanvasText; }
  .theme-switch button[aria-pressed="true"] { outline: 1px solid Highlight; }
}
@media print {
  .shell { width: 100%; }
  .site-header { position: static; }
  .site-nav, .theme-switch { display: none !important; }
  .feature-group, .beta-section { break-inside: avoid; }
  .show-stage { display: none; }
  .hero { height: auto; padding: 0; background: none; --text: #000; --secondary: #333; --tertiary: #555; }
  h1 { font-size: 36px; }
  .principle { break-inside: avoid; }
  .cta { background: transparent; color: var(--text); }
  .cta::after { content: 'contact@laregie.net'; font-size: 14px; }
}
  
