/*
Theme front-end stylesheet.
The goal is a clean portfolio system inspired by Fabrica: large rhythm,
quiet typography, reliable cards, and generous spacing on every viewport.
*/

:root {
    --tk-accent: #9058ff;
    --tk-ink: #050505;
    --tk-muted: #666666;
    --tk-soft: #f3f3f3;
    --tk-line: rgba(5, 5, 5, 0.11);
    --tk-white: #ffffff;
    --tk-radius: 32px;
    --tk-radius-sm: 18px;
    --tk-shell: clamp(30px, 4.6vw, 86px);
    --tk-header-h: 96px;
    --tk-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* 0.8.1: final DA polish requested on 2026-08-14. */
:root {
    --tk-shell: clamp(24px, 5vw, 92px);
}

body {
    overflow-x: hidden !important;
}

.site-loader {
    font-size: clamp(44px, 9vw, 150px) !important;
    font-weight: 620 !important;
}

.site-loader span {
    max-width: 86vw !important;
    white-space: nowrap !important;
}

.desktop-menu a:not(.is-active) {
    color: var(--tk-ink) !important;
}

.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.desktop-menu a.is-active,
.menu-links a:hover,
.menu-links a:focus-visible,
.menu-links a.is-active {
    color: var(--tk-accent) !important;
}

.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
    content: none !important;
    display: none !important;
}

.tk-final-page .stage {
    min-height: calc(100svh - var(--tk-header-h)) !important;
    height: calc(100svh - var(--tk-header-h)) !important;
    grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr) !important;
    padding: clamp(34px, 4.4vw, 70px) var(--tk-shell) 0 !important;
    align-items: end !important;
    background:
        radial-gradient(circle at 76% 58%, rgba(144, 88, 255, 0.12), transparent 0 24%, transparent 42%),
        linear-gradient(112deg, #ffffff 0%, #ffffff 55%, #f5f5f5 100%) !important;
}

.tk-final-page .copy {
    max-width: min(650px, 48vw) !important;
    align-self: center !important;
    gap: clamp(20px, 2vw, 30px) !important;
    padding-bottom: clamp(44px, 5vw, 84px) !important;
}

.tk-final-page .kicker {
    align-self: flex-start !important;
    margin-left: 0 !important;
    margin-bottom: clamp(10px, 1.4vw, 24px) !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.tk-final-page .name {
    font-size: clamp(96px, 10.2vw, 170px) !important;
    line-height: 0.82 !important;
    max-width: 7ch !important;
}

.tk-final-page .role {
    font-size: clamp(25px, 2.25vw, 40px) !important;
    line-height: 1.08 !important;
}

.tk-final-page .lead {
    max-width: 620px !important;
    font-size: clamp(24px, 2.14vw, 38px) !important;
    line-height: 1.13 !important;
    font-weight: 570 !important;
}

.tk-final-page .photo-zone {
    width: min(52vw, 800px) !important;
    height: min(88svh, 910px) !important;
    right: clamp(6px, 3.6vw, 78px) !important;
}

.tk-final-page .portrait {
    height: min(var(--tk-hero-portrait-size, 142%), 1040px) !important;
    transform: translate(var(--tk-hero-portrait-x, -8%), var(--tk-hero-portrait-y, 0)) scale(1.09) !important;
}

.tk-final-page .service-list {
    display: none !important;
}

.projects-section .projects-head,
.tk-projects-page .hero {
    grid-template-columns: minmax(110px, 0.18fr) minmax(0, 0.54fr) minmax(260px, 0.28fr) !important;
    gap: clamp(24px, 4.2vw, 80px) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title {
    font-size: clamp(70px, 8.5vw, 144px) !important;
    line-height: 0.88 !important;
    max-width: 100% !important;
    text-align: left !important;
    transform: none !important;
}

.tk-projects-page .hero {
    min-height: auto !important;
    padding: clamp(76px, 9vw, 130px) var(--tk-shell) clamp(50px, 6vw, 86px) !important;
}

.tk-projects-page .tools {
    padding-inline: var(--tk-shell) !important;
}

.project-grid {
    gap: clamp(22px, 2.6vw, 42px) !important;
}

.project-card a {
    aspect-ratio: 1.12 / 1 !important;
    border-radius: clamp(20px, 2.3vw, 36px) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.project-card a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 26px 62px rgba(0, 0, 0, 0.08) !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::after {
    content: none !important;
    display: none !important;
}

.project-media {
    inset: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
}

.project-media img,
.project-media video {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
    background: #ffffff !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview .project-media video {
    background: #030303 !important;
}

.project-top,
.project-card.has-video-preview .project-top {
    inset: clamp(14px, 1.2vw, 20px) auto auto clamp(14px, 1.2vw, 20px) !important;
    max-width: calc(100% - clamp(28px, 2.4vw, 40px)) !important;
    padding: clamp(8px, 0.75vw, 12px) clamp(12px, 1vw, 17px) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(12px) !important;
}

.project-card-title,
.project-top strong {
    font-size: clamp(13px, 0.85vw, 17px) !important;
    font-weight: 640 !important;
    line-height: 1.06 !important;
}

.project-card-category,
.project-meta {
    font-size: clamp(10px, 0.68vw, 12px) !important;
    font-weight: 540 !important;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img,
.project-card-hairly-app-reservation .project-media img,
.project-card-dollies-direction-visuelle .project-media img {
    object-fit: cover !important;
    padding: 0 !important;
}

.services-panel {
    padding: clamp(38px, 4.6vw, 66px) clamp(24px, 4.6vw, 76px) !important;
}

.services-title {
    font-size: clamp(54px, 6.4vw, 108px) !important;
    font-weight: 610 !important;
}

.service-item summary {
    min-height: clamp(74px, 6vw, 108px) !important;
}

.service-heading {
    font-size: clamp(26px, 3vw, 50px) !important;
    font-weight: 560 !important;
    line-height: 1 !important;
}

.service-toggle {
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 30px !important;
    height: 3px !important;
}

.service-content {
    grid-template-columns: minmax(118px, 0.14fr) minmax(0, 0.86fr) !important;
    gap: clamp(20px, 3vw, 46px) !important;
    padding-bottom: clamp(24px, 3.3vw, 46px) !important;
}

.service-media {
    height: clamp(70px, 6.8vw, 112px) !important;
    border-radius: 12px !important;
}

.service-copy p {
    font-size: clamp(18px, 1.42vw, 25px) !important;
    font-weight: 470 !important;
    line-height: 1.25 !important;
}

.project-detail-hero {
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr) !important;
    gap: clamp(28px, 5vw, 88px) !important;
    padding: clamp(72px, 9vw, 126px) var(--tk-shell) clamp(44px, 5.8vw, 78px) !important;
}

.project-detail-hero h1 {
    max-width: min(12ch, 100%) !important;
    font-size: clamp(54px, 7.2vw, 128px) !important;
    line-height: 0.9 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.case-intro {
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr) !important;
    gap: clamp(24px, 5vw, 86px) !important;
}

.case-intro p:last-child {
    max-width: 900px !important;
    font-size: clamp(24px, 2.15vw, 38px) !important;
    font-weight: 520 !important;
}

.project-info div {
    min-height: clamp(54px, 4.6vw, 78px) !important;
    padding: 0 !important;
}

.project-info dd {
    padding-left: 20px !important;
}

.project-hero-image,
.case-gallery,
.case-text-block,
.motion-section,
.fragile-walk-band,
.case-free-content,
.next-projects {
    width: calc(100% - (var(--tk-shell) * 2)) !important;
}

.project-hero-image,
.case-gallery figure,
.motion-frame {
    border-radius: clamp(18px, 2.2vw, 34px) !important;
}

.project-hero-image img,
.case-gallery img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background: #ffffff !important;
}

.contact-hero {
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr) !important;
    padding: clamp(78px, 9vw, 132px) var(--tk-shell) clamp(48px, 6vw, 82px) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
    transform: translateX(clamp(-36px, -2vw, -10px)) !important;
}

.contact-hero .hero-title {
    font-size: clamp(70px, 7.6vw, 132px) !important;
    text-align: left !important;
}

.contact-hero .hero-copy {
    max-width: 980px !important;
    font-size: clamp(23px, 1.9vw, 34px) !important;
    font-weight: 500 !important;
}

.contact-layout {
    gap: clamp(48px, 6vw, 110px) !important;
}

.contact-details,
.contact-panel {
    border-radius: clamp(24px, 2.6vw, 42px) !important;
}

.page-hero.profile-banner {
    min-height: calc(90svh - var(--tk-header-h)) !important;
    grid-template-columns: minmax(0, 0.5fr) minmax(350px, 0.5fr) !important;
    padding: clamp(70px, 8.4vw, 124px) var(--tk-shell) clamp(52px, 6.2vw, 90px) !important;
}

.profile-hero-title h1 {
    font-size: clamp(82px, 9.5vw, 158px) !important;
    font-weight: 650 !important;
}

.profile-hero-photo {
    height: min(68svh, 720px) !important;
    border-radius: clamp(24px, 2.8vw, 42px) !important;
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    font-weight: 560 !important;
}

.footer-main {
    padding: clamp(42px, 4.6vw, 72px) var(--tk-shell) clamp(36px, 4.6vw, 70px) !important;
}

.footer-brand-block {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin-top: clamp(26px, 4vw, 64px) !important;
}

.footer-brand-word {
    font-size: clamp(68px, 11vw, 176px) !important;
    font-weight: 570 !important;
    white-space: nowrap !important;
    text-align: left !important;
}

.footer-brand-sub {
    font-size: clamp(28px, 3.3vw, 54px) !important;
    font-weight: 480 !important;
    white-space: nowrap !important;
    text-align: left !important;
}

@media (max-width: 1180px) and (min-width: 861px) {
    .tk-final-page .stage {
        grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr) !important;
        padding-top: clamp(24px, 3.5vw, 48px) !important;
    }

    .tk-final-page .copy {
        max-width: 54vw !important;
        gap: 18px !important;
    }

    .tk-final-page .name {
        font-size: clamp(82px, 9.7vw, 122px) !important;
    }

    .tk-final-page .lead {
        font-size: clamp(21px, 2.35vw, 29px) !important;
    }

    .tk-final-page .photo-zone {
        width: min(50vw, 610px) !important;
        height: min(79svh, 760px) !important;
        right: clamp(0px, 2vw, 28px) !important;
    }

    .tk-final-page .portrait {
        height: 118% !important;
        transform: translate(-4%, 0) scale(1.05) !important;
    }

    .project-card a {
        aspect-ratio: 1.05 / 1 !important;
    }

    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        transform: none !important;
    }
}

@media (max-width: 860px) {
    .site-loader {
        font-size: clamp(40px, 14vw, 86px) !important;
    }

    .site-header {
        height: 76px !important;
    }

    .tk-final-page .stage {
        min-height: auto !important;
        height: auto !important;
        grid-template-columns: 1fr !important;
        padding: 30px var(--tk-shell) 0 !important;
    }

    .tk-final-page .copy {
        max-width: 100% !important;
        gap: 18px !important;
    }

    .tk-final-page .name {
        font-size: clamp(58px, 18.5vw, 104px) !important;
        max-width: 100% !important;
    }

    .tk-final-page .role {
        font-size: clamp(21px, 5.8vw, 30px) !important;
    }

    .tk-final-page .lead {
        font-size: clamp(19px, 5vw, 26px) !important;
        max-width: 100% !important;
    }

    .tk-final-page .photo-zone {
        position: relative !important;
        right: auto !important;
        width: 100% !important;
        height: clamp(320px, 86vw, 560px) !important;
        margin-top: 8px !important;
    }

    .tk-final-page .portrait {
        left: 50% !important;
        height: 106% !important;
        transform: translateX(-50%) !important;
    }

    .projects-section .projects-head,
    .tk-projects-page .hero,
    .project-detail-hero,
    .case-intro,
    .contact-hero {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .contact-hero .hero-title {
        max-width: 100% !important;
        font-size: clamp(52px, 16vw, 88px) !important;
        line-height: 0.92 !important;
    }

    .tk-projects-page .hero,
    .project-detail-hero,
    .contact-hero {
        padding: 44px var(--tk-shell) 32px !important;
    }

    .case-intro p:last-child,
    .contact-hero .hero-copy {
        font-size: clamp(20px, 5.3vw, 28px) !important;
    }

    .project-info div {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        padding: 14px 0 !important;
    }

    .project-info dd {
        justify-self: start !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    .project-hero-image,
    .case-gallery,
    .case-text-block,
    .motion-section,
    .fragile-walk-band,
    .case-free-content,
    .next-projects {
        width: calc(100% - (var(--tk-shell) * 2)) !important;
    }

    .project-card a {
        aspect-ratio: 1 / 1.08 !important;
        border-radius: 24px !important;
    }

    .project-top,
    .project-card.has-video-preview .project-top {
        inset: 12px 12px auto 12px !important;
        max-width: none !important;
        border-radius: 18px !important;
    }

    .services-title {
        font-size: clamp(48px, 15vw, 80px) !important;
    }

    .service-heading {
        font-size: clamp(25px, 7vw, 38px) !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
    }

    .service-media {
        height: clamp(112px, 36vw, 178px) !important;
    }

    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        transform: none !important;
    }

    .contact-layout {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .contact-details,
    .contact-panel {
        padding: 26px 20px !important;
    }

    .page-hero.profile-banner {
        min-height: auto !important;
        grid-template-columns: 1fr !important;
        grid-template-areas: "title" "photo" "copy" !important;
        gap: 22px !important;
        padding: 42px var(--tk-shell) 36px !important;
    }

    .profile-hero-title h1 {
        font-size: clamp(58px, 17vw, 92px) !important;
    }

    .profile-hero-photo {
        height: clamp(320px, 86vw, 500px) !important;
        min-height: 0 !important;
    }

    .footer-main {
        grid-template-columns: 1fr !important;
    }

    .footer-brand-word {
        font-size: clamp(42px, 13vw, 76px) !important;
    }

    .footer-brand-sub {
        font-size: clamp(20px, 6.5vw, 34px) !important;
    }
}

@media (max-width: 520px) {
    .tk-final-page .kicker {
        font-size: 13px !important;
        padding: 9px 14px !important;
    }

    .tk-final-page .actions,
    .profile-hero-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .tk-final-page .actions .button,
    .profile-hero-actions .button,
    .profile-hero-actions .button-dark {
        width: 100% !important;
        justify-content: center !important;
    }

    .project-card a {
        aspect-ratio: 0.92 / 1 !important;
    }

    .project-card-category,
    .project-meta {
        width: 100% !important;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--tk-soft);
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--tk-soft);
    color: var(--tk-ink);
    font-family: var(--tk-font);
    font-size: 17px;
    font-weight: 520;
    line-height: 1.15;
    letter-spacing: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img,
video,
iframe {
    display: block;
    max-width: 100%;
}

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

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-main {
    min-height: 60vh;
}

body.admin-bar .site-header {
    top: 32px;
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    background: var(--tk-ink);
    color: var(--tk-white);
    font-size: clamp(54px, 15vw, 220px);
    font-weight: 760;
    line-height: 0.86;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.site-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--tk-header-h);
    background: rgba(243, 243, 243, 0.92);
    backdrop-filter: blur(18px);
}

.header-nav {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 3vw, 52px);
    padding: 0 var(--tk-shell);
}

.brand {
    justify-self: start;
    font-size: clamp(19px, 1.55vw, 28px);
    font-weight: 760;
    line-height: 1;
    white-space: nowrap;
}

.brand-mark {
    color: var(--tk-accent);
}

.desktop-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(52px, 10vw, 180px);
}

.desktop-menu li {
    display: contents;
    list-style: none;
}

.desktop-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--tk-ink);
    font-size: clamp(18px, 1.6vw, 28px);
    font-weight: 760;
    line-height: 1;
    transition: color 0.2s ease;
}

.desktop-menu a::before,
.desktop-menu a::after {
    content: none !important;
}

.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    color: var(--tk-accent);
}

.menu-toggle {
    justify-self: end;
    position: relative;
    width: 72px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
}

.menu-toggle span:not(.screen-reader-text) {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 999px;
    background: var(--tk-ink);
    transition: transform 0.22s ease, top 0.22s ease;
}

.menu-toggle span:first-child {
    top: 12px;
}

.menu-toggle span:nth-child(2) {
    top: 30px;
}

body.menu-open .menu-toggle span:first-child {
    top: 22px;
    transform: rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
    top: 22px;
    transform: rotate(-45deg);
}

.menu-overlay {
    position: fixed;
    inset: var(--tk-header-h) 0 0;
    z-index: 999;
    display: none;
    background: var(--tk-ink);
    color: var(--tk-white);
}

body.admin-bar .menu-overlay {
    inset: calc(var(--tk-header-h) + 32px) 0 0;
}

.menu-overlay.is-open {
    display: block;
}

.menu-overlay-inner {
    min-height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.78fr);
    gap: clamp(32px, 6vw, 92px);
    align-items: center;
    padding: clamp(42px, 6vw, 90px) var(--tk-shell);
}

.menu-links {
    display: grid;
    gap: clamp(4px, 0.8vw, 12px);
}

.menu-links a {
    font-size: clamp(36px, 4.7vw, 68px);
    font-weight: 620;
    line-height: 0.98;
}

.menu-links a:hover {
    color: var(--tk-accent);
}

.menu-contact {
    display: grid;
    gap: 18px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(18px, 1.75vw, 25px);
}

.menu-contact a {
    color: var(--tk-white);
}

.menu-small-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 14px;
}

.menu-small-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
}

.button,
.button-dark,
.button-ghost,
.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    border: 2px solid var(--tk-ink);
    font-size: clamp(17px, 1.35vw, 24px);
    font-weight: 720;
    line-height: 1;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button:hover,
.button-dark:hover,
.button-ghost:hover,
.contact-form button:hover {
    transform: translateY(-2px);
}

.button.primary,
.button-dark,
.contact-form button {
    background: var(--tk-ink);
    color: var(--tk-white);
}

.button.secondary,
.button-ghost {
    background: transparent;
    color: var(--tk-ink);
}

.button.primary::after {
    content: "";
    width: 13px;
    height: 13px;
    margin-left: 18px;
    border-radius: 50%;
    background: var(--tk-accent);
}

.section-kicker,
.count,
.projects-count,
.services-label,
.contact-label,
.section-name,
.footer-column-title {
    color: var(--tk-muted);
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 720;
    line-height: 1.1;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Home */

.tk-final-page {
    width: min(calc(100% - 14px), 1460px);
    margin-inline: auto;
    padding-bottom: 14px;
    background: var(--tk-soft);
}

.tk-final-page .stage {
    position: relative;
    height: calc(100svh - var(--tk-header-h) - 14px);
    min-height: 650px;
    max-height: 820px;
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 78% 49%, rgba(144, 88, 255, 0.08), transparent 0 20%, transparent 34%),
        linear-gradient(115deg, #fff 0%, #fff 52%, #f4f4f4 100%);
    isolation: isolate;
}

.tk-final-page .stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(5, 5, 5, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px);
    background-size: 31.5% 100%, 100% 33%;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2) 70%, transparent);
    pointer-events: none;
}

.tk-final-page .service-list {
    position: absolute;
    z-index: 3;
    top: 15.5%;
    right: clamp(30px, 5.5vw, 86px);
    display: grid;
    gap: 10px;
    max-width: 520px;
    text-align: right;
    color: #1b1b1b;
    font-size: clamp(15px, 1.25vw, 21px);
    font-weight: 760;
    line-height: 1.08;
}

.tk-final-page .photo-zone {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: min(53vw, 780px);
    height: 84%;
    min-height: 0;
    overflow: hidden;
    pointer-events: none;
}

.tk-final-page .photo-zone::before {
    content: "";
    position: absolute;
    inset: 10% 2% 0;
    border-radius: 48% 48% 0 0;
    background: radial-gradient(circle at 50% 58%, rgba(144, 88, 255, 0.12), rgba(144, 88, 255, 0) 58%);
}

.tk-final-page .portrait {
    position: absolute;
    z-index: 1;
    right: clamp(-118px, -6vw, -64px);
    bottom: 0;
    width: auto;
    height: calc(var(--tk-hero-portrait-size, 112%) * 1);
    max-width: none;
    object-fit: contain;
    object-position: center bottom;
    transform: translate(var(--tk-hero-portrait-x, -2%), var(--tk-hero-portrait-y, 0));
    filter: saturate(0.98) contrast(1.02);
}

.tk-final-page .copy {
    position: relative;
    z-index: 5;
    width: min(55%, 790px);
    height: 100%;
    display: grid;
    align-content: center;
    gap: 32px;
    padding: clamp(36px, 4.7vw, 68px);
    padding-top: clamp(54px, 7vw, 96px);
    padding-bottom: clamp(46px, 5vw, 76px);
}

.tk-final-page .kicker {
    justify-self: start;
    padding: 12px 22px;
    border: 2px solid color-mix(in srgb, var(--tk-accent) 70%, white);
    border-radius: 10px;
    color: var(--tk-accent);
    background: rgba(144, 88, 255, 0.09);
    font-size: clamp(16px, 1.35vw, 24px);
    font-weight: 780;
    text-transform: uppercase;
}

.tk-final-page .name {
    display: grid;
    gap: 0;
    width: max-content;
    max-width: 100%;
    padding-top: 0.05em;
    font-size: clamp(78px, 8.6vw, 144px);
    font-weight: 900;
    line-height: 0.86;
    white-space: nowrap;
}

.tk-final-page .name span:first-child {
    color: var(--tk-accent);
}

.tk-final-page .text-block {
    display: grid;
    gap: clamp(16px, 2.2vh, 24px);
    max-width: 820px;
}

.tk-final-page .role {
    font-size: clamp(20px, 1.62vw, 27px);
    font-weight: 820;
}

.tk-final-page .lead {
    max-width: 720px;
    color: var(--tk-muted);
    font-size: clamp(20px, 1.74vw, 29px);
    font-weight: 700;
    line-height: 1.28;
}

.tk-final-page .actions,
.profile-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.logofolio,
.projects-section,
.services-section,
.projects-preview {
    padding: clamp(72px, 9vw, 140px) var(--tk-shell);
}

.logofolio {
    padding-top: clamp(56px, 7vw, 98px);
}

.section-head,
.projects-head,
.section-heading {
    display: grid;
    grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(24px, 5vw, 90px);
    margin-bottom: clamp(34px, 5vw, 70px);
}

.section-heading h2,
.projects-title,
.services-title {
    font-size: clamp(54px, 7.8vw, 124px);
    font-weight: 700;
    line-height: 0.96;
}

.services-title {
    font-size: clamp(42px, 4.4vw, 72px);
    font-weight: 620;
}

.projects-copy {
    grid-column: 2;
    max-width: 740px;
    color: var(--tk-muted);
    font-size: clamp(21px, 1.75vw, 31px);
    font-weight: 580;
    line-height: 1.22;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.logo-card {
    min-height: clamp(150px, 15vw, 250px);
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    background: var(--tk-white);
}

.logo-card a {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.logo-card img {
    width: 78%;
    height: 70%;
    object-fit: contain;
}

.logo-fragile img {
    width: 66%;
    height: 76%;
}

.logo-hairly img {
    width: 76%;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 34px);
}

.project-card {
    min-width: 0;
}

.project-card.is-hidden {
    display: none;
}

.project-card a {
    min-height: clamp(310px, 31vw, 500px);
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.13 / 1;
    border-radius: clamp(18px, 2vw, 30px);
    background: var(--tk-white);
    color: var(--tk-ink);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.project-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.project-top {
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: clamp(16px, 1.65vw, 22px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.12) 64%, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.project-top strong {
    min-width: 0;
    max-width: 70%;
    font-size: clamp(15px, 1.02vw, 19px);
    font-weight: 670;
    line-height: 1.05;
}

.project-meta {
    flex: 0 0 auto;
    color: var(--tk-muted);
    font-size: clamp(10px, 0.72vw, 13px);
    font-weight: 600;
}

.project-card.has-video-preview .project-top {
    color: var(--tk-white);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0));
}

.project-card.has-video-preview .project-meta {
    color: rgba(255, 255, 255, 0.74);
}

.project-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--tk-white);
}

.project-media img,
.project-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: var(--project-card-position, center center);
    background: var(--tk-white);
}

.project-card.is-contain .project-media {
    padding: 0;
}

.project-card.is-contain .project-media img {
    object-fit: cover;
}

.project-card-elibo-fragile-identite-visuelle .project-media {
    padding: 0;
}

.project-card-hairly-app-reservation .project-media img {
    object-fit: cover;
    object-position: center center;
}

.project-card-dollies-direction-visuelle .project-media,
.project-card-liouba-typographie .project-media,
.project-card-start-pause-packaging-produit .project-media,
.project-card-tropical-drink-packaging-produit .project-media,
.project-card-calendrier-avent-packaging-produit .project-media,
.project-card-stand-de-salon-esa .project-media,
.project-card-stand-de-salon-esa-b2b .project-media,
.project-card-esa-journee-mondiale-environnement .project-media {
    padding: 0;
}

.project-card.has-video-preview .project-media {
    background: var(--tk-ink);
}

.project-card.has-video-preview video {
    object-fit: cover;
}

.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
    content: none;
}

.placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 34px;
    background: linear-gradient(135deg, rgba(144, 88, 255, 0.16), rgba(255, 255, 255, 0.8));
    text-align: center;
}

.placeholder span {
    max-width: 12ch;
    font-size: clamp(34px, 5vw, 80px);
    font-weight: 780;
    line-height: 0.9;
}

@keyframes tkPulse {
    0%,
    100% {
        transform: scale(0.86);
        opacity: 0.7;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Services */

.services-panel {
    overflow: hidden;
    border-radius: clamp(24px, 2.4vw, 36px);
    background: var(--tk-ink);
    color: var(--tk-white);
    padding: clamp(24px, 3vw, 42px);
}

.services-intro {
    display: grid;
    grid-template-columns: minmax(140px, 0.35fr) minmax(0, 1fr);
    gap: clamp(22px, 5vw, 80px);
    align-items: end;
    padding-bottom: clamp(22px, 3.2vw, 44px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.services-label {
    color: rgba(255, 255, 255, 0.58);
}

.services-list-menu {
    display: grid;
}

.service-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.service-item summary {
    list-style: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: clamp(62px, 4.5vw, 78px);
    cursor: pointer;
}

.service-item summary::-webkit-details-marker {
    display: none;
}

.service-heading {
    font-size: clamp(21px, 1.55vw, 28px);
    font-weight: 540;
    line-height: 1.1;
}

.service-toggle {
    position: relative;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
}

.service-toggle::before,
.service-toggle::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--tk-white);
}

.service-toggle::after {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.service-item[open] .service-toggle::after {
    transform: rotate(0);
}

.service-content {
    display: grid;
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr);
    gap: clamp(20px, 2.6vw, 40px);
    align-items: center;
    padding: 0 0 clamp(22px, 3.2vw, 42px);
}

.service-item:not([open]) .service-content {
    display: none;
}

.service-media {
    height: clamp(76px, 6.2vw, 108px);
    min-height: 0;
    overflow: hidden;
    border-radius: 16px;
    background: var(--service-thumb-bg, #ffffff);
}

.service-media img {
    width: 100%;
    height: 100%;
    padding: var(--service-thumb-padding, 0);
    object-fit: var(--service-thumb-fit, contain);
    object-position: var(--service-thumb-position, center center);
    background: var(--service-thumb-bg, #ffffff);
}

.service-copy {
    align-self: center;
    display: grid;
    gap: 22px;
}

.service-copy p {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 500;
    line-height: 1.24;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--tk-white);
    color: var(--tk-ink);
    font-size: 15px;
    font-weight: 730;
}

/* Projects archive */

.tk-projects-page,
.single-project,
.tk-contact-page {
    background: var(--tk-soft);
}

.tk-projects-page .hero {
    min-height: min(52svh, 540px);
    display: grid;
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr);
    grid-template-rows: 1fr auto auto;
    column-gap: clamp(24px, 5vw, 86px);
    padding: clamp(58px, 8vh, 102px) var(--tk-shell) clamp(38px, 5vw, 66px);
}

.tk-projects-page .count {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
}

.tk-projects-page .hero-title {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    max-width: 100%;
    font-size: clamp(64px, 6.6vw, 112px);
    font-weight: 700;
    line-height: 0.94;
    text-align: left;
    word-break: normal;
}

.tk-projects-page .hero-copy {
    grid-column: 2;
    grid-row: 3;
    max-width: 780px;
    padding-top: clamp(28px, 5vh, 52px);
    color: var(--tk-muted);
    font-size: clamp(20px, 1.55vw, 28px);
    font-weight: 560;
    line-height: 1.24;
}

.tk-projects-page .tools {
    display: grid;
    grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.68fr);
    gap: 18px 34px;
    align-items: start;
    padding: 0 var(--tk-shell) clamp(44px, 5vw, 72px);
}

.tk-projects-page .search {
    width: 100%;
    min-height: 70px;
    padding: 0 28px;
    border: 1px solid var(--tk-line);
    border-radius: 999px;
    background: var(--tk-white);
    color: var(--tk-ink);
    font-size: clamp(18px, 1.4vw, 24px);
    font-weight: 720;
    outline: 0;
}

.tk-projects-page .search:focus {
    border-color: var(--tk-accent);
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter {
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid var(--tk-line);
    border-radius: 999px;
    background: var(--tk-white);
    color: var(--tk-ink);
    font-size: clamp(15px, 1.1vw, 18px);
    font-weight: 760;
}

.filter:hover,
.filter.is-active {
    border-color: var(--tk-ink);
    background: var(--tk-ink);
    color: var(--tk-white);
}

.projects-archive {
    padding: 0 var(--tk-shell) clamp(80px, 10vw, 150px);
}

.empty-state {
    grid-column: 1 / -1;
    color: var(--tk-muted);
    font-size: 22px;
    font-weight: 650;
}

.empty-state.is-hidden {
    display: none;
}

/* Single project */

.project-detail-hero {
    display: grid;
    grid-template-columns: minmax(120px, 0.2fr) minmax(0, 0.8fr);
    gap: clamp(38px, 6vw, 106px);
    align-items: end;
    padding: clamp(72px, 9vh, 118px) var(--tk-shell) clamp(52px, 6vw, 86px);
}

.project-detail-hero h1 {
    grid-column: 1 / -1;
    max-width: 13ch;
    font-size: clamp(54px, 6.4vw, 120px);
    font-weight: 680;
    line-height: 0.92;
    text-wrap: balance;
}

.case-intro {
    display: grid;
    grid-template-columns: minmax(120px, 0.2fr) minmax(0, 0.8fr);
    gap: clamp(34px, 5vw, 96px);
    align-items: start;
}

.case-intro p:last-child {
    color: var(--tk-ink);
    font-size: clamp(23px, 2vw, 36px);
    font-weight: 560;
    line-height: 1.18;
}

.project-info {
    grid-column: 1 / -1;
    border-top: 1px solid var(--tk-line);
    border-bottom: 1px solid var(--tk-line);
}

.project-info div {
    min-height: 68px;
    display: grid;
    grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
    align-items: center;
    gap: 22px;
    border-top: 1px solid var(--tk-line);
}

.project-info div:first-child {
    border-top: 0;
}

.project-info dt {
    color: #9a9a9a;
    font-size: 15px;
    font-weight: 720;
}

.project-info dd {
    justify-self: end;
    max-width: 920px;
    text-align: right;
    font-size: clamp(15px, 1.1vw, 19px);
    font-weight: 660;
    line-height: 1.18;
}

.project-hero-image,
.case-gallery,
.case-text-block,
.motion-section,
.fragile-walk-band,
.case-free-content,
.next-projects {
    width: calc(100% - (var(--tk-shell) * 2));
    margin-right: auto;
    margin-left: auto;
}

.project-hero-image,
.case-gallery figure {
    overflow: hidden;
    border-radius: clamp(24px, 3vw, 44px);
    background: var(--tk-white);
}

.project-hero-image img,
.case-gallery img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: var(--tk-white);
}

.motion-section {
    display: grid;
    gap: 18px;
    margin-top: clamp(20px, 4vw, 56px);
    margin-bottom: clamp(22px, 4vw, 60px);
}

.motion-list {
    display: grid;
    gap: clamp(18px, 2.5vw, 34px);
}

.motion-frame {
    overflow: hidden;
    border-radius: clamp(22px, 3vw, 42px);
    background: var(--tk-ink);
    aspect-ratio: 16 / 9;
}

.motion-frame video,
.motion-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.case-gallery {
    display: grid;
    gap: clamp(18px, 2.8vw, 42px);
    margin-top: clamp(22px, 5vw, 70px);
}

.case-text-block,
.case-free-content,
.final-thoughts {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: clamp(24px, 5vw, 90px);
    padding: clamp(70px, 9vw, 150px) 0;
    border-top: 1px solid var(--tk-line);
}

.case-text-block h2,
.case-free-content h2,
.final-thoughts h2 {
    max-width: 1000px;
    font-size: clamp(36px, 4.6vw, 88px);
    font-weight: 720;
    line-height: 1;
}

.case-text-block p:not(.section-kicker),
.case-free-content p {
    grid-column: 2;
    max-width: 900px;
    color: var(--tk-muted);
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 610;
    line-height: 1.2;
}

.case-text-block .button-dark {
    grid-column: 2;
    justify-self: start;
}

.fragile-walk-band {
    overflow: hidden;
    margin-top: clamp(34px, 5vw, 80px);
    margin-bottom: clamp(34px, 5vw, 80px);
    border-radius: 0;
    background: var(--tk-white);
}

.fragile-walk-track {
    width: 100%;
    height: clamp(180px, 24vw, 360px);
    display: flex;
    align-items: end;
    animation: tkWalkAcross 11s linear infinite;
}

.fragile-walk-track img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

@keyframes tkWalkAcross {
    from {
        transform: translateX(-24%);
    }
    to {
        transform: translateX(115%);
    }
}

.next-projects {
    padding: clamp(72px, 9vw, 140px) 0;
}

.next-projects .section-heading a {
    justify-self: start;
    align-self: end;
    color: var(--tk-accent);
    font-weight: 760;
}

/* Profile */

.page-hero.profile-banner {
    min-height: calc(86svh - var(--tk-header-h));
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(380px, 0.5fr);
    grid-template-areas:
        "title photo"
        "copy photo";
    gap: clamp(26px, 5vw, 86px);
    align-items: end;
    padding: clamp(76px, 10vh, 132px) var(--tk-shell) clamp(50px, 7vw, 90px);
    overflow: hidden;
}

.profile-hero-title {
    grid-area: title;
    align-self: end;
}

.profile-hero-title h1 {
    font-size: clamp(76px, 8.8vw, 142px);
    font-weight: 700;
    line-height: 0.9;
}

.profile-hero-title .section-kicker {
    margin-top: 24px;
}

.profile-hero-copy {
    grid-area: copy;
    display: grid;
    gap: clamp(22px, 3vw, 36px);
    align-self: start;
    max-width: 820px;
}

.profile-hero-copy p {
    color: var(--tk-muted);
    font-size: clamp(21px, 1.9vw, 32px);
    font-weight: 560;
    line-height: 1.22;
}

.profile-hero-photo {
    grid-area: photo;
    align-self: end;
    justify-self: stretch;
    height: min(66svh, 690px);
    min-height: 430px;
    overflow: hidden;
    background: var(--tk-white);
}

.profile-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    filter: grayscale(1) saturate(0.94) contrast(1.03);
    transition: filter 0.28s ease;
}

.profile-hero-photo:hover img,
.profile-hero-photo:focus img {
    filter: grayscale(0) saturate(0.94) contrast(1.03);
}

.studio-layout,
.experience-list,
.education-section,
.tools-section,
.interests-section {
    width: calc(100% - (var(--tk-shell) * 2));
    margin-right: auto;
    margin-left: auto;
}

.studio-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.66fr) minmax(300px, 0.34fr);
    gap: clamp(28px, 4vw, 62px);
    padding: clamp(60px, 8vw, 130px) 0;
}

.studio-statement,
.studio-facts,
.education-card,
.tools-section,
.interests-section {
    background: var(--tk-white);
    border-radius: var(--tk-radius);
}

.studio-statement {
    display: grid;
    gap: clamp(22px, 3vw, 36px);
    padding: clamp(34px, 5vw, 72px);
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    font-size: clamp(34px, 4.2vw, 70px);
    font-weight: 620;
    line-height: 1.04;
}

.studio-statement p,
.studio-facts li {
    color: var(--tk-muted);
    font-size: clamp(20px, 1.65vw, 28px);
    font-weight: 610;
    line-height: 1.25;
}

.profile-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.profile-proof-grid p {
    padding: 20px;
    border-radius: 20px;
    background: var(--tk-soft);
}

.studio-facts {
    display: grid;
    gap: 22px;
    align-content: start;
    padding: clamp(30px, 4vw, 52px);
}

.studio-facts ul {
    display: grid;
    gap: 14px;
}

.studio-facts li {
    list-style: none;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--tk-line);
}

.experience-list {
    padding: clamp(50px, 7vw, 110px) 0;
    border-top: 1px solid var(--tk-line);
}

.experience-list > div {
    display: grid;
    gap: 0;
    margin-top: clamp(24px, 4vw, 54px);
}

.experience-list article {
    display: grid;
    grid-template-columns: minmax(120px, 0.2fr) minmax(230px, 0.25fr) minmax(0, 0.55fr);
    gap: clamp(18px, 4vw, 70px);
    padding: clamp(26px, 4vw, 58px) 0;
    border-top: 1px solid var(--tk-line);
}

.experience-list span {
    color: var(--tk-muted);
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 720;
}

.experience-list h2 {
    font-size: clamp(24px, 2.25vw, 42px);
    font-weight: 650;
    line-height: 1;
}

.experience-list p {
    color: var(--tk-muted);
    font-size: clamp(19px, 1.6vw, 27px);
    font-weight: 610;
    line-height: 1.22;
}

.education-section {
    padding: clamp(50px, 7vw, 110px) 0;
}

.education-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(24px, 4vw, 54px);
}

.education-card {
    padding: clamp(24px, 3vw, 40px);
}

.education-card p {
    color: var(--tk-muted);
    font-size: clamp(18px, 1.35vw, 24px);
    font-weight: 610;
    line-height: 1.22;
}

.education-card strong {
    color: var(--tk-ink);
}

.tools-section,
.interests-section {
    display: grid;
    gap: clamp(22px, 3vw, 36px);
    padding: clamp(34px, 5vw, 72px);
    margin-top: clamp(28px, 4vw, 58px);
}

.tool-logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tool-logo-grid span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 15px;
    background: var(--tk-ink);
    color: var(--tk-white);
    font-size: 20px;
    font-weight: 760;
}

.skill-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-cloud span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--tk-line);
    border-radius: 999px;
    color: var(--tk-muted);
    background: var(--tk-white);
    font-size: 16px;
    font-weight: 680;
}

/* Contact */

.contact-hero {
    min-height: min(52svh, 540px);
    display: grid;
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: end;
    padding: clamp(80px, 11vh, 136px) var(--tk-shell) clamp(52px, 7vw, 92px);
}

.contact-hero .hero-title {
    grid-column: 2;
    justify-self: start;
    max-width: 920px;
    font-size: clamp(56px, 5.9vw, 98px);
    font-weight: 690;
    line-height: 0.98;
}

.contact-hero .count {
    grid-column: 1;
}

.contact-hero .hero-copy {
    grid-column: 2;
    max-width: 860px;
    color: var(--tk-muted);
    font-size: clamp(21px, 1.7vw, 30px);
    font-weight: 520;
    line-height: 1.24;
}

.contact-layout {
    width: calc(100% - (var(--tk-shell) * 2));
    display: grid;
    grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(64px, 8vw, 142px);
    align-items: start;
    margin: 0 auto clamp(80px, 10vw, 150px);
}

.contact-details,
.contact-panel {
    min-width: 0;
    border-radius: var(--tk-radius);
    background: var(--tk-white);
    padding: clamp(38px, 5vw, 72px);
}

.contact-details {
    display: grid;
    gap: clamp(24px, 3.4vw, 46px);
}

.big-contact-link {
    display: inline-block;
    width: 100%;
    color: var(--tk-ink);
    font-size: clamp(26px, 2.8vw, 48px);
    font-weight: 640;
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.contact-phone {
    color: var(--tk-muted);
    font-size: clamp(22px, 2vw, 32px);
    font-weight: 680;
}

.contact-cv {
    display: grid;
    gap: 24px;
    padding-top: clamp(22px, 3vw, 36px);
    border-top: 1px solid var(--tk-line);
}

.contact-cv p {
    max-width: 650px;
    color: var(--tk-muted);
    font-size: clamp(18px, 1.4vw, 24px);
    font-weight: 610;
    line-height: 1.24;
}

.contact-cv .button {
    justify-self: start;
}

.contact-panel h2 {
    margin-bottom: clamp(28px, 4vw, 48px);
    font-size: clamp(34px, 3.4vw, 60px);
    font-weight: 660;
    line-height: 1.04;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-form label {
    display: grid;
    gap: 10px;
    color: var(--tk-muted);
    font-size: 16px;
    font-weight: 720;
}

.contact-form .is-wide,
.contact-form button {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-radius: 20px;
    background: var(--tk-soft);
    color: var(--tk-ink);
    padding: 20px;
    outline: 0;
    font-size: clamp(18px, 1.4vw, 24px);
    font-weight: 650;
}

.contact-form input {
    min-height: 66px;
}

.contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: inset 0 0 0 2px var(--tk-accent);
}

.contact-form button {
    justify-self: start;
    min-width: 190px;
    border: 0;
}

.tk-hp {
    position: absolute !important;
    left: -9999px !important;
}

.form-status {
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 16px;
}

.form-status.success {
    background: #e9f8ed;
}

.form-status.error {
    background: #ffecec;
}

/* Footer */

.site-footer {
    width: 100%;
    margin-top: clamp(70px, 8vw, 130px);
    border-radius: 0;
    background: var(--tk-ink);
    color: var(--tk-white);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 0.46fr) minmax(160px, 0.18fr) minmax(160px, 0.18fr) minmax(0, 0.18fr);
    gap: clamp(24px, 5vw, 90px);
    padding: clamp(44px, 6vw, 86px) var(--tk-shell);
}

.footer-contact {
    display: grid;
    align-content: start;
    gap: 16px;
}

.footer-phone {
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(18px, 1.5vw, 26px);
    font-weight: 620;
}

.footer-contact-link {
    max-width: 100%;
    overflow-wrap: anywhere;
    color: var(--tk-white);
    font-size: clamp(24px, 3vw, 54px);
    font-weight: 560;
    line-height: 1.02;
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 18px;
}

.footer-column-title {
    color: rgba(255, 255, 255, 0.46);
}

.footer-links {
    display: grid;
    gap: 12px;
}

.footer-links a,
.footer-bottom a {
    color: var(--tk-white);
    font-size: clamp(17px, 1.35vw, 24px);
    font-weight: 560;
    line-height: 1.08;
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: var(--tk-accent);
}

.footer-brand-block {
    grid-column: 1 / -1;
    display: grid;
    justify-items: end;
    padding-top: clamp(40px, 5vw, 76px);
}

.footer-brand-word {
    font-size: clamp(44px, 6vw, 108px);
    font-weight: 500;
    line-height: 0.9;
}

.footer-brand-sub {
    margin-top: 14px;
    font-size: clamp(22px, 2.8vw, 52px);
    font-weight: 540;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    align-items: center;
    justify-content: space-between;
    padding: 20px var(--tk-shell) 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    font-weight: 560;
}

.footer-bottom a {
    font-size: 15px;
}

/* Gutenberg fallbacks */

.wp-block-image img {
    height: auto;
}

.wp-block-button__link {
    border-radius: 999px;
}

@media (max-width: 980px) {
    :root {
        --tk-shell: clamp(22px, 4vw, 48px);
    }

    .desktop-menu {
        gap: clamp(34px, 7vw, 96px);
    }

    .tk-final-page .stage,
    .project-detail-hero,
    .page-hero.profile-banner,
    .contact-hero,
    .contact-layout,
    .studio-layout,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .tk-final-page .service-list,
    .tk-final-page .photo-zone,
    .tk-final-page .copy,
    .profile-hero-title,
    .profile-hero-copy,
    .profile-hero-photo,
    .contact-hero .hero-title,
    .contact-hero .count,
    .contact-hero .hero-copy {
        grid-column: auto;
        grid-row: auto;
        grid-area: auto;
    }

    .tk-final-page .stage {
        min-height: auto;
        padding-top: 64px;
    }

    .tk-final-page .service-list {
        justify-self: start;
        max-width: 100%;
        text-align: left;
    }

    .tk-final-page .photo-zone {
        order: 3;
        height: min(72svh, 760px);
        min-height: 500px;
        margin-top: 16px;
    }

    .tk-final-page .copy {
        order: 2;
        padding-bottom: 0;
    }

    .tk-final-page .portrait {
        transform: translate(0, var(--tk-hero-portrait-y, 0));
    }

    .tk-projects-page .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 72px;
    }

    .tk-projects-page .count,
    .tk-projects-page .hero-title,
    .tk-projects-page .hero-copy {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
        text-align: left;
    }

    .tk-projects-page .tools {
        grid-template-columns: 1fr;
    }

    .case-intro,
    .case-text-block,
    .case-free-content,
    .final-thoughts {
        grid-template-columns: 1fr;
    }

    .case-text-block p:not(.section-kicker),
    .case-free-content p,
    .case-text-block .button-dark {
        grid-column: auto;
    }

    .profile-hero-photo {
        width: min(100%, 680px);
        justify-self: start;
    }

    .profile-proof-grid,
    .education-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-list article {
        grid-template-columns: minmax(110px, 0.22fr) minmax(0, 0.78fr);
    }

    .experience-list p {
        grid-column: 2;
    }
}

@media (max-width: 860px) {
    :root {
        --tk-header-h: 76px;
        --tk-shell: 18px;
        --tk-radius: 24px;
    }

    body.admin-bar .site-header {
        top: 46px;
    }

    body.admin-bar .menu-overlay {
        inset: calc(var(--tk-header-h) + 46px) 0 0;
    }

    .header-nav {
        grid-template-columns: 1fr auto;
        gap: 18px;
    }

    .desktop-menu {
        display: none;
    }

    .brand {
        font-size: 19px;
    }

    .menu-toggle {
        width: 54px;
        height: 38px;
    }

    .menu-toggle span:not(.screen-reader-text) {
        height: 3px;
    }

    .menu-toggle span:first-child {
        top: 10px;
    }

    .menu-toggle span:nth-child(2) {
        top: 25px;
    }

    body.menu-open .menu-toggle span:first-child,
    body.menu-open .menu-toggle span:nth-child(2) {
        top: 18px;
    }

    .menu-overlay-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .menu-links a {
        font-size: clamp(44px, 12vw, 78px);
    }

    .tk-final-page .name {
        font-size: clamp(66px, 21vw, 112px);
        line-height: 0.9;
    }

    .tk-final-page .stage {
        padding-top: 46px;
    }

    .tk-final-page .service-list {
        font-size: 20px;
    }

    .tk-final-page .photo-zone {
        min-height: 360px;
        height: 56svh;
    }

    .button,
    .button-dark,
    .button-ghost,
    .contact-form button {
        min-height: 54px;
        padding: 0 24px;
    }

    .logofolio,
    .projects-section,
    .services-section,
    .projects-preview {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section-head,
    .projects-head,
    .section-heading,
    .services-intro {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .projects-copy {
        grid-column: auto;
    }

    .logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-grid {
        grid-template-columns: 1fr;
    }

    .project-card a {
        min-height: 320px;
        aspect-ratio: 1 / 1;
        border-radius: 26px;
    }

    .project-top {
        padding: 20px;
    }

    .project-top strong {
        font-size: 21px;
    }

    .project-meta {
        font-size: 14px;
    }

    .services-panel {
        padding: 24px 20px;
        border-radius: 28px;
    }

    .service-item summary {
        grid-template-columns: minmax(0, 1fr) 38px;
        min-height: 74px;
    }

    .service-heading {
        font-size: 24px;
    }

    .service-toggle {
        width: 34px;
        height: 34px;
    }

    .service-content {
        grid-template-columns: 1fr;
    }

    .tk-projects-page .hero,
    .project-detail-hero,
    .page-hero.profile-banner,
    .contact-hero {
        padding-top: 56px;
        padding-bottom: 44px;
    }

    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .profile-hero-title h1,
    .contact-hero .hero-title {
        max-width: 100%;
        font-size: clamp(46px, 13vw, 78px);
        text-align: left;
    }

    .case-intro p:last-child,
    .contact-hero .hero-copy,
    .profile-hero-copy p,
    .tk-projects-page .hero-copy {
        font-size: 22px;
    }

    .project-info div {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px 0;
    }

    .project-info dd {
        justify-self: start;
        text-align: left;
    }

    .project-hero-image,
    .case-gallery,
    .case-text-block,
    .motion-section,
    .fragile-walk-band,
    .case-free-content,
    .next-projects,
    .studio-layout,
    .experience-list,
    .education-section,
    .tools-section,
    .interests-section,
    .contact-layout {
        width: calc(100% - 36px);
    }

    .profile-hero-photo {
        height: 460px;
        min-height: 360px;
    }

    .studio-statement,
    .studio-facts,
    .tools-section,
    .interests-section,
    .contact-details,
    .contact-panel {
        padding: 26px 22px;
    }

    .studio-statement h2,
    .tools-section h2,
    .interests-section h2 {
        font-size: 36px;
    }

    .profile-proof-grid,
    .education-grid,
    .contact-form {
        grid-template-columns: 1fr;
    }

    .experience-list article {
        grid-template-columns: 1fr;
    }

    .experience-list p {
        grid-column: auto;
    }

    .big-contact-link {
        font-size: clamp(25px, 7.8vw, 42px);
    }

    .footer-main {
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .footer-brand-block {
        justify-items: start;
    }

    .footer-brand-word {
        font-size: clamp(50px, 16vw, 98px);
    }
}

/* Final premium pass */

.desktop-menu a {
    text-decoration: none;
}

.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    color: var(--tk-accent) !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.menu-overlay-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
}

.menu-links a {
    font-size: clamp(34px, 4.1vw, 62px);
    font-weight: 570;
    line-height: 1.05;
}

.tk-final-page {
    width: min(calc(100% - 12px), 1480px);
}

.tk-final-page .stage {
    height: calc(100svh - var(--tk-header-h) - 12px);
    min-height: 660px;
    max-height: 820px;
    background:
        radial-gradient(circle at 76% 43%, rgba(144, 88, 255, 0.095), transparent 0 21%, transparent 36%),
        linear-gradient(115deg, #fff 0%, #fff 52%, #f5f5f5 100%);
}

.tk-final-page .copy {
    width: min(54%, 780px);
    gap: clamp(22px, 2.7vh, 30px);
    padding-left: clamp(42px, 4.9vw, 74px);
    padding-top: clamp(60px, 7vh, 98px);
}

.tk-final-page .name {
    padding-top: 0;
    font-size: clamp(84px, 8.8vw, 148px);
    line-height: 0.84;
    letter-spacing: 0;
}

.tk-final-page .lead {
    font-size: clamp(21px, 1.8vw, 29px);
    font-weight: 700;
}

.tk-final-page .photo-zone {
    right: -0.5%;
    width: min(56vw, 830px);
    height: 90%;
}

.tk-final-page .portrait {
    right: clamp(-120px, -6vw, -60px);
    height: min(calc(var(--tk-hero-portrait-size, 134%) * 1), 900px);
    filter: saturate(0.98) contrast(1.02) drop-shadow(-18px 28px 34px rgba(0, 0, 0, 0.07));
}

.tk-final-page .service-list {
    top: auto;
    right: clamp(34px, 5.4vw, 82px);
    bottom: clamp(28px, 4vw, 58px);
    font-size: clamp(17px, 1.12vw, 21px);
    z-index: 4;
}

.project-card a {
    min-height: clamp(270px, 27vw, 450px);
    aspect-ratio: 1.16 / 1;
    border-radius: clamp(18px, 1.7vw, 28px);
    background: var(--tk-white);
}

.project-top {
    inset: auto 0 0;
    align-items: end;
    padding: clamp(15px, 1.45vw, 24px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0));
    color: var(--tk-white);
}

.project-top strong {
    max-width: min(75%, 22ch);
    color: var(--tk-white);
    font-size: clamp(18px, 1.45vw, 25px);
    font-weight: 620;
    text-wrap: balance;
}

.project-meta {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(11px, 0.82vw, 14px);
    font-weight: 540;
}

.project-media img,
.project-media video,
.project-card.is-contain .project-media img {
    object-fit: cover !important;
}

.project-card.has-video-preview .project-top {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0));
}

.services-panel {
    border-radius: clamp(18px, 1.8vw, 28px);
    padding: clamp(26px, 3vw, 48px) clamp(28px, 4vw, 62px);
}

.services-title {
    font-size: clamp(48px, 6vw, 104px);
    font-weight: 610;
    line-height: 0.9;
}

.service-item summary {
    min-height: clamp(58px, 4vw, 76px);
}

.service-heading {
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 530;
    line-height: 1.02;
}

.service-toggle {
    width: 34px;
    height: 34px;
    border: 0 !important;
    border-radius: 0 !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 26px;
    height: 3px;
}

.service-content {
    grid-template-columns: minmax(110px, 168px) minmax(0, 1fr);
    gap: clamp(20px, 2.8vw, 44px);
    padding: 0 0 clamp(24px, 3vw, 42px);
}

.service-media {
    height: clamp(82px, 7vw, 124px);
    border-radius: 14px;
    box-shadow: none;
}

.service-copy {
    gap: 14px;
}

.service-copy p {
    font-size: clamp(15px, 0.96vw, 18px);
    font-weight: 470;
    line-height: 1.28;
}

.service-tags {
    gap: 8px;
}

.service-tags span {
    min-height: 32px;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 650;
}

.tk-projects-page .hero,
.contact-hero {
    min-height: min(44svh, 480px);
    grid-template-columns: minmax(110px, 0.16fr) minmax(0, 0.84fr);
    gap: clamp(28px, 4vw, 70px);
}

.tk-projects-page .hero-title {
    font-size: clamp(58px, 6.2vw, 118px);
    font-weight: 640;
    max-width: 10ch;
}

.tk-projects-page .hero-copy {
    max-width: 860px;
    font-size: clamp(19px, 1.36vw, 25px);
    font-weight: 500;
}

.project-detail-hero,
.case-intro {
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr);
    gap: clamp(32px, 4.8vw, 86px);
}

.project-detail-hero h1 {
    max-width: 13ch;
    font-size: clamp(50px, 5.6vw, 104px);
    font-weight: 640;
    line-height: 0.94;
}

.case-intro p:last-child {
    font-size: clamp(20px, 1.75vw, 30px);
    font-weight: 520;
}

.project-info div {
    min-height: 58px;
    grid-template-columns: minmax(140px, 0.22fr) minmax(0, 0.78fr);
}

.page-hero.profile-banner {
    min-height: min(74svh, 740px);
    grid-template-columns: minmax(0, 0.5fr) minmax(360px, 0.5fr);
    gap: clamp(34px, 5vw, 90px);
    align-items: center;
    padding-top: clamp(58px, 7vh, 98px);
}

.profile-hero-title h1 {
    font-size: clamp(68px, 7.4vw, 122px);
    font-weight: 640;
}

.profile-hero-copy p {
    font-size: clamp(18px, 1.45vw, 26px);
    font-weight: 500;
}

.profile-hero-photo {
    height: min(58svh, 610px);
    min-height: 390px;
    border-radius: 0;
    background:
        radial-gradient(circle at 50% 58%, rgba(144, 88, 255, 0.12), rgba(144, 88, 255, 0) 58%),
        #ffffff;
}

.profile-hero-photo img {
    object-fit: contain;
    object-position: center bottom;
    filter: grayscale(1) saturate(0.98) contrast(1.02);
}

.studio-layout {
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    font-size: clamp(28px, 3.1vw, 52px);
    font-weight: 540;
}

.studio-statement p,
.studio-facts li,
.education-card p {
    font-size: clamp(17px, 1.22vw, 22px);
    font-weight: 500;
}

.experience-list h2 {
    font-size: clamp(22px, 1.8vw, 32px);
    font-weight: 600;
}

.experience-list p {
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 500;
}

.tool-logo-grid span {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    font-size: 17px;
    font-weight: 700;
}

.contact-hero {
    min-height: min(45svh, 460px);
}

.contact-hero .hero-title {
    max-width: 840px;
    font-size: clamp(58px, 6vw, 112px);
    font-weight: 640;
    justify-self: start;
}

.contact-hero .hero-copy {
    max-width: 900px;
    font-size: clamp(18px, 1.45vw, 26px);
    font-weight: 500;
}

.contact-layout {
    grid-template-columns: minmax(340px, 0.4fr) minmax(0, 0.6fr);
    gap: clamp(58px, 7.2vw, 140px);
}

.contact-details,
.contact-panel {
    padding: clamp(38px, 4.6vw, 68px);
}

.big-contact-link {
    font-size: clamp(24px, 2.2vw, 40px);
    font-weight: 560;
}

.contact-panel h2 {
    font-size: clamp(30px, 2.8vw, 50px);
    font-weight: 600;
}

.site-footer {
    margin-top: clamp(56px, 6vw, 100px);
}

.footer-main {
    padding-top: clamp(38px, 5vw, 72px);
    padding-bottom: clamp(38px, 5vw, 72px);
}

.footer-brand-word {
    font-size: clamp(38px, 4.6vw, 82px);
    font-weight: 420;
}

.footer-brand-sub {
    font-size: clamp(20px, 2.2vw, 38px);
    font-weight: 500;
}

@media (max-width: 1180px) and (min-width: 861px) {
    :root {
        --tk-shell: clamp(28px, 4.2vw, 52px);
    }

    .tk-final-page .stage {
        height: calc(100svh - var(--tk-header-h) - 12px);
        min-height: 610px;
        max-height: none;
    }

    .tk-final-page .copy {
        width: min(57%, 700px);
        gap: 24px;
        padding-left: clamp(36px, 4vw, 56px);
        padding-top: clamp(58px, 7vh, 86px);
    }

    .tk-final-page .name {
        font-size: clamp(72px, 9.1vw, 120px);
    }

    .tk-final-page .lead {
        font-size: clamp(19px, 2vw, 25px);
    }

    .tk-final-page .photo-zone {
        right: -3%;
        width: 54vw;
        height: 84%;
    }

    .tk-final-page .portrait {
        right: clamp(-128px, -8vw, -76px);
        height: 130%;
    }

    .tk-final-page .service-list {
        right: clamp(30px, 4vw, 54px);
        bottom: clamp(20px, 3vw, 40px);
        font-size: clamp(16px, 1.8vw, 20px);
    }

    .project-card a {
        min-height: clamp(300px, 30vw, 410px);
        aspect-ratio: 1.12 / 1;
    }

    .services-title {
        font-size: clamp(46px, 6vw, 76px);
    }

    .service-heading {
        font-size: clamp(19px, 1.8vw, 25px);
    }

    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .profile-hero-title h1,
    .contact-hero .hero-title {
        font-size: clamp(54px, 6.8vw, 86px);
    }
}

@media (max-width: 980px) {
    .tk-final-page {
        width: 100%;
        padding-bottom: 0;
    }

    .tk-final-page .stage {
        height: auto;
        min-height: calc(100svh - var(--tk-header-h));
        max-height: none;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        align-content: start;
        padding: 44px var(--tk-shell) 0;
        border-radius: 0 0 24px 24px;
    }

    .tk-final-page .copy {
        position: relative;
        order: 1;
        width: 100%;
        height: auto;
        padding: 0;
        gap: 24px;
        align-content: start;
    }

    .tk-final-page .service-list {
        position: relative;
        order: 2;
        top: auto;
        right: auto;
        bottom: auto;
        justify-self: start;
        max-width: 100%;
        margin-top: 8px;
        text-align: left;
        font-size: clamp(17px, 2.2vw, 21px);
    }

    .tk-final-page .photo-zone {
        position: relative;
        order: 3;
        right: auto;
        bottom: auto;
        width: 100%;
        height: min(58svh, 540px);
        min-height: 340px;
        margin-top: 0;
    }

    .tk-final-page .portrait {
        right: 50%;
        height: min(132%, 700px);
        transform: translate(50%, var(--tk-hero-portrait-y, 0));
    }

    .contact-layout {
        gap: 34px;
    }
}

@media (max-width: 860px) {
    .menu-links a {
        font-size: clamp(34px, 10vw, 64px);
        line-height: 1.04;
    }

    .tk-final-page .name {
        font-size: clamp(58px, 17vw, 96px);
    }

    .tk-final-page .lead,
    .tk-final-page .role {
        font-size: clamp(18px, 5vw, 24px);
    }

    .tk-final-page .photo-zone {
        height: 48svh;
        min-height: 300px;
    }

    .project-card a {
        min-height: 270px;
        aspect-ratio: 1.05 / 1;
        border-radius: 22px;
    }

    .project-top {
        padding: 16px;
    }

    .project-top strong {
        max-width: 68%;
        font-size: 16px;
    }

    .project-meta {
        font-size: 12px;
    }

    .services-title {
        font-size: clamp(38px, 13vw, 62px);
    }

    .service-item summary {
        min-height: 62px;
    }

    .service-heading {
        font-size: 20px;
    }

    .service-content {
        grid-template-columns: 1fr;
    }

    .service-media {
        width: min(100%, 220px);
        height: 86px;
    }

    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .profile-hero-title h1,
    .contact-hero .hero-title {
        font-size: clamp(42px, 12vw, 68px);
    }

    .profile-hero-photo {
        height: 420px;
        min-height: 320px;
    }

    .studio-statement h2,
    .tools-section h2,
    .interests-section h2 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .contact-details,
    .contact-panel {
        padding: 28px 22px;
    }
}

/* Final art-direction polish: keeps the HTML proposal feeling across browsers. */
.desktop-menu a,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    color: var(--tk-accent) !important;
}

.tk-final-page .stage {
    min-height: min(760px, calc(100svh - var(--tk-header-h)));
    background:
        radial-gradient(circle at 75% 54%, rgba(144, 88, 255, 0.13), rgba(144, 88, 255, 0) 28%),
        linear-gradient(90deg, rgba(144, 88, 255, 0.055), rgba(255, 255, 255, 0) 39%),
        var(--tk-paper);
}

.tk-final-page .copy {
    width: min(50vw, 780px);
    gap: clamp(22px, 2.4vw, 36px);
    padding-top: clamp(44px, 6vh, 82px);
}

.tk-final-page .name {
    overflow: visible;
    font-size: clamp(88px, 9vw, 154px);
    line-height: 0.86;
    letter-spacing: 0;
}

.tk-final-page .name span {
    display: block;
    padding-top: 0.035em;
}

.tk-final-page .role {
    font-size: clamp(22px, 2vw, 36px);
}

.tk-final-page .lead {
    max-width: 760px;
    font-size: clamp(23px, 2vw, 34px);
    line-height: 1.12;
}

.tk-final-page .photo-zone {
    right: max(-8vw, -132px);
    width: min(58vw, 1060px);
    height: 94%;
    bottom: 0;
}

.tk-final-page .photo-zone::before {
    opacity: 0.76;
    transform: translate(-7%, 4%) scale(1.06);
}

.tk-final-page .portrait {
    right: max(-9vw, -140px);
    height: min(154%, 980px);
    max-width: none;
    transform: translate(var(--tk-hero-portrait-x, -4%), var(--tk-hero-portrait-y, 0)) scale(1.04);
    transform-origin: center bottom;
}

.tk-final-page .service-list {
    right: clamp(42px, 5.2vw, 96px);
    bottom: clamp(28px, 4vw, 72px);
    font-size: clamp(20px, 1.75vw, 30px);
    line-height: 1.18;
}

.project-card a {
    min-height: clamp(300px, 28vw, 460px);
    aspect-ratio: 1.22 / 1;
    border-radius: clamp(20px, 2vw, 32px);
    background: var(--tk-white);
}

.project-card a::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 42%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    opacity: 0.9;
    pointer-events: none;
}

.project-top {
    inset: auto 0 0;
    min-height: 0;
    padding: clamp(18px, 2vw, 28px);
    align-items: flex-end;
    background: transparent !important;
}

.project-top strong {
    max-width: 68%;
    color: var(--tk-white);
    font-size: clamp(17px, 1.28vw, 24px);
    font-weight: 640;
    line-height: 1.02;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.project-meta {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(12px, 0.9vw, 16px);
    text-align: right;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.project-media {
    background: #fff;
}

.project-media img,
.project-media video,
.project-card.is-contain .project-media img {
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
    background: #fff;
}

.project-card-liouba-typographie .project-media img {
    object-position: center 42% !important;
}

.project-card-elibo-fragile-identite-visuelle .project-media img {
    object-fit: contain !important;
    padding: clamp(26px, 4vw, 60px);
}

.project-card-elibo-fragile-identite-visuelle.has-video-preview .project-media img,
.project-card-elibo-fragile-identite-visuelle.has-video-preview .project-media video {
    padding: 0;
    object-fit: cover !important;
}

.services-panel {
    border-radius: 0;
    padding: clamp(34px, 4.2vw, 72px);
}

.services-intro {
    align-items: end;
    padding-bottom: clamp(26px, 3.2vw, 44px);
}

.services-title {
    font-size: clamp(44px, 5.4vw, 94px);
    font-weight: 520;
    line-height: 0.9;
}

.service-item summary {
    min-height: clamp(62px, 4.6vw, 84px);
}

.service-heading {
    font-size: clamp(22px, 2.1vw, 39px);
    font-weight: 520;
    letter-spacing: 0;
}

.service-toggle {
    width: 28px;
    height: 28px;
    border: 0 !important;
    background: transparent !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 24px;
    height: 2px;
}

.service-content {
    grid-template-columns: minmax(128px, 190px) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 52px);
    padding-bottom: clamp(28px, 3.6vw, 58px);
}

.service-media {
    width: min(100%, 170px);
    height: clamp(78px, 6.4vw, 116px);
    border-radius: 12px;
    background: var(--service-thumb-bg, #fff);
    box-shadow: none;
}

.service-media img {
    object-fit: var(--service-thumb-fit, contain);
    object-position: var(--service-thumb-position, center center);
    padding: var(--service-thumb-padding, 0);
    background: var(--service-thumb-bg, #fff);
}

.tk-projects-page .hero,
.contact-hero {
    grid-template-columns: minmax(64px, 0.09fr) minmax(0, 0.91fr);
    gap: clamp(34px, 5vw, 92px);
}

.tk-projects-page .hero-title,
.contact-hero .hero-title {
    justify-self: start;
    max-width: 10.5ch;
    font-size: clamp(62px, 6.6vw, 122px);
    font-weight: 600;
    line-height: 0.9;
}

.contact-hero .hero-copy {
    max-width: 980px;
    font-size: clamp(21px, 1.65vw, 30px);
    line-height: 1.18;
}

.contact-layout {
    grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
    align-items: start;
    gap: clamp(70px, 8vw, 170px);
    margin-top: clamp(20px, 3vw, 48px);
}

.contact-details,
.contact-panel {
    border-radius: clamp(24px, 2.6vw, 38px);
    padding: clamp(40px, 5vw, 78px);
}

.contact-details {
    display: grid;
    gap: clamp(20px, 2.4vw, 34px);
}

.big-contact-link {
    font-size: clamp(23px, 2.15vw, 40px);
    font-weight: 560;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.18em;
}

.contact-cv {
    display: grid;
    gap: 18px;
    padding-top: 10px;
}

.contact-panel h2 {
    font-size: clamp(34px, 3vw, 54px);
    font-weight: 600;
    line-height: 1.02;
    margin-bottom: clamp(28px, 3vw, 44px);
}

.contact-form {
    display: grid;
    gap: clamp(18px, 2vw, 28px);
}

.project-detail-hero {
    padding-top: clamp(72px, 8vh, 120px);
    grid-template-columns: minmax(72px, 0.1fr) minmax(0, 0.9fr);
    gap: clamp(34px, 5vw, 92px);
}

.project-detail-hero h1 {
    max-width: 12.5ch;
    font-size: clamp(50px, 4.9vw, 94px);
    font-weight: 600;
    line-height: 0.94;
    overflow-wrap: normal;
    word-break: normal;
}

.case-intro {
    grid-template-columns: minmax(90px, 0.16fr) minmax(0, 0.84fr);
}

.case-intro p:last-child {
    font-size: clamp(21px, 1.7vw, 31px);
    font-weight: 480;
    line-height: 1.12;
}

.project-info {
    border-top: 1px solid var(--tk-line);
}

.project-info div {
    min-height: 66px;
    padding-inline: clamp(18px, 2vw, 34px);
}

.project-hero-image,
.motion-section,
.case-gallery,
.case-text-block,
.fragile-walk-band,
.case-free-content,
.next-projects {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1720px);
}

.project-hero-image img,
.case-gallery figure img {
    background: #fff;
}

.motion-section-first {
    margin-top: clamp(12px, 2vw, 36px);
}

.page-hero.profile-banner {
    min-height: min(760px, calc(100svh - var(--tk-header-h)));
    grid-template-columns: minmax(0, 0.5fr) minmax(360px, 0.5fr);
    grid-template-areas:
        "title photo"
        "copy photo";
    align-content: center;
    padding-top: clamp(54px, 7vh, 96px);
}

.profile-hero-title {
    grid-area: title;
}

.profile-hero-copy {
    grid-area: copy;
}

.profile-hero-photo {
    grid-area: photo;
    height: min(62svh, 640px);
    min-height: 430px;
}

.profile-hero-photo img {
    transform: scale(1.08);
    transform-origin: center bottom;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.profile-hero-photo:hover img,
.profile-hero-photo:focus-visible img {
    filter: grayscale(0) saturate(1) contrast(1);
    transform: scale(1.1);
}

.profile-hero-title h1 {
    font-size: clamp(68px, 7.2vw, 128px);
    font-weight: 600;
    line-height: 0.9;
}

.profile-hero-copy p {
    max-width: 780px;
    font-size: clamp(20px, 1.55vw, 29px);
    font-weight: 470;
    line-height: 1.16;
}

.profile-intro-section,
.profile-experience,
.education-section,
.profile-tools,
.interests-section {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1620px);
}

.profile-experience .section-kicker,
.education-section .section-kicker,
.profile-tools .section-kicker,
.interests-section .section-kicker,
.studio-facts .section-kicker {
    color: var(--tk-ink);
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 650;
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    font-size: clamp(28px, 2.7vw, 48px);
    font-weight: 520;
    line-height: 1.06;
}

.tools-section h2,
.interests-section h2 {
    max-width: 1120px;
}

.experience-list article {
    grid-template-columns: minmax(150px, 0.2fr) minmax(260px, 0.28fr) minmax(0, 0.52fr);
    gap: clamp(24px, 4vw, 86px);
    align-items: start;
}

.experience-list h2 {
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 620;
    line-height: 1.05;
}

.experience-list p {
    max-width: 780px;
    font-size: clamp(17px, 1.15vw, 22px);
    font-weight: 480;
    line-height: 1.22;
}

.education-card p,
.studio-facts li,
.skill-cloud span {
    font-weight: 500;
}

.tool-logo-grid span {
    box-shadow: none;
}

.site-footer {
    overflow: hidden;
    border-radius: 0 !important;
    background: var(--tk-ink);
    color: var(--tk-white);
}

.footer-main {
    padding: clamp(44px, 5vw, 78px) var(--tk-shell);
}

.footer-brand-word {
    font-size: clamp(40px, 4.2vw, 78px);
    font-weight: 430;
    line-height: 0.88;
}

.footer-brand-sub {
    font-size: clamp(18px, 1.8vw, 32px);
    font-weight: 480;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1180px) and (min-width: 861px) {
    .tk-final-page .stage {
        min-height: 650px;
        height: calc(100svh - var(--tk-header-h));
    }

    .tk-final-page .copy {
        width: min(52vw, 710px);
        padding-left: clamp(34px, 4vw, 56px);
        padding-top: clamp(34px, 5vh, 68px);
    }

    .tk-final-page .name {
        font-size: clamp(76px, 9vw, 126px);
        line-height: 0.86;
    }

    .tk-final-page .lead {
        font-size: clamp(21px, 2vw, 28px);
    }

    .tk-final-page .photo-zone {
        right: max(-9vw, -120px);
        width: 58vw;
        height: 91%;
    }

    .tk-final-page .portrait {
        right: max(-11vw, -130px);
        height: 150%;
    }

    .tk-final-page .service-list {
        right: clamp(26px, 3.8vw, 58px);
        bottom: clamp(16px, 2.4vw, 34px);
        font-size: clamp(18px, 1.7vw, 23px);
    }

.project-card a {
        min-height: clamp(280px, 29vw, 380px);
        aspect-ratio: 1.18 / 1;
    }

    .project-top strong {
        font-size: clamp(16px, 1.45vw, 21px);
    }

    .services-title {
        font-size: clamp(46px, 5.5vw, 76px);
    }

    .service-heading {
        font-size: clamp(22px, 2.35vw, 32px);
    }

    .project-detail-hero h1,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title {
        font-size: clamp(48px, 5.6vw, 74px);
    }
}

@media (max-width: 980px) {
    .tk-final-page .stage {
        min-height: calc(100svh - var(--tk-header-h));
        gap: 18px;
        padding-top: clamp(28px, 5vw, 48px);
    }

    .tk-final-page .name {
        font-size: clamp(62px, 15vw, 112px);
    }

    .tk-final-page .photo-zone {
        min-height: 380px;
        height: min(55svh, 540px);
    }

    .tk-final-page .portrait {
        height: min(150%, 780px);
        transform: translate(50%, var(--tk-hero-portrait-y, 0)) scale(1.04);
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: clamp(38px, 7vw, 70px);
    }

    .page-hero.profile-banner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "copy"
            "photo";
        min-height: auto;
        gap: 30px;
    }

    .profile-hero-photo {
        height: min(58svh, 520px);
    }

    .experience-list article {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .project-detail-hero,
    .case-intro,
    .tk-projects-page .hero,
    .contact-hero {
        grid-template-columns: 1fr;
    }

    .project-detail-hero h1,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title {
        max-width: 100%;
        font-size: clamp(52px, 10vw, 86px);
    }
}

@media (max-width: 860px) {
    .tk-final-page .service-list {
        font-size: clamp(16px, 4.4vw, 22px);
    }

    .service-heading {
        font-size: clamp(23px, 7vw, 34px);
    }

    .service-content {
        grid-template-columns: 1fr;
    }

    .service-media {
        width: min(100%, 220px);
        height: 94px;
    }

    .project-card a {
        min-height: 300px;
        aspect-ratio: 1.04 / 1;
    }

    .project-top {
        padding: 18px;
    }

    .project-top strong {
        max-width: 72%;
        font-size: 17px;
    }

    .project-meta {
        font-size: 12px;
    }

    .big-contact-link {
        font-size: clamp(20px, 6vw, 30px);
        overflow-wrap: anywhere;
    }

    .contact-details,
    .contact-panel {
        padding: 30px 22px;
    }
}

/* 0.7.0 final responsive art direction. */
.desktop-menu a::before,
.desktop-menu a::after,
.desktop-menu .current-menu-item > a::before,
.desktop-menu .current-menu-item > a::after,
.desktop-menu .current_page_item > a::before,
.desktop-menu .current_page_item > a::after {
    display: none !important;
}

.desktop-menu a,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    color: var(--tk-accent) !important;
}

.menu-overlay-inner {
    align-items: end;
}

.menu-links a {
    font-size: clamp(72px, 10vw, 164px);
    font-weight: 620;
    line-height: 0.9;
}

.tk-final-page .stage {
    height: calc(100svh - var(--tk-header-h));
    min-height: 720px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 52%, rgba(144, 88, 255, 0.17), rgba(144, 88, 255, 0) 31%),
        linear-gradient(90deg, rgba(144, 88, 255, 0.06), rgba(255, 255, 255, 0) 42%),
        var(--tk-paper);
}

.tk-final-page .copy {
    width: min(49vw, 780px);
    padding-top: clamp(62px, 8vh, 118px);
    gap: clamp(22px, 2.1vw, 34px);
    z-index: 4;
}

.tk-final-page .kicker {
    margin-bottom: clamp(8px, 1vw, 18px);
}

.tk-final-page .name {
    font-size: clamp(92px, 8.7vw, 152px);
    font-weight: 660;
    line-height: 0.92;
    overflow: visible;
}

.tk-final-page .name span {
    padding-top: 0.055em;
}

.tk-final-page .role {
    font-size: clamp(22px, 1.8vw, 34px);
    font-weight: 650;
}

.tk-final-page .lead {
    max-width: 790px;
    font-size: clamp(22px, 1.75vw, 32px);
    font-weight: 560;
    line-height: 1.16;
}

.tk-final-page .actions {
    margin-top: clamp(4px, 1vw, 16px);
}

.tk-final-page .photo-zone {
    right: max(-11vw, -170px);
    bottom: 0;
    width: min(63vw, 1160px);
    height: 100%;
    z-index: 2;
}

.tk-final-page .photo-zone::before {
    opacity: 0.78;
    transform: translate(-9%, 4%) scale(1.16);
}

.tk-final-page .portrait {
    right: max(-11vw, -170px);
    height: min(169%, 1080px);
    transform: translate(var(--tk-hero-portrait-x, -8%), var(--tk-hero-portrait-y, 0)) scale(1.08);
    transform-origin: center bottom;
}

.tk-final-page .service-list {
    right: clamp(34px, 5vw, 92px);
    bottom: clamp(20px, 3.4vw, 58px);
    z-index: 5;
    font-size: clamp(18px, 1.55vw, 27px);
    font-weight: 650;
    line-height: 1.2;
}

.projects-section {
    padding-top: clamp(70px, 8vw, 132px);
}

.project-card a {
    aspect-ratio: 1.08 / 1;
    min-height: clamp(340px, 33vw, 560px);
    border-radius: clamp(18px, 2vw, 30px);
    background: #fff;
    overflow: hidden;
}

.project-card a::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 46%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
    opacity: 0.92;
    pointer-events: none;
}

.project-media {
    inset: 0 !important;
    background: #fff;
}

.project-media img,
.project-media video,
.project-card.is-contain .project-media img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
    background: #fff;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img {
    object-fit: contain !important;
    padding: clamp(30px, 5vw, 72px) !important;
}

.project-card-liouba-typographie .project-media img {
    object-position: center 40% !important;
}

.project-card-hairly-app-reservation .project-media img {
    object-position: center 48% !important;
}

.project-card-dollies-direction-visuelle .project-media img,
.project-card-orea-identite-visuelle .project-media img,
.project-card-start-pause-packaging-produit .project-media img,
.project-card-tropical-drink-packaging-produit .project-media img,
.project-card-calendrier-avent-packaging-produit .project-media img,
.project-card-stand-de-salon-esa .project-media img,
.project-card-stand-de-salon-esa-b2b .project-media img,
.project-card-esa-journee-mondiale-environnement .project-media img {
    object-position: center center !important;
}

.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
    display: none !important;
}

.project-top {
    inset: auto 0 0;
    z-index: 2;
    min-height: 0;
    padding: clamp(18px, 2vw, 30px);
    align-items: flex-end;
    background: transparent !important;
}

.project-top strong {
    max-width: min(72%, 620px);
    color: #fff;
    font-size: clamp(18px, 1.25vw, 25px);
    font-weight: 620;
    line-height: 1.02;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.project-meta {
    align-self: end;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: clamp(12px, 0.86vw, 16px);
    font-weight: 560;
    line-height: 1.05;
    text-align: right;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.services-panel {
    border-radius: 0;
    padding: clamp(38px, 4.4vw, 74px) clamp(42px, 5vw, 88px);
}

.services-intro {
    align-items: end;
    padding-bottom: clamp(24px, 2.6vw, 42px);
}

.services-title {
    font-size: clamp(54px, 5.4vw, 96px);
    font-weight: 560;
    line-height: 0.88;
}

.service-item summary {
    min-height: clamp(58px, 4.1vw, 76px);
}

.service-heading {
    font-size: clamp(22px, 1.7vw, 34px);
    font-weight: 540;
    line-height: 1;
}

.service-toggle {
    width: 30px;
    height: 30px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 25px;
    height: 2px;
    background: #fff;
}

.service-content {
    grid-template-columns: minmax(118px, 174px) minmax(0, 1fr);
    gap: clamp(24px, 3vw, 54px);
    padding-bottom: clamp(24px, 3vw, 50px);
}

.service-media {
    width: min(100%, 174px);
    height: clamp(72px, 5.4vw, 104px);
    border-radius: 12px;
    background: var(--service-thumb-bg, #fff);
    box-shadow: none;
}

.service-media img {
    object-fit: var(--service-thumb-fit, contain);
    object-position: var(--service-thumb-position, center center);
    padding: var(--service-thumb-padding, 0);
    background: var(--service-thumb-bg, #fff);
}

.tk-projects-page .hero {
    min-height: clamp(430px, 54svh, 660px);
    grid-template-columns: minmax(100px, 0.18fr) minmax(0, 0.82fr);
    gap: clamp(30px, 4.8vw, 84px);
    align-items: end;
    overflow: hidden;
}

.tk-projects-page .hero-title {
    justify-self: start;
    max-width: 11ch;
    font-size: clamp(72px, 6.7vw, 124px);
    font-weight: 620;
    line-height: 0.9;
}

.tk-projects-page .hero-copy {
    max-width: 860px;
    font-size: clamp(21px, 1.55vw, 29px);
    font-weight: 520;
    line-height: 1.16;
}

.project-detail-hero {
    min-height: auto;
    padding-top: clamp(76px, 8vh, 118px);
    grid-template-columns: minmax(108px, 0.18fr) minmax(0, 0.82fr);
    gap: clamp(32px, 4.8vw, 86px);
    overflow: hidden;
}

.project-detail-hero h1 {
    max-width: 13ch;
    font-size: clamp(54px, 5vw, 96px);
    font-weight: 620;
    line-height: 0.94;
    overflow-wrap: normal;
    word-break: normal;
}

.case-intro {
    grid-template-columns: minmax(108px, 0.18fr) minmax(0, 0.82fr);
    gap: clamp(32px, 4.8vw, 86px);
    padding-top: clamp(32px, 4vw, 68px);
}

.case-intro .section-kicker {
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 640;
}

.case-intro p:last-child {
    max-width: 940px;
    font-size: clamp(22px, 1.75vw, 32px);
    font-weight: 480;
    line-height: 1.15;
}

.project-info div {
    min-height: 72px;
    padding-inline: clamp(20px, 2.6vw, 48px);
}

.project-info dt {
    font-size: clamp(14px, 0.9vw, 18px);
}

.project-info dd {
    padding-left: 20px;
    font-size: clamp(14px, 1vw, 19px);
}

.project-hero-image,
.motion-section,
.case-gallery,
.case-text-block,
.fragile-walk-band,
.case-free-content,
.next-projects {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1720px);
}

.project-hero-image img,
.case-gallery figure img {
    background: #fff;
}

.motion-section-first {
    margin-top: clamp(10px, 2vw, 34px);
}

.contact-hero {
    min-height: clamp(430px, 52svh, 650px);
    grid-template-columns: minmax(96px, 0.16fr) minmax(0, 0.84fr);
    gap: clamp(30px, 4.6vw, 80px);
    align-items: end;
}

.contact-hero .hero-title {
    justify-self: start;
    max-width: 12ch;
    font-size: clamp(64px, 6.2vw, 114px);
    font-weight: 620;
    line-height: 0.9;
}

.contact-hero .hero-copy {
    max-width: 980px;
    font-size: clamp(22px, 1.65vw, 30px);
    font-weight: 520;
    line-height: 1.18;
}

.contact-layout {
    grid-template-columns: minmax(390px, 0.43fr) minmax(0, 0.57fr);
    align-items: start;
    gap: clamp(78px, 8vw, 180px);
    margin-top: clamp(24px, 3vw, 54px);
}

.contact-details,
.contact-panel {
    border-radius: clamp(24px, 2.6vw, 38px);
    padding: clamp(42px, 5vw, 82px);
}

.contact-details {
    display: grid;
    gap: clamp(22px, 2.4vw, 36px);
}

.big-contact-link {
    font-size: clamp(24px, 2.05vw, 40px);
    font-weight: 560;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.18em;
}

.contact-cv {
    display: grid;
    gap: 18px;
    padding-top: 8px;
}

.contact-panel h2 {
    margin-bottom: clamp(28px, 3vw, 44px);
    font-size: clamp(34px, 3vw, 56px);
    font-weight: 620;
    line-height: 1.02;
}

.contact-form {
    display: grid;
    gap: clamp(18px, 2vw, 28px);
}

.page-hero.profile-banner {
    min-height: min(760px, calc(100svh - var(--tk-header-h)));
    grid-template-columns: minmax(0, 0.5fr) minmax(360px, 0.5fr);
    grid-template-areas:
        "title photo"
        "copy photo";
    align-content: center;
    overflow: hidden;
    padding-top: clamp(56px, 7vh, 96px);
}

.profile-hero-title {
    grid-area: title;
}

.profile-hero-copy {
    grid-area: copy;
}

.profile-hero-title h1 {
    font-size: clamp(78px, 7.4vw, 132px);
    font-weight: 620;
    line-height: 0.9;
}

.profile-hero-copy p {
    max-width: 820px;
    font-size: clamp(20px, 1.48vw, 28px);
    font-weight: 470;
    line-height: 1.17;
}

.profile-hero-photo {
    grid-area: photo;
    height: min(64svh, 650px);
    min-height: 430px;
    background:
        radial-gradient(circle at 50% 54%, rgba(144, 88, 255, 0.13), rgba(144, 88, 255, 0) 46%),
        #fff;
}

.profile-hero-photo img {
    object-fit: contain;
    object-position: center bottom;
    transform: scale(1.1);
    transform-origin: center bottom;
    transition: filter 0.28s ease, transform 0.28s ease;
}

.profile-hero-photo:hover img,
.profile-hero-photo:focus-visible img {
    filter: grayscale(0) saturate(1) contrast(1);
    transform: scale(1.12);
}

.profile-intro-section,
.profile-experience,
.education-section,
.profile-tools,
.interests-section {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1620px);
}

.profile-experience .section-kicker,
.education-section .section-kicker,
.profile-tools .section-kicker,
.interests-section .section-kicker,
.studio-facts .section-kicker {
    color: var(--tk-ink);
    font-size: clamp(18px, 1.2vw, 23px);
    font-weight: 650;
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    max-width: 1180px;
    font-size: clamp(28px, 2.45vw, 46px);
    font-weight: 520;
    line-height: 1.07;
}

.experience-list article {
    grid-template-columns: minmax(150px, 0.2fr) minmax(260px, 0.28fr) minmax(0, 0.52fr);
    gap: clamp(24px, 4vw, 86px);
    align-items: start;
}

.experience-list h2 {
    font-size: clamp(24px, 1.95vw, 38px);
    font-weight: 620;
    line-height: 1.05;
}

.experience-list p {
    max-width: 780px;
    font-size: clamp(17px, 1.1vw, 22px);
    font-weight: 480;
    line-height: 1.22;
}

.tool-logo-grid span {
    font-weight: 650;
    box-shadow: none;
}

.education-card p,
.studio-facts li,
.skill-cloud span {
    font-weight: 500;
}

.site-footer {
    overflow: hidden;
    border-radius: 0 !important;
    background: var(--tk-ink);
    color: var(--tk-white);
}

.footer-main {
    padding: clamp(44px, 5vw, 78px) var(--tk-shell);
}

.footer-brand-word {
    font-size: clamp(40px, 4.1vw, 76px);
    font-weight: 430;
    line-height: 0.88;
}

.footer-brand-sub {
    font-size: clamp(18px, 1.7vw, 30px);
    font-weight: 480;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1180px) and (min-width: 861px) {
    .menu-links a {
        font-size: clamp(62px, 9vw, 116px);
    }

    .tk-final-page .stage {
        min-height: 670px;
        height: calc(100svh - var(--tk-header-h));
    }

    .tk-final-page .copy {
        width: min(52vw, 720px);
        padding-top: clamp(44px, 6vh, 76px);
        padding-left: clamp(34px, 4vw, 56px);
    }

    .tk-final-page .name {
        font-size: clamp(78px, 9vw, 122px);
        line-height: 0.92;
    }

    .tk-final-page .lead {
        font-size: clamp(20px, 1.85vw, 27px);
    }

    .tk-final-page .photo-zone {
        right: max(-12vw, -140px);
        width: 62vw;
        height: 98%;
    }

    .tk-final-page .portrait {
        right: max(-13vw, -150px);
        height: 162%;
        transform: translate(var(--tk-hero-portrait-x, -8%), var(--tk-hero-portrait-y, 0)) scale(1.06);
    }

    .tk-final-page .service-list {
        right: clamp(24px, 3.6vw, 54px);
        bottom: clamp(14px, 2.2vw, 32px);
        font-size: clamp(17px, 1.6vw, 22px);
    }

    .project-card a {
        min-height: clamp(300px, 30vw, 420px);
        aspect-ratio: 1.08 / 1;
    }

    .project-top strong {
        font-size: clamp(16px, 1.35vw, 21px);
    }

    .services-title {
        font-size: clamp(46px, 5.5vw, 76px);
    }

    .service-heading {
        font-size: clamp(22px, 2.05vw, 30px);
    }

    .project-detail-hero h1,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title {
        font-size: clamp(50px, 5.45vw, 76px);
    }

    .project-detail-hero,
    .tk-projects-page .hero,
    .contact-hero {
        grid-template-columns: minmax(84px, 0.16fr) minmax(0, 0.84fr);
    }

    .page-hero.profile-banner {
        grid-template-columns: minmax(0, 0.52fr) minmax(320px, 0.48fr);
    }
}

@media (max-width: 980px) {
    .tk-final-page .stage {
        height: auto;
        min-height: calc(100svh - var(--tk-header-h));
        gap: 18px;
        padding-top: clamp(28px, 5vw, 48px);
        overflow: hidden;
    }

    .tk-final-page .copy {
        width: 100%;
        padding-top: 0;
    }

    .tk-final-page .name {
        font-size: clamp(62px, 15vw, 112px);
    }

    .tk-final-page .photo-zone {
        min-height: 390px;
        height: min(55svh, 540px);
        width: 100%;
    }

    .tk-final-page .portrait {
        height: min(152%, 790px);
        transform: translate(50%, var(--tk-hero-portrait-y, 0)) scale(1.04);
    }

    .tk-final-page .service-list {
        font-size: clamp(16px, 4.4vw, 22px);
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: clamp(40px, 7vw, 72px);
    }

    .page-hero.profile-banner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "copy"
            "photo";
        min-height: auto;
        gap: 30px;
    }

    .profile-hero-photo {
        height: min(58svh, 520px);
    }

    .experience-list article {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .project-detail-hero,
    .case-intro,
    .tk-projects-page .hero,
    .contact-hero {
        grid-template-columns: 1fr;
    }

    .project-detail-hero h1,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title {
        max-width: 100%;
        font-size: clamp(52px, 10vw, 86px);
    }
}

@media (max-width: 860px) {
    .menu-links a {
        font-size: clamp(52px, 14vw, 92px);
    }

    .service-heading {
        font-size: clamp(23px, 6.8vw, 34px);
    }

    .service-content {
        grid-template-columns: 1fr;
    }

    .service-media {
        width: min(100%, 220px);
        height: 94px;
    }

    .project-card a {
        min-height: 300px;
        aspect-ratio: 1.04 / 1;
    }

    .project-top {
        padding: 18px;
    }

    .project-top strong {
        max-width: 72%;
        font-size: 17px;
    }

    .project-meta {
        font-size: 12px;
    }

    .big-contact-link {
        font-size: clamp(20px, 6vw, 30px);
        overflow-wrap: anywhere;
    }

    .contact-details,
    .contact-panel {
        padding: 30px 22px;
    }
}

/* 0.7.1 polish: tighter DA proportions across Safari, MacBook and mobile. */
.menu-links a {
    font-size: clamp(54px, 7.8vw, 122px) !important;
    font-weight: 560 !important;
}

.tk-final-page .stage {
    min-height: min(820px, calc(100svh - var(--tk-header-h))) !important;
}

.tk-final-page .photo-zone {
    right: max(-9vw, -126px) !important;
    width: min(62vw, 1120px) !important;
}

.tk-final-page .portrait {
    height: min(176%, 1130px) !important;
    transform: translate(var(--tk-hero-portrait-x, -8%), var(--tk-hero-portrait-y, 0)) scale(1.1) !important;
}

.tk-final-page .service-list {
    transform: translateY(0) !important;
}

.services-title {
    font-size: clamp(42px, 4.5vw, 78px) !important;
    font-weight: 520 !important;
}

.service-heading {
    font-size: clamp(20px, 1.45vw, 29px) !important;
    font-weight: 500 !important;
}

.service-item:not([open]) .service-content {
    display: none !important;
}

.service-media {
    width: min(100%, 156px) !important;
    height: clamp(66px, 4.8vw, 92px) !important;
}

.service-toggle {
    opacity: 0.9;
}

.tk-projects-page .hero,
.project-detail-hero,
.case-intro,
.contact-hero {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1720px) !important;
    margin-inline: auto !important;
}

.tk-projects-page .hero {
    min-height: clamp(380px, 47svh, 560px) !important;
    grid-template-columns: minmax(48px, 0.08fr) minmax(0, 0.92fr) !important;
}

.tk-projects-page .hero-title {
    max-width: 10ch !important;
    font-size: clamp(56px, 5.2vw, 92px) !important;
}

.tk-projects-page .hero-copy {
    max-width: 760px !important;
    font-size: clamp(19px, 1.35vw, 25px) !important;
}

.project-card a {
    aspect-ratio: 1.14 / 1 !important;
    min-height: clamp(300px, 29vw, 500px) !important;
    border-radius: clamp(16px, 1.7vw, 26px) !important;
}

.project-top {
    padding: clamp(16px, 1.55vw, 26px) !important;
}

.project-top strong {
    font-size: clamp(16px, 1.08vw, 22px) !important;
    font-weight: 590 !important;
}

.project-meta {
    font-size: clamp(11px, 0.78vw, 15px) !important;
}

.project-card a::after {
    height: 42% !important;
}

.project-detail-hero {
    padding-top: clamp(58px, 6.4vh, 92px) !important;
    grid-template-columns: minmax(48px, 0.08fr) minmax(0, 0.92fr) !important;
}

.project-detail-hero h1 {
    max-width: 15ch !important;
    font-size: clamp(42px, 3.9vw, 76px) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.case-intro {
    grid-template-columns: minmax(48px, 0.08fr) minmax(0, 0.92fr) !important;
}

.case-intro p:last-child {
    max-width: 820px !important;
    font-size: clamp(20px, 1.42vw, 27px) !important;
    font-weight: 430 !important;
}

.project-info {
    margin-top: clamp(24px, 3vw, 56px) !important;
}

.project-info div {
    min-height: 64px !important;
}

.contact-hero {
    min-height: clamp(380px, 48svh, 580px) !important;
    grid-template-columns: minmax(48px, 0.08fr) minmax(0, 0.92fr) !important;
}

.contact-hero .hero-title {
    max-width: 13ch !important;
    font-size: clamp(54px, 5.2vw, 92px) !important;
}

.contact-hero .hero-copy {
    max-width: 860px !important;
    font-size: clamp(20px, 1.42vw, 27px) !important;
    font-weight: 450 !important;
}

.contact-layout {
    gap: clamp(84px, 9vw, 190px) !important;
}

.contact-details,
.contact-panel {
    padding: clamp(46px, 5.6vw, 88px) !important;
}

.contact-panel h2 {
    font-size: clamp(30px, 2.5vw, 48px) !important;
    font-weight: 590 !important;
}

.page-hero.profile-banner {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1720px) !important;
    margin-inline: auto !important;
}

.profile-hero-title h1 {
    font-size: clamp(62px, 5.8vw, 104px) !important;
}

.profile-hero-copy p {
    font-size: clamp(18px, 1.28vw, 24px) !important;
    font-weight: 430 !important;
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    font-size: clamp(25px, 2.05vw, 38px) !important;
    font-weight: 470 !important;
}

.footer-brand-word {
    font-size: clamp(34px, 3.35vw, 62px) !important;
    font-weight: 380 !important;
}

@media (max-width: 1180px) and (min-width: 861px) {
    .tk-final-page .copy {
        width: min(50vw, 660px) !important;
    }

    .tk-final-page .name {
        font-size: clamp(72px, 8.4vw, 108px) !important;
    }

    .tk-final-page .photo-zone {
        right: max(-9vw, -110px) !important;
    }

    .tk-final-page .portrait {
        height: 172% !important;
    }

    .tk-final-page .service-list {
        font-size: clamp(16px, 1.45vw, 20px) !important;
    }
}

@media (max-width: 980px) {
    .tk-projects-page .hero,
    .project-detail-hero,
    .case-intro,
    .contact-hero {
        grid-template-columns: 1fr !important;
    }

    .tk-final-page .portrait {
        height: min(160%, 820px) !important;
        transform: translate(50%, var(--tk-hero-portrait-y, 0)) scale(1.04) !important;
    }

    .contact-layout {
        gap: clamp(44px, 8vw, 78px) !important;
    }
}

@media (max-width: 860px) {
    .tk-final-page .stage {
        min-height: auto !important;
    }

    .project-card a {
        min-height: 292px !important;
    }

    .services-title,
    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .contact-hero .hero-title,
    .profile-hero-title h1 {
        font-size: clamp(44px, 11vw, 72px) !important;
    }
}

/* 0.7.2 final DA pass: stronger harmony, calmer typography, better Safari/MacBook fit. */
:root {
    --tk-shell: clamp(28px, 4.2vw, 78px);
    --tk-header-h: 92px;
}

.site-header {
    background: rgba(243, 243, 243, 0.9) !important;
}

.desktop-menu a,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.desktop-menu a::before,
.desktop-menu a::after,
.desktop-menu .current-menu-item > a::before,
.desktop-menu .current-menu-item > a::after,
.desktop-menu .current_page_item > a::before,
.desktop-menu .current_page_item > a::after {
    content: none !important;
    display: none !important;
}

.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    color: var(--tk-accent) !important;
}

.tk-final-page .stage {
    height: calc(100svh - var(--tk-header-h)) !important;
    min-height: 690px !important;
    max-height: 920px !important;
    padding: 0 var(--tk-shell) clamp(28px, 3.2vw, 54px) !important;
    align-items: center !important;
}

.tk-final-page .copy {
    width: min(47vw, 760px) !important;
    padding-top: clamp(40px, 5.4vh, 82px) !important;
    gap: clamp(20px, 2vw, 34px) !important;
}

.tk-final-page .kicker {
    margin-bottom: clamp(6px, 0.8vw, 14px) !important;
}

.tk-final-page .name {
    font-size: clamp(86px, 8vw, 142px) !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
}

.tk-final-page .role {
    font-size: clamp(21px, 1.52vw, 29px) !important;
    font-weight: 620 !important;
}

.tk-final-page .lead {
    max-width: 720px !important;
    font-size: clamp(20px, 1.46vw, 27px) !important;
    font-weight: 520 !important;
    line-height: 1.18 !important;
}

.tk-final-page .photo-zone {
    right: max(-7vw, -110px) !important;
    width: min(58vw, 1040px) !important;
    height: 100% !important;
}

.tk-final-page .portrait {
    right: max(-7vw, -110px) !important;
    bottom: -2vh !important;
    height: min(var(--tk-hero-portrait-size, 182%), 1160px) !important;
    transform: translate(var(--tk-hero-portrait-x, -8%), var(--tk-hero-portrait-y, 0)) scale(1.08) !important;
}

.tk-final-page .service-list {
    right: clamp(30px, 4.2vw, 72px) !important;
    bottom: clamp(18px, 2.6vw, 44px) !important;
    max-width: 36vw !important;
    font-size: clamp(16px, 1.25vw, 22px) !important;
    font-weight: 610 !important;
    line-height: 1.22 !important;
}

.logofolio,
.projects-section,
.services-section {
    padding-top: clamp(64px, 7vw, 118px) !important;
}

.services-panel {
    border-radius: 0 !important;
    padding: clamp(34px, 4vw, 66px) clamp(36px, 4.6vw, 78px) !important;
}

.services-title {
    font-size: clamp(40px, 4vw, 70px) !important;
    font-weight: 500 !important;
    line-height: 0.94 !important;
}

.service-item summary {
    min-height: clamp(56px, 3.8vw, 72px) !important;
}

.service-heading {
    font-size: clamp(20px, 1.38vw, 28px) !important;
    font-weight: 500 !important;
    line-height: 1.02 !important;
}

.service-toggle {
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 24px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #fff !important;
}

.service-item[open] .service-toggle::after {
    transform: translate(-50%, -50%) scaleX(0) !important;
}

.service-item:not([open]) .service-content {
    display: none !important;
}

.service-content {
    grid-template-columns: minmax(100px, 148px) minmax(0, 1fr) !important;
    gap: clamp(22px, 2.6vw, 46px) !important;
    padding: 0 0 clamp(24px, 2.8vw, 44px) !important;
}

.service-media {
    width: min(100%, 148px) !important;
    height: clamp(62px, 4.7vw, 88px) !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.service-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--service-thumb-fit, contain) !important;
    object-position: var(--service-thumb-position, center center) !important;
    padding: var(--service-thumb-padding, 0) !important;
    background: #fff !important;
}

.project-grid {
    gap: clamp(20px, 2.1vw, 34px) !important;
}

.project-card a {
    aspect-ratio: 1.06 / 1 !important;
    min-height: clamp(320px, 28vw, 470px) !important;
    border-radius: clamp(18px, 1.55vw, 26px) !important;
    background: #fff !important;
}

.project-card a::before {
    content: "" !important;
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 42%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0)) !important;
    pointer-events: none;
}

.project-card a::after {
    content: none !important;
    display: none !important;
}

.project-top {
    inset: 0 0 auto !important;
    align-items: flex-start !important;
    padding: clamp(16px, 1.45vw, 24px) !important;
    background: transparent !important;
}

.project-top strong {
    max-width: 70% !important;
    color: #fff !important;
    font-size: clamp(16px, 1.02vw, 21px) !important;
    font-weight: 560 !important;
    line-height: 1.05 !important;
    text-shadow: 0 9px 24px rgba(0, 0, 0, 0.35) !important;
}

.project-meta {
    align-self: start !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: clamp(11px, 0.76vw, 14px) !important;
    font-weight: 520 !important;
    line-height: 1.05 !important;
    text-align: right !important;
}

.project-media,
.project-card.is-contain .project-media {
    inset: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.project-media img,
.project-media video,
.project-card.is-contain .project-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
    padding: 0 !important;
    background: #fff !important;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img {
    object-fit: contain !important;
    padding: clamp(26px, 4.5vw, 62px) !important;
}

.project-card-liouba-typographie .project-media img {
    object-position: center 42% !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
    background: #050505 !important;
}

.project-card.has-video-preview video {
    object-fit: cover !important;
}

.tk-projects-page .hero,
.project-detail-hero,
.case-intro,
.contact-hero {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1680px) !important;
    margin-inline: auto !important;
}

.tk-projects-page .hero {
    min-height: clamp(340px, 42svh, 500px) !important;
    grid-template-columns: minmax(86px, 0.13fr) minmax(0, 0.87fr) !important;
    gap: clamp(28px, 4vw, 70px) !important;
    padding-top: clamp(72px, 9vh, 112px) !important;
    padding-bottom: clamp(36px, 5vw, 70px) !important;
}

.tk-projects-page .hero-title {
    max-width: 11ch !important;
    font-size: clamp(52px, 4.8vw, 88px) !important;
    font-weight: 600 !important;
    line-height: 0.94 !important;
}

.tk-projects-page .hero-copy {
    max-width: 820px !important;
    font-size: clamp(19px, 1.32vw, 25px) !important;
    font-weight: 460 !important;
    line-height: 1.2 !important;
}

.tools,
.projects-archive {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1680px) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
}

.project-detail-hero {
    padding-top: clamp(78px, 8.5vh, 118px) !important;
    padding-bottom: clamp(28px, 4vw, 64px) !important;
    grid-template-columns: minmax(84px, 0.13fr) minmax(0, 0.87fr) !important;
    gap: clamp(28px, 4vw, 74px) !important;
    overflow: visible !important;
}

.project-detail-hero h1 {
    max-width: 15ch !important;
    font-size: clamp(42px, 4.1vw, 82px) !important;
    font-weight: 600 !important;
    line-height: 0.96 !important;
    overflow-wrap: anywhere !important;
}

.case-intro {
    grid-template-columns: minmax(84px, 0.13fr) minmax(0, 0.87fr) !important;
    gap: clamp(28px, 4vw, 74px) !important;
    padding-top: clamp(28px, 3.5vw, 54px) !important;
}

.case-intro .section-kicker {
    font-size: clamp(15px, 0.95vw, 19px) !important;
    font-weight: 600 !important;
}

.case-intro p:last-child {
    max-width: 900px !important;
    font-size: clamp(20px, 1.42vw, 27px) !important;
    font-weight: 440 !important;
    line-height: 1.18 !important;
}

.project-info {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1680px) !important;
    margin: clamp(24px, 3vw, 52px) auto 0 !important;
}

.project-info div {
    min-height: 66px !important;
    padding-inline: clamp(18px, 2.4vw, 42px) !important;
}

.project-info dt,
.project-info dd {
    font-size: clamp(13px, 0.9vw, 18px) !important;
}

.project-hero-image,
.motion-section,
.case-gallery,
.case-text-block,
.fragile-walk-band,
.case-free-content,
.next-projects {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1680px) !important;
}

.contact-hero {
    min-height: clamp(360px, 44svh, 540px) !important;
    grid-template-columns: minmax(86px, 0.13fr) minmax(0, 0.87fr) !important;
    gap: clamp(28px, 4vw, 70px) !important;
    align-items: end !important;
    padding-top: clamp(78px, 9vh, 118px) !important;
}

.contact-hero .hero-title {
    justify-self: start !important;
    transform: translateX(-1.4vw) !important;
    max-width: 12ch !important;
    font-size: clamp(52px, 4.9vw, 88px) !important;
    font-weight: 600 !important;
    line-height: 0.94 !important;
}

.contact-hero .hero-copy {
    max-width: 900px !important;
    font-size: clamp(20px, 1.38vw, 26px) !important;
    font-weight: 440 !important;
    line-height: 1.2 !important;
}

.contact-layout {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1600px) !important;
    grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr) !important;
    gap: clamp(88px, 8.5vw, 172px) !important;
    margin-top: clamp(26px, 3vw, 52px) !important;
}

.contact-details,
.contact-panel {
    border-radius: clamp(22px, 2vw, 32px) !important;
    padding: clamp(42px, 4.6vw, 74px) !important;
}

.contact-details {
    gap: clamp(24px, 2.5vw, 38px) !important;
}

.big-contact-link {
    font-size: clamp(24px, 1.9vw, 36px) !important;
    font-weight: 520 !important;
    line-height: 1.08 !important;
}

.contact-cv p {
    font-size: clamp(17px, 1.12vw, 21px) !important;
    font-weight: 430 !important;
    line-height: 1.28 !important;
}

.contact-panel h2 {
    font-size: clamp(32px, 2.55vw, 48px) !important;
    font-weight: 590 !important;
}

.page-hero.profile-banner {
    width: min(calc(100% - (var(--tk-shell) * 2)), 1680px) !important;
    min-height: min(720px, calc(100svh - var(--tk-header-h))) !important;
    grid-template-columns: minmax(0, 0.53fr) minmax(320px, 0.47fr) !important;
    gap: clamp(34px, 4.5vw, 82px) !important;
    padding: clamp(74px, 8vh, 112px) clamp(28px, 4vw, 68px) clamp(42px, 5vw, 74px) !important;
    background:
        radial-gradient(circle at 74% 52%, rgba(144, 88, 255, 0.13), rgba(144, 88, 255, 0) 36%),
        linear-gradient(90deg, rgba(144, 88, 255, 0.045), rgba(255, 255, 255, 0) 48%),
        var(--tk-paper) !important;
}

.profile-hero-title h1 {
    font-size: clamp(58px, 4.9vw, 92px) !important;
    font-weight: 600 !important;
    line-height: 0.94 !important;
}

.profile-hero-copy p {
    max-width: 840px !important;
    font-size: clamp(19px, 1.32vw, 25px) !important;
    font-weight: 430 !important;
    line-height: 1.2 !important;
}

.profile-hero-photo {
    min-height: 400px !important;
    height: min(58svh, 610px) !important;
    border-radius: clamp(22px, 2vw, 32px) !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 50% 54%, rgba(144, 88, 255, 0.12), rgba(144, 88, 255, 0) 46%),
        #fff !important;
}

.profile-hero-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: scale(1.16) !important;
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    font-size: clamp(25px, 1.95vw, 36px) !important;
    font-weight: 440 !important;
    line-height: 1.12 !important;
}

.profile-experience .section-kicker,
.education-section .section-kicker,
.profile-tools .section-kicker,
.interests-section .section-kicker,
.studio-facts .section-kicker {
    font-size: clamp(18px, 1.16vw, 22px) !important;
}

.experience-list h2 {
    font-size: clamp(24px, 1.75vw, 34px) !important;
    font-weight: 590 !important;
}

.experience-list p {
    font-size: clamp(17px, 1.05vw, 21px) !important;
    font-weight: 430 !important;
}

.tool-logo-grid span {
    font-size: clamp(18px, 1.2vw, 24px) !important;
    font-weight: 560 !important;
}

.skill-cloud span,
.education-card p,
.studio-facts li {
    font-weight: 430 !important;
}

.site-footer {
    margin-top: clamp(58px, 7vw, 110px) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

.footer-main {
    padding: clamp(38px, 4.5vw, 72px) var(--tk-shell) !important;
}

.footer-brand-word {
    font-size: clamp(32px, 3vw, 58px) !important;
    font-weight: 340 !important;
    line-height: 0.95 !important;
}

.footer-brand-sub {
    font-size: clamp(17px, 1.45vw, 27px) !important;
    font-weight: 420 !important;
}

@media (max-width: 1180px) and (min-width: 861px) {
    :root {
        --tk-shell: clamp(28px, 3.8vw, 56px);
    }

    .tk-final-page .stage {
        min-height: 660px !important;
    }

    .tk-final-page .copy {
        width: min(51vw, 680px) !important;
        padding-top: clamp(34px, 4.6vh, 66px) !important;
    }

    .tk-final-page .name {
        font-size: clamp(70px, 8.4vw, 112px) !important;
    }

    .tk-final-page .lead {
        font-size: clamp(19px, 1.72vw, 25px) !important;
    }

    .tk-final-page .photo-zone {
        right: max(-9vw, -116px) !important;
        width: 61vw !important;
    }

    .tk-final-page .portrait {
        right: max(-10vw, -130px) !important;
        height: 170% !important;
    }

    .tk-final-page .service-list {
        max-width: 34vw !important;
        font-size: clamp(15px, 1.38vw, 19px) !important;
    }

    .project-card a {
        min-height: clamp(300px, 29vw, 410px) !important;
    }

    .services-title {
        font-size: clamp(38px, 4.6vw, 64px) !important;
    }
}

@media (max-width: 980px) {
    .tk-final-page .stage {
        height: auto !important;
        min-height: calc(100svh - var(--tk-header-h)) !important;
        max-height: none !important;
        padding-top: clamp(28px, 6vw, 52px) !important;
    }

    .tk-final-page .copy {
        width: 100% !important;
        padding-top: 0 !important;
    }

    .tk-final-page .photo-zone {
        position: relative !important;
        right: auto !important;
        width: 100% !important;
        min-height: min(54svh, 520px) !important;
        height: min(54svh, 520px) !important;
        order: 2;
    }

    .tk-final-page .portrait {
        right: 50% !important;
        height: min(145%, 740px) !important;
        transform: translate(50%, var(--tk-hero-portrait-y, 0)) scale(1.02) !important;
    }

    .tk-final-page .service-list {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        max-width: 100% !important;
        text-align: left !important;
        order: 3;
    }

    .tk-projects-page .hero,
    .project-detail-hero,
    .case-intro,
    .contact-hero {
        grid-template-columns: 1fr !important;
        gap: clamp(20px, 5vw, 38px) !important;
    }

    .contact-layout {
        grid-template-columns: 1fr !important;
        gap: clamp(42px, 7vw, 72px) !important;
    }

    .contact-hero .hero-title {
        transform: none !important;
    }

    .page-hero.profile-banner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "title"
            "copy"
            "photo" !important;
        min-height: auto !important;
    }
}

@media (max-width: 860px) {
    :root {
        --tk-header-h: 84px;
        --tk-shell: clamp(20px, 6vw, 32px);
    }

    .desktop-menu {
        display: none !important;
    }

    .tk-final-page .name {
        font-size: clamp(60px, 15vw, 92px) !important;
    }

    .tk-final-page .lead,
    .tk-final-page .role {
        font-size: clamp(18px, 5vw, 23px) !important;
    }

    .project-grid {
        grid-template-columns: 1fr !important;
    }

    .project-card a {
        min-height: clamp(278px, 80vw, 420px) !important;
    }

    .project-top strong {
        max-width: 68% !important;
        font-size: 16px !important;
    }

    .project-meta {
        font-size: 11px !important;
    }

    .services-title,
    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .contact-hero .hero-title,
    .profile-hero-title h1 {
        font-size: clamp(42px, 11vw, 66px) !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
    }

    .service-media {
        width: min(100%, 180px) !important;
    }

    .contact-details,
    .contact-panel {
        padding: clamp(28px, 7vw, 40px) !important;
    }
}

/* 0.7.2b: sharper DA pass after Safari/MacBook review. */
.main-navigation a,
.overlay-nav a {
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.main-navigation a::before,
.main-navigation a::after,
.overlay-nav a::before,
.overlay-nav a::after {
    display: none !important;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation a[aria-current="page"],
.main-navigation a:hover,
.overlay-nav a:hover {
    color: var(--violet) !important;
}

.tk-final-page {
    min-height: calc(100svh - var(--site-header-height)) !important;
    overflow: hidden !important;
}

.tk-final-page .name {
    transform: translateY(-1.3vh) !important;
}

.tk-final-page .lead {
    margin-top: clamp(20px, 2vw, 34px) !important;
}

.tk-final-page .photo-zone {
    right: max(-5vw, -86px) !important;
}

.tk-final-page .portrait {
    bottom: -1.5vh !important;
    height: min(var(--tk-hero-portrait-size, 182%), 1180px) !important;
}

.tk-final-page .service-list {
    right: clamp(42px, 5vw, 96px) !important;
    bottom: clamp(28px, 3.2vw, 60px) !important;
}

.service-toggle {
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    font-size: clamp(34px, 3.2vw, 54px) !important;
    line-height: 1 !important;
}

.service-item summary {
    min-height: clamp(84px, 6vw, 118px) !important;
}

.service-heading {
    font-size: clamp(28px, 3.4vw, 64px) !important;
    font-weight: 630 !important;
    letter-spacing: 0 !important;
}

.service-content {
    grid-template-columns: minmax(150px, 0.22fr) minmax(0, 0.78fr) !important;
    gap: clamp(26px, 3.2vw, 54px) !important;
    padding-bottom: clamp(30px, 4vw, 58px) !important;
}

.service-media {
    height: clamp(86px, 8vw, 142px) !important;
    border-radius: 14px !important;
    background: #fff !important;
}

.service-item:not([open]) .service-content {
    display: none !important;
}

.project-card a {
    min-height: clamp(420px, 48vw, 760px) !important;
}

.project-top {
    position: absolute !important;
    inset: 0 0 auto !important;
    z-index: 2 !important;
    padding: clamp(22px, 3vw, 46px) clamp(24px, 3.5vw, 54px) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.72) 56%, rgba(255,255,255,0)) !important;
    pointer-events: none !important;
}

.project-card-title {
    font-size: clamp(30px, 3vw, 62px) !important;
    line-height: .98 !important;
    max-width: 76% !important;
}

.project-card-category {
    font-size: clamp(16px, 1.2vw, 24px) !important;
    font-weight: 560 !important;
}

.project-media {
    inset: 0 !important;
    height: 100% !important;
    background: #fff !important;
}

.project-media img,
.project-media video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.project-card-liouba-typographie .project-media img,
.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img,
.project-card-hairly-app-reservation .project-media img {
    object-fit: cover !important;
}

.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
    display: none !important;
}

.project-archive-hero .hero-title,
.project-detail-hero .project-title,
.contact-hero .hero-title,
.profile-hero-title h1 {
    font-size: clamp(76px, 12vw, 190px) !important;
    line-height: .85 !important;
}

.project-archive-hero .hero-title,
.project-detail-hero .project-title {
    max-width: 96vw !important;
    margin-inline: auto !important;
}

.project-detail-hero {
    padding-inline: var(--tk-shell) !important;
    padding-top: clamp(100px, 13vh, 170px) !important;
}

.project-intro,
.project-meta-table,
.project-content {
    padding-inline: var(--tk-shell) !important;
}

.project-intro {
    grid-template-columns: minmax(130px, 18vw) minmax(0, 980px) !important;
    gap: clamp(34px, 7vw, 130px) !important;
}

.project-intro-label {
    font-size: clamp(18px, 1.2vw, 24px) !important;
}

.project-intro-text {
    font-size: clamp(28px, 3vw, 58px) !important;
    line-height: 1.08 !important;
}

.project-meta-row {
    padding: clamp(22px, 2.5vw, 38px) 0 !important;
}

.contact-hero {
    grid-template-columns: minmax(150px, 22vw) minmax(0, 980px) !important;
    gap: clamp(38px, 8vw, 150px) !important;
}

.contact-hero .hero-title {
    justify-self: start !important;
    text-align: left !important;
}

.contact-hero .hero-copy {
    max-width: 900px !important;
    font-size: clamp(25px, 3vw, 54px) !important;
    line-height: 1.08 !important;
}

.contact-grid {
    gap: clamp(44px, 5.6vw, 96px) !important;
    align-items: start !important;
}

.contact-card,
.contact-form-card {
    padding: clamp(42px, 5vw, 76px) !important;
}

.contact-email {
    font-size: clamp(30px, 3.5vw, 68px) !important;
    line-height: 1 !important;
    word-break: break-word !important;
}

.profile-hero {
    align-items: end !important;
    gap: clamp(34px, 6vw, 112px) !important;
}

.profile-hero-photo {
    align-self: stretch !important;
}

.profile-section-kicker,
.profile-section-title,
.profile-card h3,
.profile-list h3 {
    font-weight: 620 !important;
}

.profile-copy-large,
.profile-card p,
.profile-list p,
.profile-note,
.profile-inspiration p {
    font-weight: 430 !important;
}

.footer-brand-word {
    font-weight: 680 !important;
    font-size: clamp(72px, 15vw, 260px) !important;
}

.footer-brand-sub {
    font-size: clamp(28px, 4vw, 72px) !important;
    font-weight: 620 !important;
}

@media (max-width: 980px) {
    .project-card a {
        min-height: 540px !important;
    }

    .project-top {
        padding: 24px !important;
    }

    .project-card-title {
        max-width: 100% !important;
    }

    .contact-hero,
    .project-intro {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .tk-final-page .portrait {
        height: min(var(--tk-hero-portrait-size, 160%), 780px) !important;
        right: -30vw !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
    }
}

/* 0.7.4: focused homepage and project-card polish without touching the approved profile/contact pages. */
.tk-final-page .stage {
    min-height: calc(100svh - var(--tk-header-h)) !important;
    grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr) !important;
    align-items: end !important;
    padding-top: clamp(54px, 7vh, 92px) !important;
    padding-bottom: clamp(42px, 5vh, 72px) !important;
}

.tk-final-page .copy {
    position: relative !important;
    z-index: 3 !important;
    max-width: min(45vw, 690px) !important;
    transform: translateY(-1.4vh) !important;
}

.tk-final-page .name {
    font-size: clamp(82px, 9vw, 158px) !important;
    line-height: 0.82 !important;
}

.tk-final-page .role {
    font-size: clamp(22px, 2.1vw, 36px) !important;
    line-height: 1.06 !important;
}

.tk-final-page .lead {
    max-width: 680px !important;
    font-size: clamp(21px, 2vw, 34px) !important;
    font-weight: 610 !important;
    line-height: 1.18 !important;
}

.tk-final-page .photo-zone {
    z-index: 1 !important;
    right: clamp(18px, 4.4vw, 84px) !important;
    bottom: 0 !important;
    width: min(48vw, 780px) !important;
    height: min(78svh, 780px) !important;
    overflow: hidden !important;
}

.tk-final-page .photo-zone::before {
    right: 6% !important;
    bottom: 10% !important;
    width: 78% !important;
    height: 72% !important;
    opacity: 0.72 !important;
}

.tk-final-page .portrait {
    inset: auto 0 0 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
}

.tk-final-page .service-list {
    z-index: 4 !important;
    right: clamp(22px, 5vw, 92px) !important;
    bottom: clamp(28px, 5vh, 68px) !important;
    max-width: min(35vw, 500px) !important;
    font-size: clamp(18px, 2.1vw, 34px) !important;
    font-weight: 670 !important;
    line-height: 1.18 !important;
}

.services-panel {
    padding: clamp(30px, 4vw, 58px) clamp(28px, 4.4vw, 72px) !important;
}

.services-title {
    font-size: clamp(58px, 8vw, 142px) !important;
    line-height: 0.86 !important;
}

.service-item summary {
    min-height: clamp(70px, 6.2vw, 104px) !important;
}

.service-heading {
    font-size: clamp(30px, 3.5vw, 62px) !important;
    font-weight: 590 !important;
    line-height: 0.98 !important;
}

.service-toggle {
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 25px !important;
    height: 2px !important;
}

.service-content {
    grid-template-columns: minmax(132px, 220px) minmax(0, 1fr) !important;
    gap: clamp(22px, 3vw, 46px) !important;
    padding-bottom: clamp(24px, 3vw, 42px) !important;
}

.service-media {
    height: clamp(84px, 8vw, 132px) !important;
    border-radius: 14px !important;
    background: #fff !important;
}

.project-grid {
    gap: clamp(18px, 2.4vw, 38px) !important;
}

.project-card a {
    min-height: clamp(320px, 33vw, 540px) !important;
    aspect-ratio: 1.08 / 1 !important;
    border-radius: clamp(24px, 2.4vw, 36px) !important;
    background: #fff !important;
}

.project-card a::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    z-index: 1 !important;
    height: 36% !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0)) !important;
    pointer-events: none !important;
}

.project-card a::after {
    display: none !important;
}

.project-top {
    inset: 0 0 auto !important;
    z-index: 2 !important;
    min-height: clamp(86px, 8vw, 128px) !important;
    padding: clamp(18px, 2vw, 30px) !important;
    background: transparent !important;
    color: #fff !important;
}

.project-top strong {
    max-width: 72% !important;
    color: #fff !important;
    font-size: clamp(18px, 1.45vw, 28px) !important;
    font-weight: 620 !important;
    line-height: 1.04 !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28) !important;
}

.project-meta {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(12px, 0.86vw, 16px) !important;
    font-weight: 560 !important;
    text-align: right !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24) !important;
}

.project-media,
.project-card.is-contain .project-media {
    inset: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.project-media img,
.project-media video,
.project-card.is-contain .project-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
    background: #fff !important;
}

.project-card.has-video-preview video:not([src]) {
    display: block !important;
    background: #fff !important;
}

.project-card.has-video-preview video[poster] {
    object-fit: cover !important;
}

.tk-projects-page .hero {
    min-height: min(54svh, 560px) !important;
    padding-top: clamp(68px, 9vh, 118px) !important;
}

.tk-projects-page .hero-title {
    max-width: min(92vw, 1100px) !important;
    font-size: clamp(68px, 8.8vw, 146px) !important;
    line-height: 0.88 !important;
    text-align: left !important;
}

.project-detail-hero h1 {
    max-width: min(92vw, 1180px) !important;
    font-size: clamp(56px, 7.8vw, 140px) !important;
    line-height: 0.9 !important;
}

.case-intro {
    grid-template-columns: minmax(120px, 0.24fr) minmax(0, 0.76fr) !important;
}

.case-intro p:last-child {
    max-width: 960px !important;
    font-size: clamp(24px, 2.3vw, 42px) !important;
    font-weight: 520 !important;
}

@media (max-width: 1180px) and (min-width: 861px) {
    .tk-final-page .stage {
        grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr) !important;
    }

    .tk-final-page .copy {
        max-width: 52vw !important;
    }

    .tk-final-page .name {
        font-size: clamp(76px, 9.4vw, 124px) !important;
    }

    .tk-final-page .photo-zone {
        right: clamp(12px, 2.2vw, 28px) !important;
        width: min(46vw, 620px) !important;
        height: min(72svh, 670px) !important;
    }

    .tk-final-page .service-list {
        max-width: 34vw !important;
        font-size: clamp(18px, 2.2vw, 28px) !important;
    }

    .project-card a {
        min-height: clamp(300px, 38vw, 460px) !important;
    }
}

@media (max-width: 980px) {
    .tk-final-page .stage {
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        padding-top: 44px !important;
    }

    .tk-final-page .copy {
        order: 1 !important;
        max-width: 100% !important;
        transform: none !important;
    }

    .tk-final-page .name {
        font-size: clamp(72px, 18vw, 132px) !important;
    }

    .tk-final-page .photo-zone {
        order: 2 !important;
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: clamp(320px, 68svh, 540px) !important;
    }

    .tk-final-page .portrait {
        right: auto !important;
        transform: none !important;
    }

    .tk-final-page .service-list {
        order: 3 !important;
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        max-width: 100% !important;
        text-align: left !important;
    }

    .project-grid {
        grid-template-columns: 1fr !important;
    }

    .project-card a {
        min-height: clamp(340px, 86vw, 560px) !important;
    }

    .project-top strong {
        max-width: 78% !important;
        font-size: clamp(18px, 5vw, 30px) !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
    }

    .service-media {
        width: min(100%, 260px) !important;
    }

    .tk-projects-page .hero,
    .case-intro {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .tk-final-page .lead {
        font-size: 20px !important;
    }

    .project-card a {
        border-radius: 24px !important;
        min-height: 360px !important;
    }

    .project-top {
        min-height: 98px !important;
        padding: 18px !important;
    }

    .project-meta {
        font-size: 12px !important;
    }
}

/* 0.7.5: remove heavy card gradients and use compact gallery-style captions. */
.project-card a::before {
    content: none !important;
    display: none !important;
}

.project-top,
.project-card.has-video-preview .project-top {
    inset: auto clamp(13px, 1.35vw, 20px) clamp(13px, 1.35vw, 20px) clamp(13px, 1.35vw, 20px) !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: clamp(10px, 1vw, 16px) !important;
    padding: clamp(11px, 1.08vw, 16px) clamp(12px, 1.22vw, 18px) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: clamp(15px, 1.3vw, 20px) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--tk-ink) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(18px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
    transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease !important;
}

.project-card a:hover .project-top {
    transform: translateY(-2px) !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14) !important;
}

.project-top strong,
.project-card.has-video-preview .project-top strong {
    max-width: 100% !important;
    color: var(--tk-ink) !important;
    font-size: clamp(17px, 1.18vw, 24px) !important;
    font-weight: 650 !important;
    line-height: 1.03 !important;
    text-shadow: none !important;
}

.project-meta,
.project-card.has-video-preview .project-meta {
    align-self: center !important;
    color: #737373 !important;
    font-size: clamp(11px, 0.78vw, 14px) !important;
    font-weight: 590 !important;
    line-height: 1 !important;
    text-align: right !important;
    white-space: nowrap !important;
    text-shadow: none !important;
}

@media (max-width: 640px) {
    .project-top,
    .project-card.has-video-preview .project-top {
        grid-template-columns: 1fr !important;
        align-items: start !important;
        gap: 8px !important;
    }

    .project-meta,
    .project-card.has-video-preview .project-meta {
        justify-self: start !important;
        text-align: left !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* 0.7.6: responsive premium pass. Preserve the validated desktop profile/contact,
   then make tablet and phone layouts breathe instead of stacking into cramped blocks. */
.desktop-menu a {
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.site-loader {
    font-size: clamp(38px, 8.8vw, 132px) !important;
    line-height: 0.88 !important;
    letter-spacing: 0 !important;
}

.site-loader span {
    display: block !important;
    max-width: min(86vw, 1180px) !important;
    text-align: center !important;
}

.desktop-menu a::before,
.desktop-menu a::after {
    content: none !important;
}

body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    color: var(--tk-accent) !important;
}

.services-title {
    font-size: clamp(54px, 6.6vw, 118px) !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

.service-heading {
    font-size: clamp(26px, 2.55vw, 46px) !important;
    font-weight: 570 !important;
    letter-spacing: 0 !important;
}

.service-item summary {
    min-height: clamp(72px, 7vw, 118px) !important;
}

.service-toggle {
    width: 32px !important;
    height: 32px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 30px !important;
    height: 2px !important;
    background: currentColor !important;
}

.service-content {
    grid-template-columns: minmax(112px, 178px) minmax(0, 1fr) !important;
    gap: clamp(20px, 2.8vw, 42px) !important;
}

.service-media {
    width: 100% !important;
    height: clamp(74px, 7vw, 114px) !important;
    border-radius: 14px !important;
    background: #fff !important;
}

.service-media img {
    object-fit: var(--service-thumb-fit, contain) !important;
    object-position: var(--service-thumb-position, center center) !important;
}

.project-card a {
    border-radius: clamp(22px, 2.4vw, 34px) !important;
    box-shadow: none !important;
}

.project-card a:hover {
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.08) !important;
}

.project-top,
.project-card.has-video-preview .project-top {
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1) !important;
}

.project-media img,
.project-media video,
.project-card.is-contain .project-media img {
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
}

.contact-layout {
    gap: clamp(36px, 5vw, 86px) !important;
    align-items: start !important;
}

.contact-details,
.contact-panel {
    min-width: 0 !important;
}

.big-contact-link {
    overflow-wrap: anywhere !important;
}

.profile-hero-photo img,
.tk-final-page .portrait {
    background: transparent !important;
}

@media (max-width: 1180px) {
    :root {
        --tk-shell: clamp(22px, 4.6vw, 56px);
        --tk-header-h: 84px;
    }

    .desktop-menu {
        gap: clamp(34px, 7vw, 92px) !important;
    }

    .desktop-menu a {
        font-size: clamp(18px, 2.3vw, 24px) !important;
    }

    .tk-final-page {
        width: min(calc(100% - 12px), 100%) !important;
    }

    .tk-final-page .stage {
        min-height: calc(100svh - var(--tk-header-h) - 12px) !important;
        max-height: none !important;
        grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr) !important;
        padding-top: clamp(38px, 5vh, 70px) !important;
        padding-bottom: clamp(28px, 4vh, 54px) !important;
    }

    .tk-final-page .copy {
        max-width: min(58vw, 650px) !important;
        padding-left: clamp(28px, 4vw, 56px) !important;
        padding-right: 20px !important;
    }

    .tk-final-page .name {
        font-size: clamp(78px, 11vw, 136px) !important;
    }

    .tk-final-page .lead {
        font-size: clamp(20px, 2.35vw, 29px) !important;
        max-width: 600px !important;
    }

    .tk-final-page .photo-zone {
        width: min(47vw, 560px) !important;
        height: min(70svh, 620px) !important;
        right: clamp(8px, 2vw, 28px) !important;
    }

    .tk-final-page .service-list {
        max-width: min(37vw, 420px) !important;
        font-size: clamp(17px, 2.2vw, 25px) !important;
        right: clamp(18px, 3vw, 42px) !important;
        bottom: clamp(20px, 4vh, 52px) !important;
    }

    .project-grid {
        gap: clamp(18px, 3vw, 32px) !important;
    }

    .project-card a {
        min-height: clamp(330px, 45vw, 520px) !important;
        aspect-ratio: 1 / 1 !important;
    }

    .project-top,
    .project-card.has-video-preview .project-top {
        inset: auto 12px 12px 12px !important;
    }

    .project-top strong,
    .project-card.has-video-preview .project-top strong {
        font-size: clamp(16px, 2vw, 21px) !important;
    }

    .tk-projects-page .hero,
    .contact-hero,
    .project-detail-hero {
        min-height: auto !important;
        padding-top: clamp(74px, 9vh, 112px) !important;
        padding-bottom: clamp(42px, 6vw, 78px) !important;
    }

    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .contact-hero .hero-title,
    .profile-hero-title h1 {
        font-size: clamp(58px, 11vw, 120px) !important;
        line-height: 0.92 !important;
        max-width: 100% !important;
    }

    .contact-hero {
        grid-template-columns: minmax(110px, 0.22fr) minmax(0, 0.78fr) !important;
    }

    .contact-hero .hero-copy {
        font-size: clamp(22px, 3.4vw, 38px) !important;
        line-height: 1.13 !important;
    }

    .contact-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: clamp(28px, 4vw, 54px) !important;
    }

    .contact-details,
    .contact-panel {
        padding: clamp(30px, 4vw, 52px) !important;
        border-radius: 28px !important;
    }

    .big-contact-link {
        font-size: clamp(25px, 4vw, 42px) !important;
    }

    .page-hero.profile-banner {
        min-height: auto !important;
        grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.58fr) !important;
        grid-template-areas:
            "title photo"
            "copy photo" !important;
        gap: clamp(24px, 4vw, 56px) !important;
        padding-top: clamp(74px, 9vh, 112px) !important;
        padding-bottom: clamp(42px, 5vw, 72px) !important;
    }

    .profile-hero-title {
        grid-area: title !important;
    }

    .profile-hero-copy {
        grid-area: copy !important;
    }

    .profile-hero-photo {
        grid-area: photo !important;
        align-self: stretch !important;
        min-height: 420px !important;
    }
}

@media (max-width: 860px) {
    :root {
        --tk-shell: clamp(18px, 5vw, 32px);
        --tk-header-h: 76px;
    }

    body {
        font-size: 16px;
    }

    body.admin-bar .site-header {
        top: 0;
    }

    .site-header {
        height: var(--tk-header-h);
    }

    .header-nav {
        grid-template-columns: 1fr auto !important;
        gap: 16px !important;
        padding-inline: var(--tk-shell) !important;
    }

    .brand {
        font-size: 20px !important;
    }

    .desktop-menu {
        display: none !important;
    }

    .menu-toggle {
        width: 54px !important;
        height: 40px !important;
    }

    .menu-toggle span:not(.screen-reader-text) {
        height: 3px !important;
    }

    .menu-toggle span:first-child {
        top: 11px !important;
    }

    .menu-toggle span:nth-child(2) {
        top: 27px !important;
    }

    body.menu-open .menu-toggle span:first-child,
    body.menu-open .menu-toggle span:nth-child(2) {
        top: 20px !important;
    }

    .menu-overlay {
        inset: var(--tk-header-h) 0 0 !important;
    }

    .menu-overlay-inner {
        grid-template-columns: 1fr !important;
        align-content: start !important;
        padding: 34px var(--tk-shell) !important;
    }

    .menu-links a {
        font-size: clamp(44px, 14vw, 84px) !important;
    }

    .tk-final-page {
        width: 100% !important;
        padding-bottom: 0 !important;
    }

    .tk-final-page .stage {
        height: auto !important;
        min-height: auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        border-radius: 0 0 24px 24px !important;
        padding: 34px var(--tk-shell) 0 !important;
        gap: 24px !important;
    }

    .tk-final-page .stage::before {
        opacity: 0.5 !important;
    }

    .tk-final-page .copy {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        padding: 0 !important;
        gap: 22px !important;
        transform: none !important;
    }

    .tk-final-page .kicker {
        padding: 10px 16px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }

    .tk-final-page .name {
        font-size: clamp(72px, 22vw, 116px) !important;
        line-height: 0.84 !important;
        white-space: normal !important;
    }

    .tk-final-page .role {
        font-size: clamp(21px, 6vw, 30px) !important;
        line-height: 1.04 !important;
    }

    .tk-final-page .lead {
        max-width: 100% !important;
        font-size: clamp(18px, 5.1vw, 24px) !important;
        line-height: 1.2 !important;
        font-weight: 620 !important;
    }

    .tk-final-page .actions,
    .profile-hero-actions {
        gap: 12px !important;
    }

    .button,
    .button-dark,
    .button-ghost,
    .contact-form button {
        min-height: 52px !important;
        padding-inline: 22px !important;
        font-size: 17px !important;
    }

    .tk-final-page .photo-zone {
        position: relative !important;
        width: 100% !important;
        height: clamp(300px, 70vw, 500px) !important;
        right: auto !important;
        bottom: auto !important;
        order: 2 !important;
    }

    .tk-final-page .portrait {
        inset: auto 50% 0 auto !important;
        height: 100% !important;
        width: auto !important;
        transform: translateX(50%) !important;
        object-fit: contain !important;
    }

    .tk-final-page .service-list {
        position: relative !important;
        order: 3 !important;
        right: auto !important;
        bottom: auto !important;
        max-width: none !important;
        padding: 0 0 28px !important;
        text-align: left !important;
        font-size: clamp(19px, 5.2vw, 27px) !important;
        line-height: 1.16 !important;
    }

    .logofolio,
    .projects-section,
    .services-section,
    .projects-preview {
        padding: 56px var(--tk-shell) !important;
    }

    .section-head,
    .projects-head,
    .section-heading,
    .services-intro {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .projects-copy {
        grid-column: auto !important;
        font-size: 20px !important;
    }

    .logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .logo-card {
        min-height: 150px !important;
        border-radius: 18px !important;
    }

    .project-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .project-card a {
        min-height: 0 !important;
        aspect-ratio: 1 / 1.05 !important;
        border-radius: 24px !important;
    }

    .project-top,
    .project-card.has-video-preview .project-top {
        inset: auto 10px 10px 10px !important;
        grid-template-columns: 1fr !important;
        gap: 6px !important;
        padding: 12px 14px !important;
        border-radius: 16px !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
    }

    .project-top strong,
    .project-card.has-video-preview .project-top strong {
        font-size: clamp(18px, 5.2vw, 25px) !important;
        line-height: 1.02 !important;
    }

    .project-meta,
    .project-card.has-video-preview .project-meta {
        justify-self: start !important;
        font-size: 12px !important;
        text-align: left !important;
        white-space: normal !important;
    }

    .services-panel {
        border-radius: 24px !important;
        padding: 28px 20px !important;
    }

    .services-title {
        font-size: clamp(52px, 16vw, 86px) !important;
        line-height: 0.9 !important;
    }

    .service-item summary {
        min-height: 74px !important;
        gap: 16px !important;
    }

    .service-heading {
        font-size: clamp(25px, 7vw, 36px) !important;
        line-height: 1.04 !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding-bottom: 24px !important;
    }

    .service-media {
        width: 160px !important;
        height: 92px !important;
    }

    .service-copy p {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .service-tags span {
        min-height: 34px !important;
        padding-inline: 13px !important;
        font-size: 13px !important;
    }

    .tk-projects-page .hero,
    .contact-hero,
    .project-detail-hero {
        grid-template-columns: 1fr !important;
        display: grid !important;
        gap: 20px !important;
        padding: 46px var(--tk-shell) 34px !important;
    }

    .tk-projects-page .count,
    .tk-projects-page .hero-title,
    .tk-projects-page .hero-copy,
    .contact-hero .count,
    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        grid-column: auto !important;
        grid-row: auto !important;
        justify-self: start !important;
        text-align: left !important;
    }

    .tk-projects-page .hero-title,
    .project-detail-hero h1,
    .contact-hero .hero-title,
    .profile-hero-title h1 {
        font-size: clamp(54px, 18vw, 82px) !important;
        line-height: 0.92 !important;
    }

    .tk-projects-page .hero-copy,
    .contact-hero .hero-copy {
        font-size: clamp(19px, 5vw, 25px) !important;
        line-height: 1.22 !important;
        max-width: 100% !important;
    }

    .tools {
        padding-inline: var(--tk-shell) !important;
    }

    .filters {
        gap: 8px !important;
    }

    .filter,
    .search {
        min-height: 44px !important;
        font-size: 15px !important;
    }

    .projects-archive {
        padding-inline: var(--tk-shell) !important;
    }

    .project-intro,
    .case-intro,
    .project-meta-table,
    .project-content {
        padding-inline: var(--tk-shell) !important;
    }

    .project-intro,
    .case-intro {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .project-intro-text,
    .case-intro p:last-child {
        font-size: clamp(23px, 7vw, 34px) !important;
        line-height: 1.12 !important;
        max-width: 100% !important;
    }

    .project-meta-row {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        padding: 18px 0 !important;
    }

    .project-meta-row dd {
        justify-self: start !important;
        text-align: left !important;
    }

    .project-hero-image,
    .project-gallery-item,
    .motion-embed {
        border-radius: 18px !important;
    }

    .contact-layout {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        padding-inline: var(--tk-shell) !important;
    }

    .contact-details,
    .contact-panel {
        padding: 28px 22px !important;
        border-radius: 24px !important;
    }

    .big-contact-link {
        font-size: clamp(25px, 7.2vw, 34px) !important;
        line-height: 1.04 !important;
        text-decoration-thickness: 2px !important;
    }

    .contact-cv {
        gap: 16px !important;
        margin-top: 24px !important;
        padding-top: 22px !important;
    }

    .contact-panel h2 {
        font-size: clamp(38px, 12vw, 58px) !important;
        line-height: 0.94 !important;
        margin-bottom: 24px !important;
    }

    .contact-form {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .contact-form input,
    .contact-form textarea {
        min-height: 56px !important;
        border-radius: 16px !important;
    }

    .page-hero.profile-banner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "title"
            "photo"
            "copy" !important;
        gap: 24px !important;
        padding: 46px var(--tk-shell) 34px !important;
        border-radius: 0 0 24px 24px !important;
    }

    .profile-hero-title,
    .profile-hero-copy,
    .profile-hero-photo {
        grid-area: auto !important;
    }

    .profile-hero-photo {
        min-height: 0 !important;
        height: clamp(300px, 78vw, 440px) !important;
        width: 100% !important;
        border-radius: 24px !important;
        background: #fff !important;
    }

    .profile-hero-photo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }

    .profile-hero-copy p {
        font-size: clamp(20px, 5.8vw, 28px) !important;
        line-height: 1.16 !important;
        max-width: 100% !important;
    }

    .profile-intro-section,
    .profile-experience,
    .education-section,
    .profile-tools,
    .interests-section {
        padding-inline: var(--tk-shell) !important;
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .studio-layout,
    .profile-intro-section {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .studio-statement,
    .studio-facts,
    .education-card {
        border-radius: 22px !important;
        padding: 24px !important;
    }

    .studio-statement h2,
    .tools-section h2,
    .interests-section h2 {
        font-size: clamp(30px, 8.8vw, 45px) !important;
        line-height: 1.04 !important;
        font-weight: 650 !important;
    }

    .experience-list article {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 24px 0 !important;
    }

    .experience-list h2 {
        font-size: clamp(27px, 7vw, 38px) !important;
    }

    .experience-list p,
    .studio-statement p,
    .studio-facts li,
    .education-card p,
    .skill-cloud {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .education-grid,
    .profile-proof-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .footer-inner {
        padding-inline: var(--tk-shell) !important;
    }

    .footer-brand-word {
        font-size: clamp(58px, 18vw, 96px) !important;
        line-height: 0.9 !important;
    }

    .footer-brand-sub {
        font-size: clamp(24px, 8vw, 40px) !important;
    }
}

@media (max-width: 420px) {
    .tk-final-page .name {
        font-size: clamp(62px, 22vw, 92px) !important;
    }

    .tk-final-page .actions,
    .profile-hero-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .button,
    .button-dark,
    .button-ghost,
    .contact-form button {
        width: 100% !important;
    }

    .logo-grid {
        grid-template-columns: 1fr !important;
    }

    .service-heading {
        font-size: clamp(23px, 7vw, 31px) !important;
    }

    .contact-details,
    .contact-panel,
    .studio-statement,
    .studio-facts,
    .education-card {
        padding: 22px 18px !important;
    }
}

/* 0.7.9: final DA pass for MacBook/tablet/mobile alignment. */
.tk-final-page .stage {
    overflow: hidden !important;
}

.tk-final-page .copy {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.tk-final-page .kicker {
    align-self: flex-start !important;
    margin-left: 0 !important;
    transform: none !important;
}

.tk-final-page .service-list {
    display: none !important;
}

.contact-hero {
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.82fr) !important;
    column-gap: clamp(30px, 6vw, 118px) !important;
    align-items: end !important;
}

.contact-hero .count {
    align-self: end !important;
    justify-self: start !important;
    margin-bottom: clamp(12px, 1.4vw, 24px) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
    justify-self: start !important;
    text-align: left !important;
    max-width: min(1120px, 86vw) !important;
}

.contact-hero .hero-title {
    transform: translateX(clamp(-92px, -3.6vw, -28px)) !important;
    font-size: clamp(74px, 9.2vw, 164px) !important;
    line-height: 0.88 !important;
}

.contact-hero .hero-copy {
    transform: translateX(clamp(-92px, -3.6vw, -28px)) !important;
    font-size: clamp(24px, 2.45vw, 44px) !important;
    line-height: 1.14 !important;
    font-weight: 540 !important;
}

.contact-layout {
    gap: clamp(44px, 6vw, 112px) !important;
}

.contact-details,
.contact-panel {
    border-radius: clamp(24px, 2.8vw, 42px) !important;
}

.page-hero.profile-banner {
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(86px, 11vh, 150px) clamp(28px, 7vw, 136px) clamp(56px, 7vw, 104px) !important;
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr) !important;
    grid-template-areas:
        "title photo"
        "copy photo" !important;
    column-gap: clamp(42px, 8vw, 150px) !important;
    row-gap: clamp(22px, 3vw, 38px) !important;
    align-items: end !important;
    background: #f1f1f1 !important;
}

.profile-hero-title {
    grid-area: title !important;
    align-self: end !important;
}

.profile-hero-title h1 {
    font-size: clamp(92px, 13vw, 210px) !important;
    line-height: 0.82 !important;
}

.profile-hero-title .section-kicker {
    margin-top: clamp(18px, 2vw, 34px) !important;
}

.profile-hero-copy {
    grid-area: copy !important;
    max-width: 760px !important;
}

.profile-hero-copy p {
    font-size: clamp(22px, 2.2vw, 38px) !important;
    line-height: 1.16 !important;
    font-weight: 500 !important;
}

.profile-hero-photo {
    grid-area: photo !important;
    align-self: stretch !important;
    min-height: clamp(520px, 55vh, 760px) !important;
    border-radius: clamp(28px, 3vw, 48px) !important;
    overflow: hidden !important;
    background: #fff !important;
}

.profile-hero-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    filter: grayscale(1) !important;
    transition: filter 0.35s ease, transform 0.35s ease !important;
}

.profile-hero-photo:hover img,
.profile-hero-photo:focus-visible img {
    filter: grayscale(0) !important;
    transform: scale(1.015) !important;
}

.site-footer {
    padding-inline: 0 !important;
    overflow: hidden !important;
}

.footer-main {
    width: 100% !important;
    max-width: none !important;
    padding: clamp(48px, 6vw, 96px) clamp(28px, 6vw, 116px) clamp(36px, 5vw, 82px) !important;
}

.footer-brand-block {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    text-align: left !important;
    margin-top: clamp(46px, 6vw, 108px) !important;
}

.footer-brand-word {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    text-align: left !important;
    font-size: clamp(76px, 15.6vw, 252px) !important;
    line-height: 0.82 !important;
    font-weight: 700 !important;
}

.footer-brand-sub {
    display: block !important;
    white-space: nowrap !important;
    text-align: left !important;
    font-size: clamp(34px, 4.6vw, 82px) !important;
    line-height: 0.95 !important;
    font-weight: 600 !important;
    margin: clamp(10px, 1.2vw, 18px) 0 0 0 !important;
}

.footer-bottom {
    padding-inline: clamp(28px, 6vw, 116px) !important;
}

.projects-section .projects-head {
    align-items: end !important;
}

@media (min-width: 861px) {
    .tk-final-page .stage {
        padding-left: clamp(42px, 6.2vw, 120px) !important;
        padding-right: clamp(42px, 6.2vw, 120px) !important;
    }

    .tk-final-page .copy {
        max-width: min(48vw, 700px) !important;
    }

    .tk-final-page .photo-zone {
        right: clamp(24px, 5vw, 112px) !important;
        width: min(47vw, 720px) !important;
        height: min(77svh, 760px) !important;
    }
}

@media (max-width: 1180px) and (min-width: 861px) {
    .tk-final-page .stage {
        padding-left: clamp(34px, 5vw, 64px) !important;
        padding-right: clamp(34px, 5vw, 64px) !important;
        grid-template-columns: minmax(0, 0.53fr) minmax(0, 0.47fr) !important;
    }

    .tk-final-page .copy {
        max-width: min(54vw, 640px) !important;
        padding-left: 0 !important;
        padding-right: 12px !important;
    }

    .tk-final-page .name {
        font-size: clamp(76px, 9.8vw, 132px) !important;
    }

    .tk-final-page .lead {
        font-size: clamp(20px, 2.25vw, 30px) !important;
    }

    .tk-final-page .photo-zone {
        right: clamp(18px, 2.8vw, 44px) !important;
        width: min(46vw, 560px) !important;
        height: min(70svh, 650px) !important;
    }

    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        transform: none !important;
    }

    .footer-brand-word {
        font-size: clamp(76px, 14vw, 178px) !important;
    }
}

@media (max-width: 860px) {
    .contact-hero {
        grid-template-columns: 1fr !important;
        padding: 52px var(--tk-shell) 38px !important;
    }

    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        transform: none !important;
    }

    .contact-hero .hero-title {
        font-size: clamp(54px, 15vw, 88px) !important;
        max-width: 100% !important;
    }

    .contact-hero .hero-copy {
        font-size: clamp(20px, 5.4vw, 28px) !important;
    }

    .contact-layout {
        gap: 28px !important;
    }

    .page-hero.profile-banner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "title"
            "photo"
            "copy" !important;
        padding: 46px var(--tk-shell) 36px !important;
        gap: 24px !important;
        border-radius: 0 0 24px 24px !important;
    }

    .profile-hero-title,
    .profile-hero-copy,
    .profile-hero-photo {
        grid-area: auto !important;
    }

    .profile-hero-title h1 {
        font-size: clamp(58px, 18vw, 96px) !important;
    }

    .profile-hero-photo {
        min-height: 0 !important;
        height: clamp(320px, 84vw, 520px) !important;
        border-radius: 24px !important;
    }

    .profile-hero-copy p {
        font-size: clamp(20px, 5.6vw, 28px) !important;
    }

    .footer-main {
        padding: 42px var(--tk-shell) 36px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .footer-brand-block {
        margin-top: 28px !important;
    }

    .footer-brand-word {
        font-size: clamp(50px, 15vw, 86px) !important;
        white-space: nowrap !important;
    }

    .footer-brand-sub {
        font-size: clamp(23px, 7vw, 38px) !important;
        white-space: nowrap !important;
    }

    .footer-bottom {
        padding-inline: var(--tk-shell) !important;
    }
}

@media (max-width: 520px) {
    .tk-final-page .kicker {
        max-width: max-content !important;
        white-space: nowrap !important;
    }

    .tk-final-page .photo-zone {
        height: clamp(300px, 78vw, 430px) !important;
    }

    .footer-brand-word {
        font-size: clamp(44px, 13.5vw, 68px) !important;
    }

    .footer-brand-sub {
        font-size: clamp(21px, 6.4vw, 32px) !important;
    }
}

/* 0.8.0: premium responsive pass after visual review. */
:root {
    --tk-shell: clamp(22px, 4.8vw, 96px);
    --tk-header-h: clamp(78px, 7vw, 104px);
}

.site-loader {
    font-size: clamp(42px, 8vw, 132px) !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

.site-loader span {
    white-space: nowrap !important;
}

.desktop-menu a,
.menu-links a {
    text-decoration: none !important;
}

.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
    content: none !important;
    display: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.menu-links a.is-active,
.menu-links a:hover,
.menu-links a:focus-visible {
    color: var(--tk-accent) !important;
}

.desktop-menu a:not(.is-active) {
    color: var(--tk-ink) !important;
}

.tk-final-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.tk-final-page .stage {
    width: 100% !important;
    min-height: calc(100svh - var(--tk-header-h)) !important;
    height: calc(100svh - var(--tk-header-h)) !important;
    max-height: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
    align-items: end !important;
    padding: clamp(44px, 5vw, 76px) var(--tk-shell) 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 76% 56%, rgba(144, 88, 255, 0.105), transparent 0 23%, transparent 40%),
        linear-gradient(112deg, #ffffff 0%, #ffffff 53%, #f4f4f4 100%) !important;
}

.tk-final-page .stage::before {
    opacity: 0.34 !important;
}

.tk-final-page .copy {
    position: relative !important;
    z-index: 4 !important;
    grid-column: 1 !important;
    width: 100% !important;
    max-width: min(640px, 48vw) !important;
    height: auto !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(22px, 2.2vw, 34px) !important;
    padding: 0 0 clamp(34px, 6vw, 92px) 0 !important;
    margin: 0 !important;
}

.tk-final-page .kicker {
    width: auto !important;
    max-width: max-content !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 0 clamp(16px, 2.4vw, 38px) 0 !important;
    padding: 12px 22px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
    transform: none !important;
    align-self: flex-start !important;
    overflow: visible !important;
}

.tk-final-page .name {
    font-size: clamp(96px, 10vw, 178px) !important;
    line-height: 0.82 !important;
    letter-spacing: 0 !important;
}

.tk-final-page .text-block {
    gap: clamp(16px, 2vw, 26px) !important;
}

.tk-final-page .role {
    font-size: clamp(25px, 2.3vw, 42px) !important;
    line-height: 1.04 !important;
    font-weight: 730 !important;
}

.tk-final-page .lead {
    max-width: min(620px, 48vw) !important;
    font-size: clamp(24px, 2.25vw, 40px) !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    color: #666666 !important;
}

.tk-final-page .actions {
    margin-top: clamp(4px, 1.1vw, 12px) !important;
    gap: clamp(14px, 1.6vw, 24px) !important;
    flex-wrap: wrap !important;
}

.tk-final-page .photo-zone {
    grid-column: 2 !important;
    position: absolute !important;
    z-index: 2 !important;
    right: clamp(22px, 5vw, 110px) !important;
    bottom: 0 !important;
    width: min(49vw, 760px) !important;
    height: min(84svh, 850px) !important;
    overflow: visible !important;
}

.tk-final-page .photo-zone::before {
    inset: 7% 1% 0 !important;
    opacity: 0.9 !important;
}

.tk-final-page .portrait {
    right: 0 !important;
    bottom: 0 !important;
    height: min(var(--tk-hero-portrait-size, 136%), 980px) !important;
    max-height: 100% !important;
    transform: translate(var(--tk-hero-portrait-x, -8%), var(--tk-hero-portrait-y, 0)) scale(1.05) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    filter: saturate(0.98) contrast(1.02) !important;
}

.tk-final-page .service-list {
    display: none !important;
}

.logofolio,
.projects-section,
.services-section {
    padding-inline: var(--tk-shell) !important;
}

.logofolio {
    padding-top: clamp(54px, 7vw, 110px) !important;
}

.logo-grid {
    gap: clamp(14px, 2vw, 30px) !important;
}

.logo-card {
    border-radius: clamp(18px, 2vw, 28px) !important;
}

.projects-section .projects-head,
.tk-projects-page .hero {
    display: grid !important;
    grid-template-columns: minmax(120px, 0.22fr) minmax(0, 0.5fr) minmax(260px, 0.28fr) !important;
    gap: clamp(24px, 4vw, 72px) !important;
    align-items: end !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title {
    max-width: 100% !important;
    font-size: clamp(74px, 9vw, 154px) !important;
    line-height: 0.86 !important;
    font-weight: 690 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.projects-section .projects-copy,
.tk-projects-page .hero-copy {
    max-width: 560px !important;
    font-size: clamp(21px, 2vw, 34px) !important;
    line-height: 1.13 !important;
    font-weight: 560 !important;
}

.tk-projects-page .hero {
    min-height: auto !important;
    padding: clamp(84px, 10vw, 150px) var(--tk-shell) clamp(56px, 7vw, 94px) !important;
}

.tk-projects-page .tools,
.projects-archive {
    padding-inline: var(--tk-shell) !important;
}

.project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(24px, 3.1vw, 48px) !important;
}

.home-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card a {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    min-height: 0 !important;
    aspect-ratio: 1.08 / 1 !important;
    border-radius: clamp(22px, 2.7vw, 42px) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.project-card a::before,
.project-card a::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
    content: none !important;
    display: none !important;
}

.project-card a:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 30px 72px rgba(0, 0, 0, 0.08) !important;
}

.project-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    background: #ffffff !important;
}

.project-media img,
.project-media video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
    background: #ffffff !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
    background: #050505 !important;
}

.project-top,
.project-card.has-video-preview .project-top {
    position: absolute !important;
    z-index: 4 !important;
    inset: clamp(14px, 1.35vw, 22px) auto auto clamp(14px, 1.35vw, 22px) !important;
    width: auto !important;
    max-width: calc(100% - clamp(28px, 2.7vw, 44px)) !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
    padding: clamp(9px, 0.9vw, 13px) clamp(12px, 1.1vw, 18px) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #050505 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(14px) !important;
}

.project-card-title,
.project-top strong {
    max-width: min(40ch, 100%) !important;
    font-size: clamp(13px, 0.95vw, 18px) !important;
    line-height: 1.05 !important;
    font-weight: 660 !important;
    letter-spacing: 0 !important;
}

.project-card-category,
.project-meta,
.project-card.has-video-preview .project-meta {
    font-size: clamp(10px, 0.72vw, 13px) !important;
    line-height: 1 !important;
    font-weight: 560 !important;
    color: #6a6a6a !important;
}

.project-card-liouba-typographie .project-media img,
.project-card-start-pause-packaging-produit .project-media img,
.project-card-tropical-drink-packaging-produit .project-media img,
.project-card-calendrier-avent-packaging-produit .project-media img,
.project-card-dollies-direction-visuelle .project-media img,
.project-card-hairly-app-reservation .project-media img,
.project-card-orea-identite-visuelle .project-media img,
.project-card-esa-communication-globale .project-media img,
.project-card-catalogue-de-formation-esa .project-media img,
.project-card-stand-de-salon-esa .project-media img,
.project-card-stand-de-salon-esa-b2b .project-media img,
.project-card-esa-journee-mondiale-environnement .project-media img,
.project-card-brochures-esa .project-media img,
.project-card-kakemono-esa .project-media img,
.project-card-flyers-affiches .project-media img {
    object-fit: cover !important;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img {
    object-fit: contain !important;
    padding: clamp(40px, 7vw, 120px) !important;
    background: #ffffff !important;
}

.services-section {
    scroll-margin-top: calc(var(--tk-header-h) + 20px) !important;
    padding-top: clamp(70px, 8vw, 120px) !important;
    padding-bottom: clamp(76px, 8vw, 126px) !important;
}

.services-panel {
    border-radius: 0 !important;
    padding: clamp(38px, 5vw, 72px) clamp(24px, 5.2vw, 92px) !important;
}

.services-intro {
    grid-template-columns: minmax(145px, 0.24fr) minmax(0, 0.76fr) !important;
    gap: clamp(24px, 5vw, 84px) !important;
}

.services-title {
    font-size: clamp(58px, 7.2vw, 124px) !important;
    font-weight: 650 !important;
    line-height: 0.86 !important;
}

.service-item summary {
    min-height: clamp(84px, 7vw, 128px) !important;
    gap: clamp(18px, 3vw, 54px) !important;
}

.service-heading {
    font-size: clamp(28px, 3.6vw, 62px) !important;
    font-weight: 610 !important;
    line-height: 0.98 !important;
}

.service-toggle {
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.service-toggle::before,
.service-toggle::after {
    width: 34px !important;
    height: 3px !important;
    background: #ffffff !important;
}

.service-content {
    grid-template-columns: minmax(150px, 0.2fr) minmax(0, 0.8fr) !important;
    gap: clamp(22px, 3.4vw, 56px) !important;
    padding: 0 0 clamp(28px, 4vw, 58px) !important;
}

.service-media {
    height: clamp(86px, 8vw, 138px) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
}

.service-media img {
    background: #ffffff !important;
}

.service-copy p {
    max-width: 920px !important;
    font-size: clamp(19px, 1.7vw, 30px) !important;
    line-height: 1.18 !important;
    font-weight: 510 !important;
}

.contact-hero {
    grid-template-columns: minmax(100px, 0.16fr) minmax(0, 0.84fr) !important;
    column-gap: clamp(24px, 5vw, 92px) !important;
    padding: clamp(82px, 10vw, 146px) var(--tk-shell) clamp(52px, 7vw, 92px) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
    transform: translateX(clamp(-74px, -3vw, -22px)) !important;
}

.contact-hero .hero-title {
    font-size: clamp(72px, 8.4vw, 148px) !important;
    font-weight: 680 !important;
}

.contact-hero .hero-copy {
    max-width: min(1040px, 82vw) !important;
    font-size: clamp(24px, 2.25vw, 40px) !important;
    font-weight: 530 !important;
}

.contact-layout {
    padding-inline: var(--tk-shell) !important;
    gap: clamp(54px, 6vw, 116px) !important;
    align-items: start !important;
}

.contact-details,
.contact-panel {
    padding: clamp(38px, 4.8vw, 74px) !important;
    border-radius: clamp(26px, 3vw, 48px) !important;
}

.contact-cv {
    margin-top: clamp(32px, 4vw, 60px) !important;
    padding-top: clamp(24px, 3vw, 42px) !important;
}

.page-hero.profile-banner {
    min-height: calc(88svh - var(--tk-header-h)) !important;
    padding: clamp(72px, 10vw, 136px) var(--tk-shell) clamp(58px, 7vw, 102px) !important;
    grid-template-columns: minmax(0, 0.52fr) minmax(330px, 0.48fr) !important;
    column-gap: clamp(42px, 8vw, 150px) !important;
    border-radius: 0 !important;
}

.profile-hero-title h1 {
    font-size: clamp(86px, 11vw, 176px) !important;
    font-weight: 680 !important;
}

.profile-hero-copy {
    max-width: 760px !important;
}

.profile-hero-copy p {
    font-size: clamp(22px, 2.05vw, 36px) !important;
    font-weight: 500 !important;
}

.profile-hero-photo {
    min-height: clamp(500px, 57vh, 760px) !important;
    border-radius: clamp(26px, 3vw, 44px) !important;
}

.profile-intro-section,
.experience-list,
.education-section,
.tools-section,
.interests-section {
    padding-inline: var(--tk-shell) !important;
}

.tools-section h2,
.interests-section h2 {
    font-weight: 560 !important;
}

.site-footer {
    background: #050505 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.footer-main {
    display: grid !important;
    grid-template-columns: minmax(0, 0.42fr) minmax(160px, 0.24fr) minmax(160px, 0.24fr) !important;
    column-gap: clamp(36px, 6vw, 116px) !important;
    row-gap: clamp(34px, 5vw, 82px) !important;
    padding: clamp(46px, 5vw, 82px) var(--tk-shell) clamp(42px, 5vw, 78px) !important;
}

.footer-brand-block {
    grid-column: 1 / -1 !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-top: clamp(34px, 5vw, 86px) !important;
}

.footer-brand-word {
    white-space: nowrap !important;
    font-size: clamp(72px, 13.2vw, 208px) !important;
    font-weight: 620 !important;
    line-height: 0.82 !important;
    text-align: left !important;
}

.footer-brand-sub {
    white-space: nowrap !important;
    font-size: clamp(30px, 4vw, 64px) !important;
    font-weight: 520 !important;
    text-align: left !important;
}

.footer-bottom {
    padding-inline: var(--tk-shell) !important;
}

@media (max-width: 1180px) and (min-width: 861px) {
    :root {
        --tk-shell: clamp(26px, 4vw, 58px);
    }

    .tk-final-page .stage {
        grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) !important;
        padding-top: clamp(36px, 5vw, 58px) !important;
    }

    .tk-final-page .copy {
        max-width: min(54vw, 620px) !important;
        padding-bottom: clamp(42px, 5vw, 70px) !important;
    }

    .tk-final-page .name {
        font-size: clamp(82px, 10vw, 126px) !important;
    }

    .tk-final-page .role {
        font-size: clamp(22px, 2.5vw, 30px) !important;
    }

    .tk-final-page .lead {
        max-width: min(560px, 52vw) !important;
        font-size: clamp(21px, 2.5vw, 30px) !important;
    }

    .tk-final-page .photo-zone {
        right: clamp(16px, 3vw, 42px) !important;
        width: min(48vw, 560px) !important;
        height: min(75svh, 700px) !important;
    }

    .projects-section .projects-head,
    .tk-projects-page .hero {
        grid-template-columns: minmax(110px, 0.2fr) minmax(0, 0.54fr) minmax(220px, 0.26fr) !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title {
        font-size: clamp(62px, 8vw, 104px) !important;
    }

    .service-heading {
        font-size: clamp(28px, 4vw, 46px) !important;
    }

    .services-title {
        font-size: clamp(58px, 7.5vw, 96px) !important;
    }

    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        transform: none !important;
    }
}

@media (max-width: 860px) {
    :root {
        --tk-shell: clamp(18px, 5.2vw, 30px);
        --tk-header-h: 78px;
    }

    .site-header {
        height: var(--tk-header-h) !important;
    }

    .header-nav {
        padding-inline: var(--tk-shell) !important;
    }

    .desktop-menu {
        display: none !important;
    }

    .menu-toggle {
        width: 58px !important;
        height: 42px !important;
    }

    .menu-toggle span:not(.screen-reader-text) {
        height: 3px !important;
    }

    .tk-final-page .stage {
        min-height: auto !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        padding: 34px var(--tk-shell) 0 !important;
        background:
            radial-gradient(circle at 56% 74%, rgba(144, 88, 255, 0.11), transparent 0 25%, transparent 42%),
            #ffffff !important;
    }

    .tk-final-page .stage::before {
        opacity: 0.18 !important;
    }

    .tk-final-page .copy {
        max-width: 100% !important;
        gap: 20px !important;
        padding: 0 !important;
    }

    .tk-final-page .kicker {
        margin-bottom: 8px !important;
        padding: 10px 16px !important;
        font-size: 14px !important;
        border-radius: 9px !important;
    }

    .tk-final-page .name {
        font-size: clamp(66px, 19vw, 118px) !important;
    }

    .tk-final-page .role {
        font-size: clamp(22px, 6vw, 32px) !important;
    }

    .tk-final-page .lead {
        max-width: 100% !important;
        font-size: clamp(20px, 5.6vw, 28px) !important;
    }

    .tk-final-page .actions {
        gap: 12px !important;
    }

    .tk-final-page .actions .button {
        min-height: 52px !important;
        padding-inline: 18px !important;
        font-size: 17px !important;
    }

    .tk-final-page .photo-zone {
        position: relative !important;
        grid-column: 1 !important;
        right: auto !important;
        width: 100% !important;
        height: clamp(330px, 84vw, 560px) !important;
        margin-top: 12px !important;
        overflow: hidden !important;
    }

    .tk-final-page .portrait {
        left: 50% !important;
        right: auto !important;
        height: 104% !important;
        transform: translateX(-50%) !important;
    }

    .logofolio,
    .projects-section,
    .services-section,
    .tk-projects-page .tools,
    .projects-archive {
        padding-inline: var(--tk-shell) !important;
    }

    .logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .projects-section .projects-head,
    .tk-projects-page .hero {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title {
        font-size: clamp(56px, 17vw, 92px) !important;
        max-width: 100% !important;
    }

    .projects-section .projects-copy,
    .tk-projects-page .hero-copy {
        max-width: 100% !important;
        font-size: clamp(19px, 5vw, 27px) !important;
    }

    .tk-projects-page .hero {
        padding: 48px var(--tk-shell) 34px !important;
    }

    .tk-projects-page .tools {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }

    .tk-projects-page .search {
        width: 100% !important;
    }

    .project-grid,
    .home-project-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .project-card a {
        aspect-ratio: 1 / 1.04 !important;
        border-radius: 24px !important;
    }

    .project-top,
    .project-card.has-video-preview .project-top {
        inset: 12px 12px auto 12px !important;
        max-width: none !important;
        border-radius: 18px !important;
        gap: 6px 10px !important;
    }

    .project-card-title,
    .project-top strong {
        font-size: clamp(14px, 4.4vw, 19px) !important;
    }

    .services-panel {
        padding: 32px var(--tk-shell) !important;
    }

    .services-intro {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .services-title {
        font-size: clamp(54px, 18vw, 92px) !important;
    }

    .service-item summary {
        min-height: 84px !important;
        gap: 18px !important;
    }

    .service-heading {
        font-size: clamp(26px, 8vw, 44px) !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .service-media {
        height: clamp(138px, 46vw, 210px) !important;
    }

    .service-copy p {
        font-size: clamp(18px, 4.8vw, 24px) !important;
    }

    .contact-hero {
        grid-template-columns: 1fr !important;
        padding: 48px var(--tk-shell) 34px !important;
        row-gap: 18px !important;
    }

    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        transform: none !important;
    }

    .contact-hero .hero-title {
        font-size: clamp(54px, 16vw, 86px) !important;
    }

    .contact-hero .hero-copy {
        max-width: 100% !important;
        font-size: clamp(20px, 5.5vw, 28px) !important;
    }

    .contact-layout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding-inline: var(--tk-shell) !important;
    }

    .contact-details,
    .contact-panel {
        padding: 26px 20px !important;
        border-radius: 24px !important;
    }

    .big-contact-link {
        font-size: clamp(25px, 8vw, 42px) !important;
        overflow-wrap: anywhere !important;
    }

    .page-hero.profile-banner {
        min-height: auto !important;
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "title"
            "photo"
            "copy" !important;
        gap: 24px !important;
        padding: 44px var(--tk-shell) 38px !important;
    }

    .profile-hero-title,
    .profile-hero-copy,
    .profile-hero-photo {
        grid-area: auto !important;
    }

    .profile-hero-title h1 {
        font-size: clamp(60px, 18vw, 96px) !important;
    }

    .profile-hero-photo {
        min-height: 0 !important;
        height: clamp(320px, 88vw, 520px) !important;
        border-radius: 24px !important;
    }

    .profile-hero-copy p {
        font-size: clamp(19px, 5.4vw, 27px) !important;
    }

    .profile-hero-actions {
        gap: 12px !important;
    }

    .profile-hero-actions .button,
    .profile-hero-actions .button-dark {
        min-height: 52px !important;
        padding-inline: 18px !important;
        font-size: 17px !important;
    }

    .profile-intro-section,
    .experience-list,
    .education-section,
    .tools-section,
    .interests-section {
        padding-inline: var(--tk-shell) !important;
    }

    .footer-main {
        grid-template-columns: 1fr !important;
        padding: 38px var(--tk-shell) 34px !important;
        gap: 28px !important;
    }

    .footer-brand-block {
        margin-top: 18px !important;
    }

    .footer-brand-word {
        font-size: clamp(43px, 14vw, 76px) !important;
    }

    .footer-brand-sub {
        font-size: clamp(22px, 7vw, 36px) !important;
    }
}

@media (max-width: 520px) {
    .tk-final-page .name {
        font-size: clamp(62px, 19vw, 92px) !important;
    }

    .tk-final-page .actions,
    .profile-hero-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .tk-final-page .actions .button,
    .profile-hero-actions .button,
    .profile-hero-actions .button-dark {
        justify-content: center !important;
        width: 100% !important;
    }

    .logo-grid {
        grid-template-columns: 1fr !important;
    }

    .project-card a {
        aspect-ratio: 0.92 / 1 !important;
    }

    .project-card-category,
    .project-meta {
        width: 100% !important;
    }

    .footer-brand-word {
        font-size: clamp(39px, 13.8vw, 61px) !important;
    }

    .footer-brand-sub {
        font-size: clamp(20px, 6.8vw, 30px) !important;
    }
}

/* 0.8.2: final alignment pass, loaded last so older experiments cannot override it. */
:root {
    --tk-shell: clamp(22px, 4.8vw, 88px);
    --tk-header-h: clamp(72px, 7vw, 104px);
}

html,
body {
    overflow-x: hidden !important;
}

.site-loader {
    font-size: clamp(42px, 8.2vw, 132px) !important;
    font-weight: 620 !important;
}

.site-loader span {
    max-width: 86vw !important;
    white-space: nowrap !important;
}

.desktop-menu a,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    text-decoration: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.desktop-menu a::before,
.desktop-menu a::after,
.desktop-menu .current-menu-item > a::before,
.desktop-menu .current-menu-item > a::after,
.desktop-menu .current_page_item > a::before,
.desktop-menu .current_page_item > a::after {
    content: none !important;
    display: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.desktop-menu .current-menu-item > a,
.desktop-menu .current_page_item > a,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
    color: var(--tk-accent) !important;
}

.desktop-menu a:not(.is-active) {
    color: var(--tk-ink) !important;
}

.tk-final-page .stage {
    min-height: calc(100svh - var(--tk-header-h)) !important;
    display: grid !important;
    grid-template-columns: minmax(360px, 0.49fr) minmax(420px, 0.51fr) !important;
    align-items: end !important;
    gap: clamp(28px, 4vw, 72px) !important;
    padding: clamp(28px, 4vw, 62px) var(--tk-shell) 0 !important;
    overflow: hidden !important;
}

.tk-final-page .copy {
    align-self: end !important;
    padding-bottom: clamp(46px, 6.4vh, 88px) !important;
    max-width: 660px !important;
}

.tk-final-page .kicker {
    width: max-content !important;
    max-width: calc(100vw - (var(--tk-shell) * 2)) !important;
    margin: 0 0 clamp(28px, 3.4vw, 48px) 0 !important;
    white-space: nowrap !important;
    transform: none !important;
}

.tk-final-page .name {
    max-width: 100% !important;
    font-size: clamp(92px, 9.4vw, 174px) !important;
    line-height: 0.82 !important;
    letter-spacing: 0 !important;
    margin: 0 0 clamp(20px, 2.4vw, 34px) !important;
    overflow: visible !important;
}

.tk-final-page .role {
    font-size: clamp(24px, 2.15vw, 43px) !important;
    line-height: 1.06 !important;
    margin-bottom: clamp(16px, 1.8vw, 24px) !important;
}

.tk-final-page .lead {
    max-width: 610px !important;
    font-size: clamp(21px, 1.85vw, 34px) !important;
    line-height: 1.16 !important;
    font-weight: 580 !important;
}

.tk-final-page .actions {
    margin-top: clamp(24px, 3vw, 42px) !important;
}

.tk-final-page .photo-zone {
    align-self: end !important;
    height: min(78svh, 760px) !important;
    min-height: 520px !important;
    margin: 0 !important;
    overflow: visible !important;
}

.tk-final-page .portrait {
    right: 0 !important;
    bottom: -3px !important;
    height: 106% !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    transform: none !important;
}

.tk-final-page .service-list {
    display: none !important;
}

.logofolio,
.projects-section,
.services-section,
.tk-projects-page .tools,
.projects-archive,
.profile-intro-section,
.experience-list,
.education-section,
.tools-section,
.interests-section {
    padding-left: var(--tk-shell) !important;
    padding-right: var(--tk-shell) !important;
}

.logo-grid {
    gap: clamp(16px, 1.65vw, 28px) !important;
}

.logo-card {
    background: #ffffff !important;
}

.projects-section .projects-head,
.tk-projects-page .hero,
.contact-hero {
    display: grid !important;
    grid-template-columns: minmax(150px, 0.27fr) minmax(0, 0.73fr) !important;
    gap: clamp(28px, 5vw, 86px) !important;
    align-items: end !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title {
    grid-column: 2 !important;
    justify-self: start !important;
    max-width: min(920px, 100%) !important;
    font-size: clamp(72px, 8.4vw, 146px) !important;
    line-height: 0.9 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.projects-section .projects-count,
.tk-projects-page .count,
.contact-hero .count {
    grid-column: 1 !important;
    justify-self: start !important;
}

.projects-section .projects-copy,
.tk-projects-page .hero-copy {
    grid-column: 2 !important;
    max-width: 620px !important;
    font-size: clamp(20px, 1.72vw, 31px) !important;
    line-height: 1.18 !important;
    font-weight: 540 !important;
}

.home-project-grid,
.project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(22px, 2.6vw, 42px) !important;
}

.project-card a {
    position: relative !important;
    min-height: 0 !important;
    aspect-ratio: 1.12 / 1 !important;
    overflow: hidden !important;
    border-radius: clamp(20px, 2vw, 32px) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
    content: none !important;
    display: none !important;
}

.project-media {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: #ffffff !important;
    padding: 0 !important;
}

.project-media img,
.project-media video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: var(--project-card-position, center center) !important;
    background: #ffffff !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
    background: #050505 !important;
}

.project-top,
.project-card.has-video-preview .project-top {
    position: absolute !important;
    z-index: 5 !important;
    inset: clamp(12px, 1.2vw, 18px) auto auto clamp(12px, 1.2vw, 18px) !important;
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px 12px !important;
    width: auto !important;
    max-width: calc(100% - clamp(24px, 2.4vw, 36px)) !important;
    padding: clamp(8px, 0.75vw, 12px) clamp(11px, 0.95vw, 16px) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #050505 !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.075) !important;
    backdrop-filter: blur(12px) !important;
}

.project-card-title,
.project-top strong {
    max-width: min(34ch, 100%) !important;
    font-size: clamp(13px, 0.88vw, 17px) !important;
    line-height: 1.04 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

.project-card-category,
.project-meta,
.project-card.has-video-preview .project-meta {
    width: auto !important;
    color: #666666 !important;
    font-size: clamp(10px, 0.68vw, 12px) !important;
    line-height: 1 !important;
    font-weight: 540 !important;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img {
    object-fit: contain !important;
    padding: clamp(34px, 6vw, 96px) !important;
}

.project-card-liouba-typographie .project-media img,
.project-card-dollies-direction-visuelle .project-media img,
.project-card-hairly-app-reservation .project-media img,
.project-card-orea-identite-visuelle .project-media img,
.project-card-esa-communication-globale .project-media img,
.project-card-start-pause-packaging-produit .project-media img,
.project-card-tropical-drink-packaging-produit .project-media img,
.project-card-calendrier-avent-packaging-produit .project-media img,
.project-card-catalogue-de-formation-esa .project-media img,
.project-card-stand-de-salon-esa .project-media img,
.project-card-stand-de-salon-esa-b2b .project-media img,
.project-card-esa-journee-mondiale-environnement .project-media img,
.project-card-brochures-esa .project-media img,
.project-card-kakemono-esa .project-media img,
.project-card-flyers-affiches .project-media img,
.project-card-autres-affiches .project-media img {
    object-fit: cover !important;
}

.services-panel {
    border-radius: 0 !important;
    padding: clamp(44px, 5.5vw, 76px) clamp(28px, 5vw, 88px) !important;
}

.services-title {
    font-size: clamp(58px, 6.4vw, 112px) !important;
    line-height: 0.92 !important;
    font-weight: 620 !important;
}

.service-item summary {
    min-height: clamp(72px, 5.4vw, 104px) !important;
    padding: clamp(16px, 1.8vw, 26px) 0 !important;
}

.service-heading {
    font-size: clamp(30px, 3.9vw, 68px) !important;
    line-height: 0.98 !important;
    font-weight: 590 !important;
}

.service-toggle {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: clamp(36px, 4vw, 62px) !important;
    font-weight: 320 !important;
}

.service-content {
    grid-template-columns: minmax(210px, 0.28fr) minmax(0, 0.72fr) !important;
    gap: clamp(24px, 4vw, 72px) !important;
    padding: 0 0 clamp(28px, 3vw, 44px) !important;
}

.service-media {
    height: clamp(118px, 13vw, 190px) !important;
    border-radius: 20px !important;
    background: var(--service-thumb-bg, #ffffff) !important;
}

.service-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--service-thumb-fit, cover) !important;
    object-position: var(--service-thumb-position, center center) !important;
    padding: var(--service-thumb-padding, 0px) !important;
    background: var(--service-thumb-bg, #ffffff) !important;
}

.project-detail-hero {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(150px, 0.24fr) minmax(0, 0.76fr) !important;
    gap: clamp(28px, 5vw, 90px) !important;
    padding: clamp(82px, 9vw, 138px) var(--tk-shell) clamp(44px, 5vw, 80px) !important;
}

.project-detail-hero h1 {
    grid-column: 1 / -1 !important;
    max-width: min(1220px, 100%) !important;
    font-size: clamp(58px, 8.2vw, 144px) !important;
    line-height: 0.9 !important;
    font-weight: 640 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.case-intro {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(150px, 0.24fr) minmax(0, 0.56fr) minmax(180px, 0.2fr) !important;
    gap: clamp(28px, 5vw, 90px) !important;
    align-items: start !important;
}

.case-intro .section-kicker {
    grid-column: 1 !important;
    font-size: clamp(14px, 1.1vw, 18px) !important;
}

.case-intro p:not(.section-kicker) {
    grid-column: 2 !important;
    max-width: 780px !important;
    font-size: clamp(24px, 2.35vw, 44px) !important;
    line-height: 1.12 !important;
    font-weight: 560 !important;
}

.project-info-table {
    grid-column: 1 / -1 !important;
    margin-top: clamp(34px, 4vw, 68px) !important;
}

.project-info-table dt,
.project-info-table dd {
    padding-left: var(--tk-shell) !important;
    padding-right: var(--tk-shell) !important;
}

.project-hero-image,
.case-gallery figure,
.motion-section {
    width: calc(100% - (var(--tk-shell) * 2)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.project-hero-image img,
.case-gallery img,
.motion-frame,
.motion-frame video {
    border-radius: clamp(18px, 2vw, 34px) !important;
}

.contact-hero {
    min-height: min(56svh, 620px) !important;
    padding: clamp(78px, 9vw, 132px) var(--tk-shell) clamp(52px, 6vw, 86px) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
    grid-column: 2 !important;
    justify-self: start !important;
    transform: translateX(-5vw) !important;
}

.contact-hero .hero-title {
    max-width: 950px !important;
    font-size: clamp(66px, 7.4vw, 128px) !important;
    line-height: 0.92 !important;
    font-weight: 640 !important;
}

.contact-hero .hero-copy {
    max-width: 760px !important;
    font-size: clamp(22px, 2vw, 36px) !important;
    line-height: 1.16 !important;
    font-weight: 520 !important;
}

.contact-layout {
    width: calc(100% - (var(--tk-shell) * 2)) !important;
    grid-template-columns: minmax(330px, 0.4fr) minmax(0, 0.6fr) !important;
    gap: clamp(44px, 6vw, 116px) !important;
    align-items: start !important;
}

.contact-details,
.contact-panel {
    border-radius: clamp(24px, 2.6vw, 38px) !important;
    padding: clamp(34px, 4.4vw, 68px) !important;
}

.contact-cv p {
    display: block !important;
    max-width: 560px !important;
    color: var(--tk-muted) !important;
    font-size: clamp(18px, 1.35vw, 23px) !important;
    line-height: 1.35 !important;
}

.page-hero.profile-banner {
    min-height: calc(100svh - var(--tk-header-h)) !important;
    display: grid !important;
    grid-template-columns: minmax(360px, 0.49fr) minmax(420px, 0.51fr) !important;
    grid-template-areas:
        "title photo"
        "copy photo" !important;
    gap: clamp(24px, 4vw, 76px) !important;
    align-items: end !important;
    padding: clamp(64px, 7vw, 110px) var(--tk-shell) clamp(50px, 6vw, 90px) !important;
}

.profile-hero-title {
    grid-area: title !important;
    align-self: end !important;
}

.profile-hero-copy {
    grid-area: copy !important;
    max-width: 680px !important;
}

.profile-hero-photo {
    grid-area: photo !important;
    align-self: end !important;
    height: min(68svh, 680px) !important;
    min-height: 500px !important;
    border-radius: clamp(24px, 2.8vw, 42px) !important;
}

.profile-hero-title h1 {
    font-size: clamp(82px, 9vw, 158px) !important;
    line-height: 0.9 !important;
    font-weight: 650 !important;
}

.profile-hero-copy p {
    font-size: clamp(20px, 1.65vw, 30px) !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.profile-hero-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
}

.studio-statement h2,
.tools-section h2,
.interests-section h2 {
    font-weight: 560 !important;
    line-height: 1.05 !important;
}

.experience-list .section-kicker,
.education-section .section-kicker,
.tools-section .section-kicker,
.interests-section .section-kicker {
    font-size: clamp(18px, 1.45vw, 25px) !important;
    color: var(--tk-ink) !important;
}

.site-footer {
    border-radius: 0 !important;
    background: #050505 !important;
    margin: clamp(80px, 8vw, 130px) 0 0 !important;
    overflow: hidden !important;
}

.footer-main {
    width: 100% !important;
    padding: clamp(50px, 5.5vw, 88px) var(--tk-shell) clamp(44px, 5vw, 78px) !important;
    display: grid !important;
    grid-template-columns: minmax(280px, 0.42fr) minmax(160px, 0.18fr) minmax(160px, 0.18fr) minmax(260px, 0.22fr) !important;
    gap: clamp(28px, 4vw, 72px) !important;
    align-items: start !important;
}

.footer-brand-block {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-top: clamp(58px, 7vw, 118px) !important;
}

.footer-brand-word {
    display: block !important;
    white-space: nowrap !important;
    font-size: clamp(70px, 11.5vw, 196px) !important;
    font-weight: 620 !important;
    line-height: 0.86 !important;
    letter-spacing: 0 !important;
}

.footer-brand-sub {
    display: block !important;
    white-space: nowrap !important;
    font-size: clamp(34px, 4.4vw, 74px) !important;
    font-weight: 560 !important;
    line-height: 1 !important;
    margin-top: 14px !important;
}

@media (max-width: 1180px) {
    :root {
        --tk-shell: clamp(22px, 4vw, 52px);
    }

    .tk-final-page .stage {
        grid-template-columns: minmax(320px, 0.48fr) minmax(360px, 0.52fr) !important;
        gap: 26px !important;
    }

    .tk-final-page .name {
        font-size: clamp(82px, 12vw, 132px) !important;
    }

    .tk-final-page .photo-zone {
        height: min(68svh, 620px) !important;
        min-height: 430px !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title,
    .project-detail-hero h1 {
        font-size: clamp(62px, 10vw, 116px) !important;
    }

    .service-heading {
        font-size: clamp(30px, 4.9vw, 58px) !important;
    }

    .profile-hero-title h1 {
        font-size: clamp(70px, 10vw, 122px) !important;
    }
}

@media (max-width: 860px) {
    :root {
        --tk-shell: clamp(18px, 5vw, 34px);
    }

    .header-nav {
        min-height: 72px !important;
    }

    .desktop-menu {
        display: none !important;
    }

    .tk-final-page .stage,
    .page-hero.profile-banner {
        min-height: auto !important;
        grid-template-columns: 1fr !important;
        grid-template-areas: none !important;
        gap: 20px !important;
        padding: 34px var(--tk-shell) 0 !important;
    }

    .tk-final-page .copy,
    .profile-hero-title,
    .profile-hero-copy,
    .profile-hero-photo {
        grid-area: auto !important;
    }

    .tk-final-page .copy {
        padding-bottom: 8px !important;
    }

    .tk-final-page .name {
        font-size: clamp(68px, 20vw, 118px) !important;
    }

    .tk-final-page .photo-zone {
        height: clamp(330px, 80vw, 530px) !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .tk-final-page .portrait {
        left: 50% !important;
        right: auto !important;
        height: 105% !important;
        transform: translateX(-50%) !important;
        object-position: center bottom !important;
    }

    .projects-section .projects-head,
    .tk-projects-page .hero,
    .contact-hero,
    .project-detail-hero,
    .case-intro {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .projects-section .projects-copy,
    .tk-projects-page .hero-copy,
    .tk-projects-page .count,
    .projects-section .projects-count,
    .contact-hero .count,
    .contact-hero .hero-title,
    .contact-hero .hero-copy,
    .project-detail-hero h1,
    .case-intro .section-kicker,
    .case-intro p:not(.section-kicker) {
        grid-column: 1 !important;
        transform: none !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title,
    .project-detail-hero h1 {
        font-size: clamp(52px, 16vw, 88px) !important;
        line-height: 0.94 !important;
    }

    .contact-hero {
        min-height: auto !important;
        padding: 46px var(--tk-shell) 30px !important;
    }

    .contact-layout {
        width: calc(100% - (var(--tk-shell) * 2)) !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .contact-details,
    .contact-panel {
        padding: 26px 20px !important;
        border-radius: 24px !important;
    }

    .profile-hero-photo {
        height: clamp(330px, 84vw, 520px) !important;
        min-height: 0 !important;
    }

    .profile-hero-title h1 {
        font-size: clamp(56px, 18vw, 92px) !important;
    }

    .home-project-grid,
    .project-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .project-card a {
        aspect-ratio: 1 / 1.02 !important;
        border-radius: 24px !important;
    }

    .project-top,
    .project-card.has-video-preview .project-top {
        inset: 12px 12px auto 12px !important;
        max-width: calc(100% - 24px) !important;
        border-radius: 18px !important;
    }

    .project-card-title,
    .project-top strong {
        font-size: clamp(14px, 4.3vw, 18px) !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .service-media {
        height: clamp(132px, 42vw, 200px) !important;
    }

    .service-heading {
        font-size: clamp(26px, 7vw, 42px) !important;
    }

    .footer-main {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
        padding: 38px var(--tk-shell) 34px !important;
    }

    .footer-brand-block {
        margin-top: 18px !important;
    }

    .footer-brand-word {
        font-size: clamp(44px, 15vw, 78px) !important;
    }

    .footer-brand-sub {
        font-size: clamp(22px, 7vw, 34px) !important;
    }
}

@media (max-width: 520px) {
    .tk-final-page .actions,
    .profile-hero-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .tk-final-page .actions .button,
    .profile-hero-actions .button,
    .profile-hero-actions .button-dark {
        width: 100% !important;
        justify-content: center !important;
    }

    .logo-grid {
        grid-template-columns: 1fr !important;
    }

    .project-card a {
        aspect-ratio: 0.94 / 1 !important;
    }

    .footer-brand-word,
    .footer-brand-sub {
        white-space: nowrap !important;
    }
}

/* 0.8.4b: final DA guard for stale blocks and Safari-sized viewports. */
.tk-final-page .service-list,
.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.stage .service-list,
.stage .hero-services,
.stage .hero-domains {
	display: none !important;
}

.site-header a,
.site-header .menu a {
	text-decoration: none !important;
	box-shadow: none !important;
	border-bottom: 0 !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after {
	display: none !important;
}

.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.contact-hero {
	grid-template-columns: minmax(36px, .18fr) minmax(0, .82fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	justify-self: start !important;
}

.project-detail-hero h1,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.projects-section .projects-title {
	overflow-wrap: anywhere;
}

.service-media img,
.service-media video,
.project-card .project-media img,
.project-card .project-media video {
	display: block;
	width: 100%;
	height: 100%;
}

.site-footer .footer-brand {
	justify-self: start !important;
	text-align: left !important;
}

.site-footer .footer-tag,
.footer-brand-sub {
	white-space: nowrap;
}

@media (min-width: 861px) and (max-width: 1320px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(380px, .5fr) minmax(410px, .5fr) !important;
	}

	.tk-final-page .name {
		font-size: clamp(82px, 10vw, 136px) !important;
	}

	.tk-final-page .photo-zone {
		align-self: end !important;
		height: clamp(520px, 70svh, 720px) !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(58px, 7.6vw, 96px) !important;
		line-height: .9 !important;
	}

	.contact-hero {
		grid-template-columns: minmax(90px, .22fr) minmax(0, .78fr) !important;
	}
}

@media (max-width: 700px) {
	.site-footer .footer-tag,
	.footer-brand-sub {
		white-space: normal;
	}
}

/* 0.8.9c: EOF hard lock, after the legacy final layer. */
:root {
	--accent: var(--tk-accent, #9058ff);
	--tk-shell: clamp(18px, 4vw, 84px);
}

html,
body {
	max-width: 100%;
	overflow-x: clip !important;
}

.site-loader {
	font-size: clamp(34px, 6.4vw, 96px) !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
}

.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.site-header a,
.site-header .menu a,
.desktop-menu a,
.menu-links a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after,
.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.menu-links a.is-active,
.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.desktop-menu a:hover,
.menu-links a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .hero-skill-list,
.stage .hero-services,
.stage .hero-domains,
.stage .service-list,
.hero-skill-list {
	display: none !important;
}

.tk-final-page .stage {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(390px, .46fr) minmax(520px, .54fr) !important;
	align-items: end !important;
	column-gap: clamp(34px, 5vw, 96px) !important;
	min-height: calc(100svh - var(--tk-header-h, 96px)) !important;
	padding: clamp(38px, 4.2vw, 70px) var(--tk-shell) 0 !important;
	background:
		radial-gradient(circle at 76% 58%, rgba(144, 88, 255, .11), transparent 0 26%, transparent 44%),
		linear-gradient(112deg, #fff 0%, #fff 60%, #f5f5f5 100%) !important;
	overflow: hidden !important;
}

.tk-final-page .copy {
	align-self: center !important;
	align-items: flex-start !important;
	gap: clamp(18px, 1.7vw, 30px) !important;
	max-width: 760px !important;
	padding-bottom: clamp(56px, 6vw, 104px) !important;
	position: relative !important;
	z-index: 2 !important;
}

.tk-final-page .kicker {
	align-self: flex-start !important;
	border-radius: 10px !important;
	line-height: 1 !important;
	margin: 0 0 clamp(24px, 2.8vw, 44px) !important;
	max-width: max-content !important;
	padding: 12px 22px !important;
	transform: none !important;
	white-space: nowrap !important;
}

.tk-final-page .name {
	font-size: clamp(86px, 9.8vw, 166px) !important;
	letter-spacing: 0 !important;
	line-height: .84 !important;
	max-width: 7.2ch !important;
	overflow: visible !important;
}

.tk-final-page .name span {
	display: block !important;
	overflow: visible !important;
}

.tk-final-page .role {
	font-size: clamp(24px, 2.1vw, 38px) !important;
	font-weight: 630 !important;
	line-height: 1.06 !important;
}

.tk-final-page .lead {
	color: #666 !important;
	font-size: clamp(22px, 2.05vw, 34px) !important;
	font-weight: 520 !important;
	line-height: 1.16 !important;
	max-width: 700px !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	bottom: 0 !important;
	height: clamp(560px, 78svh, 860px) !important;
	overflow: visible !important;
	position: absolute !important;
	right: clamp(0px, 3vw, 74px) !important;
	width: min(53vw, 820px) !important;
}

.tk-final-page .portrait {
	bottom: 0 !important;
	height: min(var(--tk-hero-portrait-size, 118%), 970px) !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center bottom !important;
	position: absolute !important;
	right: clamp(-46px, -2vw, -12px) !important;
	width: auto !important;
}

.logofolio .logo-grid {
	display: grid !important;
	gap: clamp(14px, 1.4vw, 24px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.7vw, 28px) !important;
	box-shadow: none !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.logofolio .logo-card img {
	display: block !important;
	height: 100% !important;
	object-fit: contain !important;
	padding: clamp(24px, 2.4vw, 42px) !important;
	width: 100% !important;
}

.contact-hero,
.projects-section .projects-head,
.tk-projects-page .hero {
	grid-template-columns: minmax(88px, .16fr) minmax(0, .84fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
	transform: none !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
	font-size: clamp(54px, 6.2vw, 108px) !important;
	font-weight: 620 !important;
	line-height: .95 !important;
	max-width: 1160px !important;
	overflow-wrap: normal !important;
	text-wrap: balance !important;
	word-break: normal !important;
}

.contact-hero .hero-copy {
	font-size: clamp(22px, 2.05vw, 36px) !important;
	font-weight: 500 !important;
	line-height: 1.18 !important;
	max-width: 820px !important;
}

.project-grid,
.home-project-grid {
	display: grid !important;
	gap: clamp(20px, 2.25vw, 40px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.8vw, 30px) !important;
	box-shadow: none !important;
	color: #050505 !important;
	display: block !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	z-index: 1 !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	background: #fff !important;
	display: block !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
	background: #030303 !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .9) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .08) !important;
	display: flex !important;
	gap: 10px !important;
	inset: clamp(12px, 1vw, 18px) clamp(12px, 1vw, 18px) auto !important;
	justify-content: space-between !important;
	padding: 9px 14px !important;
	position: absolute !important;
	width: auto !important;
	z-index: 3 !important;
}

.project-card-title {
	color: #050505 !important;
	font-size: clamp(13px, .95vw, 18px) !important;
	font-weight: 650 !important;
	line-height: 1.04 !important;
	max-width: min(72%, 560px) !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category {
	color: rgba(0, 0, 0, .58) !important;
	font-size: clamp(10px, .75vw, 13px) !important;
	font-weight: 560 !important;
	line-height: 1.04 !important;
	white-space: nowrap !important;
}

.project-card-animation-unreal-engine .project-top,
.project-card-seigneur-des-anneaux-gaming-motion .project-top {
	background: rgba(5, 5, 5, .68) !important;
	border-color: rgba(255, 255, 255, .14) !important;
}

.project-card-animation-unreal-engine .project-card-title,
.project-card-animation-unreal-engine .project-card-category,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-title,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-category {
	color: #fff !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	max-width: none !important;
	padding: clamp(48px, 5vw, 78px) clamp(30px, 5vw, 92px) !important;
	width: 100% !important;
}

.services-title {
	font-size: clamp(44px, 5vw, 82px) !important;
	font-weight: 580 !important;
	line-height: .98 !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	cursor: pointer !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	list-style: none !important;
	min-height: clamp(56px, 4.2vw, 76px) !important;
	padding: clamp(15px, 1.6vw, 24px) 0 !important;
}

.services-list-menu summary::-webkit-details-marker,
.service-item summary::-webkit-details-marker {
	display: none !important;
}

.service-heading {
	font-size: clamp(22px, 2.15vw, 36px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.04 !important;
}

.service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .86) !important;
	display: flex !important;
	font-size: 0 !important;
	height: 32px !important;
	justify-content: center !important;
	margin-left: clamp(16px, 3vw, 52px) !important;
	min-width: 32px !important;
	position: relative !important;
	width: 32px !important;
}

.service-toggle::before,
.service-toggle::after {
	background-color: currentColor !important;
	border: 0 !important;
	box-shadow: none !important;
	content: "" !important;
	display: block !important;
	height: 2px !important;
	left: 50% !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 24px !important;
}

.service-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.service-item[open] .service-toggle::after {
	opacity: 0 !important;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	display: grid !important;
	gap: clamp(22px, 3vw, 54px) !important;
	grid-template-columns: minmax(132px, .16fr) minmax(0, .84fr) !important;
	padding: 0 0 clamp(22px, 2.4vw, 38px) !important;
}

.service-media {
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 14px !important;
	height: clamp(82px, 7.2vw, 126px) !important;
	max-width: 220px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.service-media img {
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(16px, 1.1vw, 21px) !important;
	font-weight: 440 !important;
	line-height: 1.34 !important;
	max-width: 760px !important;
}

.site-footer {
	background: #000 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

.footer-main {
	gap: clamp(28px, 4vw, 72px) !important;
	padding: clamp(46px, 5vw, 86px) var(--tk-shell) clamp(42px, 5vw, 76px) !important;
}

.footer-brand-block {
	align-items: flex-start !important;
	justify-self: start !important;
	max-width: 100% !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(46px, 6.4vw, 104px) !important;
	font-weight: 540 !important;
	line-height: .88 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(22px, 2.4vw, 38px) !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

@media (max-width: 1180px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(310px, .48fr) minmax(360px, .52fr) !important;
		min-height: auto !important;
	}

	.tk-final-page .name {
		font-size: clamp(76px, 10.5vw, 132px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(460px, 68svh, 680px) !important;
		width: min(52vw, 660px) !important;
	}

	.tk-final-page .portrait {
		height: 112% !important;
		right: -4vw !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 860px) {
	:root {
		--tk-header-h: 74px;
		--tk-shell: clamp(18px, 5vw, 28px);
	}

	.tk-final-page .stage {
		display: flex !important;
		flex-direction: column !important;
		gap: 26px !important;
		min-height: auto !important;
		padding-top: 26px !important;
	}

	.tk-final-page .copy {
		max-width: none !important;
		order: 1 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(315px, 82vw, 520px) !important;
		min-height: 0 !important;
		order: 2 !important;
		overflow: hidden !important;
		position: relative !important;
		right: auto !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 106% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.tk-final-page .name {
		font-size: clamp(58px, 17vw, 104px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(18px, 4.9vw, 24px) !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.contact-hero,
	.projects-section .projects-head,
	.tk-projects-page .hero,
	.project-detail-hero,
	.case-intro {
		grid-template-columns: 1fr !important;
		padding-left: var(--tk-shell) !important;
		padding-right: var(--tk-shell) !important;
	}

	.contact-hero .hero-title,
	.contact-hero .hero-copy,
	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.project-detail-hero h1 {
		grid-column: 1 !important;
		transform: none !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(46px, 13.2vw, 78px) !important;
		overflow-wrap: break-word !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
		border-radius: 22px !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		align-items: flex-start !important;
		border-radius: 16px !important;
		flex-direction: column !important;
		gap: 4px !important;
		inset: 12px 12px auto !important;
	}

	.project-card-title,
	.project-card-category {
		white-space: normal !important;
	}

	.services-panel {
		padding: clamp(34px, 9vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(42px, 12.5vw, 72px) !important;
	}

	.service-heading {
		font-size: clamp(22px, 6.2vw, 32px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(118px, 36vw, 190px) !important;
		max-width: 260px !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}

	.footer-brand-word {
		font-size: clamp(42px, 13vw, 74px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(22px, 6vw, 32px) !important;
	}
}

@media (max-width: 520px) {
	.tk-final-page .actions,
	.profile-hero-actions {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.tk-final-page .actions .button,
	.profile-hero-actions .button,
	.profile-hero-actions .button-dark {
		justify-content: center !important;
		width: 100% !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: 1fr !important;
	}

	.site-loader {
		font-size: clamp(30px, 12vw, 52px) !important;
	}
}

/* v0.9.6 - final services accordion icon reset */
.services-section .services-list-menu .service-item summary,
.services-list-menu .service-item summary,
.service-item summary {
	align-items: center !important;
	display: grid !important;
	gap: clamp(18px, 2.4vw, 36px) !important;
	grid-template-columns: minmax(0, 1fr) 44px !important;
}

.services-section .services-list-menu .service-toggle,
.services-list-menu .service-toggle,
.service-toggle {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .9) !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 44px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 44px !important;
	min-width: 44px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	width: 44px !important;
}

.services-section .services-list-menu .service-toggle::before,
.services-list-menu .service-toggle::before,
.service-toggle::before {
	background: transparent !important;
	color: currentColor !important;
	content: "\002B" !important;
	display: block !important;
	font-size: clamp(28px, 2vw, 34px) !important;
	font-weight: 300 !important;
	height: auto !important;
	inset: auto !important;
	letter-spacing: 0 !important;
	line-height: .9 !important;
	opacity: 1 !important;
	position: static !important;
	text-align: center !important;
	transform: none !important;
	width: auto !important;
}

.services-section .services-list-menu .service-toggle::after,
.services-section .services-list-menu .service-item[open] .service-toggle::after,
.services-section .services-list-menu .service-item.is-open .service-toggle::after,
.services-list-menu .service-toggle::after,
.service-toggle::after,
.service-item[open] .service-toggle::after,
.service-item.is-open .service-toggle::after {
	background: transparent !important;
	content: "" !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	transform: none !important;
	width: 0 !important;
}

.services-section .services-list-menu .service-item[open] .service-toggle::before,
.services-section .services-list-menu .service-item.is-open .service-toggle::before,
.services-list-menu .service-item[open] .service-toggle::before,
.services-list-menu .service-item.is-open .service-toggle::before,
.service-item[open] .service-toggle::before,
.service-item.is-open .service-toggle::before {
	content: "\2212" !important;
	font-size: clamp(32px, 2.2vw, 38px) !important;
	line-height: .75 !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 860px) {
	.services-section .services-list-menu .service-item summary,
	.services-list-menu .service-item summary,
	.service-item summary {
		grid-template-columns: minmax(0, 1fr) 38px !important;
	}

	.services-section .services-list-menu .service-toggle,
	.services-list-menu .service-toggle,
	.service-toggle {
		height: 38px !important;
		min-height: 38px !important;
		min-width: 38px !important;
		width: 38px !important;
	}
}

/* v0.9.6 - services accordion icon reset */
.services-section .services-list-menu .service-item summary,
.services-list-menu .service-item summary,
.service-item summary {
	align-items: center !important;
	display: grid !important;
	gap: clamp(18px, 2.4vw, 36px) !important;
	grid-template-columns: minmax(0, 1fr) 44px !important;
}

.services-section .services-list-menu .service-toggle,
.services-list-menu .service-toggle,
.service-toggle {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .9) !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 44px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 44px !important;
	min-width: 44px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	width: 44px !important;
}

.services-section .services-list-menu .service-toggle::before,
.services-list-menu .service-toggle::before,
.service-toggle::before {
	background: transparent !important;
	color: currentColor !important;
	content: "\002B" !important;
	display: block !important;
	font-size: clamp(28px, 2vw, 34px) !important;
	font-weight: 300 !important;
	height: auto !important;
	inset: auto !important;
	letter-spacing: 0 !important;
	line-height: .9 !important;
	opacity: 1 !important;
	position: static !important;
	text-align: center !important;
	transform: none !important;
	width: auto !important;
}

.services-section .services-list-menu .service-toggle::after,
.services-section .services-list-menu .service-item[open] .service-toggle::after,
.services-section .services-list-menu .service-item.is-open .service-toggle::after,
.services-list-menu .service-toggle::after,
.service-toggle::after,
.service-item[open] .service-toggle::after,
.service-item.is-open .service-toggle::after {
	background: transparent !important;
	content: "" !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	transform: none !important;
	width: 0 !important;
}

.services-section .services-list-menu .service-item[open] .service-toggle::before,
.services-section .services-list-menu .service-item.is-open .service-toggle::before,
.services-list-menu .service-item[open] .service-toggle::before,
.services-list-menu .service-item.is-open .service-toggle::before,
.service-item[open] .service-toggle::before,
.service-item.is-open .service-toggle::before {
	content: "\2212" !important;
	font-size: clamp(32px, 2.2vw, 38px) !important;
	line-height: .75 !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 860px) {
	.services-section .services-list-menu .service-item summary,
	.services-list-menu .service-item summary,
	.service-item summary {
		grid-template-columns: minmax(0, 1fr) 38px !important;
	}

	.services-section .services-list-menu .service-toggle,
	.services-list-menu .service-toggle,
	.service-toggle {
		height: 38px !important;
		min-height: 38px !important;
		min-width: 38px !important;
		width: 38px !important;
	}
}

/* v0.9.5 - final visual cleanup */
.site-header a,
.desktop-menu a,
.menu-links a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.menu-links a.is-active,
.menu-links a:hover,
.menu-links a:focus-visible {
	color: var(--tk-accent) !important;
}

.site-loader {
	font-size: clamp(34px, 5.8vw, 88px) !important;
	letter-spacing: 0 !important;
}

.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.tk-final-page .hero-services,
.tk-final-page .service-cloud,
.tk-final-page .hero-tags,
.tk-final-page .floating-services,
.tk-final-page .portrait-services {
	display: none !important;
}

.tk-final-page .stage {
	align-items: end !important;
	column-gap: clamp(40px, 6vw, 110px) !important;
	grid-template-columns: minmax(360px, .44fr) minmax(460px, .56fr) !important;
	overflow: hidden !important;
	padding-bottom: clamp(18px, 2.2vw, 40px) !important;
}

.tk-final-page .kicker {
	margin-left: 0 !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	height: clamp(500px, 71svh, 760px) !important;
	justify-self: end !important;
	width: min(51vw, 820px) !important;
}

.tk-final-page .portrait {
	bottom: -1px !important;
	height: 111% !important;
	object-fit: contain !important;
	object-position: center bottom !important;
	right: clamp(-70px, -3.4vw, -22px) !important;
}

.logofolio .section-head {
	justify-content: flex-start !important;
}

@media (min-width: 1181px) {
	.logofolio .logo-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
}

.project-grid,
.home-project-grid {
	align-items: start !important;
	gap: clamp(18px, 2.2vw, 34px) !important;
}

@media (min-width: 920px) {
	.project-grid,
	.home-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(22px, 2.3vw, 34px) !important;
	box-shadow: none !important;
	display: block !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card .project-media {
	background: #fff !important;
	inset: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
}

.project-card .project-media img,
.project-card .project-media video {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card .project-top {
	align-items: flex-start !important;
	background: rgba(255, 255, 255, .92) !important;
	border-radius: clamp(14px, 1.3vw, 20px) !important;
	display: flex !important;
	gap: clamp(10px, 1.4vw, 22px) !important;
	inset: clamp(12px, 1.4vw, 22px) clamp(12px, 1.4vw, 22px) auto !important;
	justify-content: space-between !important;
	padding: clamp(12px, 1.35vw, 22px) !important;
	position: absolute !important;
	z-index: 2 !important;
}

.project-card-title {
	font-size: clamp(20px, 1.85vw, 36px) !important;
	font-weight: 650 !important;
	letter-spacing: 0 !important;
	line-height: .98 !important;
	max-width: 72% !important;
	white-space: normal !important;
}

.project-card-category {
	color: rgba(0, 0, 0, .58) !important;
	font-size: clamp(13px, .95vw, 17px) !important;
	font-weight: 560 !important;
	line-height: 1.05 !important;
	text-align: right !important;
	white-space: normal !important;
}

.project-card.has-video-preview::after,
.project-card.has-motion-indicator::after {
	content: none !important;
	display: none !important;
}

.services-panel {
	background: #000 !important;
	border-radius: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, 1720px) !important;
	padding: clamp(46px, 5.4vw, 86px) clamp(42px, 6.2vw, 112px) !important;
}

.services-title-row {
	justify-content: flex-start !important;
}

.services-title {
	font-size: clamp(46px, 5.1vw, 88px) !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
	line-height: .88 !important;
	text-align: left !important;
}

.services-list-menu .service-item summary {
	align-items: center !important;
	cursor: pointer !important;
	display: grid !important;
	gap: clamp(18px, 2vw, 34px) !important;
	grid-template-columns: minmax(0, 1fr) 48px !important;
	min-height: clamp(66px, 5vw, 90px) !important;
	padding: clamp(16px, 1.7vw, 24px) 0 !important;
}

.services-list-menu .service-item summary::-webkit-details-marker {
	display: none !important;
}

.services-list-menu .service-heading {
	font-size: clamp(24px, 2.18vw, 38px) !important;
	font-weight: 470 !important;
	letter-spacing: 0 !important;
	line-height: 1.04 !important;
}

.services-list-menu .service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .88) !important;
	display: grid !important;
	font-size: 0 !important;
	height: 48px !important;
	justify-items: center !important;
	overflow: hidden !important;
	position: relative !important;
	width: 48px !important;
}

.services-list-menu .service-toggle::before {
	background: transparent !important;
	color: currentColor !important;
	content: "+" !important;
	display: grid !important;
	font-size: clamp(30px, 2.2vw, 38px) !important;
	font-weight: 260 !important;
	height: 100% !important;
	inset: 0 !important;
	line-height: 1 !important;
	place-items: center !important;
	position: absolute !important;
	transform: none !important;
	width: 100% !important;
}

.services-list-menu .service-toggle::after {
	content: none !important;
	display: none !important;
}

.services-list-menu .service-item[open] .service-toggle::before,
.services-list-menu .service-item.is-open .service-toggle::before {
	content: "\2212" !important;
	transform: translateY(-2px) !important;
}

.services-list-menu .service-item:not([open]) .service-content {
	display: none !important;
}

.services-list-menu .service-content {
	display: grid !important;
	gap: clamp(22px, 3vw, 48px) !important;
	grid-template-columns: minmax(120px, 190px) minmax(0, 1fr) !important;
	padding: 0 0 clamp(24px, 3vw, 44px) !important;
}

.services-list-menu .service-media {
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 14px !important;
	height: clamp(80px, 6vw, 112px) !important;
	max-width: 190px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.services-list-menu .service-media img {
	background: #fff !important;
	display: block !important;
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.services-list-menu .service-copy p {
	color: rgba(255, 255, 255, .76) !important;
	font-size: clamp(16px, 1.05vw, 20px) !important;
	font-weight: 390 !important;
	line-height: 1.38 !important;
}

.contact-hero {
	grid-template-columns: minmax(100px, .18fr) minmax(0, .82fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
	transform: none !important;
}

.footer-brand-word {
	font-size: clamp(44px, 5.8vw, 92px) !important;
	font-weight: 520 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(20px, 2vw, 32px) !important;
	font-weight: 470 !important;
	white-space: nowrap !important;
}

@media (max-width: 1180px) {
	.tk-final-page .stage {
		column-gap: clamp(24px, 4vw, 56px) !important;
		grid-template-columns: minmax(300px, .48fr) minmax(340px, .52fr) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(450px, 65svh, 650px) !important;
		width: min(52vw, 620px) !important;
	}
}

@media (max-width: 860px) {
	.tk-final-page .stage {
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
		padding-top: 22px !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(330px, 82vw, 520px) !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 108% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
		border-radius: 22px !important;
	}

	.project-card .project-top {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 6px !important;
	}

	.project-card-title {
		max-width: none !important;
	}

	.project-card-category {
		text-align: left !important;
	}

	.services-panel {
		padding: clamp(34px, 9vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(40px, 12vw, 68px) !important;
	}

	.services-list-menu .service-item summary {
		grid-template-columns: minmax(0, 1fr) 42px !important;
	}

	.services-list-menu .service-heading {
		font-size: clamp(22px, 6vw, 31px) !important;
	}

	.services-list-menu .service-toggle {
		height: 42px !important;
		width: 42px !important;
	}

	.services-list-menu .service-content {
		grid-template-columns: 1fr !important;
	}

	.services-list-menu .service-media {
		height: clamp(110px, 32vw, 176px) !important;
		max-width: 250px !important;
	}

	.contact-hero {
		grid-template-columns: 1fr !important;
	}

	.contact-hero .hero-title,
	.contact-hero .hero-copy {
		grid-column: 1 !important;
	}
}

@media (max-width: 560px) {
	.logofolio .logo-grid {
		grid-template-columns: 1fr !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
	}

	.project-card .project-top {
		inset: 10px 10px auto !important;
		padding: 11px 12px !important;
	}

	.project-card-title {
		font-size: clamp(18px, 5.6vw, 26px) !important;
	}

	.footer-brand-word {
		font-size: clamp(38px, 11.5vw, 62px) !important;
	}
}

/* 0.9.3b: final service toggle cleanup. */
.services-section .services-list-menu .service-item .service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .88) !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 44px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin-left: clamp(18px, 3vw, 52px) !important;
	min-height: 44px !important;
	min-width: 44px !important;
	overflow: hidden !important;
	position: relative !important;
	transform: none !important;
	width: 44px !important;
}

.services-section .services-list-menu .service-item .service-toggle::before {
	align-items: center !important;
	background: transparent !important;
	content: "+" !important;
	display: flex !important;
	font-size: clamp(30px, 2.25vw, 40px) !important;
	font-weight: 300 !important;
	height: 44px !important;
	justify-content: center !important;
	left: 0 !important;
	line-height: .82 !important;
	opacity: 1 !important;
	position: absolute !important;
	text-align: center !important;
	top: 0 !important;
	transform: none !important;
	width: 44px !important;
}

.services-section .services-list-menu .service-item[open] .service-toggle::before,
.services-section .services-list-menu .service-item.is-open .service-toggle::before {
	content: "−" !important;
	font-size: clamp(30px, 2.1vw, 38px) !important;
	transform: translateY(-2px) !important;
}

.services-section .services-list-menu .service-item .service-toggle::after,
.services-section .services-list-menu .service-item[open] .service-toggle::after,
.services-section .services-list-menu .service-item.is-open .service-toggle::after {
	background: transparent !important;
	content: none !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	transform: none !important;
	width: 0 !important;
}

/* 0.9.3: stable final overrides for the approved DA direction. */
.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.site-loader {
	font-size: clamp(42px, 8.8vw, 116px) !important;
	letter-spacing: 0 !important;
}

.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.menu-links a.is-active,
.menu-links a:hover,
.menu-links a:focus-visible {
	color: var(--tk-accent) !important;
	text-decoration: none !important;
}

.tk-final-page .home-services-list,
.tk-final-page .hero-expertise {
	display: none !important;
}

@media (min-width: 1181px) {
	.logofolio .logo-grid {
		display: grid !important;
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
		gap: clamp(14px, 1.35vw, 24px) !important;
	}

	.logofolio .logo-card {
		aspect-ratio: 1 / 1 !important;
		min-width: 0 !important;
	}
}

.project-card a,
.project-card.has-video-preview a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.55vw, 28px) !important;
	padding: 0 !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	inset: 0 !important;
	position: absolute !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview .project-media video {
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .92) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .08) !important;
	display: inline-flex !important;
	gap: 12px !important;
	inset: clamp(12px, 1vw, 18px) auto auto clamp(12px, 1vw, 18px) !important;
	max-width: calc(100% - 32px) !important;
	padding: 9px 14px !important;
	width: auto !important;
}

.project-card-title {
	font-size: clamp(13px, .9vw, 17px) !important;
	font-weight: 650 !important;
	max-width: min(58vw, 480px) !important;
	white-space: nowrap !important;
}

.project-card-category,
.project-card .project-meta {
	font-size: clamp(10px, .72vw, 12px) !important;
	font-weight: 560 !important;
	white-space: nowrap !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	padding: clamp(48px, 5vw, 78px) clamp(30px, 5vw, 92px) !important;
}

.services-title {
	font-size: clamp(42px, 4.8vw, 78px) !important;
	font-weight: 560 !important;
	line-height: .98 !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 42px !important;
	min-height: clamp(58px, 4.2vw, 76px) !important;
	padding: clamp(14px, 1.45vw, 22px) 0 !important;
}

.service-heading {
	font-size: clamp(22px, 2vw, 34px) !important;
	font-weight: 480 !important;
	letter-spacing: 0 !important;
	line-height: 1.06 !important;
}

.service-toggle,
.services-list-menu .service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .9) !important;
	display: flex !important;
	font-size: 0 !important;
	height: 42px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 42px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	width: 42px !important;
}

.service-toggle::before,
.services-list-menu .service-toggle::before {
	background: none !important;
	background-color: transparent !important;
	color: currentColor !important;
	content: "+" !important;
	display: block !important;
	font-size: clamp(30px, 2.25vw, 40px) !important;
	font-weight: 300 !important;
	height: auto !important;
	left: auto !important;
	line-height: .8 !important;
	position: static !important;
	text-align: center !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
}

.service-item[open] .service-toggle::before,
.service-item.is-open .service-toggle::before {
	content: "−" !important;
	font-size: clamp(30px, 2.15vw, 38px) !important;
	line-height: .75 !important;
	transform: translateY(-1px) !important;
}

.service-toggle::after,
.services-list-menu .service-toggle::after,
.service-item[open] .service-toggle::after,
.service-item.is-open .service-toggle::after {
	background: none !important;
	content: none !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	transform: none !important;
	width: 0 !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	grid-template-columns: minmax(118px, .15fr) minmax(0, .85fr) !important;
	padding: 0 0 clamp(22px, 2.2vw, 36px) !important;
}

.service-media {
	aspect-ratio: 8 / 5 !important;
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 12px !important;
	height: auto !important;
	max-width: 210px !important;
	width: 100% !important;
}

.service-media img {
	background: var(--service-thumb-bg, #fff) !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, center center) !important;
	padding: var(--service-thumb-padding, 0) !important;
}

.contact-hero .hero-title {
	justify-self: start !important;
	text-align: left !important;
	transform: translateX(-2vw) !important;
}

.footer-social .footer-links a[href*="behance"],
.menu-small-links a[href*="behance"] {
	display: none !important;
}

@media (max-width: 1180px) {
	.logofolio .logo-grid {
		display: flex !important;
		gap: 14px !important;
		overflow-x: auto !important;
		padding-bottom: 4px !important;
		scrollbar-width: none !important;
	}

	.logofolio .logo-grid::-webkit-scrollbar {
		display: none !important;
	}

	.logofolio .logo-card {
		flex: 0 0 min(30vw, 190px) !important;
	}
}

@media (max-width: 860px) {
	.site-loader {
		font-size: clamp(34px, 13vw, 70px) !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		border-radius: 18px !important;
		flex-direction: row !important;
		gap: 8px !important;
		inset: 10px 10px auto !important;
		max-width: calc(100% - 20px) !important;
	}

	.project-card-title {
		max-width: 62vw !important;
	}

	.project-card-category,
	.project-card .project-meta {
		display: none !important;
	}

	.services-title {
		font-size: clamp(40px, 12vw, 66px) !important;
	}

	.service-heading {
		font-size: clamp(22px, 6vw, 31px) !important;
	}

	.services-list-menu summary,
	.service-item summary {
		grid-template-columns: minmax(0, 1fr) 36px !important;
	}

	.service-toggle,
	.services-list-menu .service-toggle {
		height: 36px !important;
		min-width: 36px !important;
		width: 36px !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		max-width: 230px !important;
	}

	.contact-hero .hero-title {
		transform: none !important;
	}
}

/* 0.9.2: final service control polish and responsive card/folio tightening. */
.service-toggle,
.services-list-menu .service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .88) !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 36px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 0 0 clamp(18px, 3vw, 54px) !important;
	min-height: 36px !important;
	min-width: 36px !important;
	padding: 0 !important;
	position: relative !important;
	width: 36px !important;
}

.service-toggle::before,
.services-list-menu .service-toggle::before {
	background: transparent !important;
	content: "+" !important;
	display: block !important;
	font-size: clamp(29px, 2.35vw, 42px) !important;
	font-weight: 300 !important;
	height: auto !important;
	left: auto !important;
	letter-spacing: 0 !important;
	line-height: .86 !important;
	position: static !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
}

.service-toggle::after,
.services-list-menu .service-toggle::after {
	content: none !important;
	display: none !important;
}

.service-item[open] .service-toggle::before,
.service-item[open] .services-list-menu .service-toggle::before {
	content: "−" !important;
	opacity: 1 !important;
	transform: none !important;
}

.service-item summary {
	column-gap: clamp(18px, 3vw, 54px) !important;
}

.service-heading {
	font-size: clamp(22px, 2vw, 34px) !important;
	font-weight: 480 !important;
	letter-spacing: 0 !important;
}

.services-title {
	font-size: clamp(42px, 5vw, 76px) !important;
	font-weight: 560 !important;
}

.home-project-grid,
.project-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
}

.project-card .project-media img,
.project-card .project-media video {
	object-fit: cover !important;
}

.logofolio .logo-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio-card {
	aspect-ratio: 1 / 1 !important;
}

@media (max-width: 1180px) {
	.logofolio .logo-grid {
		display: flex !important;
		gap: 14px !important;
		overflow-x: auto !important;
		padding-bottom: 4px !important;
		scroll-snap-type: x proximity !important;
	}

	.logofolio-card {
		flex: 0 0 min(28vw, 180px) !important;
		scroll-snap-align: start !important;
	}
}

@media (max-width: 860px) {
	.home-project-grid,
	.project-grid {
		grid-template-columns: 1fr !important;
	}

	.service-heading {
		font-size: clamp(22px, 5.6vw, 31px) !important;
	}

	.service-toggle::before,
	.services-list-menu .service-toggle::before {
		font-size: clamp(29px, 7.5vw, 38px) !important;
	}
}

/* 0.9.1: tighter DA pass - clean service controls, rectangular cards, stable desktop rhythm. */
.site-loader {
	background: #000 !important;
	font-size: clamp(28px, 5vw, 74px) !important;
	letter-spacing: 0 !important;
}

.site-loader span,
.site-loader span::before,
.site-loader span::after {
	content: none !important;
	font-weight: 560 !important;
	text-transform: lowercase !important;
}

.main-nav a,
.menu-panel a {
	text-decoration: none !important;
}

.main-nav a::before,
.main-nav a::after,
.menu-panel a::before,
.menu-panel a::after {
	display: none !important;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"],
.menu-panel a:hover,
.menu-panel a:focus-visible,
.menu-panel a[aria-current="page"] {
	color: var(--accent) !important;
}

.tk-final-page .stage {
	align-items: end !important;
	display: grid !important;
	gap: clamp(28px, 4vw, 76px) !important;
	grid-template-columns: minmax(410px, .45fr) minmax(520px, .55fr) !important;
	min-height: calc(100svh - var(--tk-header-h)) !important;
	overflow: hidden !important;
	padding-bottom: clamp(0px, 1vw, 18px) !important;
	padding-top: clamp(26px, 4vw, 68px) !important;
}

.tk-final-page .copy {
	align-self: center !important;
	max-width: 740px !important;
	padding-left: clamp(0px, 1.2vw, 28px) !important;
	z-index: 2 !important;
}

.tk-final-page .kicker {
	display: inline-flex !important;
	margin: 0 0 clamp(34px, 4vw, 64px) !important;
	transform: translateX(0) !important;
}

.tk-final-page .name {
	font-size: clamp(86px, 10.2vw, 176px) !important;
	line-height: .84 !important;
	margin-bottom: clamp(24px, 2.5vw, 42px) !important;
}

.tk-final-page .role {
	font-size: clamp(24px, 2vw, 38px) !important;
	line-height: 1.08 !important;
}

.tk-final-page .lead {
	font-size: clamp(24px, 2.45vw, 42px) !important;
	font-weight: 570 !important;
	line-height: 1.16 !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	height: min(76svh, 760px) !important;
	min-height: 560px !important;
	overflow: visible !important;
	position: relative !important;
	width: 100% !important;
}

.tk-final-page .portrait {
	bottom: -2px !important;
	height: 112% !important;
	left: auto !important;
	object-fit: contain !important;
	object-position: bottom center !important;
	right: max(-38px, -2vw) !important;
	width: auto !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .home-services-list,
.tk-final-page .home-capabilities,
.tk-final-page .photo-zone + ul,
.tk-final-page .photo-zone + .hero-services {
	display: none !important;
}

.logofolio .logo-grid {
	display: grid !important;
	gap: clamp(12px, 1.4vw, 22px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.6vw, 28px) !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

.logofolio .logo-card img {
	max-height: 68% !important;
	max-width: 78% !important;
	object-fit: contain !important;
}

.projects-section .projects-head,
.tk-projects-page .hero,
.contact-hero,
.project-detail-hero,
.case-intro {
	column-gap: clamp(34px, 7vw, 130px) !important;
	grid-template-columns: minmax(160px, .28fr) minmax(0, .72fr) !important;
	padding-left: var(--tk-shell) !important;
	padding-right: var(--tk-shell) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
	grid-column: 2 !important;
	justify-self: start !important;
	max-width: min(1120px, 100%) !important;
	text-align: left !important;
	transform: none !important;
}

.contact-hero .hero-title {
	margin-left: 0 !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title {
	font-size: clamp(68px, 9.4vw, 164px) !important;
	line-height: .88 !important;
}

.project-grid,
.home-project-grid {
	align-items: start !important;
	display: grid !important;
	gap: clamp(18px, 2vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card a,
.project-card.has-video-preview a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(24px, 2.2vw, 42px) !important;
	overflow: hidden !important;
	position: relative !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	height: 100% !important;
	inset: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 100% !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview .project-media video {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, center center) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .92) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .08) !important;
	display: inline-flex !important;
	gap: 10px !important;
	inset: clamp(12px, 1.2vw, 20px) auto auto clamp(12px, 1.2vw, 20px) !important;
	max-width: calc(100% - clamp(24px, 2.4vw, 40px)) !important;
	min-width: 0 !important;
	padding: clamp(8px, .75vw, 11px) clamp(13px, 1.05vw, 18px) !important;
	position: absolute !important;
	width: auto !important;
	z-index: 4 !important;
}

.project-card-title {
	color: #050505 !important;
	font-size: clamp(15px, 1.08vw, 22px) !important;
	font-weight: 640 !important;
	line-height: 1 !important;
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category,
.project-card .project-meta {
	display: none !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: clamp(44px, 5vw, 74px) clamp(30px, 5vw, 88px) !important;
	width: min(100% - (var(--tk-shell) * 2), 1720px) !important;
}

.services-title-row {
	align-items: start !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-items: start !important;
}

.services-title {
	font-size: clamp(48px, 5.4vw, 92px) !important;
	font-weight: 580 !important;
	line-height: .92 !important;
	margin-left: 28% !important;
	text-align: left !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 34px !important;
	min-height: clamp(58px, 4.6vw, 82px) !important;
	padding: clamp(13px, 1.35vw, 21px) 0 !important;
}

.service-heading {
	color: #fff !important;
	font-size: clamp(25px, 2.35vw, 42px) !important;
	font-weight: 500 !important;
	line-height: 1.04 !important;
}

.service-toggle {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	font-size: 0 !important;
	height: 34px !important;
	margin: 0 !important;
	opacity: .92 !important;
	position: relative !important;
	width: 34px !important;
}

.service-toggle::before,
.service-toggle::after {
	background: currentColor !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	content: "" !important;
	display: block !important;
	height: 2px !important;
	left: 50% !important;
	opacity: 1 !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 25px !important;
}

.service-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.service-item[open] .service-toggle::before {
	content: "" !important;
}

.service-item[open] .service-toggle::after {
	opacity: 0 !important;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(.2) !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	display: grid !important;
	gap: clamp(20px, 2.6vw, 46px) !important;
	grid-template-columns: minmax(124px, .16fr) minmax(0, .84fr) !important;
	padding: 0 0 clamp(22px, 2.2vw, 34px) !important;
}

.service-media {
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 14px !important;
	height: clamp(78px, 6.8vw, 120px) !important;
	max-width: 210px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.service-media img {
	background: #fff !important;
	display: block !important;
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, center center) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(16px, 1.05vw, 20px) !important;
	font-weight: 420 !important;
	line-height: 1.38 !important;
}

.footer-brand-block,
.site-footer .footer-brand {
	align-items: flex-start !important;
	justify-self: start !important;
	margin-left: 0 !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(42px, 5.4vw, 92px) !important;
	font-weight: 520 !important;
	line-height: .9 !important;
	white-space: nowrap !important;
}

.footer-brand-word::after {
	content: none !important;
	display: none !important;
}

.footer-brand-sub {
	font-size: clamp(20px, 2.1vw, 34px) !important;
	font-weight: 480 !important;
	white-space: nowrap !important;
}

@media (max-width: 1180px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(330px, .48fr) minmax(360px, .52fr) !important;
		min-height: auto !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(460px, 68svh, 660px) !important;
		min-height: 460px !important;
	}

	.tk-final-page .portrait {
		height: 108% !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(6, minmax(118px, 1fr)) !important;
		overflow-x: auto !important;
		padding-bottom: 8px !important;
	}
}

@media (max-width: 860px) {
	.tk-final-page .stage {
		display: flex !important;
		flex-direction: column !important;
		gap: 22px !important;
		min-height: auto !important;
	}

	.tk-final-page .copy {
		max-width: none !important;
		padding-left: 0 !important;
		width: 100% !important;
	}

	.tk-final-page .name {
		font-size: clamp(58px, 17vw, 104px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(300px, 80vw, 500px) !important;
		min-height: 0 !important;
		overflow: hidden !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 106% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		overflow: visible !important;
	}

	.projects-section .projects-head,
	.tk-projects-page .hero,
	.contact-hero,
	.project-detail-hero,
	.case-intro {
		grid-template-columns: 1fr !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		grid-column: 1 !important;
		font-size: clamp(44px, 13vw, 76px) !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		border-radius: 16px !important;
		flex-direction: column !important;
	}

	.project-card-title {
		font-size: clamp(14px, 4.6vw, 19px) !important;
		white-space: normal !important;
	}

	.services-panel {
		padding: clamp(34px, 9vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(40px, 12vw, 68px) !important;
		margin-left: 0 !important;
	}

	.services-list-menu summary,
	.service-item summary {
		grid-template-columns: minmax(0, 1fr) 30px !important;
	}

	.service-heading {
		font-size: clamp(22px, 6vw, 31px) !important;
	}

	.service-toggle {
		height: 30px !important;
		width: 30px !important;
	}

	.service-toggle::before,
	.service-toggle::after {
		width: 22px !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(112px, 34vw, 176px) !important;
		max-width: 260px !important;
	}
}

@media (max-width: 520px) {
	.logofolio .logo-grid {
		grid-template-columns: 1fr !important;
	}

	.footer-brand-word {
		font-size: clamp(38px, 12vw, 62px) !important;
	}
}

/* 0.9.0: final art-direction polish for home, projects, services and responsive layout. */
:root {
	--tk-shell: clamp(20px, 4.2vw, 86px);
	--tk-accent: #9058ff;
	--accent: var(--tk-accent);
}

.site-loader {
	font-size: clamp(30px, 5.5vw, 82px) !important;
	font-weight: 540 !important;
	letter-spacing: 0 !important;
	text-transform: lowercase !important;
}

.site-loader span,
.brand,
.footer-brand-word {
	font-feature-settings: "kern" 1 !important;
}

.site-loader span::before,
.site-loader span::after,
.brand::after,
.footer-brand-word::after {
	content: none !important;
	display: none !important;
}

.site-header a,
.desktop-menu a,
.menu-links a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.menu-links a.is-active,
.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.desktop-menu a:hover,
.menu-links a:hover,
.site-header a:hover,
.site-header a:focus-visible {
	color: var(--tk-accent) !important;
}

.tk-final-page .stage {
	align-items: end !important;
	column-gap: clamp(32px, 5vw, 110px) !important;
	grid-template-columns: minmax(390px, .44fr) minmax(540px, .56fr) !important;
	min-height: calc(100svh - var(--tk-header-h, 96px)) !important;
	padding: clamp(34px, 4vw, 62px) var(--tk-shell) 0 !important;
}

.tk-final-page .copy {
	align-self: center !important;
	max-width: 760px !important;
	padding-bottom: clamp(46px, 5vw, 92px) !important;
}

.tk-final-page .kicker {
	margin-left: 0 !important;
	transform: none !important;
}

.tk-final-page .name {
	font-size: clamp(84px, 9.6vw, 160px) !important;
	line-height: .84 !important;
	max-width: 7.2ch !important;
}

.tk-final-page .photo-zone {
	height: clamp(590px, 80svh, 900px) !important;
	right: clamp(-12px, 2.2vw, 62px) !important;
	width: min(55vw, 880px) !important;
}

.tk-final-page .portrait {
	height: min(var(--tk-hero-portrait-size, 124%), 1010px) !important;
	right: clamp(-56px, -2.6vw, -18px) !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .hero-skill-list,
.stage .hero-services,
.stage .hero-domains,
.stage .service-list,
.hero-skill-list {
	display: none !important;
}

.logofolio {
	padding-top: clamp(46px, 5.5vw, 82px) !important;
}

.logofolio .section-head {
	align-items: flex-start !important;
	justify-content: flex-start !important;
	text-align: left !important;
}

.logofolio .logo-grid {
	display: grid !important;
	gap: clamp(12px, 1.2vw, 20px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(14px, 1.35vw, 24px) !important;
	padding: 0 !important;
}

.logofolio .logo-card a,
.logofolio .logo-card img {
	display: block !important;
	height: 100% !important;
	width: 100% !important;
}

.logofolio .logo-card img {
	object-fit: contain !important;
	padding: clamp(22px, 2.1vw, 38px) !important;
}

.projects-section .projects-head,
.tk-projects-page .hero,
.project-detail-hero,
.case-intro,
.contact-hero {
	grid-template-columns: minmax(78px, .12fr) minmax(0, .88fr) !important;
	padding-left: var(--tk-shell) !important;
	padding-right: var(--tk-shell) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
	font-size: clamp(52px, 5.75vw, 102px) !important;
	font-weight: 610 !important;
	line-height: .96 !important;
	max-width: 1120px !important;
	text-wrap: balance !important;
	word-break: normal !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy,
.projects-section .projects-title,
.projects-section .projects-copy,
.tk-projects-page .hero-title,
.tk-projects-page .hero-copy {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
	transform: none !important;
}

.contact-hero .hero-copy,
.projects-section .projects-copy,
.tk-projects-page .hero-copy {
	font-size: clamp(19px, 1.65vw, 30px) !important;
	font-weight: 480 !important;
	line-height: 1.22 !important;
	max-width: 840px !important;
}

.project-grid,
.home-project-grid {
	gap: clamp(18px, 2vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(16px, 1.45vw, 26px) !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	padding: 0 !important;
	position: absolute !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .94) !important;
	border: 1px solid rgba(0, 0, 0, .07) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .07) !important;
	display: inline-flex !important;
	gap: 0 !important;
	inset: clamp(10px, .9vw, 16px) auto auto clamp(10px, .9vw, 16px) !important;
	justify-content: flex-start !important;
	max-width: calc(100% - clamp(20px, 1.8vw, 32px)) !important;
	padding: 8px 13px !important;
	position: absolute !important;
	width: auto !important;
	z-index: 3 !important;
}

.project-card-title {
	color: #050505 !important;
	font-size: clamp(12px, .85vw, 16px) !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.05 !important;
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category {
	display: none !important;
}

.project-card-animation-unreal-engine .project-top,
.project-card-seigneur-des-anneaux-gaming-motion .project-top {
	background: rgba(8, 8, 8, .62) !important;
	border-color: rgba(255, 255, 255, .18) !important;
}

.project-card-animation-unreal-engine .project-card-title,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-title {
	color: #fff !important;
}

.services-panel {
	background: #020202 !important;
	padding: clamp(44px, 4.4vw, 70px) clamp(30px, 5vw, 88px) !important;
}

.services-title {
	font-size: clamp(40px, 4.25vw, 72px) !important;
	font-weight: 540 !important;
	line-height: .98 !important;
}

.services-list-menu {
	margin-top: clamp(28px, 3vw, 54px) !important;
}

.service-item {
	border-color: rgba(255, 255, 255, .14) !important;
}

.service-item summary {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 42px !important;
	min-height: clamp(56px, 3.8vw, 70px) !important;
	padding: clamp(13px, 1.25vw, 20px) 0 !important;
}

.service-heading {
	font-size: clamp(20px, 1.6vw, 30px) !important;
	font-weight: 440 !important;
	line-height: 1.08 !important;
}

.service-toggle {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	height: 42px !important;
	margin-left: clamp(18px, 3vw, 52px) !important;
	position: relative !important;
	width: 42px !important;
}

.service-toggle::before,
.service-toggle::after {
	background: rgba(255, 255, 255, .82) !important;
	border-radius: 999px !important;
	content: "" !important;
	display: block !important;
	height: 2px !important;
	left: 50% !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	transition: opacity .18s ease, transform .18s ease !important;
	width: 24px !important;
}

.service-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.service-item[open] .service-toggle::after {
	opacity: 0 !important;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(.2) !important;
}

.service-item[open] .service-toggle::before {
	transform: translate(-50%, -50%) !important;
}

.service-content {
	display: grid !important;
	gap: clamp(20px, 2.4vw, 40px) !important;
	grid-template-columns: minmax(130px, 180px) minmax(0, 1fr) !important;
	padding: 0 0 clamp(22px, 2.2vw, 36px) !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-media {
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 12px !important;
	height: clamp(78px, 6.2vw, 112px) !important;
	max-width: 180px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.service-media img {
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(15px, 1vw, 19px) !important;
	font-weight: 420 !important;
	line-height: 1.36 !important;
	max-width: 780px !important;
}

.site-footer {
	background: #000 !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.footer-main {
	grid-template-columns: minmax(280px, .42fr) minmax(150px, .18fr) minmax(150px, .18fr) minmax(360px, .44fr) !important;
	padding: clamp(42px, 4.7vw, 78px) var(--tk-shell) clamp(40px, 4.5vw, 70px) !important;
}

.footer-brand-block {
	align-items: flex-start !important;
	justify-self: start !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(42px, 5.6vw, 92px) !important;
	font-weight: 520 !important;
	line-height: .9 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(20px, 2vw, 32px) !important;
	font-weight: 480 !important;
	white-space: nowrap !important;
}

@media (min-width: 981px) {
	.logofolio .logo-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1180px) and (min-width: 981px) {
	.project-grid,
	.home-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.tk-final-page .stage {
		grid-template-columns: minmax(330px, .45fr) minmax(460px, .55fr) !important;
	}

	.tk-final-page .name {
		font-size: clamp(76px, 9.5vw, 126px) !important;
	}
}

@media (max-width: 980px) {
	:root {
		--tk-shell: clamp(18px, 5vw, 32px);
	}

	.tk-final-page .stage {
		display: flex !important;
		flex-direction: column !important;
		gap: 28px !important;
		min-height: auto !important;
		padding-top: 26px !important;
	}

	.tk-final-page .copy {
		max-width: none !important;
		order: 1 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(340px, 77vw, 540px) !important;
		order: 2 !important;
		overflow: hidden !important;
		position: relative !important;
		right: auto !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 112% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.tk-final-page .name {
		font-size: clamp(58px, 16vw, 104px) !important;
	}

	.projects-section .projects-head,
	.tk-projects-page .hero,
	.project-detail-hero,
	.case-intro,
	.contact-hero {
		grid-template-columns: 1fr !important;
	}

	.contact-hero .hero-title,
	.contact-hero .hero-copy,
	.projects-section .projects-title,
	.projects-section .projects-copy,
	.tk-projects-page .hero-title,
	.tk-projects-page .hero-copy {
		grid-column: 1 !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(44px, 12.5vw, 76px) !important;
		overflow-wrap: break-word !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.services-panel {
		padding: clamp(34px, 8vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(40px, 11vw, 68px) !important;
	}

	.service-heading {
		font-size: clamp(21px, 5.4vw, 30px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(110px, 32vw, 176px) !important;
		max-width: 250px !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 560px) {
	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		border-radius: 14px !important;
		max-width: calc(100% - 20px) !important;
		padding: 7px 10px !important;
	}

	.project-card-title {
		font-size: 12px !important;
		white-space: normal !important;
	}

	.service-item summary {
		grid-template-columns: minmax(0, 1fr) 34px !important;
	}

	.service-toggle {
		height: 34px !important;
		width: 34px !important;
	}

	.footer-brand-word {
		font-size: clamp(38px, 12vw, 58px) !important;
	}
}

/* 0.8.9b: actual EOF priority pass. */
:root {
	--accent: var(--tk-accent, #9058ff);
	--tk-shell: clamp(18px, 4vw, 84px);
}

html,
body {
	max-width: 100%;
	overflow-x: clip !important;
}

.site-loader {
	font-size: clamp(34px, 6.4vw, 96px) !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
}

.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.site-header a,
.site-header .menu a,
.desktop-menu a,
.menu-links a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after,
.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.menu-links a.is-active,
.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.desktop-menu a:hover,
.menu-links a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .hero-skill-list,
.stage .hero-services,
.stage .hero-domains,
.stage .service-list,
.hero-skill-list {
	display: none !important;
}

.tk-final-page .stage {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(390px, .46fr) minmax(520px, .54fr) !important;
	align-items: end !important;
	column-gap: clamp(34px, 5vw, 96px) !important;
	min-height: calc(100svh - var(--tk-header-h, 96px)) !important;
	padding: clamp(38px, 4.2vw, 70px) var(--tk-shell) 0 !important;
	background:
		radial-gradient(circle at 76% 58%, rgba(144, 88, 255, .11), transparent 0 26%, transparent 44%),
		linear-gradient(112deg, #fff 0%, #fff 60%, #f5f5f5 100%) !important;
	overflow: hidden !important;
}

.tk-final-page .copy {
	align-self: center !important;
	align-items: flex-start !important;
	gap: clamp(18px, 1.7vw, 30px) !important;
	max-width: 760px !important;
	padding-bottom: clamp(56px, 6vw, 104px) !important;
	position: relative !important;
	z-index: 2 !important;
}

.tk-final-page .kicker {
	align-self: flex-start !important;
	border-radius: 10px !important;
	line-height: 1 !important;
	margin: 0 0 clamp(24px, 2.8vw, 44px) !important;
	max-width: max-content !important;
	padding: 12px 22px !important;
	transform: none !important;
	white-space: nowrap !important;
}

.tk-final-page .name {
	font-size: clamp(86px, 9.8vw, 166px) !important;
	letter-spacing: 0 !important;
	line-height: .84 !important;
	max-width: 7.2ch !important;
	overflow: visible !important;
}

.tk-final-page .name span {
	display: block !important;
	overflow: visible !important;
}

.tk-final-page .role {
	font-size: clamp(24px, 2.1vw, 38px) !important;
	font-weight: 630 !important;
	line-height: 1.06 !important;
}

.tk-final-page .lead {
	color: #666 !important;
	font-size: clamp(22px, 2.05vw, 34px) !important;
	font-weight: 520 !important;
	line-height: 1.16 !important;
	max-width: 700px !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	bottom: 0 !important;
	height: clamp(560px, 78svh, 860px) !important;
	overflow: visible !important;
	position: absolute !important;
	right: clamp(0px, 3vw, 74px) !important;
	width: min(53vw, 820px) !important;
}

.tk-final-page .portrait {
	bottom: 0 !important;
	height: min(var(--tk-hero-portrait-size, 118%), 970px) !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center bottom !important;
	position: absolute !important;
	right: clamp(-46px, -2vw, -12px) !important;
	width: auto !important;
}

.logofolio .logo-grid {
	display: grid !important;
	gap: clamp(14px, 1.4vw, 24px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.7vw, 28px) !important;
	box-shadow: none !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.logofolio .logo-card img {
	display: block !important;
	height: 100% !important;
	object-fit: contain !important;
	padding: clamp(24px, 2.4vw, 42px) !important;
	width: 100% !important;
}

.contact-hero,
.projects-section .projects-head,
.tk-projects-page .hero {
	grid-template-columns: minmax(88px, .16fr) minmax(0, .84fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
	transform: none !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
	font-size: clamp(54px, 6.2vw, 108px) !important;
	font-weight: 620 !important;
	line-height: .95 !important;
	max-width: 1160px !important;
	overflow-wrap: normal !important;
	text-wrap: balance !important;
	word-break: normal !important;
}

.contact-hero .hero-copy {
	font-size: clamp(22px, 2.05vw, 36px) !important;
	font-weight: 500 !important;
	line-height: 1.18 !important;
	max-width: 820px !important;
}

.project-grid,
.home-project-grid {
	display: grid !important;
	gap: clamp(20px, 2.25vw, 40px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.8vw, 30px) !important;
	box-shadow: none !important;
	color: #050505 !important;
	display: block !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	z-index: 1 !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	background: #fff !important;
	display: block !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
	background: #030303 !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .9) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .08) !important;
	display: flex !important;
	gap: 10px !important;
	inset: clamp(12px, 1vw, 18px) clamp(12px, 1vw, 18px) auto !important;
	justify-content: space-between !important;
	padding: 9px 14px !important;
	position: absolute !important;
	width: auto !important;
	z-index: 3 !important;
}

.project-card-title {
	color: #050505 !important;
	font-size: clamp(13px, .95vw, 18px) !important;
	font-weight: 650 !important;
	line-height: 1.04 !important;
	max-width: min(72%, 560px) !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category {
	color: rgba(0, 0, 0, .58) !important;
	font-size: clamp(10px, .75vw, 13px) !important;
	font-weight: 560 !important;
	line-height: 1.04 !important;
	white-space: nowrap !important;
}

.project-card-animation-unreal-engine .project-top,
.project-card-seigneur-des-anneaux-gaming-motion .project-top {
	background: rgba(5, 5, 5, .68) !important;
	border-color: rgba(255, 255, 255, .14) !important;
}

.project-card-animation-unreal-engine .project-card-title,
.project-card-animation-unreal-engine .project-card-category,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-title,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-category {
	color: #fff !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	max-width: none !important;
	padding: clamp(48px, 5vw, 78px) clamp(30px, 5vw, 92px) !important;
	width: 100% !important;
}

.services-title {
	font-size: clamp(44px, 5vw, 82px) !important;
	font-weight: 580 !important;
	line-height: .98 !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	cursor: pointer !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	list-style: none !important;
	min-height: clamp(56px, 4.2vw, 76px) !important;
	padding: clamp(15px, 1.6vw, 24px) 0 !important;
}

.services-list-menu summary::-webkit-details-marker,
.service-item summary::-webkit-details-marker {
	display: none !important;
}

.service-heading {
	font-size: clamp(22px, 2.15vw, 36px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.04 !important;
}

.service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .86) !important;
	display: flex !important;
	font-size: 0 !important;
	height: 32px !important;
	justify-content: center !important;
	margin-left: clamp(16px, 3vw, 52px) !important;
	min-width: 32px !important;
	position: relative !important;
	width: 32px !important;
}

.service-toggle::before,
.service-toggle::after {
	background-color: currentColor !important;
	border: 0 !important;
	box-shadow: none !important;
	content: "" !important;
	display: block !important;
	height: 2px !important;
	left: 50% !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 24px !important;
}

.service-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.service-item[open] .service-toggle::after {
	opacity: 0 !important;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	display: grid !important;
	gap: clamp(22px, 3vw, 54px) !important;
	grid-template-columns: minmax(132px, .16fr) minmax(0, .84fr) !important;
	padding: 0 0 clamp(22px, 2.4vw, 38px) !important;
}

.service-media {
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 14px !important;
	height: clamp(82px, 7.2vw, 126px) !important;
	max-width: 220px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.service-media img {
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(16px, 1.1vw, 21px) !important;
	font-weight: 440 !important;
	line-height: 1.34 !important;
	max-width: 760px !important;
}

.site-footer {
	background: #000 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

.footer-main {
	gap: clamp(28px, 4vw, 72px) !important;
	padding: clamp(46px, 5vw, 86px) var(--tk-shell) clamp(42px, 5vw, 76px) !important;
}

.footer-brand-block {
	align-items: flex-start !important;
	justify-self: start !important;
	max-width: 100% !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(46px, 6.4vw, 104px) !important;
	font-weight: 540 !important;
	line-height: .88 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(22px, 2.4vw, 38px) !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

@media (max-width: 1180px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(310px, .48fr) minmax(360px, .52fr) !important;
		min-height: auto !important;
	}

	.tk-final-page .name {
		font-size: clamp(76px, 10.5vw, 132px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(460px, 68svh, 680px) !important;
		width: min(52vw, 660px) !important;
	}

	.tk-final-page .portrait {
		height: 112% !important;
		right: -4vw !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 860px) {
	:root {
		--tk-header-h: 74px;
		--tk-shell: clamp(18px, 5vw, 28px);
	}

	.tk-final-page .stage {
		display: flex !important;
		flex-direction: column !important;
		gap: 26px !important;
		min-height: auto !important;
		padding-top: 26px !important;
	}

	.tk-final-page .copy {
		max-width: none !important;
		order: 1 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(315px, 82vw, 520px) !important;
		min-height: 0 !important;
		order: 2 !important;
		overflow: hidden !important;
		position: relative !important;
		right: auto !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 106% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.tk-final-page .name {
		font-size: clamp(58px, 17vw, 104px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(18px, 4.9vw, 24px) !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.contact-hero,
	.projects-section .projects-head,
	.tk-projects-page .hero,
	.project-detail-hero,
	.case-intro {
		grid-template-columns: 1fr !important;
		padding-left: var(--tk-shell) !important;
		padding-right: var(--tk-shell) !important;
	}

	.contact-hero .hero-title,
	.contact-hero .hero-copy,
	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.project-detail-hero h1 {
		grid-column: 1 !important;
		transform: none !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(46px, 13.2vw, 78px) !important;
		overflow-wrap: break-word !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
		border-radius: 22px !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		align-items: flex-start !important;
		border-radius: 16px !important;
		flex-direction: column !important;
		gap: 4px !important;
		inset: 12px 12px auto !important;
	}

	.project-card-title,
	.project-card-category {
		white-space: normal !important;
	}

	.services-panel {
		padding: clamp(34px, 9vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(42px, 12.5vw, 72px) !important;
	}

	.service-heading {
		font-size: clamp(22px, 6.2vw, 32px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(118px, 36vw, 190px) !important;
		max-width: 260px !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}

	.footer-brand-word {
		font-size: clamp(42px, 13vw, 74px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(22px, 6vw, 32px) !important;
	}
}

@media (max-width: 520px) {
	.tk-final-page .actions,
	.profile-hero-actions {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.tk-final-page .actions .button,
	.profile-hero-actions .button,
	.profile-hero-actions .button-dark {
		justify-content: center !important;
		width: 100% !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: 1fr !important;
	}

	.site-loader {
		font-size: clamp(30px, 12vw, 52px) !important;
	}
}

/* 0.8.9: final visual lock for the approved premium direction. */
:root {
	--accent: var(--tk-accent, #9058ff);
	--tk-shell: clamp(18px, 4vw, 84px);
}

html,
body {
	max-width: 100%;
	overflow-x: clip !important;
}

.site-loader {
	font-size: clamp(34px, 6.4vw, 96px) !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
}

.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.site-header a,
.site-header .menu a,
.desktop-menu a,
.menu-links a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after,
.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.menu-links a.is-active,
.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.desktop-menu a:hover,
.menu-links a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .hero-skill-list,
.stage .hero-services,
.stage .hero-domains,
.stage .service-list,
.hero-skill-list {
	display: none !important;
}

.tk-final-page .stage {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(390px, .46fr) minmax(520px, .54fr) !important;
	align-items: end !important;
	column-gap: clamp(34px, 5vw, 96px) !important;
	min-height: calc(100svh - var(--tk-header-h, 96px)) !important;
	padding: clamp(38px, 4.2vw, 70px) var(--tk-shell) 0 !important;
	background:
		radial-gradient(circle at 76% 58%, rgba(144, 88, 255, .11), transparent 0 26%, transparent 44%),
		linear-gradient(112deg, #fff 0%, #fff 60%, #f5f5f5 100%) !important;
	overflow: hidden !important;
}

.tk-final-page .copy {
	align-self: center !important;
	align-items: flex-start !important;
	gap: clamp(18px, 1.7vw, 30px) !important;
	max-width: 760px !important;
	padding-bottom: clamp(56px, 6vw, 104px) !important;
	position: relative !important;
	z-index: 2 !important;
}

.tk-final-page .kicker {
	align-self: flex-start !important;
	border-radius: 10px !important;
	line-height: 1 !important;
	margin: 0 0 clamp(24px, 2.8vw, 44px) !important;
	max-width: max-content !important;
	padding: 12px 22px !important;
	transform: none !important;
	white-space: nowrap !important;
}

.tk-final-page .name {
	font-size: clamp(86px, 9.8vw, 166px) !important;
	letter-spacing: 0 !important;
	line-height: .84 !important;
	max-width: 7.2ch !important;
	overflow: visible !important;
}

.tk-final-page .name span {
	display: block !important;
	overflow: visible !important;
}

.tk-final-page .role {
	font-size: clamp(24px, 2.1vw, 38px) !important;
	font-weight: 630 !important;
	line-height: 1.06 !important;
}

.tk-final-page .lead {
	color: #666 !important;
	font-size: clamp(22px, 2.05vw, 34px) !important;
	font-weight: 520 !important;
	line-height: 1.16 !important;
	max-width: 700px !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	bottom: 0 !important;
	height: clamp(560px, 78svh, 860px) !important;
	overflow: visible !important;
	position: absolute !important;
	right: clamp(0px, 3vw, 74px) !important;
	width: min(53vw, 820px) !important;
}

.tk-final-page .portrait {
	bottom: 0 !important;
	height: min(var(--tk-hero-portrait-size, 118%), 970px) !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center bottom !important;
	position: absolute !important;
	right: clamp(-46px, -2vw, -12px) !important;
	width: auto !important;
}

.logofolio {
	padding-top: clamp(54px, 6vw, 96px) !important;
}

.logofolio .logo-grid {
	display: grid !important;
	gap: clamp(14px, 1.4vw, 24px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.7vw, 28px) !important;
	box-shadow: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.logofolio .logo-card a,
.logofolio .logo-card img {
	display: block !important;
	height: 100% !important;
	width: 100% !important;
}

.logofolio .logo-card img {
	object-fit: contain !important;
	padding: clamp(24px, 2.4vw, 42px) !important;
}

.projects-section .projects-head,
.tk-projects-page .hero {
	grid-template-columns: minmax(88px, .16fr) minmax(0, .84fr) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
	font-size: clamp(54px, 6.2vw, 108px) !important;
	font-weight: 620 !important;
	line-height: .95 !important;
	max-width: 1160px !important;
	overflow-wrap: normal !important;
	text-wrap: balance !important;
	word-break: normal !important;
}

.contact-hero {
	grid-template-columns: minmax(88px, .16fr) minmax(0, .84fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
	transform: none !important;
}

.contact-hero .hero-title {
	max-width: 920px !important;
}

.contact-hero .hero-copy {
	font-size: clamp(22px, 2.05vw, 36px) !important;
	font-weight: 500 !important;
	line-height: 1.18 !important;
	max-width: 820px !important;
}

.project-grid,
.home-project-grid {
	display: grid !important;
	gap: clamp(20px, 2.25vw, 40px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card {
	min-width: 0 !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.8vw, 30px) !important;
	box-shadow: none !important;
	color: #050505 !important;
	display: block !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card a:hover {
	transform: translateY(-3px) !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	z-index: 1 !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	background: #fff !important;
	display: block !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
	background: #030303 !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .9) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .08) !important;
	display: flex !important;
	gap: 10px !important;
	inset: clamp(12px, 1vw, 18px) clamp(12px, 1vw, 18px) auto !important;
	justify-content: space-between !important;
	max-width: none !important;
	padding: 9px 14px !important;
	position: absolute !important;
	width: auto !important;
	z-index: 3 !important;
}

.project-card-title,
.project-card-category,
.project-card.has-video-preview .project-meta {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #050505 !important;
	display: block !important;
	line-height: 1.04 !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-shadow: none !important;
}

.project-card-title {
	font-size: clamp(13px, .95vw, 18px) !important;
	font-weight: 650 !important;
	max-width: min(72%, 560px) !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category {
	color: rgba(0, 0, 0, .58) !important;
	flex: 0 0 auto !important;
	font-size: clamp(10px, .75vw, 13px) !important;
	font-weight: 560 !important;
	white-space: nowrap !important;
}

.project-card-animation-unreal-engine .project-top,
.project-card-seigneur-des-anneaux-gaming-motion .project-top {
	background: rgba(5, 5, 5, .68) !important;
	border-color: rgba(255, 255, 255, .14) !important;
}

.project-card-animation-unreal-engine .project-card-title,
.project-card-animation-unreal-engine .project-card-category,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-title,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-category {
	color: #fff !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	max-width: none !important;
	padding: clamp(48px, 5vw, 78px) clamp(30px, 5vw, 92px) !important;
	width: 100% !important;
}

.services-title {
	font-size: clamp(44px, 5vw, 82px) !important;
	font-weight: 580 !important;
	line-height: .98 !important;
}

.services-label {
	font-size: clamp(15px, 1.15vw, 20px) !important;
	font-weight: 560 !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	cursor: pointer !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	list-style: none !important;
	min-height: clamp(56px, 4.2vw, 76px) !important;
	padding: clamp(15px, 1.6vw, 24px) 0 !important;
}

.services-list-menu summary::-webkit-details-marker,
.service-item summary::-webkit-details-marker {
	display: none !important;
}

.service-heading {
	font-size: clamp(22px, 2.15vw, 36px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.04 !important;
}

.service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .86) !important;
	display: flex !important;
	font-size: 0 !important;
	font-weight: 300 !important;
	height: 32px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin-left: clamp(16px, 3vw, 52px) !important;
	min-width: 32px !important;
	position: relative !important;
	width: 32px !important;
}

.service-toggle::before,
.service-toggle::after {
	background-color: currentColor !important;
	border: 0 !important;
	box-shadow: none !important;
	content: "" !important;
	display: block !important;
	height: 2px !important;
	left: 50% !important;
	opacity: 1 !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 24px !important;
}

.service-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.service-item[open] .service-toggle::after {
	opacity: 0 !important;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	display: grid !important;
	gap: clamp(22px, 3vw, 54px) !important;
	grid-template-columns: minmax(132px, .16fr) minmax(0, .84fr) !important;
	padding: 0 0 clamp(22px, 2.4vw, 38px) !important;
}

.service-media {
	align-self: start !important;
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 14px !important;
	height: clamp(82px, 7.2vw, 126px) !important;
	margin: 0 !important;
	max-width: 220px !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 100% !important;
}

.service-media img {
	display: block !important;
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(16px, 1.1vw, 21px) !important;
	font-weight: 440 !important;
	line-height: 1.34 !important;
	max-width: 760px !important;
}

.site-footer {
	background: #000 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

.footer-main {
	gap: clamp(28px, 4vw, 72px) !important;
	padding: clamp(46px, 5vw, 86px) var(--tk-shell) clamp(42px, 5vw, 76px) !important;
}

.footer-brand-block {
	align-items: flex-start !important;
	justify-self: start !important;
	max-width: 100% !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(46px, 6.4vw, 104px) !important;
	font-weight: 540 !important;
	line-height: .88 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(22px, 2.4vw, 38px) !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

@media (max-width: 1180px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(310px, .48fr) minmax(360px, .52fr) !important;
		min-height: auto !important;
	}

	.tk-final-page .name {
		font-size: clamp(76px, 10.5vw, 132px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(460px, 68svh, 680px) !important;
		width: min(52vw, 660px) !important;
	}

	.tk-final-page .portrait {
		height: 112% !important;
		right: -4vw !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 860px) {
	:root {
		--tk-header-h: 74px;
		--tk-shell: clamp(18px, 5vw, 28px);
	}

	.tk-final-page .stage {
		display: flex !important;
		flex-direction: column !important;
		gap: 26px !important;
		min-height: auto !important;
		padding-top: 26px !important;
	}

	.tk-final-page .copy {
		max-width: none !important;
		order: 1 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(315px, 82vw, 520px) !important;
		min-height: 0 !important;
		order: 2 !important;
		overflow: hidden !important;
		position: relative !important;
		right: auto !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 106% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.tk-final-page .name {
		font-size: clamp(58px, 17vw, 104px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(18px, 4.9vw, 24px) !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.projects-section .projects-head,
	.tk-projects-page .hero,
	.contact-hero,
	.project-detail-hero,
	.case-intro {
		grid-template-columns: 1fr !important;
		padding-left: var(--tk-shell) !important;
		padding-right: var(--tk-shell) !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1,
	.contact-hero .hero-copy {
		grid-column: 1 !important;
		transform: none !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(46px, 13.2vw, 78px) !important;
		overflow-wrap: break-word !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
		border-radius: 22px !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		align-items: flex-start !important;
		border-radius: 16px !important;
		flex-direction: column !important;
		gap: 4px !important;
		inset: 12px 12px auto !important;
	}

	.project-card-title,
	.project-card-category {
		white-space: normal !important;
	}

	.services-panel {
		padding: clamp(34px, 9vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(42px, 12.5vw, 72px) !important;
	}

	.service-heading {
		font-size: clamp(22px, 6.2vw, 32px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(118px, 36vw, 190px) !important;
		max-width: 260px !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}

	.footer-brand-word {
		font-size: clamp(42px, 13vw, 74px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(22px, 6vw, 32px) !important;
	}
}

@media (max-width: 520px) {
	.tk-final-page .actions,
	.profile-hero-actions {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.tk-final-page .actions .button,
	.profile-hero-actions .button,
	.profile-hero-actions .button-dark {
		justify-content: center !important;
		width: 100% !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: 1fr !important;
	}

	.site-loader {
		font-size: clamp(30px, 12vw, 52px) !important;
	}
}

/* 0.8.8b: absolute final layer - service controls and portfolio cards stay clean. */
.site-loader {
	font-size: clamp(38px, 7.2vw, 112px) !important;
	letter-spacing: 0 !important;
}

.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.site-header a,
.site-header .menu a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after {
	content: none !important;
	display: none !important;
}

.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .hero-skill-list,
.stage .hero-services,
.stage .hero-domains,
.stage .service-list {
	display: none !important;
}

.tk-final-page .stage {
	align-items: end !important;
	column-gap: clamp(28px, 5vw, 96px) !important;
	min-height: calc(100svh - 92px) !important;
	padding: clamp(44px, 5vw, 78px) var(--tk-shell) 0 !important;
}

.tk-final-page .kicker {
	border-radius: 10px !important;
	line-height: 1 !important;
	margin: 0 0 clamp(28px, 3vw, 46px) !important;
	padding: 12px 22px !important;
	transform: none !important;
	width: max-content !important;
}

.tk-final-page .name {
	font-size: clamp(88px, 11.6vw, 178px) !important;
	line-height: .82 !important;
}

.tk-final-page .role {
	font-size: clamp(24px, 2.25vw, 38px) !important;
	font-weight: 700 !important;
	line-height: 1.08 !important;
}

.tk-final-page .lead {
	font-size: clamp(25px, 2.65vw, 44px) !important;
	font-weight: 560 !important;
	line-height: 1.12 !important;
	max-width: 900px !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	height: clamp(560px, 75svh, 790px) !important;
	min-height: 0 !important;
}

.tk-final-page .portrait {
	height: 112% !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center bottom !important;
}

.logofolio {
	padding-top: clamp(54px, 6vw, 96px) !important;
}

.logofolio .logo-grid {
	display: grid !important;
	gap: clamp(14px, 1.4vw, 24px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.8vw, 28px) !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

.logofolio .logo-card a,
.logofolio .logo-card img {
	height: 100% !important;
	width: 100% !important;
}

.logofolio .logo-card img {
	object-fit: contain !important;
	padding: clamp(22px, 2.4vw, 42px) !important;
}

.project-detail-hero h1,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.projects-section .projects-title {
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.project-grid {
	display: grid !important;
	gap: clamp(18px, 2.2vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card {
	min-width: 0 !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(22px, 2.6vw, 42px) !important;
	box-shadow: none !important;
	display: block !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	width: 100% !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .9) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .08) !important;
	display: flex !important;
	gap: 12px !important;
	inset: clamp(12px, 1.5vw, 22px) clamp(12px, 1.5vw, 22px) auto clamp(12px, 1.5vw, 22px) !important;
	justify-content: space-between !important;
	padding: clamp(8px, .9vw, 12px) clamp(12px, 1.2vw, 18px) !important;
	position: absolute !important;
	z-index: 3 !important;
}

.project-card-title,
.project-card-category,
.project-card.has-video-preview .project-meta {
	color: #050505 !important;
	line-height: 1.02 !important;
	text-shadow: none !important;
}

.project-card-title {
	font-size: clamp(17px, 1.45vw, 26px) !important;
	font-weight: 650 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category {
	color: rgba(0, 0, 0, .58) !important;
	flex: 0 0 auto !important;
	font-size: clamp(12px, 1vw, 17px) !important;
	font-weight: 620 !important;
	white-space: nowrap !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	padding: clamp(44px, 5vw, 74px) clamp(28px, 5vw, 92px) !important;
	width: min(100% - (var(--tk-shell) * 2), 1780px) !important;
}

.services-title {
	font-size: clamp(44px, 5vw, 88px) !important;
	font-weight: 590 !important;
	line-height: .96 !important;
}

.services-label {
	font-size: clamp(15px, 1.2vw, 20px) !important;
	font-weight: 560 !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	cursor: pointer !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	list-style: none !important;
	min-height: clamp(60px, 5vw, 88px) !important;
	padding: clamp(14px, 1.6vw, 24px) 0 !important;
}

.services-list-menu summary::-webkit-details-marker,
.service-item summary::-webkit-details-marker {
	display: none !important;
}

.service-heading {
	font-size: clamp(23px, 2.25vw, 39px) !important;
	font-weight: 520 !important;
	letter-spacing: 0 !important;
	line-height: 1.04 !important;
}

.service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .88) !important;
	display: flex !important;
	flex: 0 0 auto !important;
	font-size: clamp(30px, 2.4vw, 42px) !important;
	font-weight: 300 !important;
	height: 1em !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin-left: clamp(18px, 3vw, 54px) !important;
	min-width: 1em !important;
	position: relative !important;
	width: 1em !important;
}

.service-toggle::before {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	content: "+" !important;
	display: block !important;
	height: auto !important;
	inset: auto !important;
	line-height: 1 !important;
	position: static !important;
	transform: none !important;
	width: auto !important;
}

.service-toggle::after,
.service-item[open] .service-toggle::after {
	background: none !important;
	content: none !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	transform: none !important;
	width: 0 !important;
}

.service-item[open] .service-toggle::before {
	content: "−" !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	gap: clamp(22px, 3vw, 54px) !important;
	grid-template-columns: minmax(128px, .17fr) minmax(0, .83fr) !important;
	padding: 0 0 clamp(22px, 2.4vw, 38px) !important;
}

.service-media {
	align-self: start !important;
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 16px !important;
	height: clamp(90px, 8.5vw, 148px) !important;
	overflow: hidden !important;
}

.service-media img {
	display: block !important;
	height: 100% !important;
	object-fit: var(--service-thumb-fit, contain) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(17px, 1.3vw, 23px) !important;
	font-weight: 430 !important;
	line-height: 1.28 !important;
}

.contact-hero {
	grid-template-columns: minmax(80px, 13vw) minmax(0, 1fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	justify-self: start !important;
	text-align: left !important;
}

.site-footer {
	background: #000 !important;
	border-radius: 0 !important;
}

.site-footer .footer-brand {
	justify-self: start !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(70px, 13vw, 210px) !important;
	font-weight: 600 !important;
	line-height: .82 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(30px, 4.2vw, 68px) !important;
	font-weight: 540 !important;
	line-height: .95 !important;
	white-space: nowrap !important;
}

@media (max-width: 1320px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(360px, .52fr) minmax(360px, .48fr) !important;
	}

	.tk-final-page .name {
		font-size: clamp(76px, 10.6vw, 134px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(22px, 2.6vw, 34px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(500px, 70svh, 680px) !important;
	}
}

@media (max-width: 980px) {
	.tk-final-page .stage {
		grid-template-columns: 1fr !important;
		min-height: auto !important;
		padding-top: clamp(30px, 8vw, 64px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(350px, 74vw, 560px) !important;
		order: 2 !important;
	}

	.tk-final-page .copy {
		order: 1 !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.project-grid {
		grid-template-columns: 1fr !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
	}

	.services-panel {
		width: min(100% - 24px, 1780px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(118px, 34vw, 220px) !important;
	}

	.contact-hero {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 560px) {
	.tk-final-page .name {
		font-size: clamp(58px, 18vw, 96px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(19px, 5.3vw, 27px) !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		align-items: flex-start !important;
		border-radius: 18px !important;
		flex-direction: column !important;
	}

	.project-card-title,
	.project-card-category {
		white-space: normal !important;
	}

	.services-title {
		font-size: clamp(42px, 15vw, 72px) !important;
	}

	.service-heading {
		font-size: clamp(22px, 7vw, 32px) !important;
	}

	.footer-brand-word {
		font-size: clamp(44px, 15vw, 74px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(22px, 7vw, 34px) !important;
	}
}

/* 0.8.8: DA polish pass - clean controls, rectangular work cards, calmer scale. */
.site-loader {
	font-size: clamp(38px, 7.2vw, 112px) !important;
	letter-spacing: 0 !important;
}

.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.site-header a,
.site-header .menu a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after {
	content: none !important;
	display: none !important;
}

.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.tk-final-page .stage {
	align-items: end !important;
	column-gap: clamp(28px, 5vw, 96px) !important;
	min-height: calc(100svh - 92px) !important;
	padding: clamp(44px, 5vw, 78px) var(--tk-shell) 0 !important;
}

.tk-final-page .kicker {
	align-items: center !important;
	border-radius: 10px !important;
	display: inline-flex !important;
	line-height: 1 !important;
	margin: 0 0 clamp(28px, 3vw, 46px) !important;
	padding: 12px 22px !important;
	transform: none !important;
	width: max-content !important;
}

.tk-final-page .name {
	font-size: clamp(88px, 11.6vw, 178px) !important;
	line-height: .82 !important;
}

.tk-final-page .role {
	font-size: clamp(24px, 2.25vw, 38px) !important;
	font-weight: 700 !important;
	line-height: 1.08 !important;
}

.tk-final-page .lead {
	font-size: clamp(25px, 2.65vw, 44px) !important;
	font-weight: 560 !important;
	line-height: 1.12 !important;
	max-width: 900px !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	height: clamp(560px, 75svh, 790px) !important;
	min-height: 0 !important;
}

.tk-final-page .portrait {
	height: 112% !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center bottom !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .hero-skill-list,
.stage .hero-services,
.stage .hero-domains,
.stage .service-list {
	display: none !important;
}

.logofolio {
	padding-top: clamp(54px, 6vw, 96px) !important;
}

.logofolio .logo-grid {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: clamp(14px, 1.4vw, 24px) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.8vw, 28px) !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

.logofolio .logo-card a,
.logofolio .logo-card img {
	height: 100% !important;
	width: 100% !important;
}

.logofolio .logo-card img {
	object-fit: contain !important;
	padding: clamp(22px, 2.4vw, 42px) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.project-detail-hero h1,
.contact-hero .hero-title {
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.projects-section .projects-head,
.tk-projects-page .hero {
	column-gap: clamp(40px, 6vw, 110px) !important;
}

.project-grid {
	display: grid !important;
	gap: clamp(18px, 2.2vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card {
	min-width: 0 !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(22px, 2.6vw, 42px) !important;
	box-shadow: none !important;
	display: block !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card a:hover {
	transform: translateY(-3px) !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	width: 100% !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .88) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .08) !important;
	color: #050505 !important;
	display: flex !important;
	gap: 12px !important;
	inset: clamp(12px, 1.5vw, 22px) clamp(12px, 1.5vw, 22px) auto clamp(12px, 1.5vw, 22px) !important;
	justify-content: space-between !important;
	padding: clamp(8px, .9vw, 12px) clamp(12px, 1.2vw, 18px) !important;
	position: absolute !important;
	z-index: 3 !important;
}

.project-card-title,
.project-card-category,
.project-card.has-video-preview .project-meta {
	color: #050505 !important;
	line-height: 1.02 !important;
	text-shadow: none !important;
}

.project-card-title {
	font-size: clamp(17px, 1.45vw, 26px) !important;
	font-weight: 650 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category {
	color: rgba(0, 0, 0, .58) !important;
	flex: 0 0 auto !important;
	font-size: clamp(12px, 1vw, 17px) !important;
	font-weight: 620 !important;
	white-space: nowrap !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	padding: clamp(44px, 5vw, 74px) clamp(28px, 5vw, 92px) !important;
	width: min(100% - (var(--tk-shell) * 2), 1780px) !important;
}

.services-title {
	font-size: clamp(44px, 5vw, 88px) !important;
	font-weight: 590 !important;
	line-height: .96 !important;
}

.services-label {
	font-size: clamp(15px, 1.2vw, 20px) !important;
	font-weight: 560 !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	cursor: pointer !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	list-style: none !important;
	min-height: clamp(60px, 5vw, 88px) !important;
	padding: clamp(14px, 1.6vw, 24px) 0 !important;
}

.services-list-menu summary::-webkit-details-marker,
.service-item summary::-webkit-details-marker {
	display: none !important;
}

.service-heading {
	font-size: clamp(23px, 2.25vw, 39px) !important;
	font-weight: 520 !important;
	letter-spacing: 0 !important;
	line-height: 1.04 !important;
}

.service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .88) !important;
	display: flex !important;
	flex: 0 0 auto !important;
	font-size: clamp(30px, 2.4vw, 42px) !important;
	font-weight: 300 !important;
	height: 1em !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin-left: clamp(18px, 3vw, 54px) !important;
	min-width: 1em !important;
	position: relative !important;
	width: 1em !important;
}

.service-toggle::before {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	content: "+" !important;
	display: block !important;
	height: auto !important;
	inset: auto !important;
	line-height: 1 !important;
	position: static !important;
	transform: none !important;
	width: auto !important;
}

.service-toggle::after,
.service-item[open] .service-toggle::after {
	background: none !important;
	content: none !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	transform: none !important;
	width: 0 !important;
}

.service-item[open] .service-toggle::before {
	content: "−" !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	gap: clamp(22px, 3vw, 54px) !important;
	grid-template-columns: minmax(128px, .17fr) minmax(0, .83fr) !important;
	padding: 0 0 clamp(22px, 2.4vw, 38px) !important;
}

.service-media {
	align-self: start !important;
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 16px !important;
	height: clamp(90px, 8.5vw, 148px) !important;
	overflow: hidden !important;
}

.service-media img {
	display: block !important;
	height: 100% !important;
	object-fit: var(--service-thumb-fit, contain) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(17px, 1.3vw, 23px) !important;
	font-weight: 430 !important;
	line-height: 1.28 !important;
}

.contact-hero {
	grid-template-columns: minmax(80px, 13vw) minmax(0, 1fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	justify-self: start !important;
	text-align: left !important;
}

.site-footer {
	background: #000 !important;
	border-radius: 0 !important;
}

.site-footer .footer-brand {
	justify-self: start !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(70px, 13vw, 210px) !important;
	font-weight: 600 !important;
	line-height: .82 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(30px, 4.2vw, 68px) !important;
	font-weight: 540 !important;
	line-height: .95 !important;
	white-space: nowrap !important;
}

@media (max-width: 1320px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(360px, .52fr) minmax(360px, .48fr) !important;
	}

	.tk-final-page .name {
		font-size: clamp(76px, 10.6vw, 134px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(22px, 2.6vw, 34px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(500px, 70svh, 680px) !important;
	}
}

@media (max-width: 980px) {
	.tk-final-page .stage {
		grid-template-columns: 1fr !important;
		min-height: auto !important;
		padding-top: clamp(30px, 8vw, 64px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(350px, 74vw, 560px) !important;
		order: 2 !important;
	}

	.tk-final-page .copy {
		order: 1 !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.project-grid {
		grid-template-columns: 1fr !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
	}

	.services-panel {
		width: min(100% - 24px, 1780px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(118px, 34vw, 220px) !important;
	}

	.contact-hero {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 560px) {
	.tk-final-page .name {
		font-size: clamp(58px, 18vw, 96px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(19px, 5.3vw, 27px) !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		align-items: flex-start !important;
		border-radius: 18px !important;
		flex-direction: column !important;
	}

	.project-card-title,
	.project-card-category {
		white-space: normal !important;
	}

	.services-title {
		font-size: clamp(42px, 15vw, 72px) !important;
	}

	.service-heading {
		font-size: clamp(22px, 7vw, 32px) !important;
	}

	.footer-brand-word {
		font-size: clamp(44px, 15vw, 74px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(22px, 7vw, 34px) !important;
	}
}

/* 0.8.7: final DA pass - proportions, responsive polish, no decorative noise. */
.site-loader {
	font-size: clamp(40px, 8.2vw, 118px) !important;
	letter-spacing: 0 !important;
	text-transform: lowercase !important;
}

.site-loader span::after,
.site-loader span::before {
	content: none !important;
	display: none !important;
}

.site-header,
.site-header.is-scrolled {
	background: rgba(245, 245, 245, 0.82) !important;
	box-shadow: none !important;
}

.site-header .brand::after,
.site-header .brand::before,
.desktop-menu a::after,
.desktop-menu a::before,
.menu-toggle::after,
.menu-toggle::before {
	content: none !important;
	display: none !important;
}

.desktop-menu a,
.menu-overlay a {
	color: #070707 !important;
	text-decoration: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.menu-overlay a.is-active,
.menu-overlay a:hover,
.menu-overlay a:focus-visible {
	color: var(--tk-accent, #8b5cff) !important;
}

.tk-final-page .stage {
	align-items: end !important;
	column-gap: clamp(28px, 4.6vw, 92px) !important;
	grid-template-columns: minmax(420px, 0.48fr) minmax(440px, 0.52fr) !important;
	min-height: calc(100svh - var(--tk-header-h, 92px)) !important;
	overflow: hidden !important;
	padding-bottom: clamp(28px, 5vh, 70px) !important;
	padding-top: clamp(42px, 7vh, 92px) !important;
}

.tk-final-page .kicker {
	align-self: flex-start !important;
	margin-left: 0 !important;
	transform: none !important;
}

.tk-final-page .copy {
	align-self: center !important;
	max-width: min(760px, 100%) !important;
	padding-left: 0 !important;
}

.tk-final-page .name {
	font-size: clamp(104px, 10.8vw, 178px) !important;
	letter-spacing: 0 !important;
	line-height: 0.84 !important;
	margin: clamp(30px, 4.6vh, 56px) 0 0 !important;
}

.tk-final-page .role {
	font-size: clamp(29px, 2.25vw, 46px) !important;
	font-weight: 750 !important;
	letter-spacing: 0 !important;
	line-height: 1.03 !important;
	margin-top: clamp(28px, 4vh, 46px) !important;
}

.tk-final-page .lead {
	color: #5f5f5f !important;
	font-size: clamp(24px, 1.9vw, 36px) !important;
	font-weight: 620 !important;
	line-height: 1.16 !important;
	margin-top: clamp(22px, 3vh, 32px) !important;
}

.tk-final-page .actions {
	justify-content: flex-start !important;
	margin-top: clamp(28px, 4vh, 44px) !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	height: clamp(620px, 75svh, 860px) !important;
	min-height: 0 !important;
	overflow: visible !important;
}

.tk-final-page .portrait {
	bottom: -5% !important;
	height: 112% !important;
	object-fit: contain !important;
	object-position: bottom center !important;
	right: clamp(-86px, -4.4vw, -28px) !important;
	width: auto !important;
}

.hero-skill-list,
.tk-final-page .hero-skill-list,
.tk-final-page .service-list,
.stage .service-list {
	display: none !important;
}

.logofolio {
	padding-top: clamp(54px, 7vw, 112px) !important;
}

.logofolio .section-head {
	margin: 0 auto clamp(34px, 4.5vw, 58px) !important;
	max-width: none !important;
	width: calc(100% - (var(--tk-shell, clamp(24px, 4.8vw, 92px)) * 2)) !important;
}

.logo-grid {
	display: grid !important;
	gap: clamp(14px, 1.25vw, 22px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	margin-inline: auto !important;
	max-width: none !important;
	width: calc(100% - (var(--tk-shell, clamp(24px, 4.8vw, 92px)) * 2)) !important;
}

.logo-card {
	aspect-ratio: 1.32 / 1 !important;
	background: #fff !important;
	border-radius: clamp(16px, 1.35vw, 28px) !important;
	box-shadow: none !important;
	display: grid !important;
	overflow: hidden !important;
	place-items: center !important;
}

.logo-card a {
	display: grid !important;
	height: 100% !important;
	place-items: center !important;
	width: 100% !important;
}

.logo-card img {
	filter: none !important;
	height: 100% !important;
	max-height: 78% !important;
	max-width: 78% !important;
	object-fit: contain !important;
	width: 100% !important;
}

.projects-section .projects-head,
.tk-projects-page .hero,
.contact-hero {
	align-items: end !important;
	grid-template-columns: minmax(120px, 0.24fr) minmax(0, 0.76fr) !important;
	margin-inline: auto !important;
	max-width: none !important;
	width: calc(100% - (var(--tk-shell, clamp(24px, 4.8vw, 92px)) * 2)) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title {
	font-size: clamp(82px, 10vw, 172px) !important;
	line-height: 0.86 !important;
	overflow-wrap: normal !important;
	text-align: left !important;
	transform: none !important;
}

.contact-hero .hero-copy,
.tk-projects-page .hero-copy,
.projects-section .projects-copy {
	font-size: clamp(23px, 2.35vw, 42px) !important;
	font-weight: 610 !important;
	line-height: 1.14 !important;
	max-width: 980px !important;
	text-align: left !important;
	transform: none !important;
}

.project-grid {
	gap: clamp(18px, 2.2vw, 38px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	margin-inline: auto !important;
	max-width: none !important;
	width: calc(100% - (var(--tk-shell, clamp(24px, 4.8vw, 92px)) * 2)) !important;
}

.project-card {
	border-radius: clamp(18px, 2.2vw, 36px) !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: inherit !important;
	display: block !important;
	overflow: hidden !important;
	position: relative !important;
}

.project-card a::before,
.project-card a::after {
	content: none !important;
	display: none !important;
}

.project-top {
	align-items: flex-start !important;
	background: rgba(255, 255, 255, 0.82) !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-radius: 999px !important;
	display: inline-flex !important;
	gap: 12px !important;
	left: clamp(14px, 1.35vw, 24px) !important;
	padding: clamp(9px, 0.9vw, 13px) clamp(13px, 1.25vw, 22px) !important;
	position: absolute !important;
	right: auto !important;
	top: clamp(14px, 1.35vw, 24px) !important;
	width: auto !important;
	z-index: 4 !important;
}

.project-card-title {
	font-size: clamp(17px, 1.28vw, 25px) !important;
	font-weight: 760 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.project-card-category {
	color: #6a6a6a !important;
	font-size: clamp(14px, 0.95vw, 19px) !important;
	font-weight: 620 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.project-media {
	background: #fff !important;
	border-radius: inherit !important;
	height: 100% !important;
	inset: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 100% !important;
}

.project-media img,
.project-media video {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, center center) !important;
	width: 100% !important;
}

.project-card-project-card-liouba-typographie .project-media img,
.project-card-liouba-typographie .project-media img,
.project-card-elibo-fragile-identite-visuelle .project-media img,
.project-card-hairly-app-reservation .project-media img,
.project-card-dollies-direction-visuelle .project-media img,
.project-card-orea-identite-visuelle .project-media img {
	background: #fff !important;
}

.project-card.has-video-preview .project-media video {
	background: #fff !important;
	object-fit: cover !important;
}

.services-section {
	margin-top: clamp(70px, 9vw, 150px) !important;
}

.services-panel {
	border-radius: 0 !important;
	margin-inline: auto !important;
	padding: clamp(52px, 6vw, 92px) clamp(30px, 5vw, 86px) !important;
	width: calc(100% - (var(--tk-shell, clamp(24px, 4.8vw, 92px)) * 2)) !important;
}

.services-title {
	font-size: clamp(74px, 9vw, 158px) !important;
	font-weight: 780 !important;
	line-height: 0.86 !important;
	text-align: left !important;
}

.service-item summary {
	gap: clamp(18px, 2vw, 34px) !important;
	padding: clamp(28px, 3.2vw, 48px) 0 !important;
}

.service-heading {
	font-size: clamp(38px, 4.2vw, 76px) !important;
	font-weight: 690 !important;
	letter-spacing: 0 !important;
	line-height: 0.98 !important;
}

.service-toggle {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	height: auto !important;
	position: relative !important;
	width: auto !important;
}

.service-toggle::before {
	color: #fff !important;
	content: "+" !important;
	font-size: clamp(38px, 4vw, 68px) !important;
	font-weight: 360 !important;
	line-height: 1 !important;
}

.service-item[open] .service-toggle::before {
	content: "-" !important;
}

.service-toggle::after {
	content: none !important;
	display: none !important;
}

.service-content {
	gap: clamp(22px, 3vw, 46px) !important;
	grid-template-columns: minmax(180px, 320px) minmax(0, 1fr) !important;
	padding: 0 0 clamp(32px, 4vw, 54px) !important;
}

.service-media {
	aspect-ratio: 8 / 5 !important;
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 18px !important;
	height: auto !important;
	max-width: 320px !important;
	padding: var(--service-thumb-padding, 0) !important;
}

.service-media img {
	height: 100% !important;
	object-fit: var(--service-thumb-fit, contain) !important;
	object-position: var(--service-thumb-position, center center) !important;
	width: 100% !important;
}

.site-footer {
	background: #050505 !important;
	border-radius: 0 !important;
	margin-top: clamp(80px, 10vw, 160px) !important;
	overflow: hidden !important;
	padding: clamp(48px, 6vw, 96px) clamp(24px, 4.8vw, 92px) clamp(58px, 7vw, 112px) !important;
}

.footer-main {
	align-items: start !important;
	column-gap: clamp(36px, 6vw, 110px) !important;
	grid-template-columns: minmax(320px, 1.05fr) minmax(180px, 0.34fr) minmax(180px, 0.34fr) !important;
}

.footer-brand-block {
	align-items: flex-start !important;
	justify-content: end !important;
	min-height: clamp(160px, 20vw, 300px) !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(58px, 8.2vw, 142px) !important;
	font-weight: 520 !important;
	line-height: 0.88 !important;
	max-width: 100% !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(28px, 3vw, 54px) !important;
	font-weight: 470 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.profile-banner {
	align-items: center !important;
	gap: clamp(30px, 4.5vw, 78px) !important;
	grid-template-columns: minmax(380px, 0.44fr) minmax(320px, 0.25fr) minmax(360px, 0.31fr) !important;
	min-height: calc(100svh - var(--tk-header-h, 92px)) !important;
	padding-top: clamp(48px, 7vw, 112px) !important;
}

.profile-hero-title h1 {
	font-size: clamp(96px, 11vw, 180px) !important;
	line-height: 0.86 !important;
}

.profile-hero-copy p {
	font-size: clamp(22px, 1.7vw, 32px) !important;
	font-weight: 480 !important;
	line-height: 1.2 !important;
}

.profile-hero-photo {
	aspect-ratio: 1 / 1.08 !important;
	background: #fff !important;
	border-radius: clamp(22px, 2vw, 36px) !important;
	height: auto !important;
	overflow: hidden !important;
}

.profile-hero-photo img {
	filter: grayscale(1) !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center bottom !important;
	transition: filter 180ms ease !important;
	width: 100% !important;
}

.profile-hero-photo:hover img,
.profile-hero-photo:focus-within img,
.profile-hero-photo:focus img {
	filter: grayscale(0) !important;
}

.experience-list .section-kicker,
.education-section .section-kicker,
.tools-section .section-kicker,
.interests-section .section-kicker {
	font-size: clamp(18px, 1.45vw, 28px) !important;
	font-weight: 760 !important;
}

.tools-section h2,
.interests-section h2 {
	font-size: clamp(30px, 3.4vw, 64px) !important;
	font-weight: 620 !important;
	line-height: 1.04 !important;
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(390px, 0.46fr) minmax(420px, 0.54fr) !important;
		padding-top: clamp(30px, 5vh, 64px) !important;
	}

	.tk-final-page .name {
		font-size: clamp(88px, 10.2vw, 138px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(560px, 72svh, 760px) !important;
	}

	.tk-final-page .portrait {
		height: 116% !important;
		right: clamp(-70px, -4.2vw, -24px) !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title {
		font-size: clamp(72px, 8.6vw, 128px) !important;
	}

	.contact-hero .hero-copy,
	.tk-projects-page .hero-copy,
	.projects-section .projects-copy {
		font-size: clamp(22px, 2vw, 32px) !important;
	}

	.service-heading {
		font-size: clamp(34px, 3.8vw, 56px) !important;
	}

	.services-title {
		font-size: clamp(70px, 8vw, 120px) !important;
	}

	.footer-brand-word {
		font-size: clamp(58px, 7.4vw, 110px) !important;
	}
}

@media (max-width: 1199px) {
	.tk-final-page .stage {
		display: grid !important;
		grid-template-columns: 1fr !important;
		min-height: auto !important;
		padding-top: clamp(24px, 6vw, 54px) !important;
	}

	.tk-final-page .copy {
		order: 1 !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(390px, 70vw, 680px) !important;
		order: 2 !important;
		overflow: hidden !important;
	}

	.tk-final-page .portrait {
		bottom: -8% !important;
		height: 112% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.projects-section .projects-head,
	.tk-projects-page .hero,
	.contact-hero,
	.project-detail-hero,
	.case-intro {
		grid-template-columns: 1fr !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(54px, 12vw, 104px) !important;
		grid-column: 1 !important;
	}

	.contact-hero .hero-copy,
	.tk-projects-page .hero-copy,
	.projects-section .projects-copy {
		grid-column: 1 !important;
	}

	.project-grid {
		grid-template-columns: 1fr !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
	}

	.profile-banner {
		grid-template-columns: 1fr !important;
		min-height: auto !important;
	}

	.profile-hero-photo {
		max-width: 560px !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 640px) {
	.site-header {
		--tk-header-h: 74px;
	}

	.header-nav {
		min-height: 74px !important;
	}

	.tk-final-page .name {
		font-size: clamp(62px, 18vw, 96px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(330px, 95vw, 520px) !important;
	}

	.logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.project-top {
		border-radius: 18px !important;
		flex-direction: column !important;
		gap: 4px !important;
		max-width: calc(100% - 28px) !important;
	}

	.project-card-title,
	.project-card-category {
		white-space: normal !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		max-width: none !important;
	}

	.service-heading {
		font-size: clamp(28px, 8.2vw, 42px) !important;
	}

	.services-title {
		font-size: clamp(58px, 17vw, 96px) !important;
	}

	.footer-brand-word {
		font-size: clamp(42px, 15vw, 76px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(22px, 7vw, 34px) !important;
	}
}

/* 0.8.7b: clean service disclosure signs. */
.services-list-menu summary,
.service-item summary {
	cursor: pointer !important;
	list-style: none !important;
}

.services-list-menu summary::-webkit-details-marker,
.service-item summary::-webkit-details-marker {
	display: none !important;
}

.service-toggle {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	font-size: 0 !important;
	height: 1em !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: static !important;
	width: 1.1em !important;
}

.service-toggle::before {
	background: none !important;
	color: #fff !important;
	content: "+" !important;
	display: block !important;
	font-family: inherit !important;
	font-size: clamp(34px, 3.2vw, 54px) !important;
	font-weight: 320 !important;
	height: auto !important;
	left: auto !important;
	line-height: 0.9 !important;
	position: static !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
}

.service-item[open] .service-toggle::before {
	content: "−" !important;
}

.service-toggle::after,
.service-item[open] .service-toggle::after {
	background: none !important;
	content: none !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	width: 0 !important;
}

/* 0.8.6: final art-direction pass for desktop consistency, lighter cards and responsive spacing. */
:root {
	--tk-accent: #9058ff;
	--accent: #9058ff;
	--tk-shell: clamp(24px, 4.2vw, 86px);
	--tk-header-h: 96px;
}

html,
body {
	overflow-x: hidden !important;
}

.site-header {
	background: rgba(245, 245, 245, .9) !important;
	backdrop-filter: blur(18px) !important;
	-webkit-backdrop-filter: blur(18px) !important;
	box-shadow: none !important;
}

.desktop-menu {
	gap: clamp(68px, 10vw, 220px) !important;
}

.desktop-menu a,
.menu-links a,
.site-header a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	transition: color .18s ease !important;
}

.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after,
.site-header a::before,
.site-header a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.menu-links a.is-active,
.menu-links a:hover,
.menu-links a:focus-visible,
body.post-type-archive-tk_project .desktop-menu a[href*="/projets"],
body.single-tk_project .desktop-menu a[href*="/projets"],
body.page-template-page-studio .desktop-menu a[href*="/studio"],
body.page-template-page-contact .desktop-menu a[href*="/contact"] {
	color: var(--tk-accent) !important;
}

.site-loader {
	font-size: clamp(38px, 6vw, 104px) !important;
	letter-spacing: 0 !important;
}

.site-loader span::after {
	content: none !important;
	display: none !important;
}

.tk-final-page .service-list,
.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.stage .service-list,
.stage .hero-services,
.stage .hero-domains,
.hero-skill-list,
.tk-final-page .hero-skill-list {
	display: none !important;
}

.tk-final-page .stage {
	align-items: end !important;
	background: #f4f4f4 !important;
	display: grid !important;
	grid-template-columns: minmax(430px, .46fr) minmax(520px, .54fr) !important;
	min-height: calc(100svh - var(--tk-header-h)) !important;
	overflow: hidden !important;
	padding: clamp(34px, 4.4vw, 70px) var(--tk-shell) 0 !important;
	position: relative !important;
}

.tk-final-page .copy {
	align-self: center !important;
	display: flex !important;
	flex-direction: column !important;
	gap: clamp(20px, 2vw, 31px) !important;
	max-width: 720px !important;
	padding: 0 0 clamp(52px, 6vw, 98px) !important;
	position: relative !important;
	z-index: 2 !important;
}

.tk-final-page .kicker {
	align-self: flex-start !important;
	margin: 0 !important;
	max-width: max-content !important;
	white-space: nowrap !important;
}

.tk-final-page .name {
	font-size: clamp(84px, 9.5vw, 166px) !important;
	line-height: .84 !important;
	margin: 0 !important;
	max-width: 6.2ch !important;
}

.tk-final-page .text-block {
	gap: clamp(14px, 1.5vw, 22px) !important;
}

.tk-final-page .role {
	font-size: clamp(28px, 2.65vw, 50px) !important;
	line-height: 1.05 !important;
	margin: 0 !important;
}

.tk-final-page .lead {
	font-size: clamp(24px, 2.3vw, 42px) !important;
	font-weight: 620 !important;
	line-height: 1.12 !important;
	margin: 0 !important;
	max-width: 720px !important;
}

.tk-final-page .actions {
	gap: clamp(16px, 1.6vw, 28px) !important;
	margin-top: clamp(4px, .7vw, 12px) !important;
}

.tk-final-page .photo-zone {
	align-self: end !important;
	height: min(83svh, 860px) !important;
	justify-self: end !important;
	max-width: 880px !important;
	min-height: 520px !important;
	overflow: hidden !important;
	position: relative !important;
	width: min(54vw, 880px) !important;
	z-index: 1 !important;
}

.tk-final-page .portrait {
	bottom: 0 !important;
	height: min(var(--tk-hero-portrait-size, 136%), 1030px) !important;
	left: 50% !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: bottom center !important;
	position: absolute !important;
	transform: translate(calc(-50% + var(--tk-hero-portrait-x, -8%)), var(--tk-hero-portrait-y, 0px)) !important;
	width: auto !important;
}

.logofolio {
	padding-left: var(--tk-shell) !important;
	padding-right: var(--tk-shell) !important;
}

.logo-grid {
	display: grid !important;
	gap: clamp(12px, 1.25vw, 22px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logo-card {
	aspect-ratio: 1.18 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.5vw, 28px) !important;
	display: grid !important;
	min-height: clamp(148px, 12vw, 226px) !important;
	padding: clamp(18px, 1.6vw, 34px) !important;
	place-items: center !important;
}

.logo-card a,
.logo-card img {
	display: block !important;
	height: 100% !important;
	width: 100% !important;
}

.logo-card img {
	object-fit: contain !important;
	object-position: center !important;
}

.projects-section .projects-head,
.tk-projects-page .hero,
.contact-hero,
.project-detail-hero,
.case-intro {
	display: grid !important;
	grid-template-columns: minmax(70px, .16fr) minmax(0, .84fr) !important;
	padding-left: var(--tk-shell) !important;
	padding-right: var(--tk-shell) !important;
	width: 100% !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
	font-size: clamp(64px, 8vw, 132px) !important;
	line-height: .9 !important;
	max-width: 11ch !important;
	overflow-wrap: normal !important;
	text-wrap: balance !important;
	transform: none !important;
	word-break: normal !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
}

.contact-hero .count,
.contact-hero .hero-copy {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
	transform: none !important;
}

.contact-hero .hero-title {
	max-width: 10.5ch !important;
}

.contact-hero .hero-copy {
	font-size: clamp(28px, 2.5vw, 46px) !important;
	font-weight: 560 !important;
	line-height: 1.14 !important;
	max-width: 920px !important;
}

.project-grid,
.home-project-grid {
	display: grid !important;
	gap: clamp(20px, 2vw, 34px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1780px !important;
	width: calc(100% - (var(--tk-shell) * 2)) !important;
}

.project-card {
	min-width: 0 !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.5vw, 28px) !important;
	box-shadow: none !important;
	color: #111 !important;
	display: block !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card a:hover {
	transform: translateY(-3px) !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	z-index: 1 !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	background: #fff !important;
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card.has-video-preview .project-media video {
	filter: none !important;
}

.project-card.is-contain .project-media img,
.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img {
	object-fit: contain !important;
	padding: clamp(22px, 2.4vw, 42px) !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: flex-start !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	display: flex !important;
	gap: 10px !important;
	inset: clamp(12px, 1.1vw, 20px) clamp(12px, 1.1vw, 20px) auto !important;
	justify-content: space-between !important;
	padding: 0 !important;
	position: absolute !important;
	z-index: 3 !important;
}

.project-card-title,
.project-card-category,
.project-card.has-video-preview .project-meta {
	background: rgba(255, 255, 255, .9) !important;
	border: 1px solid rgba(17, 17, 17, .08) !important;
	border-radius: 999px !important;
	color: #111 !important;
	display: inline-flex !important;
	font-size: clamp(12px, .78vw, 15px) !important;
	font-weight: 650 !important;
	line-height: 1.05 !important;
	max-width: min(70%, 430px) !important;
	min-height: 0 !important;
	padding: 8px 12px !important;
	text-shadow: none !important;
	white-space: normal !important;
}

.project-card-category {
	color: rgba(17, 17, 17, .62) !important;
	max-width: 34% !important;
}

.services-panel {
	background: #050505 !important;
	border-radius: 0 !important;
	padding: clamp(48px, 5vw, 82px) var(--tk-shell) !important;
}

.services-title {
	font-size: clamp(46px, 5.2vw, 86px) !important;
	font-weight: 650 !important;
	line-height: .9 !important;
}

.services-list-menu summary {
	align-items: center !important;
	display: grid !important;
	gap: clamp(18px, 2vw, 34px) !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	padding: clamp(24px, 2.8vw, 42px) 0 !important;
}

.service-heading {
	font-size: clamp(25px, 2.35vw, 44px) !important;
	font-weight: 560 !important;
	line-height: 1 !important;
}

.service-toggle {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	display: inline-grid !important;
	font-size: clamp(32px, 2.8vw, 50px) !important;
	font-weight: 300 !important;
	height: auto !important;
	line-height: 1 !important;
	place-items: center !important;
	width: auto !important;
}

.service-toggle::before {
	content: "+" !important;
}

.service-item[open] .service-toggle::before {
	content: "−" !important;
}

.service-content {
	align-items: start !important;
	display: grid !important;
	gap: clamp(22px, 3vw, 58px) !important;
	grid-template-columns: minmax(170px, 260px) minmax(0, 1fr) !important;
	padding: 0 0 clamp(30px, 3vw, 52px) !important;
}

.service-media {
	align-self: start !important;
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 18px !important;
	height: clamp(94px, 7.4vw, 132px) !important;
	margin: 0 !important;
	max-width: 260px !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 100% !important;
}

.service-media img {
	background: var(--service-thumb-bg, #fff) !important;
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(19px, 1.35vw, 25px) !important;
	font-weight: 480 !important;
	line-height: 1.28 !important;
	max-width: 840px !important;
}

.site-footer {
	background: #030303 !important;
	border-radius: 0 !important;
	margin-top: clamp(72px, 7vw, 124px) !important;
	overflow: hidden !important;
}

.footer-main {
	align-items: start !important;
	grid-template-columns: minmax(320px, .42fr) minmax(150px, .18fr) minmax(150px, .18fr) minmax(320px, .22fr) !important;
	gap: clamp(34px, 5vw, 92px) !important;
	padding: clamp(54px, 5.5vw, 96px) var(--tk-shell) clamp(42px, 4vw, 70px) !important;
}

.footer-brand-block {
	justify-self: start !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(54px, 6.5vw, 112px) !important;
	font-weight: 540 !important;
	line-height: .86 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(25px, 2.7vw, 44px) !important;
	font-weight: 520 !important;
	line-height: .96 !important;
	white-space: nowrap !important;
}

@media (min-width: 1200px) and (max-width: 1540px) {
	:root {
		--tk-shell: clamp(34px, 3.8vw, 62px);
	}

	.desktop-menu {
		gap: clamp(80px, 8.4vw, 132px) !important;
	}

	.tk-final-page .stage {
		grid-template-columns: minmax(390px, .45fr) minmax(520px, .55fr) !important;
	}

	.tk-final-page .name {
		font-size: clamp(78px, 9vw, 132px) !important;
	}

	.tk-final-page .role {
		font-size: clamp(25px, 2.3vw, 38px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(22px, 2.05vw, 34px) !important;
	}

	.tk-final-page .photo-zone {
		height: min(78svh, 730px) !important;
		width: min(52vw, 760px) !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(58px, 7.1vw, 104px) !important;
	}

	.logo-card {
		min-height: clamp(132px, 11vw, 178px) !important;
	}

	.footer-brand-word {
		font-size: clamp(48px, 5.5vw, 86px) !important;
	}
}

@media (max-width: 1199px) {
	.logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.tk-final-page .stage {
		grid-template-columns: minmax(340px, .48fr) minmax(390px, .52fr) !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 860px) {
	:root {
		--tk-shell: clamp(18px, 5vw, 34px);
		--tk-header-h: 78px;
	}

	.desktop-menu {
		display: none !important;
	}

	.tk-final-page .stage {
		align-items: start !important;
		display: flex !important;
		flex-direction: column !important;
		gap: clamp(22px, 6vw, 38px) !important;
		min-height: auto !important;
		padding: clamp(24px, 7vw, 42px) var(--tk-shell) 0 !important;
	}

	.tk-final-page .copy {
		max-width: none !important;
		order: 1 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(340px, 76vw, 560px) !important;
		min-height: 0 !important;
		order: 2 !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 112% !important;
		transform: translate(-50%, 0) !important;
	}

	.tk-final-page .name {
		font-size: clamp(60px, 17vw, 110px) !important;
	}

	.tk-final-page .role {
		font-size: clamp(22px, 6vw, 30px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(19px, 5.4vw, 27px) !important;
	}

	.logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.projects-section .projects-head,
	.tk-projects-page .hero,
	.contact-hero,
	.project-detail-hero,
	.case-intro {
		grid-template-columns: 1fr !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1,
	.contact-hero .count,
	.contact-hero .hero-copy {
		grid-column: 1 !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(45px, 13vw, 74px) !important;
		max-width: 100% !important;
	}

	.contact-hero .hero-copy {
		font-size: clamp(20px, 5.8vw, 28px) !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
		border-radius: 22px !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		gap: 7px !important;
	}

	.project-card-title,
	.project-card-category {
		font-size: 12px !important;
		padding: 7px 10px !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(110px, 30vw, 180px) !important;
		max-width: 280px !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 520px) {
	.logo-card {
		min-height: 134px !important;
	}

	.project-card a {
		aspect-ratio: 1.22 / 1 !important;
	}

	.project-card-category {
		display: none !important;
	}

	.footer-brand-word {
		font-size: clamp(38px, 12vw, 62px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(21px, 6vw, 30px) !important;
	}
}

/* 0.8.5: DA pass - calmer les grands titres, cartes plein visuel, accueil plus proche du prototype. */
:root {
	--tk-shell: clamp(22px, 4.8vw, 88px);
	--tk-accent: #9058ff;
}

html,
body {
	max-width: 100%;
	overflow-x: clip !important;
}

.site-main {
	overflow: clip;
}

.site-loader {
	font-size: clamp(38px, 6.2vw, 96px) !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
}

.site-loader span::after {
	content: none !important;
}

.site-header {
	min-height: var(--tk-header-h) !important;
	background: rgba(245, 245, 245, 0.88) !important;
	backdrop-filter: blur(18px);
}

.desktop-menu {
	gap: clamp(76px, 10vw, 210px) !important;
}

.desktop-menu a,
.menu-links a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.desktop-menu a:focus-visible,
.menu-links a.is-active,
.menu-links a:hover,
.menu-links a:focus-visible {
	color: var(--tk-accent) !important;
}

.tk-final-page .service-list,
.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.stage .service-list,
.stage .hero-services,
.stage .hero-domains,
.hero-skill-list,
.tk-final-page .hero-skill-list {
	display: none !important;
}

.tk-final-page .stage {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(420px, 0.47fr) minmax(430px, 0.53fr) !important;
	min-height: calc(100svh - var(--tk-header-h)) !important;
	height: auto !important;
	padding: clamp(34px, 4.2vw, 70px) var(--tk-shell) 0 !important;
	align-items: end !important;
	background:
		radial-gradient(circle at 75% 58%, rgba(144, 88, 255, 0.11), transparent 0 25%, transparent 44%),
		linear-gradient(112deg, #fff 0%, #fff 58%, #f5f5f5 100%) !important;
}

.tk-final-page .copy {
	z-index: 2 !important;
	width: min(660px, 49vw) !important;
	max-width: none !important;
	align-self: center !important;
	gap: clamp(18px, 1.7vw, 28px) !important;
	padding-bottom: clamp(54px, 6vw, 100px) !important;
}

.tk-final-page .kicker {
	margin: 0 0 clamp(8px, 1vw, 18px) !important;
	align-self: flex-start !important;
	white-space: nowrap !important;
	transform: none !important;
}

.tk-final-page .name {
	font-size: clamp(98px, 10.4vw, 170px) !important;
	line-height: 0.82 !important;
	max-width: 7ch !important;
	letter-spacing: 0 !important;
}

.tk-final-page .role {
	font-size: clamp(26px, 2.1vw, 38px) !important;
	line-height: 1.08 !important;
	font-weight: 620 !important;
}

.tk-final-page .lead {
	max-width: 620px !important;
	font-size: clamp(23px, 1.95vw, 35px) !important;
	line-height: 1.16 !important;
	font-weight: 540 !important;
	color: #646464 !important;
}

.tk-final-page .actions {
	gap: clamp(14px, 1.8vw, 26px) !important;
	margin-top: clamp(4px, 0.6vw, 10px) !important;
}

.tk-final-page .photo-zone {
	position: absolute !important;
	right: clamp(4px, 3.2vw, 76px) !important;
	bottom: 0 !important;
	width: min(53vw, 820px) !important;
	height: min(82svh, 850px) !important;
	overflow: hidden !important;
}

.tk-final-page .portrait {
	position: absolute !important;
	left: 50% !important;
	bottom: 0 !important;
	width: auto !important;
	max-width: none !important;
	height: min(var(--tk-hero-portrait-size, 134%), 1040px) !important;
	transform: translate(calc(-50% + var(--tk-hero-portrait-x, 0px)), var(--tk-hero-portrait-y, 0px)) scale(1.04) !important;
	object-fit: contain !important;
	object-position: center bottom !important;
}

.projects-section,
.logofolio,
.services-section {
	padding-left: var(--tk-shell) !important;
	padding-right: var(--tk-shell) !important;
}

.section-head {
	align-items: center !important;
	justify-content: flex-start !important;
}

.section-name {
	font-size: clamp(22px, 1.8vw, 34px) !important;
	font-weight: 620 !important;
}

.logo-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: clamp(12px, 1.5vw, 22px) !important;
	align-items: stretch !important;
}

.logo-card {
	background: #fff !important;
	border-radius: clamp(18px, 1.5vw, 28px) !important;
	min-height: clamp(160px, 16vw, 250px) !important;
	padding: clamp(24px, 2.2vw, 42px) !important;
	box-shadow: none !important;
}

.logo-card img,
.logo-card a {
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
	align-items: center !important;
	justify-content: center !important;
	object-fit: contain !important;
}

.projects-section .projects-head,
.tk-projects-page .hero {
	display: grid !important;
	grid-template-columns: minmax(160px, 0.32fr) minmax(0, 0.68fr) !important;
	align-items: end !important;
	gap: clamp(24px, 4vw, 76px) !important;
	padding-top: clamp(70px, 8vw, 130px) !important;
	padding-bottom: clamp(38px, 5vw, 76px) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title {
	grid-column: 2 !important;
	justify-self: start !important;
	font-size: clamp(70px, 8vw, 136px) !important;
	line-height: 0.9 !important;
	letter-spacing: 0 !important;
	max-width: 9ch !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.projects-section .projects-count,
.tk-projects-page .count {
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	align-self: center !important;
	font-size: clamp(18px, 1.3vw, 26px) !important;
	font-weight: 620 !important;
	color: #6c6c6c !important;
}

.projects-section .projects-copy,
.tk-projects-page .hero-copy {
	grid-column: 2 !important;
	max-width: 680px !important;
	font-size: clamp(22px, 2vw, 34px) !important;
	line-height: 1.12 !important;
	font-weight: 520 !important;
	color: #6a6a6a !important;
}

.tools {
	width: calc(100% - (var(--tk-shell) * 2)) !important;
	margin: 0 auto clamp(34px, 5vw, 72px) !important;
	display: grid !important;
	grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr) !important;
	align-items: start !important;
	gap: clamp(18px, 3vw, 52px) !important;
}

.filters {
	gap: 10px !important;
}

.filter,
.search {
	border-color: rgba(0, 0, 0, 0.1) !important;
	box-shadow: none !important;
}

.project-grid {
	width: calc(100% - (var(--tk-shell) * 2)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2.4vw, 34px) !important;
}

.home-project-grid {
	width: 100% !important;
}

.project-card {
	min-width: 0 !important;
}

.project-card a {
	position: relative !important;
	display: block !important;
	overflow: hidden !important;
	border-radius: clamp(24px, 2.6vw, 46px) !important;
	background: #fff !important;
	aspect-ratio: 1.08 / 1 !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.035) !important;
	transform: none !important;
}

.project-card a:hover {
	transform: translateY(-3px) !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-media {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: #fff !important;
	overflow: hidden !important;
}

.project-card .project-media img,
.project-card .project-media video {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	background: #fff !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
	background: #050505 !important;
}

.project-top,
.project-card.has-video-preview .project-top {
	position: absolute !important;
	z-index: 2 !important;
	left: clamp(18px, 2vw, 34px) !important;
	right: clamp(18px, 2vw, 34px) !important;
	top: clamp(18px, 2vw, 34px) !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 16px !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	color: #050505 !important;
	mix-blend-mode: normal !important;
}

.project-card-title,
.project-card-category {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 40px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.86) !important;
	backdrop-filter: blur(14px) !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07) !important;
	color: #050505 !important;
}

.project-card-title {
	max-width: min(72%, 560px) !important;
	padding: 8px 14px !important;
	font-size: clamp(20px, 1.65vw, 32px) !important;
	line-height: 1.02 !important;
	font-weight: 680 !important;
}

.project-card-category {
	white-space: nowrap !important;
	padding: 8px 12px !important;
	font-size: clamp(14px, 1.05vw, 20px) !important;
	line-height: 1 !important;
	font-weight: 560 !important;
	color: #5e5e5e !important;
}

.project-card-animation-unreal-engine .project-card-title,
.project-card-animation-unreal-engine .project-card-category,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-title,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-category {
	background: rgba(5, 5, 5, 0.62) !important;
	color: #fff !important;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img {
	object-fit: cover !important;
	object-position: center center !important;
}

.project-card-liouba-typographie .project-media img,
.project-card-dollies-direction-visuelle .project-media img,
.project-card-hairly-app-reservation .project-media img,
.project-card-orea-identite-visuelle .project-media img,
.project-card-start-pause-packaging-produit .project-media img,
.project-card-tropical-drink-packaging-produit .project-media img,
.project-card-calendrier-avent-packaging-produit .project-media img,
.project-card-esa-communication-globale .project-media img,
.project-card-catalogue-de-formation-esa .project-media img,
.project-card-stand-de-salon-esa .project-media img,
.project-card-stand-de-salon-esa-b2b .project-media img,
.project-card-esa-journee-mondiale-environnement .project-media img,
.project-card-brochures-esa .project-media img,
.project-card-kakemono-esa .project-media img,
.project-card-flyers-affiches .project-media img,
.project-card-autres-affiches .project-media img,
.project-card-mysneakers-interface-ecommerce .project-media img {
	object-fit: cover !important;
}

.services-section {
	padding-top: clamp(70px, 8vw, 130px) !important;
	padding-bottom: clamp(70px, 8vw, 130px) !important;
}

.services-panel {
	border-radius: 0 !important;
	background: #050505 !important;
	padding: clamp(44px, 6vw, 96px) clamp(30px, 5vw, 92px) !important;
}

.services-title {
	font-size: clamp(58px, 9vw, 136px) !important;
	line-height: 0.86 !important;
	font-weight: 660 !important;
}

.services-label {
	font-size: clamp(17px, 1.3vw, 24px) !important;
}

.service-heading {
	font-size: clamp(30px, 4vw, 68px) !important;
	line-height: 1.03 !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
}

.service-toggle {
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: clamp(34px, 3vw, 54px) !important;
	line-height: 1 !important;
	color: #fff !important;
}

.service-toggle::before {
	content: "+" !important;
	display: block !important;
}

.service-item[open] .service-toggle::before {
	content: "-" !important;
}

.service-toggle::after {
	content: none !important;
}

.service-content {
	grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr) !important;
	gap: clamp(20px, 3vw, 54px) !important;
	padding-top: clamp(18px, 2vw, 34px) !important;
}

.service-media {
	height: clamp(132px, 14vw, 220px) !important;
	border-radius: 20px !important;
	background: var(--service-thumb-bg, #fff) !important;
	padding: var(--service-thumb-padding, 0) !important;
}

.service-media img {
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, center center) !important;
	background: #fff !important;
}

.service-copy p {
	font-size: clamp(20px, 1.9vw, 32px) !important;
	line-height: 1.18 !important;
	font-weight: 470 !important;
}

.contact-hero {
	grid-template-columns: minmax(120px, 0.26fr) minmax(0, 0.74fr) !important;
	align-items: end !important;
	padding-left: var(--tk-shell) !important;
	padding-right: var(--tk-shell) !important;
}

.contact-hero .hero-title {
	justify-self: start !important;
	transform: translateX(-4vw) !important;
	font-size: clamp(78px, 9.2vw, 148px) !important;
	line-height: 0.9 !important;
	max-width: 9.5ch !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.contact-hero .hero-copy {
	justify-self: start !important;
	max-width: 760px !important;
	font-size: clamp(25px, 2.2vw, 42px) !important;
	line-height: 1.12 !important;
	font-weight: 540 !important;
}

.contact-layout {
	gap: clamp(34px, 4.5vw, 82px) !important;
	align-items: start !important;
}

.contact-details,
.contact-panel {
	padding: clamp(34px, 4.2vw, 72px) !important;
	border-radius: clamp(28px, 3vw, 46px) !important;
}

.page-hero.profile-banner {
	width: calc(100% - (var(--tk-shell) * 2)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
	align-items: center !important;
	gap: clamp(36px, 5vw, 92px) !important;
	padding: clamp(56px, 7vw, 120px) 0 clamp(46px, 6vw, 98px) !important;
}

.profile-hero-title {
	max-width: 720px !important;
}

.profile-hero-title h1 {
	font-size: clamp(86px, 10vw, 170px) !important;
	line-height: 0.86 !important;
}

.profile-hero-copy p {
	font-size: clamp(22px, 1.85vw, 32px) !important;
	line-height: 1.23 !important;
	font-weight: 460 !important;
}

.profile-hero-photo {
	height: clamp(460px, 53vw, 720px) !important;
	border-radius: clamp(28px, 3vw, 46px) !important;
	overflow: hidden !important;
	background: #fff !important;
}

.profile-hero-photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center bottom !important;
	transform: none !important;
}

.single-project {
	overflow: clip !important;
}

.project-detail-hero {
	width: calc(100% - (var(--tk-shell) * 2)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: clamp(82px, 9vw, 150px) 0 clamp(46px, 6vw, 96px) !important;
}

.project-detail-hero h1 {
	font-size: clamp(66px, 8.2vw, 142px) !important;
	line-height: 0.9 !important;
	letter-spacing: 0 !important;
	max-width: min(12ch, 100%) !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.case-intro {
	display: grid !important;
	grid-template-columns: minmax(160px, 0.34fr) minmax(0, 0.66fr) !important;
	gap: clamp(26px, 4vw, 74px) !important;
	padding-top: clamp(52px, 6vw, 96px) !important;
}

.case-intro .section-kicker {
	font-size: clamp(17px, 1.2vw, 23px) !important;
	font-weight: 620 !important;
	color: #666 !important;
}

.case-intro p:not(.section-kicker) {
	font-size: clamp(26px, 2.35vw, 44px) !important;
	line-height: 1.08 !important;
	font-weight: 520 !important;
	max-width: 880px !important;
}

.project-info-table {
	margin-top: clamp(44px, 6vw, 92px) !important;
}

.project-info-table .info-row {
	min-height: clamp(62px, 6vw, 94px) !important;
	padding: clamp(18px, 1.8vw, 28px) 0 !important;
}

.project-info-table dt,
.project-info-table dd {
	font-size: clamp(16px, 1.15vw, 22px) !important;
}

.project-hero-image,
.motion-section,
.case-gallery,
.case-text-block,
.fragile-walk-band,
.case-free-content,
.next-projects {
	width: calc(100% - (var(--tk-shell) * 2)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.project-hero-image,
.case-gallery figure,
.motion-frame {
	border-radius: clamp(24px, 2.6vw, 42px) !important;
	overflow: hidden !important;
	background: #fff !important;
}

.project-hero-image img,
.case-gallery img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	background: #fff !important;
}

.motion-frame video,
.motion-frame iframe {
	display: block !important;
	width: 100% !important;
	border-radius: inherit !important;
	background: #050505 !important;
}

.fragile-walk-band {
	overflow: hidden !important;
	background: #fff !important;
	border-radius: 0 !important;
}

.fragile-walk-track {
	max-width: 100% !important;
	overflow: hidden !important;
	background: #fff !important;
}

.fragile-walk-track img {
	background: #fff !important;
	mix-blend-mode: normal !important;
}

.site-footer {
	width: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: #050505 !important;
	overflow: hidden !important;
}

.footer-main {
	width: calc(100% - (var(--tk-shell) * 2)) !important;
	margin: 0 auto !important;
	gap: clamp(34px, 5vw, 92px) !important;
}

.footer-brand-block {
	grid-column: 1 / -1 !important;
	justify-self: start !important;
	align-items: flex-start !important;
	text-align: left !important;
	width: 100% !important;
}

.footer-brand-word {
	font-size: clamp(58px, 9vw, 140px) !important;
	font-weight: 560 !important;
	line-height: 0.86 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(28px, 4.5vw, 70px) !important;
	font-weight: 520 !important;
	line-height: 0.95 !important;
	white-space: nowrap !important;
}

.footer-bottom {
	width: calc(100% - (var(--tk-shell) * 2)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (min-width: 701px) and (max-width: 1180px) {
	:root {
		--tk-shell: clamp(28px, 4vw, 56px);
	}

	.tk-final-page .stage {
		grid-template-columns: minmax(330px, 0.48fr) minmax(340px, 0.52fr) !important;
	}

	.tk-final-page .copy {
		width: min(600px, 50vw) !important;
	}

	.tk-final-page .name {
		font-size: clamp(78px, 9vw, 118px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(22px, 2.2vw, 30px) !important;
	}

	.tk-final-page .photo-zone {
		width: min(52vw, 620px) !important;
		height: min(76svh, 680px) !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(62px, 7.8vw, 104px) !important;
	}

	.service-heading {
		font-size: clamp(30px, 4.2vw, 52px) !important;
	}

	.profile-hero-title h1 {
		font-size: clamp(76px, 8.4vw, 120px) !important;
	}
}

@media (max-width: 860px) {
	:root {
		--tk-shell: clamp(18px, 5vw, 28px);
		--tk-header-h: 74px;
	}

	.site-header {
		min-height: var(--tk-header-h) !important;
	}

	.header-nav {
		min-height: var(--tk-header-h) !important;
	}

	.desktop-menu {
		display: none !important;
	}

	.tk-final-page .stage {
		display: grid !important;
		grid-template-columns: 1fr !important;
		min-height: auto !important;
		padding: clamp(24px, 7vw, 42px) var(--tk-shell) 0 !important;
	}

	.tk-final-page .copy {
		width: 100% !important;
		max-width: none !important;
		align-self: start !important;
		gap: 16px !important;
		padding-bottom: 0 !important;
	}

	.tk-final-page .name {
		font-size: clamp(62px, 18vw, 112px) !important;
		line-height: 0.84 !important;
	}

	.tk-final-page .role {
		font-size: clamp(22px, 6vw, 30px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(20px, 5.5vw, 28px) !important;
		line-height: 1.14 !important;
	}

	.tk-final-page .actions {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.tk-final-page .actions .button {
		width: 100% !important;
		justify-content: center !important;
	}

	.tk-final-page .photo-zone {
		position: relative !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		height: clamp(280px, 78vw, 440px) !important;
		margin-top: clamp(8px, 2vw, 18px) !important;
	}

	.tk-final-page .portrait {
		height: 116% !important;
		bottom: -8px !important;
		transform: translate(-50%, 0) scale(1) !important;
	}

	.logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.logo-card {
		min-height: clamp(126px, 34vw, 178px) !important;
		border-radius: 18px !important;
		padding: 22px !important;
	}

	.projects-section .projects-head,
	.tk-projects-page .hero,
	.contact-hero,
	.case-intro,
	.page-hero.profile-banner {
		grid-template-columns: 1fr !important;
		gap: clamp(18px, 5vw, 32px) !important;
	}

	.projects-section .projects-head,
	.tk-projects-page .hero {
		padding-top: clamp(44px, 11vw, 74px) !important;
		padding-bottom: clamp(28px, 7vw, 44px) !important;
	}

	.projects-section .projects-count,
	.tk-projects-page .count,
	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.projects-section .projects-copy,
	.tk-projects-page .hero-copy,
	.contact-hero .hero-title,
	.contact-hero .hero-copy {
		grid-column: 1 !important;
		grid-row: auto !important;
		transform: none !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(48px, 14vw, 78px) !important;
		line-height: 0.92 !important;
		max-width: 100% !important;
		overflow-wrap: break-word !important;
	}

	.projects-section .projects-copy,
	.tk-projects-page .hero-copy,
	.contact-hero .hero-copy {
		font-size: clamp(20px, 5.6vw, 28px) !important;
	}

	.tools,
	.project-grid,
	.contact-layout {
		width: calc(100% - (var(--tk-shell) * 2)) !important;
		grid-template-columns: 1fr !important;
	}

	.project-grid {
		gap: 18px !important;
	}

	.project-card a {
		border-radius: 24px !important;
		aspect-ratio: 0.92 / 1 !important;
	}

	.project-top,
	.project-card.has-video-preview .project-top {
		left: 14px !important;
		right: 14px !important;
		top: 14px !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 6px !important;
	}

	.project-card-title {
		max-width: 100% !important;
		font-size: clamp(18px, 5.4vw, 25px) !important;
	}

	.project-card-category {
		font-size: 14px !important;
		white-space: normal !important;
	}

	.services-panel {
		padding: clamp(34px, 9vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(48px, 15vw, 82px) !important;
	}

	.service-heading {
		font-size: clamp(25px, 7.6vw, 42px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(130px, 42vw, 210px) !important;
	}

	.project-detail-hero {
		padding-top: clamp(52px, 13vw, 86px) !important;
	}

	.case-intro p:not(.section-kicker) {
		font-size: clamp(22px, 6vw, 31px) !important;
		line-height: 1.12 !important;
	}

	.project-info-table .info-row {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	.project-info-table dd {
		text-align: left !important;
	}

	.profile-hero-title h1 {
		font-size: clamp(58px, 17vw, 94px) !important;
	}

	.profile-hero-photo {
		height: clamp(300px, 84vw, 460px) !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}

	.footer-brand-word {
		font-size: clamp(42px, 13vw, 72px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(24px, 8vw, 40px) !important;
	}
}

@media (max-width: 460px) {
	.tk-final-page .name {
		font-size: clamp(56px, 17vw, 82px) !important;
	}

	.logo-grid {
		grid-template-columns: 1fr !important;
	}

	.project-card a {
		aspect-ratio: 0.86 / 1 !important;
	}

	.site-loader {
		font-size: clamp(34px, 12vw, 54px) !important;
	}

	.footer-brand-word,
	.footer-brand-sub {
		white-space: normal !important;
	}
}

/* 0.8.3: responsive art-direction pass after Safari/MacBook review. */
.site-loader {
    font-size: clamp(38px, 6.8vw, 108px) !important;
}

.tk-final-page .stage {
    grid-template-columns: minmax(340px, 0.47fr) minmax(460px, 0.53fr) !important;
    padding-top: clamp(38px, 4.5vw, 74px) !important;
}

.tk-final-page .kicker {
    margin-left: 0 !important;
    transform: none !important;
}

.tk-final-page .name,
.tk-final-page .name span {
    line-height: 0.88 !important;
    overflow: visible !important;
}

.tk-final-page .photo-zone {
    height: min(82svh, 800px) !important;
    min-height: 560px !important;
}

.tk-final-page .portrait {
    right: -1.5vw !important;
    height: 114% !important;
}

.projects-section .projects-head,
.tk-projects-page .hero,
.contact-hero,
.project-detail-hero,
.case-intro {
    grid-template-columns: minmax(104px, 0.19fr) minmax(0, 0.81fr) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
    max-width: min(1080px, 100%) !important;
    font-size: clamp(58px, 7.15vw, 126px) !important;
    line-height: 0.94 !important;
    font-weight: 620 !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
    grid-column: 2 !important;
    transform: translateX(-8vw) !important;
}

.contact-hero .hero-title {
    max-width: 940px !important;
}

.contact-hero .hero-copy {
    max-width: 790px !important;
    font-weight: 500 !important;
}

.project-detail-hero {
    padding-top: clamp(74px, 8vw, 124px) !important;
}

.case-intro {
    grid-template-columns: minmax(104px, 0.19fr) minmax(0, 0.58fr) minmax(160px, 0.23fr) !important;
}

.case-intro p:not(.section-kicker) {
    font-size: clamp(22px, 2vw, 38px) !important;
    font-weight: 520 !important;
}

.project-info-table dt,
.project-info-table dd {
    font-size: clamp(14px, 1.05vw, 18px) !important;
}

.project-card a {
    aspect-ratio: 1.08 / 1 !important;
    border-radius: clamp(18px, 1.6vw, 28px) !important;
    background: #fff !important;
}

.project-card a:hover {
    transform: translateY(-3px) !important;
}

.project-top,
.project-card.has-video-preview .project-top {
    inset: clamp(12px, 1vw, 16px) auto auto clamp(12px, 1vw, 16px) !important;
    max-width: calc(100% - clamp(24px, 2vw, 32px)) !important;
    padding: 8px 13px !important;
    gap: 6px 10px !important;
}

.project-card-title,
.project-top strong {
    font-size: clamp(12px, 0.78vw, 15px) !important;
    font-weight: 620 !important;
}

.project-card-category,
.project-meta,
.project-card.has-video-preview .project-meta {
    font-size: clamp(9px, 0.62vw, 11px) !important;
    font-weight: 520 !important;
}

.project-media,
.project-media img,
.project-media video {
    background-color: #fff !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
    background-color: #030303 !important;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img {
    object-fit: contain !important;
    padding: clamp(26px, 4vw, 66px) !important;
}

.services-panel {
    padding-top: clamp(42px, 4.5vw, 68px) !important;
    padding-bottom: clamp(42px, 4.5vw, 68px) !important;
}

.services-title {
    font-size: clamp(46px, 5.2vw, 86px) !important;
    line-height: 0.96 !important;
    font-weight: 600 !important;
}

.service-item summary {
    min-height: clamp(60px, 4.8vw, 86px) !important;
}

.service-heading {
    font-size: clamp(24px, 3.05vw, 48px) !important;
    line-height: 1.04 !important;
    font-weight: 560 !important;
}

.service-toggle {
    color: #fff !important;
    font-size: clamp(34px, 3.2vw, 54px) !important;
    line-height: 1 !important;
}

.service-toggle::before {
    content: "+" !important;
    display: block !important;
}

.service-toggle::after {
    content: none !important;
    display: none !important;
}

.service-item[open] .service-toggle::before {
    content: "−" !important;
}

.service-item:not([open]) .service-content {
    display: none !important;
}

.service-content {
    grid-template-columns: minmax(170px, 0.22fr) minmax(0, 0.78fr) !important;
    gap: clamp(22px, 3.2vw, 56px) !important;
}

.service-media {
    height: clamp(96px, 10.5vw, 158px) !important;
    border-radius: 16px !important;
}

.page-hero.profile-banner {
    grid-template-columns: minmax(340px, 0.48fr) minmax(420px, 0.52fr) !important;
}

.profile-hero-title h1 {
    font-size: clamp(72px, 8vw, 132px) !important;
}

.profile-hero-photo {
    height: min(70svh, 700px) !important;
}

.site-footer {
    border-radius: 0 !important;
}

.footer-main {
    grid-template-columns: minmax(280px, 0.44fr) minmax(150px, 0.18fr) minmax(150px, 0.18fr) minmax(220px, 0.2fr) !important;
}

.footer-brand-block {
    justify-self: start !important;
    text-align: left !important;
}

.footer-brand-word {
    font-size: clamp(56px, 8.4vw, 140px) !important;
    font-weight: 590 !important;
}

.footer-brand-sub {
    font-size: clamp(26px, 3.5vw, 54px) !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

@media (max-width: 1180px) {
    .tk-final-page .stage {
        grid-template-columns: minmax(300px, 0.48fr) minmax(340px, 0.52fr) !important;
    }

    .tk-final-page .photo-zone {
        height: min(72svh, 660px) !important;
        min-height: 450px !important;
    }

    .tk-final-page .portrait {
        right: -4vw !important;
        height: 110% !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title,
    .project-detail-hero h1 {
        font-size: clamp(54px, 8.8vw, 104px) !important;
    }

    .contact-hero .hero-title,
    .contact-hero .hero-copy {
        transform: translateX(-4vw) !important;
    }

    .service-heading {
        font-size: clamp(24px, 3.8vw, 42px) !important;
    }
}

@media (max-width: 860px) {
    .tk-final-page .stage,
    .page-hero.profile-banner,
    .projects-section .projects-head,
    .tk-projects-page .hero,
    .contact-hero,
    .project-detail-hero,
    .case-intro {
        grid-template-columns: 1fr !important;
    }

    .tk-final-page .stage {
        padding-top: 28px !important;
    }

    .tk-final-page .name {
        font-size: clamp(62px, 17vw, 104px) !important;
    }

    .tk-final-page .role {
        font-size: clamp(22px, 6.2vw, 30px) !important;
    }

    .tk-final-page .lead {
        font-size: clamp(19px, 5.2vw, 26px) !important;
    }

    .tk-final-page .photo-zone {
        height: clamp(320px, 88vw, 500px) !important;
        min-height: 0 !important;
    }

    .tk-final-page .portrait {
        right: auto !important;
        left: 50% !important;
        height: 108% !important;
        transform: translateX(-50%) !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title,
    .project-detail-hero h1 {
        grid-column: 1 !important;
        font-size: clamp(48px, 13.5vw, 78px) !important;
        line-height: 0.96 !important;
        transform: none !important;
    }

    .projects-section .projects-copy,
    .tk-projects-page .hero-copy,
    .contact-hero .hero-copy,
    .case-intro p:not(.section-kicker) {
        grid-column: 1 !important;
        font-size: clamp(19px, 5vw, 25px) !important;
        transform: none !important;
    }

    .contact-hero {
        padding-top: 42px !important;
    }

    .project-card a {
        aspect-ratio: 1 / 1 !important;
    }

    .services-title {
        font-size: clamp(44px, 13vw, 74px) !important;
    }

    .service-heading {
        font-size: clamp(25px, 7vw, 38px) !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
    }

    .service-media {
        height: clamp(120px, 36vw, 180px) !important;
    }

    .footer-brand-word {
        font-size: clamp(44px, 14vw, 72px) !important;
    }

    .footer-brand-sub {
        font-size: clamp(21px, 6vw, 30px) !important;
    }
}

@media (max-width: 520px) {
    .tk-final-page .kicker {
        font-size: 12px !important;
        padding: 9px 14px !important;
    }

    .tk-final-page .name {
        font-size: clamp(54px, 16.5vw, 86px) !important;
    }

    .project-top,
    .project-card.has-video-preview .project-top {
        position: absolute !important;
        inset: 10px 10px auto 10px !important;
        border-radius: 14px !important;
    }
}

/* 0.8.4: DA polish - stable hero, clean cards, calmer services and better responsive rhythm. */
:root {
    --tk-shell: clamp(18px, 4vw, 84px);
}

.site-loader {
    font-size: clamp(34px, 5.4vw, 86px) !important;
    letter-spacing: 0 !important;
}

.site-loader span::after {
    content: none !important;
}

.header-nav a,
.desktop-menu a,
.menu-links a {
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.header-nav a::before,
.header-nav a::after,
.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
    content: none !important;
    display: none !important;
}

.desktop-menu a.is-active,
.desktop-menu a:hover,
.menu-links a.is-active,
.menu-links a:hover {
    color: var(--tk-accent) !important;
}

.tk-final-page .stage {
    align-items: end !important;
    column-gap: clamp(34px, 5vw, 96px) !important;
    grid-template-columns: minmax(420px, 0.48fr) minmax(520px, 0.52fr) !important;
    min-height: calc(100svh - var(--header-height, 96px)) !important;
    padding: clamp(34px, 4vw, 68px) var(--tk-shell) clamp(26px, 3.4vw, 54px) !important;
    width: min(100%, 1880px) !important;
}

.tk-final-page .copy {
    align-items: flex-start !important;
    align-self: center !important;
    max-width: 760px !important;
}

.tk-final-page .kicker {
    align-self: flex-start !important;
    margin: 0 0 clamp(28px, 3vw, 46px) !important;
    max-width: max-content !important;
    transform: none !important;
    white-space: nowrap !important;
}

.tk-final-page .name {
    font-size: clamp(82px, 9.4vw, 170px) !important;
    line-height: 0.86 !important;
}

.tk-final-page .role {
    font-size: clamp(24px, 2.2vw, 40px) !important;
    font-weight: 620 !important;
    line-height: 1.04 !important;
}

.tk-final-page .lead {
    font-size: clamp(22px, 2vw, 34px) !important;
    font-weight: 520 !important;
    line-height: 1.18 !important;
    max-width: 680px !important;
}

.tk-final-page .photo-zone {
    align-self: end !important;
    height: clamp(560px, 76svh, 860px) !important;
    min-height: clamp(560px, 70svh, 820px) !important;
    overflow: visible !important;
}

.tk-final-page .portrait {
    bottom: -2px !important;
    height: 112% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    right: clamp(-58px, -2.6vw, -20px) !important;
}

.hero-skill-list,
.tk-final-page .hero-skill-list {
    display: none !important;
}

.projects-section .projects-head,
.tk-projects-page .hero,
.contact-hero,
.project-detail-hero {
    column-gap: clamp(28px, 4vw, 86px) !important;
    grid-template-columns: minmax(80px, 0.14fr) minmax(0, 0.86fr) !important;
    padding-left: var(--tk-shell) !important;
    padding-right: var(--tk-shell) !important;
    width: min(100%, 1880px) !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
    font-size: clamp(54px, 6.4vw, 108px) !important;
    grid-column: 2 !important;
    line-height: 0.96 !important;
    max-width: 1160px !important;
    text-wrap: balance;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
    grid-column: 2 !important;
    transform: none !important;
}

.contact-hero .hero-title {
    max-width: 900px !important;
}

.contact-hero .hero-copy {
    font-size: clamp(22px, 2.1vw, 36px) !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
    max-width: 820px !important;
}

.project-grid {
    gap: clamp(22px, 2.4vw, 44px) !important;
}

.project-card a {
    aspect-ratio: 1.02 / 1 !important;
    background: #fff !important;
    border-radius: clamp(18px, 1.6vw, 28px) !important;
    box-shadow: none !important;
    display: block !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
    content: none !important;
    display: none !important;
}

.project-media {
    background: #fff !important;
    height: 100% !important;
    inset: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 100% !important;
}

.project-media img,
.project-media video {
    background: #fff !important;
    border-radius: 0 !important;
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: var(--project-card-position, 50% 50%) !important;
    padding: 0 !important;
    width: 100% !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
    background: #050505 !important;
    object-fit: cover !important;
}

.project-top,
.project-card.has-video-preview .project-top {
    align-items: center !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 999px !important;
    color: #090909 !important;
    display: flex !important;
    inset: clamp(12px, 1vw, 18px) clamp(12px, 1vw, 18px) auto clamp(12px, 1vw, 18px) !important;
    justify-content: space-between !important;
    max-width: none !important;
    padding: 10px 14px !important;
    position: absolute !important;
    width: auto !important;
    z-index: 2 !important;
}

.project-card-title,
.project-top strong {
    font-size: clamp(12px, 0.82vw, 16px) !important;
    font-weight: 620 !important;
    line-height: 1.08 !important;
}

.project-card-category,
.project-meta,
.project-card.has-video-preview .project-meta {
    color: #5d5d5d !important;
    font-size: clamp(10px, 0.68vw, 12px) !important;
    font-weight: 520 !important;
    white-space: nowrap !important;
}

.project-card-elibo-fragile-identite-visuelle:not(.has-video-preview) .project-media img,
.project-card-liouba-typographie .project-media img,
.project-card-dollies-direction-visuelle .project-media img,
.project-card-hairly-app-reservation .project-media img,
.project-card-orea-identite-visuelle .project-media img {
    object-fit: cover !important;
    padding: 0 !important;
}

.services-panel {
    border-radius: 0 !important;
    max-width: none !important;
    padding: clamp(54px, 5vw, 86px) var(--tk-shell) !important;
    width: 100% !important;
}

.services-title {
    font-size: clamp(48px, 5.6vw, 92px) !important;
    font-weight: 600 !important;
    line-height: 0.95 !important;
}

.service-item summary {
    min-height: clamp(56px, 4.2vw, 76px) !important;
    padding: clamp(16px, 1.8vw, 26px) 0 !important;
}

.service-heading {
    font-size: clamp(22px, 2.25vw, 38px) !important;
    font-weight: 540 !important;
    line-height: 1.05 !important;
}

.service-toggle {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: clamp(30px, 2.7vw, 46px) !important;
    height: auto !important;
    line-height: 1 !important;
    min-width: 0 !important;
    width: auto !important;
}

.service-toggle::before {
    content: "+" !important;
}

.service-toggle::after {
    content: none !important;
    display: none !important;
}

.service-item[open] .service-toggle::before {
    content: "−" !important;
}

.service-item:not([open]) .service-content {
    display: none !important;
}

.service-content {
    gap: clamp(22px, 3vw, 54px) !important;
    grid-template-columns: minmax(156px, 0.18fr) minmax(0, 0.82fr) !important;
    padding: 0 0 clamp(20px, 2vw, 34px) !important;
}

.service-media {
    background: var(--service-thumb-bg, #fff) !important;
    border-radius: 14px !important;
    height: clamp(86px, 8vw, 132px) !important;
}

.service-media img {
    background: #fff !important;
    object-fit: var(--service-thumb-fit, cover) !important;
    object-position: var(--service-thumb-position, 50% 50%) !important;
    padding: var(--service-thumb-padding, 0) !important;
}

.service-copy p {
    font-size: clamp(16px, 1.15vw, 21px) !important;
    font-weight: 460 !important;
    line-height: 1.35 !important;
    max-width: 760px !important;
}

.case-intro {
    grid-template-columns: minmax(80px, 0.14fr) minmax(0, 0.58fr) minmax(140px, 0.28fr) !important;
    padding-left: var(--tk-shell) !important;
    padding-right: var(--tk-shell) !important;
    width: min(100%, 1880px) !important;
}

.case-intro .section-kicker {
    font-size: clamp(14px, 1vw, 18px) !important;
}

.case-intro p:not(.section-kicker) {
    font-size: clamp(22px, 2.05vw, 34px) !important;
    font-weight: 520 !important;
    line-height: 1.15 !important;
}

.project-info-table {
    margin-top: clamp(28px, 4vw, 70px) !important;
}

.project-info-table dl {
    padding-left: var(--tk-shell) !important;
    padding-right: var(--tk-shell) !important;
}

.project-info-table dt,
.project-info-table dd {
    font-size: clamp(14px, 1vw, 17px) !important;
    line-height: 1.25 !important;
}

.project-hero-image,
.case-gallery figure,
.motion-frame {
    background: #fff !important;
    border-radius: clamp(18px, 2vw, 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    width: calc(100% - (var(--tk-shell) * 2)) !important;
}

.project-hero-image img,
.case-gallery img {
    background: #fff !important;
    display: block !important;
    height: auto !important;
    object-fit: contain !important;
    width: 100% !important;
}

.site-footer,
.footer-bottom {
    border-radius: 0 !important;
}

.footer-main {
    align-items: start !important;
    gap: clamp(26px, 4vw, 72px) !important;
    padding: clamp(48px, 5.2vw, 88px) var(--tk-shell) clamp(44px, 5vw, 78px) !important;
}

.footer-brand-block {
    justify-self: start !important;
    max-width: 100% !important;
    text-align: left !important;
}

.footer-brand-word {
    font-size: clamp(46px, 6.6vw, 108px) !important;
    font-weight: 560 !important;
    line-height: 0.88 !important;
    white-space: nowrap !important;
}

.footer-brand-sub {
    font-size: clamp(22px, 2.5vw, 38px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

@media (max-width: 1180px) {
    .tk-final-page .stage {
        grid-template-columns: minmax(300px, 0.48fr) minmax(340px, 0.52fr) !important;
        min-height: auto !important;
    }

    .tk-final-page .name {
        font-size: clamp(76px, 10.5vw, 132px) !important;
    }

    .tk-final-page .photo-zone {
        height: clamp(460px, 66svh, 660px) !important;
        min-height: 460px !important;
    }

    .tk-final-page .portrait {
        height: 109% !important;
        right: -5vw !important;
    }

    .project-card a {
        aspect-ratio: 1 / 1 !important;
    }

    .footer-brand-word {
        font-size: clamp(44px, 7.4vw, 92px) !important;
    }
}

@media (max-width: 860px) {
    .tk-final-page .stage {
        align-items: stretch !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        padding-top: 26px !important;
    }

    .tk-final-page .copy {
        max-width: none !important;
        order: 1 !important;
    }

    .tk-final-page .photo-zone {
        height: clamp(320px, 82vw, 520px) !important;
        min-height: 0 !important;
        order: 2 !important;
        overflow: hidden !important;
    }

    .tk-final-page .portrait {
        height: 106% !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }

    .tk-final-page .name {
        font-size: clamp(58px, 17vw, 104px) !important;
    }

    .tk-final-page .role {
        font-size: clamp(21px, 5.7vw, 28px) !important;
    }

    .tk-final-page .lead {
        font-size: clamp(18px, 4.9vw, 24px) !important;
    }

    .projects-section .projects-head,
    .tk-projects-page .hero,
    .contact-hero,
    .project-detail-hero,
    .case-intro {
        grid-template-columns: 1fr !important;
        padding-left: var(--tk-shell) !important;
        padding-right: var(--tk-shell) !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title,
    .project-detail-hero h1,
    .case-intro .section-kicker,
    .case-intro p:not(.section-kicker),
    .contact-hero .hero-copy {
        grid-column: 1 !important;
        transform: none !important;
    }

    .projects-section .projects-title,
    .tk-projects-page .hero-title,
    .contact-hero .hero-title,
    .project-detail-hero h1 {
        font-size: clamp(46px, 13.2vw, 78px) !important;
    }

    .contact-hero .hero-copy {
        font-size: clamp(19px, 5vw, 25px) !important;
    }

    .contact-layout {
        gap: clamp(22px, 6vw, 34px) !important;
        grid-template-columns: 1fr !important;
        width: calc(100% - (var(--tk-shell) * 2)) !important;
    }

    .contact-details,
    .contact-panel {
        border-radius: 24px !important;
        padding: clamp(24px, 6vw, 36px) !important;
    }

    .project-card a {
        aspect-ratio: 1 / 1.04 !important;
    }

    .service-content {
        grid-template-columns: 1fr !important;
    }

    .service-media {
        height: clamp(128px, 38vw, 210px) !important;
    }

    .service-heading {
        font-size: clamp(23px, 6.4vw, 34px) !important;
    }

    .page-hero.profile-banner {
        grid-template-columns: 1fr !important;
        padding-left: var(--tk-shell) !important;
        padding-right: var(--tk-shell) !important;
    }

    .profile-hero-title h1 {
        font-size: clamp(54px, 16vw, 88px) !important;
    }

    .profile-hero-photo {
        height: clamp(320px, 80vw, 520px) !important;
    }

    .footer-main {
        grid-template-columns: 1fr !important;
    }

    .footer-brand-word {
        font-size: clamp(42px, 13vw, 74px) !important;
    }

    .footer-brand-sub {
        font-size: clamp(22px, 6vw, 32px) !important;
    }
}

@media (max-width: 520px) {
    .tk-final-page .actions,
    .profile-hero-actions {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .tk-final-page .actions .button,
    .profile-hero-actions .button,
    .profile-hero-actions .button-dark {
        justify-content: center !important;
        width: 100% !important;
    }

    .project-top,
    .project-card.has-video-preview .project-top {
        align-items: flex-start !important;
        border-radius: 16px !important;
        flex-direction: column !important;
        gap: 3px !important;
    }

    .project-card-category {
        white-space: normal !important;
    }

    .site-loader {
        font-size: clamp(34px, 14vw, 62px) !important;
    }

    .footer-brand-word,
    .footer-brand-sub {
        white-space: nowrap !important;
    }
}

/* 0.8.4c: final override layer, kept at EOF so the polished layout wins. */
.tk-final-page .service-list,
.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.stage .service-list,
.stage .hero-services,
.stage .hero-domains,
.hero-skill-list,
.tk-final-page .hero-skill-list {
	display: none !important;
}

.site-header a,
.site-header .menu a {
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after {
	display: none !important;
}

.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.site-loader {
	font-size: clamp(48px, 10vw, 150px) !important;
}

.site-loader span::after {
	content: none !important;
}

.contact-hero {
	grid-template-columns: minmax(36px, .18fr) minmax(0, .82fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	justify-self: start !important;
}

.project-detail-hero h1,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.projects-section .projects-title {
	overflow-wrap: anywhere;
}

.service-media img,
.service-media video,
.project-card .project-media img,
.project-card .project-media video {
	display: block;
	height: 100%;
	width: 100%;
}

.site-footer {
	border-radius: 0 !important;
}

.site-footer .footer-brand {
	justify-self: start !important;
	text-align: left !important;
}

.site-footer .footer-tag,
.footer-brand-sub {
	white-space: nowrap;
}

@media (min-width: 861px) and (max-width: 1320px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(380px, .5fr) minmax(410px, .5fr) !important;
	}

	.tk-final-page .name {
		font-size: clamp(82px, 10vw, 136px) !important;
	}

	.tk-final-page .photo-zone {
		align-self: end !important;
		height: clamp(520px, 70svh, 720px) !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(58px, 7.6vw, 96px) !important;
		line-height: .9 !important;
	}

	.contact-hero {
		grid-template-columns: minmax(90px, .22fr) minmax(0, .78fr) !important;
	}
}

@media (max-width: 700px) {
	.site-footer .footer-tag,
	.footer-brand-sub {
		white-space: normal;
	}
}

/* 0.8.9d: true final pass after the legacy layer. */
:root {
	--accent: var(--tk-accent, #9058ff);
	--tk-shell: clamp(18px, 4vw, 84px);
}

html,
body {
	max-width: 100%;
	overflow-x: clip !important;
}

.site-loader {
	font-size: clamp(34px, 6.4vw, 96px) !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
}

.site-loader span::before,
.site-loader span::after {
	content: none !important;
	display: none !important;
}

.site-header a,
.site-header .menu a,
.desktop-menu a,
.menu-links a {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.site-header a::before,
.site-header a::after,
.site-header .menu a::before,
.site-header .menu a::after,
.desktop-menu a::before,
.desktop-menu a::after,
.menu-links a::before,
.menu-links a::after {
	content: none !important;
	display: none !important;
}

.desktop-menu a.is-active,
.menu-links a.is-active,
.site-header .current-menu-item > a,
.site-header .current_page_item > a,
.site-header a[aria-current="page"],
.site-header a:hover,
.desktop-menu a:hover,
.menu-links a:hover,
.site-header a:focus-visible {
	color: var(--accent) !important;
}

.tk-final-page .hero-services,
.tk-final-page .hero-domains,
.tk-final-page .hero-skill-list,
.stage .hero-services,
.stage .hero-domains,
.stage .service-list,
.hero-skill-list {
	display: none !important;
}

.tk-final-page .stage {
	align-items: end !important;
	background:
		radial-gradient(circle at 76% 58%, rgba(144, 88, 255, .11), transparent 0 26%, transparent 44%),
		linear-gradient(112deg, #fff 0%, #fff 60%, #f5f5f5 100%) !important;
	column-gap: clamp(34px, 5vw, 96px) !important;
	display: grid !important;
	grid-template-columns: minmax(390px, .46fr) minmax(520px, .54fr) !important;
	min-height: calc(100svh - var(--tk-header-h, 96px)) !important;
	overflow: hidden !important;
	padding: clamp(38px, 4.2vw, 70px) var(--tk-shell) 0 !important;
	position: relative !important;
}

.tk-final-page .copy {
	align-items: flex-start !important;
	align-self: center !important;
	gap: clamp(18px, 1.7vw, 30px) !important;
	max-width: 760px !important;
	padding-bottom: clamp(56px, 6vw, 104px) !important;
	position: relative !important;
	z-index: 2 !important;
}

.tk-final-page .kicker {
	align-self: flex-start !important;
	border-radius: 10px !important;
	line-height: 1 !important;
	margin: 0 0 clamp(24px, 2.8vw, 44px) !important;
	max-width: max-content !important;
	padding: 12px 22px !important;
	transform: none !important;
	white-space: nowrap !important;
}

.tk-final-page .name {
	font-size: clamp(86px, 9.8vw, 166px) !important;
	letter-spacing: 0 !important;
	line-height: .84 !important;
	max-width: 7.2ch !important;
	overflow: visible !important;
}

.tk-final-page .name span {
	display: block !important;
	overflow: visible !important;
}

.tk-final-page .photo-zone {
	bottom: 0 !important;
	height: clamp(560px, 78svh, 860px) !important;
	overflow: visible !important;
	position: absolute !important;
	right: clamp(0px, 3vw, 74px) !important;
	width: min(53vw, 820px) !important;
}

.tk-final-page .portrait {
	bottom: 0 !important;
	height: min(var(--tk-hero-portrait-size, 118%), 970px) !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center bottom !important;
	position: absolute !important;
	right: clamp(-46px, -2vw, -12px) !important;
	width: auto !important;
}

.logofolio .logo-grid {
	display: grid !important;
	gap: clamp(14px, 1.4vw, 24px) !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.logofolio .logo-card {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.7vw, 28px) !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.logofolio .logo-card img {
	display: block !important;
	height: 100% !important;
	object-fit: contain !important;
	padding: clamp(24px, 2.4vw, 42px) !important;
	width: 100% !important;
}

.contact-hero,
.projects-section .projects-head,
.tk-projects-page .hero {
	grid-template-columns: minmax(88px, .16fr) minmax(0, .84fr) !important;
}

.contact-hero .hero-title,
.contact-hero .hero-copy {
	grid-column: 2 !important;
	justify-self: start !important;
	text-align: left !important;
	transform: none !important;
}

.projects-section .projects-title,
.tk-projects-page .hero-title,
.contact-hero .hero-title,
.project-detail-hero h1 {
	font-size: clamp(54px, 6.2vw, 108px) !important;
	font-weight: 620 !important;
	line-height: .95 !important;
	max-width: 1160px !important;
	overflow-wrap: normal !important;
	text-wrap: balance !important;
	word-break: normal !important;
}

.contact-hero .hero-copy {
	font-size: clamp(22px, 2.05vw, 36px) !important;
	font-weight: 500 !important;
	line-height: 1.18 !important;
	max-width: 820px !important;
}

.project-grid,
.home-project-grid {
	display: grid !important;
	gap: clamp(20px, 2.25vw, 40px) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.project-card a {
	aspect-ratio: 8 / 5 !important;
	background: #fff !important;
	border-radius: clamp(18px, 1.8vw, 30px) !important;
	box-shadow: none !important;
	color: #050505 !important;
	display: block !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
}

.project-card a::before,
.project-card a::after,
.project-card .project-media::before,
.project-card .project-media::after,
.project-card.has-motion-indicator:not(.has-video-preview) .project-media::after {
	content: none !important;
	display: none !important;
}

.project-card .project-media,
.project-card.has-video-preview .project-media {
	background: #fff !important;
	border-radius: inherit !important;
	inset: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	z-index: 1 !important;
}

.project-card .project-media img,
.project-card .project-media video,
.project-card.has-video-preview video {
	background: #fff !important;
	display: block !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: var(--project-card-position, 50% 50%) !important;
	padding: 0 !important;
	width: 100% !important;
}

.project-card.has-video-preview .project-media,
.project-card.has-video-preview video {
	background: #030303 !important;
}

.project-card .project-top,
.project-card.has-video-preview .project-top {
	align-items: center !important;
	background: rgba(255, 255, 255, .9) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .08) !important;
	display: flex !important;
	gap: 10px !important;
	inset: clamp(12px, 1vw, 18px) clamp(12px, 1vw, 18px) auto !important;
	justify-content: space-between !important;
	padding: 9px 14px !important;
	position: absolute !important;
	width: auto !important;
	z-index: 3 !important;
}

.project-card-title {
	color: #050505 !important;
	font-size: clamp(13px, .95vw, 18px) !important;
	font-weight: 650 !important;
	line-height: 1.04 !important;
	max-width: min(72%, 560px) !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.project-card-category {
	color: rgba(0, 0, 0, .58) !important;
	font-size: clamp(10px, .75vw, 13px) !important;
	font-weight: 560 !important;
	line-height: 1.04 !important;
	white-space: nowrap !important;
}

.project-card-animation-unreal-engine .project-top,
.project-card-seigneur-des-anneaux-gaming-motion .project-top {
	background: rgba(5, 5, 5, .68) !important;
	border-color: rgba(255, 255, 255, .14) !important;
}

.project-card-animation-unreal-engine .project-card-title,
.project-card-animation-unreal-engine .project-card-category,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-title,
.project-card-seigneur-des-anneaux-gaming-motion .project-card-category {
	color: #fff !important;
}

.services-panel {
	background: #030303 !important;
	border-radius: 0 !important;
	max-width: none !important;
	padding: clamp(48px, 5vw, 78px) clamp(30px, 5vw, 92px) !important;
	width: 100% !important;
}

.services-title {
	font-size: clamp(44px, 5vw, 82px) !important;
	font-weight: 580 !important;
	line-height: .98 !important;
}

.services-list-menu summary,
.service-item summary {
	align-items: center !important;
	cursor: pointer !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	list-style: none !important;
	min-height: clamp(56px, 4.2vw, 76px) !important;
	padding: clamp(15px, 1.6vw, 24px) 0 !important;
}

.services-list-menu summary::-webkit-details-marker,
.service-item summary::-webkit-details-marker {
	display: none !important;
}

.service-heading {
	font-size: clamp(22px, 2.15vw, 36px) !important;
	font-weight: 500 !important;
	line-height: 1.04 !important;
}

.service-toggle {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .86) !important;
	display: flex !important;
	font-size: 0 !important;
	height: 32px !important;
	justify-content: center !important;
	margin-left: clamp(16px, 3vw, 52px) !important;
	min-width: 32px !important;
	position: relative !important;
	width: 32px !important;
}

.service-toggle::before,
.service-toggle::after {
	background-color: currentColor !important;
	content: "" !important;
	display: block !important;
	height: 2px !important;
	left: 50% !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 24px !important;
}

.service-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.service-item[open] .service-toggle::after {
	opacity: 0 !important;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
}

.service-item:not([open]) .service-content {
	display: none !important;
}

.service-content {
	display: grid !important;
	gap: clamp(22px, 3vw, 54px) !important;
	grid-template-columns: minmax(132px, .16fr) minmax(0, .84fr) !important;
	padding: 0 0 clamp(22px, 2.4vw, 38px) !important;
}

.service-media {
	background: var(--service-thumb-bg, #fff) !important;
	border-radius: 14px !important;
	height: clamp(82px, 7.2vw, 126px) !important;
	max-width: 220px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.service-media img {
	height: 100% !important;
	object-fit: var(--service-thumb-fit, cover) !important;
	object-position: var(--service-thumb-position, 50% 50%) !important;
	padding: var(--service-thumb-padding, 0) !important;
	width: 100% !important;
}

.service-copy p {
	font-size: clamp(16px, 1.1vw, 21px) !important;
	font-weight: 440 !important;
	line-height: 1.34 !important;
	max-width: 760px !important;
}

.site-footer {
	background: #000 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

.footer-main {
	gap: clamp(28px, 4vw, 72px) !important;
	padding: clamp(46px, 5vw, 86px) var(--tk-shell) clamp(42px, 5vw, 76px) !important;
}

.footer-brand-block {
	align-items: flex-start !important;
	justify-self: start !important;
	max-width: 100% !important;
	text-align: left !important;
}

.footer-brand-word {
	font-size: clamp(46px, 6.4vw, 104px) !important;
	font-weight: 540 !important;
	line-height: .88 !important;
	white-space: nowrap !important;
}

.footer-brand-sub {
	font-size: clamp(22px, 2.4vw, 38px) !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

@media (max-width: 1180px) {
	.tk-final-page .stage {
		grid-template-columns: minmax(310px, .48fr) minmax(360px, .52fr) !important;
		min-height: auto !important;
	}

	.tk-final-page .name {
		font-size: clamp(76px, 10.5vw, 132px) !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(460px, 68svh, 680px) !important;
		width: min(52vw, 660px) !important;
	}

	.tk-final-page .portrait {
		height: 112% !important;
		right: -4vw !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.project-grid,
	.home-project-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 860px) {
	:root {
		--tk-header-h: 74px;
		--tk-shell: clamp(18px, 5vw, 28px);
	}

	.tk-final-page .stage {
		display: flex !important;
		flex-direction: column !important;
		gap: 26px !important;
		min-height: auto !important;
		padding-top: 26px !important;
	}

	.tk-final-page .copy {
		max-width: none !important;
		order: 1 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}

	.tk-final-page .photo-zone {
		height: clamp(315px, 82vw, 520px) !important;
		min-height: 0 !important;
		order: 2 !important;
		overflow: hidden !important;
		position: relative !important;
		right: auto !important;
		width: 100% !important;
	}

	.tk-final-page .portrait {
		height: 106% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}

	.tk-final-page .name {
		font-size: clamp(58px, 17vw, 104px) !important;
	}

	.tk-final-page .lead {
		font-size: clamp(18px, 4.9vw, 24px) !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.contact-hero,
	.projects-section .projects-head,
	.tk-projects-page .hero,
	.project-detail-hero,
	.case-intro {
		grid-template-columns: 1fr !important;
		padding-left: var(--tk-shell) !important;
		padding-right: var(--tk-shell) !important;
	}

	.contact-hero .hero-title,
	.contact-hero .hero-copy,
	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.project-detail-hero h1 {
		grid-column: 1 !important;
		transform: none !important;
	}

	.projects-section .projects-title,
	.tk-projects-page .hero-title,
	.contact-hero .hero-title,
	.project-detail-hero h1 {
		font-size: clamp(46px, 13.2vw, 78px) !important;
		overflow-wrap: break-word !important;
	}

	.project-card a {
		aspect-ratio: 8 / 5 !important;
		border-radius: 22px !important;
	}

	.project-card .project-top,
	.project-card.has-video-preview .project-top {
		align-items: flex-start !important;
		border-radius: 16px !important;
		flex-direction: column !important;
		gap: 4px !important;
		inset: 12px 12px auto !important;
	}

	.project-card-title,
	.project-card-category {
		white-space: normal !important;
	}

	.services-panel {
		padding: clamp(34px, 9vw, 54px) var(--tk-shell) !important;
	}

	.services-title {
		font-size: clamp(42px, 12.5vw, 72px) !important;
	}

	.service-heading {
		font-size: clamp(22px, 6.2vw, 32px) !important;
	}

	.service-content {
		grid-template-columns: 1fr !important;
	}

	.service-media {
		height: clamp(118px, 36vw, 190px) !important;
		max-width: 260px !important;
	}

	.footer-main {
		grid-template-columns: 1fr !important;
	}

	.footer-brand-word {
		font-size: clamp(42px, 13vw, 74px) !important;
	}

	.footer-brand-sub {
		font-size: clamp(22px, 6vw, 32px) !important;
	}
}

@media (max-width: 520px) {
	.tk-final-page .actions,
	.profile-hero-actions {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.tk-final-page .actions .button,
	.profile-hero-actions .button,
	.profile-hero-actions .button-dark {
		justify-content: center !important;
		width: 100% !important;
	}

	.logofolio .logo-grid {
		grid-template-columns: 1fr !important;
	}

	.site-loader {
		font-size: clamp(30px, 12vw, 52px) !important;
	}
}

/* v0.9.6 - final services accordion icon reset */
.services-section .services-list-menu .service-item summary,
.services-list-menu .service-item summary,
.service-item summary {
	align-items: center !important;
	display: grid !important;
	gap: clamp(18px, 2.4vw, 36px) !important;
	grid-template-columns: minmax(0, 1fr) 44px !important;
}

.services-section .services-list-menu .service-toggle,
.services-list-menu .service-toggle,
.service-toggle {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .9) !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 44px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 44px !important;
	min-width: 44px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	width: 44px !important;
}

.services-section .services-list-menu .service-toggle::before,
.services-list-menu .service-toggle::before,
.service-toggle::before {
	background: transparent !important;
	color: currentColor !important;
	content: "\002B" !important;
	display: block !important;
	font-size: clamp(28px, 2vw, 34px) !important;
	font-weight: 300 !important;
	height: auto !important;
	inset: auto !important;
	letter-spacing: 0 !important;
	line-height: .9 !important;
	opacity: 1 !important;
	position: static !important;
	text-align: center !important;
	transform: none !important;
	width: auto !important;
}

.services-section .services-list-menu .service-toggle::after,
.services-section .services-list-menu .service-item[open] .service-toggle::after,
.services-section .services-list-menu .service-item.is-open .service-toggle::after,
.services-list-menu .service-toggle::after,
.service-toggle::after,
.service-item[open] .service-toggle::after,
.service-item.is-open .service-toggle::after {
	background: transparent !important;
	content: "" !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	transform: none !important;
	width: 0 !important;
}

.services-section .services-list-menu .service-item[open] .service-toggle::before,
.services-section .services-list-menu .service-item.is-open .service-toggle::before,
.services-list-menu .service-item[open] .service-toggle::before,
.services-list-menu .service-item.is-open .service-toggle::before,
.service-item[open] .service-toggle::before,
.service-item.is-open .service-toggle::before {
	content: "\2212" !important;
	font-size: clamp(32px, 2.2vw, 38px) !important;
	line-height: .75 !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 860px) {
	.services-section .services-list-menu .service-item summary,
	.services-list-menu .service-item summary,
	.service-item summary {
		grid-template-columns: minmax(0, 1fr) 38px !important;
	}

	.services-section .services-list-menu .service-toggle,
	.services-list-menu .service-toggle,
	.service-toggle {
		height: 38px !important;
		min-height: 38px !important;
		min-width: 38px !important;
		width: 38px !important;
	}
}
