
:root{
  --bg:#f5f0e8;
  --paper:#fbf8f2;
  --ink:#22332c;
  --muted:#6c756f;
  --accent:#a8573f;
  --line:#d9d0c4;
  --soft:#e9e1d7;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit}
.site-header{
  position:sticky; top:0; z-index:10;
  background:rgba(245,240,232,.96);
  backdrop-filter: blur(8px);
  border-bottom:1px solid var(--line);
}
.nav{
  max-width:var(--max); margin:auto; padding:18px 28px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand{
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.28rem; text-decoration:none; letter-spacing:.01em;
}
.menu{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.menu a{
  text-decoration:none;font-size:.94rem;color:#34443d
}
.menu a:hover,.menu a[aria-current="page"]{color:var(--accent)}
.btn{
  display:inline-block; padding:13px 20px; border-radius:999px;
  text-decoration:none; border:1px solid var(--ink);
  transition:.2s ease; font-weight:600;
}
.btn:hover{background:var(--ink);color:var(--paper)}
.btn-accent{background:var(--accent);border-color:var(--accent);color:white}
.btn-accent:hover{background:#8d4835;border-color:#8d4835}
main{overflow:hidden}
.hero{
  max-width:var(--max); margin:0 auto; padding:34px 28px 30px;
  display:grid; grid-template-columns:1.1fr .9fr; gap:34px; align-items:center;
}
.eyebrow{
  text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;
  color:var(--accent);font-weight:700;margin-bottom:18px;
}
h1,h2,h3{
  font-family: Georgia, 'Times New Roman', serif;
  font-weight:500; line-height:1.12; margin-top:0;
}
h1{font-size:clamp(1.8rem,3.3vw,3.15rem);max-width:780px;margin-bottom:18px}
h2{font-size:clamp(1.45rem,2.35vw,2.15rem);margin-bottom:22px}
h3{font-size:1.08rem;margin-bottom:10px}
.lead{font-size:.98rem;max-width:760px;color:#34443d}
.hero-photo{
  border-radius:34px 34px 8px 8px; overflow:hidden;
  border:1px solid var(--line); background:var(--soft);
}
.hero-photo img{
  width:100%;height:390px;object-fit:cover;object-position:center 28%;
}
.section{padding:38px 28px}
.section.alt{background:var(--paper)}
.wrap{max-width:var(--max);margin:auto}
.narrow{max-width:820px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{
  border-top:1px solid var(--line);padding-top:24px;
}
.card p{color:#46534d}
.quote{
  font-family: Georgia, 'Times New Roman', serif;
  font-size:clamp(1.2rem,1.8vw,1.75rem); line-height:1.3;
  max-width:930px; margin:0 auto; text-align:center;
}
.photo-block{
  overflow:hidden;border-radius:6px;border:1px solid var(--line);
}
.photo-block img{width:100%;height:390px;object-fit:cover}
.page-hero{
  max-width:var(--max); margin:auto; padding:42px 28px 20px;
}
.page-hero h1{font-size:clamp(2.4rem,5vw,4.8rem)}
.prose{max-width:840px}
.prose p{margin:0 0 1.2em}
.prose ul{padding-left:1.15rem}
.info-list{
  display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px
}
.info-box{
  border-top:1px solid var(--line);padding-top:20px
}
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.price{
  background:var(--paper);padding:24px;border:1px solid var(--line);border-radius:8px
}
.price strong{display:block;font-family:Georgia,serif;font-size:1.08rem;margin-bottom:6px}
.faq details{
  border-top:1px solid var(--line);padding:19px 0
}
.faq summary{
  cursor:pointer;font-family:Georgia,serif;font-size:1.06rem
}
.faq details p{max-width:820px;color:#46534d}
.contact-card{
  background:var(--paper);border:1px solid var(--line);
  padding:34px;border-radius:10px;max-width:720px
}
footer{
  border-top:1px solid var(--line);padding:32px 28px 44px;color:#55615b
}
.footer-inner{
  max-width:var(--max);margin:auto;display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap
}
.small{font-size:.92rem;color:#66716b}
@media (max-width:900px){
  .menu{display:none}
  .hero,.grid-2{grid-template-columns:1fr}
  .hero{padding-top:48px;gap:36px}
  .hero-photo img{height:520px}
  .grid-3,.price-grid,.info-list{grid-template-columns:1fr}
}
@media (max-width:560px){
  .nav,.hero,.section,.page-hero{padding-left:20px;padding-right:20px}
  .hero-photo img,.photo-block img{height:420px}
  h1{font-size:2.7rem}
}


/* Accueil : densité visuelle réduite */
.home .hero{min-height:auto}
.home .hero p{margin-top:.7rem;margin-bottom:.7rem}
.home .section h2{max-width:850px}
.home .card{padding-top:16px}
.home .card p{margin-bottom:0}
.home .quote{max-width:800px}
@media (max-width:900px){
  .home .hero{padding-top:34px;padding-bottom:32px}
  .home .hero-photo img{height:430px}
}
@media (max-width:560px){
  .home .hero-photo img{height:350px}
  .home h1{font-size:2.3rem}
  .home .section{padding-top:40px;padding-bottom:40px}
}


/* Logo integration */
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.brand img.logo-full{
  height:40px;
  width:auto;
  display:block;
}
.brand .brand-text{
  display:none;
}
.footer-logo{
  display:flex;
  align-items:center;
}
.footer-logo img{
  height:36px;
  width:auto;
  display:block;
}
@media (max-width:900px){
  .brand img.logo-full{
    height:44px;
  }
  .footer-logo img{
    height:40px;
  }
}


/* Version 4 : ensemble plus compact */
body{font-size:15px}
.nav{padding-top:12px;padding-bottom:12px}
.menu{gap:16px}
.menu a{font-size:.86rem}
.btn{padding:10px 16px;font-size:.9rem}
.eyebrow{font-size:.68rem;margin-bottom:12px}
.lead{font-size:.98rem;max-width:680px}
.card{padding-top:12px}
.card p{font-size:.94rem}
.prose p,.prose li{font-size:.95rem}
.price{padding:18px}
.price strong{font-size:1.12rem}
.contact-card{padding:24px}
.info-list{gap:16px}
.grid-3{gap:18px}
.grid-2{gap:36px}
.hero-photo img{height:390px}
.photo-block img{height:360px}
.page-hero h1{font-size:clamp(1.9rem,3.2vw,3rem)}
footer{padding-top:24px;padding-bottom:30px}
@media (max-width:900px){
  .brand img.logo-full{height:34px}
  .home .hero-photo img{height:340px}
  .photo-block img{height:320px}
}
@media (max-width:560px){
  body{font-size:14.5px}
  .home h1{font-size:1.85rem}
  .home .hero-photo img{height:280px}
  .photo-block img{height:280px}
  .home .section{padding-top:34px;padding-bottom:34px}
}

/* Portraits distincts */
.home .hero-photo img{object-position:center 28%}
body:not(.home) .photo-block img[src*="portrait-qui"]{object-position:center 20%}


/* Version 7 : page Qui suis-je plus éditoriale et resserrée */
.qui-page .page-hero h1{max-width:760px}
.qui-page .qui-intro .grid-2{
  grid-template-columns:1.15fr .85fr;
  align-items:center;
}
.qui-page .portrait-page{
  max-width:390px;
  justify-self:end;
}
.qui-page .portrait-page img{height:330px}
.qui-page .prose ul{
  margin-top:.4rem;
  margin-bottom:1.15rem;
}
.qui-page .page-cta{margin-top:1.6rem}
@media (max-width:900px){
  .qui-page .qui-intro .grid-2{grid-template-columns:1fr}
  .qui-page .portrait-page{
    justify-self:start;
    max-width:360px;
  }
  .qui-page .portrait-page img{height:310px}
}

/* Version 8 : nouveau portrait Qui suis-je */
.qui-page .portrait-page img{
  object-position:center 18%;
}


/* Version 9 : page Ma pratique restructurée */
.practice-page .page-hero h1{
  max-width:780px;
}
.practice-page .practice-intro .grid-2{
  grid-template-columns:1.12fr .88fr;
  align-items:center;
}
.practice-page .practice-photo{
  max-width:430px;
  justify-self:end;
}
.practice-page .practice-photo img{
  height:300px;
  object-position:center 45%;
}
.practice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 44px;
}
.practice-card{
  padding:28px 0 30px;
  border-top:1px solid var(--line);
}
.practice-card h2{
  font-size:clamp(1.35rem,2vw,1.85rem);
  margin-bottom:14px;
}
.practice-card p{
  font-size:.95rem;
  margin:.7rem 0;
}
.practice-meta{
  margin-top:1rem !important;
  color:#34443d;
}
.practice-page .page-cta{
  margin-top:1.5rem;
}
@media (max-width:900px){
  .practice-page .practice-intro .grid-2{
    grid-template-columns:1fr;
  }
  .practice-page .practice-photo{
    justify-self:start;
    max-width:420px;
  }
  .practice-grid{
    grid-template-columns:1fr;
  }
}


/* Version 10 : FAQ resserrée */
.faq-page .page-hero{
  padding-bottom:14px;
}
.faq-page .page-hero .lead{
  max-width:620px;
  margin-bottom:0;
}
.faq-compact{
  max-width:900px;
}
.faq-compact details{
  padding:16px 0;
}
.faq-compact summary{
  font-size:1.02rem;
  font-weight:600;
  list-style:none;
  position:relative;
  padding-right:34px;
}
.faq-compact summary::-webkit-details-marker{display:none}
.faq-compact summary::after{
  content:"+";
  position:absolute;
  right:4px;
  top:0;
  font-size:1.2rem;
  font-weight:400;
  color:var(--accent);
}
.faq-compact details[open] summary::after{
  content:"–";
}
.faq-compact details p{
  margin:.75rem 0 0;
  max-width:760px;
}
.faq-contact{
  text-align:left;
}


/* Version 11 : Infos pratiques plus structurées */
.infos-page .page-hero{
  padding-bottom:18px;
}
.infos-page .infos-intro .grid-2{
  grid-template-columns:1.05fr .95fr;
  align-items:center;
}
.compact-info{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 26px;
  margin-top:0;
}
.compact-info .info-box{
  padding-top:14px;
}
.compact-info .info-box h3{
  font-size:1.05rem;
  margin-bottom:6px;
}
.compact-info .info-box p{
  margin:0;
  font-size:.94rem;
}
.infos-photo{
  max-width:440px;
  justify-self:end;
}
.infos-photo img{
  height:300px;
  object-position:center 45%;
}
.compact-prices{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.compact-prices .price{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-height:150px;
}
.compact-prices .price strong{
  margin-bottom:2px;
}
.compact-prices .price span{
  font-size:.9rem;
  color:#5f6964;
}
.compact-prices .price b{
  margin-top:auto;
  font-family:Georgia,serif;
  font-size:1.35rem;
  font-weight:500;
}
.payment-note{
  margin-top:18px;
}
.practical-bottom{
  align-items:start;
}
@media (max-width:900px){
  .infos-page .infos-intro .grid-2{
    grid-template-columns:1fr;
  }
  .infos-photo{
    justify-self:start;
    max-width:420px;
  }
  .compact-prices{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:560px){
  .compact-info,.compact-prices{
    grid-template-columns:1fr;
  }
}


/* Version 12 : page Contact finalisée */
.contact-page .page-hero{
  padding-bottom:18px;
}
.contact-page .page-hero .lead{
  max-width:700px;
  margin-bottom:0;
}
.contact-grid{
  grid-template-columns:.9fr 1.1fr;
  align-items:start;
}
.contact-page .contact-card{
  max-width:none;
  min-height:260px;
}
.contact-page .contact-card h2{
  font-size:clamp(1.55rem,2.6vw,2.35rem);
  margin-bottom:14px;
}
.contact-bottom{
  align-items:start;
}
@media (max-width:900px){
  .contact-grid{
    grid-template-columns:1fr;
  }
}


/* Version 13 : prépublication, mentions légales et confidentialité */
.legal-links{
  width:100%;
  margin-top:8px;
}
.legal-links a{
  text-decoration:none;
  color:inherit;
}
.legal-links a:hover{
  color:var(--accent);
}
.legal-page .page-hero h1{
  max-width:760px;
}
.legal-warning{
  padding:12px 14px;
  border-left:3px solid var(--accent);
  background:var(--paper);
  font-size:.92rem;
}

.contact-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
footer a{
  text-decoration:none;
}
footer a:hover{
  color:var(--accent);
}
