:root {
    --ink: #f6f8fb;
    --muted: #b8c2d0;
    --blue: #2879f5;
    --night: #07121d;
    --line: rgba(189, 208, 233, .24)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--night);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5
}

a {
    color: inherit;
    text-decoration: none
}

.skip-link {
    position: fixed;
    z-index: 5;
    top: .75rem;
    left: .75rem;
    transform: translateY(-200%);
    padding: .75rem 1rem;
    color: #06111c;
    background: #fff;
    border-radius: .4rem
}

.skip-link:focus {
    transform: translateY(0)
}

.site-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1500px;
    padding: 1.4rem 3.5rem;
    margin: auto
}

.brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-right: auto
}

.brand-mark img{
    display: block;
    width: 90px;
    height: auto;
    margin-top: .7rem;
}


.brand-copy {
    display: grid;
    line-height: 1.2;
    white-space: nowrap
}

.brand-copy strong {
    font-size: 1.08rem
}

.brand-copy small {
    margin-top: .25rem;
    color: var(--muted);
    font-size: .77rem
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    font-size: .9rem;
    font-weight: 600
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: #6ca4ff
}

.site-nav a {
    position: relative;
    padding: .75rem 0;
}

.site-nav a.is-active {
    color: #3985ff;
}

.site-nav a.is-active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    background: #2879f5;
    border-radius: 999px;
}

.site-nav a[href*="linkedin.com"],
.site-nav a[href*="github.com"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    color: #aab8c8;
    border: 1px solid transparent;
    border-radius: .42rem;
}

.site-nav a[href*="linkedin.com"] + a[href*="github.com"] {
    margin-left: -2rem;
}

.site-nav a[href*="linkedin.com"] svg,
.site-nav a[href*="github.com"] svg {
    display: block;
    width: 3rem;
    height: 3rem;
    fill: currentColor;
}

.site-nav a[href*="linkedin.com"]:hover,
.site-nav a[href*="linkedin.com"]:focus-visible,
.site-nav a[href*="github.com"]:hover,
.site-nav a[href*="github.com"]:focus-visible {
    color: #5795ff;
    background: rgba(57, 133, 255, .12);
    border-color: rgba(87, 149, 255, .36);
    outline: none;
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: .45rem;
    font-weight: 700;
    transition: background .2s, transform .2s
}

.header-cta {
    padding: .75rem 1.1rem;
    background: var(--blue);
    font-size: .88rem;
    white-space: nowrap;
    flex-shrink: 0
}

.header-cta:hover,
.button-primary:hover {
    background: #5395ff;
    transform: translateY(-1px)
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: 4.5rem;
    align-items: center;
    max-width: 1500px;
    padding: 2.2rem 3.5rem 4rem;
    margin: auto;
    min-height: 620px
}

.hero-copy {
    max-width: 620px
}

.eyebrow {
    margin: 0 0 1.25rem;
    color: #3e86ff;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .03em;
    text-transform: uppercase
}

.hero h1 {
    max-width: 600px;
    margin: 0;
    font-size: clamp(2.7rem, 4.3vw, 4.7rem);
    letter-spacing: -.065em;
    line-height: 1.04
}

.hero h1 em {
    display: block;
    color: #3985ff;
    font-style: normal
}

.hero-intro {
    max-width: 580px;
    margin: 1.75rem 0 2.35rem;
    color: #c6cfda;
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.65
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}
.hero > .skills {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    
    gap: 2.2rem;
    padding: .25rem 0 0;
    color: var(--muted);
}

.hero > .skills .skill {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    gap: .6rem;
    min-width: 0;
    font-size: .9rem;
    white-space: nowrap;
}

.hero > .skills .skill img,
.hero > .skills .skill svg {
    display: block;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.hero > .skills .skill svg {
    fill: #91a0b2;
}
.button {
    padding: .5rem 1rem
}

.button-primary {
    background: var(--blue)
}

.button-secondary {
    border: 1px solid #657487
}

.button-secondary:hover {
    border-color: #a9b5c3;
    background: rgba(255, 255, 255, .06)
}

.featured-project {
    position: relative;
    min-height: 525px;
    overflow: hidden;
    border-radius: .85rem;
    background: #102130
}

.featured-project>img,
.featured-project>video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    filter: brightness(.75) saturate(.82)
}

.featured-project::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(2, 12, 19, .5))
}

.project-panel {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    bottom: 1.5rem;
    width: min(365px, calc(100% - 3rem));
    padding: 1.55rem;
    background: rgba(5, 18, 29, .88);
    border: 1px solid rgba(173, 204, 237, .12);
    border-radius: .8rem;
    backdrop-filter: blur(12px)
}

.project-panel p:first-child {
    margin: 0;
    color: #438aff;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 800
}

.project-panel h2 {
    margin: .65rem 0 .35rem;
    font-size: 1.55rem
}

.project-description {
    margin: .3rem 0 1.15rem;
    color: #e0e6ed;
    font-size: .92rem
}

.project-panel a,
section.skills a {
    color: #5795ff;
    font-weight: 650;
    font-size: .9rem
}

section.skills {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
    padding: 2.8rem 3.5rem 3.4rem;
    color: #101720;
    background: #fbfbfc
}

section.skills article {
    min-width: 0
}

.skill-icon {
    display: flex;
    align-items: center;
    height: 2.7rem;
    color: #1262e8;
    line-height: 1
}

.skill-icon svg {
    display: block;
    width: 2.35rem;
    height: 2.35rem;
    fill: currentColor;
    transition: color .2s, transform .2s
}

section.skills article:hover .skill-icon {
    color: #0b4ec4
}

section.skills article:hover .skill-icon svg {
    transform: translateY(-2px)
}

section.skills h2 {
    margin: 1.1rem 0 .6rem;
    font-size: 1rem;
    letter-spacing: -.03em
}

section.skills p {
    min-height: 4.1rem;
    margin: 0 0 .7rem;
    color: #3c4652;
    font-size: .87rem;
    line-height: 1.55
}

.content-section {
    max-width: 850px;
    padding: 6rem 3.5rem;
    margin: auto
}

.content-section h2 {
    margin: .4rem 0 1rem;
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: -.05em;
    line-height: 1.1
}

.content-section>p:last-child {
    color: var(--muted);
    font-size: 1.05rem
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 3.5rem;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .86rem
}

.site-footer p {
    margin: 0
}

.site-footer a {
    color: #77a9ff
}

.footer-links{display:flex;gap:1.5rem}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap
}

@media(max-width:1050px) {
    .site-header {
        padding: 1.25rem 1.5rem
    }

    .site-nav {
        gap: 1.25rem
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 3rem 1.5rem
    }

    .featured-project {
        min-height: 440px
    }

    section.skills {
        grid-template-columns: repeat(3, 1fr);
        padding: 2.5rem 1.5rem
    }
}

@media(max-width:700px) {
    .site-header {
        flex-wrap: wrap;
        gap: 1rem
    }

    .site-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: .35rem .9rem;
        overflow: visible;
        padding-top: .5rem
    }

    .site-nav a {
        flex: 0 0 auto;
        white-space: nowrap
    }

    .site-nav a[href*="linkedin.com"] + a[href*="github.com"] {
        margin-left: 0;
    }

    .header-cta {
        padding: .6rem .8rem
    }

    .brand-copy small {
        display: none
    }

    .hero {
        padding-top: 2.4rem;
        min-height: 0
    }

    .hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.35rem)
    }

    .featured-project {
        min-height: 370px
    }

    .project-panel {
        right: 1rem;
        bottom: 1rem;
        width: calc(100% - 2rem)
    }

    .hero > .skills {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    section.skills {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.25rem 1.5rem
    }

    section.skills p {
        min-height: 0
    }

    .content-section {
        padding: 4rem 1.5rem
    }

    .site-footer {
        display: block;
        padding: 1.5rem
    }

    .site-footer a {
        display: block;
        margin-top: .4rem
    }
}

@media(max-width:390px) {
    .header-cta {
        display: none
    }

    section.skills {
        grid-template-columns: 1fr
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        transition: none !important
    }
}

.project-page{max-width:1370px;margin:auto;padding:2rem 3.5rem 5rem}.project-back{display:inline-block;margin:0 0 1.75rem;color:#5795ff;font-size:.9rem;font-weight:650}.project-overview{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:4.5rem;align-items:center}.project-intro{max-width:510px}.project-intro h1{margin:0;font-size:clamp(3rem,5vw,4.6rem);letter-spacing:-.06em;line-height:1}.project-lead{max-width:420px;margin:.55rem 0 1.15rem;font-size:1.15rem;line-height:1.45}.project-intro>p:not(.eyebrow):not(.project-lead){color:#c3ceda;line-height:1.65}.project-tags,.tech-labels{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:1.25rem 0;list-style:none}.project-tags li,.tech-labels span{padding:.32rem .6rem;border:1px solid rgba(73,138,248,.48);border-radius:.5rem;color:#e6eef9;font-size:.78rem}.project-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.2rem;margin-top:2rem}.text-action{color:#5795ff;font-size:.9rem;font-weight:650}.project-media video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:.85rem;background:#102130}.project-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:.8rem}.project-thumbnails img{width:100%;height:78px;object-fit:cover;border:1px solid rgba(148,176,211,.22);border-radius:.5rem}.project-thumbnails img:first-child{border-color:#2879f5}.project-details{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:2.3rem}.project-card{min-height:225px;padding:1.35rem;background:linear-gradient(145deg,rgba(18,35,52,.88),rgba(9,21,33,.9));border:1px solid rgba(144,176,211,.08);border-radius:.55rem}.project-card h2{margin:0 0 .7rem;font-size:1rem}.project-card p,.project-card li,.project-card dd,.project-card dt{color:#c2ceda;font-size:.87rem;line-height:1.65}.project-card p{margin:.35rem 0 1rem}.project-card h2:not(:first-child){margin-top:1.6rem}.check-list,.bullet-list{padding-left:1.15rem;margin:.8rem 0}.check-list li::marker{color:#3985ff}.project-info dl{display:grid;grid-template-columns:90px 1fr;gap:.35rem .8rem;margin:0}.project-info dt,.project-info dd{margin:0}.status{display:inline-block;padding:.12rem .45rem;color:#73efbd;background:rgba(12,126,82,.28);border-radius:.4rem;font-size:.75rem}.project-card .tech-labels{gap:.4rem;margin:.7rem 0}.project-card .tech-labels span{border:0;background:#102842;font-size:.73rem}
@media(max-width:1050px){.project-page{padding:2rem 1.5rem 4rem}.project-overview{grid-template-columns:1fr;gap:2.5rem}.project-intro{max-width:680px}.project-details{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.project-overview{gap:2rem}.project-thumbnails{grid-template-columns:repeat(2,1fr)}.project-details{grid-template-columns:1fr}.project-card{min-height:0}.project-actions .button{width:100%;justify-content:center}}

.projects-page{max-width:1370px;margin:auto;padding:2rem 3.5rem 4.5rem}.projects-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);gap:4rem;align-items:end;margin:1rem 0 2rem}.projects-intro h1{margin:0;font-size:clamp(2.55rem,4.3vw,4rem);letter-spacing:-.06em;line-height:1.04}.projects-intro h1 em{color:#3985ff;font-style:normal}.projects-intro>div>p:last-child{max-width:550px;color:#c3ceda;line-height:1.65}.project-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin:0;text-align:center}.project-metrics>div{min-height:115px;padding:0 1.2rem;border-left:1px solid rgba(137,167,200,.14)}.project-metrics dt{color:#3985ff;font-size:2rem;line-height:1.15}.project-metrics dd{display:flex;flex-direction:column;margin:.55rem 0 0;color:#c3ceda;font-size:.8rem}.project-metrics strong{color:#f6f8fb;font-size:1.1rem}.project-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin:0 0 1.4rem}.project-filters button{padding:.55rem .95rem;color:#dce5f0;background:transparent;border:1px solid rgba(95,137,186,.38);border-radius:.48rem;font:inherit;font-size:.82rem;cursor:pointer}.project-filters button:hover,.project-filters .is-active{color:#fff;background:#2879f5;border-color:#2879f5}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.project-tile{display:flex;flex-direction:column;min-width:0;overflow:hidden;color:#f6f8fb;background:linear-gradient(145deg,#0d2236,#091723);border:1px solid rgba(124,161,202,.18);border-radius:.65rem}.project-tile.featured{border-color:rgba(50,123,250,.46)}a.project-tile{transition:transform .2s,border-color .2s}a.project-tile:hover{border-color:#3985ff;transform:translateY(-2px)}.tile-media{position:relative;height:152px;overflow:hidden;background:#102130}.tile-media img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(.78) saturate(.85)}.tile-media span{position:absolute;top:.7rem;left:.7rem;padding:.3rem .5rem;color:#fff;background:#2879f5;border-radius:.35rem;font-size:.7rem;font-weight:800;text-transform:uppercase}.tile-content{padding:1rem}.tile-category{margin:0 0 .4rem;font-size:.72rem;font-weight:700}.tile-category.three-d{color:#51a3ff}.tile-category.iot{color:#3fd385}.tile-category.web{color:#54a6ff}.tile-category.photo{color:#b27cff}.tile-category.linux{color:#f2b84c}.tile-content h2{margin:0 0 .4rem;font-size:1.1rem;letter-spacing:-.03em}.tile-content>p:not(.tile-category){min-height:3.85rem;margin:0;color:#c3ceda;font-size:.82rem;line-height:1.5}.tile-content b{display:block;margin-top:.75rem;color:#5795ff;font-size:.82rem}.projects-contact{display:flex;align-items:center;gap:1.1rem;margin-top:1rem;padding:1rem 1.3rem;background:rgba(16,35,55,.78);border:1px solid rgba(124,161,202,.2);border-radius:.6rem}.projects-contact>span{color:#3985ff;font-size:2rem}.projects-contact p{margin:0;color:#c3ceda;font-size:.84rem;line-height:1.45}.projects-contact strong{color:#fff}.projects-contact .button{margin-left:auto;white-space:nowrap}
@media(max-width:1050px){.projects-page{padding:2rem 1.5rem 4rem}.projects-intro{grid-template-columns:1fr;gap:1.5rem}.project-metrics{max-width:650px}.project-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.projects-intro{margin-top:0}.project-metrics>div{padding:0 .45rem}.project-metrics dt{font-size:1.6rem}.project-grid{grid-template-columns:1fr}.tile-media{height:180px}.projects-contact{align-items:flex-start;flex-wrap:wrap}.projects-contact .button{margin-left:0;width:100%;justify-content:center}}

/* Galerie DEEPS : même ratio et traitement visuel que la vidéo de démonstration. */
.project-gallery{margin-top:1.4rem}.gallery-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 0 .65rem}.gallery-heading h2{margin:0;font-size:1rem}.gallery-count{margin:0;color:#91a5ba;font-size:.8rem;font-variant-numeric:tabular-nums}.gallery-frame{position:relative;overflow:hidden;aspect-ratio:16/9;background:#102130;border:1px solid rgba(148,176,211,.22);border-radius:.85rem}.gallery-image{display:block;width:100%;height:100%;object-fit:cover}.gallery-control{position:absolute;top:50%;display:grid;place-items:center;width:2.6rem;height:2.6rem;padding:0;color:#fff;background:rgba(7,18,29,.78);border:1px solid rgba(221,235,250,.42);border-radius:50%;font:inherit;font-size:1.3rem;cursor:pointer;transform:translateY(-50%);transition:background .2s,border-color .2s}.gallery-control:hover,.gallery-control:focus-visible{background:#2879f5;border-color:#2879f5;outline:none}.gallery-previous{left:.85rem}.gallery-next{right:.85rem}.project-gallery .project-thumbnails{display:flex;gap:.6rem;max-width:100%;margin-top:.8rem;padding:0 0 .25rem;overflow-x:auto;scrollbar-color:#3985ff transparent;scrollbar-width:thin}.gallery-thumbnail{flex:0 0 104px;padding:0;overflow:hidden;background:#102130;border:1px solid rgba(148,176,211,.22);border-radius:.5rem;cursor:pointer}.gallery-thumbnail:hover,.gallery-thumbnail:focus-visible,.gallery-thumbnail.is-active{border-color:#3985ff;outline:none}.gallery-thumbnail img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9;object-fit:cover;border:0!important;border-radius:0!important}@media(max-width:650px){.gallery-thumbnail{flex-basis:88px}.gallery-control{width:2.3rem;height:2.3rem}.gallery-previous{left:.55rem}.gallery-next{right:.55rem}}

/* Le même cadre sert à la vidéo et aux captures : les vignettes ne changent que son contenu. */
.project-media{min-width:0}.project-stage{overflow:hidden;aspect-ratio:16/9;background:#102130;border-radius:.85rem}.project-stage-video,.project-stage-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.project-stage-video[hidden],.project-stage-image[hidden]{display:none!important}.project-media .project-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.project-thumbnail{position:relative;min-width:0;padding:0;overflow:hidden;background:#102130;border:1px solid rgba(148,176,211,.22);border-radius:.5rem;cursor:pointer}.project-thumbnail:hover,.project-thumbnail:focus-visible,.project-thumbnail.is-active{border-color:#2879f5;outline:none}.project-thumbnail img{display:block;width:100%;height:78px;object-fit:cover;border:0;border-radius:0}.project-thumbnail-video span{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:1.9rem;height:1.9rem;padding-left:.1rem;color:#fff;background:rgba(7,18,29,.8);border:1px solid rgba(221,235,250,.5);border-radius:50%;font-size:.7rem;transform:translate(-50%,-50%)}

.project-metrics dt svg{display:block;width:1em;height:1em;margin:0 auto;fill:currentColor}
.domain-card h3 span svg{display:block;width:1em;height:1em;fill:currentColor}
.skills-metrics dt{display:grid;place-items:center;height:2rem;color:#3985ff;font-size:1.8rem;line-height:1}.skills-metrics dt i{line-height:1}
.domain-card h3>span{display:grid;flex:0 0 1.5rem;place-items:center;width:1.5rem;height:1.5rem;line-height:1}.domain-card h3>span i{display:block;width:1em;height:1em;background:transparent;border-radius:0;line-height:1}.domain-card h3>span i::after{display:none;content:none}
.tool-list span{display:flex;align-items:center;justify-content:center;gap:.4rem}.tool-list span::before{display:none}.tool-list span i{color:#3985ff;font-size:1rem;line-height:1}
.domain-card li{display:block!important;grid-template-columns:none!important;text-align:center}.domain-card li span{display:block}

.skills-page{max-width:1370px;margin:auto;padding:2rem 3.5rem 4.5rem}.skills-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,1.05fr);gap:4rem;align-items:center;margin:1rem 0 2rem}.skills-intro h1{max-width:630px;margin:0;font-size:clamp(2.5rem,4.2vw,3.9rem);letter-spacing:-.06em;line-height:1.05}.skills-intro h1 em{color:#3985ff;font-style:normal}.skills-intro>div>p:last-child{max-width:630px;color:#c3ceda;line-height:1.65}.skills-metrics{display:grid;grid-template-columns:repeat(4,1fr);padding:1.2rem 0;margin:0;background:rgba(14,32,50,.62);border:1px solid rgba(124,161,202,.14);border-radius:.65rem;text-align:center}.skills-metrics>div{padding:0 .8rem;border-left:1px solid rgba(137,167,200,.14)}.skills-metrics>div:first-child{border:0}.skills-metrics dt,.soft-skills>article>span{color:#3985ff;font-size:1.8rem}.skills-metrics dd{display:flex;flex-direction:column;margin:.45rem 0 0;color:#c3ceda;font-size:.73rem}.skills-metrics strong{color:#fff;font-size:1.25rem}.section-title{margin:1.8rem 0 .75rem;font-size:.95rem}.skill-domains{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}.domain-card,.soft-skills article{padding:1rem;background:linear-gradient(145deg,rgba(18,35,52,.88),rgba(9,21,33,.9));border:1px solid rgba(144,176,211,.1);border-radius:.55rem}.domain-card h3{display:flex;align-items:center;gap:.6rem;margin:0;font-size:.88rem}.domain-card h3 span{color:#3985ff;font-size:1.5rem}.domain-card>p{min-height:3.6rem;margin:.65rem 0;color:#c3ceda;font-size:.76rem;line-height:1.45}.domain-card ul{display:grid;gap:.48rem;padding:0;margin:0;list-style:none}.domain-card li{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:.5rem;align-items:center;color:#e6edf6;font-size:.7rem}.domain-card i{display:block;height:4px;background:#26394d;border-radius:999px}.domain-card i::after{display:block;width:var(--level);height:100%;content:"";background:#2879f5;border-radius:inherit}.soft-skills{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}.soft-skills article{text-align:center}.soft-skills h3{margin:.4rem 0;font-size:.82rem}.soft-skills p{margin:0;color:#c3ceda;font-size:.72rem;line-height:1.45}.tool-list{display:grid;grid-template-columns:repeat(10,1fr);gap:.55rem}.tool-list span{padding:.65rem .45rem;color:#e4ebf4;background:rgba(18,35,52,.8);border:1px solid rgba(124,161,202,.14);border-radius:.42rem;font-size:.72rem;font-weight:650;text-align:center;white-space:nowrap}.tool-list span::before{margin-right:.35rem;color:#3985ff;content:"◆";font-size:.55rem}
@media(max-width:1150px){.skills-page{padding:2rem 1.5rem 4rem}.skills-intro{grid-template-columns:1fr;gap:1.5rem}.skill-domains{grid-template-columns:repeat(3,1fr)}.soft-skills{grid-template-columns:repeat(3,1fr)}.tool-list{grid-template-columns:repeat(6,1fr)}}@media(max-width:650px){.skills-intro{margin-top:0}.skills-metrics{grid-template-columns:repeat(2,1fr);gap:1rem}.skills-metrics>div:nth-child(3){border-left:0}.skill-domains,.soft-skills{grid-template-columns:1fr}.domain-card>p{min-height:0}.tool-list{grid-template-columns:repeat(2,1fr)}.tool-list span{white-space:normal}}

.experience-page{max-width:1400px;margin:auto;padding:2rem 3.5rem 4.5rem}.experience-intro{display:grid;grid-template-columns:1fr minmax(380px,.8fr);gap:4rem;align-items:center;margin:1rem 0 1.7rem}.experience-intro h1{max-width:550px;margin:0;font-size:clamp(2.45rem,4vw,3.7rem);letter-spacing:-.06em;line-height:1.05}.experience-intro h1 em{color:#3985ff;font-style:normal}.experience-intro>p{max-width:470px;color:#c3ceda;line-height:1.65}.experience-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.2rem}.experience-filters button{padding:.55rem .95rem;color:#e4ebf4;background:transparent;border:1px solid rgba(95,137,186,.38);border-radius:.48rem;font:inherit;font-size:.8rem;cursor:pointer}.experience-filters button:hover,.experience-filters .is-active{color:#fff;background:#2879f5;border-color:#2879f5}.experience-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem}.timeline{position:relative}.timeline::before{position:absolute;top:20px;bottom:48px;left:13px;width:1px;content:"";background:rgba(52,122,230,.4)}.timeline-item{position:relative;display:grid;grid-template-columns:160px minmax(0,1fr) 205px;margin-bottom:.45rem;background:linear-gradient(145deg,rgba(18,35,52,.88),rgba(9,21,33,.9));border:1px solid rgba(144,176,211,.1);border-radius:.55rem}.timeline-item::before{position:absolute;top:20px;left:8px;width:9px;height:9px;content:"";background:#07121d;border:2px solid #2879f5;border-radius:50%}.timeline-date{padding:1rem 1rem 1rem 2.2rem;border-right:1px solid rgba(144,176,211,.1);font-size:.75rem}.timeline-date strong{display:block;color:#3985ff}.timeline-date span{display:block;margin-top:.2rem;color:#c3ceda}.timeline-date em{display:inline-block;margin-top:.75rem;padding:.18rem .42rem;color:#73efbd;background:rgba(12,126,82,.28);border-radius:.4rem;font-size:.68rem;font-style:normal}.timeline-content{padding:1rem 1.25rem}.timeline-content h2{margin:0;font-size:.95rem}.timeline-content p{margin:.45rem 0 .65rem;color:#c3ceda;font-size:.78rem;line-height:1.5}.role-tags{display:flex;flex-wrap:wrap;gap:.35rem}.role-tags span{padding:.2rem .45rem;background:#102842;border-radius:.35rem;color:#e8eff8;font-size:.65rem}.timeline-place{display:flex;align-items:flex-start;gap:.45rem;padding:1.35rem 1rem;color:#fff;font-size:.9rem}.timeline-place span{font-size:.8rem}.timeline-place small{display:block;margin-top:.1rem;color:#c3ceda;font-size:.65rem}.older-experience{text-align:center;color:#c3ceda;font-size:.75rem}.experience-aside{display:grid;align-content:start;gap:.65rem}.experience-aside section{padding:1rem;background:linear-gradient(145deg,rgba(18,35,52,.88),rgba(9,21,33,.9));border:1px solid rgba(144,176,211,.1);border-radius:.55rem}.experience-aside h2{margin:0 0 1rem;color:#3985ff;font-size:.9rem}.career-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.career-metrics div{display:flex;flex-direction:column;justify-content:center;min-height:105px;padding:.6rem;text-align:center;border:1px solid rgba(144,176,211,.12);border-radius:.45rem}.career-metrics strong{font-size:1.25rem}.career-metrics span{margin-top:.35rem;color:#c3ceda;font-size:.68rem}.tick-list,.intervention-list{display:grid;gap:.55rem;padding:0;margin:0;list-style:none;color:#dbe5ef;font-size:.77rem}.tick-list li::before{margin-right:.5rem;color:#3985ff;content:"✓"}.intervention-list li::before{margin-right:.5rem;color:#3985ff;content:"◇"}.approach{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:1rem;align-items:center;margin-top:2rem;padding:1.2rem;background:rgba(16,35,55,.78);border:1px solid rgba(124,161,202,.2);border-radius:.6rem}.approach>div{padding-right:1rem}.approach h2{margin:0 0 .35rem;color:#3985ff;font-size:.9rem}.approach p{margin:0;color:#c3ceda;font-size:.72rem;line-height:1.5}.approach article{padding-left:1rem;border-left:1px solid rgba(144,176,211,.13)}.approach article span{color:#3985ff;font-size:1.5rem}.approach h3{margin:.25rem 0;font-size:.8rem}
@media(max-width:1050px){.experience-page{padding:2rem 1.5rem 4rem}.experience-intro{grid-template-columns:1fr;gap:1rem}.experience-layout{grid-template-columns:1fr}.experience-aside{grid-template-columns:repeat(3,1fr)}.approach{grid-template-columns:repeat(3,1fr)}.approach>div{grid-column:1/-1}}@media(max-width:700px){.experience-intro{margin-top:0}.timeline-item{grid-template-columns:1fr}.timeline-date{padding:1rem 1rem 0 2rem;border:0}.timeline-content{padding:1rem}.timeline-place{padding:0 1rem 1rem}.experience-aside{grid-template-columns:1fr}.approach{grid-template-columns:1fr}.approach article{padding:0;border:0}.experience-filters{flex-wrap:nowrap;overflow:auto}.experience-filters button{white-space:nowrap}}

.about-page{max-width:1400px;margin:auto;padding:2rem 3.5rem 4rem}.about-hero{display:grid;grid-template-columns:minmax(0,1fr) 310px minmax(360px,1.1fr);gap:2.7rem;align-items:center}.about-intro h1{margin:0;font-size:clamp(2.6rem,4.2vw,4rem);letter-spacing:-.065em;line-height:1.04}.about-intro h1 em{display:block;color:#3985ff;font-style:normal}.about-intro>p:not(.eyebrow){max-width:450px;color:#c3ceda;line-height:1.7}.about-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.portrait-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:3/4;overflow:hidden;color:#d9e6f6;background:radial-gradient(circle at 50% 35%,#263b51 0, #101d2a 35%,#07121d 70%);border:1px solid rgba(144,176,211,.25);border-radius:.65rem}.portrait-placeholder span{font-size:5rem;font-weight:800;letter-spacing:-.15em}.portrait-placeholder small{margin-top:1rem;color:#8ba0b6;font-size:.75rem}.about-highlights{display:grid;gap:0}.about-highlights article{padding:1rem 0 1rem 2.9rem;border-bottom:1px solid rgba(144,176,211,.13);position:relative}.about-highlights article:last-child{border:0}.about-highlights span{position:absolute;top:1rem;left:0;color:#3985ff;font-size:1.7rem}.about-highlights h2{margin:0;font-size:.9rem}.about-highlights p{margin:.4rem 0 0;color:#c3ceda;font-size:.75rem;line-height:1.55}.about-cards{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;gap:.85rem;margin-top:2rem}.about-cards>article{padding:1.2rem;background:linear-gradient(145deg,rgba(18,35,52,.88),rgba(9,21,33,.9));border:1px solid rgba(144,176,211,.1);border-radius:.55rem}.about-cards h2,.about-cards h3{margin:0 0 .9rem;color:#3985ff;font-size:.95rem}.about-cards h3{margin-top:1.5rem}.about-timeline{display:grid;gap:1rem;padding:0 0 0 1.4rem;margin:0;list-style:none;border-left:1px solid #2879f5}.about-timeline li{position:relative;color:#fff;font-size:.78rem}.about-timeline li::before{position:absolute;top:.3rem;left:-1.7rem;width:.48rem;height:.48rem;content:"";background:#3985ff;border-radius:50%}.about-timeline span{display:block;margin-top:.25rem;color:#c3ceda;font-size:.7rem;line-height:1.5}.hobbies{display:flex;justify-content:space-between;gap:.4rem}.hobbies span{display:flex;flex-direction:column;align-items:center;color:#b9c6d4;font-size:1.55rem}.hobbies small{margin-top:.3rem;font-size:.63rem}.values{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.values div{position:relative;padding-left:2rem}.values span{position:absolute;left:0;color:#3985ff;font-size:1.4rem}.values strong{font-size:.78rem}.values p{margin:.2rem 0 0;color:#c3ceda;font-size:.68rem;line-height:1.45}.about-quote{display:grid;grid-template-columns:60px 1fr 250px;gap:1rem;align-items:center;margin:1rem 0 0;padding:1.3rem;background:rgba(16,35,55,.78);border:1px solid rgba(124,161,202,.2);border-radius:.6rem;color:#3985ff;font-size:3rem}.about-quote span{color:#e9eff6;font-size:1rem;line-height:1.6}.about-quote code{padding-left:1rem;color:#abc4e6;border-left:1px solid rgba(144,176,211,.14);font-size:.72rem;line-height:1.45}
@media(max-width:1100px){.about-page{padding:2rem 1.5rem 4rem}.about-hero{grid-template-columns:1fr 280px;gap:2rem}.about-highlights{grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:0 2rem}.about-cards{grid-template-columns:1fr 1fr}.about-cards>article:last-child{grid-column:1/-1}}@media(max-width:650px){.about-page{padding-top:1rem}.about-hero,.about-cards{grid-template-columns:1fr}.portrait-placeholder{max-width:310px}.about-highlights{grid-template-columns:1fr}.about-cards>article:last-child{grid-column:auto}.about-quote{grid-template-columns:1fr;font-size:2rem}.about-quote code{padding:1rem 0 0;border-top:1px solid rgba(144,176,211,.14);border-left:0}.hobbies{flex-wrap:wrap;justify-content:flex-start;gap:1rem}.hobbies span{min-width:45px}}
