/* Axial . one stylesheet for / and /fr/. Adapted from the Magic.dev letter format. Light only. */
:root {
  --bg: #ffffff;
  --text: #1c2024;
  --muted: #60646c;
  --rule: #e6e8ec;
  --navy: #0e2f5d;            /* sampled from the wordmark */
  --navy-ink: #ffffff;
  --display: "Figtree", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --sans: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0; position: relative; isolation: isolate; overflow-x: hidden;
  background: var(--bg); color: var(--text);
  font-family: var(--sans); font-size: 17.5px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
/* the glow: soft blobs in the house palette drifting slowly behind the top of the page,
   a base strip so the colour reaches the very top edge, paper grain over it, all fading
   into the white. No blend modes or hue filters, so it renders alike everywhere. */
.aurora { position: absolute; top: 0; left: 0; right: 0; height: 84px; z-index: -1; pointer-events: none; overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 45%, rgba(0,0,0,.35) 78%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 45%, rgba(0,0,0,.35) 78%, transparent 100%); }
.aurora .base { position: absolute; left: -5%; right: -5%; top: -60px; height: 150px; filter: blur(22px); opacity: .9;
  background: linear-gradient(90deg, #ffd8e6 0%, #e0d6ff 22%, #cfe0ff 48%, #d3f1ea 74%, #ffe8d1 100%); }
.aurora .b { position: absolute; border-radius: 50%; filter: blur(56px); will-change: transform; opacity: .75; }
.aurora .b1 { width: 46vw; height: 34vw; left: -8vw;  top: -14vw; background: radial-gradient(circle at 50% 50%, #cfe0ff 0%, rgba(207,224,255,0) 70%); animation: driftA 26s ease-in-out infinite alternate; }
.aurora .b2 { width: 42vw; height: 32vw; left: 28vw;  top: -16vw; background: radial-gradient(circle at 50% 50%, #e0d6ff 0%, rgba(224,214,255,0) 70%); animation: driftB 31s ease-in-out infinite alternate; }
.aurora .b3 { width: 40vw; height: 30vw; left: 58vw;  top: -14vw; background: radial-gradient(circle at 50% 50%, #d3f1ea 0%, rgba(211,241,234,0) 70%); animation: driftC 23s ease-in-out infinite alternate; }
.aurora .b4 { width: 34vw; height: 26vw; left: 78vw;  top: -10vw; background: radial-gradient(circle at 50% 50%, #ffe1cf 0%, rgba(255,225,207,0) 70%); animation: driftA 36s ease-in-out infinite alternate-reverse; }
.aurora .b5 { width: 30vw; height: 24vw; left: 6vw;   top: 2vw;   background: radial-gradient(circle at 50% 50%, #ffd8e6 0%, rgba(255,216,230,0) 70%); animation: driftB 29s ease-in-out infinite alternate-reverse; }
.aurora .grain { position: absolute; inset: 0; opacity: .5; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.2  0 0 0 0 0.2  0 0 0 0 0.25  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"); background-size: 240px 240px; }
@keyframes driftA { from { transform: translate(0, 0) scale(1); }        to { transform: translate(6vw, 3vw) scale(1.12); } }
@keyframes driftB { from { transform: translate(0, 0) scale(1.08); }     to { transform: translate(-5vw, 4vw) scale(.96); } }
@keyframes driftC { from { transform: translate(0, 1vw) scale(1); }      to { transform: translate(4vw, -2vw) scale(1.1); } }
/* headline words blur in, one after another */
h1 .w { display: inline-block; animation: blurIn .5s ease-out both; animation-delay: calc(var(--i) * 45ms); }
@keyframes blurIn { from { opacity: 0; filter: blur(8px); } to { opacity: 1; filter: blur(0); } }
@media (prefers-reduced-motion: reduce) { .aurora .b { animation: none; } h1 .w { animation: none; } }
@media (max-width: 640px) { .aurora { height: 64px; } .aurora .b { filter: blur(36px); } nav { padding-top: 48px; } }

a { color: var(--navy); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }

nav { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; padding: 64px 0 0; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 36px; width: auto; display: block; }
@media (max-width: 520px) { .brand { order: 2; } .brand img { height: 26px; } .nav-links { order: 1; width: 100%; justify-content: flex-end; gap: 20px; font-size: 14.5px; } nav { gap: 10px 28px; } .hero { padding-top: 36px; } }
.nav-links { display: flex; gap: 22px; font-size: 15px; margin-left: auto; white-space: nowrap; }
.nav-links a { color: var(--text); text-decoration: none; }
.nav-links a:hover { color: var(--muted); }

.hero { padding: 44px 0 40px; max-width: 700px; }
.eyebrow { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 20px; }
h1 {
  font-family: var(--display); font-weight: 500; font-size: clamp(34px, 4.6vw, 46px); line-height: 1.1; letter-spacing: -.02em;
  margin: 0 0 18px; text-wrap: balance;
}
.lede { font-size: 19px; line-height: 1.45; color: var(--text); margin: 0; max-width: 58ch; }
.lede .why { color: var(--muted); }

.cols { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding-bottom: 8px; }
@media (min-width: 880px) { .cols { grid-template-columns: minmax(0, 580px) 240px; gap: 72px; align-items: start; } .rail { position: sticky; top: 28px; } }

.letter p { font-size: 16.5px; line-height: 1.55; margin: 0 0 1.15em; }
.letter p:last-child { margin-bottom: 0; }
.lead { text-transform: uppercase; font-size: 13.2px; letter-spacing: .1em; }

.rail { border-top: 1px solid var(--rule); }
.rail .label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 14px 0 6px; }
.facts { list-style: none; margin: 0; padding: 0; }
.facts li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: 15.5px; line-height: 1.35; }
.facts .k { color: var(--muted); }
.facts .v { text-align: right; font-variant-numeric: tabular-nums; }

.btn {
  display: inline-block; font-family: var(--sans); font-weight: 500; font-size: 15px;
  background: var(--navy); color: var(--navy-ink); padding: 11px 16px; border-radius: 8px; text-decoration: none;
}
.btn:hover { filter: brightness(1.12); }
.cta { margin: 26px 0 0 !important; }

.sig { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--rule); }
.sig .name { font-weight: 500; font-size: 16.5px; margin: 0 0 4px; }
.sig .bio { color: var(--muted); font-size: 15.5px; line-height: 1.5; margin: 0 0 14px; max-width: 60ch; }
.sig .links { font-size: 15px; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.sig .links a { text-decoration: none; }
.sig .links a:hover { text-decoration: underline; }
footer { padding: 40px 0 72px; color: var(--muted); font-size: 13.5px; }
footer p { margin: 0; }
@media (max-width: 520px) { .hero { padding: 48px 0 32px; } .lede { font-size: 18px; } }
