@charset "utf-8";
/* Proposition 1, Manhattan. Nuit, écran partagé, la photo de New York. */

/* Hero en écran partagé */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: min(100svh, 62rem); overflow: hidden; }
.hero__text { display: flex; flex-direction: column; justify-content: center; padding: calc(var(--head) + 3rem) clamp(2rem, 5vw, 6rem) clamp(4rem, 8vw, 7rem) var(--gutter); position: relative; z-index: 2; }
.hero__kicker { max-width: 34rem; color: var(--fg-70); text-transform: none; letter-spacing: 0; font-size: .92rem; line-height: 1.55; }
.hero__kicker em { font-family: var(--serif); font-style: italic; color: var(--fg); font-size: 1.05em; }
.hero__t { margin-top: clamp(1.6rem, 4vh, 3rem); font-size: clamp(3rem, 1rem + 7.4vw, 8.2rem); }
.hero__t .l1, .hero__t .l2 { display: block; }
.hero__t .l2 { padding-left: .55em; }
.hero__sub { font-family: var(--serif); font-style: italic; color: var(--fg-70); font-size: clamp(1.15rem, .9rem + 1.2vw, 2rem); line-height: 1.3; margin-top: 1.4rem; max-width: 24ch; }
.hero__claim { margin-top: clamp(2rem, 5vh, 3.5rem); max-width: 34rem; color: var(--fg-70); font-size: .95rem; }
.hero__media { position: relative; overflow: hidden; background: var(--night-2); will-change: transform; }
.hero__img { position: absolute; inset: -6% 0; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 30% center; }
.hero__media::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(6, 12, 17, .55), rgba(6, 12, 17, 0) 40%); pointer-events: none; }
.hero__cta { position: absolute; left: 50%; bottom: 14%; z-index: 3; transform: translateX(-50%); }
.hero__cta .btn--round { background: var(--night); color: var(--paper); border: 1px solid var(--rule-strong); box-shadow: 0 0 0 14px rgba(6, 12, 17, .35); }
.hero__cta .btn--round::after { content: ''; position: absolute; inset: -14px; border-radius: 50%; border: 1px solid var(--rule); animation: pulse 3.2s var(--ease-out) infinite; }
.hero__cta .btn--round:hover { background: var(--yellow); color: var(--night); border-color: var(--yellow); }
@keyframes pulse { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.35); opacity: 0; } }
html.js .hero__cta[data-reveal="scale"] { transform: translateX(-50%) scale(.9); }
html.js .hero__cta[data-reveal="scale"].is-in { transform: translateX(-50%) scale(1); }
@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .hero__text { min-width: 0; padding-top: calc(var(--head) + 2.5rem); padding-right: var(--gutter); padding-bottom: 2.5rem; }
  .hero__t { font-size: clamp(2.6rem, 1rem + 9.5vw, 5rem); }
  .hero__t .l2 { padding-left: .35em; }
  .hero__media { height: min(62vh, 32rem); min-height: 22rem; }
  .hero__media::before { background: linear-gradient(to bottom, rgba(6, 12, 17, .6), rgba(6, 12, 17, 0) 40%); }
  .hero__cta { position: static; transform: none; margin: -3.5rem 0 0 var(--gutter); }
  html.js .hero__cta[data-reveal="scale"], html.js .hero__cta[data-reveal="scale"].is-in { transform: none; }
  .hero__cta .btn--round { box-shadow: none; }
}

/* Engagements */
.engs { padding-inline: var(--gutter); }
.engs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); }
.eng { border-top: 1px solid var(--rule); padding-top: 1.2rem; }
.eng__t { display: block; font-size: .7rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; color: var(--fg-55); }
.eng__d { font-family: var(--serif); font-style: italic; margin: .9rem 0 0; font-size: clamp(1.15rem, 1rem + .8vw, 1.7rem); line-height: 1.3; }
.eng__d strong { font-weight: 500; font-style: italic; font-size: 1.16em; color: var(--yellow); }
@media (max-width: 900px) { .engs__grid { grid-template-columns: 1fr; gap: 1.8rem; } }

/* Chiffres */
.chiffres { padding: 0 var(--gutter) calc(var(--lead) * .7); }
.chiffres__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.chiffre { padding: clamp(1.6rem, 3vw, 2.6rem) 0; border-right: 1px solid var(--rule); padding-right: 1.5rem; }
.chiffre:last-child { border-right: 0; }
.chiffre__n { display: block; font-family: var(--serif); font-size: clamp(2.6rem, 1.5rem + 3.6vw, 5.2rem); line-height: 1; letter-spacing: -.02em; }
.chiffre__l { display: block; margin-top: .7rem; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-55); }
@media (max-width: 760px) {
  .chiffres__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chiffre:nth-child(2) { border-right: 0; }
  .chiffre:nth-child(n+3) { border-top: 1px solid var(--rule); }
}

/* Secteurs, bandeau défilant */
.secteurs { padding-block: 1.1rem; border-block: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(1.2rem, 1rem + 1.2vw, 2rem); color: var(--fg-70); --marquee-t: 55s; }
.secteurs .marquee__track { align-items: center; gap: 2.2rem; padding-right: 2.2rem; }
.secteurs .signe { flex: none; }

/* Le cabinet et ses matières, image collée à gauche */
.comp { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 7rem); padding-inline: var(--gutter); }
.comp__media { position: relative; }
.comp__fig { position: sticky; top: calc(var(--head) + 1rem); aspect-ratio: 3 / 4; max-height: calc(100vh - var(--head) - 2rem); }
.comp__fig img { height: 100%; }
.comp__lede { margin-top: 1.2rem; color: var(--fg-70); }
.comp__body .prose { margin-top: 1.8rem; }
.comp__label2 { margin-top: clamp(2.5rem, 5vw, 4rem); }
.matieres li { position: relative; display: flex; align-items: baseline; gap: 1.2rem; padding: .9rem 0; border-bottom: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(1.25rem, 1rem + 1.2vw, 2rem); line-height: 1.2; color: var(--fg-70); transition: color .35s var(--ease-out), padding-left .5s var(--ease-out); cursor: default; }
.matieres li .num { font-family: var(--sans); font-size: .72rem; letter-spacing: .12em; color: var(--fg-38); flex: none; width: 2rem; transition: color .35s; }
.matieres li::before { content: ''; position: absolute; left: 0; bottom: -1px; height: 1px; width: 0; background: var(--yellow); transition: width .6s var(--lame); }
.matieres li:hover { color: var(--fg); padding-left: .6rem; }
.matieres li:hover .num { color: var(--yellow); }
.matieres li:hover::before { width: 100%; }
@media (max-width: 900px) {
  .comp { grid-template-columns: 1fr; }
  .comp__fig { position: relative; top: auto; max-height: none; aspect-ratio: 4 / 3; }
}

/* Pratiques, trois panneaux */
.prat { padding-bottom: var(--lead); }
.prat__head { padding-top: var(--lead); }
.prat__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); border-block: 1px solid var(--rule); }
.carte { display: flex; flex-direction: column; min-height: clamp(20rem, 30vw, 30rem); background: var(--bg); padding: clamp(1.75rem, 3vw, 3rem); }
.carte__n { font-family: var(--serif); font-size: .95rem; letter-spacing: .1em; color: var(--fg-38); margin-bottom: 2.2rem; transition: color var(--t); }
.carte__t { font-family: var(--serif); font-size: clamp(1.5rem, 1rem + 1.5vw, 2.5rem); line-height: 1.06; letter-spacing: -.014em; }
.carte__d { margin-top: 1.2rem; color: var(--fg-70); transition: color var(--t); }
.carte__go { margin-top: auto; padding-top: 1.6rem; font-size: 1.3rem; color: var(--fg-38); transition: color var(--t), transform var(--t); }
.carte:hover .carte__n, .carte:hover .carte__go { color: var(--night); }
.carte:hover .carte__go { transform: translateX(7px); }
.carte.coupe:hover .carte__d { color: rgba(6, 12, 17, .72); }
@media (max-width: 900px) { .prat__grid { grid-template-columns: 1fr; } .carte { min-height: 0; } }

/* Six visages, frise jointive */
.equipe { padding-inline: 0; }
.equipe__head { margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.equipe__head .h-lg { max-width: 22ch; }
.faces { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 2px; border-block: 1px solid var(--rule); }
.face { position: relative; display: block; overflow: hidden; }
.face .pf { aspect-ratio: 3 / 4.3; }
.face .pf img { transition: transform .9s var(--lame); }
.face:hover .pf img { transform: scale(1.05); }
.face__b { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 3rem .95rem 1.05rem; background: linear-gradient(to top, rgba(6, 12, 17, .92) 12%, rgba(6, 12, 17, .5) 55%, rgba(6, 12, 17, 0)); }
.face__nom { display: block; font-family: var(--serif); font-size: clamp(.9rem, .7rem + .45vw, 1.15rem); line-height: 1.2; color: var(--paper); }
.face__role { display: block; margin-top: .3rem; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(229, 225, 222, .6); }
@media (max-width: 1000px) { .faces { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .faces { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Références */
.refs__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 24rem); gap: clamp(1.5rem, 4vw, 4rem); align-items: end; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.refs__head .h-lg { max-width: 18ch; }
.refs__chapo { padding-bottom: .4rem; }
.refs__list { border-top: 1px solid var(--rule); }
.ref { display: grid; grid-template-columns: 3.5rem minmax(0, 14rem) minmax(0, 1fr); gap: 1rem 2rem; align-items: baseline; padding: 1.35rem 0; border-bottom: 1px solid var(--rule); transition: background var(--t), padding-left .45s var(--ease-out); }
.ref:hover { background: var(--surface); padding-left: .8rem; }
.ref__n { font-family: var(--serif); color: var(--fg-38); transition: color var(--t); }
.ref:hover .ref__n { color: var(--yellow); }
.ref__cat { color: var(--fg-55); }
.ref__t { font-size: 1.02rem; line-height: 1.42; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .28em; transition: text-decoration-color var(--t); }
.ref:hover .ref__t { text-decoration-color: var(--yellow); }
@media (max-width: 860px) {
  .refs__head { grid-template-columns: 1fr; align-items: start; }
  .ref { grid-template-columns: 3rem minmax(0, 1fr); }
  .ref__t { grid-column: 2; }
}

/* Revendications : le fond de la page bascule sur le papier */
.revend .label { margin-bottom: 1.6rem; }
.revend__cite { max-width: 20ch; margin-bottom: clamp(2rem, 5vw, 4rem); }
.revend__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); }
.revend__cols p { font-size: clamp(1rem, .92rem + .4vw, 1.2rem); line-height: 1.55; color: var(--fg-70); }
.cle { font-weight: 500; font-style: italic; font-family: var(--serif); font-size: 1.1em; color: var(--fg); }
.t-paper .cle { color: var(--ink); text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; text-underline-offset: .18em; }
@media (max-width: 900px) { .revend__cols { grid-template-columns: 1fr; } }

/* Contact */
.contact { border-top: 1px solid var(--rule); }
.contact__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 20rem); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.contact__t { font-family: var(--serif); font-size: clamp(1.6rem, 1rem + 2.6vw, 3.6rem); line-height: 1.12; letter-spacing: -.014em; max-width: 22ch; }
.contact__cta { margin-top: 2.2rem; }
.contact__adr { font-style: normal; line-height: 1.9; color: var(--fg-70); border-left: 2px solid var(--yellow); padding-left: 1.4rem; }
.contact__adr a { color: var(--fg); border-bottom: 1px solid var(--rule-strong); transition: border-color var(--t); }
.contact__adr a:hover { border-bottom-color: var(--yellow); }
@media (max-width: 860px) { .contact__grid { grid-template-columns: 1fr; align-items: start; } }

.foot__ordre { max-width: 22rem; }
