/* ============================================================
   AZUR VISION AGENCY — styles.css (v3)
   Palette : or #cb965c · blanc #ffffff · marine #001d51
   Fonts : Manrope (titres) · Inter (textes) — WOFF2 self-hosted
   Direction : épuré, lumière de plateau, entrée iris
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/manrope-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/manrope-latin-ext-700-normal.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/manrope-latin-800-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/manrope-latin-ext-800-normal.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-ext-500-normal.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-ext-600-normal.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --font-display: 'Manrope', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --navy: #001d51;
  --white: #ffffff;
  --accent: #cb965c;
  --accent-light: #e0b98a;
  --on-accent: #001d51;
  --gold-line: linear-gradient(90deg, #cb965c, #e0b98a);

  --container: 1240px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section: clamp(5.5rem, 11vw, 9.5rem);
  --radius: 18px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

html[data-theme='dark'] {
  --bg: #001d51;
  --bg-2: #06255f;
  --bg-3: #0d2e6c;
  --ink: #ffffff;
  --ink-2: #a9b6d4;
  --ink-3: #6d7fa8;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .26);
  --header-bg: rgba(0, 29, 81, .85);
  color-scheme: dark;
}

html[data-theme='light'] {
  --bg: #ffffff;
  --bg-2: #f7f9fd;
  --bg-3: #eef2f9;
  --ink: #001d51;
  --ink-2: #465780;
  --ink-3: #8a97b8;
  --line: rgba(0, 29, 81, .12);
  --line-strong: rgba(0, 29, 81, .26);
  --header-bg: rgba(255, 255, 255, .86);
  color-scheme: light;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0325rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  transition: background-color .3s var(--ease), color .3s var(--ease);
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.03em;
  margin: 0 0 1.5rem;
}

h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.35rem); font-weight: 700; line-height: 1.25; letter-spacing: -.015em; }

p { margin: 0 0 1.25rem; }

.muted { color: var(--ink-2); }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

section { padding-block: var(--section); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--accent); color: var(--on-accent); }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 1.6rem;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 1.5px;
  background: var(--accent);
  flex-shrink: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-size: .94rem;
  font-weight: 600;
  padding: .9rem 1.7rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.btn-solid {
  background: var(--accent);
  color: var(--on-accent);
}
.btn-solid:hover { background: var(--accent-light); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.site-header.scrolled {
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.brand img { width: 32px; height: auto; }

.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav a {
  font-size: .9rem;
  font-weight: 500;
  color: var(--ink-2);
  transition: color .2s var(--ease);
  position: relative;
  padding-block: .3rem;
}
.main-nav a:hover { color: var(--ink); }
.main-nav a.active { color: var(--ink); font-weight: 600; }
.main-nav a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

/* Sur hero sombre, header lisible dans les deux thèmes tant qu'il n'est pas scrollé */
.on-visual .site-header:not(.scrolled) { --ink: #ffffff; --ink-2: rgba(255,255,255,.72); --line-strong: rgba(255,255,255,.32); color: #fff; }

.header-actions { display: flex; align-items: center; gap: .8rem; }

.theme-toggle {
  width: 40px; height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .25s var(--ease);
}
.theme-toggle:hover { border-color: var(--ink); }
.theme-toggle svg { width: 17px; height: 17px; }
html[data-theme='dark'] .icon-sun { display: block; }
html[data-theme='dark'] .icon-moon { display: none; }
html[data-theme='light'] .icon-sun { display: none; }
html[data-theme='light'] .icon-moon { display: block; }

.btn-header { padding: .62rem 1.3rem; font-size: .87rem; }

/* Burger */
.burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 210;
}
.burger span {
  position: absolute;
  left: 12px; right: 12px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 20px; }
.burger span:nth-child(3) { top: 25px; }
.burger[aria-expanded='true'] span { background: var(--ink); }
.burger[aria-expanded='true'] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded='true'] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--gutter);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; gap: .4rem; }
.mobile-menu nav a {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 7vw, 2.4rem);
  letter-spacing: -.02em;
  padding-block: .45rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.mobile-menu nav a.active { color: var(--accent); }
.mobile-menu .menu-cta { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- Intro iris (index uniquement) ---------- */
.intro {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro img {
  width: 72px;
  opacity: 0;
  transform: scale(.7);
}
.intro.play img { animation: intro-logo 1s var(--ease) forwards; }
.intro.play { animation: intro-iris .9s var(--ease) 1.05s forwards; }
.intro.done { display: none; }

@keyframes intro-logo {
  to { opacity: 1; transform: scale(1); }
}
@keyframes intro-iris {
  from { clip-path: circle(120% at 50% 50%); }
  to { clip-path: circle(0% at 50% 50%); visibility: hidden; }
}

/* ---------- Hero visuel plein écran ---------- */
.hero-visual {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding-top: 110px;
  padding-bottom: 0;
  color: #fff;
  overflow: hidden;
}
.hero-main {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: clamp(1.5rem, 3vh, 2.5rem);
}
.hero-foot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .8rem 2.5rem;
  padding-block: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
}
.hero-foot .foot-tags { display: flex; flex-wrap: wrap; gap: .6rem 2.5rem; }
.hero-foot .foot-scroll {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: rgba(255, 255, 255, .75);
  white-space: nowrap;
}
.hero-foot .foot-scroll::after {
  content: '';
  width: 34px;
  height: 1.5px;
  background: var(--accent);
}
.hero-visual .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 18, 52, .8) 0%, rgba(0, 18, 52, .15) 45%, rgba(0, 18, 52, .3) 100%);
}
.hero-visual .eyebrow { color: rgba(255, 255, 255, .75); margin-bottom: 1.8rem; }
.hero-visual .lead { color: rgba(255, 255, 255, .82); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.75; }
.hero-visual .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .38); }
.hero-visual .btn-ghost:hover { border-color: #fff; }

.hero-visual h1 { font-size: clamp(2.6rem, min(7vw, 9.5vh), 5.8rem); max-width: 16ch; margin-bottom: 2rem; }
.hero-visual .line { display: block; overflow: hidden; }
.hero-visual .line span { display: block; transform: translateY(115%); }
.intro-done .hero-visual .line span { animation: line-up .9s var(--ease) forwards; }
.intro-done .hero-visual .line:nth-child(2) span { animation-delay: .12s; }
.intro-done .hero-visual .line:nth-child(3) span { animation-delay: .24s; }
@keyframes line-up { to { transform: translateY(0); } }

.lead {
  max-width: 54ch;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  color: var(--ink-2);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.8rem; }



@media (min-width: 961px) and (max-height: 800px) {
  .hero-visual { padding-top: 92px; }
  .hero-visual .eyebrow { margin-bottom: 1.2rem; }
  .hero-visual h1 { margin-bottom: 1.4rem; }
  .hero-visual .lead { font-size: 1.05rem; line-height: 1.6; }
  .hero-visual .hero-cta { margin-top: 1.8rem; }
  .hero-foot { padding-block: 1rem; }
}

/* ---------- Hero texte (pages intérieures) ---------- */
.hero {
  padding-top: calc(80px + clamp(4.5rem, 9vw, 7.5rem));
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}
.hero h1 { max-width: 16ch; }

/* ---------- Marquee ---------- */
.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  padding-block: 1.15rem;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  gap: 3rem;
  padding-right: 3rem;
  animation: marquee 36s linear infinite;
}
.marquee span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  gap: 3rem;
}
.marquee span::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section header ---------- */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.section-head h2 { margin-bottom: 0; max-width: 18ch; }
.section-head .link-more {
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink-2);
  white-space: nowrap;
  padding-bottom: .35rem;
  border-bottom: 1px solid var(--line-strong);
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.section-head .link-more:hover { color: var(--ink); border-color: var(--accent); }

/* ---------- Diptyque pôles (épuré : image + texte, sans cadre) ---------- */
.poles { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); }

.pole-card { display: flex; flex-direction: column; gap: 1.1rem; }
.pole-media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.pole-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.pole-card:hover .pole-media img { transform: scale(1.04); }

.pole-num {
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
}
.pole-card h3 { font-size: clamp(1.45rem, 2.5vw, 1.9rem); margin-bottom: 0; }
.pole-card p { color: var(--ink-2); margin-bottom: 0; }
.pole-link {
  font-weight: 600;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.pole-link .arrow { transition: transform .25s var(--ease); }
.pole-card:hover .pole-link { color: var(--accent); }
.pole-card:hover .pole-link .arrow { transform: translateX(5px); }

/* ---------- Stats (épuré : chiffres + filets) ---------- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.stat { border-top: 1px solid var(--line-strong); padding-top: 1.4rem; }
.stat .stat-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.03em;
}
.stat .stat-num .gold { color: var(--accent); }
.stat .stat-label {
  margin-top: .6rem;
  font-size: .9rem;
  color: var(--ink-2);
}

/* ---------- Liste de prestations (épuré : filets, pas de boîtes) ---------- */
.prestations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5rem;
}
.prestation {
  border-top: 1px solid var(--line);
  padding: 1.05rem .2rem;
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: .75rem;
  transition: color .25s var(--ease);
}
.prestation::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  opacity: .8;
}
.prestation:hover { color: var(--ink); }

/* ---------- Points (liste éditoriale) ---------- */
.points-list { display: flex; flex-direction: column; }
.point {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.5rem;
  padding-block: 1.6rem;
  border-bottom: 1px solid var(--line);
}
.point:first-child { border-top: 1px solid var(--line); }
.point-index {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  color: var(--accent);
  padding-top: .25rem;
}
.point h3 { margin-bottom: .35rem; }
.point p { margin-bottom: 0; color: var(--ink-2); }

/* ---------- Split ---------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}
.split .sticky-col { position: sticky; top: 110px; }
.split-media {
  border-radius: var(--radius);
  overflow: hidden;
}
.split-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Liste portfolio façon index (accueil) ---------- */
.works-index { border-top: 1px solid var(--line); }
.work-row {
  display: grid;
  grid-template-columns: 90px 1fr auto auto;
  align-items: center;
  gap: 1.8rem;
  padding-block: 1.7rem;
  border-bottom: 1px solid var(--line);
  transition: padding-left .3s var(--ease);
}
.work-row:hover { padding-left: .8rem; }
.work-row .row-index {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  color: var(--ink-3);
}
.work-row h3 { margin: 0; font-size: clamp(1.2rem, 2.4vw, 1.7rem); }
.work-row .row-cat {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.work-row .row-arrow {
  color: var(--ink-3);
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.work-row:hover .row-arrow { color: var(--accent); transform: translateX(4px); }

/* ---------- Portfolio (grille) ---------- */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.filter-btn {
  font-family: var(--font-body);
  font-size: .87rem;
  font-weight: 500;
  color: var(--ink-2);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: .5rem 1.15rem;
  cursor: pointer;
  transition: color .25s var(--ease), border-color .25s var(--ease), background-color .25s var(--ease);
}
.filter-btn:hover { color: var(--ink); border-color: var(--ink); }
.filter-btn.active {
  color: var(--on-accent);
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 600;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}
.work-card { display: block; }
.work-card.hidden { display: none; }

.work-media {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  overflow: hidden;
}
.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.work-card:hover .work-media img { transform: scale(1.04); }
.work-media .play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-accent);
  background: var(--accent);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.work-card:hover .play { opacity: 1; transform: translateY(0); }

.work-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
}
.work-info h3 { margin-bottom: 0; font-size: 1.12rem; }
.work-cat {
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-3);
  white-space: nowrap;
}
.work-desc { margin: .35rem 0 0; font-size: .92rem; color: var(--ink-2); }

/* ---------- Studio ---------- */
.subnav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.subnav-inner {
  display: flex;
  gap: 1.8rem;
  overflow-x: auto;
  padding-block: .9rem;
  scrollbar-width: none;
}
.subnav-inner::-webkit-scrollbar { display: none; }
.subnav a {
  font-size: .88rem;
  font-weight: 500;
  color: var(--ink-2);
  white-space: nowrap;
}
.subnav a:hover { color: var(--ink); }

.equip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
.equip-card {
  border-radius: var(--radius);
  background: var(--bg-2);
  padding: 1.6rem;
  transition: background-color .25s var(--ease);
}
.equip-card:hover { background: var(--bg-3); }
.equip-card h3 { font-size: 1rem; margin-bottom: .4rem; }
.equip-card p { font-size: .9rem; color: var(--ink-2); margin-bottom: 0; }

/* ---------- Formulaires ---------- */
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
.form .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field label {
  font-size: .84rem;
  font-weight: 600;
  color: var(--ink-2);
}
.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: .97rem;
  color: var(--ink);
  background: var(--bg-2);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: .85rem 1.05rem;
  transition: border-color .25s var(--ease), background-color .25s var(--ease);
  width: 100%;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.form-note { font-size: .85rem; color: var(--ink-3); margin: 0; }
.form-success {
  display: none;
  border: 1px solid var(--accent);
  border-radius: 12px;
  padding: 1rem 1.2rem;
  font-weight: 500;
  grid-column: 1 / -1;
}
.form-success.visible { display: block; }

/* ---------- CTA final ---------- */
.cta-final { border-top: 1px solid var(--line); }
.cta-final h2 { font-size: clamp(2.2rem, 5.5vw, 4.2rem); max-width: 16ch; }
.cta-final .hero-cta { margin-top: 1.8rem; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 3.5rem 2.5rem;
  font-size: .92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.footer-brand p { color: var(--ink-2); max-width: 34ch; margin-top: 1rem; }
.footer-col h3 {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 1rem;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem; }
.footer-col a { color: var(--ink-2); transition: color .2s var(--ease); }
.footer-col a:hover { color: var(--ink); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .8rem;
  padding-top: 1.8rem;
  border-top: 1px solid var(--line);
  color: var(--ink-3);
  font-size: .85rem;
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-visual .line span { transform: none; }
  .marquee-track { animation: none; }
  * { animation: none !important; }
  .intro { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .main-nav, .btn-header { display: none; }
  .burger { display: block; }
  .poles { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
  .split { grid-template-columns: 1fr; }
  .split .sticky-col { position: static; }
  .works-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form { grid-template-columns: 1fr; }
  .prestations-grid { grid-template-columns: 1fr 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .work-row { grid-template-columns: 1fr auto; }
  .work-row .row-index, .work-row .row-cat { display: none; }
  .hero-foot .foot-scroll { display: none; }
}

@media (max-width: 560px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .point { grid-template-columns: 1fr; gap: .3rem; }
  .prestations-grid { grid-template-columns: 1fr; }
}
