:root{color-scheme:light;--background: #ffffff;--foreground: #001d4a;--muted: #3d5a73;--surface: #f0f9fd;--accent: #d81b60;--accent-green: #4a7c44;--accent-sky: #81d4fa;--accent-contrast: #ffffff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(129,212,250,.35),transparent 34rem),var(--background);color:var(--foreground);line-height:1.5}a{color:inherit}h1,h2,h3{color:var(--foreground)}.eyebrow{margin:0 0 1rem;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.intro{max-width:38rem;margin:1.25rem 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.7}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:100;padding:.75rem 1rem;border-radius:.5rem;background:var(--accent);color:var(--accent-contrast);font-weight:700;text-decoration:none}.skip-link:focus{top:1rem}.site-shell{display:flex;flex-direction:column;min-height:100vh}.site-header{border-bottom:1px solid color-mix(in srgb,var(--foreground) 12%,transparent);background:color-mix(in srgb,var(--surface) 90%,transparent);backdrop-filter:blur(8px)}.site-header__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 2rem;width:min(100%,72rem);margin:0 auto;padding:1rem clamp(1.25rem,4vw,2rem)}.site-brand{display:block;text-decoration:none;line-height:0}.site-brand img{display:block;width:auto;max-height:3rem;object-fit:contain}@media(max-width:30rem){.site-brand img{max-height:2.5rem}}.site-nav__list{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin:0;padding:0;list-style:none}.site-nav__link{padding:.35rem 0;color:var(--muted);font-weight:600;text-decoration:none;border-bottom:2px solid transparent}.site-nav__link:hover,.site-nav__link:focus-visible{color:var(--foreground)}.site-nav__link.is-active{color:var(--foreground);border-bottom-color:var(--accent)}.site-main{flex:1;width:min(100%,72rem);margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,4vw,2rem)}.site-footer{margin-top:auto;border-top:1px solid color-mix(in srgb,var(--foreground) 12%,transparent);background:color-mix(in srgb,var(--surface) 70%,transparent)}.site-footer__inner{display:grid;gap:2rem;width:min(100%,72rem);margin:0 auto;padding:2.5rem clamp(1.25rem,4vw,2rem)}@media(min-width:48rem){.site-footer__inner{grid-template-columns:2fr 1fr 1fr}}.site-footer__name{margin:0;font-weight:700;line-height:1.4}.site-footer__copy{margin:.5rem 0 0;color:var(--muted);font-size:.9rem}.site-footer__heading{margin:0 0 .75rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.site-footer__link{color:var(--foreground);font-weight:600;text-decoration:underline;text-underline-offset:.2em}.site-footer__link--icon{display:inline-flex;align-items:center;gap:.5rem}.site-footer__link--icon svg{flex-shrink:0;width:1.25rem;height:1.25rem}.site-footer__social-list{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.page-header{margin-bottom:3rem}.page-header h1{max-width:16ch;margin:0;font-size:clamp(2.25rem,6vw,3.5rem);line-height:1.05;letter-spacing:-.05em}.page-header__lead{max-width:42rem;margin:1rem 0 0;color:var(--muted);font-size:1.125rem;line-height:1.7}.hero{margin-bottom:3.5rem;padding:clamp(2rem,5vw,3.5rem);border:1px solid color-mix(in srgb,var(--foreground) 14%,transparent);border-radius:1.5rem;background:color-mix(in srgb,var(--accent-sky) 20%,var(--surface));box-shadow:0 1.5rem 4rem #001d4a14}.hero h1{max-width:14ch;margin:0;font-size:clamp(2.5rem,7vw,4rem);line-height:1;letter-spacing:-.06em}.highlights{display:grid;gap:1.25rem;margin-bottom:3.5rem}@media(min-width:40rem){.highlights{grid-template-columns:repeat(3,1fr)}}.highlight-card{padding:1.5rem;border:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:1rem;background:color-mix(in srgb,var(--accent-sky) 15%,var(--surface))}.highlight-card h3{margin:0 0 .5rem;font-size:1rem;font-weight:700}.highlight-card p{margin:0;color:var(--muted);line-height:1.6}.quick-links{display:grid;gap:1.25rem}@media(min-width:40rem){.quick-links{grid-template-columns:repeat(2,1fr)}}.quick-link-card{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;border:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:1rem;background:color-mix(in srgb,var(--accent-sky) 15%,var(--surface));text-decoration:none;transition:border-color .15s ease,transform .15s ease}.quick-link-card:hover,.quick-link-card:focus-visible{border-color:var(--accent);transform:translateY(-2px)}.quick-link-card h3{margin:0;font-size:1.15rem}.quick-link-card p{margin:0;color:var(--muted);line-height:1.6}.content-section{margin-bottom:3rem}.content-section h2{margin:0 0 1rem;font-size:1.5rem;letter-spacing:-.03em;color:var(--accent)}.content-section p{margin:0 0 1rem;max-width:42rem;line-height:1.75;color:var(--muted)}.content-section p:last-child{margin-bottom:0}.manifeste h2{max-width:48rem;font-size:clamp(1.5rem,4vw,1.875rem);line-height:1.25}.manifeste p{max-width:48rem}.manifeste .manifeste__conclusion{margin-top:1.5rem;color:var(--foreground);font-weight:700}.video-embed{margin:0 0 1.25rem;max-width:42rem;aspect-ratio:16 / 9}.video-embed iframe{display:block;width:100%;height:100%;border:0}.group-photo{margin:0 0 3rem}.group-photo img{display:block;width:100%;height:auto;border:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:1rem}.group-photo figcaption{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem}.group-photo__caption{color:var(--muted);font-size:.95rem;line-height:1.6}.group-photo__credit{color:var(--muted);font-size:.85rem;line-height:1.5}.content-link{color:var(--foreground);font-weight:600;text-decoration:underline;text-underline-offset:.2em}.content-link:hover,.content-link:focus-visible{color:var(--accent)}.content-section ul{margin:0 0 1rem;padding-left:1.5rem;max-width:42rem;line-height:1.75;color:var(--muted)}.content-section ul li::marker{color:var(--accent-green)}.values-grid,.profiles-grid{display:grid;gap:1.25rem}@media(min-width:40rem){.values-grid,.profiles-grid{grid-template-columns:repeat(2,1fr)}}.value-card,.profile-card{padding:1.5rem;border:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:1rem;background:color-mix(in srgb,var(--accent-sky) 15%,var(--surface))}.value-card h3,.profile-card h3{margin:0 0 .5rem;font-size:1.05rem}.value-card p,.profile-card p{margin:0;color:var(--muted);line-height:1.65}.note-box{padding:1.25rem 1.5rem;border-left:4px solid var(--accent);border-radius:0 .75rem .75rem 0;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--muted);line-height:1.65}
