/* ==========================================================
   GoldBest Services - Site design system (redesigned pages)
   Used by: index.html, Accueil.html, nos-services.html and the 11 service pages.
   Pages are generated by ../tools/build_pages.py from ToFollow/ mockups.
   Homepage hero + services grid keep their own files: hero.css, services.css.
   Header, footer, buttons and colour tokens are in chrome.css (load it first).
   ========================================================== */


body {
  font-family: var(--font);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
body *,
body *::before,
body *::after { box-sizing: border-box; }
img { max-width: 100%; }
a { color: inherit; }
.sec { padding: 76px 0; }
.sec--tint { background: rgba(228, 238, 250, .38); }   /* translucent so the side fibers show through */
.sec--tight { padding: 56px 0; }


/* ---------- Type ---------- */
.gold {
  background: linear-gradient(90deg, #b07d0c 0%, #d59b1c 55%, #e8b23a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--navy);
}
.eyebrow .ico { width: 22px; height: 22px; color: var(--gold); }
.eyebrow::after {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
}
.eyebrow--line::after { display: none; }
.eyebrow--line::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
}
.eyebrow--both::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
}
.h1,
.h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--navy);
}
.h1 { font-size: clamp(34px, 1rem + 2.7vw, 54px); line-height: 1.06; }
.h2 { font-size: clamp(28px, 1rem + 2.2vw, 44px); line-height: 1.1; }
.h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--navy);
}
.lead {
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
}
.lead strong,
.txt strong { font-weight: 700; color: var(--navy); }
.txt { margin: 6px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--ink); }

/* section heads */
.shead { margin-bottom: 36px; }
.shead--center { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.shead .h2 { margin-top: 12px; }
.shead--icon {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 22px;
}
.shead--icon .shead__icon { grid-row: 1 / span 3; }
.shead__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--navy);
}
.shead__icon .ico { width: 32px; height: 32px; }


/* ---------- Icon circle ---------- */
.ic {
  display: grid;
  place-items: center;
  flex: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ice);
  color: var(--navy);
}
.ic .ico { width: 26px; height: 26px; }
.ic--gold { background: var(--gold-soft); }
.ic--sm { width: 46px; height: 46px; }
.ic--sm .ico { width: 22px; height: 22px; }
.ic--lg { width: 66px; height: 66px; }
.ic--lg .ico { width: 30px; height: 30px; }
.ic--solid { background: var(--gold); color: var(--navy); }
.ic--line { background: none; border: 1.5px solid var(--gold); color: var(--gold); }


/* ==========================================================
   Breadcrumb + service hero
   ========================================================== */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--muted);
}
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: var(--gold-text); }
.crumbs li + li::before { content: "›"; margin-right: 8px; color: #9aa8bb; }
.crumbs li:last-child { font-weight: 700; color: var(--navy); }

.shero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fafd 0%, #eef4fb 100%);
}
.shero__inner {
  position: relative;
  z-index: 2;
  width: min(1240px, 100% - 48px);
  margin: 0 auto;
  padding: 34px 0 44px;
}
.shero__content { max-width: 640px; }
.shero .h1 { margin-top: 14px; }
.shero .lead { max-width: 600px; margin-top: 18px; }
.shero .btns { margin-top: 28px; gap: 14px; }
.shero .btn { min-height: 52px; padding: 0 20px; font-size: 15px; }
.shero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.shero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* split: photo in a panel with a curved gold edge */
.shero--split .shero__media {
  clip-path: ellipse(96% 150% at 100% 50%);
}
.shero--split .shero__arc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% + 14px);
  background: linear-gradient(180deg, #f4cf6b, var(--gold) 55%, #f7e0a0);
  clip-path: ellipse(96% 150% at 100% 50%);
}
/* bleed: photo behind, fading into the page on the left */
.shero--bleed .shero__media { width: 62%; }
.shero--bleed .shero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f5f9fd 0%, rgba(245, 249, 253, .85) 16%, rgba(245, 249, 253, 0) 48%);
}
.shero--bleed .shero__inner { padding-top: 56px; padding-bottom: 56px; }
.shero__badge {
  position: absolute;
  top: 26px;
  right: max(24px, (100% - 1240px) / 2 - 40px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 300px;
  padding: 16px 22px 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-lg);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--navy);
}
.shero__badge .ic { width: 64px; height: 64px; }
.shero__badge .ic .ico { width: 30px; height: 30px; }
.shero__badge p { margin: 0; }
.shero__badge p::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 8px;
  border-radius: 3px;
  background: var(--gold);
}

/* hero feature row */
.feats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--navy);
}
.feats li:first-child { padding-left: 0; }
.feats li + li { border-left: 1px solid #d5deea; }
.feats .ic { width: 42px; height: 42px; background: #fff; box-shadow: 0 0 0 1px var(--line); }
.feats .ic .ico { width: 20px; height: 20px; }
.shero .feats { flex-wrap: nowrap; }
.feats--plain li { font-weight: 500; color: var(--ink-2); }
.feats--plain .ic { width: auto; height: auto; background: none; box-shadow: none; }
.feats--plain .ic .ico { width: 30px; height: 30px; color: var(--navy); }
.feats--plain li + li { border-left: 0; }
/* rich features (title + text) */
.feats--rich { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.feats--rich li { display: block; padding: 0; border: 0 !important; }
.feats--rich .ic { width: 64px; height: 64px; margin-bottom: 14px; background: var(--ice); box-shadow: none; }
.feats--rich .ic .ico { width: 28px; height: 28px; }
.feats--rich strong { display: block; font-size: 16px; font-weight: 800; color: var(--navy); }
.feats--rich span { display: block; margin-top: 6px; font-size: 14px; font-weight: 400; color: var(--ink); }

/* bottom strip under a hero */
.strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1240px, 100% - 48px);
  margin: 0 auto;
  padding: 22px 24px;
  list-style: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.strip li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 12px;
  font-size: 15.5px;
  line-height: 1.35;
  color: var(--ink-2);
}
.strip li + li { border-left: 1px solid var(--line); }
.strip .ic { width: 62px; height: 62px; }
.strip .ic .ico { width: 30px; height: 30px; }
.strip .ic--plain { background: none; color: var(--gold); }


/* ==========================================================
   Presentation (image + text + 3 cards)
   ========================================================== */
.pres {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 8fr);
  align-items: center;
  gap: 44px;
}
.pres__media {
  position: relative;
  padding: 14px 0 0 14px;
}
.pres__media::before {
  content: "";
  position: absolute;
  inset: 0 14px 14px 0;
  border-radius: 28px;
  background: linear-gradient(135deg, #f6d27a, var(--gold));
}
.pres__media img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 24px;
}
.pres .lead { font-size: 16px; }
.mini-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.mini-cards li {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.mini-cards .h3 { font-size: 15.5px; }
.mini-cards .txt { font-size: 13.5px; }


/* ==========================================================
   Prestation grids
   ========================================================== */
.pgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pcard {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.pcard:hover { transform: translateY(-3px); box-shadow: 0 18px 38px -18px rgba(11, 37, 69, .3), 0 0 0 1px rgba(235, 183, 65, .5); }
.pcard img { display: block; width: 100%; height: auto; object-fit: cover; }
/* horizontal: photo left */
.pgrid--h .pcard {
  display: grid;
  grid-template-columns: 34% minmax(0, 1fr);
  min-height: 136px;
}
.pgrid--h .pcard img { height: 100%; }
.pgrid--h .pcard__body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 14px 14px 14px 12px;
}
.pgrid--h .pcard__body .ic { width: 38px; height: 38px; }
.pgrid--h .pcard__body .ic .ico { width: 19px; height: 19px; }
.pgrid--h .pcard__body .txt { grid-column: 1 / -1; }
.pgrid--h .h3 { font-size: 15px; }
.pgrid--h .txt { font-size: 13px; line-height: 1.45; }
/* vertical: photo on top, icon overlapping */
.pgrid--v .pcard img { aspect-ratio: 16 / 9; }
.pgrid--v .pcard__body {
  position: relative;
  padding: 20px 20px 24px;
}
.pgrid--v .pcard__body .ic {
  position: absolute;
  top: -34px;
  left: 16px;
  width: 62px;
  height: 62px;
  border: 4px solid #fff;
  background: var(--gold-soft);
}
.pgrid--v .pcard__body .ic .ico { width: 26px; height: 26px; }
.pgrid--v .h3 { min-height: 24px; margin-left: 58px; font-size: 15.5px; }
.pgrid--v .txt { margin-top: 12px; font-size: 14px; line-height: 1.55; }


/* ==========================================================
   CTA bar (slim navy)
   ========================================================== */
.ctabar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 30px;
  overflow: hidden;
  padding: 22px 34px;
  border-radius: 16px;
  background: linear-gradient(100deg, var(--navy-deep), var(--navy-2));
  color: #d7e1ee;
}
.ctabar::after {                      /* gold + blue swoosh, right edge */
  content: "";
  position: absolute;
  top: -40%;
  right: -60px;
  width: 200px;
  height: 180%;
  background: linear-gradient(115deg, transparent 38%, var(--gold) 40%, var(--gold) 52%, #2f6fd6 54%, #2f6fd6 64%, transparent 66%);
  opacity: .9;
  pointer-events: none;
}
.ctabar > .ico { width: 36px; height: 36px; color: var(--gold); }
.ctabar__title { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.01em; color: #fff; }
.ctabar__text {
  flex: 1 1 280px;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, .25);
  font-size: 14px;
  line-height: 1.5;
}
.ctabar .btn { position: relative; z-index: 1; margin-right: 110px; }
.ctabar .ico--wa { color: var(--navy); }


/* ==========================================================
   Process steps
   ========================================================== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.step { position: relative; }
.step + .step::before {               /* arrow between steps */
  content: "";
  position: absolute;
  top: 110px;
  left: -40px;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b2545' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / 18px no-repeat;
}
/* photo steps (homepage) */
.steps--photo .step__media { position: relative; }
.steps--photo .step__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
}
.step__num {
  position: absolute;
  top: -14px;
  left: -10px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 6px 14px -6px rgba(11, 37, 69, .4);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}
.steps--photo .step__media .ic {
  position: absolute;
  left: 14px;
  bottom: -30px;
  width: 64px;
  height: 64px;
  border: 4px solid #fff;
}
.steps--photo .h3 { margin-top: 44px; font-size: 20px; }
.steps--photo .txt { font-size: 15.5px; }
/* card steps (service pages) */
.steps--cards { gap: 36px; }
.steps--cards .step + .step::before { top: 70px; left: -36px; width: 34px; height: 34px; border: 0; background-color: transparent; }
.steps--cards .step {
  padding: 24px 20px 26px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}
.steps--cards .step__num {
  position: static;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--ice);
  box-shadow: none;
  font-size: 15px;
  color: var(--navy);
}
.steps--cards .ic {
  width: 84px;
  height: 84px;
  margin: -24px auto 0;
  background: var(--ice);
}
.steps--cards .ic .ico { width: 42px; height: 42px; }
.steps--cards .h3 { margin-top: 14px; font-size: 20px; }
.steps--cards .txt { font-size: 14.5px; }


/* ==========================================================
   Before / after
   ========================================================== */
.ba-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ba-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.ba {
  --pos: 50%;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ice);
}
.ba img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba__after { clip-path: inset(0 0 0 var(--pos)); }
.ba::after {                          /* divider line */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  margin-left: -1px;
  background: #fff;
  pointer-events: none;
}
.ba__handle {
  position: absolute;
  top: 50%;
  left: var(--pos);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
  color: var(--navy);
  pointer-events: none;
}
.ba__handle .ico { width: 22px; height: 22px; }
.ba input {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.ba__tag {
  position: absolute;
  z-index: 2;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
}
.ba__tag--before { left: 14px; background: rgba(35, 42, 52, .72); color: #fff; }
.ba__tag--after { right: 14px; background: var(--gold); color: var(--navy); }
.ba--tags-top .ba__tag { top: 14px; }
.ba--tags-bottom .ba__tag { bottom: 14px; }
.ba--tags-bottom .ba__tag--before { background: #fff; color: var(--navy); }
/* card head (homepage) */
.ba-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
}
.ba-card__head .ic { width: 52px; height: 52px; }
.ba-card__head .h3 { font-size: 17px; }
.ba-card__head .txt { margin-top: 2px; font-size: 13px; }
.ba-card__head .link-arrow { margin-left: auto; font-size: 13px; white-space: nowrap; }
/* card caption (service pages) */
.ba-card__foot {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 22px 22px;
}
.ba-card__foot .ic { width: 58px; height: 58px; }
.ba-card__foot .h3 { font-size: 18px; }
.ba-card__foot .txt { font-size: 14px; }
.ba-grid--bare .ba-card { border-radius: 14px; }
/* home layout: 3 large on top, 3 smaller below */
.ba-grid--home .ba-card:nth-child(n + 4) .ba { aspect-ratio: 2 / 1; }
.ba-grid--home .ba-card:nth-child(n + 4) .ba-card__head .h3 { font-size: 15.5px; }
.side-note {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 330px;
  padding: 16px 22px;
  border-radius: 16px;
  background: var(--ice);
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--ink-2);
}
.side-note .ico { width: 30px; height: 30px; color: var(--navy); }
.shead-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.shead-row .shead { margin-bottom: 0; }


/* ==========================================================
   FAQ
   ========================================================== */
.faq {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: 44px;
  align-items: start;
}
.faq--panel { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.faq__intro { position: relative; }
.faq__intro .lead { font-size: 16px; }
.faq__deco {
  display: block;
  width: 100%;
  margin-top: 28px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0 180px 24px 24px;
  box-shadow: -14px 14px 0 var(--gold-soft);
}
.faq__list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.faq--panel .faq__list { margin-top: 26px; }
.faq__item {
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  interpolate-size: allow-keywords;   /* lets the answer animate to its natural height */
  transition: box-shadow .3s;
}
.faq__item[open] { box-shadow: 0 16px 34px -18px rgba(11, 37, 69, .28), 0 0 0 1px rgba(235, 183, 65, .45); }
.faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  list-style: none;
  cursor: pointer;
  transition: color .2s;
}
.faq__item summary:hover { color: var(--gold-text); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 14px; }
.faq__num {
  display: grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ice);
  font-size: 14px;
  font-weight: 800;
  transition: background-color .3s, color .3s;
}
.faq__item[open] .faq__num { background: var(--gold); color: var(--navy); }

/* plus -> minus: circle + horizontal bar (::after), vertical bar (::before) rotates flat */
.faq__item summary::after {
  content: "";
  flex: none;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background: linear-gradient(var(--navy), var(--navy)) center / 14px 2px no-repeat, var(--ice);
  transition: background-color .3s;
}
.faq__item summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;                        /* centre of the 34px circle (22px padding + 17px - 1px) */
  width: 2px;
  height: 14px;
  margin-top: -7px;
  border-radius: 2px;
  background: var(--navy);
  transition: transform .35s var(--ease);
}
.faq__item[open] summary::before { transform: rotate(90deg); }
.faq__item[open] summary::after { background-color: var(--gold-soft); }

/* answer: height animates open/closed (browsers with ::details-content), text fades + glides in */
.faq__item::details-content {
  block-size: 0;
  overflow: hidden;
  transition: block-size .35s var(--ease), content-visibility .35s allow-discrete;
}
.faq__item[open]::details-content { block-size: auto; }
.faq__item p {
  margin: 0 22px 20px 80px;
  padding: 14px 18px;
  border-radius: 10px;
  background: var(--bg);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  opacity: 0;
  translate: 0 -6px;
  transition: opacity .3s ease, translate .35s var(--ease);
}
.faq__item[open] p { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
  .faq__item::details-content { transition: none; }
  .faq__item summary::before, .faq__item p { transition: none; }
}
.faq__panel {
  overflow: hidden;
  border-radius: 20px;
  background: var(--navy);
  box-shadow: var(--shadow-lg);
}
.faq__panel img { display: block; width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }
.faq__panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 0;
  padding: 28px 26px;
  list-style: none;
}
.faq__panel li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1.35;
  color: #e3ebf6;
}
.faq__panel .ic { width: 48px; height: 48px; }


/* ==========================================================
   Final CTA blocks
   ========================================================== */
.fcta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
}
.fcta__content { padding: 52px 48px; }
.fcta .h2 { font-size: clamp(28px, 1rem + 2vw, 44px); }
.fcta .lead { font-size: 16.5px; }
.fcta .btns { margin-top: 26px; }
.fcta .btns { gap: 14px; }
.fcta .btn { min-height: 52px; padding: 0 18px; font-size: 14.5px; }
.fcta__media { position: relative; min-height: 340px; }
.fcta__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fcta__media::before {                /* gold curved edge */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  z-index: 1;
  width: 110px;
  background: linear-gradient(180deg, #f4cf6b, var(--gold));
  clip-path: ellipse(45% 75% at 0% 50%);
}
.fcta__media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -52px;
  z-index: 2;
  width: 110px;
  background: var(--fcta-bg, var(--navy));
  clip-path: ellipse(45% 75% at 0% 50%);
}
.fcta .feats { margin-top: 28px; }
.fcta--navy {
  --fcta-bg: var(--navy-deep);
  background: radial-gradient(60% 90% at 30% 0%, rgba(30, 90, 160, .45), rgba(30, 90, 160, 0) 70%), var(--navy-deep);
  color: #d7e1ee;
}
.fcta--navy .h2 { color: #fff; }
.fcta--navy .lead { color: #d7e1ee; }
.fcta--navy .eyebrow { color: #fff; }
.fcta--navy .feats li { color: #e3ebf6; }
.fcta--navy .feats li + li { border-left-color: rgba(255, 255, 255, .22); }
.fcta--navy .feats .ic { background: none; box-shadow: none; color: #fff; }
.fcta--light {
  --fcta-bg: #f3f7fc;
  background: linear-gradient(90deg, #f3f7fc 0%, #eef4fb 100%);
  box-shadow: var(--shadow);
}
.fcta--light .feats .ic { background: var(--ice); box-shadow: none; }
.fcta__sub { display: block; font-size: 12.5px; font-weight: 500; color: var(--muted); }

/* full-width navy band with photo (Vitres, Moquettes, …) */
.band {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: #d7e1ee;
}
.band__media {
  position: absolute;
  inset: 0 0 0 38%;
}
.band__media img { width: 100%; height: 100%; object-fit: cover; }
.band__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(7, 26, 54, .75) 30%, rgba(7, 26, 54, .15) 70%, rgba(7, 26, 54, .35) 100%);
}
.band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 48px 0 56px;
}
.band__content { max-width: 620px; }
.band .eyebrow { color: #fff; letter-spacing: .16em; }
.band .h2 { margin-top: 12px; color: #fff; font-size: clamp(26px, 1rem + 1.8vw, 38px); }
.band .lead { color: #d7e1ee; font-size: 15px; }
.band .btns { flex-direction: column; gap: 14px; }
.band .btn { min-width: 270px; }


/* ==========================================================
   Homepage: Pour qui
   ========================================================== */
.audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.aud {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  padding: 34px 36px;
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
}
.aud__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 58%;
}
.aud__media img { width: 100%; height: 100%; object-fit: cover; }
.aud__media::after { content: ""; position: absolute; inset: 0; }
.aud__content { max-width: 55%; }
.aud .shead__icon { width: 78px; height: 78px; border-radius: 16px; }
.aud .shead__icon .ico { width: 36px; height: 36px; }
.aud .h2 { margin-top: 18px; font-size: clamp(30px, 1rem + 2vw, 46px); }
.aud .lead { font-size: 17px; }
.aud__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 14px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
}
.aud__items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.aud__items .ic { width: 64px; height: 64px; transition: transform .25s var(--ease); }
.aud__items a:hover .ic { transform: translateY(-3px); }
.aud--light { background: #fff; color: var(--navy); }
.aud--light .aud__media::after { background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .6) 22%, rgba(255, 255, 255, 0) 55%); }
.aud--light .shead__icon { background: var(--gold-soft); }
.aud--dark {
  background: radial-gradient(80% 90% at 40% 50%, rgba(30, 90, 160, .45), rgba(30, 90, 160, 0) 60%), linear-gradient(120deg, var(--navy-deep), var(--navy-2));
  color: #fff;
}
.aud--dark .aud__media::after { background: linear-gradient(90deg, #0d2a52 0%, rgba(13, 42, 82, .5) 25%, rgba(13, 42, 82, 0) 55%); }
.aud--dark .h2 { color: #fff; }
.aud--dark .lead { color: #d7e1ee; }
.aud--dark .shead__icon { background: rgba(255, 255, 255, .1); color: var(--gold); }
.aud--dark .aud__items .ic { background: rgba(255, 255, 255, .08); color: #fff; }


/* ==========================================================
   Homepage: Pourquoi nous choisir
   ========================================================== */
.why {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 8fr);
  align-items: center;
  gap: 40px;
}
.why__media {
  position: relative;
  z-index: 0;
  align-self: stretch;
  min-height: 520px;
}
.why__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  clip-path: ellipse(100% 120% at 0% 50%);
}
.why__media::after {                  /* gold arc along the curved edge */
  content: "";
  position: absolute;
  inset: 0 -12px 0 0;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(180deg, #f4cf6b, var(--gold));
  clip-path: ellipse(100% 120% at 0% 50%);
}
.cards6 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.cards6 li {
  padding: 24px 22px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.cards6 .ic { width: 70px; height: 70px; margin-bottom: 16px; }
.cards6 .ic .ico { width: 32px; height: 32px; }
.cards6 .h3 { font-size: 18px; }
.cards6 .txt { font-size: 14.5px; }
.qbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 26px;
  padding: 20px 26px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.qbar .ic { width: 64px; height: 64px; background: var(--navy); color: #fff; }
.qbar .ic .ico { width: 28px; height: 28px; }
.qbar__text { flex: 1 1 300px; }
.qbar__text .h3 { font-size: 20px; }
.qbar__text .txt { font-size: 15px; }
.qbar--navy { background: linear-gradient(90deg, var(--navy-deep), var(--navy-2) 70%, #2b4f86); color: #d7e1ee; }
.qbar--navy .ic { background: none; color: var(--gold); }
.qbar--navy .h3 { color: #fff; }
.qbar--navy .txt { color: #d7e1ee; }


/* ==========================================================
   Homepage: À propos
   ========================================================== */
.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
}
.about .lead { font-size: 16.5px; }
.about__feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}
.about__feats .ic { width: 70px; height: 70px; margin-bottom: 14px; }
.about__feats .ic .ico { width: 32px; height: 32px; }
.about__feats .h3 { font-size: 18px; }
.about__media { position: relative; min-height: 580px; }
.about__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 90px 24px 24px 24px;
}
.about__badge {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 280px;
  padding: 14px 20px 14px 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--navy);
}
.about__badge .ic { width: 64px; height: 64px; }
.about__minis {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about__minis a {
  display: block;
  overflow: hidden;
  padding: 6px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  text-decoration: none;
}
.about__minis img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 10px; }
.about__minis span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 6px 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}
.about__minis .ic { width: 38px; height: 38px; }
.about__minis .ic .ico { width: 20px; height: 20px; }


/* ==========================================================
   Homepage: Prêt à commencer (navy band inside process)
   ========================================================== */
.readyband {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto minmax(0, .8fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  margin-top: 40px;
  padding: 30px 0 30px 48px;
  border-radius: 20px;
  background: var(--navy-deep);
  color: #d7e1ee;
}
.readyband__kicker { display: flex; align-items: center; gap: 12px; margin: 0; font-size: 20px; font-weight: 600; color: #fff; }
.readyband__kicker .ico { width: 28px; height: 28px; color: var(--gold); }
.readyband__title { margin: 8px 0 0; font-size: clamp(26px, 1rem + 1.6vw, 36px); font-weight: 800; letter-spacing: -.02em; color: #fff; }
.readyband__title span { color: var(--gold); }
.readyband ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.readyband li { display: inline-flex; align-items: center; gap: 10px; }
.readyband li .ico { width: 22px; height: 22px; color: var(--gold); }
.readyband__media { align-self: stretch; margin: -30px 0; }
.readyband__media img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; }


/* ==========================================================
   Pre-footer CTA (homepage)
   ========================================================== */
.prefoot {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: #d7e1ee;
}
.prefoot__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  clip-path: ellipse(100% 140% at 100% 50%);
}
.prefoot__media img { width: 100%; height: 100%; object-fit: cover; }
.prefoot__arc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(38% + 18px);
  background: linear-gradient(180deg, #f4cf6b, var(--gold));
  clip-path: ellipse(100% 140% at 100% 50%);
}
.prefoot .wrap { position: relative; z-index: 1; padding: 80px 0 72px; }
.prefoot__content { max-width: 760px; }
.prefoot .eyebrow { color: #fff; }
.prefoot .h2 { margin-top: 18px; color: #fff; font-size: clamp(32px, 1rem + 2.8vw, 54px); }
.prefoot .lead { max-width: 700px; color: #e3ebf6; font-size: 18px; }
.prefoot .btns { margin-top: 30px; }
.prefoot .feats { margin-top: 34px; }
.prefoot .feats li { font-size: 15.5px; font-weight: 500; color: #fff; }
.prefoot .feats li + li { border-left-color: rgba(255, 255, 255, .22); }
.prefoot .feats .ic { width: 52px; height: 52px; border: 1.5px solid var(--gold); background: none; box-shadow: none; color: var(--gold); }


/* ==========================================================
   Nos services: cards + "Parlez-nous" band
   ========================================================== */
.svc-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.svc-list .pcard img { aspect-ratio: 16 / 7; }
.svc-list .pcard__body { position: relative; padding: 42px 20px 22px; }
.svc-list .pcard__body .ic {
  position: absolute;
  top: -34px;
  left: 16px;
  width: 64px;
  height: 64px;
  border: 4px solid #fff;
}
.svc-list .h3 { font-size: 18px; }
.svc-list .txt { font-size: 14.5px; }
.svc-list .link-arrow { margin-top: 16px; }
.svc-list .pcard--featured { background: #fff9ea; box-shadow: 0 0 0 1.5px var(--gold), var(--shadow-lg); }
.svc-list .pcard--featured .ic { background: var(--gold-soft); }
.svc-list--h { grid-template-columns: 1fr 1fr; margin-top: 22px; }
.svc-list--h .pcard { display: grid; grid-template-columns: 52% minmax(0, 1fr); }
.svc-list--h .pcard img { height: 100%; aspect-ratio: auto; }
.svc-list--h .pcard__body { padding: 26px 22px; }
.needband {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, .55fr);
  align-items: center;
  gap: 26px;
  overflow: hidden;
  margin-top: 40px;
  padding: 36px 0 36px 44px;
  border-radius: 22px;
  background: var(--navy-deep);
  color: #d7e1ee;
}
.needband .eyebrow { color: #fff; font-size: 12px; letter-spacing: .14em; }
.needband .eyebrow::after { display: none; }
.needband .h2 { margin-top: 10px; color: #fff; font-size: clamp(26px, 1rem + 1.6vw, 36px); }
.needband .lead { margin-top: 10px; color: #d7e1ee; font-size: 15.5px; }
.needband .btn { margin-top: 22px; }
.needband ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.needband li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.needband li + li { border-left: 1px solid rgba(255, 255, 255, .2); }
.needband .ic { width: 58px; height: 58px; }
.needband__media { align-self: stretch; margin: -36px 0; }
.needband__media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }


/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 1200px) {
  .pgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
  .step:nth-child(3)::before { display: none; }
  .cards6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feats--rich { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .shero__media,
  .shero--bleed .shero__media { position: relative; width: 100%; height: 340px; clip-path: none; }
  .shero--split .shero__arc,
  .shero--bleed .shero__media::after { display: none; }
  .shero__badge { top: 16px; right: 16px; }
  .shero__content { max-width: none; }
  .strip { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 18px; margin-top: 24px; }
  .strip li:nth-child(3) { border-left: 0; }
  .pres, .why, .about, .faq, .faq--panel, .audience { grid-template-columns: 1fr; }
  .why__media { min-height: 360px; }
  .about__media { min-height: 520px; }
  .fcta { grid-template-columns: 1fr; }
  .fcta__media::before, .fcta__media::after { display: none; }
  .aud__content { max-width: 70%; }
  .readyband, .needband { grid-template-columns: 1fr; padding-right: 36px; }
  .readyband__media, .needband__media { display: none; }
  .band__media { inset: 0; }
  .prefoot__media, .prefoot__arc { display: none; }
  .svc-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ba-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .wrap, .shero__inner, .strip { width: calc(100% - 32px); }
  .sec { padding: 56px 0; }
  .btns { flex-direction: column; }
  .btn { width: 100%; white-space: normal; text-align: center; }
  .feats, .shero .feats { display: grid; grid-template-columns: 1fr 1fr; }
  .feats li { padding: 0; border: 0 !important; }
  .feats--rich { grid-template-columns: 1fr 1fr; }
  .strip { grid-template-columns: 1fr; }
  .strip li { justify-content: flex-start; border-left: 0 !important; }
  .pgrid, .pgrid--h, .mini-cards, .ba-grid, .steps, .cards6, .about__feats, .svc-list, .svc-list--h { grid-template-columns: 1fr; }
  .step + .step::before { display: none; }
  .aud { min-height: 0; padding: 26px 22px 300px; }
  .aud__media { top: auto; width: 100%; height: 280px; }
  .aud--light .aud__media::after { background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 40%); }
  .aud--dark .aud__media::after { background: linear-gradient(180deg, #0d2a52 0%, rgba(13, 42, 82, 0) 40%); }
  .aud__content { max-width: none; }
  .about__minis { grid-template-columns: 1fr 1fr; }
  .about__minis li:nth-child(3) { display: none; }
  .fcta__content { padding: 34px 24px; }
  .ctabar { padding: 22px; }
  .ctabar__text { padding-left: 0; border-left: 0; }
  .ctabar .btn { margin-right: 0; }
  .ctabar::after { display: none; }
  .faq__item p { margin-left: 22px; }
  .faq__panel ul { grid-template-columns: 1fr; }
  .needband ul { grid-template-columns: 1fr; gap: 16px; }
  .needband li + li { border-left: 0; }
  .shead--icon { grid-template-columns: 1fr; }
  .shead--icon .shead__icon { grid-row: auto; margin-bottom: 14px; }
  .shead-row .side-note { max-width: none; }
  .svc-list--h .pcard { grid-template-columns: 1fr; }
  .svc-list--h .pcard img { aspect-ratio: 16 / 9; }
  .pgrid--h .pcard { grid-template-columns: 110px minmax(0, 1fr); }
  .band .btn { min-width: 0; }
  .readyband { padding: 26px 22px; }
  .needband { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  body *, body *::before, body *::after { transition: none !important; animation: none !important; }
}


/* ==========================================================
   Pour les particuliers page (3.Particuliers mockup)
   ========================================================== */
/* solutions: 4 cards, then 3 wider cards */
.pgrid--sol { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.pgrid--sol > li { grid-column: span 3; display: flex; flex-direction: column; }
.pgrid--sol > li:nth-child(n + 5) { grid-column: span 4; }
.pgrid--sol > li:nth-child(n + 5) img { aspect-ratio: 16 / 7.5; }
.pgrid--sol .pcard__body { display: flex; flex: 1; flex-direction: column; }
.pgrid--sol .txt { color: var(--ink); }
.pcard__more { margin-top: auto; padding-top: 16px; }

/* formulas with checklists */
.formulas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.formula img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 7.5; object-fit: cover; }
.formula .pcard__body { position: relative; padding: 20px 22px 24px; }
.formula .pcard__body > .ic {
  position: absolute;
  top: -34px;
  left: 16px;
  width: 62px;
  height: 62px;
  border: 4px solid #fff;
}
.formula .pcard__body > .ic .ico { width: 26px; height: 26px; }
.formula .h3 { min-height: 24px; margin-left: 58px; font-size: 17px; }
.formula .txt { margin-top: 12px; font-size: 14.5px; }
.checks { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
}
.checks li::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center / 12px no-repeat,
    var(--gold);
}

/* why: 6 centred cards in one row */
.why6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.why6 li {
  padding: 22px 16px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}
.why6 .ic { width: 66px; height: 66px; margin: 0 auto 14px; }
.why6 .ic .ico { width: 30px; height: 30px; }
.why6 .h3 { font-size: 16px; }
.why6 .txt { margin-top: 10px; font-size: 14px; }

/* before / after carousel */
.ba-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
  margin: 0;
  padding: 0 0 6px;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ba-track::-webkit-scrollbar { display: none; }
.ba-track > li { scroll-snap-align: center; }
.ba-card--cap .ba { aspect-ratio: 16 / 9.5; }
.ba-card--cap .ba__handle { width: 34px; height: 34px; margin: -17px 0 0 -17px; }
.ba-card--cap .ba__handle .ico { width: 18px; height: 18px; }
.ba-card__cap {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 0 18px 16px;
}
.ba-card__cap .ic {
  flex: none;
  width: 58px;
  height: 58px;
  margin-top: -22px;
  border: 4px solid #fff;
}
.ba-card__cap .h3 { font-size: 16px; }
.ba-card__cap .txt { margin-top: 2px; font-size: 13.5px; }
.ba-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.ba-nav__arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: none;
  color: var(--navy);
  cursor: pointer;
  transition: background-color .2s;
}
.ba-nav__arrow:hover { background: var(--ice); }
.ba-nav__arrow[data-dir="-1"] .ico { transform: scaleX(-1); }
.ba-nav__arrow .ico { width: 20px; height: 20px; }
.ba-nav__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfdaea;
  cursor: pointer;
  transition: background-color .25s, transform .25s;
}
.ba-nav__dot:first-of-type { background: #f3d58a; }
.ba-nav__dot.is-active { background: var(--navy); transform: scale(1.15); }
.ba-nav button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* final band: text + buttons stacked on the left, photo on the right */
.band--stack .band__media { inset: 0 0 0 45%; }
.band--stack .band__inner { padding: 56px 0 60px; }
.band--stack .band__content { max-width: 700px; }
.band--stack .btns { flex-direction: row; gap: 14px; margin-top: 26px; }
.band--stack .btn { min-width: 0; }

@media (max-width: 1200px) {
  .why6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pgrid--sol > li { grid-column: span 6; }
  .pgrid--sol > li:nth-child(n + 5) { grid-column: span 6; }
}
@media (max-width: 1080px) {
  .formulas { grid-template-columns: 1fr; max-width: 560px; }
  .ba-track { grid-auto-columns: 78%; }
  .band--stack .band__media { inset: 0; }
}
@media (max-width: 720px) {
  .pgrid--sol > li, .pgrid--sol > li:nth-child(n + 5) { grid-column: 1 / -1; }
  .why6 { grid-template-columns: 1fr 1fr; }
  .ba-track { grid-auto-columns: 88%; }
  .band--stack .btns { flex-direction: column; }
}
@media (min-width: 1081px) {
  .shero--bleed .feats { width: max-content; flex-wrap: nowrap; }   /* two lines per feature, as in the mockups */
  .shero--bleed .feats li { white-space: nowrap; }
}
@media (max-width: 1080px) {
  .band--stack .band__media::after { background: linear-gradient(180deg, rgba(7, 26, 54, .92), rgba(7, 26, 54, .78)); }   /* readable text over the photo */
}

/* Pour les professionnels: 9 service cards, 3 per row */
.pgrid--sol3 > li, .pgrid--sol3 > li:nth-child(n + 5) { grid-column: span 4; }
.pgrid.pgrid--sol3 > li.pcard img { aspect-ratio: 16 / 5.6; }   /* same photo height on all 9 cards */
@media (max-width: 1200px) { .pgrid--sol3 > li, .pgrid--sol3 > li:nth-child(n + 5) { grid-column: span 6; } }
@media (max-width: 720px) { .pgrid--sol3 > li, .pgrid--sol3 > li:nth-child(n + 5) { grid-column: 1 / -1; } }
.pgrid--sol3 .h3 { white-space: nowrap; }


/* ==========================================================
   Réalisations / À propos / Blog / Contact (ToFollow mockups)
   ========================================================== */
/* handwritten note on photos */
.script-note {
  position: absolute;
  right: 5%;
  bottom: 12%;
  z-index: 2;
  margin: 0;
  font: 600 clamp(26px, 1rem + 1.4vw, 38px)/1.05 "Caveat", "Segoe Script", cursive;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
  transform: rotate(-8deg);
}
.script-note::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  margin-top: 6px;
  border-radius: 3px;
  background: var(--gold);
  transform: rotate(-3deg);
}
.script-note--card {
  right: 4%;
  bottom: 8%;
  padding: 14px 22px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  color: var(--navy);
  text-shadow: none;
}
.script-note--card::after { display: none; }

/* ---------- Réalisations ---------- */
.rtabs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.rtab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 84px;
  padding: 12px 8px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  font: 500 14px/1.25 var(--font);
  color: var(--navy);
  text-align: center;
  cursor: pointer;
  transition: background-color .2s, color .2s, transform .2s;
}
.rtab .ico { width: 24px; height: 24px; }
.rtab:hover { transform: translateY(-2px); }
.rtab.is-active { background: var(--navy); color: #fff; }
.rtab:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.rgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rgrid > [hidden] { display: none; }
.rcard .ba { aspect-ratio: 16 / 7.2; }
.rcard__body { padding: 16px 20px 20px; }
.rcard__cat { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; font-size: 13px; font-weight: 600; color: var(--navy); }
.rcard__cat .ico { width: 20px; height: 20px; }
.rcard .h3 { font-size: 17px; }
.rcard .txt { font-size: 14px; color: var(--muted); }
.rpromo {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy-deep);
  isolation: isolate;
}
.rpromo > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 55%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%);
  mask-image: linear-gradient(90deg, transparent, #000 60%);
}
.rpromo__body { display: flex; flex-direction: column; align-items: flex-start; height: 100%; padding: 24px; }
.rpromo__logo { width: 130px; height: auto; }
.rpromo__title { margin: 18px 0 0; font-size: clamp(22px, 1rem + 1vw, 28px); font-weight: 800; line-height: 1.15; color: #fff; }
.rpromo__text { margin: 8px 0 18px; font-size: 14px; color: #d7e1ee; }
.rpromo .btn { margin-top: auto; min-height: 46px; padding: 0 18px; font-size: 14px; }
.project {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f6f9fd;
}
.project__media { position: absolute; inset: 0 0 0 45%; z-index: -1; }
.project__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 50%);
  mask-image: linear-gradient(90deg, transparent, #000 50%);
}
.project__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 0 44px;
}
.project .h2 { margin-top: 10px; font-size: clamp(24px, 1rem + 1.2vw, 32px); }
.project .lead { margin-top: 8px; font-size: 15.5px; }
.project .btns { margin-top: 20px; }
.project__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 18px 8px;
  list-style: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}
.project__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 116px;
  padding: 4px 14px;
  font-size: 12.5px;
  line-height: 1.3;
  text-align: center;
  color: var(--ink-2);
}
.project__stats li + li { border-left: 1px solid var(--line); }
.project__stats .ico { width: 26px; height: 26px; margin-bottom: 6px; color: var(--navy); }
.project__stats strong { font-size: 22px; font-weight: 800; color: var(--navy); }

/* ---------- À propos ---------- */
.who {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}
.who .lead { font-size: 15.5px; }
.who__imgs {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 420px;
}
.who__imgs img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.who__imgs img:first-child { grid-row: 1 / span 2; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.about-stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}
.about-stats .ico { width: 34px; height: 34px; margin-bottom: 10px; color: var(--navy); }
.about-stats strong { font-size: 24px; font-weight: 800; line-height: 1.1; letter-spacing: -.02em; color: var(--navy); }
.about-stat__sub { font-size: 17px; color: var(--navy); }
.about-stats .txt { margin-top: 8px; font-size: 14px; color: var(--muted); }
.engage { position: relative; overflow: hidden; }
.engage__media { position: absolute; top: 0; right: 0; bottom: 0; width: 34%; }
.engage__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%);
  mask-image: linear-gradient(90deg, transparent, #000 30%);
}
.engage__content { max-width: 66%; }
.engage .lead { max-width: 560px; font-size: 15.5px; }
.engage__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.engage__list li {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.engage__list .ic { width: 52px; height: 52px; }
.engage__list .h3 { font-size: 15px; }
.engage__list .txt { margin-top: 4px; font-size: 13px; color: var(--muted); }
.band--split .band__inner { align-items: center; padding: 48px 0 52px; }
.band--split .band__content { max-width: 560px; }
.band--split .band__side { display: grid; justify-items: start; gap: 18px; margin-right: 5%; }
.band__feats { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; list-style: none; font-size: 14px; color: #fff; }
.band__feats li { display: inline-flex; align-items: center; gap: 8px; }
.band__feats .ico { width: 20px; height: 20px; }

/* ---------- Blog ---------- */
.bhero { position: relative; overflow: hidden; background: linear-gradient(180deg, #f7fafd, #eef4fb); }
.bhero__media { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; }
.bhero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%);
}
.bhero__arc {
  position: absolute;
  right: -10%;
  bottom: -40%;
  width: 70%;
  height: 70%;
  border-top: 10px solid var(--gold);
  border-radius: 50%;
  opacity: .9;
}
.bhero__badge {
  position: absolute;
  right: 24px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 220px;
  margin: 0;
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  font-size: 12.5px;
  line-height: 1.35;
  color: var(--navy);
}
.bhero__badge .ico { width: 28px; height: 28px; color: var(--gold); }
.bhero__inner { position: relative; z-index: 1; padding: 36px 0 44px; }
.bhero__inner > * { max-width: 640px; }
.bhero .h1 { font-size: clamp(32px, 1rem + 2.4vw, 48px); }
.bhero__logo { display: block; width: 300px; height: auto; }
.bhero__eyebrow { margin: 20px 0 6px; font-size: 16px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-text); }
.bhero .lead { color: var(--muted); }
.bfeat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.bfeat__media { position: relative; min-height: 250px; }
.bfeat__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bfeat__pill {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
}
.bfeat__pill .ico { width: 16px; height: 16px; }
.bfeat__body { padding: 28px 30px 30px; }
.bfeat .h2 { margin-top: 12px; font-size: clamp(24px, 1rem + 1.3vw, 32px); }
.bfeat .h2 a, .bcard .h3 a { color: inherit; text-decoration: none; }
.bfeat .h2 a:hover, .bcard .h3 a:hover { color: var(--gold-text); }
.bfeat .lead { font-size: 15px; color: var(--muted); }
.btn--pill { margin-top: 22px; border-radius: 999px; }
.bmeta { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 13px; color: var(--muted); }
.bmeta .ico { width: 16px; height: 16px; }
.btag { margin-left: auto; padding: 4px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 700; text-transform: uppercase; }
.btag--blue { background: var(--ice); color: var(--steel); }
.btag--gold { background: var(--gold-soft); color: var(--gold-text); }
.bhead { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.bhead__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-size: clamp(22px, 1rem + 1vw, 28px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--navy);
}
.bhead__title::after { content: ""; width: 44px; height: 2px; border-radius: 2px; background: var(--gold); }
.bhead__all { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--navy); }
.bhead__all span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--gold); }
.bhead__all .ico { width: 16px; height: 16px; transform: rotate(-90deg); }
.bgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.bcard { display: flex; flex-direction: column; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.bcard__media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 7.5; object-fit: cover; }
.bcard__body { display: flex; flex: 1; flex-direction: column; padding: 18px 20px 20px; }
.bcard .h3 { margin-top: 12px; font-size: 18px; }
.bcard .txt { margin-top: 10px; color: var(--muted); }
.bcard__more { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 14px; font-size: 14px; font-weight: 700; color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.bcard__more .ico { width: 16px; height: 16px; color: var(--gold-text); }
.bchips { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.bchip {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--navy);
  text-decoration: none;
  transition: transform .2s;
}
.bchip:hover { transform: translateY(-2px); }
.bchip__ic { display: grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 50%; }
.bchip__ic .ico { width: 22px; height: 22px; }
.bchip__ic--gold { background: var(--gold-soft); color: var(--gold-text); }
.bchip__ic--blue { background: var(--ice); color: var(--steel); }
.bchip__go { width: 16px; height: 16px; margin-left: auto; transform: rotate(-90deg); }
.bcta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 30px 32px;
  border-radius: 20px;
  background: linear-gradient(100deg, var(--navy-deep) 45%, #1c4580);
  color: #d7e1ee;
  isolation: isolate;
}
.bcta__media { grid-column: 2; grid-row: 1; align-self: stretch; margin: -30px 0; }
.bcta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 80%, transparent);
}
.bcta__content { grid-column: 1; grid-row: 1; }
.bcta .h2 { color: #fff; font-size: clamp(22px, 1rem + 1.1vw, 30px); }
.bcta .lead { font-size: 14.5px; color: #d7e1ee; }
.bcta .btns { margin-top: 18px; gap: 12px; flex-wrap: nowrap; }
.bcta .btn { min-height: 48px; padding: 0 16px; font-size: 14px; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: #1eb858; }
.bcta__feats { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; font-size: 13.5px; color: #fff; }
.bcta__feats li { display: flex; align-items: center; gap: 12px; }
.bcta__feats .ic { width: 40px; height: 40px; }
.bcta__feats .ic .ico { width: 18px; height: 18px; }

/* ---------- Contact ---------- */
.contact2 { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: start; gap: 40px; }
.coords { display: grid; gap: 20px; margin: 26px 0 0; padding: 0; list-style: none; }
.coords li { display: flex; align-items: center; gap: 18px; }
.coords .ic { width: 56px; height: 56px; }
.coords .ic--wa { background: #dff6e7; color: #1eb858; }
.coord__label { margin: 0; font-size: 14px; font-weight: 700; color: var(--navy); }
.coord__value { margin: 2px 0; font-size: 17px; color: var(--navy); }
.coord__value a { text-decoration: none; }
.coord__value a:hover { color: var(--gold-text); }
.coord__sub { margin: 0; font-size: 14px; color: var(--steel); }
.qform { padding: 30px; border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); }
.qform .h2 { margin-top: 12px; font-size: clamp(26px, 1rem + 1.4vw, 34px); }
.qform .lead { margin-top: 6px; font-size: 15px; }
.qform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; margin-top: 22px; }
.qf { display: grid; gap: 7px; min-width: 0; margin: 0; padding: 0; border: 0; font-size: 13.5px; font-weight: 600; color: var(--navy); }
.qf--wide { grid-column: 1 / -1; }
.qf__box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.qf__box:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(235, 183, 65, .2); }
.qf__box > .ico { width: 18px; height: 18px; color: #8fa3bf; }
.qf__box input, .qf__box select, .qf__box textarea {
  flex: 1;
  min-width: 0;
  padding: 12px 0;
  border: 0;
  outline: 0;
  background: none;
  font: 500 14.5px/1.4 var(--font);
  color: var(--navy);
}
.qf__box--select { flex-direction: row-reverse; }
.qf__box--select select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.qf__box--area { align-items: flex-start; }
.qf__box--area > .ico { margin-top: 14px; }
.qf__box textarea { resize: vertical; }
.qf--type { display: block; }
.qf--type legend { margin-bottom: 7px; padding: 0; }
.qtypes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.qtype {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 10px;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}
.qtype .ico { width: 20px; height: 20px; }
.qtype input { position: absolute; opacity: 0; pointer-events: none; }
.qtype:has(input:checked) { border-color: var(--gold); background: var(--gold-soft); }
.qtype:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 2px; }
.qf__trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.qform__send { width: 100%; margin-top: 20px; }
.qform__send:disabled { opacity: .65; cursor: wait; }
.qform__msg { min-height: 22px; margin: 12px 0 0; font-size: 14px; font-weight: 600; }
.qform__msg.is-ok { color: #1e7a45; }
.qform__msg.is-error { color: #c0392b; }
.mapsec { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); align-items: center; gap: 40px; }
.mapsec .lead { font-size: 15px; }
.mapsec__card { margin-top: 22px; padding: 20px; border-radius: 16px; background: var(--bg); box-shadow: 0 0 0 1px var(--line); }
.mapsec__card p { display: flex; gap: 12px; margin: 0 0 16px; font-size: 14px; color: var(--steel); }
.mapsec__card p .ico { width: 24px; height: 24px; color: var(--navy); }
.mapsec__card strong { display: block; font-size: 15px; color: var(--navy); }
.mapsec__card .btn { min-height: 48px; font-size: 14px; }
.mapsec__map { overflow: hidden; border-radius: 18px; box-shadow: var(--shadow-lg); }
.mapsec__map iframe { display: block; width: 100%; height: 340px; border: 0; }

@media (max-width: 1200px) {
  .rtabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .engage__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bchips { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .rgrid, .bgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .who, .contact2, .mapsec, .bfeat { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .engage__media { position: relative; width: 100%; height: 320px; }
  .engage__content { max-width: none; }
  .band--split .band__side { margin-right: 0; }
  .bhero__media { position: relative; width: 100%; height: 300px; }
  .bcta { grid-template-columns: 1fr; }
  .bcta__media { display: none; }
  .project__media img { opacity: .25; }
}
@media (max-width: 720px) {
  .rtabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rgrid, .bgrid, .engage__list, .about-stats, .bchips, .qform__grid { grid-template-columns: 1fr; }
  .project__stats { grid-template-columns: 1fr 1fr; row-gap: 16px; }
  .project__stats li:nth-child(3) { border-left: 0; }
  .who__imgs { height: 300px; }
  .qform { padding: 22px 18px; }
  .bhero__logo { width: 220px; }
  .script-note { font-size: 24px; }
}

.project__inner > div:first-child { flex: 1 1 480px; max-width: 650px; }
@media (max-width: 1080px) {
  .band--split .band__side { margin-right: 0; }
  .bcta .btns { flex-wrap: wrap; }
}
.project .btns { gap: 14px; }
.project .btn { padding: 0 18px; font-size: 14.5px; }


/* ==========================================================
   Blog articles (blog/*.html)
   ========================================================== */
.ahero {
  padding: 40px 0 150px;
  background:
    radial-gradient(60% 120% at 100% 0%, rgba(30, 90, 160, .45) 0%, rgba(30, 90, 160, 0) 60%),
    linear-gradient(120deg, var(--navy-deep), var(--navy-2));
  color: #d7e1ee;
}
.ahero .crumbs { color: #9fb3cf; }
.ahero .crumbs li:last-child { color: #fff; }
.ahero .crumbs li + li::before { color: #6f86a8; }
.ahero .btag { display: inline-block; margin: 6px 0 0; }
.ahero__title { max-width: 900px; margin-top: 16px; font-size: clamp(30px, 1rem + 2.4vw, 48px); color: #fff; }
.ahero__meta { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 18px 0 0; font-size: 14.5px; color: #c9d6e8; }
.ahero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.ahero__meta .ico { width: 18px; height: 18px; color: var(--gold); }

.art-wrap { padding-top: 0; }
.art {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 40px;
}
.art__cover {
  margin: -120px 0 34px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--ice);
  box-shadow: var(--shadow-lg);
}
.art__cover img { display: block; width: 100%; height: auto; max-height: 460px; object-fit: cover; }

/* article text */
.art__body {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink-2);
}
.art__body > :first-child { margin-top: 0; }
.art__body p { margin: 0 0 18px; }
.art__body h2,
.art__body h3,
.art__body h4 {
  margin: 38px 0 14px;
  line-height: 1.3;
  letter-spacing: -.015em;
  color: var(--navy);
}
.art__body h2 { font-size: 26px; font-weight: 800; }
.art__body h3 { position: relative; padding-left: 18px; font-size: 21px; font-weight: 800; }
.art__body h3::before {
  content: "";
  position: absolute;
  top: .25em;
  bottom: .25em;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: var(--gold);
}
.art__body h4 { font-size: 18px; font-weight: 700; }
.art__body strong, .art__body b { font-weight: 700; color: var(--navy); }
.art__body a { font-weight: 600; color: var(--steel); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.art__body a:hover { color: var(--gold-text); }
.art__body ol,
.art__body ul { display: grid; gap: 10px; margin: 6px 0 24px; padding: 0; list-style: none; }
.art__body ol { counter-reset: step; }
.art__body li { position: relative; padding: 12px 16px 12px 54px; border-radius: 12px; background: var(--bg); line-height: 1.6; }
.art__body ol > li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 11px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  font-size: 13.5px;
  font-weight: 800;
  color: var(--navy);
}
.art__body ul > li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center / 12px no-repeat,
    var(--gold);
}
.art__body img { display: block; max-width: 100%; height: auto; margin: 24px 0; border-radius: 16px; }
.art__body blockquote { margin: 24px 0; padding: 18px 22px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--gold-soft); }

/* share + previous / next */
.ashare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 760px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
}
.ashare span { margin-right: 6px; }
.ashare__btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  transition: transform .2s;
}
.ashare__btn:hover { transform: translateY(-2px); }
.ashare__btn .ico { width: 19px; height: 19px; }
.ashare__btn--facebook { background: #1877f2; }
.ashare__btn--whatsapp { background: var(--wa); }
.ashare__btn--linkedin { background: #0a66c2; }
.anavs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 760px; margin-top: 26px; }
.anav {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.anav:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -18px rgba(11, 37, 69, .3), 0 0 0 1px rgba(235, 183, 65, .5); }
.anav img { flex: none; width: 84px; height: 70px; border-radius: 10px; object-fit: cover; }
.anav small { display: flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--gold-text); }
.anav small .ico { width: 14px; height: 14px; }
.anav--prev small .ico { transform: scaleX(-1); }
.anav strong { display: block; margin-top: 4px; font-size: 14.5px; line-height: 1.35; color: var(--navy); }
.anav--next { grid-column: 2; flex-direction: row-reverse; text-align: right; }
.anav--next small { justify-content: flex-end; flex-direction: row-reverse; }

/* sidebar */
.art__side { position: sticky; top: 24px; display: grid; gap: 20px; }
.aside-cta {
  display: grid;
  gap: 12px;
  padding: 26px 24px;
  border-radius: 20px;
  background: radial-gradient(80% 90% at 100% 0%, rgba(30, 90, 160, .5), rgba(30, 90, 160, 0) 65%), var(--navy-deep);
  box-shadow: var(--shadow-lg);
  color: #d7e1ee;
}
.aside-cta__title { margin: 0; font-size: 22px; font-weight: 800; line-height: 1.2; color: #fff; }
.aside-cta__text { margin: 0 0 6px; font-size: 14.5px; line-height: 1.5; }
.aside-cta .btn { width: 100%; min-height: 48px; font-size: 14.5px; }
.aside-box { padding: 22px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.aside-box__title { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; font-size: 17px; font-weight: 800; color: var(--navy); }
.aside-box__title::after { content: ""; width: 32px; height: 2px; border-radius: 2px; background: var(--gold); }
.aside-recent { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.aside-recent a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.aside-recent img { flex: none; width: 72px; height: 60px; border-radius: 10px; object-fit: cover; }
.aside-recent strong { display: block; font-size: 14px; line-height: 1.35; color: var(--navy); transition: color .2s; }
.aside-recent a:hover strong { color: var(--gold-text); }
.aside-recent small { display: flex; align-items: center; gap: 6px; margin-top: 4px; font-size: 12.5px; color: var(--muted); }
.aside-recent small .ico { width: 14px; height: 14px; }
.aside-svc { display: grid; margin: 0; padding: 0; list-style: none; }
.aside-svc a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  transition: color .2s;
}
.aside-svc li:last-child a { border-bottom: 0; }
.aside-svc a:hover { color: var(--gold-text); }
.aside-svc .ico { width: 14px; height: 14px; color: var(--gold); }

@media (max-width: 1080px) {
  .art { grid-template-columns: 1fr; }
  .art__side { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aside-cta { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .ahero { padding: 28px 0 110px; }
  .art__cover { margin-top: -90px; }
  .art__body { font-size: 16px; }
  .art__side { grid-template-columns: 1fr; }
  .anavs { grid-template-columns: 1fr; }
  .anav--next { grid-column: auto; }
}
