.projets-page{min-height:100vh;padding:clamp(40px,7vw,72px) clamp(16px,4vw,40px) clamp(56px,10vw,96px);box-sizing:border-box}.projets-index{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(40px,7vw,64px)}.projets-hero{position:relative;padding:0 0 0 clamp(18px,3vw,28px);border-left:4px solid var(--pj-olive);animation:pjFadeUp .65s var(--pj-ease) both}.projets-hero__meta{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px 20px;margin-bottom:clamp(14px,3vw,22px)}.projets-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:2.8px;text-transform:uppercase;color:var(--pj-olive);margin:0}.projets-eyebrow .eyebrow-line{display:inline-block;width:22px;height:1.5px;background:var(--pj-olive);border-radius:99px;opacity:.5}.projets-hero__stat{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pj-muted)}.projets-hero__stat strong{color:var(--pj-olive);font-weight:800}.projets-title{margin:0 0 clamp(16px,3vw,28px);font-variant:small-caps;line-height:.95}.projets-title__line{display:block;font-size:clamp(2.2rem,6vw,3.2rem);font-weight:300;letter-spacing:-.5px;color:var(--pj-sub)}.projets-title__line--accent{font-size:clamp(3rem,8.5vw,5rem);font-weight:900;letter-spacing:-4px;margin-top:.02em}.projets-title__line--accent em{font-style:normal;background:linear-gradient(118deg,var(--pj-text) 0%,var(--pj-olive) 38%,var(--pj-gold) 78%,var(--pj-gold-l) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projets-hero__lead{font-size:clamp(1rem,2.1vw,1.15rem);font-weight:400;color:var(--pj-sub);line-height:1.72;max-width:52ch;margin:0}.projets-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2.5vw,20px);width:100%}.projets-board .projet-card:nth-child(1){grid-column:1 / -1}.projets-board .projet-card:nth-child(4){grid-column:1 / -1}@media(max-width:720px){.projets-board{grid-template-columns:1fr}.projets-board .projet-card:nth-child(1),.projets-board .projet-card:nth-child(4){grid-column:1}}.projets-index .projet-card{position:relative;display:flex;flex-direction:column;min-height:0;background:var(--pj-card);backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25);border:1px solid var(--pj-border);border-radius:16px;overflow:hidden;text-decoration:none;color:var(--pj-text);box-shadow:0 2px 16px var(--pj-shadow);transition:transform .38s var(--pj-spring),box-shadow .32s var(--pj-ease),border-color .28s var(--pj-ease),background .28s var(--pj-ease);animation:pjCardIn .6s var(--pj-spring) backwards}.projets-index .projet-card:nth-child(1){animation-delay:.08s}.projets-index .projet-card:nth-child(2){animation-delay:.16s}.projets-index .projet-card:nth-child(3){animation-delay:.24s}.projets-index .projet-card:nth-child(4){animation-delay:.32s}.projets-index .projet-card:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--pj-olive),var(--pj-gold));opacity:.55;transition:opacity .3s var(--pj-ease),width .3s var(--pj-ease);pointer-events:none}.projets-index .projet-card:hover:before{opacity:1;width:5px}.projets-index .projet-card:hover{transform:translateY(-4px);border-color:var(--pj-border-h);box-shadow:0 20px 48px var(--pj-shadow),0 0 0 1px #8f9b6b14;background:var(--pj-card-h)}.projets-index .projet-card:not(.pc-soon):after{content:attr(data-index);position:absolute;top:18px;right:14px;font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--pj-muted);opacity:.55;pointer-events:none;z-index:1;transition:opacity .25s ease,color .25s ease}.projets-index .projet-card:not(.pc-soon):hover:after{opacity:.9;color:var(--pj-olive)}.projets-board .projet-card:nth-child(1){min-height:260px}.projets-board .projet-card:nth-child(1) .pc-body{padding:4px 22px 24px;display:grid;grid-template-columns:minmax(72px,92px) minmax(0,1fr);grid-template-areas:"icon title" "icon desc";gap:8px 20px;align-items:start;flex:1}.projets-board .projet-card:nth-child(1) .pc-icon{grid-area:icon;width:100%;max-width:92px;height:92px;border-radius:14px;margin:0 auto}.projets-board .projet-card:nth-child(1) .pc-icon svg{width:56px;height:56px}.projets-board .projet-card:nth-child(1) .pc-name{grid-area:title;align-self:end;font-size:clamp(1.75rem,3.5vw,2.1rem)}.projets-board .projet-card:nth-child(1) .pc-desc{grid-area:desc}.projets-board .projet-card:nth-child(1) .pc-foot{padding:16px 22px 20px}@media(max-width:560px){.projets-board .projet-card:nth-child(1) .pc-body{grid-template-columns:1fr;grid-template-areas:"icon" "title" "desc"}.projets-board .projet-card:nth-child(1) .pc-icon{max-width:72px;height:72px}}.projets-board .projet-card:nth-child(2),.projets-board .projet-card:nth-child(3){min-height:300px}.projets-index .pc-ghost-letter{position:absolute;bottom:-8px;right:8px;font-size:clamp(4rem,12vw,6.5rem);font-weight:900;letter-spacing:-4px;color:var(--pj-olive);opacity:.06;pointer-events:none;font-variant:small-caps;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;transition:opacity .35s ease}.projets-index .projet-card:hover .pc-ghost-letter{opacity:.09}.projets-index .pc-tag-row{display:flex;gap:7px;padding:18px 22px 12px;flex-wrap:wrap}.projets-index .projet-card:not(.pc-soon) .pc-tag-row{padding-right:3rem}.projets-index .pc-tag{font-size:9px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase;padding:5px 11px;border-radius:99px;color:var(--pj-olive);background:#8f9b6b1a;border:1px solid rgba(143,155,107,.22)}.projets-index .pc-tag-alt{color:var(--pj-gold);background:#b7a66a1a;border-color:#b7a66a3d}.projets-board .projet-card:nth-child(2) .pc-body,.projets-board .projet-card:nth-child(3) .pc-body,.projets-index .pc-soon .pc-body{padding:0 22px 16px;display:flex;flex-direction:column;gap:12px;flex:1}.projets-index .pc-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(145deg,#8f9b6b24,#b7a66a14);border:1px solid var(--pj-border);display:flex;align-items:center;justify-content:center;color:var(--pj-olive);transition:transform .35s var(--pj-spring),background .3s ease,border-color .3s ease,color .3s ease}.projets-index .pc-icon svg{width:30px;height:30px}.projets-index .projet-card:hover .pc-icon{background:linear-gradient(135deg,var(--pj-olive),var(--pj-gold));border-color:transparent;color:#fff;transform:scale(1.04) rotate(-3deg);box-shadow:0 8px 22px var(--pj-glow)}.projets-index .pc-icon-dim{opacity:.45}.projets-index .pc-name{font-size:1.45rem;font-weight:900;letter-spacing:-1.2px;color:var(--pj-text);margin:0;line-height:1.08;font-variant:small-caps;transition:color .22s ease}.projets-index .projet-card:hover .pc-name{color:var(--pj-olive-d)}.projets-index .pc-name-dim{color:var(--pj-muted)!important}.projets-index .pc-desc{font-size:.9rem;color:var(--pj-sub);line-height:1.65;margin:0}.projets-index .pc-desc-dim{opacity:.65}.projets-index .pc-foot{margin-top:auto;padding:14px 22px 18px;border-top:1px solid var(--pj-border);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.projets-index .pc-meta{display:flex;flex-wrap:wrap;gap:10px 14px}.projets-index .pc-meta-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--pj-muted);font-weight:500}.projets-index .pc-meta-item svg{width:13px;height:13px;color:var(--pj-olive);opacity:.65;flex-shrink:0}.projets-index .pc-cta{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;letter-spacing:.2px;color:var(--pj-olive);white-space:nowrap;transition:gap .25s var(--pj-spring)}.projets-index .pc-cta svg{width:15px;height:15px;transition:transform .28s var(--pj-spring)}.projets-index .projet-card:hover .pc-cta{gap:10px}.projets-index .projet-card:hover .pc-cta svg{transform:translate(3px)}.projets-index .pc-soon{cursor:default;opacity:.92;border-style:dashed;align-items:center;text-align:center;min-height:0;padding-bottom:8px}.projets-index .pc-soon:before{opacity:.35}.projets-index .pc-soon:hover{transform:none;box-shadow:0 2px 16px var(--pj-shadow);background:var(--pj-card)}.projets-index .pc-soon:after{display:none}.projets-index .pc-soon .pc-tag-row{justify-content:center}.projets-index .pc-soon .pc-body{align-items:center;padding-bottom:28px}.projets-index .pc-soon .pc-icon{transform:none}.projets-index .pc-soon:hover .pc-icon{background:linear-gradient(145deg,#8f9b6b24,#b7a66a14);color:var(--pj-olive);box-shadow:none}.dark .projets-index .projet-card:hover{box-shadow:0 20px 48px var(--pj-shadow),0 0 0 1px #829bbe1a}.dark .projets-index .pc-tag{background:#7891b91a;border-color:#8ca5c338}.dark .projets-index .pc-icon,.dark .projets-index .pc-soon:hover .pc-icon{background:linear-gradient(145deg,#7891b929,#5a6e8c14)}.sepia .projets-page{position:relative}.sepia .projets-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:radial-gradient(ellipse 75% 45% at 50% -15%,rgba(180,150,95,.11),transparent 52%),radial-gradient(ellipse 50% 40% at 100% 40%,rgba(155,125,78,.06),transparent 50%)}.sepia .projets-index .projet-card:hover{box-shadow:0 20px 48px var(--pj-shadow),0 0 0 1px #7a6a421a}html.capaci .projets-index .projet-card:hover{box-shadow:0 20px 48px var(--pj-shadow),0 0 0 1px #667eea1a}html.capaci .projets-index .pc-tag{background:#667eea1a;border-color:#667eea3d}html.capaci .projets-index .pc-tag-alt{background:#764ba21a;border-color:#9b78c847}html.capaci .projets-index .pc-icon,html.capaci .projets-index .pc-soon:hover .pc-icon{background:linear-gradient(145deg,#667eea29,#764ba214)}@media(prefers-reduced-motion:reduce){.projets-index .projet-card{animation:none}.projets-index .projet-card:hover{transform:none}}
