/* IslamTruth.ca — styles communs des fiches profils */
:root{--ink:#17231d;--muted:#5d6963;--paper:#f5f2e9;--card:#fffdf8;--green:#1d5b45;--gold:#b58a42;--line:#ddd7c9}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Segoe UI,Arial,sans-serif;line-height:1.6}
header{max-width:900px;margin:auto;padding:35px 22px 15px}a{color:var(--green);font-weight:800;text-decoration:none}
.kicker{font-size:.72rem;letter-spacing:.16em;font-weight:900;color:var(--green);text-transform:uppercase}
h1{font:clamp(2.2rem,6vw,4rem)/1.02 Georgia,serif;margin:12px 0 6px;color:#173b2e}.alias{color:var(--muted)}
main{max-width:900px;margin:0 auto 50px;padding:0 22px}.hero{background:#e6eee8;border-radius:22px;padding:28px;display:flex;gap:25px;align-items:center;margin:20px 0}
.initials{width:100px;height:100px;flex:0 0 100px;border-radius:50%;background:#fffdf8;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--green);font:700 1.8rem Georgia,serif}
.badge{display:inline-block;background:#e8f3ed;color:#166534;padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:900;margin-top:10px}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}section,.note{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px}section.full{grid-column:1/-1}
h2{font:400 1.35rem Georgia,serif;color:#173b2e;margin-top:0}h3{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
.note{margin-top:18px;background:#fffaf0}footer{max-width:900px;margin:auto;padding:0 22px 45px;color:var(--muted);font-size:.82rem}
@media(max-width:650px){.hero{align-items:flex-start}.grid{grid-template-columns:1fr}section.full{grid-column:auto}}



.photo-wrap{
  height:180px;
  background:#f0ece1;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:17px 17px 0 0;
}
.profile-photo{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  object-position:center center;
  padding:8px 12px;
  box-sizing:border-box;
}
.profile-photo.detail{
  width:auto;
  max-width:100%;
  height:auto;
  max-height:520px;
  object-fit:cover;
  border-radius:14px;
  margin:0 auto 20px;
  background:#f0ece1;
}

.home-return{display:inline-block;margin:0 0 18px;padding:9px 14px;border:1px solid #cfc8b9;border-radius:10px;background:#fffdf8;color:#1d5b45;text-decoration:none;font-weight:800;font-size:.84rem}
.home-return:hover{background:#e8f3ed}
