/* ═══════════════════════════════════════════════════
   BUSHIDO PULLY — Main Stylesheet
   ═══════════════════════════════════════════════════ */

:root {
  --navy:    #162d58;
  --navy-d:  #0e1e3a;
  --navy-l:  #1e3f70;
  --gold:    #c8a84b;
  --red:     #b03025;
  --cream:   #f5f0e8;
  --bg:      #080e1a;
  --bg-a:    #091428;
  --bg-k:    #120a08;
  --text-muted: rgba(245,240,232,0.45);
  --border-subtle: rgba(255,255,255,0.07);
  --border-gold: rgba(200,168,75,0.15);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow Condensed', sans-serif;
  background: var(--bg);
  color: var(--cream);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ── HEADER / NAV ───────────────────────────────── */
#bp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy-d);
  border-bottom: 1px solid var(--border-gold);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.bp-logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.bp-logo-wrap img {
  height: 90px;
  width: auto;
  filter: none;
  opacity: 1;
}
.bp-site-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.25;
}
.bp-site-name span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--gold);
  opacity: 1;
  margin-top: 4px;
  text-transform: uppercase;
}

/* Nav menu */
#bp-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
#bp-nav ul li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.90);
  padding: 9px 15px;
  transition: color 0.3s;
  display: block;
}
#bp-nav ul li a:hover,
#bp-nav ul li.current-menu-item a { color: var(--cream); }
#bp-nav ul li.menu-contact a {
  color: var(--gold);
  border: 1px solid rgba(200,168,75,0.38);
  transition: all 0.3s;
}
#bp-nav ul li.menu-contact a:hover {
  background: rgba(200,168,75,0.1);
  border-color: var(--gold);
  color: var(--cream);
}

/* Hamburger mobile */
.bp-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.bp-hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--cream);
  transition: all 0.3s;
}

/* ── HERO DUALE ─────────────────────────────────── */
.bp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
.bp-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 72px 60px;
  overflow: hidden;
  cursor: default;
}
.bp-side::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.5s;
}
.bp-aikido { background: var(--bg-a); }
.bp-aikido::before {
  background: linear-gradient(160deg, rgba(26,58,107,0.28) 0%, rgba(8,14,26,0.72) 60%, rgba(8,14,26,0.93) 100%);
}
.bp-aikido .bp-side-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  transition: opacity 0.5s;
}
.bp-aikido .bp-side-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  opacity: 0.22;
  filter: grayscale(1) contrast(1.1);
  transition: opacity 0.5s;
  display: block;
}
.bp-aikido:hover .bp-side-photo img { opacity: 0.32; }
.bp-karate { background: var(--bg-k); border-left: 1px solid var(--border-subtle); }
.bp-karate::before {
  background: linear-gradient(200deg, rgba(176,48,37,0.2) 0%, rgba(8,14,26,0.72) 55%, rgba(8,14,26,0.93) 100%);
}
.bp-karate .bp-side-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  transition: opacity 0.5s;
}
.bp-karate .bp-side-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%;
  opacity: 0.22;
  filter: grayscale(1) contrast(1.1);
  transition: opacity 0.5s;
  display: block;
}
.bp-karate:hover .bp-side-photo img { opacity: 0.32; }
.bp-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bp-aikido .bp-glow { background: radial-gradient(ellipse 80% 60% at 25% 25%, rgba(26,58,107,0.45) 0%, transparent 70%); }
.bp-karate .bp-glow { background: radial-gradient(ellipse 70% 50% at 70% 25%, rgba(176,48,37,0.22) 0%, transparent 70%); }

.bp-kanji {
  position: absolute;
  top: 0; right: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(200px, 26vw, 320px);
  font-weight: 300;
  line-height: 1;
  padding: 10px 24px;
  opacity: 0.038;
  z-index: 1;
  user-select: none;
  transition: opacity 0.6s;
}
.bp-side:hover .bp-kanji { opacity: 0.07; }

.bp-content { position: relative; z-index: 2; }
.bp-karate .bp-content { text-align: right; }
.bp-karate .bp-line { margin-left: auto; }
.bp-karate .bp-hero-desc { margin-left: auto; }
.bp-karate .bp-cta { margin-left: auto; }

.bp-line {
  width: 36px; height: 1px;
  margin-bottom: 28px;
  transition: width 0.5s;
}
.bp-aikido .bp-line { background: var(--gold); }
.bp-karate .bp-line { background: var(--red); }
.bp-side:hover .bp-line { width: 72px; }

.bp-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bp-aikido .bp-label { color: rgba(200,168,75,0.95); }
.bp-karate .bp-label { color: rgba(176,48,37,0.95); }

.bp-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(64px, 8vw, 115px);
  font-weight: 300;
  line-height: 0.92;
  color: var(--cream);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.bp-hero-title em { font-style: italic; font-weight: 300; }
.bp-aikido .bp-hero-title span { color: var(--gold); }
.bp-karate .bp-hero-title span { color: var(--red); }

.bp-hero-desc {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(245,240,232,0.80);
  max-width: 360px;
  margin-bottom: 44px;
  letter-spacing: 0.01em;
}

.bp-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 17px 34px;
  border: 1px solid;
  transition: all 0.35s;
}
.bp-aikido .bp-cta { border-color: rgba(200,168,75,0.38); color: var(--gold); }
.bp-aikido .bp-cta:hover { background: rgba(200,168,75,0.1); border-color: var(--gold); color: var(--cream); }
.bp-karate .bp-cta { border-color: rgba(176,48,37,0.42); color: var(--red); }
.bp-karate .bp-cta:hover { background: rgba(176,48,37,0.1); border-color: var(--red); color: var(--cream); }

/* Divisore + logo centrale */
.bp-hero-divider {
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 1px;
  background: var(--border-subtle);
  z-index: 10;
  transform: translateX(-50%);
}
.bp-logo-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 200px; height: 200px;
  background: var(--navy-d);
  border: 2px solid rgba(200,168,75,0.55);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  box-shadow: 0 0 80px rgba(14,30,58,0.95), 0 0 0 10px rgba(14,30,58,0.7), 0 0 30px rgba(200,168,75,0.15);
}
.bp-logo-center img {
  width: 160px; height: 160px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

/* ── PHILOSOPHY BAND ────────────────────────────── */
.bp-philosophy {
  background: var(--navy-d);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 60px 72px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 52px;
  align-items: center;
}
.bp-phil-divider { background: var(--border-gold); height: 100%; }
.bp-phil-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 300;
  font-style: italic;
  color: rgba(245,240,232,0.65);
  line-height: 1.5;
}
.bp-phil-quote strong { font-weight: 600; font-style: normal; color: var(--cream); }
.bp-phil-desc {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: rgba(245,240,232,0.42);
  line-height: 1.8;
}

/* ── NEWS / POSTS ───────────────────────────────── */
.bp-news-section {
  background: var(--bg);
  padding: 80px 72px;
}
.bp-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px;
}
.bp-section-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.65);
}
.bp-section-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200,168,75,0.80);
  transition: color 0.3s;
}
.bp-section-link:hover { color: var(--gold); }

.bp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-gold);
  border: 1px solid var(--border-gold);
}
.bp-card {
  background: var(--bg);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}
.bp-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 0;
  transition: height 0.4s;
}
.bp-card:hover { background: #0c1422; }
.bp-card:hover::before { height: 100%; }
.bp-card.aikido::before { background: var(--gold); }
.bp-card.karate::before { background: var(--red); }
.bp-card.general::before { background: rgba(200,168,75,0.3); }

.bp-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 5px 12px;
  align-self: flex-start;
  border-radius: 2px;
}
.bp-card.aikido .bp-tag { color: #0e1e3a; background: var(--gold); }
.bp-card.karate .bp-tag { color: #fff; background: var(--red); }
.bp-card.general .bp-tag { color: #0e1e3a; background: rgba(200,168,75,0.85); }

.bp-card-t {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(245,240,232,0.8);
  line-height: 1.3;
  flex: 1;
}
.bp-card:hover .bp-card-t { color: var(--cream); }
.bp-card-d {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: rgba(245,240,232,0.22);
}

/* ── SCHEDULE CTA ───────────────────────────────── */
.bp-schedule-cta {
  background: var(--navy-d);
  border-top: 1px solid var(--border-gold);
  padding: 52px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.bp-schedule-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 300;
  color: rgba(245,240,232,0.7);
}
.bp-schedule-text strong { font-weight: 600; color: var(--cream); }
.bp-schedule-btns { display: flex; gap: 14px; flex-shrink: 0; }

.bp-btn {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 15px 28px;
  border: 1px solid;
  transition: all 0.3s;
  white-space: nowrap;
}
.bp-btn-gold { color: var(--gold); border-color: rgba(200,168,75,0.35); }
.bp-btn-gold:hover { background: rgba(200,168,75,0.08); border-color: var(--gold); color: #f0d98a; }
.bp-btn-ghost { color: rgba(245,240,232,0.4); border-color: rgba(255,255,255,0.1); }
.bp-btn-ghost:hover { color: rgba(245,240,232,0.85); border-color: rgba(255,255,255,0.28); }

/* ── PAGE HERO (pagine interne) ─────────────────── */
.bp-page-hero {
  background: var(--navy-d);
  padding: 80px 72px 60px;
  border-bottom: 1px solid var(--border-gold);
  position: relative;
  overflow: hidden;
}
.bp-page-hero::before {
  content: attr(data-kanji);
  position: absolute;
  right: 60px; top: -20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 220px;
  font-weight: 300;
  opacity: 0.04;
  color: var(--cream);
  line-height: 1;
  user-select: none;
}
.bp-page-hero .bp-line { margin-bottom: 20px; }
.bp-page-hero .bp-label { margin-bottom: 16px; }
.bp-page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 300;
  line-height: 0.95;
  color: var(--cream);
  margin-bottom: 24px;
}
.bp-page-hero h1 em { font-style: italic; }
.bp-page-hero h1 .accent-gold { color: var(--gold); }
.bp-page-hero h1 .accent-red { color: var(--red); }
.bp-page-hero p {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* ── PAGE CONTENT ───────────────────────────────── */
.bp-page-content {
  background: var(--bg);
  padding: 72px;
}
.bp-page-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 20px;
  line-height: 1.1;
}
.bp-page-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 400;
  color: rgba(245,240,232,0.85);
  margin: 36px 0 16px;
}
.bp-page-content p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(245,240,232,0.55);
  line-height: 1.85;
  max-width: 700px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.bp-page-content ul, .bp-page-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.bp-page-content li {
  font-size: 16px;
  font-weight: 300;
  color: rgba(245,240,232,0.55);
  line-height: 1.85;
  margin-bottom: 8px;
}
.bp-page-content a { color: var(--gold); transition: opacity 0.2s; }
.bp-page-content a:hover { opacity: 0.75; }
.bp-page-content .wp-block-image { margin: 32px 0; }
.bp-page-content .wp-block-image img { border: 1px solid var(--border-gold); }

/* Separator doré */
.bp-sep {
  width: 36px; height: 1px;
  background: var(--gold);
  margin: 0 0 32px;
}

/* ── HORAIRES TABLE ─────────────────────────────── */
.bp-schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 15px;
}
.bp-schedule-table th {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.35);
  padding: 12px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-gold);
}
.bp-schedule-table td {
  padding: 16px 20px;
  color: rgba(245,240,232,0.65);
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.bp-schedule-table tr:hover td { background: rgba(200,168,75,0.04); }
.bp-schedule-table .disc-aikido { color: var(--gold); }
.bp-schedule-table .disc-karate { color: var(--red); }

/* ── SINGLE POST ────────────────────────────────── */
.bp-single-header {
  background: var(--navy-d);
  padding: 64px 72px 48px;
  border-bottom: 1px solid var(--border-gold);
}
.bp-single-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.bp-single-cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.bp-single-cat.aikido { color: var(--gold); background: rgba(200,168,75,0.08); }
.bp-single-cat.karate { color: var(--red); background: rgba(176,48,37,0.08); }
.bp-single-cat.general { color: rgba(245,240,232,0.35); background: rgba(255,255,255,0.05); }
.bp-single-date {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(245,240,232,0.25);
}
.bp-single-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300;
  line-height: 0.95;
  color: var(--cream);
  letter-spacing: -0.01em;
}

/* ── FOOTER ─────────────────────────────────────── */
#bp-footer {
  background: var(--navy-d);
  border-top: 1px solid var(--border-gold);
  padding: 48px 72px 32px;
}
.bp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.bp-footer-brand { display: flex; flex-direction: column; gap: 16px; }
.bp-footer-brand img {
  height: 48px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
.bp-footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: rgba(245,240,232,0.45);
  line-height: 1.4;
}
.bp-footer-col h4 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(200,168,75,0.6);
  margin-bottom: 16px;
}
.bp-footer-col ul { list-style: none; }
.bp-footer-col ul li { margin-bottom: 10px; }
.bp-footer-col ul li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(245,240,232,0.4);
  transition: color 0.3s;
}
.bp-footer-col ul li a:hover { color: var(--cream); }
.bp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bp-footer-copy {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(245,240,232,0.2);
}
.bp-footer-social { display: flex; gap: 16px; }
.bp-footer-social a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.3);
  transition: color 0.3s;
}
.bp-footer-social a:hover { color: var(--gold); }

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 1024px) {
  #bp-header { padding: 0 36px; }
  .bp-hero .bp-side { padding: 56px 40px; }
  .bp-philosophy, .bp-news-section, .bp-schedule-cta,
  .bp-page-hero, .bp-page-content, .bp-single-header { padding-left: 40px; padding-right: 40px; }
  .bp-footer-grid { grid-template-columns: 1fr 1fr; }
  #bp-footer { padding: 40px 40px 28px; }
}

@media (max-width: 768px) {
  #bp-header { padding: 0 24px; height: 68px; }
  #bp-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy-d); border-bottom: 1px solid var(--border-gold); padding: 16px 0; }
  #bp-nav.open { display: block; }
  #bp-nav ul { flex-direction: column; gap: 0; }
  #bp-nav ul li a { padding: 12px 24px; }
  .bp-hamburger { display: flex; }
  .bp-logo-wrap img { height: 60px; }
  .bp-site-name { font-size: 14px; }

  .bp-hero { grid-template-columns: 1fr; min-height: auto; }
  .bp-side { min-height: 85vw; padding: 44px 28px; }
  .bp-karate { border-left: none; border-top: 1px solid var(--border-subtle); }
  .bp-hero-divider { display: none; }
  .bp-kanji { font-size: 160px; }

  .bp-philosophy { grid-template-columns: 1fr; padding: 44px 28px; gap: 28px; }
  .bp-phil-divider { display: none; }
  .bp-news-section { padding: 52px 24px; }
  .bp-cards { grid-template-columns: 1fr; }
  .bp-schedule-cta { flex-direction: column; align-items: flex-start; padding: 40px 28px; }
  .bp-schedule-btns { flex-wrap: wrap; }

  .bp-page-hero, .bp-page-content, .bp-single-header { padding-left: 24px; padding-right: 24px; }
  .bp-page-hero { padding-top: 48px; padding-bottom: 40px; }
  .bp-page-content { padding-top: 48px; padding-bottom: 48px; }
  .bp-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  #bp-footer { padding: 36px 24px 24px; }
  .bp-footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════════
   TEMPLATE PAGES — Comité, Entraîneurs, Horaires, etc.
   ═══════════════════════════════════════════════════════ */

/* ── Shared section layout ── */
.bp-committee-section,
.bp-coaches-section,
.bp-horaires-section,
.bp-inscriptions-section,
.bp-cotisation-section,
.bp-trouver-section,
.bp-contact-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px 120px;
}

.bp-section-intro { margin-bottom: 64px; }

.bp-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.bp-section-lead {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(245,240,232,0.75);
  max-width: 640px;
  line-height: 1.65;
}

/* ── Comité — member cards ── */
.bp-committee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2px;
}

.bp-member-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 32px;
  border: 1px solid rgba(245,240,232,0.07);
  background: rgba(245,240,232,0.02);
  transition: background 0.3s, border-color 0.3s;
}
.bp-member-card:hover {
  background: rgba(200,168,75,0.04);
  border-color: rgba(200,168,75,0.2);
}

.bp-member-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: rgba(200,168,75,0.18);
  line-height: 1;
  flex-shrink: 0;
}

.bp-member-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--cream);
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

.bp-member-role {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(200,168,75,0.8);
  margin: 0 0 14px;
}

.bp-member-email {
  font-size: 13px;
  color: rgba(245,240,232,0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(245,240,232,0.2);
  transition: color 0.3s, border-color 0.3s;
}
.bp-member-email:hover { color: var(--gold); border-color: var(--gold); }

/* ── Entraîneurs — coach cards ── */
.bp-coaches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.bp-coach-card {
  position: relative;
  overflow: hidden;
  padding: 48px 40px;
  border: 1px solid rgba(245,240,232,0.08);
  background: rgba(245,240,232,0.02);
  transition: background 0.3s, border-color 0.3s;
}
.bp-coach-gold:hover { background: rgba(200,168,75,0.04); border-color: rgba(200,168,75,0.25); }
.bp-coach-red:hover  { background: rgba(176,48,37,0.04);  border-color: rgba(176,48,37,0.25); }

.bp-coach-kanji {
  position: absolute;
  top: -20px; right: -10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 140px;
  line-height: 1;
  pointer-events: none;
  transition: opacity 0.3s;
}

.bp-coach-disc {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.bp-coach-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--cream);
  margin: 0 0 10px;
}

.bp-coach-dan {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  color: rgba(245,240,232,0.55);
  letter-spacing: 0.1em;
  margin: 0;
}

.bp-coaches-note {
  margin-top: 60px;
  font-size: 16px;
  color: rgba(245,240,232,0.55);
}
.bp-coaches-note a { color: var(--gold); }

/* ── Horaires — schedule ── */
.bp-schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 60px;
}

.bp-schedule-col {
  padding: 48px 44px;
  border: 1px solid rgba(245,240,232,0.07);
}
.bp-schedule-aikido { border-right: none; }

.bp-schedule-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}

.bp-schedule-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 52px;
  line-height: 1;
}
.bp-schedule-aikido .bp-schedule-kanji { color: rgba(200,168,75,0.5); }
.bp-schedule-karate .bp-schedule-kanji { color: rgba(176,48,37,0.5); }

.bp-schedule-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--cream);
  margin: 0;
}

.bp-schedule-body { margin-bottom: 36px; }

.bp-schedule-row {
  display: grid;
  grid-template-columns: 110px 160px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(245,240,232,0.06);
  font-family: 'Barlow Condensed', sans-serif;
}

.bp-day {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
}

.bp-time {
  font-size: 16px;
  font-weight: 500;
  color: rgba(245,240,232,0.85);
}

.bp-level {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.4);
}

.bp-horaires-note {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: rgba(245,240,232,0.6);
}
.bp-horaires-note a { color: var(--gold); }

/* ── Inscriptions — steps ── */
.bp-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2px;
  margin-bottom: 64px;
}

.bp-step {
  padding: 44px 36px;
  border: 1px solid rgba(245,240,232,0.07);
  background: rgba(245,240,232,0.02);
  transition: background 0.3s, border-color 0.3s;
}
.bp-step:hover { background: rgba(200,168,75,0.04); border-color: rgba(200,168,75,0.2); }

.bp-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 200;
  color: rgba(200,168,75,0.2);
  line-height: 1;
  margin-bottom: 20px;
}

.bp-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  margin: 0 0 12px;
}

.bp-step p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: rgba(245,240,232,0.65);
  line-height: 1.6;
  margin: 0;
}

.bp-inscriptions-cta-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 16px;
}

/* ── Cotisation — pricing ── */
.bp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2px;
  margin-bottom: 64px;
}

.bp-price-card {
  position: relative;
  overflow: hidden;
  padding: 48px 36px;
  border: 1px solid rgba(245,240,232,0.07);
  background: rgba(245,240,232,0.02);
  transition: background 0.3s;
}
.bp-price-card:hover { background: rgba(245,240,232,0.04); }

.bp-price-kanji {
  position: absolute;
  top: -16px; right: -8px;
  font-family: 'Noto Serif JP', serif;
  font-size: 120px;
  line-height: 1;
  pointer-events: none;
}

.bp-price-disc {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bp-price-cat {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(245,240,232,0.6);
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.bp-price-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--cream);
}
.bp-price-amount span {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.bp-price-amount small {
  font-size: 16px;
  color: rgba(245,240,232,0.45);
  margin-left: 4px;
}

.bp-cotisation-note {
  font-size: 15px;
  color: rgba(245,240,232,0.5);
}
.bp-cotisation-note a { color: var(--gold); }

/* ── Nous Trouver ── */
.bp-location-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: start;
}

.bp-location-block { margin-bottom: 36px; }

.bp-location-block h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
}

.bp-location-block p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  color: rgba(245,240,232,0.75);
  line-height: 1.65;
  margin: 0;
}

.bp-location-map { border: 1px solid rgba(245,240,232,0.1); }

/* ── Contact ── */
.bp-contact-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}

.bp-contact-block { margin-bottom: 36px; }

.bp-contact-block h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
}

.bp-contact-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  color: rgba(245,240,232,0.75);
  text-decoration: none;
  transition: color 0.3s;
  display: block;
}
.bp-contact-link:hover { color: var(--gold); }

.bp-contact-block p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  color: rgba(245,240,232,0.65);
  line-height: 1.6;
  margin: 0;
}

/* Contact form */
.bp-contact-form { display: flex; flex-direction: column; gap: 24px; }

.bp-form-group { display: flex; flex-direction: column; gap: 8px; }

.bp-form-group label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
}

.bp-form-group input,
.bp-form-group select,
.bp-form-group textarea {
  background: rgba(245,240,232,0.04);
  border: 1px solid rgba(245,240,232,0.12);
  color: var(--cream);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
}
.bp-form-group input:focus,
.bp-form-group select:focus,
.bp-form-group textarea:focus {
  border-color: rgba(200,168,75,0.5);
}
.bp-form-group select option { background: #0d1b2a; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .bp-committee-section,
  .bp-coaches-section,
  .bp-horaires-section,
  .bp-inscriptions-section,
  .bp-cotisation-section,
  .bp-trouver-section,
  .bp-contact-section { padding: 56px 24px 80px; }

  .bp-schedule-grid,
  .bp-location-grid,
  .bp-contact-grid { grid-template-columns: 1fr; }

  .bp-schedule-aikido { border-right: 1px solid rgba(245,240,232,0.07); }

  .bp-schedule-row { grid-template-columns: 100px 1fr; }
  .bp-level { display: none; }
}

/* ═══ HORAIRES — tableau réel ═══════════════════════════ */

.bp-horaires-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(200,168,75,0.08);
  border: 1px solid rgba(200,168,75,0.3);
  border-left: 3px solid var(--gold);
  padding: 16px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(200,168,75,0.95);
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
.bp-horaires-notice svg { flex-shrink: 0; color: var(--gold); }

.bp-schedule-table-wrap {
  overflow-x: auto;
  margin-bottom: 40px;
  border: 1px solid rgba(245,240,232,0.08);
}

.bp-schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.bp-schedule-table thead th {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
  background: rgba(245,240,232,0.04);
  padding: 18px 20px;
  border: 1px solid rgba(245,240,232,0.07);
  text-align: left;
}

.bp-schedule-table td {
  border: 1px solid rgba(245,240,232,0.06);
  padding: 0;
  vertical-align: top;
  min-height: 90px;
}

.bp-cell-empty {
  background: rgba(245,240,232,0.01);
  min-height: 90px;
}

.bp-cell {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 90px;
}

.bp-cell-aikido {
  background: rgba(30,80,140,0.35);
  border-left: 3px solid rgba(100,160,220,0.6) !important;
}
.bp-cell-aikido:hover { background: rgba(30,80,140,0.5); }

.bp-cell-karate {
  background: rgba(40,130,80,0.28);
  border-left: 3px solid rgba(80,180,100,0.6) !important;
}
.bp-cell-karate:hover { background: rgba(40,130,80,0.42); }

.bp-cell-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--cream);
  display: block;
}

.bp-cell-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(245,240,232,0.9);
  display: block;
  line-height: 1.3;
}

.bp-cell-level {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: rgba(245,240,232,0.5);
  display: block;
  margin-top: 2px;
}

/* Légende */
.bp-horaires-legend {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}

.bp-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.6);
}

.bp-legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
}
.bp-legend-aikido { background: rgba(100,160,220,0.7); }
.bp-legend-karate { background: rgba(80,180,100,0.7); }

.bp-horaires-cta-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive table */
@media (max-width: 700px) {
  .bp-schedule-table thead th,
  .bp-cell-time { font-size: 12px; }
  .bp-cell, .bp-schedule-table thead th { padding: 12px 10px; }
  .bp-cell-name { font-size: 13px; }
}

/* ═══ ENTRAÎNEURS — badges dan ═══════════════════════════ */

.bp-coach-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.bp-coach-badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  display: inline-block;
}
.bp-coach-badge sup {
  font-size: 9px;
  vertical-align: super;
}

.bp-badge-gold {
  background: rgba(200,168,75,0.12);
  border: 1px solid rgba(200,168,75,0.35);
  color: var(--gold);
}

.bp-badge-red {
  background: rgba(176,48,37,0.12);
  border: 1px solid rgba(176,48,37,0.35);
  color: #d96a5e;
}

.bp-badge-neutral {
  background: rgba(245,240,232,0.06);
  border: 1px solid rgba(245,240,232,0.18);
  color: rgba(245,240,232,0.6);
}

.bp-coach-dual { border-top: 2px solid rgba(200,168,75,0.2); }

/* ═══ NOUS TROUVER — refonte complète ═══════════════════ */

/* Hero adresse */
.bp-address-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 56px 64px;
  margin-bottom: 64px;
  border: 1px solid rgba(200,168,75,0.15);
  background: linear-gradient(135deg, rgba(200,168,75,0.05) 0%, rgba(0,0,0,0) 60%);
}

.bp-address-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 140px;
  line-height: 1;
  color: rgba(200,168,75,0.08);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}

.bp-address-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.bp-address-street {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.bp-address-city {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300;
  color: rgba(245,240,232,0.5);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.bp-address-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(245,240,232,0.5);
  letter-spacing: 0.05em;
  font-style: italic;
}
.bp-address-note svg { color: rgba(200,168,75,0.6); flex-shrink:0; }

/* Grid location */
.bp-location-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start;
}

.bp-location-block {
  padding: 28px 0;
  border-bottom: 1px solid rgba(245,240,232,0.06);
}
.bp-location-block:last-of-type { border-bottom: none; }

.bp-location-block h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.bp-location-block h3 svg { color: var(--gold); flex-shrink:0; }

.bp-location-block p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(245,240,232,0.75);
  line-height: 1.7;
  margin: 0;
}
.bp-location-block p strong { color: var(--cream); font-weight: 700; }
.bp-location-block p em { font-style: normal; color: rgba(200,168,75,0.85); }

/* Map */
.bp-location-map {
  position: relative;
  border: 1px solid rgba(245,240,232,0.1);
  overflow: hidden;
}

.bp-location-map iframe {
  filter: saturate(0.7) contrast(1.05) brightness(0.9);
  transition: filter 0.4s;
  display: block;
}
.bp-location-map:hover iframe { filter: saturate(0.9) contrast(1.05) brightness(0.95); }

.bp-map-overlay-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(8,16,32,0.88);
  border: 1px solid rgba(200,168,75,0.3);
  padding: 8px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(245,240,232,0.85);
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.bp-cta-location {
  gap: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .bp-address-hero {
    padding: 36px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .bp-address-kanji { font-size: 80px; top: 16px; right: 16px; transform: none; }
  .bp-location-grid { grid-template-columns: 1fr; }
  .bp-location-map iframe { min-height: 300px !important; }
}

/* ═══ INSCRIPTIONS — nouveau layout ══════════════════════ */

.bp-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 72px;
}

.bp-step {
  padding: 44px 32px;
  border: 1px solid rgba(245,240,232,0.07);
  background: rgba(245,240,232,0.02);
  transition: background 0.3s, border-color 0.3s;
  position: relative;
}
.bp-step:hover {
  background: rgba(200,168,75,0.04);
  border-color: rgba(200,168,75,0.2);
}

.bp-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 200;
  color: rgba(200,168,75,0.15);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.bp-step-icon {
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 18px;
}

.bp-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  margin: 0 0 14px;
}

.bp-step p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: rgba(245,240,232,0.60);
  line-height: 1.65;
  margin: 0;
}

/* Discipline cards */
.bp-insc-disciplines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 56px;
}

.bp-insc-card {
  position: relative;
  overflow: hidden;
  padding: 56px 52px;
  border: 1px solid rgba(245,240,232,0.07);
  transition: background 0.4s;
}
.bp-insc-aikido { background: rgba(26,58,107,0.15); }
.bp-insc-aikido:hover { background: rgba(26,58,107,0.25); }
.bp-insc-karate { background: rgba(176,48,37,0.10); }
.bp-insc-karate:hover { background: rgba(176,48,37,0.18); }

.bp-insc-bg-kanji {
  position: absolute;
  top: -20px; right: -10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 180px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  opacity: 0.06;
  color: var(--cream);
}

.bp-insc-card-inner { position: relative; z-index: 1; }

.bp-insc-disc {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bp-insc-aikido .bp-insc-disc { color: var(--gold); }
.bp-insc-karate .bp-insc-disc { color: var(--red); }

.bp-insc-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--cream);
  margin: 0 0 28px;
  letter-spacing: -0.01em;
}

.bp-insc-list {
  list-style: none;
  padding: 0; margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bp-insc-list li {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: rgba(245,240,232,0.70);
  padding-left: 20px;
  position: relative;
}
.bp-insc-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(200,168,75,0.5);
  font-weight: 300;
}
.bp-insc-karate .bp-insc-list li::before { color: rgba(176,48,37,0.5); }

/* Banner contact */
.bp-insc-contact-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 52px;
  border: 1px solid rgba(200,168,75,0.15);
  background: linear-gradient(135deg, rgba(200,168,75,0.05) 0%, transparent 60%);
}

.bp-insc-banner-title {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 6px;
}
.bp-insc-banner-sub {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  color: rgba(245,240,232,0.55);
}

/* ═══ COTISATION — nouveau layout ══════════════════════== */

.bp-pricing-grid-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}

.bp-pricing-col {
  border: 1px solid rgba(245,240,232,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bp-pricing-col-header {
  position: relative;
  overflow: hidden;
  padding: 36px 40px;
}
.bp-pricing-aikido { background: linear-gradient(135deg, rgba(26,58,107,0.4) 0%, rgba(26,58,107,0.15) 100%); }
.bp-pricing-karate { background: linear-gradient(135deg, rgba(176,48,37,0.35) 0%, rgba(176,48,37,0.12) 100%); }

.bp-pricing-kanji {
  position: absolute;
  top: -16px; right: 16px;
  font-family: 'Noto Serif JP', serif;
  font-size: 100px;
  line-height: 1;
  color: rgba(255,255,255,0.06);
  pointer-events: none;
  user-select: none;
}

.bp-pricing-disc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: var(--cream);
  position: relative;
  z-index: 1;
  letter-spacing: -0.01em;
}

.bp-pricing-rows {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bp-pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  border-bottom: 1px solid rgba(245,240,232,0.05);
  gap: 16px;
  transition: background 0.25s;
}
.bp-pricing-row:hover { background: rgba(245,240,232,0.03); }

.bp-pricing-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(245,240,232,0.75);
}
.bp-pricing-cat svg { color: rgba(245,240,232,0.35); flex-shrink:0; }
.bp-pricing-cat small {
  font-size: 13px;
  color: rgba(245,240,232,0.4);
  font-weight: 400;
  margin-left: 4px;
}

.bp-pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-shrink: 0;
}
.bp-price-chf {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(245,240,232,0.4);
  letter-spacing: 0.05em;
}
.bp-price-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
  color: var(--cream);
  line-height: 1;
  letter-spacing: -0.02em;
}
.bp-price-per {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  color: rgba(245,240,232,0.35);
  margin-left: 2px;
}

.bp-pricing-col-footer {
  padding: 24px 40px;
  border-top: 1px solid rgba(245,240,232,0.06);
  background: rgba(245,240,232,0.02);
}

/* Info row */
.bp-cotisation-info-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 40px;
  border: 1px solid rgba(245,240,232,0.06);
  background: rgba(245,240,232,0.02);
}

.bp-cotisation-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  color: rgba(245,240,232,0.55);
  line-height: 1.5;
}
.bp-cotisation-info-item svg { color: var(--gold); flex-shrink:0; margin-top:2px; }
.bp-cotisation-info-item a { color: var(--gold); text-decoration: none; }
.bp-cotisation-info-item a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
  .bp-steps-grid { grid-template-columns: 1fr 1fr; }
  .bp-insc-disciplines,
  .bp-pricing-grid-new { grid-template-columns: 1fr; }
  .bp-insc-contact-banner { flex-direction: column; align-items: flex-start; padding: 32px 28px; }
  .bp-pricing-row { padding: 18px 24px; }
  .bp-pricing-col-header,
  .bp-pricing-col-footer { padding: 28px 24px; }
  .bp-cotisation-info-row { padding: 28px 24px; }
}
@media (max-width: 600px) {
  .bp-steps-grid { grid-template-columns: 1fr; }
}

/* ═══ COTISATION — nouveau tarif unique ══════════════════ */

.bp-cot-main-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200,168,75,0.2);
  background: linear-gradient(135deg, rgba(200,168,75,0.06) 0%, rgba(26,58,107,0.08) 50%, rgba(176,48,37,0.05) 100%);
  margin-bottom: 48px;
  padding: 56px 64px;
}

.bp-cot-card-bg-kanji {
  position: absolute;
  top: -30px; right: -10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 220px;
  line-height: 1;
  color: rgba(245,240,232,0.03);
  pointer-events: none;
  user-select: none;
}

.bp-cot-card-inner { position: relative; z-index: 1; }

.bp-cot-disciplines-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}

.bp-cot-disc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.bp-cot-aikido { color: var(--gold); }
.bp-cot-karate { color: var(--red); }
.bp-cot-disc-sep {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  color: rgba(245,240,232,0.3);
}

.bp-cot-price-row {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.bp-cot-price-block {
  flex: 1;
  padding: 0 40px 0 0;
}
.bp-cot-price-block:last-child { padding: 0 0 0 40px; }

.bp-cot-price-divider {
  width: 1px;
  background: rgba(245,240,232,0.1);
  flex-shrink: 0;
}

.bp-cot-price-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.4);
  margin-bottom: 12px;
}

.bp-cot-frais {
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  color: rgba(200,168,75,0.7);
  font-size: 11px;
}

.bp-cot-price-main {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}
.bp-cot-chf {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(245,240,232,0.4);
  letter-spacing: 0.06em;
}
.bp-cot-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  font-weight: 200;
  color: var(--cream);
  line-height: 1;
  letter-spacing: -0.03em;
}
.bp-cot-per {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  color: rgba(245,240,232,0.4);
}
.bp-cot-price-detail {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  color: rgba(245,240,232,0.4);
  margin-top: 4px;
}

/* How it works */
.bp-cot-how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 40px;
}

.bp-cot-how-item {
  display: flex;
  gap: 20px;
  padding: 32px;
  border: 1px solid rgba(245,240,232,0.06);
  background: rgba(245,240,232,0.02);
  transition: background 0.3s;
}
.bp-cot-how-item:hover { background: rgba(200,168,75,0.04); }

.bp-cot-how-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(200,168,75,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.bp-cot-how-item h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
  margin: 0 0 8px;
}
.bp-cot-how-item p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  color: rgba(245,240,232,0.60);
  line-height: 1.65;
  margin: 0;
}

.bp-cot-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

/* ═══ DISCIPLINES — Aïkido & Karaté ═════════════════════ */

.bp-page-hero-aikido { background: var(--bg-a); }
.bp-page-hero-karate { background: var(--bg-k); }

.bp-discipline-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px 120px;
}

/* Photo + aside */
.bp-discipline-photo-wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start;
  margin-bottom: 80px;
}

.bp-discipline-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245,240,232,0.08);
}

.bp-discipline-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s ease;
  filter: brightness(0.92) contrast(1.05);
}
.bp-discipline-photo:hover img { transform: scale(1.02); }

.bp-discipline-photo-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 24px;
  background: linear-gradient(to top, rgba(8,14,26,0.85) 0%, transparent 100%);
}
.bp-discipline-photo-caption span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
}

/* Aside */
.bp-discipline-photo-aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px;
}

.bp-discipline-stat {
  border-left: 2px solid rgba(200,168,75,0.25);
  padding-left: 20px;
}
.bp-stat-num {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 72px;
  line-height: 1;
  color: rgba(200,168,75,0.18);
  margin-bottom: 6px;
}
.bp-stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.4);
}

.bp-discipline-quick {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(245,240,232,0.07);
}

.bp-quick-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(245,240,232,0.05);
  transition: background 0.25s;
}
.bp-quick-item:last-child { border-bottom: none; }
.bp-quick-item:hover { background: rgba(245,240,232,0.03); }
.bp-quick-item svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }

.bp-quick-item strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.bp-quick-item span {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  color: rgba(245,240,232,0.55);
}

.bp-discipline-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Texte contenu */
.bp-discipline-content-wrap {
  max-width: 820px;
}

.bp-discipline-text {
  margin-top: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(245,240,232,0.75);
}
.bp-discipline-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--cream);
  margin: 48px 0 16px;
  letter-spacing: -0.01em;
}
.bp-discipline-text h2:first-child { margin-top: 0; }
.bp-discipline-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--cream);
  margin: 36px 0 12px;
}
.bp-discipline-text p { margin: 0 0 20px; }
.bp-discipline-text blockquote {
  border-left: 3px solid var(--gold);
  padding: 12px 24px;
  margin: 32px 0;
  font-style: italic;
  color: rgba(245,240,232,0.6);
  background: rgba(200,168,75,0.04);
}

/* Karaté aside — rouge */
.bp-page-hero-karate ~ .bp-discipline-section .bp-quick-item svg,
.bp-discipline-section .bp-karate-color svg { color: var(--red); }

/* Responsive */
@media (max-width: 1024px) {
  .bp-discipline-photo-wrap { grid-template-columns: 1fr; }
  .bp-discipline-photo img { height: 360px; }
  .bp-cot-main-card { padding: 36px 28px; }
  .bp-cot-price-row { flex-direction: column; gap: 32px; }
  .bp-cot-price-block { padding: 0; }
  .bp-cot-price-divider { width: 100%; height: 1px; }
  .bp-cot-how-grid { grid-template-columns: 1fr; }
  .bp-cot-footer-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 700px) {
  .bp-discipline-section { padding: 48px 24px 80px; }
  .bp-cot-amount { font-size: 56px; }
  .bp-cot-disciplines-row { flex-wrap: wrap; gap: 10px; }
  .bp-cot-disc { font-size: 24px; }
}

/* ═══ ARCHIVE — Dernières Communications ════════════════ */

.bp-archive-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 48px 120px;
}

/* Header filtres */
.bp-archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(245,240,232,0.07);
}

.bp-archive-count {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.bp-archive-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 200;
  color: rgba(200,168,75,0.35);
  line-height: 1;
  letter-spacing: -0.02em;
}
.bp-archive-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.35);
}

.bp-archive-filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.bp-filter-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 18px;
  border: 1px solid rgba(245,240,232,0.1);
  color: rgba(245,240,232,0.45);
  text-decoration: none;
  transition: all 0.25s;
}
.bp-filter-btn:hover {
  border-color: rgba(200,168,75,0.3);
  color: var(--gold);
}
.bp-filter-btn.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200,168,75,0.06);
}

/* Grille */
.bp-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2px;
  margin-bottom: 56px;
}

/* Carte normale */
.bp-archive-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(245,240,232,0.02);
  border: 1px solid rgba(245,240,232,0.06);
  text-decoration: none;
  overflow: hidden;
  transition: background 0.3s, border-color 0.3s;
  min-height: 260px;
}
.bp-archive-card:hover {
  background: rgba(245,240,232,0.04);
}
.bp-archive-card.aikido:hover { border-color: rgba(200,168,75,0.2); }
.bp-archive-card.karate:hover { border-color: rgba(176,48,37,0.2); }

/* Grande carte (premier article) */
.bp-archive-card-big {
  grid-column: span 3;
  flex-direction: row;
  min-height: 380px;
}
.bp-archive-card-big .bp-archive-card-thumb {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.bp-archive-card-big .bp-archive-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.bp-archive-card-big:hover .bp-archive-card-thumb img {
  transform: scale(1.03);
}
.bp-archive-card-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8,14,26,0.7) 0%, transparent 60%);
}
.bp-archive-card-big .bp-archive-card-inner {
  width: 420px;
  flex-shrink: 0;
}
.bp-archive-card-big .bp-archive-card-title {
  font-size: clamp(24px, 3vw, 38px);
}

/* Inner */
.bp-archive-card-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px 28px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.bp-archive-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bp-archive-card-date {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(245,240,232,0.28);
  flex-shrink: 0;
}

.bp-archive-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(245,240,232,0.88);
  line-height: 1.3;
  margin: 0;
  flex: 1;
  transition: color 0.3s;
}
.bp-archive-card:hover .bp-archive-card-title { color: var(--cream); }

.bp-archive-card-excerpt {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(245,240,232,0.50);
  margin: 0;
}

.bp-archive-card-read {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: auto;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s, transform 0.3s;
}
.bp-archive-card:hover .bp-archive-card-read {
  opacity: 1;
  transform: translateX(0);
}

/* Accent bar */
.bp-archive-card-accent {
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 0;
  transition: height 0.4s ease;
}
.bp-archive-card:hover .bp-archive-card-accent { height: 100%; }

/* Pagination */
.bp-archive-pagination {
  display: flex;
  justify-content: center;
}
.bp-archive-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.bp-archive-pagination .page-numbers {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 10px 18px;
  border: 1px solid rgba(245,240,232,0.1);
  color: rgba(245,240,232,0.45);
  text-decoration: none;
  transition: all 0.25s;
}
.bp-archive-pagination .page-numbers:hover,
.bp-archive-pagination .page-numbers.current {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200,168,75,0.06);
}
.bp-archive-pagination .prev,
.bp-archive-pagination .next {
  letter-spacing: 0.1em;
}

/* Empty state */
.bp-archive-empty {
  text-align: center;
  padding: 120px 40px;
}
.bp-archive-empty-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 120px;
  color: rgba(200,168,75,0.08);
  line-height: 1;
  margin-bottom: 32px;
}
.bp-archive-empty h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 300;
  color: var(--cream);
  margin: 0 0 12px;
}
.bp-archive-empty p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: rgba(245,240,232,0.45);
  margin: 0 0 36px;
}

/* Responsive */
@media (max-width: 1024px) {
  .bp-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-archive-card-big { grid-column: span 2; }
}
@media (max-width: 700px) {
  .bp-archive-section { padding: 40px 20px 80px; }
  .bp-archive-grid { grid-template-columns: 1fr; }
  .bp-archive-card-big { flex-direction: column; min-height: auto; }
  .bp-archive-card-big .bp-archive-card-inner { width: 100%; }
  .bp-archive-card-big .bp-archive-card-thumb { min-height: 200px; }
  .bp-archive-header { flex-direction: column; align-items: flex-start; }
}

/* Archive card thumb placeholder (sans image) */
.bp-archive-card-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245,240,232,0.02);
}

/* ═══ EDITORIAL LAYOUT — Aïkido & Karaté ════════════ */

.bp-editorial-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px 120px;
}

/* ── Intro block ── */
.bp-editorial-intro {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
  margin-bottom: 96px;
}

.bp-editorial-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.55;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.bp-editorial-body {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(245,240,232,0.82);
  margin: 0 0 22px;
  letter-spacing: 0.01em;
}
.bp-editorial-body strong { color: var(--cream); font-weight: 700; }

.bp-editorial-ctas {
  margin-top: 28px;
}

/* ── Photo + text spreads ── */
.bp-editorial-spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 96px;
}
.bp-editorial-spread-right { direction: rtl; }
.bp-editorial-spread-right > * { direction: ltr; }

.bp-editorial-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245,240,232,0.08);
}

.bp-editorial-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}
.bp-editorial-photo:hover img { transform: scale(1.025); }

.bp-editorial-photo-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px 20px;
  background: linear-gradient(to top, rgba(8,14,26,0.85) 0%, transparent 100%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
}

.bp-editorial-copy { display: flex; flex-direction: column; gap: 0; }

.bp-editorial-copy h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  color: var(--cream);
  margin: 0 0 28px;
  letter-spacing: -0.01em;
}

.bp-editorial-copy p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(245,240,232,0.80);
  margin: 0 0 16px;
  letter-spacing: 0.01em;
  padding: 18px 22px;
  background: rgba(245,240,232,0.04);
  border-left: 2px solid rgba(200,168,75,0.25);
}
.bp-editorial-copy p:last-of-type { margin-bottom: 0; }

/* ── Quote ── */
.bp-editorial-quote {
  border-left: 3px solid var(--gold);
  padding: 36px 56px;
  margin-bottom: 96px;
  background: rgba(200,168,75,0.04);
}
.bp-editorial-quote-red {
  border-left-color: var(--red);
  background: rgba(176,48,37,0.04);
}

.bp-editorial-quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.bp-editorial-quote cite {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(200,168,75,0.7);
  font-style: normal;
}
.bp-editorial-quote-red cite { color: rgba(176,48,37,0.8); }

/* ── Lineage ── */
.bp-editorial-lineage {
  margin-bottom: 96px;
}

.bp-editorial-lineage h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--cream);
  margin: 32px 0 40px;
  letter-spacing: -0.01em;
}

.bp-lineage-grid {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.bp-lineage-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 20px;
  border: 1px solid rgba(245,240,232,0.08);
  background: rgba(245,240,232,0.02);
  min-width: 160px;
  transition: background 0.3s;
}
.bp-lineage-node:hover { background: rgba(200,168,75,0.05); }

.bp-lineage-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: rgba(200,168,75,0.25);
  line-height: 1;
  margin-bottom: 10px;
}

.bp-lineage-node strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 4px;
}

.bp-lineage-node span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  color: rgba(245,240,232,0.45);
  letter-spacing: 0.05em;
}

.bp-lineage-arrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  color: rgba(200,168,75,0.3);
  padding: 0 12px;
  flex-shrink: 0;
}

.bp-lineage-note {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  color: rgba(245,240,232,0.45);
  line-height: 1.65;
  max-width: 720px;
  font-style: italic;
}

/* ── Karaté features grid ── */
.bp-editorial-features {
  margin-bottom: 96px;
}

.bp-editorial-features h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--cream);
  margin: 32px 0 40px;
}

.bp-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.bp-feature-card {
  padding: 36px 28px;
  border: 1px solid rgba(245,240,232,0.07);
  background: rgba(245,240,232,0.02);
  transition: background 0.3s, border-color 0.3s;
}
.bp-feature-card:hover {
  background: rgba(176,48,37,0.05);
  border-color: rgba(176,48,37,0.2);
}

.bp-feature-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: rgba(176,48,37,0.2);
  line-height: 1;
  margin-bottom: 16px;
}

.bp-feature-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  margin: 0 0 12px;
}

.bp-feature-card p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(245,240,232,0.65);
  line-height: 1.75;
  margin: 0;
  letter-spacing: 0.01em;
}

/* ── Coach block ── */
.bp-editorial-coach-block {
  margin-bottom: 80px;
  padding: 52px 0;
  border-top: 1px solid rgba(245,240,232,0.07);
  border-bottom: 1px solid rgba(245,240,232,0.07);
}

.bp-editorial-coach-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--cream);
  margin: 0 0 24px;
}

.bp-editorial-coach-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

/* ── Footer CTA ── */
.bp-editorial-footer-cta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px) {
  .bp-editorial-intro { grid-template-columns: 1fr; gap: 40px; }
  .bp-editorial-spread { grid-template-columns: 1fr; gap: 40px; }
  .bp-editorial-spread-right { direction: ltr; }
  .bp-features-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-lineage-grid { flex-direction: column; align-items: flex-start; }
  .bp-lineage-arrow { transform: rotate(90deg); padding: 8px 0; }
}

@media (max-width: 700px) {
  .bp-editorial-section { padding: 48px 24px 80px; }
  .bp-editorial-quote { padding: 24px 28px; }
  .bp-features-grid { grid-template-columns: 1fr; }
  .bp-editorial-photo img { height: 300px; }
}

.bp-editorial-matsuoka h3,
.bp-editorial-features h3,
.bp-editorial-lineage h3,
.bp-editorial-coach-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  color: var(--cream);
  margin: 32px 0 32px;
  letter-spacing: -0.01em;
}

.bp-editorial-coach-block .bp-editorial-body,
.bp-editorial-matsuoka .bp-editorial-body {
  padding: 18px 22px;
  background: rgba(245,240,232,0.04);
  border-left: 2px solid rgba(200,168,75,0.20);
  margin-bottom: 12px;
}

.bp-editorial-matsuoka {
  margin-bottom: 96px;
}

.bp-editorial-matsuoka h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  color: var(--cream);
  margin: 32px 0 40px;
  letter-spacing: -0.01em;
}

.bp-matsuoka-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  max-width: 760px;
}

/* Lignée verticale */
.bp-matsuoka-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.bp-mat-node {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid rgba(245,240,232,0.07);
  background: rgba(245,240,232,0.02);
  transition: background 0.25s;
}
.bp-mat-node:hover { background: rgba(200,168,75,0.04); }

.bp-mat-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  color: rgba(200,168,75,0.25);
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}

.bp-mat-info strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.bp-mat-info span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  color: rgba(245,240,232,0.4);
  letter-spacing: 0.06em;
}

.bp-mat-arrow {
  text-align: center;
  padding: 4px 20px;
  color: rgba(200,168,75,0.3);
  font-size: 18px;
}

/* Portrait photo (Ueshiba) — format portrait */
.bp-editorial-photo-portrait img {
  height: 540px;
  object-position: center top;
}

/* Responsive */
@media (max-width: 1024px) {
  .bp-matsuoka-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ═══ SCROLL INDICATOR ══════════════════════════════ */

.bp-scroll-indicator {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: -64px;
  z-index: 10;
}

.bp-scroll-mouse {
  width: 26px;
  height: 42px;
  border: 1px solid rgba(245,240,232,0.20);
  border-radius: 13px;
  display: flex;
  justify-content: center;
  padding-top: 7px;
}

.bp-scroll-wheel {
  width: 3px;
  height: 8px;
  background: rgba(200,168,75,0.55);
  border-radius: 2px;
  animation: bp-scroll-wheel 2s ease-in-out infinite;
}

@keyframes bp-scroll-wheel {
  0%   { transform: translateY(0);    opacity: 0.8; }
  55%  { transform: translateY(12px); opacity: 0;   }
  56%  { transform: translateY(0);    opacity: 0;   }
  100% { transform: translateY(0);    opacity: 0.8; }
}

@media (max-width: 700px) {
  .bp-scroll-indicator { display: none; }
}

/* ═══ LEGGIBILITÀ — override globale testi corpo ════ */

/* Tutti i paragrafi nelle sezioni pagine interne */
.bp-location-block p,
.bp-contact-block p,
.bp-step p,
.bp-cot-how-item p,
.bp-insc-list li,
.bp-coaches-note p,
.bp-horaires-note,
.bp-cotisation-note p,
.bp-lineage-note,
.bp-mat-info span,
.bp-editorial-matsuoka .bp-editorial-body {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.01em;
  color: rgba(245,240,232,0.78) !important;
}

/* ═══ PLAYFAIR — titoli h3 editoriali Karaté ════════ */
.bp-editorial-spread .bp-editorial-copy h3 {
  font-family: 'Playfair Display', serif;
}

/* Card style per i para del coach block (Karaté) */
.bp-editorial-coach-block p.bp-editorial-body {
  padding: 18px 22px;
  background: rgba(245,240,232,0.04);
  border-left: 2px solid rgba(176,48,37,0.25);
}

/* ═══ FORMULAIRE PDF — Inscriptions ═════════════════ */

.bp-insc-pdf-block {
  margin-top: 64px;
}

.bp-insc-pdf-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 52px;
  border: 1px solid rgba(200,168,75,0.2);
  background: linear-gradient(135deg, rgba(200,168,75,0.05) 0%, rgba(0,0,0,0) 60%);
  flex-wrap: wrap;
}

.bp-insc-pdf-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--cream);
  margin: 0 0 12px;
}

.bp-insc-pdf-text p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: rgba(245,240,232,0.65);
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}
.bp-insc-pdf-text p a {
  color: var(--gold);
  text-decoration: none;
}
.bp-insc-pdf-text p a:hover { text-decoration: underline; }

.bp-pdf-download-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 36px;
  border: 1px solid rgba(200,168,75,0.5);
  color: var(--gold);
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
  text-align: center;
}
.bp-pdf-download-btn:hover {
  background: rgba(200,168,75,0.08);
  border-color: var(--gold);
}
.bp-pdf-download-btn svg {
  margin-bottom: 4px;
}
.bp-pdf-download-btn span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(200,168,75,0.55);
  text-transform: none;
}

@media (max-width: 768px) {
  .bp-insc-pdf-inner { flex-direction: column; align-items: flex-start; padding: 32px 24px; }
  .bp-pdf-download-btn { width: 100%; justify-content: center; }
}
