/* Compléments pour les projets administrables. Les styles d’origine restent inchangés. */
.project-marquee {
  width: 100%;
  overflow: hidden;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
}

.project-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: projects-scroll 42s linear infinite;
}

.project-marquee:hover .project-track {
  animation-play-state: paused;
}

.project-marquee .project {
  width: min(400px, calc(100vw - 48px));
  min-height: 380px;
  flex: 0 0 min(400px, calc(100vw - 48px));
}

@keyframes projects-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}

.project-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.remove {
  border: 0;
  background: transparent;
  color: #9a321d;
  font: 600 .78rem Inter, Arial, sans-serif;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 520px) {
  .project-marquee .project { min-height: 295px; }
}

@media (prefers-reduced-motion: reduce) {
  .project-track { animation: none; }
}

.section-action { margin-top: 28px; }
.about-link { margin-top: 26px; }

.case-page, .about-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.case-nav { background: var(--ink); border-top: 8px solid var(--yellow); color: var(--white); }
.case-nav .wrap { min-height: 80px; display: flex; align-items: center; gap: 26px; }
.case-nav .brand { margin-right: auto; }
.case-nav a:not(.brand) { font-size: .85rem; font-weight: 600; }
.case-nav a:not(.brand):hover { color: var(--yellow); }
.case-hero { min-height: 360px; padding: 90px 0 70px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.case-hero h1, .about-page-hero h1, .case-detail-hero h1 { margin: 12px 0 0; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.07em; }
.case-hero p, .about-page-hero p { margin: 0; color: #5c5f65; font-size: 1.05rem; line-height: 1.7; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 100px; }
.case-card { min-height: 390px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: linear-gradient(135deg,#35371d,#111214); color: #fff; background-size: cover; background-position: center; transition: transform .24s ease, box-shadow .24s ease; }
.case-card:nth-child(3n+2) { background: linear-gradient(135deg,#35383d,#111214); }.case-card:nth-child(3n) { background: linear-gradient(135deg,#464851,#111214); }
.case-card:hover { transform: translateY(-6px); box-shadow: 0 18px 32px rgba(0,0,0,.2); }
.case-card > span { align-self: flex-start; padding: 7px 9px; background: var(--yellow); color: var(--ink); font-size: .64rem; font-weight: 700; letter-spacing: .07em; }
.case-card h2 { margin: 0 0 10px; font-size: 1.5rem; letter-spacing: -.05em; }.case-card p { margin: 0 0 18px; color: #dedfe0; line-height: 1.6; }.case-card strong { display:inline-flex; align-self:flex-start; border:1px solid var(--yellow); padding:10px 12px; color: var(--yellow); font-size: .84rem; }
.case-detail-hero { min-height: 510px; display: flex; align-items: end; padding: 70px 0; background: #191b1f; background-size: cover; background-position: center; color: #fff; }.case-detail-hero .wrap { width: min(calc(100% - 48px), var(--max)); }.case-detail-hero h1 { max-width: 800px; }.case-detail-hero p { max-width: 560px; color: #d3d4d5; font-size: 1.1rem; line-height: 1.6; }
.case-detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding: 100px 0; }.case-detail h2, .case-cta h2 { margin: 10px 0 18px; font-size: clamp(2rem,4vw,3.6rem); line-height: 1.04; letter-spacing: -.06em; }.case-detail p { font-size: 1.04rem; line-height: 1.75; color: #55585c; }.case-detail aside { padding: 28px; align-self: start; background: var(--yellow); }.case-detail aside p { color: var(--ink); margin-bottom: 0; }
.case-technologies { padding: 70px 0; background: var(--ink); color: #fff; }.tech-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }.tech-list span { padding: 10px 13px; border: 1px solid #52545a; font-size: .85rem; }
.case-cta { padding: 90px 0; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.about-page-hero { padding: 110px 0 95px; background: var(--yellow); }.about-page-hero h1 { max-width: 850px; }.about-page-hero p { max-width: 720px; color: var(--ink); margin-top: 25px; }
.about-profile { display: grid; grid-template-columns: minmax(260px, 350px) minmax(0, 1fr); align-items: center; gap: clamp(48px, 8vw, 130px); padding: 110px 0; }.about-profile .portrait { width: 100%; aspect-ratio: 1 / 1; font-size: 2.6rem; }.founder-copy { max-width: 700px; }.founder-copy .eyebrow, .team-heading .eyebrow { color: #6c5b00; }.about-profile h2 { margin: 14px 0 8px; font-size: clamp(2.5rem, 4.2vw, 4.6rem); line-height: .98; letter-spacing: -.07em; }.about-profile strong { display: block; color: #373a3e; font-size: .95rem; }.about-profile p { max-width: 650px; margin: 27px 0 0; line-height: 1.8; color: #55585c; font-size: 1.05rem; }
.about-gallery-section { padding: 90px 0 110px; background: #fff; }.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 34px; margin-bottom: 45px; }.gallery-heading h2 { margin: 8px 0 0; font-size: clamp(3rem,6.2vw,6.2rem); line-height: .9; letter-spacing: -.08em; }.gallery-heading p { max-width: 330px; margin: 0; color: #5c5f65; font-size: .95rem; line-height: 1.65; }.gallery-search { height: 84px; max-width: 760px; display: flex; align-items: center; gap: 16px; padding: 0 27px; border: 1px solid #a9aaad; color: #777b80; }.gallery-search span { font-size: 2rem; line-height: 1; }.gallery-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 1.05rem; }.gallery-search input::placeholder { color: #787b80; }.gallery-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 91px; margin-top: 42px; border-bottom: 1px solid #b8b9ba; }.gallery-toolbar-left, .gallery-toolbar-right { display: flex; align-items: center; gap: 28px; }.gallery-filter-toggle, .gallery-sort, .gallery-layout button { border: 0; background: transparent; color: var(--ink); font: 700 .79rem Inter,Arial,sans-serif; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }.gallery-filter-toggle { display: inline-flex; align-items: center; gap: 9px; }.gallery-filter-toggle span { color: #e00032; font-size: 1.25rem; }.gallery-sort { display: flex; align-items: center; gap: 11px; }.gallery-sort select { border: 0; border-bottom: 1px solid #94969a; padding: 4px 24px 4px 6px; background: transparent; color: inherit; font: inherit; letter-spacing: .07em; text-transform: uppercase; }.gallery-toolbar-right > span { color: #5c5f65; font-size: .92rem; }.gallery-layout { display: flex; gap: 7px; }.gallery-layout button { padding: 5px; color: #777b80; font-size: 1.45rem; line-height: 1; }.gallery-layout button.active { color: #e00032; }.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; padding: 16px 0 22px; }.gallery-filters button { padding: 8px 12px; border: 1px solid #b8b9ba; background: #fff; color: var(--ink); font: 700 .74rem Inter,Arial,sans-serif; cursor: pointer; }.gallery-filters button.active, .gallery-filters button:hover { border-color: var(--ink); background: var(--ink); color: #fff; }.about-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding-top: 40px; }.about-gallery.layout-list { grid-template-columns: 1fr; }.about-gallery-card { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#34363a,#161719); color: var(--yellow); font-size: 1.1rem; font-weight: 700; }.about-gallery-card:nth-child(2n) { background: linear-gradient(135deg,#806f10,#26230e); }.about-gallery.layout-list .about-gallery-card { aspect-ratio: 3.6 / 1; }.about-gallery-card img, .portrait img, .team-member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }.gallery-card-caption { position: absolute; inset: auto 0 0; display: grid; gap: 4px; padding: 34px 15px 14px; color: #fff; background: linear-gradient(transparent,rgba(0,0,0,.8)); opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }.about-gallery-card:hover .gallery-card-caption, .about-gallery.layout-list .gallery-card-caption { opacity: 1; transform: none; }.gallery-card-caption span { color: var(--yellow); font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }.gallery-card-caption strong { font-size: .86rem; }.gallery-empty { margin: 34px 0 0; color: #5c5f65; }
.gallery-editor { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }.gallery-upload .gallery-preview { height: 170px; margin-bottom: 8px; }.gallery-upload .remove { margin-top: 8px; }
.team-photo-upload { width: 200px; margin: 4px 0 8px; }
.about-profile .portrait { background-size: cover; background-position: center; overflow: hidden; position: relative; }
.team-section { padding: 105px 0 120px; background: #111214; color: #fff; }.team-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }.team-heading h2 { margin: 13px 0 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; letter-spacing: -.07em; }.team-heading p { max-width: 410px; margin: 0; color: #b9bbbf; line-height: 1.7; }.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; background: #3c3e42; }.team-member { display: grid; grid-template-rows: auto 1fr; min-height: 100%; background: #181a1d; }.team-member-photo { width: 100%; aspect-ratio: 1.15 / 1; overflow: hidden; position: relative; display: grid; place-items: center; background: linear-gradient(135deg,#34363a,#161719); color: var(--yellow); font-size: 1.4rem; font-weight: 700; }.team-member-copy { position: relative; padding: 30px 30px 34px; }.member-index { display: block; margin-bottom: 42px; color: var(--yellow); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }.team-member h3 { margin: 0 0 7px; font-size: 1.35rem; letter-spacing: -.045em; }.team-member strong { display: block; margin-bottom: 20px; color: var(--yellow); font-size: .78rem; }.team-member p { margin: 0; color: #b9bbbf; font-size: .92rem; line-height: 1.7; }
textarea { width: 100%; min-height: 92px; padding: 12px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: .88rem; resize: vertical; }
.admin-shell { display: flex; align-items: stretch; min-height: 100vh; }
.admin-sidebar { position: fixed; top: 0; left: 0; z-index: 20; display: flex; flex-direction: column; width: 240px; height: 100vh; background: #111214; border-right: 4px solid var(--yellow); }
.admin-sidebar-brand { padding: 26px 20px 16px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-brand strong { display: block; font-size: 1.05rem; letter-spacing: -.03em; }
.admin-sidebar-brand span { display: block; margin-top: 4px; color: #a7a9ad; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.admin-menu { flex: 1; display: flex; flex-direction: column; gap: 5px; padding: 16px 10px; overflow-y: auto; }
.admin-menu > span { padding: 7px 9px 12px; color: #a7a9ad; font-size: .65rem; font-weight: 700; letter-spacing: .09em; }
.admin-menu button { width: 100%; border: 1px solid transparent; border-radius: 4px; padding: 12px 13px; background: transparent; color: #fff; text-align: left; font: 600 .82rem Inter, Arial, sans-serif; cursor: pointer; transition: background .15s ease, color .15s ease; }
.admin-menu button:hover { background: rgba(255,255,255,.08); }
.admin-menu button.active { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.admin-menu-link { display:block; width:100%; border:1px solid transparent; border-radius:4px; padding:12px 13px; color:#fff; text-align:left; font:600 .82rem Inter,Arial,sans-serif; text-decoration:none; transition:background .15s ease,color .15s ease; }
.admin-menu-link:hover { background:rgba(255,255,255,.08); color:#fff; }.admin-menu-link.router-link-active { border-color:var(--yellow); background:var(--yellow); color:var(--ink); }
.admin-sidebar-foot { padding: 16px 20px 22px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-foot a { color: #fff; font-size: .82rem; font-weight: 600; text-decoration: none; }
.admin-sidebar-foot a:hover { color: var(--yellow); }
.admin-content { flex: 1; min-width: 0; margin-left: 240px; padding: 40px min(6vw, 60px) 60px; }
.admin-topbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px; padding-bottom: 27px; }
.admin-topbar h1 { margin: 0 0 10px; font-size: clamp(1.6rem,3vw,2.3rem); letter-spacing: -.06em; }
.admin-topbar p { max-width: 640px; margin: 0; color: #5d5f63; line-height: 1.65; }
.admin-toasts { position: fixed; top: 18px; right: 18px; z-index: 60; display: flex; flex-direction: column; gap: 10px; width: min(320px, calc(100vw - 36px)); }
.admin-toast { position: relative; padding: 14px 34px 14px 16px; background: #fff; border-left: 4px solid var(--ink); box-shadow: 0 10px 28px rgba(0,0,0,.16); font-size: .84rem; line-height: 1.5; animation: toast-in .18s ease; }
.admin-toast.success { border-color: #27673a; }
.admin-toast.error { border-color: #9a321d; }
.admin-toast.info { border-color: var(--yellow); }
.admin-toast .toast-close { position: absolute; top: 6px; right: 8px; border: 0; background: transparent; color: #8a8d92; font-size: 1.1rem; line-height: 1; cursor: pointer; }
.admin-toast .toast-close:hover { color: var(--ink); }
@keyframes toast-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.admin-panel { max-width: 980px; padding: 28px; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.04); }
.admin-panel > h2 { margin: 0 0 8px; font-size: 1.45rem; }.admin-panel > p { margin: 0 0 22px; color: #5d5f63; line-height: 1.6; }
.admin-panel .project-grid { margin: 28px 0; }.admin-panel .project { border: 1px solid #e2dfd8; }
.admin-panel h3 { margin: 34px 0 7px; font-size: 1rem; }.admin-help { font-size: .84rem; }.home-image-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; margin: 16px 0 30px; }.home-image-item { padding: 12px; border: 1px solid #e2dfd8; }.home-image-item strong { display: block; min-height: 38px; font-size: .82rem; }.home-image-preview { height: 160px; margin: 10px 0; }

@media (max-width: 850px) { .case-hero, .case-detail { grid-template-columns: 1fr; gap: 32px; }.case-grid { grid-template-columns: repeat(2, 1fr); }.case-cta { align-items: flex-start; flex-direction: column; }.about-profile { grid-template-columns: 1fr; gap: 25px; } }
@media (max-width: 900px) {
  .admin-sidebar { position: static; width: auto; height: auto; flex-direction: row; align-items: center; border-right: 0; border-bottom: 4px solid var(--yellow); }
  .admin-sidebar-brand { border-bottom: 0; padding: 14px 16px; }
  .admin-menu { flex-direction: row; flex-wrap: wrap; overflow-y: visible; padding: 10px; }
  .admin-menu > span { width: 100%; }
  .admin-menu button { width: auto; flex: 1 1 130px; }
  .admin-menu-link { width:auto; flex:1 1 130px; }
  .admin-sidebar-foot { border-top: 0; padding: 14px 16px; }
  .admin-content { margin-left: 0; padding: 28px 5vw 50px; }
  .admin-panel { padding: 20px; }
}
@media (max-width: 850px) { .about-profile { grid-template-columns: 240px 1fr; gap: 42px; }.team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.team-heading { display: block; }.team-heading p { margin-top: 24px; }.gallery-heading { display: block; margin-bottom: 30px; }.gallery-heading p { margin-top: 20px; }.gallery-search { height: 66px; padding: 0 18px; }.gallery-toolbar { align-items: flex-start; flex-direction: column; gap: 18px; padding: 20px 0; }.gallery-toolbar-left, .gallery-toolbar-right { width: 100%; justify-content: space-between; gap: 12px; }.gallery-toolbar-right > span { font-size: .78rem; }.about-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 26px; }.about-gallery.layout-list { grid-template-columns: 1fr; }.about-gallery.layout-list .about-gallery-card { aspect-ratio: 2 / 1; } }
@media (max-width: 520px) { .case-nav .wrap { min-height: 67px; gap: 14px; }.case-grid { grid-template-columns: 1fr; }.case-hero { padding: 65px 0; }.case-detail, .case-cta, .about-profile, .about-gallery-section { padding: 65px 0; }.case-detail-hero { min-height: 400px; }.about-profile { grid-template-columns: 1fr; gap: 30px; }.about-profile .portrait { max-width: 300px; }.team-section { padding: 70px 0; }.team-grid { grid-template-columns: 1fr; }.team-member-copy { padding: 25px; }.member-index { margin-bottom: 32px; }.gallery-heading h2 { font-size: 3.3rem; }.gallery-toolbar-left { align-items: flex-start; flex-direction: column; }.gallery-sort { font-size: .7rem; }.gallery-layout { margin-left: auto; }.about-gallery { grid-template-columns: 1fr; }.about-gallery-card, .about-gallery.layout-list .about-gallery-card { aspect-ratio: 1 / 1; } }

/* Refinements: calm hierarchy, complete founder portrait, and neutral gallery controls. */
.case-nav { background: #090b0d; }
.case-nav a:not(.brand) { position: relative; padding: 9px 0; }
.case-nav a:not(.brand):hover, .case-nav .nav-current { color: var(--yellow); }
.case-nav .nav-current:after { content: ''; position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; background: var(--yellow); }
.case-nav .site-search-link { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; padding: 0; border: 0; background: transparent; color: #fff; font-size: 2.05rem; line-height: 1; }
.case-nav .site-search-link:after { display: none; }
.case-nav .site-search-link:hover, .case-nav .site-search-link.nav-current { color: var(--yellow); }
.search-page { min-height: 100vh; background: #fff; }.search-hero { padding: 105px 0 80px; background: #f5f3ee; }.search-hero .eyebrow { color: #6c5b00; }.search-hero h1 { max-width: 750px; margin: 14px 0 40px; font-size: clamp(2.7rem,5.8vw,5.5rem); line-height: .95; letter-spacing: -.08em; }.site-search-field { height: 80px; max-width: 800px; display: flex; align-items: center; gap: 17px; padding: 0 25px; border: 1px solid #999b9e; background: #fff; }.site-search-field span { color: #111214; font-size: 2rem; }.site-search-field input { width: 100%; border: 0; outline: 0; color: #111214; font: inherit; font-size: 1.1rem; }.search-results { padding: 58px 0 110px; }.search-count { margin: 0 0 20px; color: #62656a; font-size: .9rem; }.search-result-list { border-top: 1px solid #c6c7c9; }.search-result { display: grid; grid-template-columns: 110px 1fr auto; gap: 25px; align-items: center; padding: 29px 0; border-bottom: 1px solid #c6c7c9; transition: padding .2s ease,color .2s ease; }.search-result:hover { padding-right: 12px; color: #6c5b00; }.search-result > span { color: #6c5b00; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.search-result h2 { margin: 0 0 8px; font-size: 1.4rem; letter-spacing: -.04em; }.search-result p { max-width: 720px; margin: 0; color: #62656a; line-height: 1.6; }.search-result b { font-size: 1.5rem; }.search-empty { padding: 28px 0; color: #62656a; }
.about-profile .portrait { height: auto; aspect-ratio: 4 / 5; }
.about-profile .portrait img { object-position: center top; }
.about-profile h2 { font-size: clamp(2.15rem, 3.3vw, 3.5rem); line-height: 1; letter-spacing: -.06em; }
.team-heading h2, .gallery-heading h2 { font-size: clamp(2.1rem, 3.5vw, 3.4rem); line-height: 1; letter-spacing: -.06em; }
.gallery-heading { display: block; margin-bottom: 40px; }
.gallery-heading h2 { margin: 0; }
.gallery-heading p { max-width: 430px; margin: 16px 0 0; }
.gallery-filter-toggle span { color: var(--ink); }
.gallery-layout button.active { color: var(--ink); }
@media (max-width: 520px) { .gallery-heading h2 { font-size: 2.35rem; } }
@media (max-width: 520px) { .search-hero { padding: 70px 0 55px; }.site-search-field { height: 66px; padding: 0 17px; }.search-result { grid-template-columns: 1fr auto; gap: 10px; }.search-result > span { grid-column: 1 / -1; }.search-result h2 { font-size: 1.2rem; }.search-result p { font-size: .9rem; }.search-result b { grid-column: 2; grid-row: 2; } }
.projects-browser { padding-bottom: 100px; }.projects-browser .case-grid { padding-bottom: 0; }.project-search { height: 68px; max-width: 680px; display: flex; align-items: center; gap: 14px; padding: 0 21px; border: 1px solid #97999c; }.project-search span { font-size: 1.7rem; }.project-search input { width: 100%; border: 0; outline: 0; font: inherit; }.project-filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 30px 0 36px; padding-bottom: 18px; border-bottom: 1px solid #c6c7c9; }.project-filter-bar > div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }.project-filter-bar > div > span { margin-right: 8px; color: #62656a; font-size: .75rem; font-weight: 700; text-transform: uppercase; }.project-filter-bar button { border: 1px solid #b6b8ba; padding: 8px 11px; background: #fff; color: var(--ink); font: 700 .72rem Inter,Arial,sans-serif; cursor: pointer; }.project-filter-bar button:hover, .project-filter-bar button.active { border-color: var(--ink); background: var(--ink); color: #fff; }.project-filter-bar p { margin: 0; color: #62656a; font-size: .85rem; white-space: nowrap; }.project-empty { padding: 28px 0; color: #62656a; }
.search-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid #c6c7c9; }.search-toolbar button { border: 0; background: transparent; color: var(--ink); font: 700 .78rem Inter,Arial,sans-serif; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }.search-toolbar p { margin: 0; color: #62656a; font-size: .9rem; }.search-content { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 50px; }.search-content.filters-hidden { grid-template-columns: 1fr; }.search-filters { display: grid; align-content: start; gap: 13px; padding-right: 20px; border-right: 1px solid #d2d3d4; }.search-filters strong { margin-bottom: 8px; }.search-filters label { font-size: .9rem; cursor: pointer; }.search-filters input { width: 17px; height: 17px; vertical-align: middle; accent-color: #111214; }.search-filters button { justify-self: start; margin-top: 16px; border: 1px solid #111214; padding: 10px 13px; background: #fff; color: #111214; font: 700 .7rem Inter,Arial,sans-serif; cursor: pointer; text-transform: uppercase; }.search-content .search-result-list { border-top: 0; }.search-content .search-empty { border-top: 1px solid #c6c7c9; }
@media (max-width: 720px) { .project-filter-bar { align-items: flex-start; flex-direction: column; }.search-content { grid-template-columns: 1fr; gap: 25px; }.search-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 0 20px; border-right: 0; border-bottom: 1px solid #d2d3d4; }.search-filters strong, .search-filters button { grid-column: 1 / -1; } }
.services-page { min-height: 100vh; background: #fff; }.services-hero { padding: 115px 0 95px; background: #f5f3ee; }.services-hero .eyebrow { color: #6c5b00; }.services-hero h1 { margin: 15px 0 26px; font-size: clamp(3.1rem,6.7vw,6.3rem); line-height: .88; letter-spacing: -.09em; }.services-hero p { max-width: 600px; margin: 0; color: #585b60; font-size: 1.07rem; line-height: 1.75; }.services-list { padding: 20px 0 115px; }.service-item { display: grid; grid-template-columns: 100px minmax(0,1.25fr) minmax(220px,.75fr); gap: 36px; padding: 47px 0; border-bottom: 1px solid #c7c8ca; }.service-item > span { color: #6c5b00; font-weight: 700; font-size: .75rem; letter-spacing: .1em; }.service-item h2 { margin: 0 0 14px; font-size: clamp(1.8rem,3vw,2.8rem); letter-spacing: -.06em; }.service-item p { max-width: 570px; margin: 0; color: #5d6065; line-height: 1.7; }.service-item ul { display: grid; align-content: start; gap: 9px; margin: 0; padding: 0; list-style: none; color: #323438; font-size: .88rem; }.service-item li:before { content: '—'; margin-right: 9px; color: #6c5b00; }.services-cta { padding: 84px 0; background: #111214; color: #fff; }.services-cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; }.services-cta .eyebrow { color: var(--yellow); }.services-cta h2 { margin: 12px 0 0; font-size: clamp(2rem,4vw,3.8rem); line-height: 1; letter-spacing: -.07em; }
@media (max-width: 720px) { .service-item { grid-template-columns: 70px 1fr; gap: 20px; }.service-item ul { grid-column: 2; }.services-cta .wrap { align-items: flex-start; flex-direction: column; } }
@media (max-width: 520px) { .services-hero { padding: 75px 0 60px; }.services-list { padding-bottom: 70px; }.service-item { grid-template-columns: 1fr; gap: 16px; padding: 34px 0; }.service-item ul { grid-column: auto; }.services-cta { padding: 65px 0; } }
.services-list { display: none; }.services-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 54px 0 112px; }.service-card { min-height: 470px; display: flex; flex-direction: column; padding: 28px; background: #16181b; color: #fff; transition: transform .22s ease, background .22s ease; }.service-card:nth-child(2n) { background: #22252a; }.service-card:hover { transform: translateY(-7px); background: #090b0d; }.service-card > span { color: var(--yellow); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }.service-card h2 { margin: 80px 0 16px; font-size: 1.75rem; line-height: 1; letter-spacing: -.055em; }.service-card p { margin: 0; color: #d0d2d5; line-height: 1.65; }.service-card ul { display: grid; gap: 8px; margin: 30px 0; padding: 0; list-style: none; color: #fff; font-size: .83rem; }.service-card li:before { content: '—'; color: var(--yellow); margin-right: 8px; }.service-card b { display:inline-flex; align-self:flex-start; margin-top: auto; border:1px solid var(--yellow); padding:10px 12px; color: var(--yellow); font-size: .74rem; }.service-detail-page { min-height: 100vh; background: #fff; }.service-detail-hero { padding: 115px 0 105px; background: #111214; color: #fff; }.service-detail-hero span { color: var(--yellow); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }.service-detail-hero h1 { max-width: 850px; margin: 20px 0; font-size: clamp(3rem,6vw,6rem); line-height: .92; letter-spacing: -.09em; }.service-detail-hero p { max-width: 650px; margin: 0; color: #d1d2d4; font-size: 1.1rem; line-height: 1.7; }.service-detail-content { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.65fr); gap: 100px; padding: 100px 0; }.service-detail-content h2 { margin: 12px 0 22px; font-size: clamp(2rem,4vw,3.7rem); line-height: 1.02; letter-spacing: -.07em; }.service-detail-content p { max-width: 700px; margin: 0; color: #56595e; font-size: 1.05rem; line-height: 1.8; }.service-detail-content aside { align-self: start; padding: 28px; background: var(--yellow); }.service-detail-content aside ul { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; font-size: .9rem; }.service-detail-content aside li:before { content: '—'; margin-right: 8px; }.service-process { padding: 90px 0; background: #f5f3ee; }.service-process > .wrap > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 28px; }.service-process article { padding: 30px; background: #fff; }.service-process article span { color: #6c5b00; font-size: .75rem; font-weight: 700; }.service-process article p { margin: 42px 0 0; line-height: 1.65; }.service-detail-cta { padding: 85px 0; background: #111214; color: #fff; }.service-detail-cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 35px; }.service-detail-cta .eyebrow { color: var(--yellow); }.service-detail-cta h2 { margin: 12px 0 0; font-size: clamp(2rem,4vw,3.8rem); letter-spacing: -.07em; }
@media (max-width: 900px) { .services-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }.service-detail-content { gap: 50px; }.service-process > .wrap > div { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .services-cards { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 70px; }.service-card { min-height: 390px; }.service-detail-hero { padding: 75px 0; }.service-detail-content { grid-template-columns: 1fr; gap: 35px; padding: 65px 0; }.service-detail-cta .wrap { align-items: flex-start; flex-direction: column; } }
.service-card h2 { margin-top: 18px; }

/* Échelle commune des pages éditoriales et de catalogue. */
.case-hero h1,.about-page-hero h1,.case-detail-hero h1,.search-hero h1,.services-hero h1,.service-detail-hero h1 { max-width:21ch; font-size:clamp(2.25rem,3.7vw,3.75rem); line-height:1.03; letter-spacing:-.06em; }
.case-detail h2,.case-cta h2,.about-profile h2,.gallery-heading h2,.team-heading h2,.service-detail-content h2,.services-cta h2,.service-detail-cta h2 { font-size:clamp(1.8rem,2.85vw,2.85rem); line-height:1.08; }
.case-hero p,.about-page-hero p,.case-detail-hero p,.search-hero p,.services-hero p,.service-detail-hero p,.case-detail p,.about-profile p,.service-detail-content p { font-size:clamp(.98rem,1.1vw,1.08rem); line-height:1.65; }
.search-hero,.services-hero,.service-detail-hero { padding-top:78px; padding-bottom:72px; }
