:root {
    --sm-navy: #071a2b;
    --sm-navy-soft: #102b42;
    --sm-blue: #009ee0;
    --sm-blue-dark: #00658f;
    --sm-paper: #f4f7f8;
    --sm-white: #fff;
    --sm-ink: #10202e;
    --sm-muted: #465965;
    --sm-line: #ced9df;
    --sm-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--sm-paper);
    color: var(--sm-ink);
    font-family: "Manrope", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffd166; outline-offset: 4px; }
.sm-skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: #fff; color: #000; }
.sm-skip:focus { top: 1rem; }

.sm-header {
    position: relative;
    z-index: 10;
    width: min(calc(100% - 64px), var(--sm-max));
    min-height: 94px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.18);
    color: var(--sm-white);
}
.is-inner .sm-header { color: var(--sm-navy); border-bottom-color: var(--sm-line); }
.is-inner .sm-header nav a { color: var(--sm-navy); text-shadow: none; }
.is-inner .sm-header nav a:last-child { color: #fff; }
.is-about .sm-header { color: #fff; border-bottom-color: rgba(255,255,255,.18); }
.is-about .sm-header nav a { color: #fff; }
.is-about .sm-header nav a:last-child { color: var(--sm-navy); }
.sm-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-size: .95rem; font-weight: 800; letter-spacing: -.02em; }
.sm-brand::before { width: 30px; height: 3px; background: var(--sm-blue); content: ""; }
.sm-brand-photo { width: 36px; height: 36px; flex: 0 0 36px; display: block; border: 2px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px rgba(0,158,224,.26); }
.sm-header nav { display: flex; align-items: center; gap: 0; padding: 5px; background: rgba(7,26,43,.96); }
.sm-header nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; color: #fff; font-size: .79rem; font-weight: 700; text-decoration: none; }
.sm-header nav a:last-child { padding: 0 17px; border: 0; background: var(--sm-blue); color: var(--sm-navy); }
.sm-header nav a:hover { background: #16364e; color: #fff; }
.sm-header nav a:last-child:hover { background: #23b8f4; color: var(--sm-navy); }
.sm-footer a:hover { color: #74d6ff; }

.sm-account { display: inline-flex; align-items: center; gap: 6px; margin-left: 12px; }
.sm-account a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: inherit; }
.sm-account svg { width: 17px; height: 17px; }
.sm-account img { width: 30px; height: 30px; border-radius: 50%; display: block; }
.sm-account a:hover { background: rgba(255,255,255,.16); }
.is-inner .sm-account a:hover { background: rgba(7,26,43,.1); }
.sm-account-login { opacity: .35; }
.sm-account-login:hover { opacity: .95; }

.sm-main { margin-top: -94px; }
.sm-hero {
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(360px, .68fr);
    background: var(--sm-navy);
    color: var(--sm-white);
    overflow: hidden;
}
.sm-hero-copy { position: relative; padding: 148px max(48px, calc((100vw - var(--sm-max)) / 2)) 66px; }
.sm-eyebrow { margin: 0 0 30px; color: var(--sm-blue); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.sm-hero h1 {
    max-width: 840px;
    margin: 0;
    font-size: clamp(3.5rem, 6.1vw, 6rem);
    line-height: .94;
    letter-spacing: -.035em;
    font-weight: 800;
}
.sm-hero h1 em, .sm-letter h2 em { color: var(--sm-blue); font-family: "Manrope", system-ui, sans-serif; font-style: normal; font-weight: 800; }
.sm-lead { max-width: 700px; margin: 38px 0 0; color: #c6d4de; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
.sm-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.sm-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 22px; text-decoration: none; font-size: .79rem; font-weight: 800; }
.sm-button-primary { background: var(--sm-blue); color: var(--sm-navy); }
.sm-button-primary:hover { background: #23b8f4; }
.sm-button-ghost { border: 1px solid #536b7c; color: #fff; }
.sm-button-ghost:hover { border-color: var(--sm-blue); }
.sm-location { margin: 54px 0 0; color: #9fb4c2; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.sm-portrait-wrap { position: relative; min-height: 660px; display: grid; place-items: center; background: var(--sm-blue); overflow: hidden; }
.sm-portrait-wrap::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,26,43,.15), transparent 30%, rgba(7,26,43,.18)); }
.sm-portrait { width: 100%; height: auto; aspect-ratio: 1; display: block; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.02); transform: scale(1); will-change: transform; }
.sm-portrait-rule { position: absolute; z-index: 2; top: 124px; left: -34px; width: 68px; height: 68px; border: 8px solid var(--sm-blue); border-radius: 50%; background: var(--sm-navy); }

.sm-bio, .sm-mission, .sm-letter, .sm-legal { width: min(calc(100% - 64px), var(--sm-max)); margin: 0 auto; }

.sm-articles { width: min(calc(100% - 64px), var(--sm-max)); margin: 0 auto; padding: 110px 0; }
.sm-articles-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 54px; align-items: start; }
.sm-article-featured, .sm-article-card { display: flex; flex-direction: column; background: #fff; color: inherit; text-decoration: none; overflow: hidden; }
.sm-article-visual { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sm-navy); }
.sm-article-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.sm-article-featured:hover .sm-article-visual img, .sm-article-card:hover .sm-article-visual img { transform: scale(1.05); }
.sm-article-body { flex: 1; display: flex; flex-direction: column; gap: 14px; padding: 26px 28px 30px; }
.sm-article-meta { color: var(--sm-blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sm-article-featured .sm-article-body strong { font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.14; letter-spacing: -.02em; }
.sm-article-excerpt { color: var(--sm-muted); font-size: .95rem; line-height: 1.65; }
.sm-article-read { margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 12px; color: var(--sm-blue-dark); font-size: .8rem; font-weight: 800; }
.sm-read-megaphone { width: 14px; height: 20px; object-fit: contain; transform-origin: 50% 70%; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.sm-article-card:hover .sm-read-megaphone, .sm-article-card:focus-visible .sm-read-megaphone { transform: scale(1.18) rotate(-5deg); }
.sm-article-read i { font-style: normal; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.sm-article-featured:hover .sm-article-read i, .sm-article-row:hover .sm-article-read i, .sm-article-card:hover .sm-article-read i { transform: translateX(6px); }
.sm-article-list { display: flex; flex-direction: column; }
.sm-article-row { display: flex; flex-direction: column; gap: 10px; padding: 24px 0; border-bottom: 1px solid var(--sm-line); color: inherit; text-decoration: none; }
.sm-article-row:first-child { padding-top: 6px; }
.sm-article-row strong { font-size: 1.28rem; line-height: 1.25; letter-spacing: -.015em; }
.sm-article-row .sm-article-read { margin-top: 0; padding-top: 2px; }
.sm-articles-all { display: inline-flex; align-items: center; gap: 22px; width: fit-content; margin-top: 30px; padding-bottom: 4px; border-bottom: 2px solid var(--sm-blue-dark); color: var(--sm-navy); font-size: .82rem; font-weight: 800; text-decoration: none; }
.sm-articles-all:hover { color: var(--sm-blue-dark); }
.motion-ready .sm-article-featured, .motion-ready .sm-article-row { opacity: 0; transform: translate3d(0,26px,0); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.motion-ready .sm-article-featured.is-in-view, .motion-ready .sm-article-row.is-in-view { opacity: 1; transform: translate3d(0,0,0); }

.sm-bio-strip { width: min(calc(100% - 64px), var(--sm-max)); margin: 0 auto; padding: 84px 0; display: grid; grid-template-columns: 1.4fr .6fr; gap: 44px; align-items: center; border-top: 1px solid var(--sm-line); }
.sm-bio-strip p { max-width: 34ch; margin: 0; color: var(--sm-navy); font: 600 clamp(1.2rem, 1.8vw, 1.55rem)/1.5 "Manrope", system-ui, sans-serif; letter-spacing: -.02em; }
.sm-bio-strip .sm-bio-link { margin-top: 0; justify-self: end; }

.sm-articles-page { width: min(calc(100% - 64px), var(--sm-max)); margin: 0 auto; padding: 160px 0 120px; }
.sm-articles-page-heading { max-width: 820px; margin-bottom: 64px; }
.sm-articles-page-heading h1 { margin: 0; font-size: clamp(2.8rem, 5.5vw, 5rem); line-height: .96; letter-spacing: -.04em; }
.sm-articles-cats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.sm-articles-cats a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 16px; background: #fff; color: var(--sm-navy); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.sm-articles-cats a:hover { background: var(--sm-navy); color: #fff; }
.sm-articles-page-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 28px; }
.sm-article-card .sm-article-body strong { font-size: 1.3rem; line-height: 1.22; letter-spacing: -.015em; }
.sm-articles-empty { max-width: 60ch; color: var(--sm-muted); line-height: 1.7; }
.sm-bio { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding: 132px 0 126px; border-bottom: 1px solid var(--sm-line); }
.sm-bio-heading .sm-eyebrow { margin-bottom: 34px; }
.sm-bio-heading h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .96; letter-spacing: -.04em; }
.sm-bio-heading h2 em { color: var(--sm-blue-dark); font-family: "Manrope", system-ui, sans-serif; font-style: normal; font-weight: 800; }
.sm-bio-copy { max-width: 720px; }
.sm-bio-copy > p { margin: 0; color: var(--sm-muted); font-size: clamp(1.02rem, 1.35vw, 1.18rem); line-height: 1.78; }
.sm-bio-copy > p + p { margin-top: 28px; }
.sm-bio-copy .sm-bio-vision { margin-top: 48px; padding-top: 34px; border-top: 5px solid var(--sm-blue); color: var(--sm-navy); font: 600 clamp(1.3rem, 2vw, 1.8rem)/1.42 "Manrope", system-ui, sans-serif; letter-spacing: -.025em; }
.sm-bio-link { min-height: 48px; width: fit-content; display: inline-flex; align-items: center; gap: 34px; margin-top: 36px; padding-bottom: 4px; border-bottom: 2px solid var(--sm-blue-dark); color: var(--sm-navy); font-size: .82rem; font-weight: 800; text-decoration: none; }
.sm-bio-link:hover { color: var(--sm-blue-dark); }
.motion-ready .sm-bio-copy > p { opacity: 0; transform: translate3d(0,24px,0); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.motion-ready .sm-bio-copy > p.is-in-view { opacity: 1; transform: translate3d(0,0,0); }
.motion-ready .sm-bio-copy > p:nth-child(2) { transition-delay: 80ms; }
.motion-ready .sm-bio-copy > p:nth-child(3) { transition-delay: 160ms; }
.sm-mission { padding: 130px 0; }
.sm-section-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; margin-bottom: 58px; }
.sm-section-heading .sm-eyebrow { margin: 0; }
.sm-section-heading h2, .sm-letter h2, .sm-social h2, .sm-footer h2 {
    margin: 0;
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: .98;
    letter-spacing: -.035em;
}
.sm-mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--sm-line); }
.sm-mission-grid article { min-height: 280px; padding: 30px 34px 20px 0; border-right: 1px solid var(--sm-line); }
.sm-mission-grid article + article { padding-left: 34px; }
.sm-mission-grid article:last-child { border-right: 0; }
.sm-mission-grid h3 { margin: 54px 0 18px; font-size: 1.55rem; letter-spacing: -.025em; }
.sm-mission-grid p { max-width: 330px; margin: 0; color: var(--sm-muted); line-height: 1.65; }

.sm-cinema { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 54px; min-height: 88vh; padding: 100px max(48px, calc((100vw - var(--sm-max)) / 2)) 60px; background: var(--sm-navy); color: var(--sm-white); overflow: hidden; }
.sm-cinema-bg, .sm-social-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: .34; filter: saturate(.8); transform: scale(1.08); }
.motion-ready .sm-cinema-bg, .motion-ready .sm-social-bg { animation: sm-drift 26s ease-in-out infinite alternate; }
@keyframes sm-drift { from { transform: scale(1.08) translate3d(0,0,0); } to { transform: scale(1.16) translate3d(-1.6%,1.2%,0); } }
.sm-cinema::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(7,26,43,.95) 0%, rgba(7,26,43,.74) 48%, rgba(0,101,143,.5) 100%); }
.sm-cinema-inner { position: relative; z-index: 2; max-width: 780px; }
.sm-cinema-kicker { margin: 0 0 18px; color: var(--sm-blue); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sm-cinema h2 { max-width: 720px; margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.6rem); line-height: .98; letter-spacing: -.035em; }
.sm-cinema h2 em { color: var(--sm-blue); font-family: "Manrope", system-ui, sans-serif; font-style: normal; font-weight: 800; }
.sm-cinema-stat { display: flex; align-items: baseline; gap: 20px; margin: 30px 0 0; }
.sm-cinema-stat strong { font-size: clamp(3.2rem, 5.6vw, 5.2rem); line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.sm-cinema-stat span { max-width: 34ch; color: #c6d4de; font-size: .95rem; line-height: 1.55; }
.sm-cinema .sm-button { margin-top: 34px; }
.motion-ready .sm-cinema-inner > * { opacity: 0; transform: translate3d(0,28px,0); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.motion-ready .sm-cinema-inner.is-in-view > * { opacity: 1; transform: translate3d(0,0,0); }
.motion-ready .sm-cinema-inner.is-in-view > *:nth-child(2) { transition-delay: 100ms; }
.motion-ready .sm-cinema-inner.is-in-view > *:nth-child(3) { transition-delay: 200ms; }
.motion-ready .sm-cinema-inner.is-in-view > *:nth-child(4) { transition-delay: 300ms; }
.sm-video-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sm-video-card { min-width: 0; display: grid; grid-template-columns: 128px 1fr; min-height: 118px; background: rgba(16,43,66,.92); color: #fff; text-decoration: none; overflow: hidden; }
.sm-video-thumb { position: relative; overflow: hidden; background: #02090f; }
.sm-video-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.sm-video-thumb i { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--sm-blue); color: var(--sm-navy); font-size: .72rem; font-style: normal; transform: translate(-50%,-50%); }
.sm-video-copy { display: flex; flex-direction: column; justify-content: space-between; gap: 14px; padding: 18px; }
.sm-video-copy strong { font-size: .8rem; line-height: 1.42; }
.sm-video-copy small { color: #a9c0cf; font-size: .66rem; font-weight: 700; }
.sm-video-card:hover .sm-video-thumb img { transform: scale(1.06); }
.motion-ready .sm-video-card { opacity: .62; clip-path: inset(0 0 100% 0); transition: opacity .6s cubic-bezier(.16,1,.3,1), clip-path .75s cubic-bezier(.16,1,.3,1); }
.motion-ready .sm-video-card.is-in-view { opacity: 1; clip-path: inset(0); }
.motion-ready .sm-video-card:nth-child(2) { transition-delay: 90ms; }
.motion-ready .sm-video-card:nth-child(3) { transition-delay: 180ms; }

.sm-letter { width: 100%; display: grid; grid-template-columns: 1fr 1fr; background: var(--sm-navy); color: #fff; }
.sm-letter-copy, .sm-form { padding: 84px max(50px, calc((100vw - var(--sm-max)) / 2)); }
.sm-letter-copy { padding-right: 68px; }
.sm-letter-copy > p:not(.sm-eyebrow) { max-width: 560px; margin: 32px 0 0; color: #b8c9d4; line-height: 1.7; }
.sm-app-note { display: flex; align-items: flex-start; margin-top: 50px; padding-top: 26px; border-top: 1px solid #345064; }
.sm-app-note p { margin: 0; color: #aebfca; font-size: .8rem; line-height: 1.6; }
.sm-app-note strong { color: #fff; font-size: .86rem; }
.sm-form { display: flex; flex-direction: column; justify-content: center; background: var(--sm-blue-dark); color: var(--sm-white); }
.sm-form > label:not(.sm-consent) { margin: 0 0 8px; color: rgba(255,255,255,.92); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sm-form input[type="text"], .sm-form input[type="email"] { width: 100%; margin: 0 0 24px; padding: 16px 0; border: 0; border-bottom: 2px solid rgba(255,255,255,.45); border-radius: 0; outline: 0; background: transparent; color: var(--sm-white); font: 600 1.05rem "Manrope", sans-serif; }
.sm-form input::placeholder { color: rgba(255,255,255,.62); }
.sm-form input:focus { border-bottom-color: var(--sm-white); }
.sm-consent { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; margin: 4px 0 25px; color: rgba(255,255,255,.92); font-size: .72rem; line-height: 1.5; }
.sm-consent a { color: var(--sm-white); }
.sm-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--sm-white); }
.sm-form button { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; background: var(--sm-navy); color: #fff; cursor: pointer; font: 800 .8rem "Manrope", sans-serif; }
.sm-form button:disabled { opacity: .62; }
.sm-message { margin-top: 14px; font-size: .78rem; font-weight: 700; }
.sm-ok { color: var(--sm-white); }
.sm-error { color: #ffd6dd; }

.sm-social { position: relative; width: 100%; margin: 0; padding: 110px max(48px, calc((100vw - var(--sm-max)) / 2)); background: var(--sm-navy); color: #fff; overflow: hidden; }
.sm-social::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(7,26,43,.96) 0%, rgba(7,26,43,.82) 55%, rgba(7,26,43,.62) 100%); }
.sm-social-bg { opacity: .25; }
.sm-social-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; }
.sm-social nav { border-top: 1px solid rgba(255,255,255,.18); }
.sm-social nav a { min-height: 88px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; text-decoration: none; transition: background-color .35s cubic-bezier(.16,1,.3,1); }
.sm-social nav span { font-weight: 800; }
.sm-social nav b { color: #a9c0cf; font-size: .8rem; font-weight: 600; }
.sm-social nav i { color: var(--sm-blue); font-size: 1.25rem; font-style: normal; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.sm-social nav a > * { transition: transform .35s cubic-bezier(.16,1,.3,1); }
.sm-social nav a:hover { background: rgba(0,158,224,.08); }
.sm-social nav a:hover > * { transform: translateX(14px); }
.sm-social nav a:hover span { color: var(--sm-blue); }
.sm-social nav a:hover i { transform: translate(18px,-4px); }

.sm-about { background: var(--sm-paper); }
.sm-about-hero { min-height: 780px; display: grid; grid-template-columns: minmax(0,1.22fr) minmax(400px,.78fr); background: var(--sm-navy); color: #fff; overflow: hidden; }
.sm-about-hero-copy { padding: 190px max(48px,calc((100vw - var(--sm-max))/2)) 90px; }
.sm-about-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.6rem,6.2vw,6.4rem); line-height: .91; letter-spacing: -.04em; }
.sm-about-hero h1 em, .sm-about-tech h2 em, .sm-about-manifesto h2 em { color: var(--sm-blue); font-family: "Manrope",system-ui,sans-serif; font-style: normal; font-weight: 800; }
.sm-about-deck { max-width: 720px; margin: 42px 0 0; color: #c6d4de; font-size: clamp(1.08rem,1.5vw,1.28rem); line-height: 1.7; }
.sm-about-method { margin: 48px 0 0; color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sm-about-method span { margin: 0 12px; color: var(--sm-blue); }
.sm-about-portrait { min-height: 780px; display: grid; place-items: center; margin: 0; background: var(--sm-blue); overflow: hidden; }
.sm-about-portrait img { width: 100%; height: auto; aspect-ratio: 1; display: block; object-fit: cover; }
.sm-about-story { width: min(calc(100% - 64px),var(--sm-max)); margin: 0 auto; padding: 128px 0 40px; }
.sm-about-block { display: grid; grid-template-columns: .42fr 1.58fr; gap: 7vw; padding: 54px 0 82px; border-top: 1px solid var(--sm-line); }
.sm-about-kicker { margin: 5px 0 0; color: var(--sm-blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sm-about-block > div > h2 { max-width: 800px; margin: 0 0 34px; font-size: clamp(2.5rem,4.5vw,4.7rem); line-height: .98; letter-spacing: -.04em; }
.sm-about-block > div > p { max-width: 72ch; margin: 0; color: var(--sm-muted); font-size: clamp(1.02rem,1.25vw,1.16rem); line-height: 1.82; }
.sm-about-tech { width: 100%; grid-template-columns: .42fr 1.58fr; gap: 7vw; padding: 118px max(32px,calc((100vw - var(--sm-max))/2)); border-top: 0; background: var(--sm-blue-dark); color: var(--sm-white); }
.sm-about-tech .sm-about-kicker { color: rgba(255,255,255,.85); }
.sm-about-tech h2 { max-width: 900px; }
.sm-about-tech h2 em { color: #fff; }
.sm-about-tech > div > p { color: rgba(255,255,255,.92); }
.sm-about-story-final { padding-top: 126px; padding-bottom: 126px; }
.sm-about-manifesto { grid-template-columns: 1fr; gap: 0; margin-top: 26px; padding: 80px; border-top: 0; background: var(--sm-navy); color: #fff; }
.sm-about-manifesto > p { max-width: 850px; margin: 0; color: #b9cad5; font-size: clamp(1.08rem,1.45vw,1.25rem); line-height: 1.78; }
.sm-about-manifesto h2 { max-width: 980px; margin: 58px 0 0; font-size: clamp(3rem,5.7vw,5.8rem); line-height: .94; letter-spacing: -.04em; }
.sm-button-dark { border: 1px solid #536b7c; color: #fff; }
.sm-button-dark:hover { border-color: var(--sm-blue); }
.motion-ready .sm-about-block > * { opacity: 0; transform: translate3d(0,24px,0); transition: opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1); }
.motion-ready .sm-about-block.is-in-view > * { opacity: 1; transform: translate3d(0,0,0); }
.motion-ready .sm-about-block.is-in-view > *:nth-child(2) { transition-delay: 90ms; }

.sm-footer { padding: 100px max(32px, calc((100vw - var(--sm-max)) / 2)) 30px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; background: var(--sm-navy); color: #fff; }
.sm-footer h2 { max-width: 750px; }
.sm-mail { display: inline-flex; gap: 20px; margin-top: 38px; color: var(--sm-blue); font-weight: 800; text-decoration: none; }
.sm-footer-links { padding-top: 44px; }
.sm-footer-links > p { color: #708a9d; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.sm-footer-links nav { display: flex; flex-direction: column; margin-top: 25px; }
.sm-footer-links nav a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid #2d4659; text-decoration: none; font-weight: 700; }
.sm-footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 42px; border-top: 1px solid #2d4659; color: #71899a; font-size: .7rem; }
.sm-footer-bottom p { margin: 0; }
.sm-footer-bottom a { text-decoration: none; }

.sm-legal { max-width: 860px; padding: 190px 0 120px; }
.sm-legal h1 { margin: 0 0 80px; font-size: clamp(3.5rem, 8vw, 6.6rem); line-height: .9; letter-spacing: -.07em; }
.sm-legal h2 { margin: 40px 0 12px; font-size: 1.2rem; }
.sm-legal p { color: var(--sm-muted); line-height: 1.7; }
.sm-legal a { color: var(--sm-blue-dark); }

@media (max-width: 900px) {
    .sm-header { width: min(calc(100% - 36px), var(--sm-max)); min-height: 78px; }
    .sm-header nav a:not(:last-child) { display: none; }
    .sm-account { margin-left: 8px; }
    .sm-account-back { display: none; }
    .sm-main { margin-top: -78px; }
    .sm-hero { position: relative; grid-template-columns: 1fr; min-height: 86vh; }
    .sm-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 86vh; padding: 120px 22px 54px; }
    .sm-hero h1 { font-size: clamp(2.9rem, 12vw, 5rem); }
    .sm-lead { text-shadow: 0 1px 14px rgba(7,26,43,.6); }
    .sm-portrait-wrap { position: absolute; inset: 0; z-index: 0; min-height: 0; background: var(--sm-navy); }
    .sm-portrait-wrap::before { z-index: 1; background: linear-gradient(180deg, rgba(7,26,43,.86) 0%, rgba(7,26,43,.55) 42%, rgba(7,26,43,.92) 100%); }
    .sm-portrait { height: 100%; aspect-ratio: auto; object-position: 68% top; opacity: .6; filter: saturate(.75) contrast(1.02); }
    .sm-portrait-rule { display: none; }
    .sm-bio, .sm-mission, .sm-legal, .sm-articles, .sm-bio-strip, .sm-articles-page { width: calc(100% - 44px); }
    .sm-bio { grid-template-columns: 1fr; gap: 54px; padding: 90px 0; }
    .sm-section-heading, .sm-social-inner { grid-template-columns: 1fr; gap: 28px; }
    .sm-mission { padding: 90px 0; }
    .sm-mission-grid { grid-template-columns: 1fr; }
    .sm-mission-grid article, .sm-mission-grid article + article { min-height: auto; padding: 28px 0 38px; border-right: 0; border-bottom: 1px solid var(--sm-line); }
    .sm-mission-grid h3 { margin-top: 28px; }
    .sm-cinema { min-height: auto; gap: 40px; padding: 76px 22px 56px; }
    .sm-video-strip { grid-template-columns: 1fr; }
    .sm-video-card { grid-template-columns: 118px 1fr; }
    .sm-articles { padding: 84px 0; }
    .sm-articles-grid { grid-template-columns: 1fr; gap: 40px; }
    .sm-bio-strip { grid-template-columns: 1fr; gap: 26px; padding: 66px 0; }
    .sm-bio-strip .sm-bio-link { justify-self: start; }
    .sm-articles-page { padding: 130px 0 90px; }
    .sm-letter { grid-template-columns: 1fr; }
    .sm-letter-copy, .sm-form { padding: 76px 22px; }
    .sm-letter-copy { padding-right: 22px; }
    .sm-social { padding: 76px 22px; }
    .sm-about-hero { grid-template-columns: 1fr; }
    .sm-about-hero-copy { padding: 150px 22px 82px; }
    .sm-about-portrait { min-height: 0; aspect-ratio: 1; }
    .sm-about-story { width: calc(100% - 44px); padding-top: 90px; }
    .sm-about-block, .sm-about-tech { grid-template-columns: 1fr; gap: 42px; }
    .sm-about-tech { padding: 86px 22px; }
    .sm-about-story-final { padding-top: 90px; padding-bottom: 90px; }
    .sm-about-manifesto { padding: 52px 30px; }
    .sm-footer { grid-template-columns: 1fr; gap: 45px; padding-top: 78px; }
    .sm-footer-links { padding-top: 0; }
}

@media (max-width: 520px) {
    .sm-brand::before { width: 22px; }
    .sm-brand { gap: 9px; font-size: .84rem; }
    .sm-brand-photo { width: 30px; height: 30px; flex-basis: 30px; }
    .sm-header nav a:last-child { padding: 9px 12px; }
    .sm-hero-copy { padding-top: 128px; }
    .sm-lead { font-size: 1rem; }
    .sm-actions { flex-direction: column; }
    .sm-button { width: 100%; }
    .sm-portrait-wrap { min-height: 0; }
    .sm-cinema h2 { font-size: 2.3rem; }
    .sm-cinema-stat { flex-direction: column; gap: 10px; }
    .sm-cinema-stat strong { font-size: 3.4rem; }
    .sm-video-card { grid-template-columns: 104px 1fr; }
    .sm-social nav a { grid-template-columns: 95px 1fr auto; }
    .sm-social nav b { font-size: .72rem; }
    .sm-footer-bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .motion-ready .sm-video-card, .motion-ready .sm-bio-copy > p, .motion-ready .sm-about-block > *, .motion-ready .sm-cinema-inner > *, .motion-ready .sm-article-featured, .motion-ready .sm-article-row { transform: none; opacity: 1; clip-path: none; }
    .motion-ready .sm-cinema-bg, .motion-ready .sm-social-bg { animation: none; }
}

/* ===== v23.4 — système intérieur mesuré ===== */
.is-inner .sm-header {
    position: sticky;
    top: 0;
    z-index: 70;
    width: 100%;
    min-height: 76px;
    padding: 0 max(32px, calc((100vw - var(--sm-max)) / 2));
    border-bottom: 1px solid rgba(255,255,255,.16);
    background: rgba(7,26,43,.96);
    box-shadow: 0 12px 30px rgba(0,0,0,.14);
    backdrop-filter: blur(14px);
    color: #fff;
}
.is-inner .sm-header nav a { color: #d9e6ee; }
.is-inner .sm-header nav a:last-child { color: #fff; }
.is-inner .sm-account a:hover { background: rgba(255,255,255,.14); }
.is-inner .sm-main { margin-top: 0; }

.sm-header nav { padding: 0; gap: 3px; background: transparent; }
.sm-header nav a,
.sm-button,
.sm-articles-cats a {
    --mx: 0px;
    --my: 0px;
    --spin: 0deg;
    position: relative;
    isolation: isolate;
    transform: translate3d(var(--mx),var(--my),0) rotate(var(--spin));
    transition: color .22s cubic-bezier(.16,1,.3,1), background-color .22s cubic-bezier(.16,1,.3,1), transform .2s cubic-bezier(.16,1,.3,1), box-shadow .28s cubic-bezier(.16,1,.3,1);
}
.sm-header nav a::before,
.sm-button::before,
.sm-articles-cats a::before {
    position: absolute;
    inset: 3px;
    z-index: -1;
    border: 1px solid rgba(255,255,255,.34);
    clip-path: polygon(0 0,72% 0,72% 2px,100% 2px,100% 100%,28% 100%,28% calc(100% - 2px),0 calc(100% - 2px));
    opacity: 0;
    transform: rotate(-12deg) scale(.8);
    transition: opacity .2s cubic-bezier(.16,1,.3,1), transform .38s cubic-bezier(.16,1,.3,1), clip-path .38s cubic-bezier(.16,1,.3,1);
    content: "";
}
.sm-header nav a::after,
.sm-button::after,
.sm-articles-cats a::after {
    position: absolute;
    inset: 7px;
    z-index: -1;
    border: 2px solid var(--sm-blue);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.4);
    content: "";
}
.sm-header nav a:hover,
.sm-header nav a:focus-visible,
.sm-button:hover,
.sm-button:focus-visible,
.sm-articles-cats a:hover,
.sm-articles-cats a:focus-visible {
    background: var(--sm-blue);
    color: var(--sm-navy);
    transform: translate3d(var(--mx),var(--my),0) rotate(var(--spin)) scale(1.035);
    box-shadow: 0 12px 26px rgba(0,0,0,.2);
}
.sm-header nav a:hover::before,
.sm-header nav a:focus-visible::before,
.sm-button:hover::before,
.sm-button:focus-visible::before,
.sm-articles-cats a:hover::before,
.sm-articles-cats a:focus-visible::before {
    opacity: 1;
    transform: rotate(0) scale(1);
    clip-path: polygon(0 0,100% 0,100% 32%,calc(100% - 2px) 32%,calc(100% - 2px) 100%,0 100%,0 68%,2px 68%,2px 2px);
}
.sm-header nav a.is-fired::after,
.sm-button.is-fired::after,
.sm-articles-cats a.is-fired::after { animation: sm-button-pulse .48s cubic-bezier(.16,1,.3,1); }
@keyframes sm-button-pulse { 0% { opacity:.9; transform:scale(.35); } 65% { opacity:.7; transform:scale(1.35); } 100% { opacity:0; transform:scale(1.7); } }

.sm-about-hero {
    min-height: 0;
    grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr);
    gap: clamp(48px,7vw,100px);
    align-items: center;
    padding: 84px max(32px,calc((100vw - var(--sm-max))/2)) 88px;
    overflow: visible;
}
.sm-about-hero-copy { padding: 0; }
.sm-about-hero h1 {
    max-width: 720px;
    font-size: clamp(3.2rem,5.25vw,5.7rem);
    line-height: .93;
    letter-spacing: -.035em;
}
.sm-about-deck { max-width: 64ch; margin-top: 30px; font-size: clamp(1rem,1.15vw,1.12rem); line-height: 1.68; }
.sm-about-method { margin-top: 34px; }
.sm-about-portrait {
    position: relative;
    width: min(100%,430px);
    min-height: 0;
    aspect-ratio: 4 / 5;
    justify-self: end;
    padding: 12px;
    background: #f8f5ed;
    box-shadow: 15px 22px 42px rgba(0,0,0,.28);
    overflow: visible;
    transform: rotate(1.15deg);
    transition: transform .65s cubic-bezier(.16,1,.3,1), box-shadow .65s cubic-bezier(.16,1,.3,1);
}
.sm-about-portrait::before,
.sm-about-portrait::after {
    position: absolute;
    z-index: 3;
    top: -16px;
    width: 105px;
    height: 36px;
    background: linear-gradient(94deg,rgba(226,211,169,.88),rgba(250,239,199,.78));
    box-shadow: 0 2px 5px rgba(0,0,0,.12);
    clip-path: polygon(3% 8%,98% 0,96% 92%,0 100%);
    content: "";
}
.sm-about-portrait::before { left: 28px; transform: rotate(-8deg); }
.sm-about-portrait::after { right: 25px; transform: rotate(7deg); }
.sm-about-photo { width: 100%; height: 100%; display: block; overflow: hidden; background: var(--sm-blue); }
.sm-about-portrait img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
.sm-about-portrait:hover { transform: translateY(-5px) rotate(.35deg); box-shadow: 18px 28px 52px rgba(0,0,0,.34); }

.sm-about-story { width: min(calc(100% - 64px),1100px); padding: 78px 0 20px; }
.sm-about-block { grid-template-columns: minmax(130px,.3fr) minmax(0,1.7fr); gap: clamp(38px,7vw,92px); padding: 44px 0 64px; }
.sm-about-block > div > h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.25rem,3.7vw,4rem); line-height: 1; letter-spacing: -.035em; }
.sm-about-block > div > p { max-width: 70ch; font-size: clamp(1rem,1.1vw,1.08rem); line-height: 1.75; }
.sm-about-tech { grid-template-columns: minmax(130px,.3fr) minmax(0,1.7fr); gap: clamp(38px,7vw,92px); padding: 78px max(32px,calc((100vw - 1100px)/2)); }
.sm-about-story-final { padding-top: 72px; padding-bottom: 80px; }
.sm-about-manifesto { margin-top: 12px; padding: clamp(38px,6vw,66px); }
.sm-about-manifesto > p { max-width: 70ch; font-size: clamp(1rem,1.15vw,1.1rem); line-height: 1.72; }
.sm-about-manifesto h2 { max-width: 860px; margin-top: 36px; font-size: clamp(2.7rem,4.6vw,4.9rem); line-height: .96; letter-spacing: -.035em; }

.sm-articles-page { padding-top: 82px; padding-bottom: 90px; }
.sm-articles-page-heading { margin-bottom: 48px; }
.sm-articles-page-heading h1 { font-size: clamp(2.8rem,4.8vw,4.8rem); }
.sm-legal { padding-top: 82px; padding-bottom: 90px; }
.sm-legal h1 { margin-bottom: 50px; font-size: clamp(3rem,5.5vw,5.5rem); letter-spacing: -.04em; }
.article-page { margin-top: 82px; margin-bottom: 90px; }
.article-featured-image-monochrome img { filter: grayscale(1) contrast(1.08); }
.article-title { font-size: clamp(2.5rem,5vw,4.5rem); line-height: 1; letter-spacing: -.035em; }
.sm-footer { padding-top: 76px; }

@media (max-width: 900px) {
    .is-inner .sm-header { min-height: 72px; padding: 0 18px; }
    .is-inner .sm-main { margin-top: 0; }
    .sm-about-hero { grid-template-columns: 1fr; padding: 62px 22px 70px; }
    .sm-about-hero h1 { font-size: clamp(3rem,10vw,4.8rem); }
    .sm-about-portrait { width: min(82vw,420px); justify-self: center; }
    .sm-about-story { width: calc(100% - 44px); padding-top: 64px; }
    .sm-about-block,.sm-about-tech { grid-template-columns: 1fr; gap: 24px; }
    .sm-about-tech { padding: 68px 22px; }
    .sm-about-story-final { padding-top: 58px; padding-bottom: 68px; }
    .sm-about-manifesto { padding: 40px 26px; }
    .sm-articles-page { padding-top: 68px; }
    .sm-legal { padding-top: 68px; }
}

@media (max-width: 520px) {
    .sm-about-hero { gap: 50px; padding-top: 50px; }
    .sm-about-hero h1 { font-size: clamp(2.8rem,13.4vw,4rem); }
    .sm-about-deck { margin-top: 24px; }
    .sm-about-method { display: flex; flex-wrap: wrap; gap: 7px 10px; margin-top: 28px; line-height: 1.6; }
    .sm-about-method span { margin: 0; }
    .sm-about-portrait { width: min(88vw,360px); padding: 9px; }
    .sm-about-portrait::before,.sm-about-portrait::after { width: 84px; height: 30px; top: -13px; }
    .sm-about-block > div > h2 { font-size: clamp(2.1rem,10.5vw,3rem); }
    .sm-about-manifesto h2 { font-size: clamp(2.5rem,11vw,3.4rem); }
}
