/*
 * O.F Prestige Clean — évolution visuelle 10K
 * Direction : atelier de précision mobile.
 * Ce fichier reste volontairement séparé du thème historique pour faciliter le retour arrière.
 */

.of-theme {
  --ink: #07111f;
  --ink-2: #0b1828;
  --blue: #168bd2;
  --blue-light: #70cef5;
  --paper: #f7f7f3;
  --ivory: #ecece6;
  --line: rgba(7, 17, 31, .18);
  --max: 1320px;
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

.of-theme :focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 4px;
}

.of-theme .topbar {
  min-height: 34px;
  padding-block: 6px;
  background: var(--blue);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.of-theme .site-header {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-color: rgba(255, 255, 255, .22);
}

.of-theme .site-header.is-sticky {
  background: rgba(7, 17, 31, .97);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
}

.of-theme .brand {
  gap: 14px;
}

.of-theme .brand img {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(112, 206, 245, .55);
}

.of-theme .brand strong {
  font-size: 13px;
  letter-spacing: .16em;
}

.of-theme .brand small {
  letter-spacing: .42em;
}

.of-theme .main-nav {
  gap: clamp(16px, 2vw, 30px);
  font-size: 12px;
  letter-spacing: .02em;
}

.of-theme .nav-cta,
.of-theme .button {
  border-radius: 3px;
}

.of-theme .nav-cta {
  padding: 13px 18px;
  background: var(--blue);
  color: #fff;
}

/* Hero : un panneau éditorial et une preuve photographique, plutôt qu'une image générique plein écran. */
.of-theme .hero {
  min-height: 770px;
  align-items: stretch;
  background: var(--ink);
}

.of-theme .hero::before {
  content: "OF / 79";
  position: absolute;
  z-index: 3;
  top: 135px;
  right: max(24px, calc((100vw - var(--max)) / 2));
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.of-theme .hero-media {
  inset: 0 0 0 auto;
  width: 47%;
}

.of-theme .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 1px solid rgba(112, 206, 245, .38);
  background: linear-gradient(0deg, rgba(7, 17, 31, .48), transparent 48%);
}

.of-theme .hero-media img {
  object-position: 58% center;
  filter: saturate(.86) contrast(1.05);
}

.of-theme .hero-shade {
  right: 47%;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 1), rgba(7, 17, 31, .97) 76%, rgba(7, 17, 31, .88)),
    var(--ink);
}

.of-theme .hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 175px 0 58px;
}

.of-theme .eyebrow {
  margin-bottom: 24px;
  font-size: 10px;
  letter-spacing: .2em;
}

.of-theme .eyebrow::before {
  width: 22px;
  margin-right: 10px;
}

.of-theme .hero h1 {
  max-width: 52%;
  font-size: clamp(56px, 6.5vw, 92px);
  line-height: .96;
  letter-spacing: -.055em;
}

.of-theme .hero h1 em,
.of-theme .section h2 span,
.of-theme .blog-hero h1 span {
  color: var(--blue-light);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.of-theme .hero-lead {
  max-width: 49%;
  margin-top: 28px;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
}

.of-theme .hero-actions {
  margin-top: 30px;
}

.of-theme .button {
  min-height: 50px;
  padding: 0 21px;
  letter-spacing: .015em;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.of-theme .button:hover {
  transform: translateY(-1px);
}

.of-theme .button.ghost {
  background: transparent;
}

.of-theme .hero-points {
  max-width: 49%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.of-theme .hero-points li {
  min-height: 58px;
  padding: 15px 14px 0 0;
  align-items: flex-start;
  border-right: 1px solid rgba(255, 255, 255, .16);
  font-size: 12px;
}

.of-theme .hero-points li + li {
  padding-left: 14px;
}

.of-theme .hero-card {
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 38px;
  width: min(350px, 36vw);
  padding: 18px 20px;
  color: #fff;
  background: rgba(7, 17, 31, .84);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 2px;
  box-shadow: none;
  backdrop-filter: blur(5px);
}

.of-theme .hero-card p,
.of-theme .hero-card small {
  color: rgba(255, 255, 255, .66);
}

.of-theme .hero-card strong {
  margin-top: 10px;
  font-size: 18px;
}

.of-theme .hero-card .pulse {
  box-shadow: none;
}

/* Repères pratiques */
.of-theme .trust-strip {
  width: min(var(--max), calc(100% - 48px));
  border-bottom: 0;
}

.of-theme .trust-strip > * {
  min-height: 94px;
  padding: 23px 22px;
  border-bottom: 1px solid var(--line);
}

.of-theme .trust-strip strong {
  font-size: 12px;
  letter-spacing: .02em;
}

.of-theme .trust-strip > a {
  color: #fff;
  background: var(--blue);
}

.of-theme .trust-strip > a:hover {
  background: #0878bb;
}

/* Grille éditoriale commune */
.of-theme .section {
  width: min(var(--max), calc(100% - 48px));
  padding: 112px 0;
}

.of-theme .section h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.048em;
}

.of-theme .split-heading,
.of-theme .portfolio-heading {
  grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr);
  gap: 8.333%;
  align-items: end;
}

.of-theme .split-heading > p,
.of-theme .portfolio-heading > p {
  max-width: 390px;
  font-size: 15px;
  line-height: 1.65;
}

/* Prestations : quatre cadrages différenciés au lieu d'une répétition de cartes. */
.of-theme .service-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  margin-top: 58px;
}

.of-theme .service-card {
  grid-column: span 5;
  min-height: 500px;
  border-radius: 2px;
}

.of-theme .service-card:nth-child(4n + 1),
.of-theme .service-card:nth-child(4n) {
  grid-column: span 7;
}

.of-theme .service-card:nth-child(2),
.of-theme .service-card:nth-child(3) {
  min-height: 435px;
}

.of-theme .service-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .26);
}

.of-theme .service-card::after {
  background: linear-gradient(0deg, rgba(4, 10, 18, .97), rgba(4, 10, 18, .12) 78%);
}

.of-theme .service-card-content {
  padding: 38px;
}

.of-theme .service-card h3 {
  font-size: clamp(28px, 3.2vw, 43px);
}

.of-theme .service-index {
  margin-bottom: 13px;
  letter-spacing: .18em;
}

/* Portfolio : proche d'une planche de contrôle, sans angles de carte. */
.of-theme .portfolio {
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
}

.of-theme .filter-bar {
  gap: 0;
  margin-bottom: 30px;
}

.of-theme .filter {
  min-width: 86px;
  border-radius: 0;
  border-right: 0;
}

.of-theme .filter:last-child {
  border-right: 1px solid rgba(255, 255, 255, .24);
}

.of-theme .portfolio-grid {
  gap: 6px;
}

.of-theme .portfolio-item {
  border-radius: 0;
}

.of-theme .portfolio-item > span {
  left: 15px;
  bottom: 14px;
}

.of-theme .lightbox,
.of-theme .lightbox img {
  border-radius: 2px;
}

/* Méthode */
.of-theme .method {
  grid-template-columns: 5fr 7fr;
  gap: 8.333%;
}

.of-theme .method-intro {
  top: 118px;
}

.of-theme .steps li {
  grid-template-columns: 58px 1fr;
  padding: 34px 0;
}

.of-theme .steps h3 {
  font-size: 25px;
}

/* Histoire et preuve humaine */
.of-theme .about {
  grid-template-columns: 7fr 5fr;
  gap: 8.333%;
}

.of-theme .about-visual,
.of-theme .about-visual > img {
  min-height: 650px;
  height: 650px;
}

.of-theme .about-visual > img {
  border-radius: 2px;
  filter: saturate(.84) contrast(1.04);
}

.of-theme .about-mark {
  right: -58px;
  bottom: 34px;
  width: 184px;
  height: 184px;
  color: var(--ink);
  background: var(--blue-light);
  border: 12px solid var(--paper);
  box-shadow: inset 0 0 0 1px rgba(7, 17, 31, .3);
}

.of-theme .about-mark strong {
  font-size: 52px;
}

.of-theme .check-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 5px;
  flex-basis: 14px;
  border-radius: 50%;
  border: 4px solid var(--paper);
  outline: 1px solid var(--blue);
  background: var(--blue);
}

/* Conseils : sommaire de carnet, pas une nouvelle rangée de cartes. */
.of-theme .insights {
  padding-top: 38px;
}

.of-theme .insight-grid {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 55px;
  border-top: 1px solid var(--line);
}

.of-theme .insight-grid article {
  min-height: auto;
  display: grid;
  grid-template-columns: 1.5fr 4fr 4fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.of-theme .insight-grid h3,
.of-theme .insight-grid p,
.of-theme .insight-grid a {
  margin: 0;
  padding: 0;
}

.of-theme .insight-grid h3 {
  font-size: clamp(22px, 2.4vw, 31px);
}

.of-theme .insight-grid a {
  justify-self: end;
}

.of-theme .insight-grid a > span {
  display: none;
}

.of-theme .blog-button {
  margin-top: 28px;
}

/* Demande de devis : fiche claire dans un environnement d'atelier sombre. */
.of-theme .quote {
  width: 100%;
  grid-template-columns: 5fr 7fr;
  gap: 8.333%;
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink-2);
}

.of-theme .contact-cards {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.of-theme .contact-cards a {
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
}

.of-theme .quote-form {
  padding: clamp(26px, 4vw, 48px);
  border-radius: 2px;
  box-shadow: 16px 16px 0 rgba(22, 139, 210, .18);
}

.of-theme .quote-form input,
.of-theme .quote-form select,
.of-theme .quote-form textarea {
  border-radius: 2px;
  background: #f4f5f2;
}

/* Footer */
.of-theme .site-footer {
  background: #030910;
}

.of-theme .footer-main {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 46px;
}

.of-theme .footer-brand p {
  font-family: inherit;
  font-style: normal;
  font-size: 12px;
}

/* Blog et articles */
.of-theme.blog-body .site-header,
.of-theme.legal-body .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.of-theme .blog-hero,
.of-theme .article-hero,
.of-theme .legal-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.of-theme .blog-hero::after,
.of-theme .article-hero::after,
.of-theme .legal-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - var(--max)) / 2));
  width: clamp(120px, 18vw, 260px);
  aspect-ratio: 1;
  border: 1px solid rgba(112, 206, 245, .26);
  border-radius: 50%;
  transform: translateY(-48%);
  pointer-events: none;
}

.of-theme .blog-hero h1,
.of-theme .article-hero h1,
.of-theme .legal-hero h1 {
  max-width: 940px;
  font-size: clamp(44px, 6.3vw, 80px);
  line-height: .98;
}

.of-theme .blog-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.of-theme .blog-card {
  grid-column: span 5;
  border-radius: 2px;
}

.of-theme .blog-card:nth-child(4n + 1),
.of-theme .blog-card:nth-child(4n) {
  grid-column: span 7;
}

.of-theme .blog-card img {
  height: 300px;
  filter: saturate(.84);
}

.of-theme .blog-card-copy {
  padding: 30px;
}

.of-theme .article-cover {
  border-radius: 2px;
}

.of-theme .article-aside {
  border-radius: 2px;
  border-top: 4px solid var(--blue);
}

.of-theme .article-note,
.of-theme .legal-alert {
  border-radius: 0;
}

.of-theme .service-hero-cta {
  display: none;
}

@media (max-width: 560px) {
  .of-theme.service-body .site-header {
    min-height: 68px;
    padding: 0 20px;
  }

  .of-theme.service-body .brand img {
    width: 82px;
    height: 58px;
  }

  .of-theme.service-body .main-nav {
    top: 68px;
  }

  .of-theme.service-body .article-hero {
    padding: 42px 20px 46px;
  }

  .of-theme.service-body .article-hero::after {
    right: -34px;
    width: 150px;
  }

  .of-theme.service-body .breadcrumbs {
    margin-bottom: 23px;
    font-size: 11px;
  }

  .of-theme.service-body .article-hero h1 {
    max-width: 350px;
    font-size: clamp(35px, 10.2vw, 40px);
    line-height: 1.01;
    letter-spacing: -.045em;
  }

  .of-theme.service-body .article-hero .article-lead {
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.55;
  }

  .of-theme.service-body .article-meta {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.45;
  }

  .of-theme.service-body .service-hero-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 24px;
  }

  .of-theme.service-body .article-cover {
    width: calc(100% - 40px);
    height: 210px;
    margin-top: 24px;
  }

  .of-theme.service-body .article-layout {
    width: calc(100% - 40px);
    gap: 42px;
    padding: 42px 0 72px;
  }

  .of-theme.service-body .article-content h2 {
    margin: 40px 0 12px;
    font-size: 27px;
    line-height: 1.12;
  }

  .of-theme.service-body .article-content h2:first-child {
    margin-top: 0;
  }

  .of-theme.service-body .article-content p,
  .of-theme.service-body .article-content li {
    font-size: 16px;
    line-height: 1.65;
  }

  .of-theme.service-body .article-content ul {
    margin: 18px 0;
    padding-left: 20px;
  }

  .of-theme.service-body .article-note {
    margin: 26px 0;
    padding: 19px 20px;
  }

  .of-theme.service-body .article-related {
    margin-top: 42px;
    padding-top: 24px;
  }

  .of-theme.service-body .article-related a {
    padding: 8px 0;
  }

  .of-theme.service-body .article-aside {
    padding: 24px;
  }

  .of-theme.service-body .footer-bottom {
    gap: 18px;
    padding: 30px 20px;
  }

  .of-theme.service-body .footer-bottom nav {
    gap: 10px 16px;
  }
}

.of-theme .legal-content {
  width: min(980px, calc(100% - 48px));
}

.of-theme .legal-content h2 {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1040px) {
  .of-theme .hero h1,
  .of-theme .hero-lead,
  .of-theme .hero-points {
    max-width: 58%;
  }

  .of-theme .hero-media {
    width: 42%;
  }

  .of-theme .hero-shade {
    right: 42%;
  }

  .of-theme .insight-grid article {
    grid-template-columns: 1fr 3.2fr 3fr;
  }

  .of-theme .insight-grid a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .of-theme .menu-toggle {
    display: block;
    border-radius: 2px;
  }

  .of-theme .main-nav {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    padding: 12px;
    color: #fff;
    background: var(--ink);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 2px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
  }

  .of-theme .main-nav.is-open {
    display: flex;
  }

  .of-theme .main-nav a {
    padding: 12px;
  }

  .of-theme .nav-cta {
    text-align: center;
  }
}

@media (max-width: 820px) {
  .of-theme .main-nav {
    gap: 6px;
    border-radius: 2px;
  }

  .of-theme .hero {
    min-height: 760px;
  }

  .of-theme .hero::before {
    display: none;
  }

  .of-theme .hero-media {
    inset: 0;
    width: 100%;
  }

  .of-theme .hero-media::after {
    border-left: 0;
    background: linear-gradient(0deg, rgba(7, 17, 31, .98) 0%, rgba(7, 17, 31, .78) 56%, rgba(7, 17, 31, .38));
  }

  .of-theme .hero-shade {
    display: none;
  }

  .of-theme .hero-inner {
    justify-content: flex-end;
    padding-top: 150px;
    padding-bottom: 38px;
  }

  .of-theme .hero h1,
  .of-theme .hero-lead,
  .of-theme .hero-points {
    max-width: 720px;
  }

  .of-theme .service-card,
  .of-theme .service-card:nth-child(n) {
    grid-column: span 6;
    min-height: 470px;
  }

  .of-theme .about {
    grid-template-columns: 1fr;
  }

  .of-theme .about-mark {
    right: 24px;
  }

  .of-theme .insight-grid article {
    grid-template-columns: 1fr 4fr;
  }

  .of-theme .insight-grid p {
    grid-column: 2;
  }

  .of-theme .blog-card,
  .of-theme .blog-card:nth-child(n) {
    grid-column: span 6;
  }

  .of-theme .quote {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .of-theme .topbar {
    min-height: 32px;
  }

  .of-theme .site-header {
    padding: 12px 20px;
  }

  .of-theme .brand img {
    width: 46px;
    height: 46px;
  }

  .of-theme .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 2px;
  }

  .of-theme .hero {
    min-height: 730px;
  }

  .of-theme .hero-media img {
    object-position: 59% center;
  }

  .of-theme .hero-inner {
    width: calc(100% - 40px);
    padding-bottom: 30px;
  }

  .of-theme .hero h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .of-theme .hero-lead {
    font-size: 16px;
  }

  .of-theme .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .of-theme .button {
    width: 100%;
    padding-inline: 15px;
  }

  .of-theme .hero-points {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
  }

  .of-theme .hero-points li {
    display: grid;
    gap: 5px;
    padding-right: 8px;
    font-size: 10px;
    line-height: 1.35;
  }

  .of-theme .hero-points li + li {
    padding-left: 8px;
  }

  .of-theme .trust-strip,
  .of-theme .section {
    width: calc(100% - 40px);
  }

  .of-theme .section {
    padding: 78px 0;
  }

  .of-theme .section h2 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .of-theme .split-heading,
  .of-theme .portfolio-heading {
    gap: 22px;
  }

  .of-theme .service-grid {
    display: block;
  }

  .of-theme .service-card,
  .of-theme .service-card:nth-child(n) {
    min-height: 450px;
    margin-top: 8px;
  }

  .of-theme .service-card-content {
    padding: 28px;
  }

  .of-theme .portfolio {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .of-theme .method {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .of-theme .about-visual,
  .of-theme .about-visual > img {
    min-height: 450px;
    height: 450px;
  }

  .of-theme .about-mark {
    right: -4px;
    width: 146px;
    height: 146px;
    border-width: 8px;
  }

  .of-theme .about-mark strong {
    font-size: 42px;
  }

  .of-theme .insight-grid article {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 24px 0;
  }

  .of-theme .insight-grid article > span,
  .of-theme .insight-grid h3,
  .of-theme .insight-grid p {
    grid-column: 1 / -1;
  }

  .of-theme .insight-grid a {
    grid-column: 1;
  }

  .of-theme .quote {
    width: 100%;
    padding: 78px 20px;
  }

  .of-theme .quote-form {
    box-shadow: 8px 8px 0 rgba(22, 139, 210, .18);
  }

  .of-theme .blog-grid {
    display: block;
  }

  .of-theme .blog-card {
    margin-bottom: 12px;
  }

  .of-theme .blog-card img {
    height: 235px;
  }

  .of-theme .blog-hero::after,
  .of-theme .article-hero::after,
  .of-theme .legal-hero::after {
    opacity: .6;
  }
}

/* Header v5 : la navigation commence réellement au bord supérieur. */
.of-theme .topbar {
  display: none;
}

.of-theme .site-header {
  top: 0;
}

/* Logo v6 : conservation du ratio natif pour éviter l'impression de flou liée au petit recadrage circulaire. */
.of-theme .brand {
  flex: 0 0 auto;
}

.of-theme .brand img {
  width: 112px;
  height: 76px;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
}

.of-theme .brand > span {
  display: none;
}

.of-theme .site-header {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (max-width: 760px) {
  .of-theme .brand img {
    width: 96px;
    height: 68px;
  }

  .of-theme .main-nav {
    top: 76px;
  }
}

/* Avis v13 — composition inspirée du module DJ Perez. */
.of-theme .reviews {
  width: 100%;
  max-width: none;
  padding: 104px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ivory);
}

.of-theme .reviews-layout {
  display: grid;
  grid-template-columns: minmax(320px, 4fr) minmax(0, 8fr);
  gap: 28px;
  align-items: stretch;
}

.of-theme .reviews-intro-card {
  display: flex;
  flex-direction: column;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 50px rgba(7, 17, 31, .1);
}

.of-theme .reviews-intro-card h2 {
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1;
}

.of-theme .reviews-intro-card > p:not(.eyebrow) {
  margin: 24px 0 30px;
  color: var(--muted);
  line-height: 1.65;
}

.of-theme .reviews-total {
  display: grid;
  gap: 5px;
  margin-top: auto;
  padding: 20px;
  background: var(--paper);
  border-radius: 20px;
}

.of-theme .reviews-total small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.of-theme .reviews-total strong {
  color: var(--blue);
  font-size: 46px;
  line-height: 1;
}

.of-theme .reviews-intro-card .button {
  width: fit-content;
  margin-top: 24px;
}

.of-theme .review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.of-theme .review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 460px;
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.of-theme .review-card-alt {
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 17, 31, .08);
}

.of-theme .review-card-featured {
  grid-column: 1 / -1;
  min-height: 0;
}

.of-theme .review-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.of-theme .review-card-head span {
  color: var(--blue);
  letter-spacing: .12em;
}

.of-theme .review-card-head small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.of-theme .review-card h3 {
  margin: 36px 0 18px;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.of-theme .review-card > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.of-theme .review-card blockquote {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
}

.of-theme .review-card blockquote p {
  margin: 0;
}

.of-theme .review-card-featured blockquote {
  max-width: 780px;
  font-size: 18px;
}

.of-theme .review-card .review-without-comment {
  color: var(--muted);
  font-style: italic;
}

.of-theme .review-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.of-theme .review-card footer i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.of-theme .review-card footer div {
  display: grid;
}

.of-theme .review-card footer strong {
  font-size: 12px;
}

.of-theme .review-card footer small {
  color: var(--muted);
  font-size: 10px;
}

.of-theme .review-card > a {
  width: fit-content;
  margin-top: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.of-theme .reviews-note {
  margin-top: 18px;
}

@media (max-width: 1000px) {
  .of-theme .reviews-layout {
    grid-template-columns: 1fr;
  }

  .of-theme .reviews-intro-card {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .of-theme .reviews {
    padding: 76px 20px;
  }

  .of-theme .reviews-intro-card {
    min-height: auto;
    padding: 28px;
    border-radius: 24px;
  }

  .of-theme .reviews-intro-card .button {
    width: 100%;
  }

  .of-theme .review-grid {
    grid-template-columns: 1fr;
  }

  .of-theme .review-card-featured {
    grid-column: auto;
  }

  .of-theme .review-card {
    min-height: 390px;
    padding: 28px;
    border-radius: 24px;
  }
}

/* Méthode v11 — un parcours unique, lisible en trois temps. */
.of-theme .method {
  scroll-margin-top: 90px;
  grid-template-columns: 5fr 7fr;
  gap: 0;
  margin-top: 112px;
  margin-bottom: 112px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.of-theme .method-intro {
  position: static;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: 58px 52px 42px;
}

.of-theme .method-intro .eyebrow {
  color: var(--blue-light);
}

.of-theme .method-intro h2 {
  color: #fff;
  font-size: clamp(40px, 4vw, 58px);
  line-height: .98;
}

.of-theme .method-intro > p:not(.eyebrow):not(.method-count) {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.65;
}

.of-theme .method-intro .text-link {
  width: fit-content;
  margin-top: 26px;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .48);
}

.of-theme .method-count {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: auto 0 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, .92);
  border-top: 1px solid rgba(255, 255, 255, .2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.of-theme .method-count span {
  color: rgba(255, 255, 255, .92);
}

.of-theme .method-count strong {
  color: var(--blue-light);
}

.of-theme .steps {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 26px 48px;
  color: var(--ink);
  background: #fff;
  border: 0;
}

.of-theme .steps li {
  position: relative;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 170px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.of-theme .steps li:last-child {
  border-bottom: 0;
}

.of-theme .steps > li > span {
  color: rgba(22, 139, 210, .3);
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
}

.of-theme .steps small {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.of-theme .steps h3 {
  margin-bottom: 8px;
  font-size: clamp(24px, 2.2vw, 31px);
}

.of-theme .steps p {
  max-width: 560px;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .of-theme .method {
    grid-template-columns: 1fr;
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .of-theme .method-intro {
    min-height: auto;
    padding: 46px 40px 36px;
  }

  .of-theme .method-count {
    margin-top: 48px;
  }

  .of-theme .steps {
    padding: 14px 40px;
  }
}

@media (max-width: 520px) {
  .of-theme .method-intro {
    padding: 38px 26px 30px;
  }

  .of-theme .method-intro h2 {
    font-size: 40px;
  }

  .of-theme .method-count {
    display: grid;
    gap: 4px;
  }

  .of-theme .steps {
    padding: 6px 26px;
  }

  .of-theme .steps li {
    grid-template-columns: 52px 1fr;
    gap: 16px;
    min-height: 165px;
  }

  .of-theme .steps > li > span {
    font-size: 34px;
  }
}

/* Retours client v4 : lisibilité immédiate et restauration de deux modules historiques. */
.of-theme .site-header {
  background: rgba(7, 17, 31, .96);
  backdrop-filter: blur(8px);
}

.of-theme .brand img {
  width: 66px;
  height: 66px;
  border-color: rgba(112, 206, 245, .72);
}

.of-theme .site-header {
  padding-top: 9px;
  padding-bottom: 9px;
}

.of-theme .main-nav a:not(.nav-cta) {
  color: rgba(255, 255, 255, .92);
}

/* Retour à la présentation en cartes des quatre catégories éditoriales. */
.of-theme .insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
  border-top: 0;
}

.of-theme .insight-grid article {
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.of-theme .insight-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.of-theme .insight-grid h3 {
  margin: 24px 0 12px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.of-theme .insight-grid p {
  margin: 0;
  color: var(--muted);
}

.of-theme .insight-grid a {
  justify-self: auto;
  margin-top: auto;
  padding-top: 24px;
  font-size: 13px;
  font-weight: 800;
}

.of-theme .insight-grid a > span {
  display: inline;
  margin-left: 12px;
  color: var(--blue);
}

/* Le carnet retrouve lui aussi sa grille régulière en deux colonnes. */
.of-theme .blog-card,
.of-theme .blog-card:nth-child(n) {
  grid-column: span 6;
  border-radius: 20px;
}

/* Restauration du module historique « Une entreprise locale ». */
.of-theme .about {
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}

.of-theme .about-visual,
.of-theme .about-visual > img {
  min-height: 630px;
  height: 630px;
}

.of-theme .about-visual > img {
  border-radius: var(--radius);
  filter: none;
}

.of-theme .about-mark {
  right: -30px;
  bottom: 38px;
  width: 190px;
  height: 190px;
  color: #fff;
  background: var(--blue);
  border: 8px solid var(--paper);
  box-shadow: none;
}

.of-theme .about-mark strong {
  font-size: 56px;
}

.of-theme .check-list li::before {
  content: "✓";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 50%;
  outline: 0;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .of-theme .main-nav {
    top: 85px;
  }

  .of-theme .about {
    gap: 48px;
  }
}

@media (max-width: 760px) {
  .of-theme .brand img {
    width: 56px;
    height: 56px;
  }

  .of-theme .main-nav {
    top: 75px;
  }

  .of-theme .about {
    grid-template-columns: 1fr;
  }

  .of-theme .about-visual,
  .of-theme .about-visual > img {
    min-height: 440px;
    height: 440px;
  }

  .of-theme .about-mark {
    right: -8px;
    width: 155px;
    height: 155px;
  }
}

@media (max-width: 620px) {
  .of-theme .insight-grid {
    grid-template-columns: 1fr;
  }

  .of-theme .insight-grid article {
    display: flex;
    min-height: 290px;
  }

  .of-theme .insight-grid article > span,
  .of-theme .insight-grid h3,
  .of-theme .insight-grid p,
  .of-theme .insight-grid a {
    grid-column: auto;
  }
}

/* Logo v7 — règle finale prioritaire. */
.of-theme .site-header .brand img {
  width: 112px;
  height: 76px;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  mix-blend-mode: normal;
}

.of-theme .site-header .brand > span {
  display: none;
}

.of-theme .site-header {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #000;
}

@media (max-width: 760px) {
  .of-theme .site-header .brand img {
    width: 96px;
    height: 68px;
  }

  .of-theme .main-nav {
    top: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .of-theme *,
  .of-theme *::before,
  .of-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* Hero v3 — fiche d'intervention locale, sans codes de landing page générique. */
.of-theme .hero::before {
  display: none;
}

.of-theme .hero-inner {
  align-items: flex-start;
}

.of-theme .hero-copy {
  width: 49%;
}

.of-theme .hero-ident {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 34px;
  padding-bottom: 12px;
  color: var(--blue-light);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.of-theme .hero-ident small {
  color: rgba(255, 255, 255, .62);
  font-size: inherit;
  font-weight: inherit;
}

.of-theme .hero h1 {
  max-width: none;
  font-size: clamp(56px, 5.6vw, 80px);
  line-height: .98;
  letter-spacing: -.055em;
}

.of-theme .hero-signature {
  width: fit-content;
  margin: 22px 0 0;
  padding-left: 14px;
  color: #fff;
  border-left: 3px solid var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.of-theme .hero-lead {
  max-width: 620px;
  margin-top: 22px;
}

.of-theme .hero-actions {
  align-items: stretch;
  gap: 24px;
  margin-top: 28px;
}

.of-theme .hero-phone {
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 50px;
  padding: 0 0 0 22px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

.of-theme .hero-phone small {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.of-theme .hero-phone strong {
  color: #fff;
  font-size: 15px;
}

.of-theme .hero-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.of-theme .hero-fields div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin: 0;
  padding: 15px 12px 15px 0;
}

.of-theme .hero-fields div + div {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.of-theme .hero-fields dt,
.of-theme .hero-fields dd {
  margin: 0;
}

.of-theme .hero-fields dt {
  color: var(--blue-light);
  font-size: 10px;
  font-weight: 800;
}

.of-theme .hero-fields dd {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 700;
}

.of-theme .hero-card {
  width: min(310px, 34vw);
  padding: 17px 18px;
  background: rgba(7, 17, 31, .9);
  border: 0;
  border-top: 3px solid var(--blue);
}

.of-theme .hero-card p {
  display: block;
  font-size: 9px;
  letter-spacing: .14em;
}

.of-theme .hero-card strong {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.of-theme .hero-card strong span {
  color: var(--blue-light);
  font-weight: 600;
}

@media (max-width: 1040px) {
  .of-theme .hero-copy {
    width: 57%;
  }
}

@media (max-width: 820px) {
  .of-theme .hero-copy {
    width: min(680px, 100%);
  }

  .of-theme .hero h1 {
    max-width: 650px;
  }

  .of-theme .hero-card {
    display: none;
  }
}

@media (max-width: 620px) {
  .of-theme .hero-inner {
    padding-top: 142px;
  }

  .of-theme .hero-ident {
    margin-bottom: 24px;
  }

  .of-theme .hero-ident small {
    display: none;
  }

  .of-theme .hero h1 {
    font-size: clamp(45px, 13.5vw, 58px);
  }

  .of-theme .hero-signature {
    margin-top: 18px;
  }

  .of-theme .hero-lead {
    margin-top: 18px;
    line-height: 1.5;
  }

  .of-theme .hero-actions {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .of-theme .hero-phone {
    min-height: 42px;
    padding-left: 0;
    border-left: 0;
  }

  .of-theme .hero-fields {
    margin-top: 22px;
  }

  .of-theme .hero-fields div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .of-theme .hero-fields div + div {
    padding-left: 10px;
  }

  .of-theme .hero-fields dd {
    font-size: 10px;
  }
}

/* Avis v10 — données publiques vérifiables, sans faux témoignages. */
.of-theme .reviews {
  padding-top: 44px;
}

.of-theme .reviews-heading {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 8.333%;
  align-items: end;
}

.of-theme .reviews-score {
  padding: 8px 0 6px 34px;
  border-left: 1px solid var(--line);
}

.of-theme .reviews-score > strong {
  display: block;
  font-size: clamp(58px, 6vw, 82px);
  line-height: .86;
  letter-spacing: -.06em;
}

.of-theme .reviews-score > strong span {
  margin-left: 5px;
  color: var(--muted);
  font-size: .34em;
  font-weight: 700;
  letter-spacing: 0;
}

.of-theme .reviews-stars {
  margin-top: 18px;
  color: var(--blue);
  font-size: 18px;
  letter-spacing: .18em;
}

.of-theme .reviews-score p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.of-theme .review-sources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.of-theme .review-sources a {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 30px;
  align-items: center;
  min-height: 92px;
  padding: 20px 26px;
  transition: background-color .2s ease;
}

.of-theme .review-sources a + a {
  border-left: 1px solid var(--line);
}

.of-theme .review-sources a:hover {
  background: #fff;
}

.of-theme .review-sources span {
  font-size: 18px;
  font-weight: 800;
}

.of-theme .review-sources strong {
  font-size: 22px;
}

.of-theme .review-sources small {
  color: var(--muted);
}

.of-theme .review-sources b {
  color: var(--blue);
}

.of-theme .reviews-note {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 1120px) {
  .of-theme .menu-toggle {
    display: block;
    border-radius: 2px;
  }

  .of-theme .main-nav {
    position: absolute;
    top: 84px;
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    padding: 12px;
    color: #fff;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 2px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
  }

  .of-theme .main-nav.is-open {
    display: flex;
  }

  .of-theme .main-nav a {
    padding: 12px;
  }
}

@media (max-width: 760px) {
  .of-theme .reviews-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .of-theme .reviews-score {
    padding: 24px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .of-theme .review-sources {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .of-theme .review-sources a {
    grid-template-columns: 1fr auto auto auto;
    gap: 16px;
    padding-inline: 0;
  }

  .of-theme .review-sources a + a {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

/* Responsive v16 — couche finale commune à l'accueil, aux services, au blog et au juridique. */
@media (max-width: 900px) {
  .of-theme .split-heading,
  .of-theme .portfolio-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
  }

  .of-theme .split-heading > p,
  .of-theme .portfolio-heading > p {
    max-width: 620px;
    margin: 0;
  }

  .of-theme .site-header {
    min-height: 68px;
    padding: 4px 18px;
  }

  .of-theme .site-header .brand img {
    width: 82px;
    height: 58px;
  }

  .of-theme .main-nav {
    top: 68px;
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
  }

  .of-theme .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .of-theme .nav-cta {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 72px;
  }

  .of-theme {
    overflow-x: hidden;
  }

  .of-theme .site-header {
    min-height: 64px;
    padding-inline: 16px;
  }

  .of-theme .site-header .brand img,
  .of-theme.service-body .site-header .brand img {
    width: 78px;
    height: 54px;
  }

  .of-theme .menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px;
  }

  .of-theme .main-nav,
  .of-theme.service-body .main-nav {
    position: fixed;
    top: 64px;
    z-index: 80;
  }

  .of-theme .section {
    width: calc(100% - 32px);
    padding: 62px 0;
  }

  .of-theme .section h2,
  .of-theme .about-copy h2,
  .of-theme .quote-copy h2 {
    font-size: clamp(35px, 10.5vw, 42px);
    line-height: 1.02;
  }

  .of-theme .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 1.45;
  }

  .of-theme .eyebrow::before {
    width: 22px;
    margin-right: 9px;
  }

  /* Accueil */
  .of-theme .hero {
    min-height: 700px;
  }

  .of-theme .hero-inner {
    width: calc(100% - 32px);
    padding: 118px 0 26px;
  }

  .of-theme .hero-ident {
    margin-bottom: 20px;
  }

  .of-theme .hero h1 {
    max-width: 340px;
    font-size: clamp(43px, 13vw, 50px);
  }

  .of-theme .hero-lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .of-theme .hero-actions {
    gap: 10px;
  }

  .of-theme .hero-actions .button {
    min-height: 50px;
  }

  .of-theme .hero-fields {
    margin-top: 18px;
  }

  .of-theme .trust-strip {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .of-theme .trust-strip > * {
    min-height: 76px;
    padding: 15px 13px;
  }

  .of-theme .trust-strip strong,
  .of-theme .trust-strip > a {
    font-size: 11px;
  }

  .of-theme .trust-strip span {
    font-size: 10px;
  }

  .of-theme .service-grid {
    margin-top: 34px;
  }

  .of-theme .service-card,
  .of-theme .service-card:nth-child(n) {
    min-height: 370px;
    margin-top: 10px;
  }

  .of-theme .service-card::before {
    inset: 10px;
  }

  .of-theme .service-card-content {
    padding: 25px;
  }

  .of-theme .service-card h3 {
    font-size: 29px;
    line-height: 1.05;
  }

  .of-theme .service-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .of-theme .service-card a {
    min-height: 44px;
    align-items: center;
    margin-top: 12px;
  }

  .of-theme .portfolio {
    width: 100%;
    padding: 62px 16px;
  }

  .of-theme .filter-bar {
    margin: 28px 0 20px;
  }

  .of-theme .filter {
    min-width: 0;
    min-height: 44px;
    flex: 1 1 0;
    padding: 8px 10px;
  }

  .of-theme .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
    gap: 6px;
  }

  .of-theme .portfolio-item,
  .of-theme .portfolio-item.tall,
  .of-theme .portfolio-item.portrait {
    grid-column: span 1;
    grid-row: span 1;
  }

  .of-theme .portfolio-item.wide {
    grid-column: 1 / -1;
    grid-row: span 1;
  }

  .of-theme .portfolio-item > span {
    left: 11px;
    bottom: 10px;
    font-size: 12px;
  }

  .of-theme .method {
    width: calc(100% - 32px);
    margin: 62px auto;
    border-radius: 18px;
  }

  .of-theme .method-intro {
    padding: 32px 22px 26px;
  }

  .of-theme .method-intro h2 {
    font-size: 36px;
  }

  .of-theme .method-intro > p:not(.eyebrow):not(.method-count) {
    margin-top: 20px;
    font-size: 15px;
  }

  .of-theme .method-count {
    margin-top: 34px;
  }

  .of-theme .steps {
    padding: 4px 22px;
  }

  .of-theme .steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    min-height: 0;
    padding: 25px 0;
  }

  .of-theme .steps > li > span {
    font-size: 29px;
  }

  .of-theme .steps h3 {
    font-size: 23px;
  }

  .of-theme .steps p {
    font-size: 15px;
  }

  .of-theme .about {
    gap: 34px;
  }

  .of-theme .about-visual,
  .of-theme .about-visual > img {
    min-height: 320px;
    height: 320px;
  }

  .of-theme .about-mark {
    right: -4px;
    bottom: 18px;
    width: 120px;
    height: 120px;
    border-width: 6px;
  }

  .of-theme .about-mark strong {
    font-size: 38px;
  }

  .of-theme .about-mark span {
    font-size: 9px;
  }

  .of-theme .about-copy .lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .of-theme .reviews {
    padding: 62px 16px;
  }

  .of-theme .reviews-intro-card {
    padding: 24px;
    border-radius: 20px;
  }

  .of-theme .reviews-intro-card h2 {
    font-size: 36px;
  }

  .of-theme .reviews-intro-card > p:not(.eyebrow) {
    margin: 18px 0 22px;
    font-size: 15px;
  }

  .of-theme .reviews-total {
    padding: 16px;
  }

  .of-theme .reviews-total strong {
    font-size: 38px;
  }

  .of-theme .review-grid {
    gap: 12px;
  }

  .of-theme .review-card,
  .of-theme .review-card:nth-child(n) {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

  .of-theme .review-card blockquote,
  .of-theme .review-card-featured blockquote {
    gap: 13px;
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .of-theme .review-card footer {
    margin-top: 22px;
    padding-top: 0;
  }

  .of-theme .review-card > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
  }

  .of-theme .insights {
    padding-top: 38px;
  }

  .of-theme .insight-grid {
    gap: 10px;
    margin-top: 34px;
  }

  .of-theme .insight-grid article {
    min-height: 0;
    padding: 22px;
  }

  .of-theme .insight-grid h3 {
    margin: 16px 0 10px;
    font-size: 24px;
  }

  .of-theme .insight-grid p {
    font-size: 15px;
  }

  .of-theme .insight-grid a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-top: 12px;
  }

  .of-theme .quote {
    width: 100%;
    gap: 34px;
    padding: 62px 16px;
  }

  .of-theme .contact-cards {
    margin-top: 24px;
  }

  .of-theme .contact-cards a {
    min-height: 64px;
  }

  .of-theme .quote-form {
    padding: 22px 18px;
    box-shadow: 6px 6px 0 rgba(22, 139, 210, .18);
  }

  .of-theme .quote-form label {
    margin-bottom: 14px;
  }

  .of-theme .quote-form input,
  .of-theme .quote-form select,
  .of-theme .quote-form textarea {
    min-height: 48px;
    font-size: 16px;
  }

  /* Blog, articles et pages de service */
  .of-theme .blog-hero {
    padding: 48px 16px 52px;
  }

  .of-theme .blog-hero h1 {
    font-size: clamp(37px, 10.5vw, 43px);
    line-height: 1.02;
  }

  .of-theme .blog-hero .lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .of-theme .blog-list {
    width: calc(100% - 32px);
    padding: 48px 0 68px;
  }

  .of-theme .blog-card {
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .of-theme .blog-card img {
    height: 205px;
  }

  .of-theme .blog-card-copy {
    padding: 22px;
  }

  .of-theme .blog-card h2 {
    margin: 12px 0 10px;
    font-size: 26px;
  }

  .of-theme .blog-card p {
    font-size: 15px;
  }

  .of-theme .blog-card a {
    min-height: 44px;
    align-items: center;
    margin-top: 6px;
  }

  .of-theme.blog-body .article-hero,
  .of-theme.service-body .article-hero {
    padding: 42px 16px 46px;
  }

  .of-theme.blog-body .article-hero h1,
  .of-theme.service-body .article-hero h1 {
    max-width: 350px;
    font-size: clamp(35px, 10.2vw, 40px);
  }

  .of-theme.blog-body .article-hero .article-lead,
  .of-theme.service-body .article-hero .article-lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .of-theme.blog-body .article-cover,
  .of-theme.service-body .article-cover {
    width: calc(100% - 32px);
    height: 210px;
    margin-top: 24px;
  }

  .of-theme.blog-body .article-layout,
  .of-theme.service-body .article-layout {
    width: calc(100% - 32px);
    gap: 38px;
    padding: 42px 0 68px;
  }

  .of-theme.blog-body .article-content h2,
  .of-theme.service-body .article-content h2 {
    margin: 38px 0 11px;
    font-size: 27px;
  }

  .of-theme.blog-body .article-content h3,
  .of-theme.service-body .article-content h3 {
    font-size: 21px;
  }

  .of-theme.blog-body .article-content p,
  .of-theme.blog-body .article-content li,
  .of-theme.service-body .article-content p,
  .of-theme.service-body .article-content li {
    font-size: 16px;
    line-height: 1.65;
  }

  .of-theme .article-aside {
    position: static;
    padding: 22px;
  }

  /* Juridique */
  .of-theme.legal-body .legal-hero {
    padding: 48px 16px 50px;
  }

  .of-theme.legal-body .legal-hero h1 {
    font-size: clamp(36px, 10.5vw, 42px);
  }

  .of-theme.legal-body .legal-hero p:last-child {
    font-size: 16px;
    line-height: 1.55;
  }

  .of-theme.legal-body .legal-content {
    width: calc(100% - 32px);
    padding: 44px 0 68px;
  }

  .of-theme.legal-body .legal-content h2 {
    margin-top: 38px;
    font-size: 25px;
    line-height: 1.15;
  }

  .of-theme.legal-body .legal-content h3 {
    font-size: 18px;
  }

  .of-theme.legal-body .legal-content p,
  .of-theme.legal-body .legal-content li,
  .of-theme.legal-body .legal-content dt,
  .of-theme.legal-body .legal-content dd {
    font-size: 15.5px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .of-theme.legal-body .legal-alert {
    padding: 17px;
  }

  /* Footer commun */
  .of-theme .site-footer {
    padding: 52px 16px 22px;
  }

  .of-theme .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0 42px;
  }

  .of-theme .footer-brand,
  .of-theme .footer-main > div:last-child {
    grid-column: auto;
  }

  .of-theme .footer-bottom {
    gap: 18px;
  }

  .of-theme .footer-bottom nav {
    gap: 10px 16px;
  }
}
