
.photo{
    width:160px;
    max-width:60%;
    float:right;
    margin:0 0 15px 20px;
    border-radius:8px;
    filter:drop-shadow(0 5px 10px rgba(0,0,0,.15));
}

.inline-img {
    width: 1em;          /* Same height as the text */
    height: 1em;
    vertical-align: -0.15em; /* Adjust baseline */
}

.bgimg-1 {
    position: relative;
    margin:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/bel-arbre-au-milieu-champ.jpg");
    min-height: 60vh;
    padding:60px 20px 30px;
    color:white;
    text-align:center;
    background-color:#2f3b2e;
}

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

body{
    font-family:Inter,sans-serif;
    background:#faf8f5;
    color:#444;
    line-height:1.7;
}

.bgimg-1 h1{
    font-family:"Playfair Display",serif;
    font-size:3.2rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:auto;
    margin-bottom:auto;
    text-shadow:0 2px 10px rgba(0,0,0,.6);
    background:rgba(0, 0, 0, 0.3);
    padding:18px 24px;
    border-radius:16px;
    backdrop-filter:blur(2px);
    line-height:1.2;
}

.bgimg-1 p{
    font-size:1.2rem;
    text-shadow:0 1px 6px rgba(0,0,0,.6);
    background:rgba(0, 0, 0, 0.3);
    padding:10px 16px;
    border-radius:12px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    align-self:center;
}

a{
    color:#3d5a46;
}

a:hover{
    color:#2f4738;
}

.a-email{
    color:#2ae365;
}

.a-email:hover{
    color:#1a8041;
}

nav{
    background:#eef5ef;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    padding:0 8px;
}

.top-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:56px;
    position:sticky;
    top:0;
}

.brand-mark{
    display:none;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    color:#3d5a46;
    font-weight:700;
    text-decoration:none;
    margin-right:auto;
    margin-left:12px;
    line-height:1;
}

.brand-logo{
    width:28px;
    height:28px;
}

.nav-links{
    display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
    flex-wrap:wrap;
    width:100%;
    gap:4px;
    margin:0;
    padding:0;
}

.nav-links li{
    display:flex;
    align-items:center;
}

.top-nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    text-decoration:none;
    color:#3d5a46;
    font-weight:600;
    line-height:1;
    text-align:center;
}

.top-nav a:hover{
    background:#eef5ef;
}

.top-nav.scrolled .brand-mark{
    display:flex;
}

.menu-toggle{
    display:none;
    background:none;
    border:0;
    cursor:pointer;
    padding:12px;
}

.menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    background:#3d5a46;
    margin:4px 0;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:60px 25px;
}

section{
    margin-bottom:20px;
    scroll-margin-top:90px;
}

.practice-gallery{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin:20px 0 10px;
}

.practice-photo{
    width:140px;
    height:auto;
    object-fit:cover;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
    cursor:pointer;
    transition:transform .2s ease;
}

.practice-photo:hover{
    transform:scale(1.03);
}

.lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.85);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:2000;
    padding:20px;
}

.lightbox.active{
    display:flex;
}

.lightbox-image{
    max-width:100%;
    max-height:90vh;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.lightbox-close{
    position:absolute;
    top:20px;
    right:24px;
    color:white;
    font-size:2rem;
    cursor:pointer;
}

section#shiatsu,
section#shonishin{
    background:#eef5ef;
    border-radius:16px;
    padding:30px 32px;
    margin-left:-25px;
    margin-right:-25px;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
}

h2{
    color:#486754;
    margin-bottom:15px;
    font-family:"Playfair Display",serif;
    font-size:2rem;
}

h3{
    color:#486754;
    margin:30px 0 15px;
}

p{
    margin-bottom:18px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.card{
    background:white;
    padding:30px;
    border-radius:12px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.card h3{
    margin-top:0;
}

ul{
    padding-left:25px;
    margin-bottom:20px;
}

.price{
    background:#eef5ef;
    border-left:5px solid #486754;
    padding:18px;
    margin-top:20px;
    border-radius:8px;
}

blockquote{
    background:#f5f7f4;
    padding:25px;
    border-left:5px solid #486754;
    margin:30px 0;
    font-style:italic;
}

.five-elements-visual{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:16px;
    align-items:center;
    justify-items:center;
    padding:24px;
    margin:24px 0;
    border-radius:16px;
    overflow:hidden;
    isolation:isolate;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    grid-auto-flow:column;
}

.five-elements-visual::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url("images/five-elements.jpg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;
    opacity:.85;
    z-index:-1;
}

.five-elements-visual > *{
    position:relative;
    z-index:1;
}

.element-image{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.55);
    box-shadow:0 4px 12px rgba(0,0,0,.2);
    background:transparent;
    padding:2px;
}

footer{
    background:#71a083;
    color:white;
    padding:40px 20px;
    border-radius:20px;
    //margin:20px 20px 0;
}

.footer-content{
    display:grid;
    grid-template-columns:1.1fr 0.7fr;
    gap:24px;
    align-items:start;
    max-width:1100px;
    margin:0 auto;
}

.footer-text{
    text-align:left;
}

.footer-map iframe{
    width:100%;
    max-width:320px;
    min-height:220px;
    height:220px;
    border:0;
    border-radius:12px;
}

@media(max-width:700px){

    .bgimg-1 h1{
        font-size:1.8rem;
        padding:12px 16px;
    }

    .bgimg-1 p{
        font-size:1rem;
    }

    .menu-toggle{
        display:block;
    }

    .nav-links{
        display:none;
        flex-direction:column;
        width:100%;
        background:white;
    }

    .top-nav.open .nav-links{
        display:flex;
    }

    .top-nav a{
        padding:14px 20px;
    }

    .five-elements-visual{
        grid-template-columns:repeat(5, minmax(0, 1fr));
        gap:8px;
        padding:12px;
    }

    .element-image{
        width:54px;
        height:54px;
    }

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

    .footer-map{
        margin-top:12px;
    }

    .footer-map iframe{
        max-width:100%;
    }
}
