.project-layout{max-width:var(--layout-max-width);margin:0 auto;padding:2rem var(--layout-pad-x) 5rem;box-sizing:border-box}.project-back-link{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.5rem;color:#5a5fca;font-weight:600;text-decoration:none}.project-back-link:hover{text-decoration:underline}.project-hero-kicker{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5a5fca;margin:0 0 .5rem}.project-services{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 1.5rem;padding:0}.project-services li{padding:.35rem .85rem;border-radius:9999px;background:rgb(90 95 202 / .1);border:1px solid rgb(90 95 202 / .2);font-size:.8rem;font-weight:600;color:var(--text-primary,#1e293b)}[data-theme="dark"] .project-services li{background:rgb(90 95 202 / .15);border-color:rgb(255 255 255 / .1);color:#f1f5f9}.project-featured{margin-bottom:1.5rem;border-radius:1rem;overflow:hidden}.project-featured img{display:block;width:100%;height:auto}.project-lead{font-size:1.15rem;line-height:1.7;color:var(--text-secondary,#64748b);margin:0 0 1.5rem}.project-content{margin-bottom:2.5rem}.project-related{margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(90 95 202 / .15)}.project-related h2{font-size:1.25rem;margin-bottom:1rem}.project-related-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.project-related-list a{font-weight:700;color:#5a5fca;text-decoration:none}.project-related-list a:hover{text-decoration:underline}.project-related-list p{margin:.25rem 0 0;font-size:.9rem;color:var(--text-secondary,#64748b)}.project-gallery{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgb(90 95 202 / .15)}.project-gallery-header h2{font-size:1.35rem;margin:0 0 .35rem}.project-gallery-lead{margin:0 0 1.25rem;font-size:.95rem;color:var(--text-secondary,#64748b)}.project-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;list-style:none;margin:0;padding:0}@media (min-width:768px){.project-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.project-gallery-item{min-width:0}.project-gallery-trigger{display:flex;flex-direction:column;width:100%;padding:0;border:0;background:#fff0;cursor:pointer;text-align:left;color:inherit}.project-gallery-frame{display:flex;align-items:center;justify-content:center;width:100%;min-height:120px;padding:.75rem;border-radius:.75rem;background:var(--bg-card,#fff);border:1px solid rgb(90 95 202 / .15);transition:border-color 0.2s,box-shadow 0.2s,transform 0.15s;overflow:hidden}[data-theme="dark"] .project-gallery-frame{background:#1a162e;border-color:rgb(255 255 255 / .08)}.project-gallery-trigger:hover .project-gallery-frame,.project-gallery-trigger:focus-visible .project-gallery-frame{border-color:rgb(90 95 202 / .45);box-shadow:0 8px 24px rgb(90 95 202 / .12);transform:translateY(-2px)}.project-gallery-frame img{display:block;max-width:100%;height:auto;max-height:180px;object-fit:contain}.project-gallery-frame--display-ad{background:linear-gradient(145deg,rgb(20 20 20 / .04),rgb(90 95 202 / .06))}.project-gallery-caption{display:block;margin-top:.5rem;font-size:.8rem;color:var(--text-secondary,#64748b)}.project-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;background:rgb(10 10 20 / .88);backdrop-filter:blur(6px)}.project-lightbox[hidden]{display:none!important}.project-lightbox-figure{margin:0;max-width:min(920px, 92vw);max-height:85vh;display:flex;flex-direction:column;align-items:center}.project-lightbox-img{display:block;max-width:100%;max-height:75vh;width:auto;height:auto;border-radius:.5rem;box-shadow:0 16px 48px rgb(0 0 0 / .35)}.project-lightbox-caption{margin-top:.75rem;color:#e2e8f0;font-size:.9rem;text-align:center}.project-lightbox-close,.project-lightbox-prev,.project-lightbox-next{position:absolute;border:0;background:rgb(255 255 255 / .12);color:#fff;cursor:pointer;border-radius:9999px;line-height:1;transition:background 0.2s}.project-lightbox-close{top:1rem;right:1rem;width:2.5rem;height:2.5rem;font-size:1.5rem}.project-lightbox-prev,.project-lightbox-next{top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;font-size:1.75rem}.project-lightbox-prev{left:1rem}.project-lightbox-next{right:1rem}.project-lightbox-close:hover,.project-lightbox-prev:hover,.project-lightbox-next:hover,.project-lightbox-close:focus-visible,.project-lightbox-prev:focus-visible,.project-lightbox-next:focus-visible{background:rgb(255 255 255 / .22)}.project-archive-wrap{max-width:var(--layout-max-width);margin:0 auto;padding:2rem var(--layout-pad-x) 5rem;box-sizing:border-box}.project-archive-jump{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.project-archive-jump-link{display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:9999px;border:1px solid rgb(90 95 202 / .25);background:rgb(90 95 202 / .06);color:var(--text-primary,#1e293b);font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color 0.2s,background 0.2s,color 0.2s}.project-archive-jump-link:hover{border-color:rgb(90 95 202 / .45);background:rgb(90 95 202 / .12);color:#5a5fca}[data-theme="dark"] .project-archive-jump-link{border-color:rgb(255 255 255 / .12);background:rgb(255 255 255 / .04);color:#e2e8f0}[data-theme="dark"] .project-archive-jump-link:hover{border-color:rgb(123 127 255 / .45);color:#b8bcff}.project-archive-section{scroll-margin-top:6rem}.project-archive-section+.project-archive-section{margin-top:3.5rem;padding-top:3.5rem;border-top:1px solid rgb(90 95 202 / .12)}[data-theme="dark"] .project-archive-section+.project-archive-section{border-top-color:rgb(255 255 255 / .08)}.project-archive-section-header{max-width:42rem;margin-bottom:1.75rem}.project-archive-section-title{font-size:clamp(1.35rem, 2.5vw, 1.75rem);font-weight:800;margin:0 0 .75rem;color:var(--text-primary,#1e293b)}[data-theme="dark"] .project-archive-section-title{color:#f1f5f9}.project-archive-section-intro{margin:0;font-size:1rem;line-height:1.65;color:var(--text-secondary,#64748b)}.project-archive-grid{display:grid;gap:1.75rem}@media (min-width:640px){.project-archive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.project-archive-grid{grid-template-columns:repeat(3,1fr)}}.project-card{display:flex;flex-direction:column;background:var(--bg-card,#fff);border:1px solid rgb(90 95 202 / .15);border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:border-color 0.2s,box-shadow 0.2s}[data-theme="dark"] .project-card{background:#1a162e;border-color:rgb(255 255 255 / .08)}.project-card:hover{border-color:rgb(90 95 202 / .4);box-shadow:0 8px 24px rgb(90 95 202 / .1)}.project-card-img{aspect-ratio:16 / 9;background:rgb(90 95 202 / .08);overflow:hidden;display:flex;align-items:center;justify-content:center}.project-card-img img{width:100%;height:100%;object-fit:cover}.project-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgb(90 95 202 / .12),rgb(232 93 4 / .08))}.project-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.project-card-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem;margin:0 0 .65rem}.project-card-type{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:9999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.project-card-type--client{background:rgb(90 95 202 / .12);color:#5a5fca}.project-card-type--maison{background:rgb(255 138 0 / .12);color:#c45f00}[data-theme="dark"] .project-card-type--client{background:rgb(123 127 255 / .16);color:#b8bcff}[data-theme="dark"] .project-card-type--maison{background:rgb(255 138 0 / .16);color:#ffb366}.project-card-client{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary,#64748b);margin:0}.project-card-title{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary,#1e293b)}[data-theme="dark"] .project-card-title{color:#f1f5f9}.project-card-excerpt{font-size:.9rem;line-height:1.6;color:var(--text-secondary,#64748b);margin:0}.project-archive-empty{text-align:center;color:var(--text-secondary,#64748b)}.project-section--pro .slider-item-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5a5fca;margin:0 0 .35rem}.project-section--pro .slider-item-client{color:var(--text-muted,#64748b);font-weight:600}.project-section--pro .slider-item-img{position:relative;overflow:hidden}.project-section--pro .slider-item-img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;padding:0;background:#fff0}.project-section--pro .slider-item-img img.slider-item-logo{object-fit:cover;object-position:center center;padding:0}[data-theme="dark"] .project-section--pro .slider-item-img img.slider-item-logo{background:#fff0}.project-section--pro .slider-nav{margin-top:1.25rem}@media (min-width:768px){.project-section--pro .slider-nav{margin-top:1.5rem}}