.hero-page-photo {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center 30%; opacity: .38;
  }
.hero-page::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to right, rgba(20,31,44,.96) 0%, rgba(20,31,44,.78) 55%, rgba(20,31,44,.4) 100%);
  }
.hero-page h1 {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.18; letter-spacing: -.02em; color: var(--blanc);
    max-width: 18ch; margin-top: 12px;
    animation: monte .9s cubic-bezier(.22,.61,.36,1) both .4s;
  }
h2 {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(1.65rem, 3vw, 2.2rem); line-height: 1.3; color: var(--sumi);
    margin-bottom: 22px; max-width: 26ch;
  }
.prose p { color: var(--pierre); margin-bottom: 18px; max-width: 66ch; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--sumi); }
.deux-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 880px) { .deux-col { grid-template-columns: 1fr; gap: 44px; } }
.photo-cadre { position: relative; }
.photo-cadre img { border-radius: 2px; width: 100%; height: auto; }
.photo-cadre::after {
    content: ""; position: absolute;
    inset: calc(-1 * var(--hanko-offset)) var(--hanko-offset) var(--hanko-offset) calc(-1 * var(--hanko-offset));
    border: 1px solid var(--ai); border-radius: 2px; z-index: -1;
  }
.photo-cadre .legende {
    position: absolute; left: 0; bottom: -32px;
    font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--pierre);
  }
.heritage { padding: 100px 0 90px; }
.heritage .lead {
    font-family: var(--display); font-weight: 400; font-style: italic;
    font-size: clamp(1.3rem, 2.4vw, 1.8rem); line-height: 1.5; color: var(--sumi);
    max-width: 30ch; margin-bottom: 28px;
  }
.heritage-grille { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 880px) { .heritage-grille { grid-template-columns: 1fr; gap: 44px; } }
.heritage .prose { margin-top: 22px; }
.heritage-intro { align-self: start; }
@media (min-width: 881px) { .heritage-intro { position: sticky; top: 104px; } }
.logos-duo { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 34px; flex-wrap: wrap;
    background: var(--washi-2); border: 1px solid var(--ligne); border-radius: 6px; padding: 30px 34px; }
.logos-duo figure { margin: 0; text-align: center; flex: 1; min-width: 130px; }
.logos-duo img { width: 124px; height: 124px; object-fit: contain; margin: 0 auto 14px; display: block; }
.logos-duo figcaption { font-size: .78rem; line-height: 1.4; color: var(--pierre); }
.logos-duo figcaption b { display: block; font-family: var(--display); font-weight: 600; font-size: .95rem; color: var(--sumi); margin-bottom: 1px; }
.logos-duo .duo-fleche { color: var(--shu); font-size: 1.9rem; line-height: 1; flex: 0 0 auto; }
@media (max-width: 600px) {
    .logos-duo { flex-direction: column; gap: 6px; }
    .logos-duo figure { flex: none; width: 100%; }
    .logos-duo .duo-fleche { transform: rotate(90deg); margin: 4px 0; }
  }
@media (max-width: 420px) { .logos-duo { padding: 24px; } .logos-duo img { width: 104px; height: 104px; } }
.diptyque { display: flex; flex-direction: column; gap: 20px; }
.dip-photo { margin: 0; }
.dip-photo img { width: 100%; height: auto; border-radius: 2px; display: block; box-shadow: 0 12px 34px rgba(7,23,40,.12); }
.dip-photo figcaption { margin-top: 12px; font-size: .84rem; color: var(--pierre); line-height: 1.5; }
.dip-photo figcaption b { display: block; font-family: var(--display); font-weight: 600; font-size: 1rem; color: var(--sumi); margin-bottom: 2px; }
.dip-lien { display: flex; align-items: center; gap: 14px; color: var(--shu); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dip-lien::before, .dip-lien::after { content: ""; height: 1px; flex: 1; background: var(--ligne); }
.diptyque-note { margin-top: 22px; padding: 16px 20px; background: var(--washi-2); border-left: 3px solid var(--shu);
    font-size: .9rem; line-height: 1.6; color: var(--sumi); }
.diptyque-note strong { font-weight: 600; }
.fondateur .deux-col { align-items: start; }
.fondateur-photos { display: flex; flex-direction: column; gap: 52px; }
.fondateur .photo-simple img { width: 100%; height: auto; border-radius: 2px; border: 1px solid rgba(255,255,255,.14); }
.fondateur .photo-simple .legende-bas { margin-top: 12px; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.bandeau-dojo { position: relative; height: 360px; overflow: hidden; background: var(--ai-deep); }
@media (max-width: 680px) { .bandeau-dojo { height: 280px; } }
.bandeau-dojo > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.bandeau-dojo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(7,23,40,.55), rgba(7,23,40,.72)); }
.bandeau-dojo .bandeau-inner { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 24px; }
.bandeau-dojo .calli { width: min(420px, 78%); height: auto; }
.bandeau-dojo .bandeau-sub { margin-top: 22px; font-size: .8rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.fondateur { background: var(--ai); color: var(--blanc); padding: 96px 0; border-top: 3px solid var(--shu); }
.fondateur .eyebrow { color: var(--shu-tint); }
.fondateur h2 { color: var(--blanc); }
.fondateur .prose p { color: rgba(255,255,255,.78); }
.fondateur .prose strong { color: var(--blanc); }
.fondateur .photo-cadre::after { border-color: var(--shu); }
.fondateur .photo-cadre .legende { color: rgba(255,255,255,.55); }
.fondateur .citation {
    font-family: var(--display); font-style: italic; font-weight: 400;
    font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.5; color: var(--blanc);
    border-left: 3px solid var(--shu); padding-left: 24px; margin: 26px 0 0;
  }
.fondateur .citation cite { display: block; margin-top: 12px; font-style: normal; font-family: var(--body); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--shu-tint); }
.frise { padding: 96px 0; }
.frise-liste { margin-top: 52px; position: relative; }
.frise-liste::before { content: ""; position: absolute; left: 149px; top: 6px; bottom: 6px; width: 1px; background: var(--ligne); }
@media (max-width: 620px) { .frise-liste::before { left: 8px; } }
.frise-item { position: relative; display: grid; grid-template-columns: 124px 1fr; gap: 50px; padding-bottom: 40px; }
.frise-item:last-child { padding-bottom: 0; }
@media (max-width: 620px) { .frise-item { grid-template-columns: 1fr; gap: 6px; padding-left: 34px; } }
.frise-annee { font-family: var(--display); font-weight: 600; font-size: 1.5rem; color: var(--shu); text-align: right; line-height: 1.2; }
.frise-annee.mot { font-size: 1.12rem; }
@media (max-width: 620px) { .frise-annee { text-align: left; font-size: 1.3rem; } .frise-annee.mot { font-size: 1.12rem; } }
.frise-contenu { position: relative; }
.frise-contenu::before {
    content: ""; position: absolute; left: -25px; top: 8px; width: 13px; height: 13px;
    border-radius: 50%; background: var(--washi); border: 2px solid var(--shu); transform: translateX(-50%);
  }
@media (max-width: 620px) { .frise-contenu::before { left: -26px; } }
.frise-contenu h3 { font-family: var(--display); font-weight: 600; font-size: 1.2rem; color: var(--sumi); margin-bottom: 6px; }
.frise-contenu p { font-size: .96rem; color: var(--pierre); max-width: 58ch; }
.ecole { background: var(--washi-2); padding: 96px 0; border-top: 1px solid var(--ligne); border-bottom: 1px solid var(--ligne); }
.ecole .diplome-cadre { position: relative; max-width: 420px; margin: 0 auto;
    background: var(--blanc); padding: 16px; border: 1px solid var(--ligne); border-radius: 3px;
    box-shadow: 0 22px 56px rgba(7,23,40,.18); }
.ecole .diplome-cadre::after { content: ""; position: absolute; inset: 7px; border: 1px solid var(--ligne); pointer-events: none; }
.ecole .diplome-cadre img { width: 100%; height: auto; display: block; position: relative; }
.ecole .maitres { list-style: none; margin-top: 26px; display: grid; gap: 14px; }
.ecole .maitres li { padding-left: 20px; position: relative; color: var(--pierre); font-size: .98rem; }
.ecole .maitres li::before { content: ""; position: absolute; left: 0; top: 11px; width: 8px; height: 8px; background: var(--shu); transform: rotate(45deg); }
.ecole .maitres strong { color: var(--sumi); }
.presse { padding: 96px 0; }
.presse-carte {
    display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: center;
    background: var(--blanc); border: 1px solid var(--ligne); border-left: 3px solid var(--shu);
    border-radius: 4px; padding: 40px; margin-top: 44px;
  }
@media (max-width: 760px) { .presse-carte { grid-template-columns: 1fr; gap: 30px; padding: 30px 24px; } }
.presse-portrait { position: relative; }
.presse-portrait img { width: 100%; height: auto; border-radius: 2px; filter: grayscale(.1) contrast(1.03); }
.presse-source { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--shu); margin-bottom: 12px; }
.presse-titre { font-family: var(--display); font-weight: 600; font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--sumi); line-height: 1.2; margin-bottom: 8px; }
.presse-meta { font-size: .9rem; color: var(--pierre); margin-bottom: 18px; }
.presse-extrait { font-family: var(--display); font-style: italic; font-size: 1.12rem; color: var(--sumi); line-height: 1.5; margin-bottom: 24px; }
.valeurs { background: var(--ai-deep); color: var(--blanc); padding: 100px 0; overflow: hidden; position: relative; }
.valeurs .kanji-fond { position: absolute; right: -30px; top: 40px; font-family: var(--display); font-size: clamp(10rem,22vw,20rem); line-height: 1; color: rgba(255,255,255,.03); user-select: none; pointer-events: none; }
.valeurs .credo {
    font-family: var(--display); font-weight: 400; font-style: italic;
    font-size: clamp(1.5rem, 3.4vw, 2.4rem); line-height: 1.45; color: var(--blanc);
    max-width: 22ch; position: relative;
  }
.valeurs .credo cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--body); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--shu-tint); }
.valeurs-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; position: relative; }
@media (max-width: 760px) { .valeurs-grille { grid-template-columns: 1fr; } }
.valeur-carte { border: 1px solid rgba(255,255,255,.14); border-radius: 4px; padding: 30px 26px; background: rgba(255,255,255,.03); }
.valeur-carte .jp { font-family: var(--display); font-size: 1.7rem; color: var(--shu-tint); line-height: 1; margin-bottom: 14px; }
.valeur-carte h3 { font-family: var(--display); font-weight: 600; font-size: 1.18rem; color: var(--blanc); margin-bottom: 10px; }
.valeur-carte p { font-size: .94rem; color: rgba(255,255,255,.72); }
.profs { padding: 96px 0; }
.profs-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
@media (max-width: 860px) { .profs-grille { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .profs-grille { grid-template-columns: 1fr; } }
.prof-carte { background: var(--blanc); border: 1px solid var(--ligne); border-radius: 4px; padding: 30px 26px; text-align: center; }
.prof-avatar { width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 16px; background: var(--ai-container); display: grid; place-items: center; font-family: var(--display); font-size: 1.5rem; color: var(--shu-tint); }
.prof-carte .nom { font-family: var(--display); font-weight: 600; font-size: 1.18rem; color: var(--sumi); }
.prof-carte .role { display: block; margin-top: 6px; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--shu); }
