/* Direction « Fracture argentée » : brutaliste, éditoriale, noir profond, argent minéral et rouge balise. */

:root {
  --radius: 0;
  --background: oklch(0.095 0 0);
  --foreground: oklch(0.94 0 0);
  --card: oklch(0.13 0 0);
  --card-foreground: oklch(0.94 0 0);
  --popover: oklch(0.13 0 0);
  --popover-foreground: oklch(0.94 0 0);
  --primary: oklch(0.72 0.2 25);
  --primary-foreground: oklch(0.1 0 0);
  --secondary: oklch(0.2 0 0);
  --secondary-foreground: oklch(0.94 0 0);
  --muted: oklch(0.18 0 0);
  --muted-foreground: oklch(0.66 0 0);
  --accent: oklch(0.72 0.2 25);
  --accent-foreground: oklch(0.1 0 0);
  --destructive: oklch(0.68 0.2 25);
  --destructive-foreground: oklch(0.98 0 0);
  --border: oklch(1 0 0 / 16%);
  --input: oklch(1 0 0 / 16%);
  --ring: oklch(0.72 0.2 25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #080808; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid #e24040; outline-offset: 4px; }
a { color: inherit; text-decoration: none; }

.site-shell { overflow: clip; min-width: 320px; background: #090909; }
.skip-link { position: absolute; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: #e24040; color: #080808; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: .7rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 74px; padding: 0 1rem; position: sticky; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(9,9,9,.96); backdrop-filter: blur(16px); }
.brand-mark { position: relative; z-index: 2; display: block; width: 52px; height: 52px; padding: 3px; border: 1px solid rgba(255,255,255,.34); background: #050505; border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; z-index: -1; right: -14px; top: 5px; width: 26px; height: 16px; border-top: 1px solid #e24040; border-right: 1px solid #e24040; clip-path: polygon(0 0, 100% 0, 100% 22%, 45% 22%, 72% 100%, 53% 100%, 27% 35%, 0 35%); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.header-signal, .footer-right { display: flex; align-items: center; gap: .45rem; font: 500 .57rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .1em; color: #e9e9e9; }
.signal-dot { flex: 0 0 auto; width: 7px; height: 7px; display: inline-block; background: #e24040; box-shadow: 0 0 0 4px rgba(226,64,64,.14); }
.desktop-nav { display: none; }
.menu-trigger { width: 42px; height: 42px; display: grid; place-items: center; color: #f5f5f5; background: transparent; border: 1px solid rgba(255,255,255,.24); }
.menu-trigger:active, .action-button:active { transform: scale(.97); }
.menu-trigger svg { width: 20px; }

.mobile-menu { position: fixed; z-index: 30; top: 74px; left: 0; right: 0; min-height: calc(100dvh - 74px); padding: 2.2rem 1.15rem; display: flex; flex-direction: column; gap: .15rem; pointer-events: none; opacity: 0; transform: translateY(-1rem); background: #0b0b0b; border-bottom: 1px solid rgba(255,255,255,.2); transition: opacity 180ms cubic-bezier(.23,1,.32,1), transform 180ms cubic-bezier(.23,1,.32,1); }
.mobile-menu.is-open { pointer-events: auto; opacity: 1; transform: translateY(0); }
.micro-label, .eyebrow, .section-topline, .hero-meta span, .image-caption { margin: 0; font: 500 .62rem/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .13em; }
.micro-label { margin-bottom: 1.8rem; color: #a9a9a9; }
.mobile-menu a { padding: 1rem 0; display: grid; grid-template-columns: 2.3rem 1fr auto; align-items: center; border-top: 1px solid rgba(255,255,255,.13); font-size: 1.75rem; font-weight: 600; }
.mobile-menu a:last-of-type { border-bottom: 1px solid rgba(255,255,255,.13); }
.mobile-menu a span { font: .62rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; color: #e24040; }.mobile-menu a svg { width: 19px; }
.mobile-menu-note { max-width: 18rem; margin: auto 0 0; font-size: .85rem; line-height: 1.5; color: #a8a8a8; }

.hero { position: relative; min-height: 765px; padding: 4.3rem 1rem 3rem 3.65rem; display: flex; flex-direction: column; justify-content: flex-start; background: #090909; }
.hero::before { content: ""; position: absolute; top: 1.65rem; left: 0; width: 1px; height: 86%; background: linear-gradient(#e24040 0 7rem, rgba(255,255,255,.18) 7rem 100%); }
.hero-rail { position: absolute; top: 1.7rem; left: .78rem; height: calc(100% - 3.2rem); display: flex; align-items: center; flex-direction: column; font: 500 .56rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; color: #969696; letter-spacing: .12em; }
.hero-rail i { flex: 1; width: 1px; margin: .7rem 0; background: rgba(255,255,255,.25); }
.hero-copy { position: relative; z-index: 2; max-width: 38rem; }
.eyebrow { display: flex; align-items: center; gap: .52rem; color: #b5b5b5; }.eyebrow span { width: 22px; height: 1px; background: #e24040; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 1.18rem 0 1.35rem; font-size: clamp(2.55rem, 11vw, 5.8rem); line-height: .92; letter-spacing: -.065em; font-weight: 600; }
h1 em { font-style: normal; color: #e24040; }
.hero-intro { max-width: 25rem; margin-bottom: 1.45rem; font-size: .98rem; line-height: 1.55; color: #b4b4b4; }.hero-intro strong { color: #f1f1f1; }
.text-link { width: fit-content; padding-bottom: .45rem; display: inline-flex; align-items: center; gap: .6rem; border-bottom: 1px solid #e24040; font: 500 .68rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.text-link svg { width: 18px; transition: transform 180ms cubic-bezier(.23,1,.32,1); }.text-link:hover svg { transform: translate(3px, 3px); }
.brand-banner { position: relative; z-index: 1; width: calc(100vw - 3.65rem); margin: 2.8rem 0 0; padding: .45rem .45rem .85rem; background: #0e0e0e; border-top: 1px solid rgba(255,255,255,.54); border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.brand-banner::after { content: ""; position: absolute; right: -.6rem; bottom: -.6rem; width: 42%; height: 1px; background: #e24040; }.brand-banner img { display: block; width: 100%; min-height: 155px; object-fit: cover; object-position: center; filter: contrast(1.03); }.brand-banner figcaption { margin-top: .6rem; font: .54rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .13em; color: #a4a4a4; }
.hero-meta { position: absolute; bottom: 2.5rem; left: 3.65rem; right: 1rem; display: flex; justify-content: space-between; gap: .8rem; }.hero-meta div { display: flex; flex-direction: column; gap: .35rem; }.hero-meta span { color: #909090; font-size: .49rem; }.hero-meta b { font: 500 .58rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .07em; }

.statement-section { position: relative; margin-top: -1px; padding: 4.6rem 1rem 3.5rem; background: #d8d6cf; color: #111; clip-path: polygon(0 28px, 72% 0, 100% 16px, 100% 100%, 25% 100%, 0 calc(100% - 17px)); }.statement-section::before { content: "ARCHIVE / 01 — ARCHIVE / 01 — ARCHIVE / 01"; position: absolute; top: 1.55rem; left: 1rem; overflow: hidden; width: calc(100% - 2rem); color: rgba(0,0,0,.34); white-space: nowrap; font: 500 .48rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .22em; }.section-topline { display: flex; justify-content: space-between; gap: .8rem; color: inherit; opacity: .62; }.statement-layout { margin-top: 3rem; }.statement-layout h2, .timeline-content h2, .manifesto-content h2, .reopen-copy h2 { font-size: clamp(2rem, 8vw, 4rem); line-height: .96; letter-spacing: -.055em; font-weight: 600; }.statement-layout h2 { max-width: 39rem; margin-bottom: 2.2rem; text-transform: uppercase; }.statement-layout h2 i { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 600; }.statement-body { max-width: 30rem; margin-left: auto; padding-left: 1.2rem; border-left: 2px solid #e24040; }.statement-body p { font-size: .96rem; line-height: 1.55; }.statement-body p:last-child { margin-bottom: 0; color: #3f3e3a; }
.signal-strip { margin-top: 4rem; padding-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; border-top: 1px solid rgba(0,0,0,.45); }.signal-strip div { display: flex; flex-direction: column; gap: .15rem; }.signal-strip b { font-size: 1.2rem; letter-spacing: -.05em; }.signal-strip span { font: .55rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .1em; color: #55534e; text-transform: uppercase; }.signal-strip .active b { color: #c93434; }.signal-strip p { grid-column: 1 / -1; margin: 1.1rem 0 0; font: .64rem/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; color: #504e4a; }

.timeline-section { position: relative; margin-top: -17px; padding-top: 17px; display: grid; background: #111; clip-path: polygon(0 19px, 40% 0, 100% 26px, 100% 100%, 0 100%); }.timeline-visual { min-height: 265px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.14); }.timeline-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.15), rgba(8,8,8,.77)); }.timeline-visual img { width: 100%; height: 100%; position: absolute; object-fit: cover; filter: grayscale(1) contrast(1.18); }.timeline-content { padding: 3.2rem 1rem 4rem; }.timeline-content h2 { max-width: 28rem; margin: 2rem 0 2.6rem; text-transform: uppercase; }.timeline-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }.timeline-list li { position: relative; padding: 1.25rem 0; display: grid; grid-template-columns: 4.65rem 1fr; gap: .7rem; border-bottom: 1px solid rgba(255,255,255,.14); }.timeline-list li::before { content: ""; position: absolute; left: 0; top: -3px; width: 6px; height: 6px; background: #868686; }.timeline-list .is-current::before { background: #e24040; box-shadow: 0 0 0 4px rgba(226,64,64,.13); }.year { font: .7rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; color: #9c9c9c; }.timeline-list h3 { margin: 0 0 .38rem; font-size: 1rem; font-weight: 500; }.timeline-list p { margin: 0; font-size: .8rem; line-height: 1.5; color: #a9a9a9; }

.manifesto-section { position: relative; margin-top: -18px; padding: 18px 1rem 4.4rem; background: #191919; clip-path: polygon(0 29px, 48% 0, 100% 15px, 100% 100%, 0 100%); }.manifesto-image { height: 330px; margin: 0 -1rem; position: relative; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 88%, 62% 100%, 0 94%); }.manifesto-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(25,25,25,.85), transparent 50%); }.manifesto-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }.image-caption { position: absolute; z-index: 1; bottom: 1rem; left: 1rem; color: #eee; }.manifesto-content { padding-top: 3.2rem; }.manifesto-content h2 { margin: 2rem 0 1.4rem; text-transform: uppercase; }.manifesto-lead { max-width: 33rem; font-size: 1rem; line-height: 1.6; color: #bababa; }.principles-list { margin-top: 2.4rem; border-top: 1px solid rgba(255,255,255,.17); }.principles-list article { display: grid; grid-template-columns: 3rem 1fr; gap: .6rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }.principles-list article > span { color: #e24040; font: .62rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; }.principles-list h3 { margin: 0 0 .45rem; font-size: 1.1rem; font-weight: 500; }.principles-list p { margin: 0; font-size: .78rem; line-height: 1.55; color: #ababab; }

.reopen-section { position: relative; min-height: 535px; margin-top: -15px; padding: 46px 1rem 3.3rem; background: #0c0c0c; color: #f3f3f3; overflow: hidden; clip-path: polygon(0 24px, 58% 0, 100% 17px, 100% 100%, 0 100%); }.reopen-texture { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .13; mix-blend-mode: screen; filter: grayscale(1) contrast(1.5); }.reopen-grid { height: 100%; min-height: 465px; position: relative; display: flex; flex-direction: column; }.reopen-kicker { display: flex; align-items: center; gap: .5rem; font: 500 .6rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .1em; }.reopen-kicker .signal-dot { background: #e24040; box-shadow: none; }.reopen-copy { max-width: 34rem; margin-top: 4rem; }.reopen-copy .eyebrow { color: #c8c8c8; }.reopen-copy .eyebrow span { background: #e24040; }.reopen-copy h2 { max-width: 21rem; margin: 1.25rem 0; text-transform: uppercase; }.reopen-copy > p:not(.eyebrow) { max-width: 23rem; margin-bottom: 1.55rem; font-size: .92rem; line-height: 1.55; color: #afafaf; }.action-button { width: fit-content; padding: 1rem 1.05rem; display: inline-flex; align-items: center; gap: 1.15rem; border: 1px solid #e24040; background: #e24040; color: #080808; font: 600 .63rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .07em; text-transform: uppercase; transition: transform 160ms cubic-bezier(.23,1,.32,1), background 160ms cubic-bezier(.23,1,.32,1); }.action-button:hover { background: transparent; color: #e24040; }.action-button svg { width: 17px; }.reopen-code { margin-top: auto; align-self: flex-end; display: flex; align-items: baseline; gap: .2rem; font: .64rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .12em; color: #aaa; }.reopen-code b { color: #e24040; font: 600 4.7rem/.9 "Space Grotesk", sans-serif; letter-spacing: -.09em; }

.fracture-marks { position: absolute; z-index: 2; pointer-events: none; display: flex; gap: 4px; top: 0; right: 1rem; height: 29px; align-items: flex-start; }.fracture-marks i, .section-fracture i { display: block; width: 16px; height: 2px; background: rgba(255,255,255,.8); transform: rotate(-24deg); }.fracture-marks i:nth-child(1) { margin-top: 9px; width: 31px; }.fracture-marks i:nth-child(2) { margin-top: 3px; width: 13px; }.fracture-marks i:nth-child(3) { margin-top: 15px; width: 25px; }.fracture-marks-dark i { background: #151515; }.section-fracture { position: absolute; z-index: 3; display: flex; gap: 4px; top: 7px; left: 1rem; }.section-fracture i { transform: rotate(-27deg); }.section-fracture i:nth-child(1) { width: 38px; }.section-fracture i:nth-child(2) { width: 15px; margin-top: 6px; }.section-fracture i:nth-child(3) { width: 25px; margin-top: -5px; }.section-fracture-light i { background: #d8d6cf; }.section-fracture-red i { background: #e24040; }

.site-footer { min-height: 165px; padding: 1.55rem 1rem; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 1.25rem; background: #090909; border-top: 1px solid rgba(255,255,255,.16); }.footer-brand { display: flex; align-items: center; gap: .65rem; font: 600 .76rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .08em; }.footer-brand img { width: 30px; height: 30px; border-radius: 50%; }.site-footer p { grid-column: 1 / -1; max-width: 20rem; margin: 0; font-size: .75rem; line-height: 1.45; color: #8e8e8e; }.footer-right { justify-self: end; font-size: .48rem; color: #8e8e8e; }.footer-right svg { width: 13px; }

@media (min-width: 700px) {
  .site-header { height: 82px; padding: 0 2.5rem; }.brand-mark { width: 60px; height: 60px; }.header-signal { margin-left: 2rem; margin-right: auto; }.desktop-nav { display: flex; gap: 2rem; }.desktop-nav a { font: 500 .65rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: .08em; color: #bdbdbd; }.desktop-nav a:hover { color: #e24040; }.menu-trigger, .mobile-menu { display: none; }
  .hero { min-height: 720px; padding: 9.4rem 6vw 4rem 13.5vw; }.hero::before { top: 3.4rem; height: 82%; }.hero-rail { top: 3.5rem; left: 4.5vw; height: calc(100% - 6.8rem); }.hero-copy { width: 46%; }.hero-intro { max-width: 22rem; }.brand-banner { position: absolute; width: 54vw; margin: 0; top: 9rem; right: 3.8vw; }.brand-banner img { min-height: 230px; }.hero-meta { left: 13.5vw; right: 6vw; bottom: 4.2rem; justify-content: flex-start; gap: 6rem; }
  .statement-section, .timeline-content, .manifesto-section, .reopen-section { padding-left: 6vw; padding-right: 6vw; }.statement-section { padding-top: 6.4rem; padding-bottom: 5.3rem; }.statement-section::before { top: 2.1rem; left: 6vw; width: calc(100% - 12vw); }.statement-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; }.statement-layout h2 { margin: 0; }.statement-body { margin-top: 1rem; }.signal-strip { grid-template-columns: repeat(3, minmax(0, 130px)) 1fr; }.signal-strip p { grid-column: auto; align-self: end; margin: 0 0 .1rem; }
  .timeline-section { grid-template-columns: minmax(270px, .85fr) minmax(0, 1.15fr); }.timeline-visual { min-height: 630px; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.14); }.timeline-content { padding-top: 5.2rem; padding-bottom: 5.2rem; }.timeline-content h2 { margin-top: 3.2rem; }
  .manifesto-section { padding-top: 18px; padding-bottom: 6rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }.manifesto-image { height: 100%; min-height: 670px; margin: 0; }.manifesto-content { padding: 5.2rem 0 0; }.manifesto-content h2 { margin-top: 3rem; }.principles-list { margin-top: 3rem; }
  .reopen-section { min-height: 600px; padding-top: 5.9rem; padding-bottom: 4.2rem; }.reopen-grid { min-height: 500px; display: grid; grid-template-columns: 1fr minmax(320px, 600px) 1fr; grid-template-rows: 1fr auto; }.reopen-kicker { align-self: start; }.reopen-copy { grid-column: 2; margin: 0; align-self: center; }.reopen-code { grid-column: 3; grid-row: 2; }.site-footer { padding: 2rem 6vw; grid-template-columns: 1fr 1fr auto; align-items: center; }.site-footer p { grid-column: auto; justify-self: center; }.footer-right { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal-up { animation: reveal-up 540ms cubic-bezier(.23,1,.32,1) both; }.reveal-wide { animation: reveal-wide 660ms 80ms cubic-bezier(.23,1,.32,1) both; }
  @keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes reveal-wide { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
}

/* Local replacement for the Manus-generated texture: no external assets required. */
.reopen-texture {
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(226,64,64,.12) 49%, transparent 50%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 22px),
    radial-gradient(circle at 70% 30%, rgba(226,64,64,.10), transparent 30%);
  opacity: .7;
}
