/* ===================================================================
   bienvenue.css — Page d'accueil Miaofa
   =================================================================== */

/* ----- Corps ----- */
body.bienvenue {
    background-color: #1a0d00;
    margin: 0;
    padding: 0;
}

/* ----- Réinitialisation des tableaux de mise en page ----- */
body.bienvenue table {
    border-collapse: collapse;
    border-spacing: 0;
}
body.bienvenue td {
    padding: 0;
}
body.bienvenue nav {
    display: block;
    margin: 0;
    padding: 0;
}

/* ----- Structure — colonnes latérales ----- */
.bvn_outer { width: 100%; max-width: 960px; margin: 0 auto; }
.bvn_side  { width: 30px; }

/* ----- En-tête : titre et sous-titre ----- */
.bvn_header { width: 100%; text-align: center; }

.bvn_p-titre { margin: 0; line-height: 1.0; white-space: nowrap; min-height: 100px; display: flex; align-items: center; justify-content: center; }
.bvn_titre   { font-family: Georgia, serif; font-size: 150px; color: #ff9933; font-weight: normal; }

.bvn_p-stit { margin: 0; line-height: 1.4; min-height: 50px; }
.bvn_stit   { font-family: Georgia, serif; font-size: 20px; color: #c8843a; font-weight: bold; }
.bvn_stit-break { display: none; }

/* ----- Contenu principal ----- */
.bvn_main     { width: 100%; }
.bvn_main-row { height: 380px; }

.bvn_nav-cell      { width: 50%; vertical-align: middle; }
.bvn_nav-table     { width: 100%; height: 380px; }
.bvn_nav-row            { height: 80px; }
.bvn_nav-row:last-child { height: 60px; }
body.bienvenue .bvn_nav-table td { padding: 0; vertical-align: top; }
.bvn_a-nav              { display: flex; align-items: center; height: 60px; padding: 0 16px; font-family: Georgia, serif; font-size: 22px; color: #ffd090; font-weight: bold; text-decoration: none; background: rgba(184,71,0,0.18); transition: background 0.2s, padding-left 0.2s; }
.bvn_a-nav::before      { content: "☸"; color: #c8843a; margin-right: 10px; font-size: 18px; }
.bvn_a-nav:hover        { background: rgba(184,71,0,0.35); padding-left: 22px; }
.bvn_nav-text           { text-decoration: underline; text-decoration-color: rgba(255,208,144,0.4); }
.bvn_a-nav:hover .bvn_nav-text { text-decoration-color: #ffd090; }
.bvn_nav-double         { display: flex; align-items: center; height: 60px; padding: 0 16px; background: rgba(184,71,0,0.18); transition: background 0.2s, padding-left 0.2s; }
.bvn_nav-double::before { content: "☸"; color: #c8843a; margin-right: 10px; font-size: 18px; }
.bvn_nav-double:hover   { background: rgba(184,71,0,0.35); padding-left: 22px; }
.bvn_nav-double-link    { font-family: Georgia, serif; font-size: 22px; color: #ffd090; font-weight: bold; text-decoration: underline; text-decoration-color: rgba(255,208,144,0.4); }
.bvn_nav-double-link:hover { text-decoration-color: #ffd090; }
.bvn_nav-double-sep     { font-family: Georgia, serif; font-size: 22px; color: #c8843a; font-weight: bold; margin: 0 6px; }

.bvn_img-cell  { width: 50%; vertical-align: middle; text-align: center; }
.bvn_taisekiji { display: inline-block; max-width: 100%; max-height: 380px; width: auto; height: auto; opacity: 0.75; border: 1px solid rgba(184,71,0,0.18); }

/* ----- Navigation secondaire ----- */
body.bienvenue .bvn_sec-wrapper { padding-top: 16px; }
.bvn_sec-nav     { width: 100%; }
.bvn_sec-nav-row { height: 52px; }
.bvn_sec-cell    { width: calc(100% / 3); text-align: center; vertical-align: middle; }
.bvn_a-sec       { display: inline-block; font-family: Georgia, serif; font-size: 20px; color: #c8843a; font-weight: bold; text-decoration: none; transition: color 0.15s, transform 0.15s; }
.bvn_a-sec:hover { color: #ffd090; transform: scale(1.06); }

/* ----- Texte d'introduction ----- */
.bvn_intro-row    { height: 80px; }
body.bienvenue .bvn_intro-row td { padding: 16px 0; }
.bvn_p-intro     { margin: 0; line-height: 1.65; text-align: justify; }
.bvn_p-intro sup { font-size: 0.75em; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; }
.bvn_span-intro  { font-family: Georgia, serif; font-size: 17px; color: #c8a07a; }
.bvn_a-intro    { font-family: Georgia, serif; font-size: 17px; color: #ffd090; text-decoration: underline; }

/* ----- Image décorative ----- */
.bvn_bouddha-row  { height: 130px; }
.bvn_bouddha-cell { text-align: center; vertical-align: middle; }
.bvn_bouddha      { width: 130px; height: 130px; }

/* ----- Responsive : empilement mobile ----- */
@media (max-width: 768px) {
    .bvn_side { width: 12px; }

    .bvn_titre { font-size: clamp(44px, calc((100vw - 24px) / 4.1), 120px); }
    .bvn_stit { font-size: 22px; }
    .bvn_stit-break { display: inline; }
    .bvn_p-stit { padding-bottom: 20px; }

    .bvn_main-row { display: block; height: auto; }
    .bvn_nav-cell, .bvn_img-cell { display: block; width: 100%; }
    .bvn_nav-table { height: auto; }
    .bvn_nav-row, .bvn_nav-row:last-child { height: 56px; }
    .bvn_a-nav, .bvn_nav-double { height: 56px; font-size: 19px; margin-bottom: 6px; }
    .bvn_nav-double-link, .bvn_nav-double-sep { font-size: 19px; }
    body.bienvenue .bvn_img-cell { padding-top: 20px; }

    .bvn_sec-nav-row { display: block; height: auto; }
    .bvn_sec-cell { display: block; width: 100%; }
    body.bienvenue .bvn_sec-cell { padding: 12px 0; }

    .bvn_span-intro, .bvn_a-intro { font-size: 16px; }
}

