/*
 * Direction V2 — monographie clinique parisienne.
 * Ce fichier surcharge le prototype initial sans toucher au site public.
 */

:root {
  --ink: #090909;
  --ink-soft: #292929;
  --muted: #696969;
  --mauve: #af9cad;
  --mauve-dark: #8c7488;
  --mauve-soft: #f5f1f4;
  --action: #8c7488;
  --action-hover: #6f596b;
  --white: #fff;
  --line: #d9d9d6;
  --display: "Bodoni Moda", Georgia, serif;
  --body: "Instrument Sans", sans-serif;
  --page-padding: clamp(28px, 4.3vw, 72px);
  --content-width: 1680px;
  --header-height: 86px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  background: var(--white);
  scroll-padding-top: calc(var(--header-height) + 32px);
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
}

::selection {
  background: var(--mauve);
  color: var(--white);
}

.js .reveal,
.js .reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

.eyebrow,
.mega-intro span {
  color: var(--mauve-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

/* Navigation */

.site-header {
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(9, 9, 9, 0.12);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.header-inner {
  gap: clamp(24px, 3vw, 54px);
}

.brand {
  flex-basis: clamp(192px, 15vw, 235px);
}

.main-nav {
  gap: clamp(24px, 2.7vw, 48px);
}

.main-nav a,
.nav-expertise summary,
.phone-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.main-nav a::after {
  bottom: -11px;
  background: var(--mauve);
}

.nav-expertise summary::after {
  color: var(--mauve-dark);
  font-family: var(--body);
}

.mega-menu {
  top: calc(100% + 1px);
  padding: 46px clamp(32px, 4vw, 70px) 54px;
  background: rgba(255, 255, 255, 0.99);
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(9, 9, 9, 0.08);
}

.mega-menu .mega-title,
.mega-intro p {
  font-family: var(--display);
  font-weight: 400;
}

.mega-menu .mega-title {
  font-size: 24px;
}

.header-actions {
  gap: 18px;
}

.header-separator {
  height: 26px;
  background: rgba(9, 9, 9, 0.16);
}

.button {
  min-height: auto;
  justify-content: flex-start;
  padding: 7px 0 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--mauve-dark);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition:
    color 220ms ease,
    border-color 220ms ease;
}

.button:hover,
.button:active {
  background: transparent;
  color: var(--ink);
  transform: none;
}

.button-primary,
.button-primary:hover,
.button-primary:focus-visible,
.button-outline,
.button-outline:hover,
.button-outline:focus-visible {
  background: transparent;
  color: var(--mauve-dark);
}

.button-compact {
  min-height: auto;
  padding: 7px 0 8px;
  color: var(--ink);
  font-size: 12px;
  white-space: nowrap;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

/* Page d'ouverture */

body[data-page="home"] .hero {
  width: min(100%, var(--content-width));
  min-height: calc(100svh - var(--header-height));
  max-height: 940px;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

body[data-page="home"] .hero-copy {
  display: flex;
  align-items: center;
  padding: clamp(84px, 9vw, 150px) clamp(38px, 4.2vw, 76px) clamp(96px, 10vw, 160px)
    var(--page-padding);
}

body[data-page="home"] .signature-rule,
body[data-page="home"] .hero blockquote,
body[data-page="home"] .hero .button-primary {
  display: none;
}

body[data-page="home"] .hero h1 {
  max-width: 790px;
  margin: 0 0 44px;
  font-family: var(--display);
  font-size: clamp(78px, 8.1vw, 138px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.86;
  text-transform: none;
}

body[data-page="home"] .hero-intro {
  margin-bottom: 38px;
  color: var(--ink);
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.35;
}

body[data-page="home"] .hero .button-row {
  display: block;
}

body[data-page="home"] .hero .button-outline {
  width: auto;
  color: var(--mauve-dark);
}

body[data-page="home"] .hero-portrait {
  min-height: 0;
  background: #f7f7f5;
}

body[data-page="home"] .hero-portrait img {
  width: 108%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: grayscale(1) contrast(1.02);
}

body[data-page="home"] .scroll-cue {
  bottom: 32px;
  color: var(--ink);
  font-size: 9px;
  letter-spacing: 0.2em;
}

/* Atlas des expertises */

body[data-page="home"] .expertise-atlas {
  width: min(100%, var(--content-width));
  padding: clamp(96px, 10vw, 154px) var(--page-padding) 0;
  border: 0;
  background: var(--white);
}

body[data-page="home"] .atlas-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(56px, 7vw, 96px);
}

body[data-page="home"] .atlas-heading .eyebrow {
  margin: 0 0 16px;
}

body[data-page="home"] .atlas-heading h2 {
  font-size: clamp(74px, 8.2vw, 136px);
  letter-spacing: -0.065em;
  line-height: 0.84;
  text-transform: none;
}

body[data-page="home"] .atlas-heading > p {
  max-width: 420px;
  padding-bottom: 10px;
  color: var(--ink-soft);
  font-size: 15px;
}

body[data-page="home"] .expertise-grid {
  display: block;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ink);
}

body[data-page="home"] .expertise-card {
  min-height: clamp(250px, 22vw, 350px);
  display: grid;
  grid-template-columns: minmax(104px, 0.17fr) minmax(390px, 0.47fr) minmax(300px, 0.36fr);
  align-items: stretch;
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  isolation: isolate;
}

body[data-page="home"] .expertise-card:nth-child(even) {
  grid-template-columns: minmax(104px, 0.17fr) minmax(0, 0.83fr);
  background: var(--ink);
  color: var(--white);
}

body[data-page="home"] .expertise-card::after {
  display: none;
}

body[data-page="home"] .expertise-card img {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-column: 3;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.08);
  transition: transform 900ms var(--ease);
}

body[data-page="home"] .expertise-card:nth-child(even) img {
  display: none;
}

body[data-page="home"] .expertise-card:nth-child(3) img {
  display: none;
}

body[data-page="home"] .expertise-card:nth-child(3) {
  grid-template-columns: minmax(104px, 0.17fr) minmax(0, 0.83fr);
}

body[data-page="home"] .expertise-card:nth-child(1) img {
  object-position: 54% 38%;
  transform: scale(2.05);
}

body[data-page="home"] .expertise-card:hover img,
body[data-page="home"] .expertise-card:focus-visible img {
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.025);
}

body[data-page="home"] .expertise-card:nth-child(1):hover img,
body[data-page="home"] .expertise-card:nth-child(1):focus-visible img {
  transform: scale(2.1);
}

body[data-page="home"] .expertise-index {
  position: static;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding: 0 clamp(18px, 2.5vw, 42px);
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(66px, 7vw, 112px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 1;
}

body[data-page="home"] .expertise-card-copy {
  position: static;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  justify-content: center;
  padding: clamp(34px, 4.2vw, 68px);
  border-left: 1px solid color-mix(in srgb, currentColor 25%, transparent);
}

body[data-page="home"] .expertise-card-copy small {
  margin-bottom: 20px;
  color: var(--mauve);
  font-size: 9px;
  letter-spacing: 0.18em;
}

body[data-page="home"] .expertise-card-copy strong {
  font-family: var(--display);
  font-size: clamp(52px, 5.6vw, 92px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: none;
}

body[data-page="home"] .expertise-card-copy > span {
  width: auto;
  align-self: flex-start;
  margin-top: 26px;
  padding: 0 0 7px;
  border-top: 0;
  border-bottom: 1px solid var(--mauve);
  color: var(--mauve-dark);
  font-size: 11px;
}

body[data-page="home"] .expertise-card:nth-child(even) .expertise-card-copy > span {
  color: var(--mauve);
}

body[data-page="home"] .expertise-card-copy b {
  margin-left: 16px;
}

body[data-page="home"] .concerns {
  display: none;
}

/* Parti pris */

body[data-page="home"] .approach {
  width: 100%;
  max-width: none;
  min-height: min(760px, 78svh);
  display: flex;
  align-items: center;
  padding: clamp(108px, 12vw, 190px) max(var(--page-padding), calc((100vw - var(--content-width)) / 2 + var(--page-padding)));
  background: var(--ink);
  color: var(--white);
}

body[data-page="home"] .approach-copy {
  max-width: 1140px;
}

body[data-page="home"] .approach .section-heading h2 {
  font-size: clamp(76px, 9vw, 146px);
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: none;
}

body[data-page="home"] .approach .accent-line,
body[data-page="home"] .video-card {
  display: none;
}

body[data-page="home"] .approach blockquote {
  max-width: 780px;
  margin: 52px 0 24px;
  color: var(--mauve);
  font-family: var(--body);
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

body[data-page="home"] .approach-copy > p {
  max-width: 670px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

body[data-page="home"] .approach .button {
  color: var(--white);
}

/* Résultats */

body[data-page="home"] .results {
  width: min(100%, var(--content-width));
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(52px, 6vw, 88px);
  padding: clamp(108px, 11vw, 170px) var(--page-padding);
  border: 0;
}

body[data-page="home"] .results-copy {
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: clamp(52px, 8vw, 128px);
}

body[data-page="home"] .results-copy .section-heading {
  grid-column: 1;
  grid-row: 1 / span 2;
}

body[data-page="home"] .results-copy .section-heading::before {
  content: "02";
  display: block;
  margin-bottom: 14px;
  color: var(--mauve);
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 108px);
  letter-spacing: -0.06em;
  line-height: 0.8;
}

body[data-page="home"] .results-copy .section-heading h2 {
  font-size: clamp(74px, 8.4vw, 136px);
  letter-spacing: -0.07em;
  line-height: 0.84;
  text-transform: none;
}

body[data-page="home"] .results-copy .accent-line {
  display: none;
}

body[data-page="home"] .results-copy > p:not(.disclosure) {
  grid-column: 2;
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 15px;
}

body[data-page="home"] .results-copy > .button {
  grid-column: 2;
  justify-self: start;
}

body[data-page="home"] .results-copy .disclosure {
  grid-column: 1 / -1;
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}

body[data-page="home"] .results-media {
  grid-row: 2;
  width: 100%;
}

body[data-page="home"] .before-after {
  aspect-ratio: 2 / 1;
  background: #d3d3d1;
  border: 0;
}

body[data-page="home"] .ba-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.04);
}

body[data-page="home"] .ba-divider {
  width: 1px;
  background: var(--mauve);
}

body[data-page="home"] .ba-divider span {
  width: 36px;
  height: 36px;
  border: 1px solid var(--mauve);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

body[data-page="home"] .ba-divider svg {
  width: 18px;
}

body[data-page="home"] .ba-label {
  top: 18px;
  padding: 0;
  background: transparent;
  color: var(--white);
  font-size: 10px;
  letter-spacing: 0.14em;
}

body[data-page="home"] .demo-watermark {
  right: 18px;
  bottom: 16px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  transform: none;
}

body[data-page="home"] .results-controls {
  min-height: 72px;
  padding: 12px 0 0;
  border-bottom: 1px solid var(--mauve);
}

body[data-page="home"] .case-selector button {
  min-height: 48px;
  border-bottom-width: 1px;
}

/* Parcours et prise de rendez-vous */

body[data-page="home"] .journey {
  width: min(100%, var(--content-width));
  padding: 0 var(--page-padding) clamp(94px, 10vw, 150px);
  border: 0;
}

body[data-page="home"] .journey .section-heading h2 {
  max-width: 1100px;
  font-size: clamp(68px, 8.2vw, 132px);
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: none;
}

body[data-page="home"] .journey-list {
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(58px, 7vw, 96px);
  border-top: 1px solid var(--mauve);
}

body[data-page="home"] .journey-list li,
body[data-page="home"] .journey-list li:first-child {
  min-height: 190px;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 34px clamp(26px, 3.2vw, 52px) 24px;
  border-top: 0;
  border-left: 1px solid var(--mauve);
}

body[data-page="home"] .journey-list li:first-child {
  padding-left: 0;
  border-left: 0;
}

body[data-page="home"] .journey-number {
  color: var(--ink);
  font-size: clamp(54px, 5.7vw, 88px);
  letter-spacing: -0.06em;
}

body[data-page="home"] .journey h3 {
  margin-top: 10px;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 500;
}

body[data-page="home"] .journey p {
  max-width: 250px;
  font-size: 13px;
}

.consultation-band {
  width: 100%;
  grid-template-columns: minmax(0, 1.35fr) auto minmax(300px, 0.7fr);
  gap: clamp(36px, 5vw, 86px);
  padding: clamp(64px, 7vw, 104px) max(var(--page-padding), calc((100vw - var(--content-width)) / 2 + var(--page-padding)));
  background: var(--white);
  color: var(--ink);
  border-top: 1px solid var(--mauve);
  border-bottom: 1px solid var(--line);
}

.consultation-band > * + * {
  padding-left: 0;
  border-left: 0;
}

.consultation-band h2 {
  font-size: clamp(54px, 5.7vw, 92px);
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: none;
}

.consultation-band .accent-line {
  display: none;
}

.consultation-phone {
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 36px);
}

.consultation-action p {
  color: var(--muted);
  font-size: 10px;
}

/* Pied de page */

.site-footer--expanded {
  width: min(100%, var(--content-width));
  padding: 72px var(--page-padding) 40px;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.6fr);
  gap: 58px clamp(70px, 11vw, 180px);
  border-top: 0;
  color: var(--ink);
}

.footer-intro img {
  width: min(270px, 100%);
}

.footer-intro p,
.site-footer .footer-sitemap a {
  color: var(--muted);
}

.footer-sitemap {
  gap: clamp(24px, 3vw, 50px);
}

.footer-sitemap h2 {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-bottom {
  border-top-color: var(--line);
}

/* Pages univers et institutionnelles */

.universe-hero {
  width: min(100%, var(--content-width));
  min-height: min(820px, calc(100svh - var(--header-height)));
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  border-bottom: 1px solid var(--line);
}

.universe-hero-copy {
  padding: clamp(76px, 9vw, 136px) clamp(40px, 5vw, 88px) clamp(82px, 9vw, 140px)
    var(--page-padding);
  background: var(--white);
}

.universe-hero .breadcrumbs {
  margin-bottom: clamp(48px, 6vw, 86px);
}

.breadcrumbs {
  color: var(--mauve-dark);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.universe-hero h1,
.news-hero h1 {
  max-width: 820px;
  font-size: clamp(72px, 7.2vw, 120px);
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: none;
}

.universe-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 38px;
  font-size: 16px;
}

.universe-hero-copy .button-row {
  margin-top: 38px;
  gap: 30px;
}

.universe-hero-media {
  min-height: 0;
  background: #f2f2ef;
}

.universe-hero-media img {
  filter: grayscale(1) contrast(1.05);
  transition: transform 1100ms var(--ease);
}

.universe-hero:hover .universe-hero-media img {
  transform: scale(1.015);
}

.universe-hero--doctor .universe-hero-media {
  background: #f7f7f5;
}

.universe-hero--doctor .universe-hero-media img {
  object-fit: contain;
  object-position: center bottom;
}

.universe-hero--regard .universe-hero-media img {
  object-position: 57% 38%;
  transform: scale(1.26);
}

.universe-hero--regard:hover .universe-hero-media img {
  transform: scale(1.29);
}

.universe-intro {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.55fr);
  gap: clamp(70px, 12vw, 200px);
  padding-top: clamp(104px, 11vw, 166px);
  padding-bottom: clamp(104px, 11vw, 166px);
  border-top: 0;
}

.universe-intro h2,
.cross-universes h2,
.news-intro h2 {
  font-size: clamp(66px, 7.4vw, 118px);
  letter-spacing: -0.065em;
  line-height: 0.87;
  text-transform: none;
}

.universe-intro-copy .lead {
  color: var(--ink);
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.5;
}

.topic-section {
  padding-bottom: clamp(104px, 11vw, 170px);
}

.topic-section > header {
  align-items: end;
  margin-bottom: 58px;
}

.topic-section > header h2 {
  font-size: clamp(54px, 5.4vw, 88px);
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: none;
}

.topic-section > header p {
  padding-bottom: 8px;
  font-size: 13px;
}

.topic-grid {
  display: block;
  border-top: 1px solid var(--ink);
}

.topic-card,
.topic-card:nth-child(even) {
  min-height: 200px;
  grid-template-columns: minmax(82px, 0.13fr) minmax(0, 0.87fr);
  align-items: start;
  gap: clamp(26px, 4vw, 68px);
  padding: 38px 0 42px;
  border-left: 0;
  border-bottom: 1px solid var(--line);
}

.topic-card > span {
  color: var(--ink);
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -0.06em;
}

.topic-card > div {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(300px, 1fr);
  column-gap: clamp(50px, 9vw, 150px);
  align-items: start;
}

.topic-card h3 {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 8px 0 0;
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.topic-card p,
.topic-card a {
  grid-column: 2;
}

.topic-card p {
  margin-top: 8px;
  font-size: 14px;
}

.topic-card a {
  justify-self: start;
  margin-top: 24px;
}

.information-strip {
  padding-top: clamp(96px, 10vw, 150px);
  padding-bottom: clamp(96px, 10vw, 150px);
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.65fr);
  background: var(--ink);
}

.information-strip h2 {
  font-size: clamp(60px, 6.6vw, 106px);
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-transform: none;
}

.information-strip p {
  font-size: 15px;
}

.cross-universes {
  padding-top: clamp(102px, 10vw, 154px);
  padding-bottom: clamp(102px, 10vw, 154px);
}

.cross-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(36px, 6vw, 96px);
  margin-top: 58px;
  border-top: 1px solid var(--ink);
}

.cross-links a,
.cross-links a:first-child {
  min-height: 116px;
  flex-direction: row;
  align-items: center;
  padding: 24px 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(24px, 2.2vw, 34px);
}

.cross-links a:hover,
.cross-links a:focus-visible {
  background: transparent;
  color: var(--mauve-dark);
}

.cross-links span {
  align-self: center;
}

/* Gabarit intervention */

.procedure-hero {
  width: min(100%, var(--content-width));
  min-height: min(760px, calc(100svh - var(--header-height)));
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  border-bottom: 1px solid var(--line);
}

.procedure-hero-copy {
  display: flex;
  align-items: center;
  padding: clamp(72px, 8vw, 126px) clamp(40px, 5vw, 86px) clamp(76px, 8vw, 130px)
    var(--page-padding);
}

.procedure-hero-copy .signature-rule {
  display: none;
}

.procedure-hero h1 {
  margin-top: 30px;
  font-size: clamp(62px, 6.2vw, 102px);
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-transform: none;
}

.procedure-hero-image {
  min-height: 0;
}

.procedure-hero-image img {
  filter: grayscale(1) contrast(1.05);
}

.article-nav {
  min-height: 58px;
  background: rgba(255, 255, 255, 0.94);
  border-top: 0;
  backdrop-filter: blur(16px);
}

.article-nav a {
  font-size: 12px;
}

.article-nav a::after {
  height: 1px;
}

.article-shell {
  grid-template-columns: minmax(0, 1fr) 300px;
  padding-top: clamp(94px, 10vw, 150px);
  padding-bottom: clamp(94px, 10vw, 150px);
}

.article-section .section-heading h2,
.article-aside h2 {
  font-size: clamp(48px, 4.8vw, 76px);
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: none;
}

.article-aside {
  padding-left: 30px;
  border-left-width: 1px;
}

.risk-section {
  background: #f5f3f4;
}

/* Journal */

.news-hero {
  min-height: min(760px, calc(100svh - var(--header-height)));
}

.news-hero::after {
  background: linear-gradient(90deg, rgba(9, 9, 9, 0.94), rgba(9, 9, 9, 0.28));
}

.news-hero > img {
  filter: grayscale(1) contrast(1.04);
}

.news-list {
  padding-top: clamp(104px, 11vw, 166px);
  padding-bottom: clamp(104px, 11vw, 166px);
}

.news-grid {
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ink);
}

.news-card {
  min-height: 240px;
  padding: 42px 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

/* Tablettes */

@media (max-width: 1220px) {
  :root {
    --header-height: 80px;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .main-nav {
    background: var(--white);
  }

  .main-nav a,
  .nav-expertise summary {
    font-family: var(--display);
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 400;
  }

  .header-actions .button {
    color: var(--ink);
  }

  body[data-page="home"] .hero {
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  }

  body[data-page="home"] .hero h1 {
    font-size: clamp(70px, 9vw, 108px);
  }

  body[data-page="home"] .expertise-card {
    grid-template-columns: minmax(90px, 0.15fr) minmax(330px, 0.5fr) minmax(230px, 0.35fr);
  }

  body[data-page="home"] .expertise-card:nth-child(even) {
    grid-template-columns: minmax(90px, 0.15fr) minmax(0, 0.85fr);
  }

  .universe-hero,
  .procedure-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  }
}

@media (max-width: 900px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  body[data-page="home"] .hero {
    min-height: calc(100svh - var(--header-height));
    max-height: none;
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
    grid-template-rows: 1fr;
  }

  body[data-page="home"] .hero-copy {
    min-height: 640px;
    padding: 72px 30px 86px var(--page-padding);
  }

  body[data-page="home"] .hero h1 {
    font-size: clamp(66px, 10.5vw, 92px);
  }

  body[data-page="home"] .hero-portrait {
    min-height: 640px;
  }

  body[data-page="home"] .hero-portrait img {
    width: 120%;
  }

  body[data-page="home"] .atlas-heading,
  body[data-page="home"] .results-copy {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .atlas-heading > p {
    margin-top: 34px;
  }

  body[data-page="home"] .expertise-card,
  body[data-page="home"] .expertise-card:nth-child(even) {
    min-height: 270px;
    grid-template-columns: 94px minmax(0, 1fr);
  }

  body[data-page="home"] .expertise-card img {
    display: none;
  }

  body[data-page="home"] .results-copy .section-heading,
  body[data-page="home"] .results-copy > p:not(.disclosure),
  body[data-page="home"] .results-copy > .button,
  body[data-page="home"] .results-copy .disclosure {
    grid-column: 1;
  }

  body[data-page="home"] .results-copy > p:not(.disclosure) {
    margin-top: 36px;
  }

  body[data-page="home"] .results-copy .disclosure {
    margin-top: 24px;
  }

  body[data-page="home"] .journey-list {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .journey-list li,
  body[data-page="home"] .journey-list li:first-child {
    min-height: 150px;
    padding: 30px 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .consultation-band {
    grid-template-columns: 1fr;
  }

  .consultation-band > * + * {
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }

  .universe-hero,
  .procedure-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .universe-hero-media,
  .procedure-hero-image {
    min-height: 520px;
  }

  .universe-intro,
  .information-strip {
    grid-template-columns: 1fr;
  }

  .topic-card > div {
    grid-template-columns: minmax(230px, 0.7fr) minmax(260px, 1fr);
    column-gap: 44px;
  }

  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
    order: -1;
  }

  .mobile-actions {
    min-height: calc(64px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
  }

  .mobile-actions a:last-child {
    background: var(--ink);
  }
}

/* Mobiles */

@media (max-width: 720px) {
  :root {
    --page-padding: 22px;
    --header-height: 72px;
  }

  .brand {
    flex-basis: 176px;
  }

  .main-nav {
    padding-top: 28px;
  }

  .main-nav a,
  .nav-expertise summary {
    padding: 16px 0;
    font-size: 29px;
  }

  .mega-menu {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(330px, 50svh) auto;
  }

  body[data-page="home"] .hero-portrait {
    order: -1;
    min-height: 330px;
    height: 50svh;
    border-bottom: 1px solid var(--line);
  }

  body[data-page="home"] .hero-portrait img {
    width: 104%;
    height: 100%;
    object-fit: contain;
  }

  body[data-page="home"] .hero-copy {
    min-height: 0;
    padding: 52px var(--page-padding) 60px;
  }

  body[data-page="home"] .hero h1 {
    margin-bottom: 28px;
    font-size: clamp(54px, 16.5vw, 78px);
    line-height: 0.88;
  }

  body[data-page="home"] .hero-intro {
    margin-bottom: 28px;
    font-size: 16px;
  }

  body[data-page="home"] .hero .button-row {
    flex-direction: row;
  }

  body[data-page="home"] .hero .button-row .button {
    width: auto;
  }

  body[data-page="home"] .expertise-atlas {
    padding-top: 82px;
  }

  body[data-page="home"] .atlas-heading h2,
  body[data-page="home"] .results-copy .section-heading h2,
  body[data-page="home"] .journey .section-heading h2,
  body[data-page="home"] .approach .section-heading h2 {
    font-size: clamp(54px, 16vw, 74px);
  }

  body[data-page="home"] .expertise-card,
  body[data-page="home"] .expertise-card:nth-child(even) {
    min-height: 235px;
    grid-template-columns: 68px minmax(0, 1fr);
  }

  body[data-page="home"] .expertise-index {
    align-self: start;
    padding: 32px 12px 0 0;
    font-size: 54px;
  }

  body[data-page="home"] .expertise-card-copy {
    padding: 34px 18px 34px 28px;
  }

  body[data-page="home"] .expertise-card-copy strong {
    font-size: clamp(42px, 13vw, 60px);
  }

  body[data-page="home"] .expertise-card-copy > span {
    font-size: 10px;
  }

  body[data-page="home"] .approach {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 106px;
  }

  body[data-page="home"] .results {
    padding-top: 88px;
    padding-bottom: 98px;
  }

  body[data-page="home"] .results-copy .section-heading::before {
    font-size: 58px;
  }

  body[data-page="home"] .before-after {
    aspect-ratio: 2 / 1;
  }

  body[data-page="home"] .ba-divider span {
    width: 32px;
    height: 32px;
  }

  body[data-page="home"] .ba-label {
    top: 10px;
  }

  body[data-page="home"] .ba-label-before {
    left: 10px;
  }

  body[data-page="home"] .ba-label-after {
    right: 10px;
  }

  body[data-page="home"] .demo-watermark {
    right: 8px;
    bottom: 8px;
    font-size: 7px;
  }

  body[data-page="home"] .results-controls {
    align-items: flex-start;
    gap: 12px;
  }

  body[data-page="home"] .results-controls p {
    max-width: 190px;
  }

  .universe-hero-copy,
  .procedure-hero-copy {
    padding: 54px var(--page-padding) 62px;
  }

  .universe-hero h1,
  .news-hero h1,
  .procedure-hero h1 {
    font-size: clamp(50px, 15.5vw, 72px);
  }

  .universe-hero .button-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .universe-hero .button-row .button {
    width: auto;
  }

  .universe-hero-media,
  .procedure-hero-image {
    min-height: 360px;
  }

  .universe-intro h2,
  .cross-universes h2,
  .news-intro h2,
  .information-strip h2 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .topic-section > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .topic-card,
  .topic-card:nth-child(even) {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding: 30px 0 36px;
  }

  .topic-card > span {
    font-size: 42px;
  }

  .topic-card > div {
    display: block;
  }

  .topic-card h3 {
    margin: 2px 0 18px;
    font-size: 34px;
  }

  .cross-links {
    grid-template-columns: 1fr;
  }

  .consultation-band {
    padding-top: 70px;
    padding-bottom: 74px;
  }

  .consultation-band h2 {
    font-size: clamp(50px, 14.5vw, 68px);
  }

  .site-footer--expanded {
    grid-template-columns: 1fr;
  }

  .footer-sitemap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
