/* ============================================================
   AGENCE ARCEO — styles.css
   Chaleureux & humain (inspiration Gemeos) · Bricolage Grotesque · Bleu #0C3C6E
   ============================================================ */

:root {
  --navy: #0C3C6E;
  --navy-dark: #082748;
  --navy-light: #1a5fa8;
  --blue-bright: #2f7fd1;

  --ink: #15151a;
  --ink-soft: #1d1e25;
  --body: #4d4a45;
  --muted: #8d877d;

  --cream: #f7efde;        /* fond chaud principal */
  --cream-2: #efe5cf;
  --lav: #e2dffa;          /* section lavande douce */
  --butter: #ffd45e;       /* sticker jaune */
  --coral: #ff8e6e;        /* sticker corail */
  --mint: #b7e6cb;
  --white: #fffdf8;
  --line: #e3d8c0;
  --line-dark: rgba(255,255,255,.14);

  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --maxw: 1240px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --bounce: cubic-bezier(.34, 1.56, .64, 1);
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-body); color: var(--ink); background: var(--cream);
  line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1; letter-spacing: -.025em; }
em { font-style: italic; }
strong { font-weight: 600; }
.muted { color: var(--muted); font-weight: 400; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.sec { position: relative; padding: clamp(70px, 10vw, 140px) 0; overflow: hidden; }
.sec--cream { background: var(--cream); }
.sec--cream2 { background: var(--cream-2); }
.sec--lav { background: var(--lav); }
.sec--dark { background: var(--ink); color: rgba(255,255,255,.74); }
.sec > .container { position: relative; z-index: 2; }

/* ---------- Tags / heads ---------- */
.tag { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; }
.tag--light { color: var(--blue-bright); }
.sec__head { max-width: 880px; margin-bottom: clamp(40px, 6vw, 72px); }
.sec__title { font-size: clamp(34px, 5.6vw, 72px); color: var(--ink); }
.sec__title--light { color: #fff; }
.sec__title em { color: var(--navy); position: relative; }
.sec__title--light em { color: var(--blue-bright); }
.sec__sub { margin-top: 20px; font-size: 19px; color: var(--body); max-width: 620px; }
.sec__sub--light { color: rgba(255,255,255,.66); }
.sec__sub strong, .sec__sub--light strong { color: inherit; font-weight: 600; }
.sec__sub--light strong { color: #fff; }

/* ---------- Bleed words (filigrane entièrement visible) ---------- */
.sec__bleed { position: absolute; right: clamp(16px, 4vw, 64px); top: clamp(14px, 4vw, 44px); z-index: 0; font-family: var(--font-display); font-weight: 800; line-height: .8; font-size: clamp(50px, 11vw, 170px); letter-spacing: -.04em; color: var(--ink); opacity: .06; pointer-events: none; user-select: none; white-space: nowrap; max-width: calc(100% - 32px); }
.sec--dark .sec__bleed { color: #fff; opacity: .06; }

/* ============================================================
   DOODLES
   ============================================================ */
.doodle { position: absolute; z-index: 1; color: var(--navy); pointer-events: none; }
.doodle use { fill: currentColor; }
.doodle--star1 { width: 42px; height: 42px; top: 16%; right: 8%; color: var(--butter); animation: float 6s ease-in-out infinite; }
.doodle--loop { width: 70px; height: 58px; bottom: 18%; left: 3%; color: var(--coral); animation: float 7s ease-in-out infinite .5s; }
.doodle--spark1 { width: 30px; height: 30px; top: 30%; left: 7%; color: var(--navy); animation: spin 9s linear infinite; }
.doodle--arrow { width: 54px; height: 54px; bottom: 26%; right: 12%; color: var(--navy-light); animation: float 8s ease-in-out infinite; }
.doodle--heart { width: 40px; height: 40px; top: 14%; right: 10%; color: var(--coral); animation: float 6s ease-in-out infinite; }
.doodle--rocket { width: 60px; height: 60px; top: 10%; right: 8%; color: var(--blue-bright); animation: float 5s ease-in-out infinite; z-index: 3; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-16px) rotate(6deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes wiggle { 0%,100% { transform: rotate(-3deg); } 50% { transform: rotate(3deg); } }

.ic { width: 1em; height: 1em; display: inline-block; vertical-align: -.1em; fill: currentColor; }

/* ============================================================
   STICKERS
   ============================================================ */
.sticker {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  padding: 8px 16px; border-radius: 999px; background: var(--white);
  border: 2px solid var(--ink); color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}
.sticker--tilt { transform: rotate(-2deg); }
.sticker--badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%) rotate(-3deg); background: var(--butter); z-index: 3; font-size: 13px; white-space: nowrap; }
.sticker--float { position: absolute; z-index: 4; animation: float 6s ease-in-out infinite; }
.sticker--y { background: var(--butter); }
.sticker--p { background: var(--lav); animation-delay: .8s; }
.sticker--c { background: var(--coral); animation-delay: 1.4s; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-display); font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 999px; transition: transform .25s var(--bounce), background .25s, color .25s, box-shadow .25s; white-space: nowrap; border: 2px solid var(--ink); }
.btn--lg { padding: 17px 32px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--solid { background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 4px 4px 0 var(--ink); }
.btn--solid:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn--line { background: var(--white); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.btn--line:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn--featured-cta { background: var(--butter); border-color: var(--ink); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.btn--featured-cta:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn--ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--solid-light { background: var(--butter); border-color: var(--butter); color: var(--ink); box-shadow: 4px 4px 0 rgba(255,255,255,.18); }
.btn--solid-light:hover { transform: translate(-2px,-2px); }
.btn span { transition: transform .25s var(--ease); }
.btn:hover span { transform: translate(3px,-3px); }

/* ============================================================
   HEADER
   ============================================================ */
.header { position: sticky; top: 0; z-index: 100; background: rgba(247,239,222,.85); backdrop-filter: saturate(180%) blur(12px); border-bottom: 2px solid transparent; transition: border-color .3s; }
.header.is-scrolled { border-color: var(--ink); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__logo { height: 30px; width: auto; display: block; }
.brand__logo--light { filter: brightness(0) invert(1); }
.footer .brand__logo { height: 34px; }
.brand__text { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--ink); letter-spacing: -.02em; }
.brand--light .brand__text { color: #fff; }
.brand__mark--light { filter: brightness(0) invert(1); }
.nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav__link { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink); opacity: .8; transition: opacity .2s; }
.nav__link:hover { opacity: 1; }
.nav__cta { margin-left: 6px; padding: 11px 20px; box-shadow: 3px 3px 0 var(--ink); }
.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.burger span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: radial-gradient(120% 120% at 80% -10%, #fff6e3 0%, var(--cream) 55%); padding: clamp(48px,7vw,90px) 0 clamp(60px,8vw,110px); }
.hero__inner { max-width: 980px; }
.hero__title { font-size: clamp(40px, 7.4vw, 92px); font-weight: 800; line-height: 1; letter-spacing: -.035em; margin: 22px 0 0; max-width: 14ch; }
.hero__title .hl { color: var(--navy); position: relative; white-space: nowrap; }
.hero__title .hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .14em; background: var(--butter); z-index: -1; border-radius: 4px; transform: rotate(-1deg); }
.hero__lead { margin-top: 26px; font-size: clamp(17px, 2vw, 21px); color: var(--body); max-width: 600px; }
.hero__cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }

.hero__stage { position: relative; margin-top: clamp(48px,7vw,80px); display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: end; }

/* ---------- Browser mockups ---------- */
.browser { background: var(--white); border: 2px solid var(--ink); border-radius: 16px; overflow: hidden; box-shadow: 8px 8px 0 var(--ink); transition: transform .4s var(--ease); }
.browser__bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; background: #f0ece2; border-bottom: 2px solid var(--ink); }
.browser__bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--ink); opacity: .25; }
.browser__url { margin-left: 12px; font-size: 12px; color: var(--muted); font-family: var(--font-body); background: var(--cream); padding: 3px 12px; border-radius: 999px; }
.browser__screen { position: relative; aspect-ratio: 16/11; padding: 16px; overflow: hidden; }
.browser--a { transform: rotate(-2deg); }
.browser--a:hover { transform: rotate(-2deg) translateY(-8px); }
.browser--b { transform: rotate(3deg); margin-bottom: 30px; }
.browser--b:hover { transform: rotate(3deg) translateY(-8px); }

/* mini-site layouts */
.mk { display: flex; flex-direction: column; gap: 10px; }
.mk--shop { background: linear-gradient(160deg,#0C3C6E,#1a5fa8); }
.mk__nav { display: flex; align-items: center; gap: 8px; }
.mk__nav b { width: 30px; height: 9px; border-radius: 3px; background: #fff; }
.mk__nav span { width: 20px; height: 6px; border-radius: 3px; background: rgba(255,255,255,.5); margin-left: auto; }
.mk__nav span:nth-child(2) { margin-left: 0; }
.mk__hero { margin: auto 0; }
.mk__hero h4 { color: #fff; font-size: clamp(15px,2.4vw,22px); line-height: 1.05; max-width: 70%; }
.mk__btn { width: 64px; height: 20px; border-radius: 999px; background: var(--butter); margin-top: 10px; }
.mk__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.mk__grid div { aspect-ratio: 1; border-radius: 6px; background: rgba(255,255,255,.85); }
.mk--floral { background: linear-gradient(160deg,#f3e7e9,#e7d3da); position: relative; }
.mk__bigtitle { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px,4vw,40px); line-height: .9; color: #7a3b4d; letter-spacing: -.03em; }
.mk__photo { position: absolute; right: 14px; bottom: 14px; width: 42%; height: 56%; border-radius: 12px; background: linear-gradient(140deg,#c98ba0,#9c5a72); }
.mk--paint { background: #fff; }
.mk__split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; flex: 1; align-items: center; }
.mk__col h4 { font-size: clamp(14px,2.4vw,20px); color: var(--ink); }
.mk__imgr { height: 100%; min-height: 70px; border-radius: 10px; background: linear-gradient(140deg,#0C3C6E,#2f7fd1); }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee { background: var(--navy); color: #fff; padding: 16px 0; overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.marquee__track { display: flex; white-space: nowrap; animation: scroll 26s linear infinite; }
.marquee__track span { display: inline-flex; align-items: center; gap: 22px; font-family: var(--font-display); font-weight: 700; font-size: 22px; padding-right: 22px; }
.marquee .ic { color: var(--butter); width: 18px; height: 18px; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ============================================================
   SUR-MESURE (band)
   ============================================================ */
.sur-mesure { position: relative; background: var(--navy); color: #fff; padding: clamp(64px,10vw,130px) 0; overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.sur-mesure .container { position: relative; z-index: 2; }
.sur-mesure__k { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; color: var(--butter); margin-bottom: 22px; }
.sur-mesure__title { font-size: clamp(30px,5.4vw,68px); line-height: 1.02; color: #fff; max-width: 16ch; }
.sur-mesure__title .hl { color: var(--butter); }
.sur-mesure__p { margin-top: 26px; font-size: clamp(17px,2vw,20px); color: rgba(255,255,255,.74); max-width: 620px; }
.doodle--sm1 { width: 34px; height: 34px; top: 22%; right: 14%; color: var(--butter); animation: spin 10s linear infinite; }
.doodle--sm2 { width: 76px; height: 62px; bottom: 14%; right: 7%; color: rgba(255,255,255,.5); animation: float 7s ease-in-out infinite; }

/* ============================================================
   SERVICES
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc { background: var(--white); border: 2px solid var(--ink); border-radius: 20px; padding: 30px 28px; box-shadow: 5px 5px 0 var(--ink); transition: transform .3s var(--bounce), box-shadow .3s; }
.svc:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 var(--ink); }
.svc--wide { grid-column: span 1; background: var(--navy); border-color: var(--navy); color: rgba(255,255,255,.82); }
.svc__num { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--navy); display: block; margin-bottom: 18px; }
.svc--wide .svc__num { color: var(--butter); }
.svc h3 { font-size: 23px; margin-bottom: 12px; color: var(--ink); }
.svc--wide h3 { color: #fff; }
.svc p { font-size: 15.5px; color: var(--body); }
.svc--wide p { color: rgba(255,255,255,.78); }

/* ============================================================
   FOUNDERS
   ============================================================ */
.founders { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(36px,6vw,80px); align-items: center; }
.founders__txt p { margin-top: 18px; font-size: 18px; color: var(--ink); }
.founders__cards { display: flex; flex-direction: column; gap: 18px; }
.person { display: flex; align-items: center; gap: 18px; background: var(--white); border: 2px solid var(--ink); border-radius: 20px; padding: 18px 22px; box-shadow: 5px 5px 0 var(--ink); transition: transform .3s var(--bounce); }
.person:hover { transform: rotate(-1.5deg) translateY(-3px); }
.person--shift { margin-left: clamp(0px,6vw,60px); }
.person__ph { width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 30px; color: #fff; background: linear-gradient(140deg,var(--c1),var(--c2)); border: 2px solid var(--ink); }
.person__meta h3 { font-size: 24px; }
.person__meta span { font-size: 14px; color: var(--muted); font-weight: 600; }

/* ============================================================
   PROCESS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { background: var(--white); border: 2px solid var(--ink); border-radius: 20px; padding: 26px 24px; box-shadow: 5px 5px 0 var(--ink); transition: transform .3s var(--bounce); }
.step:hover { transform: translateY(-5px); }
.step__num { font-family: var(--font-display); font-weight: 800; font-size: 40px; color: var(--navy); display: block; margin-bottom: 14px; -webkit-text-stroke: 0; }
.step h3 { font-size: 20px; margin-bottom: 8px; color: var(--ink); }
.step p { font-size: 15px; color: var(--body); }

/* ============================================================
   PRICING
   ============================================================ */
.toggle { position: relative; display: inline-flex; margin-bottom: clamp(32px,5vw,46px); background: var(--white); border: 2px solid var(--ink); border-radius: 999px; padding: 5px; box-shadow: 4px 4px 0 var(--ink); }
.toggle__btn { position: relative; z-index: 1; padding: 11px 28px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); transition: color .3s; }
.toggle__btn.is-active { color: #fff; }
.toggle__slider { position: absolute; top: 5px; left: 5px; height: calc(100% - 10px); width: calc(50% - 5px); background: var(--navy); border-radius: 999px; transition: transform .35s var(--bounce); z-index: 0; }
.toggle[data-active="wp"] .toggle__slider { transform: translateX(100%); }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.plan { position: relative; display: flex; flex-direction: column; background: var(--white); border: 2px solid var(--ink); border-radius: 22px; padding: 30px 28px; box-shadow: 5px 5px 0 var(--ink); transition: transform .3s var(--bounce), box-shadow .3s; }
.plan:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 var(--ink); }
.plan--dark { background: var(--ink-soft); border-color: var(--line-dark); color: rgba(255,255,255,.72); box-shadow: 5px 5px 0 rgba(0,0,0,.4); }
.plan--featured { background: var(--lav); transform: scale(1.04); }
.plan--featured:hover { transform: scale(1.04) translate(-3px,-3px); }
.plan--featured-dark { background: var(--navy); border-color: var(--navy); color: rgba(255,255,255,.85); transform: scale(1.04); box-shadow: 8px 8px 0 var(--blue-bright); }
.plan--featured-dark:hover { transform: scale(1.04) translate(-3px,-3px); }
.plan__name { font-size: 26px; color: var(--ink); }
.plan--dark .plan__name, .plan--featured-dark .plan__name { color: #fff; }
.plan__desc { font-size: 14.5px; color: var(--muted); margin-top: 5px; }
.plan--featured-dark .plan__desc { color: rgba(255,255,255,.7); }
.plan__price { display: flex; align-items: flex-start; gap: 3px; margin: 18px 0 22px; padding-bottom: 22px; border-bottom: 2px solid var(--line); }
.plan--featured .plan__price { border-color: rgba(12,60,110,.18); }
.plan--dark .plan__price, .plan--featured-dark .plan__price { border-color: rgba(255,255,255,.18); }
.plan__amount { font-family: var(--font-display); font-weight: 800; font-size: 50px; line-height: 1; letter-spacing: -.04em; color: var(--ink); transition: opacity .2s; }
.plan--dark .plan__amount, .plan--featured-dark .plan__amount { color: #fff; }
.plan__cur { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--ink); margin-top: 3px; }
.plan--dark .plan__cur, .plan--featured-dark .plan__cur { color: #fff; }
.price-flash { opacity: .25; }
.plan__features { flex: 1; display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.plan__features li { position: relative; padding-left: 26px; font-size: 15px; color: var(--body); }
.plan--dark .plan__features li, .plan--featured-dark .plan__features li { color: rgba(255,255,255,.78); }
.plan__features li::before { content: "✦"; position: absolute; left: 0; top: 1px; color: var(--navy); font-size: 11px; }
.plan--dark .plan__features li::before, .plan--featured-dark .plan__features li::before { color: var(--butter); }
.plan__features strong { color: var(--ink); }
.plan--dark .plan__features strong, .plan--featured-dark .plan__features strong { color: #fff; }

/* ============================================================
   INTEGRATIONS
   ============================================================ */
.intg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.intg { background: var(--white); border: 2px solid var(--ink); border-radius: 16px; padding: 24px 22px; transition: transform .3s var(--bounce); }
.intg:hover { transform: translateY(-4px) rotate(-1deg); }
.intg--wp { background: var(--lav); }
.intg--cta { background: var(--navy); color: rgba(255,255,255,.8); }
.intg__k { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--ink); display: block; margin-bottom: 9px; }
.intg--cta .intg__k { color: #fff; }
.intg p { font-size: 14.5px; color: var(--body); line-height: 1.6; }
.intg--cta p { color: rgba(255,255,255,.82); }
.intg--cta a { color: var(--butter); font-weight: 700; }

/* ============================================================
   OPTIONS + CONDITIONS
   ============================================================ */
.opts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.opt { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--white); border: 2px solid var(--ink); border-radius: 14px; padding: 18px 20px; box-shadow: 3px 3px 0 var(--ink); transition: transform .25s var(--bounce); }
.opt:hover { transform: translate(-2px,-2px); }
.opt span { display: flex; flex-direction: column; gap: 2px; font-size: 15px; color: var(--ink); }
.opt__hint { font-size: 12px; color: var(--muted); font-weight: 400; line-height: 1.3; }
.opt strong { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy); white-space: nowrap; flex-shrink: 0; }
.opt strong small { font-weight: 500; font-size: 12px; color: var(--muted); }
.conds { margin-top: 36px; background: var(--ink); color: rgba(255,255,255,.78); border-radius: 22px; padding: 32px 36px; max-width: 740px; }
.conds__k { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--butter); margin-bottom: 16px; }
.conds ul { display: flex; flex-direction: column; gap: 11px; }
.conds li { position: relative; padding-left: 22px; font-size: 16px; }
.conds li::before { content: "→"; position: absolute; left: 0; color: var(--butter); font-weight: 700; }
.conds strong { color: #fff; }

/* ============================================================
   PORTFOLIO + CAROUSEL
   ============================================================ */
.cstack__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.work { transition: transform .3s var(--ease); }
.browser--card { box-shadow: 5px 5px 0 var(--ink); transform: none; }
.browser--card .browser__screen { aspect-ratio: 16/10; }
.work:hover .browser--card { transform: translateY(-6px); }
.work__body { padding: 20px 4px 0; }
.work__tag { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--navy); background: var(--lav); border: 1.5px solid var(--ink); padding: 4px 12px; border-radius: 999px; margin-bottom: 12px; }
.work__body h3 { font-size: 24px; color: var(--ink); margin-bottom: 7px; }
.work__body p { font-size: 15px; color: var(--body); }
.work__tag--soon { background: var(--butter); }
.mk--soon { background: linear-gradient(160deg,#0C3C6E,#1a5fa8); }
.mk__soon { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(8,41,72,.5); backdrop-filter: blur(2px); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 15px; }

/* CTA "votre commerce" card */
.work--cta .work__ctainner { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; height: 100%; min-height: 320px; background: var(--lav); border: 2px dashed var(--ink); border-radius: 16px; padding: 32px 28px; transition: transform .3s var(--bounce), box-shadow .3s; }
.work--cta:hover .work__ctainner { transform: translateY(-6px); box-shadow: 6px 6px 0 var(--ink); }
.work__star { width: 38px; height: 38px; fill: var(--navy); }
.work--cta h3 { font-size: 26px; color: var(--ink); }
.work--cta p { font-size: 15px; color: var(--body); }
.work--cta .btn { margin-top: 8px; pointer-events: none; }

.cdots { display: none; justify-content: center; gap: 8px; margin-top: 26px; }
.cdots button { width: 9px; height: 9px; border-radius: 50%; background: var(--ink); opacity: .25; border: none; transition: opacity .2s, width .2s; }
.cdots button.is-active { opacity: 1; width: 24px; border-radius: 6px; background: var(--navy); }

/* ============================================================
   TOOLS
   ============================================================ */
.tools { display: flex; flex-wrap: wrap; gap: 14px; }
.tool { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); border-radius: 14px; padding: 16px 26px; box-shadow: 3px 3px 0 var(--ink); transition: transform .25s var(--bounce); }
.tool:hover { transform: translate(-2px,-2px) rotate(-2deg); color: var(--navy); }

/* ============================================================
   QUOTES
   ============================================================ */
.quotes { grid-template-columns: repeat(3, 1fr); }
.quote { background: var(--white); border: 2px solid var(--ink); border-radius: 22px; padding: 28px 26px; box-shadow: 5px 5px 0 var(--ink); display: flex; flex-direction: column; gap: 14px; }
.quote:nth-child(2) { background: var(--butter); transform: rotate(-1deg); }
.quote:nth-child(3) { background: var(--mint); }
.quote__stars { color: #f5a623; font-size: 16px; letter-spacing: 2px; }
.quote blockquote { font-family: var(--font-display); font-weight: 600; font-size: 18px; line-height: 1.35; color: var(--ink); letter-spacing: -.01em; }
.quote figcaption { display: flex; flex-direction: column; margin-top: auto; }
.quote figcaption strong { font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.quote figcaption span { font-size: 13px; color: var(--body); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { border-top: 2px solid var(--ink); max-width: 920px; }
.faq__item { border-bottom: 2px solid var(--ink); }
.faq__item summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-display); font-weight: 700; font-size: clamp(18px,2.3vw,24px); color: var(--ink); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 30px; font-weight: 400; color: var(--navy); transition: transform .3s var(--bounce); line-height: 1; flex-shrink: 0; }
.faq__item[open] summary::after { transform: rotate(135deg); }
.faq__item p { padding: 0 0 26px; font-size: 16.5px; color: var(--body); max-width: 760px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(36px,6vw,80px); align-items: start; }
.contact__intro .sec__title { margin: 0; }
.contact__lead { margin-top: 20px; font-size: 19px; color: rgba(255,255,255,.66); max-width: 380px; }
.contact__pts { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.contact__pts li { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 16px; color: #fff; }
.contact__pts .ic { color: var(--butter); width: 16px; height: 16px; }
.form { display: flex; flex-direction: column; gap: 16px; background: rgba(255,255,255,.04); border: 2px solid rgba(255,255,255,.14); border-radius: 24px; padding: clamp(24px,3vw,36px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: rgba(255,255,255,.85); }
.field input, .field select, .field textarea { font-family: var(--font-body); font-size: 15.5px; color: #fff; background: rgba(255,255,255,.05); border: 2px solid rgba(255,255,255,.16); border-radius: 12px; padding: 13px 15px; transition: border-color .25s, background .25s; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.4); }
.field select option { background: var(--ink); color: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--butter); background: rgba(255,255,255,.09); }
.field textarea { resize: vertical; min-height: 100px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { position: relative; background: var(--ink); color: rgba(255,255,255,.65); padding: clamp(60px,8vw,90px) 0 0; overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); }
.footer__brand p { margin-top: 14px; font-size: 15px; max-width: 300px; }
.footer__col { display: flex; flex-direction: column; gap: 11px; }
.footer__h { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 6px; }
.footer__col a { font-size: 15px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer__col a:hover { color: var(--butter); }
.footer__legal { padding: 20px 0 0; font-size: 12.5px; color: rgba(255,255,255,.4); position: relative; z-index: 2; }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 14px 0 28px; font-size: 13.5px; color: rgba(255,255,255,.45); position: relative; z-index: 2; }
.footer__bleed { display: block; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: clamp(90px,25vw,340px); line-height: .72; letter-spacing: -.05em; color: #fff; opacity: .045; user-select: none; pointer-events: none; margin-bottom: -.12em; }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.svc-grid .reveal:nth-child(2), .plans .reveal:nth-child(2), .steps .reveal:nth-child(2), .cstack__track .reveal:nth-child(2) { transition-delay: .07s; }
.svc-grid .reveal:nth-child(3), .plans .reveal:nth-child(3), .steps .reveal:nth-child(3), .cstack__track .reveal:nth-child(3) { transition-delay: .14s; }
.steps .reveal:nth-child(4) { transition-delay: .21s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track, .doodle, .sticker--float { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .svc--wide { grid-column: span 2; }
  .intg-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .plan--featured, .plan--featured-dark { transform: none; }
  .plan--featured:hover, .plan--featured-dark:hover { transform: translate(-3px,-3px); }
  .opts { grid-template-columns: repeat(2, 1fr); }
  .founders, .contact { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .hero__stage { grid-template-columns: 1fr; max-width: 480px; }
  .browser--b { display: none; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav { position: fixed; inset: 74px 0 auto; flex-direction: column; gap: 2px; margin: 0; background: rgba(247,239,222,.98); backdrop-filter: blur(14px); padding: 16px 28px 24px; border-bottom: 2px solid var(--ink); transform: translateY(-130%); transition: transform .4s var(--ease); align-items: stretch; }
  .nav.is-open { transform: translateY(0); }
  .nav__link { padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .burger { display: flex; }
  .nav__cta { display: none; }

  .svc-grid, .svc--wide, .intg-grid, .steps, .opts, .footer__top { grid-template-columns: 1fr; }
  .person--shift { margin-left: 0; }

  /* Carousels */
  .cstack { margin: 0 -28px; }
  .cstack__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 12px 28px 16px; scrollbar-width: none; }
  .cstack__track::-webkit-scrollbar { display: none; }
  .cstack__track > * { scroll-snap-align: center; flex: 0 0 82%; }
  /* Stabilité : pas d'animation d'apparition à l'intérieur des carrousels */
  .cstack__track .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .cdots { display: flex; }

  /* Tarifs en carrousel (centré sur la carte mise en avant) */
  .cstack--plans .cstack__track { max-width: none; margin: 0; padding-top: 30px; align-items: stretch; }
  .cstack--plans .cstack__track > * { flex-basis: 86%; }
  .cstack--plans .plan { height: 100%; }

  /* Les doodles sont masqués sur mobile (ils encombrent / se positionnent mal) */
  .doodle { display: none; }
  .form__row { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGES LÉGALES
   ============================================================ */
.legal-bar { position: sticky; top: 0; z-index: 100; background: rgba(247,239,222,.9); backdrop-filter: saturate(180%) blur(12px); border-bottom: 2px solid var(--ink); }
.legal-bar .container { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.legal-back { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink); transition: color .2s; }
.legal-back:hover { color: var(--navy); }

.legal { padding: clamp(48px,7vw,90px) 0 clamp(60px,8vw,110px); }
.legal .tag { color: var(--navy); }
.legal h1 { font-size: clamp(38px,6vw,68px); color: var(--ink); margin: 6px 0 14px; letter-spacing: -.03em; }
.legal__updated { font-size: 14px; color: var(--muted); margin-bottom: 44px; }
.legal h2 { font-size: clamp(22px,3vw,30px); color: var(--ink); margin: 44px 0 14px; letter-spacing: -.02em; }
.legal h3 { font-size: 18px; color: var(--ink); margin: 24px 0 8px; }
.legal p, .legal li { font-size: 16.5px; color: var(--body); line-height: 1.7; }
.legal p { margin-bottom: 14px; }
.legal ul { margin: 0 0 16px; display: flex; flex-direction: column; gap: 8px; }
.legal li { position: relative; padding-left: 24px; }
.legal li::before { content: "✦"; position: absolute; left: 0; top: 2px; color: var(--navy); font-size: 11px; }
.legal a { color: var(--navy); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: var(--ink); font-weight: 600; }
.legal__card { background: var(--white); border: 2px solid var(--ink); border-radius: 18px; padding: 26px 30px; box-shadow: 5px 5px 0 var(--ink); margin: 8px 0 16px; }
.legal__card p { margin-bottom: 6px; }
.legal__card p:last-child { margin-bottom: 0; }
.legal__note { background: var(--lav); border-radius: 14px; padding: 16px 20px; font-size: 14.5px; color: var(--ink); margin: 16px 0; }
.legal__more { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 50px; padding-top: 30px; border-top: 2px solid var(--line); }

/* ---------- Statut formulaire ---------- */
.form__status { margin-top: 4px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; line-height: 1.5; padding: 12px 16px; border-radius: 12px; }
.form__status.is-ok { background: rgba(183,230,203,.18); color: #b7e6cb; border: 1px solid rgba(183,230,203,.4); }
.form__status.is-error { background: rgba(255,142,110,.14); color: #ffb59e; border: 1px solid rgba(255,142,110,.4); }
