:root{--blue:#1768ad;--blue-dark:#092d50;--navy:#061d32;--sky:#eaf5fc;--ink:#14202b;--muted:#627181;--line:#dce6ed;--white:#fff;--orange:#ef7d22;--max:1180px;--radius:18px;--shadow:0 24px 70px rgba(7,43,75,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{display:block;max-width:100%}a{color:inherit}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.narrow{max-width:850px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;background:#fff;padding:10px;z-index:99}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(180deg,#0b1220 0%,#0d1728 100%);box-shadow:0 6px 20px rgba(0,0,0,.25)}.header-inner{min-height:128px;display:grid;grid-template-columns:1fr;align-items:center;padding:12px 0 0}.brand{display:flex;align-items:center;justify-content:center;gap:14px;text-decoration:none;padding:6px 0 14px}.brand img{width:420px;max-width:100%;height:auto;display:block}.archive-badge{display:none}.main-nav{display:flex;justify-content:center;align-items:center;gap:0;list-style:none;margin:0;padding:0 12px 0;overflow-x:auto;white-space:nowrap;border-top:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#111b2c 0%,#0d1624 100%)}.main-nav a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:.93rem;color:#eaf1f7;padding:15px 16px;border-bottom:3px solid transparent;transition:.18s ease}.main-nav a:hover{color:#fff;background:rgba(255,255,255,.04);border-bottom-color:var(--orange)}.menu-button{display:none}.hero{overflow:hidden;background:linear-gradient(135deg,#f8fcff 0%,#e9f5fc 50%,#fff 100%);padding:96px 0 110px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:850;color:var(--blue);margin:0 0 18px}.hero h1{font-size:clamp(3rem,6vw,5.9rem);line-height:.94;letter-spacing:-.065em;color:var(--blue-dark);margin:0 0 28px}.lead{font-size:1.24rem;font-weight:650;color:#324f66}.hero-copy>p:not(.eyebrow){max-width:660px}.hero-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;border-radius:10px;padding:13px 19px}.button-primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(23,104,173,.22)}.button-secondary{border:1px solid #a9bfd0;color:var(--blue-dark);background:#fff}.history-collage{position:relative;height:540px;isolation:isolate}.shot{position:absolute;margin:0;border:8px solid #fff;background:#fff;border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.shot img{width:100%;height:100%;object-fit:cover;object-position:top}.shot figcaption{position:absolute;right:8px;bottom:8px;background:rgba(6,29,50,.88);color:#fff;padding:5px 9px;border-radius:6px;font-size:.72rem;font-weight:800}.shot-2001{width:44%;height:42%;left:0;top:5%;transform:rotate(-6deg)}.shot-2005{width:55%;height:46%;right:1%;top:0;transform:rotate(5deg)}.shot-2012{width:56%;height:49%;left:2%;bottom:1%;transform:rotate(3deg)}.shot-2017{width:51%;height:48%;right:0;bottom:7%;transform:rotate(-4deg);z-index:2}.section{padding:100px 0}.intro{text-align:center}.intro h2,.section h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.08;letter-spacing:-.045em;color:var(--blue-dark);margin:0 0 24px}.intro p:last-child{font-size:1.12rem;color:var(--muted)}.eras-section{background:#f6fafc}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}.section-heading h2{margin-bottom:0}.text-link{font-weight:800;color:var(--blue);text-decoration:none}.era-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.era-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 35px rgba(7,43,75,.07)}.era-card img{width:100%;height:190px;object-fit:cover;object-position:top;border-bottom:1px solid var(--line)}.era-content{padding:24px}.era-content time{font-size:.76rem;font-weight:850;letter-spacing:.12em;color:var(--orange)}.era-content h3{font-size:1.35rem;margin:8px 0}.era-content p{color:var(--muted);margin:0}.stats-section{background:var(--blue-dark);color:#fff}.stats-section h2{color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.stat{padding:35px 25px;border-right:1px solid rgba(255,255,255,.18)}.stat:last-child{border-right:0}.stat strong{display:block;font-size:clamp(2.3rem,5vw,4.8rem);line-height:1;color:#fff;letter-spacing:-.06em}.stat span{display:block;color:#c8d8e5;margin-top:10px}.stats-note{color:#9fb5c6;font-size:.86rem}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.archive-card{text-decoration:none;padding:30px;border:1px solid var(--line);border-radius:var(--radius);min-height:260px;display:flex;flex-direction:column;background:#fff;transition:.2s ease}.archive-card:hover{transform:translateY(-4px);box-shadow:0 15px 38px rgba(7,43,75,.11);border-color:#a8c8df}.archive-icon{width:42px;height:42px;border-radius:11px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-weight:900}.archive-card h3{font-size:1.45rem;margin:25px 0 8px}.archive-card p{color:var(--muted);margin:0 0 25px}.archive-card>span:last-child{margin-top:auto;color:var(--blue);font-weight:850}.timeline-section{background:#edf6fb;overflow:hidden}.timeline-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,1fr);gap:18px;overflow-x:auto;padding:18px 2px 24px;scroll-snap-type:x mandatory}.timeline-strip figure{scroll-snap-align:start;margin:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.timeline-strip img{height:185px;width:100%;object-fit:cover;object-position:top}.timeline-strip figcaption{display:flex;justify-content:space-between;gap:14px;padding:17px}.timeline-strip span{color:var(--muted);font-size:.86rem}.thanks-section{background:linear-gradient(125deg,#0b3458,#1768ad);color:#fff}.thanks-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:start}.thanks-section h2{color:#fff}.thanks-section p{color:#d6e4ef;font-size:1.08rem}.button-light{background:#fff;color:var(--blue-dark);margin-top:16px}.site-footer{background:var(--navy);color:#aec1d0;padding:42px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.site-footer img{width:300px;max-width:100%;display:block}.site-footer p{font-size:.82rem;margin:8px 0 0}.footer-links{display:flex;gap:24px}.footer-links a{text-decoration:none;font-weight:700;font-size:.85rem}
@media(max-width:920px){.header-inner{min-height:86px;grid-template-columns:1fr auto;grid-template-areas:"brand button" "nav nav";padding:10px 0 0}.brand{grid-area:brand;justify-content:flex-start;padding:0 0 10px}.brand img{width:280px}.menu-button{grid-area:button;display:block;border:1px solid rgba(255,255,255,.22);background:#101a2a;color:#fff;border-radius:8px;padding:9px 12px;font-weight:800;margin-bottom:10px}.main-nav{grid-area:nav;display:none;position:static;padding:0;flex-direction:column;align-items:stretch;background:#0d1624;border-top:1px solid rgba(255,255,255,.10)}.main-nav a{justify-content:flex-start;padding:14px 10px;border-bottom:1px solid rgba(255,255,255,.08)}.main-nav.is-open{display:flex}.hero{padding-top:65px}.hero-grid{grid-template-columns:1fr}.history-collage{height:470px}.era-grid{grid-template-columns:repeat(2,1fr)}.archive-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}.thanks-grid{grid-template-columns:1fr;gap:20px}}
@media(max-width:600px){.container{width:min(calc(100% - 28px),var(--max))}.header-inner{min-height:78px}.brand img{width:220px}.main-nav{top:auto}.hero{padding:48px 0 72px}.hero h1{font-size:3.2rem}.lead{font-size:1.08rem}.history-collage{height:390px}.shot{border-width:5px}.shot-2001{width:48%;height:38%}.shot-2005{width:58%;height:41%}.shot-2012{width:58%;height:43%}.shot-2017{width:56%;height:44%}.section{padding:72px 0}.section-heading{display:block}.text-link{display:inline-block;margin-top:8px}.era-grid,.archive-grid{grid-template-columns:1fr}.era-card img{height:220px}.stats-grid{grid-template-columns:1fr}.stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)}.stat:last-child{border-bottom:0}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}}
.main-nav{overflow:visible;white-space:nowrap}.main-nav a[aria-current="page"]{color:var(--blue);position:relative}.main-nav a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--blue)}
.page-hero{padding:92px 0 76px;background:linear-gradient(135deg,#f8fcff,#e9f5fc);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(3rem,7vw,6.4rem);line-height:.95;letter-spacing:-.065em;color:var(--blue-dark);margin:0 0 24px}.page-hero .lead{max-width:820px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-card{display:grid;grid-template-columns:44% 56%;min-height:330px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 12px 35px rgba(7,43,75,.07)}.feature-card img{width:100%;height:100%;object-fit:cover;object-position:top}.feature-card>div{padding:30px}.feature-card time,.editorial-list time{font-size:.75rem;letter-spacing:.13em;font-weight:850;color:var(--orange)}.feature-card h2{font-size:2rem;margin:8px 0 0}.feature-card h3{font-size:1rem;color:var(--blue);margin:3px 0 16px}.feature-card p{color:var(--muted)}.source-note,.callout{margin-top:40px;padding:28px 30px;border-radius:14px;background:var(--sky);border-left:4px solid var(--blue)}.source-note p,.callout p{margin-bottom:0;color:var(--muted)}.editorial-list{border-top:1px solid var(--line)}.editorial-list article{display:grid;grid-template-columns:90px 1fr;gap:30px;padding:40px 0;border-bottom:1px solid var(--line)}.list-index{font-size:2rem;color:#9db7ca;font-weight:900}.editorial-list h2{font-size:2rem;margin:8px 0 10px}.interview-grid{display:grid;gap:26px}.interview-card{display:grid;grid-template-columns:42% 58%;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.interview-image{position:relative;min-height:360px}.interview-image img{width:100%;height:100%;object-fit:cover;object-position:top}.interview-image span{position:absolute;left:18px;bottom:18px;background:var(--blue-dark);color:#fff;padding:7px 10px;border-radius:7px;font-weight:800}.interview-card>div:last-child{padding:42px}.interview-card h2{font-size:2.5rem}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.info-grid article{padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.info-grid article>span{display:grid;place-items:center;width:44px;height:44px;background:var(--sky);border-radius:12px;color:var(--blue);font-weight:900}.info-grid h2{font-size:1.7rem;margin:24px 0 10px}.info-grid p{color:var(--muted)}.design-stack{display:grid;gap:40px}.design-stack figure{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.design-stack img{width:100%;max-height:680px;object-fit:cover;object-position:top}.design-stack figcaption{display:flex;justify-content:space-between;padding:22px 26px}.design-stack strong{font-size:1.35rem}.design-stack span{color:var(--muted)}.gallery-grid{columns:3 280px;column-gap:20px}.gallery-grid a{display:block;break-inside:avoid;margin-bottom:20px;border:1px solid var(--line);border-radius:14px;overflow:hidden;text-decoration:none;background:#fff}.gallery-grid img{width:100%}.gallery-grid span{display:block;padding:14px 16px;font-weight:800}.gallery-note{margin-top:30px;color:var(--muted)}.faq-list details{border-bottom:1px solid var(--line);padding:22px 0}.faq-list summary{font-size:1.18rem;font-weight:850;cursor:pointer;color:var(--blue-dark)}.faq-list p{color:var(--muted)}.legal-copy h2,.contact-panel h2{font-size:1.7rem;margin-top:38px}.contact-panel{padding:36px;border:1px solid var(--line);border-radius:var(--radius)}.placeholder{font-family:ui-monospace,monospace;padding:16px;background:#f4f7f9;border-radius:8px;color:var(--blue)}
@media(max-width:1100px){.main-nav{gap:18px;font-size:.82rem}.feature-grid{grid-template-columns:1fr}}
@media(max-width:920px){.main-nav{white-space:normal}.main-nav a[aria-current="page"]:after{display:none}.feature-card,.interview-card{grid-template-columns:1fr}.feature-card img{height:260px}.interview-image{min-height:280px}.info-grid{grid-template-columns:1fr}}
@media(max-width:600px){.page-hero{padding:56px 0}.page-hero h1{font-size:3.2rem}.editorial-list article{grid-template-columns:1fr;gap:8px}.feature-card>div,.interview-card>div:last-child{padding:24px}.interview-card h2{font-size:2rem}.design-stack figcaption{flex-direction:column;gap:4px}}
.archive-article { margin-top: 2rem; font-size: 1.05rem; line-height: 1.75; }
.archive-article h2 { margin-top: 2rem; }
.archive-article ul { padding-left: 1.25rem; }
.archive-article li + li { margin-top: .65rem; }

/* Équipe */
.staff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.staff-card{display:flex;align-items:center;gap:18px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(7,43,75,.06)}.staff-card img{width:74px;height:74px;flex:0 0 74px;object-fit:cover;border-radius:16px;background:var(--sky);image-rendering:auto}.staff-card h2{font-size:1.12rem;margin:0 0 4px;letter-spacing:-.02em}.staff-card p{font-size:.9rem;color:var(--muted);margin:0;line-height:1.4}.former-team-section{background:#f6fafc}.former-team-section>div>p:not(.section-kicker){max-width:800px;color:var(--muted)}.former-team-list{display:grid;grid-template-columns:repeat(5,1fr);gap:10px 20px;list-style:none;padding:0;margin:34px 0 0}.former-team-list li{padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:750;color:#30485d}.source-note{font-size:.9rem;color:var(--muted)}
@media(max-width:1100px){.staff-grid{grid-template-columns:repeat(3,1fr)}.former-team-list{grid-template-columns:repeat(4,1fr)}.header-inner{height:auto;min-height:78px;padding:12px 0}.main-nav{gap:14px}.main-nav a{font-size:.78rem}}
@media(max-width:820px){.staff-grid{grid-template-columns:repeat(2,1fr)}.former-team-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.staff-grid{grid-template-columns:1fr}.former-team-list{grid-template-columns:1fr}.staff-card img{width:64px;height:64px;flex-basis:64px}}


/* Correction navigation principale — conserve le graphisme du prototype */
@media (min-width: 921px) {
  .site-header .container {
    width: min(calc(100% - 32px), 1480px);
  }
  .header-inner {
    gap: 24px;
  }
  .brand {
    flex: 0 0 auto;
  }
  .main-nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    gap: clamp(10px, 1.1vw, 22px);
    overflow: visible;
    white-space: nowrap;
  }
  .main-nav a {
    flex: 0 0 auto;
    font-size: clamp(.72rem, .72vw, .86rem);
  }
}

/* Dès que la rangée ne tient plus, on utilise le menu compact plutôt qu'une barre de défilement. */
@media (min-width: 921px) and (max-width: 1140px) {
  .menu-button {
    display: block;
    border: 1px solid #b6c8d6;
    background: #fff;
    border-radius: 8px;
    padding: 9px 12px;
    font-weight: 800;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    white-space: normal;
    overflow: visible;
    box-shadow: 0 18px 35px rgba(7,43,75,.12);
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav a {
    width: 100%;
    font-size: .9rem;
  }
}

/* ==========================================================
   En-tête compact et menu unifié depuis la page index.html
   ========================================================== */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#0b1422;
  box-shadow:0 5px 18px rgba(0,0,0,.22);
}
.brand-strip{
  background:linear-gradient(180deg,#0c1727 0%,#0a1320 100%);
}
.brand-row{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:5px 0;
}
.brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:0;
  text-decoration:none;
  line-height:0;
}
.brand img{
  width:286px;
  max-height:58px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  object-position:left center;
}
.header-tools{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}
.archive-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#cbd8e3;
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.09em;
  line-height:1;
  text-transform:uppercase;
}
.nav-strip{
  background:linear-gradient(180deg,#111c2d 0%,#0d1624 100%);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(0,0,0,.25);
}
.nav-row{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
}
.main-nav{
  width:100%;
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:0;
  margin:0;
  padding:0;
  overflow:visible;
  white-space:nowrap;
  border:0;
  background:transparent;
}
.main-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-height:40px;
  padding:8px clamp(9px,1vw,15px);
  border:0;
  border-bottom:2px solid transparent;
  color:#e8f0f6;
  font-size:clamp(.71rem,.72vw,.84rem);
  font-weight:800;
  line-height:1.1;
  text-decoration:none;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible{
  color:#fff;
  background:rgba(255,255,255,.045);
  border-bottom-color:var(--orange);
}
.main-nav a[aria-current="page"]{
  color:#fff;
  background:rgba(255,255,255,.035);
  border-bottom-color:var(--blue);
}
.main-nav a[aria-current="page"]::after{
  display:none;
}
.menu-button{
  display:none;
}

/* Le menu devient compact avant de pouvoir créer un défilement horizontal. */
@media (max-width:1120px){
  .brand-row{
    min-height:62px;
  }
  .brand img{
    width:250px;
    max-height:52px;
  }
  .archive-badge{
    display:none;
  }
  .menu-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:7px 12px;
    border:1px solid rgba(255,255,255,.23);
    border-radius:8px;
    background:#101c2d;
    color:#fff;
    font:inherit;
    font-size:.82rem;
    font-weight:800;
    cursor:pointer;
  }
  .nav-row{
    min-height:0;
  }
  .main-nav{
    display:none;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    white-space:normal;
  }
  .main-nav.is-open{
    display:flex;
  }
  .main-nav a{
    width:100%;
    min-height:42px;
    justify-content:flex-start;
    padding:10px 14px;
    border-bottom:1px solid rgba(255,255,255,.08);
    font-size:.86rem;
  }
  .main-nav a[aria-current="page"]{
    border-left:3px solid var(--blue);
    border-bottom-color:rgba(255,255,255,.08);
  }
}

@media (max-width:600px){
  .brand-row{
    min-height:56px;
    padding:4px 0;
  }
  .brand img{
    width:205px;
    max-height:47px;
  }
  .menu-button{
    min-height:34px;
    padding:6px 10px;
  }
}


/* ==========================================================
   Logo officiel exact de forever.vossey.com
   Le fichier PNG reste inchangé ; le recadrage se fait en CSS
   pour supprimer visuellement ses grandes marges transparentes.
   ========================================================== */
.brand{
  background:transparent;
  border-radius:0;
  box-shadow:none;
  padding:0;
  overflow:hidden;
  line-height:0;
}
.brand img{
  width:430px;
  height:86px;
  max-width:100%;
  max-height:none;
  object-fit:cover;
  object-position:center center;
  display:block;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  filter:none;
}
.site-footer img{
  width:330px;
  height:74px;
  max-width:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  padding:0;
  filter:none;
}
@media (max-width:920px){
  .brand img{
    width:320px;
    height:68px;
  }
}
@media (max-width:600px){
  .brand img{
    width:245px;
    height:54px;
  }
  .site-footer img{
    width:260px;
    height:58px;
  }
}
