/* Scoped to the student guide; shared navigation and footer remain unchanged. */
.student-page .intent-intro { max-width:76ch; }
.student-page .intent-intro h1 { max-width:25ch; }
.student-page .intent-section > p { max-width:78ch; }
.student-answer { background:var(--bg-elev); border:1px solid var(--hair-strong); border-radius:22px; padding:clamp(22px,4vw,32px); margin:28px 0; }
.student-answer h2 { font-size:clamp(1.35rem,3vw,1.8rem); line-height:1.3; letter-spacing:-.025em; margin:0 0 16px; }
.student-answer > p { margin:0 0 16px; color:var(--ink-2); }
.student-answer .intent-note { margin-bottom:0; }
.student-choices { display:grid; gap:10px; margin:24px 0; }
.student-choices a { display:flex; justify-content:space-between; align-items:center; gap:14px; min-height:54px; padding:14px 18px; border:1px solid var(--hair-strong); border-radius:12px; background:var(--bg-soft); font-size:.98rem; font-weight:600; }
.student-page .intent-page .student-choices a { text-decoration:none; color:var(--ink); }
.student-choices a:hover { border-color:var(--ocean); }
.student-page .student-photo img { aspect-ratio:16/9; }
.student-photo figcaption { margin-top:10px; font-size:.75rem; color:var(--ink-3); line-height:1.5; }
.student-message { margin:26px 0; padding:24px; border:1px solid var(--hair-strong); border-radius:16px; background:var(--bg-elev); }
.student-message blockquote { margin:0 0 14px; padding:0 0 0 18px; border-left:3px solid var(--mint-700); color:var(--ink-2); }
.student-message p { margin:0; }
.student-message #message-signalement { scroll-margin-top:100px; }
.student-page .intent-section > h3 { margin-top:30px; }
.student-page .intent-table small { font-weight:400; }
.student-page .intent-source { max-width:none; }
.student-page .intent-breadcrumb { overflow-wrap:anywhere; }
@media(max-width:560px) { .student-page .intent-guide .intent-intro h1 { font-size:1.95rem; } .student-choices a { font-size:.9rem; padding:13px 14px; } .student-message { padding:20px; } .student-page .student-photo img { aspect-ratio:4/3; } .student-page .intent-table th,.student-page .intent-table td { padding:12px 9px; font-size:.81rem; } }
