/* ============================================================
   DELRA STUDIO — Design System « Pop Soleil »
   Crème chaud, orange vif, rose pop, formes rétro ludiques.
   Performance d'abord : couleurs plates, transforms uniquement,
   aucun blur/backdrop-filter coûteux.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --cream:    #faf1e3;
  --cream-2:  #f5e6cf;
  --peach:    #f9d9be;
  --peach-2:  #fbe6d2;
  --orange:   #ee4a23;
  --orange-2: #d93a12;
  --pink:     #ef5b9c;
  --pink-2:   #e8447f;
  --rose:     #fbdde9;
  --rose-2:   #f6c3d8;
  --amber:    #f3a83c;
  --amber-2:  #f8d79b;
  --ink:      #38180b;
  --ink-soft: #8a6350;
  --line:     rgba(56, 24, 11, 0.12);

  --font-display: "Tanker", "Arial Black", sans-serif;
  --font-body: "General Sans", "Segoe UI", system-ui, sans-serif;
  --font-script: "Caveat", cursive;

  --r-xl: 36px;
  --r-lg: 24px;
  --r-md: 16px;
  --pill: 999px;

  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 48px);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
::selection { background: var(--orange); color: var(--cream); }

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

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

/* ---------- Typographie ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.t-orange { color: var(--orange); }
.t-pink { color: var(--pink-2); }
.t-cream { color: var(--cream); }

.h-hero { font-size: clamp(52px, 8.2vw, 118px); }
.h-xl   { font-size: clamp(38px, 5.2vw, 68px); }
.h-lg   { font-size: clamp(28px, 3.6vw, 44px); }
.h-md   { font-size: clamp(20px, 2.4vw, 28px); }

.script {
  font-family: var(--font-script);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft);
}

.lead { font-size: clamp(15.5px, 1.3vw, 18px); line-height: 1.7; color: var(--ink-soft); }

/* Mot-à-mot */
.split-words .w { display: inline-block; overflow: hidden; vertical-align: bottom; }
.split-words .w > span { display: inline-block; transform: translateY(110%); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px;
  border-radius: var(--pill);
  font-weight: 600; font-size: 13.5px; line-height: 1;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 2px solid var(--ink);
  transition: transform .4s var(--ease-out), background-color .25s, color .25s, border-color .25s, box-shadow .4s var(--ease-out);
  white-space: nowrap;
}
.btn svg { width: 15px; height: 15px; flex: none; transition: transform .35s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }

.btn--orange { background: var(--orange); border-color: var(--orange); color: var(--cream); }
.btn--orange:hover { background: var(--orange-2); border-color: var(--orange-2); box-shadow: 0 8px 0 -3px var(--rose-2); }
.btn--pink { background: var(--pink-2); border-color: var(--pink-2); color: #fff; }
.btn--pink:hover { background: var(--pink); border-color: var(--pink); box-shadow: 0 8px 0 -3px var(--amber-2); }
.btn--outline { background: transparent; border-color: var(--orange); color: var(--orange); }
.btn--outline:hover { background: var(--orange); color: var(--cream); }
.btn--cream { background: var(--cream); border-color: var(--cream); color: var(--orange); }
.btn--cream:hover { background: #fff; border-color: #fff; }

.link-more {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
}
.link-more i {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--ink); display: grid; place-items: center; font-style: normal;
  transition: background-color .25s, color .25s, transform .35s var(--ease-out);
}
.link-more i svg { width: 13px; height: 13px; }
.link-more:hover i { background: var(--ink); color: var(--cream); transform: rotate(45deg); }

.icon-round {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--ink);
  transition: background-color .25s, color .25s, transform .35s var(--ease-out);
}
.icon-round:hover { background: var(--ink); color: var(--cream); transform: translateY(-3px); }
.icon-round svg { width: 17px; height: 17px; }

/* ---------- Décorations SVG ---------- */
.deco { position: absolute; pointer-events: none; z-index: 0; }
.deco svg { width: 100%; height: 100%; }
.spin-slow { animation: spin 26s linear infinite; }
.float-y { animation: floaty 5.5s var(--ease-io) infinite; }
.float-y2 { animation: floaty 7s var(--ease-io) infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: var(--cream);
  transition: box-shadow .3s;
}
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line); }
.header-bar {
  max-width: var(--wrap); margin-inline: auto;
  padding: 16px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand {
  font-family: var(--font-display);
  font-size: 19px; line-height: 1.02; text-transform: uppercase;
  color: var(--ink);
}
.brand span { color: var(--orange); }

.nav-main { display: flex; gap: clamp(14px, 2.4vw, 34px); }
.nav-main a {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 2px; position: relative; color: var(--ink);
}
.nav-main a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px;
  background: var(--orange); transition: right .35s var(--ease-out);
}
.nav-main a:hover::after, .nav-main a[aria-current="page"]::after { right: 0; }
.nav-main a[aria-current="page"] { color: var(--orange); }

.header-cta { display: inline-flex; }
.header-cta .btn { padding: 13px 22px; }

/* Burger */
.burger {
  display: none;
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--ink);
  position: relative; z-index: 130;
  background: var(--cream);
}
.burger span {
  position: absolute; left: 50%; top: 50%;
  width: 18px; height: 2px; background: var(--ink); border-radius: 2px;
  transform: translate(-50%, calc(-50% - 4px));
  transition: transform .4s var(--ease-out);
}
.burger span:last-child { transform: translate(-50%, calc(-50% + 4px)); }
body.menu-open .burger span { transform: translate(-50%, -50%) rotate(45deg); }
body.menu-open .burger span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 110;
  background: var(--orange);
  display: grid; place-items: center;
  clip-path: circle(0% at calc(100% - 44px) 44px);
  visibility: hidden;
  transition: clip-path .65s var(--ease-io), visibility 0s .65s;
}
body.menu-open .mobile-menu { clip-path: circle(150% at calc(100% - 44px) 44px); visibility: visible; transition: clip-path .65s var(--ease-io); }
.mobile-menu ul { display: grid; gap: 6px; text-align: center; }
.mobile-menu a {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(36px, 9vw, 56px); line-height: 1.1;
  color: var(--cream);
  display: inline-block; padding: 2px 16px;
  opacity: 0; transform: translateY(26px);
  transition: opacity .45s var(--ease-out), transform .55s var(--ease-out), color .25s;
}
.mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: var(--ink); }
body.menu-open .mobile-menu a { opacity: 1; transform: none; }
body.menu-open .mobile-menu li:nth-child(1) a { transition-delay: .16s; }
body.menu-open .mobile-menu li:nth-child(2) a { transition-delay: .22s; }
body.menu-open .mobile-menu li:nth-child(3) a { transition-delay: .28s; }
body.menu-open .mobile-menu li:nth-child(4) a { transition-delay: .34s; }
body.menu-open .mobile-menu li:nth-child(5) a { transition-delay: .40s; }
body.menu-open .site-header { z-index: 130; background: transparent; box-shadow: none; }
body.menu-open .brand, body.menu-open .brand span { color: var(--cream); }
body.menu-open .burger { border-color: var(--cream); background: transparent; }
body.menu-open .burger span { background: var(--cream); }

/* ---------- Progress / veil ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%;
  z-index: 200; transform-origin: 0 50%;
  background: var(--orange);
  transform: scaleX(0);
}
.page-veil { display: none; }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: clip; padding: clamp(28px, 4vw, 60px) 0 clamp(48px, 6vw, 90px); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  align-items: center; gap: clamp(24px, 4vw, 60px);
  position: relative; z-index: 1;
}
.hero-copy { position: relative; }
.hero-title { position: relative; }
.hero-title .script {
  color: var(--pink-2);
  font-size: clamp(44px, 6.4vw, 96px);
  display: inline-block;
  transform: rotate(-6deg) translateY(0.08em);
  margin-left: 0.1em;
}
.hero-title .deco-aster { position: absolute; left: -0.62em; top: -0.34em; width: 0.42em; height: 0.42em; color: var(--pink); }
.hero-copy > p {
  max-width: 400px;
  margin: 26px 0 30px;
  color: var(--ink-soft); font-size: 15.5px; line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* Visuel hero : portrait dans cercle rose + blob orange */
.hero-visual {
  position: relative;
  aspect-ratio: 0.92;
  min-height: 320px;
}
.hero-blob {
  position: absolute; inset: 4% -6% auto auto;
  width: 62%; aspect-ratio: 1; border-radius: 50%;
  background: var(--pink);
}
.hero-blob--orange {
  inset: auto auto 0 2%;
  width: 52%;
  background: var(--orange);
  border-radius: 48% 52% 55% 45% / 55% 48% 52% 45%;
}
.hero-photo {
  position: absolute; inset: 0 0 0 12%;
  border-radius: 46% 46% 40% 44% / 52% 50% 34% 36%;
  overflow: hidden;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero-badge {
  position: absolute; left: 2%; bottom: 12%;
  width: clamp(110px, 11vw, 150px); aspect-ratio: 1;
  z-index: 2;
  color: var(--orange);
}
.hero-badge .badge-core {
  position: absolute; inset: 27%;
  border-radius: 50%;
  background: var(--cream);
  display: grid; place-items: center;
  color: var(--orange);
}
.hero-badge .badge-core svg { width: 46%; height: 46%; }
.hero-badge > svg { position: absolute; inset: 0; }
.hero-badge text {
  font-family: var(--font-body); font-weight: 700; font-size: 11.4px;
  letter-spacing: 0.22em; text-transform: uppercase;
  fill: var(--ink);
}
.hero-badge circle.badge-bg { fill: var(--amber); }

/* ---------- Bande à propos ---------- */
.about-band { padding: clamp(20px, 3vw, 40px) 0 clamp(56px, 7vw, 96px); }
.about-card {
  background: var(--peach-2);
  border-radius: var(--r-xl);
  padding: clamp(24px, 3vw, 44px);
  display: grid; grid-template-columns: 300px 1fr 260px;
  gap: clamp(24px, 3.4vw, 52px);
  align-items: center;
}
.about-photo { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 1; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-main h2 { margin-bottom: 4px; }
.about-main .sub { color: var(--orange); margin-bottom: 18px; }
.about-main p { color: var(--ink-soft); font-size: 15px; max-width: 420px; }
.about-sign { font-family: var(--font-script); font-size: 34px; color: var(--ink); margin-top: 18px; transform: rotate(-3deg); display: inline-block; }
.about-list { border-left: 2px solid var(--line); padding-left: clamp(20px, 2.4vw, 40px); display: grid; gap: 16px; }
.about-list li { display: flex; align-items: center; gap: 13px; font-weight: 600; font-size: 14.5px; }
.about-list i {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-style: normal;
  background: var(--orange); color: var(--cream);
}
.about-list i:nth-child(odd) { background: var(--pink-2); }
.about-list li svg { width: 15px; height: 15px; }

/* ---------- Projets choisis (dalle orange) ---------- */
.works { padding-bottom: clamp(56px, 7vw, 96px); }
.works-slab {
  background: var(--orange);
  border-radius: var(--r-xl);
  padding: clamp(28px, 3.6vw, 52px);
  color: var(--cream);
  position: relative; overflow: clip;
}
.works-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: clamp(24px, 3vw, 40px); flex-wrap: wrap; }
.works-head h2 { color: var(--cream); }
.works-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.work-card {
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: 18px 18px 16px;
  color: var(--ink);
  display: grid; gap: 6px; align-content: start;
  transition: transform .45s var(--ease-out);
  position: relative;
}
.work-card:hover { transform: translateY(-8px); }
.work-card .cat { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }
.work-card h3 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(20px, 1.8vw, 26px); color: var(--orange); }
.work-card .sub { font-size: 13px; color: var(--ink-soft); margin-bottom: 10px; }
.work-thumb { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 1; background: var(--peach); }
.work-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.work-card:hover .work-thumb img { transform: scale(1.05); }
.work-arrow {
  position: absolute; right: 16px; bottom: 16px;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--cream); border: 2px solid var(--ink);
  display: grid; place-items: center;
  transition: background-color .25s, color .25s, transform .35s var(--ease-out);
}
.work-card:hover .work-arrow { background: var(--pink-2); border-color: var(--pink-2); color: #fff; transform: rotate(45deg); }
.work-arrow svg { width: 15px; height: 15px; }

/* ---------- Services + chiffres ---------- */
.services { padding-bottom: clamp(56px, 7vw, 96px); }
.services-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(28px, 4vw, 70px); align-items: start; }
.service-items { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 30px); margin-top: clamp(22px, 3vw, 36px); }
.service-item { display: flex; gap: 14px; align-items: flex-start; }
.service-item i {
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-style: normal;
  background: var(--rose-2); color: var(--pink-2);
  transition: transform .4s var(--ease-out), background-color .25s, color .25s;
}
.service-item:hover i { background: var(--pink-2); color: #fff; transform: rotate(-10deg) scale(1.08); }
.service-item i svg { width: 19px; height: 19px; }
.service-item b { display: block; font-size: 15px; margin-bottom: 2px; }
.service-item p { font-size: 13px; color: var(--ink-soft); line-height: 1.55; }

.numbers h2 { margin-bottom: clamp(22px, 3vw, 36px); }
.numbers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.number-tile {
  border-radius: var(--r-lg);
  padding: 26px 24px 22px;
  display: grid; gap: 2px; align-content: start;
}
.number-tile b { font-family: var(--font-display); font-size: clamp(36px, 3.6vw, 52px); line-height: 1; }
.number-tile span { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); opacity: .75; }
.number-tile--peach { background: var(--peach); color: var(--orange); }
.number-tile--amber { background: var(--amber-2); color: var(--orange-2); }
.number-tile--rose { background: var(--rose); color: var(--pink-2); }
.number-tile--cream { background: var(--cream-2); color: var(--orange); }
.number-tile:nth-child(2) { transform: translateY(14px); }
.number-tile:nth-child(4) { transform: translateY(14px); }

/* ---------- Avis clients ---------- */
.quotes { padding-bottom: clamp(56px, 7vw, 96px); }
.quotes-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: clamp(22px, 3vw, 36px); }
.quotes-head .script { color: var(--pink-2); font-size: clamp(26px, 3vw, 40px); transform: rotate(-4deg); }
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 24px); }
.quote-card {
  border-radius: var(--r-lg);
  padding: 26px 24px;
  display: grid; gap: 16px; align-content: space-between;
  background: var(--rose);
  transition: transform .45s var(--ease-out);
}
.quote-card:nth-child(2) { background: var(--peach-2); }
.quote-card:nth-child(3) { background: var(--cream-2); }
.quote-card:hover { transform: translateY(-6px) rotate(-0.6deg); }
.quote-mark { font-family: var(--font-display); font-size: 40px; line-height: .6; color: var(--orange); }
.quote-card blockquote { font-size: 14.5px; line-height: 1.65; }
.quote-who { display: flex; align-items: center; gap: 12px; }
.quote-who .avatar {
  width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex: none;
  background: var(--amber); display: grid; place-items: center;
  font-weight: 700; font-size: 13px; color: var(--ink);
}
.quote-who .avatar img { width: 100%; height: 100%; object-fit: cover; }
.quote-who b { display: block; font-size: 13.5px; }
.quote-who span { font-size: 12px; color: var(--ink-soft); }

/* ---------- CTA finale ---------- */
.cta {
  position: relative; overflow: clip;
  padding: clamp(40px, 6vw, 90px) 0 clamp(30px, 4vw, 56px);
}
.cta-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(26px, 4vw, 64px); align-items: center; position: relative; z-index: 1; }
.cta-title .script {
  display: block;
  color: var(--pink-2);
  font-size: clamp(38px, 5.2vw, 78px);
  transform: rotate(-3deg);
  margin-top: 2px;
}
.cta-sun {
  width: clamp(90px, 9vw, 130px); aspect-ratio: 1;
  color: var(--amber);
  margin-top: 18px;
}
.cta-card {
  background: var(--pink-2); color: #fff;
  border-radius: var(--r-xl);
  padding: clamp(26px, 3vw, 40px);
  display: grid; gap: 14px; justify-items: start;
}
.cta-card h3 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.02; }
.cta-card p { font-size: 14px; opacity: .92; }
.cta-meta {
  display: flex; gap: clamp(16px, 3vw, 40px); flex-wrap: wrap;
  margin-top: clamp(30px, 4vw, 56px);
  padding-top: 24px;
  border-top: 2px solid var(--line);
}
.cta-meta a, .cta-meta span { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; }
.cta-meta svg { width: 17px; height: 17px; color: var(--orange); flex: none; }
.cta-meta a:hover { color: var(--orange); }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 2px solid var(--line);
  padding: 20px 0 26px;
}
.footer-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 13px; color: var(--ink-soft);
}
.footer-bar nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bar nav a:hover { color: var(--orange); }

/* ---------- Pages intérieures ---------- */
.page-hero { position: relative; overflow: clip; padding: clamp(36px, 5vw, 70px) 0 clamp(30px, 4vw, 56px); }
.page-hero .crumbs { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 14px; display: flex; gap: 8px; }
.page-hero .crumbs a:hover { color: var(--orange); }
.page-hero .lead { max-width: 560px; margin-top: 18px; }
.page-hero .deco-aster-side { position: absolute; right: var(--gutter); top: 30%; width: 70px; height: 70px; color: var(--pink); }

/* Filtres */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: clamp(26px, 3.6vw, 44px); }
.filter-btn {
  padding: 11px 20px; border-radius: var(--pill);
  border: 2px solid var(--ink);
  font-weight: 600; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
  transition: background-color .25s, color .25s, border-color .25s;
}
.filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.filter-btn.is-active { background: var(--orange); border-color: var(--orange); color: var(--cream); }
.work-card.is-filtered { display: none; }

/* Grille portfolio (fond crème, cartes peach) */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); }
.portfolio-grid .work-card { background: var(--peach-2); }
.work-card--cta {
  border: 2px dashed var(--orange);
  background: transparent !important;
  display: grid; place-items: center; text-align: center;
  min-height: 320px;
  transition: background-color .3s, transform .45s var(--ease-out);
}
.work-card--cta:hover { background: var(--peach-2) !important; }
.work-cta-inner { display: grid; gap: 12px; justify-items: center; padding: 30px 22px; }
.work-cta-inner b { font-family: var(--font-display); text-transform: uppercase; font-size: 24px; color: var(--orange); }
.work-cta-inner p { font-size: 13.5px; color: var(--ink-soft); max-width: 240px; }

/* À propos page */
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 70px); align-items: center; padding-bottom: clamp(56px, 7vw, 96px); }
.story-copy { display: grid; gap: 16px; color: var(--ink-soft); font-size: 15px; }
.story-copy strong { color: var(--ink); }
.story-visual { position: relative; }
.story-visual .story-photo {
  border-radius: 46% 46% 42% 44% / 50% 50% 38% 40%;
  overflow: hidden; aspect-ratio: 0.95;
  position: relative; z-index: 1;
}
.story-visual .story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-visual .blob-back { position: absolute; inset: -4% -6% auto auto; width: 55%; aspect-ratio: 1; border-radius: 50%; background: var(--amber-2); }

.values { padding-bottom: clamp(56px, 7vw, 96px); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 24px); margin-top: clamp(22px, 3vw, 36px); }
.value-card {
  border-radius: var(--r-lg); padding: 28px 24px;
  display: grid; gap: 10px; align-content: start;
}
.value-card--rose { background: var(--rose); }
.value-card--peach { background: var(--peach-2); }
.value-card--amber { background: var(--amber-2); }
.value-card i { font-style: normal; width: 40px; height: 40px; }
.value-card i svg { width: 100%; height: 100%; color: var(--orange); }
.value-card b { font-family: var(--font-display); text-transform: uppercase; font-size: 19px; color: var(--ink); }
.value-card p { font-size: 13.5px; color: var(--ink-soft); }

/* FAQ */
.faq-section { padding-bottom: clamp(46px, 6vw, 80px); }
.faq-section h2 { margin-bottom: clamp(18px, 2.6vw, 30px); }
.faq-list { display: grid; gap: 12px; max-width: 860px; }
.faq-item {
  background: var(--peach-2);
  border-radius: var(--r-md);
  overflow: hidden;
}
.faq-item:nth-child(even) { background: var(--rose); }
.faq-q {
  width: 100%; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 19px 22px;
  font-weight: 600; font-size: clamp(15px, 1.3vw, 16.5px);
}
.faq-q i {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--orange); color: var(--cream);
  transition: transform .4s var(--ease-out), background-color .25s;
}
.faq-q svg { width: 14px; height: 14px; }
.faq-item.is-open .faq-q i { transform: rotate(45deg); background: var(--pink-2); }
.faq-a { height: 0; overflow: hidden; }
.faq-a > div { padding: 0 22px 20px; color: var(--ink-soft); font-size: 14.5px; max-width: 640px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(26px, 4vw, 60px); align-items: start; padding-bottom: clamp(56px, 7vw, 96px); }
.contact-aside { display: grid; gap: 14px; align-content: start; }
.contact-aside h2 { margin-bottom: 8px; }
.contact-line {
  display: flex; gap: 15px; align-items: center;
  padding: 17px 18px;
  border-radius: var(--r-md);
  background: var(--peach-2);
  transition: transform .35s var(--ease-out);
}
.contact-line:nth-child(odd) { background: var(--rose); }
.contact-line:hover { transform: translateX(6px); }
.contact-line i {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; flex: none; font-style: normal;
  background: var(--orange); color: var(--cream);
}
.contact-line i svg { width: 17px; height: 17px; }
.contact-line b { display: block; font-size: 14.5px; }
.contact-line span { font-size: 12.5px; color: var(--ink-soft); }

.contact-form {
  background: var(--peach-2);
  border-radius: var(--r-xl);
  padding: clamp(24px, 3vw, 40px);
}
.contact-form h2 { margin-bottom: 18px; }
.contact-form form > div { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field label, .choice-legend { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 15px;
  padding: 14px 16px;
  border: 2px solid transparent;
  border-radius: 14px;
  background: var(--cream);
  color: var(--ink);
  transition: border-color .25s;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); }
.form-note { font-size: 12.5px; color: var(--ink-soft); }
.form-success { display: none; text-align: center; padding: 40px 10px; gap: 12px; }
.form-success.is-visible { display: grid; justify-items: center; }
.form-success i { font-style: normal; font-size: 40px; }
.contact-form.is-sent form { display: none; }

.choice-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.choice-pill { position: relative; }
.choice-pill input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.choice-pill span {
  display: inline-block; padding: 11px 18px; border-radius: var(--pill);
  border: 2px solid var(--ink); font-size: 12.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  transition: background-color .25s, color .25s, border-color .25s;
}
.choice-pill input:checked + span { background: var(--orange); color: var(--cream); border-color: var(--orange); }
.choice-pill input:focus-visible + span { outline: 3px solid var(--pink-2); outline-offset: 2px; }

/* Bande guide */
.guide-band {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  background: var(--cream-2);
  border-radius: var(--pill);
  padding: 16px 26px;
  font-size: 13.5px; font-weight: 500; color: var(--ink-soft);
  margin-bottom: clamp(46px, 6vw, 80px);
}
.guide-band b { color: var(--ink); font-weight: 700; }
.guide-band .sep { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); flex: none; }

/* Processus (à propos) */
.process { padding-bottom: clamp(56px, 7vw, 96px); }
.process-list { display: grid; gap: 0; max-width: 900px; }
.process-step {
  display: grid; grid-template-columns: 76px 1fr auto; gap: clamp(16px, 2.6vw, 40px); align-items: center;
  padding: clamp(20px, 3vw, 32px) 6px;
  border-bottom: 2px solid var(--line);
}
.process-step:first-child { border-top: 2px solid var(--line); }
.process-num { font-family: var(--font-display); font-size: clamp(26px, 3vw, 40px); color: var(--pink-2); }
.process-step h3 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(18px, 2vw, 24px); margin-bottom: 4px; color: var(--ink); }
.process-step p { color: var(--ink-soft); font-size: 14px; max-width: 480px; }
.process-tag {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  border: 2px solid var(--ink); border-radius: var(--pill); padding: 8px 15px;
  white-space: nowrap;
}

/* ---------- Reveal ---------- */
[data-reveal] { will-change: transform, opacity; }

/* ---------- Responsive ---------- */
@media (max-width: 1060px) {
  .about-card { grid-template-columns: 240px 1fr; }
  .about-list { grid-column: 1 / -1; border-left: 0; border-top: 2px solid var(--line); padding: 22px 0 0; grid-template-columns: 1fr 1fr; display: grid; }
  .works-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav-main, .header-cta { display: none; }
  .burger { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 430px; margin-inline: auto; width: 100%; }
  .hero-copy > p { max-width: none; }
  .about-card { grid-template-columns: 1fr; }
  .about-photo { max-width: 340px; }
  .quotes-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 54px 1fr; }
  .process-tag { display: none; }
  .number-tile:nth-child(2), .number-tile:nth-child(4) { transform: none; }
}

@media (max-width: 560px) {
  .works-grid, .portfolio-grid, .service-items, .form-row, .numbers-grid { grid-template-columns: 1fr; }
  .hero-badge { left: -2%; bottom: 6%; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .split-words .w > span { transform: none !important; }
}
