/* ═══════════════════════════════════════
   FAQ — faq.html uniquement
   ═══════════════════════════════════════ */

body{color:rgba(201,165,84,.75);font-weight:300;line-height:1.85;padding:0 1.5rem 5rem}

header{text-align:center;padding:4rem 0 2rem}
header a{font-family:'Cinzel',serif;font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;transition:color .3s}
header a:hover{color:var(--gold-light)}

h1{font-family:'Cinzel',serif;font-weight:400;font-size:clamp(1rem,3vw,1.6rem);letter-spacing:.2em;color:var(--gold-light);margin:2rem 0 .5rem;text-align:center}

.container{max-width:740px;margin:0 auto}

h2{font-family:'Cinzel',serif;font-weight:400;font-size:.85rem;letter-spacing:.15em;color:var(--gold-light);margin:3rem 0 1.2rem;text-transform:uppercase;padding-bottom:.5rem;border-bottom:1px solid rgba(201,165,84,.1)}

.sep{width:80px;height:1px;margin:2rem auto;background:linear-gradient(to right,transparent,rgba(201,165,84,.3),transparent)}

.intro-box{border:1px solid rgba(201,165,84,.12);background:rgba(201,165,84,.03);padding:1.5rem 2rem;margin:2rem 0;font-size:.78rem;color:rgba(201,165,84,.55);line-height:1.85}

/* ─── FAQ items ─── */
.faq-item{border-bottom:1px solid rgba(201,165,84,.08);padding:0}
.faq-item:last-child{border-bottom:none}
.faq-question{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  width:100%;background:none;border:none;text-align:left;cursor:pointer;
  font-family:'Cinzel',serif;font-weight:400;font-size:.78rem;
  letter-spacing:.1em;color:var(--gold);padding:1.4rem 0;transition:color .3s;
}
.faq-question:hover{color:var(--gold-light)}
.faq-icon{flex-shrink:0;width:16px;height:16px;position:relative;transition:transform .35s ease}
.faq-icon::before,.faq-icon::after{content:'';position:absolute;background:var(--gold);border-radius:1px;transition:opacity .3s,transform .3s}
.faq-icon::before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}
.faq-icon::after{width:1px;height:100%;left:50%;top:0;transform:translateX(-50%)}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding-bottom:0}
.faq-item.open .faq-answer{max-height:600px;padding-bottom:1.4rem}
.faq-answer p{font-size:.82rem;font-weight:300;color:rgba(201,165,84,.65);line-height:1.9;letter-spacing:.03em;font-family:'Raleway',sans-serif}

/* ─── Placeholder ─── */
.answer-placeholder{font-size:.75rem;font-style:italic;color:rgba(201,165,84,.3);letter-spacing:.05em}

.update-date{text-align:center;font-size:.7rem;color:rgba(201,165,84,.4);margin-top:3rem}
strong{color:rgba(201,165,84,.9);font-weight:400}
