.alaune { padding: 100px 0 50px; }
.alaune-intro { max-width: 60ch; color: var(--pierre); font-size: 1.05rem; line-height: 1.75; margin-bottom: 44px; }
.evenement {
    display: grid; grid-template-columns: 1.05fr 1fr;
    border: 1px solid var(--ligne); border-radius: 8px; overflow: hidden;
    background: var(--blanc); box-shadow: 0 16px 44px rgba(7,23,40,.08);
  }
.evenement-media { position: relative; min-height: 360px; }
.evenement-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.evenement-media .kanji {
    position: absolute; left: 22px; bottom: 14px; z-index: 2;
    font-family: var(--display); font-size: 3.4rem; line-height: 1; color: rgba(255,255,255,.85);
    text-shadow: 0 2px 14px rgba(7,23,40,.5); user-select: none; pointer-events: none;
  }
.evenement-corps { padding: 46px 48px; display: flex; flex-direction: column; }
.evenement .date-badge {
    display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
    background: var(--shu); color: #fff; font-weight: 700; font-size: .72rem;
    letter-spacing: .1em; text-transform: uppercase; padding: 8px 15px; border-radius: 3px; margin-bottom: 22px;
  }
.evenement .date-badge svg { width: 15px; height: 15px; fill: none; stroke: #fff; stroke-width: 1.8; }
.evenement h3 {
    font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.22; color: var(--sumi); margin-bottom: 16px;
  }
.evenement .prose { color: var(--pierre); font-size: 1.02rem; line-height: 1.75; }
.evenement .prose p + p { margin-top: 12px; }
.evenement .meta { display: flex; gap: 30px; flex-wrap: wrap; margin: 26px 0 30px; }
.evenement .meta .label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--pierre); }
.evenement .meta .val { font-weight: 600; color: var(--sumi); font-size: .98rem; }
.evenement .actions { margin-top: auto; display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 820px) {
    .evenement { grid-template-columns: 1fr; }
    .evenement-media { min-height: 260px; }
    .evenement-corps { padding: 34px 28px; }
  }
.rdv { padding: 50px 0 96px; }
.rdv-intro { max-width: 60ch; color: var(--pierre); font-size: 1.05rem; line-height: 1.75; margin-bottom: 44px; }
.rdv-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 820px) { .rdv-grille { grid-template-columns: 1fr; max-width: 460px; } }
.rdv-carte {
    background: var(--blanc); border: 1px solid var(--ligne); border-radius: 6px;
    padding: 30px 28px; position: relative; overflow: hidden;
  }
.rdv-carte .jour-jp {
    position: absolute; top: 16px; right: 20px;
    font-family: var(--display); font-size: 2.4rem; line-height: 1;
    color: rgba(7,23,40,.06); user-select: none; pointer-events: none;
  }
.rdv-carte h3 { font-family: var(--display); font-weight: 600; font-size: 1.45rem; color: var(--sumi); margin-bottom: 4px; }
.rdv-carte .heure {
    display: inline-flex; align-items: center; gap: 7px; color: var(--shu);
    font-weight: 700; font-size: .92rem; letter-spacing: .03em; margin-bottom: 18px;
  }
.rdv-carte .heure svg { width: 16px; height: 16px; fill: none; stroke: var(--shu); stroke-width: 1.8; }
.rdv-carte .h-sep { height: 1px; background: var(--ligne); margin-bottom: 16px; }
.rdv-carte .disc { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: .96rem; color: var(--sumi); }
.rdv-carte .disc + .disc { margin-top: 11px; }
.rdv-carte .puce { width: 9px; height: 9px; border-radius: 2px; flex-shrink: 0; transform: rotate(45deg); }
.rdv-carte .puce.karate { background: var(--shu); }
.rdv-carte .puce.aiki { background: var(--ai-container); }
.rdv-carte .puce.iaido { background: var(--shu-tint); }
.rdv-lien { margin-top: 30px; }
.rdv-lien a { color: var(--shu); font-weight: 700; text-decoration: none; letter-spacing: .02em; }
.rdv-lien a:hover { text-decoration: underline; text-underline-offset: 3px; }
.informe {
    background: var(--ai); color: var(--blanc); padding: 90px 0;
    border-top: 3px solid var(--shu);
  }
.informe .inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
@media (max-width: 860px) { .informe .inner { grid-template-columns: 1fr; gap: 40px; } }
.informe h2 { color: var(--blanc); }
.informe .prose { color: rgba(255,255,255,.78); font-size: 1.02rem; line-height: 1.75; margin-bottom: 30px; }
.informe .prose strong { color: var(--blanc); }
.informe .points { list-style: none; display: grid; gap: 18px; }
.informe .points li { display: flex; gap: 14px; align-items: flex-start; }
.informe .points .ic {
    width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
    display: grid; place-items: center;
    border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04);
  }
.informe .points .ic svg { width: 19px; height: 19px; fill: none; stroke: var(--shu-tint); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.informe .points h3 { font-family: var(--display); font-weight: 600; font-size: 1.08rem; color: var(--blanc); margin-bottom: 2px; }
.informe .points p { font-size: .92rem; color: rgba(255,255,255,.7); }
.informe .points a { color: var(--shu-tint); text-decoration: none; }
.informe .points a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.informe-media { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 18px 46px rgba(0,0,0,.35); }
.informe-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 860px) { .informe-media { order: -1; } }
