@charset "utf-8";

/* =========================================================================
   IPT Solutions Digitales — feuille de style principale
   Direction : éditorial papier clair, l'image d'abord.
   Palette dérivée du logo : indigo #2E3192 → bleu #1A6AB0 → cyan #29ABE2
   ========================================================================= */

/* ---------- 1. Polices (auto-hébergées, variables) ---------------------- */

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/newsreader-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/newsreader-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/newsreader-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/newsreader-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/schibsted-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/schibsted-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/schibsted-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- 2. Jetons ---------------------------------------------------- */

:root {
  /* encres */
  --ink: #10132e;
  --ink-2: #333a5c;
  --ink-3: #454c6b;
  --ink-4: #5c647f;

  /* papiers */
  --paper: #f7f6f2;
  --paper-white: #fffefb;
  --paper-deep: #edebe4;
  --rule: #ddd9cf;
  --rule-strong: #c6c1b4;

  /* marque */
  --indigo: #2e3192;
  --blue: #1a6ab0;
  --cyan: #29abe2;
  --brand-wash: #e9f2fa;

  /* typographie */
  --serif: 'Newsreader', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans: 'Schibsted Grotesk', ui-sans-serif, system-ui, -apple-system,
    'Segoe UI', sans-serif;

  --step--2: clamp(0.72rem, 0.69rem + 0.13vw, 0.79rem);
  --step--1: clamp(0.84rem, 0.8rem + 0.19vw, 0.94rem);
  --step-0: clamp(1rem, 0.95rem + 0.24vw, 1.13rem);
  --step-1: clamp(1.2rem, 1.11rem + 0.42vw, 1.44rem);
  --step-2: clamp(1.44rem, 1.29rem + 0.71vw, 1.83rem);
  --step-3: clamp(1.73rem, 1.5rem + 1.13vw, 2.33rem);
  --step-4: clamp(2.07rem, 1.71rem + 1.75vw, 2.96rem);
  --step-5: clamp(2.49rem, 1.94rem + 2.66vw, 3.77rem);
  --step-6: clamp(2.99rem, 2.17rem + 3.95vw, 4.79rem);
  --step-7: clamp(3.35rem, 2.2rem + 5.6vw, 6rem);

  /* rythme */
  --gutter: clamp(1.25rem, 0.9rem + 1.7vw, 2.5rem);
  --measure: 68ch;
  --section-y: clamp(4.5rem, 3rem + 7vw, 9.5rem);
  --max: 1440px;
  --max-text: 78rem;

  /* mouvement */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur: 0.6s;

  --shadow-lift: 0 1px 2px rgba(16, 19, 46, 0.05),
    0 12px 28px -12px rgba(16, 19, 46, 0.16);
  --shadow-mount: 0 2px 4px rgba(16, 19, 46, 0.04),
    0 28px 60px -24px rgba(16, 19, 46, 0.28);
}

/* ---------- 3. Base et surfaces du navigateur --------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-color: var(--rule-strong) var(--paper);
  scrollbar-width: thin;
}
html.lenis {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.65;
  font-feature-settings: 'kern' 1, 'liga' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  caret-color: var(--blue);
}

::selection {
  background: #cfe6f7;
  color: var(--indigo);
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}
::-webkit-scrollbar-track {
  background: var(--paper-deep);
}
::-webkit-scrollbar-thumb {
  background: var(--rule-strong);
  border: 3px solid var(--paper-deep);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--ink-4);
}

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

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.021em;
  text-wrap: balance;
  font-variation-settings: 'opsz' 42;
}
h3,
h4 {
  line-height: 1.2;
  letter-spacing: -0.013em;
  font-variation-settings: 'opsz' 20;
}

p {
  margin: 0 0 1em;
  text-wrap: pretty;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-color: color-mix(in srgb, currentColor 34%, transparent);
  transition: text-decoration-color 0.25s, color 0.25s;
}
a:hover {
  text-decoration-color: currentColor;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong,
b {
  font-weight: 600;
}

.num {
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: 'tnum' 1, 'lnum' 1;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 200;
  padding: 0.7em 1.2em;
  background: var(--ink);
  color: var(--paper-white);
  font-size: var(--step--1);
  transform: translate(-50%, -110%);
  transition: transform 0.3s var(--ease-out);
}
.skip-link:focus {
  transform: translate(-50%, 0);
}

/* ---------- 4. Grille --------------------------------------------------- */

.shell {
  width: min(100% - var(--gutter) * 2, var(--max));
  margin-inline: auto;
}
.shell--narrow {
  width: min(100% - var(--gutter) * 2, 62rem);
  margin-inline: auto;
}

.section {
  padding-block: var(--section-y);
}
.section--tight {
  padding-block: calc(var(--section-y) * 0.62);
}
.section--deep {
  background: var(--paper-deep);
}

.rule {
  height: 1px;
  background: var(--rule);
  transform-origin: left center;
  border: 0;
  margin: 0;
}

/* ---------- 5. Typographie éditoriale ----------------------------------- */

.display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: var(--step-7);
  line-height: 0.98;
  letter-spacing: -0.032em;
  font-variation-settings: 'opsz' 72;
}
.display em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}

.title {
  font-size: var(--step-5);
  max-width: 22ch;
}
.title--wide {
  max-width: 30ch;
}

.lede {
  font-family: var(--serif);
  font-size: var(--step-2);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.012em;
  color: var(--ink-2);
  max-width: 44ch;
  font-variation-settings: 'opsz' 28;
}

.prose {
  max-width: var(--measure);
  color: var(--ink-2);
}
.prose--tight {
  max-width: 54ch;
}

.label {
  font-size: var(--step--2);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-4);
}

/* révélation ligne à ligne : masque, pas d'opacité initiale en CSS */
.reveal-line {
  display: block;
  overflow: hidden;
  padding-block: 0.04em;
  margin-block: -0.04em;
}

/* ---------- 6. Icônes --------------------------------------------------- */

.icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon--sm {
  width: 1.125rem;
  height: 1.125rem;
  stroke-width: 1.5;
}
.icon--lg {
  width: 2rem;
  height: 2rem;
  stroke-width: 1.15;
}

/* ---------- 7. Boutons -------------------------------------------------- */

.btn {
  --btn-bg: var(--ink);
  --btn-fg: var(--paper-white);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.82em 1.5em;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: var(--step--1);
  font-weight: 500;
  letter-spacing: 0.005em;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.35s var(--ease-out), background-color 0.35s var(--ease-out);
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--blue);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.42s var(--ease-out);
}
.btn:hover::after,
.btn:focus-visible::after {
  transform: scaleY(1);
}
.btn .icon {
  transition: transform 0.42s var(--ease-out);
}
.btn:hover .icon {
  transform: translateX(3px);
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  box-shadow: inset 0 0 0 1px var(--rule-strong);
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  color: var(--paper-white);
}

.btn--light {
  --btn-bg: var(--paper-white);
  --btn-fg: var(--ink);
}
.btn--light::after {
  background: var(--cyan);
}
.btn--light:hover {
  color: var(--ink);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* lien fléché éditorial */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: var(--step--1);
  font-weight: 500;
  text-decoration: none;
  color: var(--blue);
}
.arrow-link .icon {
  transition: transform 0.42s var(--ease-out);
}
.arrow-link:hover .icon {
  transform: translateX(4px);
}
.arrow-link::before {
  content: '';
  position: absolute;
  inset: 0;
}

/* ---------- 8. En-tête -------------------------------------------------- */

.utility {
  background: var(--ink);
  color: color-mix(in srgb, var(--paper-white) 74%, transparent);
  font-size: var(--step--2);
  letter-spacing: 0.02em;
}
.utility__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.75rem;
  padding-block: 0.62rem;
}
.utility a {
  text-decoration: none;
  color: var(--paper-white);
}
.utility a:hover {
  color: var(--cyan);
}
.utility__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  white-space: nowrap;
}
.utility__claim {
  margin-left: auto;
  color: color-mix(in srgb, var(--paper-white) 55%, transparent);
}
.utility__claim strong {
  color: var(--cyan);
  font-weight: 500;
}

/* Le flou est porté par un pseudo-élément, jamais par .masthead lui-même :
   un backdrop-filter crée un bloc conteneur qui casserait le position:fixed
   du panneau de navigation mobile. */
.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--ease-out);
}
.masthead::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  transition: background-color 0.4s var(--ease-out);
}
.masthead.is-stuck {
  border-bottom-color: var(--rule);
}
.masthead.is-stuck::before {
  background: color-mix(in srgb, var(--paper) 96%, transparent);
}
/* Hauteur constante : l'état « collé » se lit au fond, au filet et à
   l'échelle du logo — jamais en animant une propriété de mise en page. */
.masthead__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-block: clamp(0.85rem, 1.6vw, 1.25rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  flex: none;
}
.brand img {
  width: auto;
  height: clamp(30px, 3.4vw, 40px);
  transform-origin: left center;
  transition: transform 0.45s var(--ease-out);
}
.masthead.is-stuck .brand img {
  transform: scale(0.82);
}
.brand__text {
  display: none;
  font-family: var(--serif);
  font-size: var(--step--1);
  line-height: 1.1;
  color: var(--ink-3);
  letter-spacing: -0.005em;
}
@media (min-width: 1120px) {
  .brand__text {
    display: block;
  }
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.7vw, 1.8rem);
  margin-left: auto;
}
.nav a {
  position: relative;
  font-size: var(--step--1);
  font-weight: 500;
  text-decoration: none;
  color: var(--ink-2);
  padding-block: 0.35em;
  transition: color 0.3s;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s var(--ease-out);
}
.nav a:hover,
.nav a[aria-current='page'] {
  color: var(--ink);
}
.nav a:hover::after,
.nav a[aria-current='page']::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.nav a[aria-current='page']::after {
  background: var(--ink);
}

.masthead .btn {
  flex: none;
}

.burger {
  display: none;
  align-items: center;
  gap: 0.55em;
  margin-left: auto;
  font-size: var(--step--2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
.burger__bars {
  display: grid;
  gap: 4px;
  width: 20px;
}
.burger__bars i {
  display: block;
  height: 1px;
  background: currentColor;
  transition: transform 0.4s var(--ease-out), opacity 0.3s;
}
.burger[aria-expanded='true'] .burger__bars i:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.burger[aria-expanded='true'] .burger__bars i:nth-child(2) {
  opacity: 0;
}
.burger[aria-expanded='true'] .burger__bars i:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

@media (max-width: 1023px) {
  .burger {
    display: inline-flex;
  }
  .masthead .btn--header {
    display: none;
  }
  .nav {
    position: fixed;
    inset: auto 0 0 0;
    top: var(--nav-top, 64px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: clamp(1rem, 5vw, 2rem) var(--gutter) 3rem;
    background: var(--paper);
    border-top: 1px solid var(--rule);
    overflow-y: auto;
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    transition: clip-path 0.55s var(--ease-out), visibility 0.55s;
  }
  .nav.is-open {
    clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  .nav a {
    font-family: var(--serif);
    font-size: var(--step-3);
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-block: 0.55em;
    border-bottom: 1px solid var(--rule);
    color: var(--ink);
  }
  .nav a::after {
    display: none;
  }
  .nav a.btn {
    margin-top: 1.6rem;
    justify-content: center;
    border-bottom: 0;
    font-family: var(--sans);
    font-size: var(--step-0);
    font-weight: 500;
    letter-spacing: 0.005em;
    color: var(--btn-fg);
    padding-block: 1em;
  }
}

/* ---------- 9. Héros d'accueil ------------------------------------------ */

.hero {
  padding-top: clamp(2.5rem, 4vw, 5rem);
  padding-bottom: clamp(3rem, 5vw, 6rem);
  position: relative;
}
.hero__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: end;
}
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}

.hero__title {
  font-size: var(--step-7);
  line-height: 0.98;
  letter-spacing: -0.032em;
  font-variation-settings: 'opsz' 72;
  margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}
.hero__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: clamp(2rem, 3vw, 2.75rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
}
.hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: var(--step--1);
  color: var(--ink-3);
}
.hero__meta .icon {
  color: var(--blue);
}

/* cadre photo : le sujet du site */
.frame {
  position: relative;
  overflow: hidden;
  background: var(--paper-deep);
  border-radius: 2px;
}
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.frame--portrait {
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-mount);
}
.frame--wide {
  aspect-ratio: 16 / 10;
}

.hero__figure {
  margin: 0;
  position: relative;
}
.hero__caption {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  margin-top: 0.9rem;
  font-size: var(--step--2);
  color: var(--ink-4);
  letter-spacing: 0.01em;
}
.hero__caption b {
  color: var(--ink-2);
  font-weight: 500;
}

/* ---------- 10. Colophon (chiffres) ------------------------------------- */

.colophon {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.colophon__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 780px) {
  .colophon__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.colophon__cell {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1rem, 2vw, 1.75rem);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
@media (min-width: 780px) {
  .colophon__cell {
    border-bottom: 0;
  }
  .colophon__cell:last-child {
    border-right: 0;
  }
}
@media (max-width: 779px) {
  .colophon__cell:nth-child(2n) {
    border-right: 0;
  }
  .colophon__cell:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}
.colophon__figure {
  display: block;
  font-family: var(--serif);
  font-size: var(--step-5);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-variation-settings: 'opsz' 60;
}
.colophon__note {
  display: block;
  margin-top: 0.6rem;
  font-size: var(--step--1);
  color: var(--ink-3);
  max-width: 20ch;
}

/* ---------- 11. Index des services (liste, pas de cartes) --------------- */

.index-list {
  border-top: 1px solid var(--rule);
}
.index-row {
  position: relative;
  display: grid;
  gap: 0.4rem 2rem;
  align-items: baseline;
  padding: clamp(1.5rem, 2.6vw, 2.25rem) clamp(0.5rem, 1.5vw, 1.25rem);
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  transition: background-color 0.45s var(--ease-out);
}
@media (min-width: 820px) {
  .index-row {
    grid-template-columns: 2.5rem minmax(0, 17.5rem) minmax(0, 1fr) auto;
    align-items: center;
  }
}
.index-row:hover {
  background: var(--paper-white);
}
.index-row__icon {
  color: var(--blue);
  transition: transform 0.5s var(--ease-out);
}
.index-row:hover .index-row__icon {
  transform: translateY(-2px) scale(1.06);
}
.index-row__name {
  font-family: var(--serif);
  font-size: var(--step-3);
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 400;
  font-variation-settings: 'opsz' 30;
}
.index-row__desc {
  color: var(--ink-3);
  font-size: var(--step--1);
  max-width: 46ch;
  margin: 0;
}
.index-row__go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--ink-4);
  box-shadow: inset 0 0 0 1px var(--rule);
  transition: color 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out),
    transform 0.5s var(--ease-out);
}
.index-row:hover .index-row__go {
  color: var(--paper-white);
  background: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
  transform: translateX(4px);
}

/* ---------- 12. Comparatif ---------------------------------------------- */

.compare {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}
@media (min-width: 940px) {
  .compare {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }
}
.compare__table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--rule);
  background: var(--paper-white);
}
.compare__head {
  padding: 1.1rem clamp(0.9rem, 2vw, 1.6rem);
  font-size: var(--step--2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-4);
  border-bottom: 1px solid var(--rule);
}
.compare__head:first-child {
  border-right: 1px solid var(--rule);
}
.compare__col--ipt .compare__head,
.compare__head--ipt {
  color: var(--indigo);
  background: var(--brand-wash);
}
.compare__cell {
  display: flex;
  align-items: flex-start;
  gap: 0.65em;
  padding: clamp(0.85rem, 1.8vw, 1.15rem) clamp(0.9rem, 2vw, 1.6rem);
  font-size: var(--step--1);
  color: var(--ink-2);
  border-bottom: 1px solid var(--rule);
}
.compare__cell:nth-child(odd) {
  border-right: 1px solid var(--rule);
  color: var(--ink-3);
}
.compare__cell:nth-child(even) {
  background: color-mix(in srgb, var(--brand-wash) 42%, var(--paper-white));
}
.compare__cell:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.compare__cell .icon {
  margin-top: 0.15em;
}
.compare__cell--no .icon {
  color: var(--ink-4);
}
.compare__cell--yes .icon {
  color: var(--blue);
}

/* ---------- 13. Méthode (section épinglée) ------------------------------ */

.method {
  background: var(--ink);
  color: var(--paper-white);
  overflow: clip;
}
.method__viewport {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(3rem, 8vh, 6rem);
}
.method__head {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid color-mix(in srgb, var(--paper-white) 16%, transparent);
}
.method__head h2 {
  color: var(--paper-white);
  max-width: 18ch;
}
.method__progress {
  font-size: var(--step--2);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--paper-white) 52%, transparent);
}
.method__progress b {
  color: var(--cyan);
  font-weight: 500;
}

.method__track {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  will-change: transform;
}
.method__step {
  flex: 0 0 min(78vw, 26rem);
  border-top: 1px solid color-mix(in srgb, var(--paper-white) 22%, transparent);
  padding-top: 1.5rem;
  transition: opacity 0.6s var(--ease-out);
}
.method__step h3 {
  font-size: var(--step-4);
  color: var(--paper-white);
  margin-bottom: 0.6rem;
}
.method__step p {
  color: color-mix(in srgb, var(--paper-white) 66%, transparent);
  font-size: var(--step--1);
  max-width: 34ch;
}
.method__index {
  display: block;
  font-family: var(--serif);
  font-size: var(--step--1);
  letter-spacing: 0.16em;
  color: var(--cyan);
  margin-bottom: 1.1rem;
}

/* ---------- 14. Galerie WebGL ------------------------------------------- */

.gallery {
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 3vw, 3rem);
}
@media (min-width: 860px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery__item:nth-child(odd) {
    margin-top: clamp(0rem, 6vw, 5.5rem);
  }
}

.gallery__item {
  position: relative;
  text-decoration: none;
  display: block;
  color: inherit;
}
.gallery__item:hover {
  text-decoration: none;
}
.gallery__stage {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-deep);
  border-radius: 2px;
  box-shadow: var(--shadow-lift);
  transition: box-shadow 0.6s var(--ease-out);
}
.gallery__item:hover .gallery__stage {
  box-shadow: var(--shadow-mount);
}
.gallery__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  will-change: transform;
  transition: transform 0.9s var(--ease-out), opacity 0.5s;
}
.gallery__stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* quand le rendu WebGL prend le relais, on masque l'image DOM */
.gallery__stage.is-gl img {
  opacity: 0;
}
.gallery__stage:not(.is-gl) .gallery__item:hover img {
  transform: scale(1.03);
}

.gallery__meta {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
}
.gallery__name {
  font-family: var(--serif);
  font-size: var(--step-2);
  letter-spacing: -0.018em;
  font-variation-settings: 'opsz' 26;
}
.gallery__kind {
  font-size: var(--step--2);
  color: var(--ink-4);
  margin-left: auto;
  text-align: right;
  letter-spacing: 0.02em;
}
.gallery__go {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  margin-top: 0.5rem;
  font-size: var(--step--1);
  color: var(--blue);
}
.gallery__item .icon {
  transition: transform 0.5s var(--ease-out);
}
.gallery__item:hover .icon {
  transform: translate(3px, -3px);
}

/* ---------- 15. Citations ------------------------------------------------ */

.quotes {
  display: grid;
  gap: clamp(2rem, 3.5vw, 3rem);
  border-top: 1px solid var(--rule);
}
@media (min-width: 800px) {
  .quotes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(2.5rem, 5vw, 5rem);
  }
}
.quote {
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid var(--rule);
  margin: 0;
}
.quotes > .quote:first-child,
.quotes > .quote:nth-child(2) {
  border-top: 0;
  padding-top: clamp(2rem, 3.5vw, 3rem);
}
@media (max-width: 799px) {
  .quotes > .quote:nth-child(2) {
    border-top: 1px solid var(--rule);
    padding-top: clamp(1.75rem, 3vw, 2.5rem);
  }
}
.quote__text {
  font-family: var(--serif);
  font-size: var(--step-2);
  line-height: 1.42;
  font-weight: 300;
  letter-spacing: -0.014em;
  color: var(--ink);
  font-variation-settings: 'opsz' 30;
  margin: 0 0 1.25rem;
  text-wrap: pretty;
}
.quote__stars {
  display: flex;
  gap: 0.18em;
  color: var(--cyan);
  margin-bottom: 1rem;
}
.quote__stars .icon {
  width: 0.95rem;
  height: 0.95rem;
  fill: currentColor;
  stroke: none;
}
.quote__by {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  font-size: var(--step--1);
}
.quote__by cite {
  font-style: normal;
  font-weight: 600;
  color: var(--ink);
}
.quote__by a {
  color: var(--ink-3);
  text-decoration-color: color-mix(in srgb, var(--ink-3) 30%, transparent);
}

/* ---------- 16. FAQ ------------------------------------------------------ */

.faq {
  border-top: 1px solid var(--rule);
}
.faq__item {
  border-bottom: 1px solid var(--rule);
}
.faq__item summary {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: clamp(1.15rem, 2.2vw, 1.7rem) 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: var(--step-2);
  line-height: 1.3;
  letter-spacing: -0.016em;
  font-variation-settings: 'opsz' 26;
  transition: color 0.3s;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item summary:hover {
  color: var(--blue);
}
.faq__sign {
  margin-left: auto;
  flex: none;
  color: var(--ink-4);
  transition: transform 0.45s var(--ease-out), color 0.3s;
}
.faq__item[open] .faq__sign {
  transform: rotate(45deg);
  color: var(--blue);
}
.faq__answer {
  padding-bottom: clamp(1.15rem, 2.2vw, 1.7rem);
  max-width: 62ch;
  color: var(--ink-2);
}

/* ---------- 17. Appel à l'action ---------------------------------------- */

.callout {
  background: var(--ink);
  color: var(--paper-white);
  position: relative;
  overflow: clip;
}
.callout__inner {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .callout__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.callout h2 {
  color: var(--paper-white);
  max-width: 20ch;
}
.callout p {
  color: color-mix(in srgb, var(--paper-white) 62%, transparent);
  max-width: 46ch;
  margin-top: 1rem;
}
.callout__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--serif);
  font-size: var(--step-4);
  letter-spacing: -0.02em;
  color: var(--paper-white);
  text-decoration: none;
  font-variation-settings: 'opsz' 44;
  transition: color 0.35s;
}
.callout__phone:hover {
  color: var(--cyan);
}
.callout__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

/* halo de marque, discret, derrière le bloc */
.callout__glow {
  position: absolute;
  width: 46rem;
  height: 46rem;
  right: -14rem;
  top: -18rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--blue) 24%, transparent) 0%,
    transparent 66%
  );
  pointer-events: none;
  filter: blur(40px);
}

/* ---------- 18. Pages service ------------------------------------------- */

.page-hero {
  padding-top: clamp(2.5rem, 4vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}
.page-hero__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}
@media (min-width: 900px) {
  .page-hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }
}
.page-hero__title {
  font-size: var(--step-6);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-variation-settings: 'opsz' 60;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}
.page-hero__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  font-size: var(--step--2);
  color: var(--ink-4);
  padding-block: clamp(1rem, 2vw, 1.5rem);
  letter-spacing: 0.02em;
}
.breadcrumb a {
  text-decoration: none;
  color: var(--ink-3);
}
.breadcrumb a:hover {
  color: var(--blue);
}
.breadcrumb [aria-current='page'] {
  color: var(--ink-2);
}
.breadcrumb .sep {
  color: var(--rule-strong);
}

/* panneau « inclus » */
.panel {
  background: var(--paper-white);
  border: 1px solid var(--rule);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 2px;
}
.panel h2,
.panel h3 {
  font-size: var(--step-2);
  margin-bottom: 1.25rem;
}
.panel__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-block: 0.7rem;
  border-top: 1px solid var(--rule);
  font-size: var(--step--1);
  color: var(--ink-2);
}
.panel__list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.panel__list .icon {
  color: var(--blue);
  margin-top: 0.15em;
}
.panel--ink {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper-white);
}
.panel--ink h3 {
  color: var(--paper-white);
}
.panel--ink p {
  color: color-mix(in srgb, var(--paper-white) 68%, transparent);
}

/* colonnes à filet, sans boîtes */
.columns {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2.75rem) clamp(2rem, 4vw, 3.5rem);
}
@media (min-width: 700px) {
  .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .columns--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.column {
  border-top: 1px solid var(--rule-strong);
  padding-top: 1.25rem;
}
.column .icon {
  color: var(--blue);
  margin-bottom: 1rem;
}
.column h3 {
  font-size: var(--step-1);
  margin-bottom: 0.5rem;
}
.column p {
  font-size: var(--step--1);
  color: var(--ink-3);
  max-width: 38ch;
}

/* section deux colonnes avec liste de contrôle */
.split {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}
@media (min-width: 900px) {
  .split {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
}
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding-block: 0.85rem;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-2);
}
.checklist li:first-child {
  border-top: 1px solid var(--rule);
}
.checklist .icon {
  color: var(--blue);
  margin-top: 0.18em;
}

/* ---------- 19. Contact -------------------------------------------------- */

.contact-grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 860px) {
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contact-card {
  border-top: 1px solid var(--rule-strong);
  padding-top: 1.5rem;
}
.contact-card__label {
  font-size: var(--step--2);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 0.9rem;
}
.contact-card__value {
  font-family: var(--serif);
  font-size: var(--step-3);
  letter-spacing: -0.022em;
  line-height: 1.15;
  text-decoration: none;
  display: inline-block;
  font-variation-settings: 'opsz' 34;
  transition: color 0.3s;
}
a.contact-card__value:hover {
  color: var(--blue);
}
.contact-card__note {
  margin-top: 0.75rem;
  font-size: var(--step--1);
  color: var(--ink-3);
}

/* ---------- 20. Pages légales -------------------------------------------- */

.legal {
  max-width: 46rem;
}
.legal h2 {
  font-size: var(--step-2);
  margin-top: clamp(2.25rem, 4vw, 3rem);
  padding-top: clamp(1.5rem, 2.5vw, 2rem);
  border-top: 1px solid var(--rule);
  margin-bottom: 0.9rem;
}
.legal h2:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.legal p {
  color: var(--ink-2);
  max-width: 62ch;
}
.legal a {
  color: var(--blue);
}

/* ---------- 21. Pied de page --------------------------------------------- */

.footer {
  background: var(--paper-deep);
  border-top: 1px solid var(--rule);
  padding-block: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 3vw, 2.5rem);
}
.footer__grid {
  display: grid;
  gap: clamp(2.25rem, 4vw, 3.5rem);
}
@media (min-width: 760px) {
  .footer__grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  }
}
.footer__lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.footer__lockup img {
  width: auto;
  height: 54px;
}
.footer__lockup span {
  font-family: var(--serif);
  font-size: var(--step-0);
  line-height: 1.12;
  color: var(--ink-3);
  letter-spacing: -0.008em;
}
.footer__brand p {
  font-size: var(--step--1);
  color: var(--ink-3);
  max-width: 34ch;
}
.footer h2 {
  font-family: var(--sans);
  font-size: var(--step--2);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-4);
  margin-bottom: 1.1rem;
}
.footer__links li {
  padding-block: 0.32rem;
}
.footer__links a {
  font-size: var(--step--1);
  text-decoration: none;
  color: var(--ink-2);
  transition: color 0.3s;
}
.footer__links a:hover {
  color: var(--blue);
}
.footer__contact {
  font-size: var(--step--1);
  color: var(--ink-2);
  font-style: normal;
}
.footer__contact a {
  text-decoration: none;
}
.footer__contact a:hover {
  color: var(--blue);
}
.footer__contact p {
  margin-bottom: 0.85rem;
}
.footer__base {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  font-size: var(--step--2);
  color: var(--ink-4);
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-left: auto;
}
.footer__legal a {
  text-decoration: none;
  color: var(--ink-3);
}
.footer__legal a:hover {
  color: var(--blue);
}

/* ---------- 22. Bandeau défilant (vitesse de scroll) --------------------- */

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-block: clamp(1rem, 2vw, 1.4rem);
  background: var(--paper-white);
}
.ticker__track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  will-change: transform;
}
.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--serif);
  font-size: var(--step-1);
  letter-spacing: -0.012em;
  color: var(--ink-3);
  white-space: nowrap;
  font-variation-settings: 'opsz' 22;
}
.ticker__item .icon {
  color: var(--cyan);
  width: 0.65rem;
  height: 0.65rem;
  fill: currentColor;
  stroke: none;
}

/* ---------- 23. Divers --------------------------------------------------- */

.stack > * + * {
  margin-top: var(--stack, 1.5rem);
}
.section-head {
  display: grid;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 900px) {
  .section-head {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    align-items: end;
  }
}
.section-head p {
  color: var(--ink-3);
  max-width: 46ch;
}

.mark-cyan {
  color: var(--cyan);
}
.text-center {
  text-align: center;
}
.mt-l {
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* ---------- 24. Mouvement réduit ---------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .frame img,
  .gallery__stage img,
  .method__track,
  .ticker__track {
    transform: none !important;
  }
}

/* ---------- 25. Impression ----------------------------------------------- */

@media print {
  .masthead,
  .utility,
  .callout,
  .ticker,
  .method {
    display: none;
  }
  body {
    background: #fff;
    color: #000;
  }
}

/* ---------- 26. États initiaux du mouvement -----------------------------
   Appliqués uniquement quand le script est présent : sans JS, tout reste
   visible. Un garde-fou dans le <head> retire la classe si main.js ne
   démarre pas.                                                            */

.js-motion [data-reveal='lines'],
.js-motion [data-reveal='up'],
.js-motion [data-reveal='stagger'],
.js-motion [data-reveal='image'],
.js-motion [data-reveal='rule'],
.js-motion [data-intro-title],
.js-motion [data-intro-image],
.js-motion [data-intro-fade] {
  opacity: 0;
}

.js-motion [data-reveal='image'],
.js-motion [data-intro-image] {
  will-change: clip-path;
}

/* Le bouton Contact du menu n'existe que dans le panneau mobile. */
@media (min-width: 1024px) {
  .nav .btn {
    display: none;
  }
}

/* ---------- 27. Bande photographique pleine largeur ---------------------
   Sur les pages de service, un seul moment photographique : le visage
   derrière le service. L'image occupe toute la largeur, le texte l'encadre
   sans jamais passer par-dessus.                                          */

.bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-block: 0;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}
.frame--band {
  aspect-ratio: 3 / 2;
  border-radius: 0;
}
@media (min-width: 760px) {
  .frame--band {
    aspect-ratio: 21 / 9;
  }
}
.bleed__caption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 1.5rem;
  margin-top: 1.1rem;
  font-size: var(--step--2);
  color: var(--ink-4);
  letter-spacing: 0.01em;
}
.bleed__caption a {
  margin-left: auto;
  color: var(--blue);
  text-decoration: none;
  font-size: var(--step--1);
  font-weight: 500;
}
.bleed__caption a:hover {
  color: var(--ink);
}

.band__say {
  max-width: 26ch;
}

/* ---------- 28. Ajustements petits écrans -------------------------------- */

@media (max-width: 640px) {
  /* Le bandeau utilitaire garde l'essentiel : joindre IPT en un geste.
     L'adresse reste accessible dans le pied de page et sur la page contact. */
  .utility__item:first-child,
  .utility__claim {
    display: none;
  }
  .utility__inner {
    gap: 0.35rem 1.25rem;
  }
  .hero__caption {
    flex-direction: column;
    gap: 0.15rem;
  }
  .bleed__caption a {
    margin-left: 0;
  }
}

/* ---------- 29. Cohabitation des surcouches tierces ---------------------
   L'agent JotForm et CookieYes ne se connaissent pas. Sur mobile, l'accroche
   de l'assistant recouvre les boutons du bandeau de consentement : le
   visiteur ne peut plus répondre. Le consentement passe devant, et
   l'assistant s'efface tant qu'il n'a pas été traité.                     */

.cky-consent-container,
.cky-modal,
.cky-preference-center {
  z-index: 2147483000 !important;
}

.consent-open .ai-agent-chat-avatar-tooltip {
  display: none !important;
}

@media (max-width: 700px) {
  .embedded-agent-container {
    transition: opacity 0.4s var(--ease-out);
  }
  .consent-open .embedded-agent-container {
    opacity: 0;
    pointer-events: none;
  }
}
