.accordion-item__question{width:100%;background:none;border:none;border-bottom:1px solid hsla(40,57%,83%,.12);border-left:3px solid transparent;padding:20px 0 20px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:border-left-color .2s ease;text-align:left;color:var(--cream)}.accordion-item.open .accordion-item__question{border-left-color:var(--sand)}.accordion-item__question-text{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--cream);flex:1 1;padding-right:16px}.accordion-item__icon{flex-shrink:0}.accordion-item__panel{max-height:0;overflow:hidden;padding-left:16px;padding-bottom:0;transition:max-height .3s ease,padding-bottom .3s ease}.accordion-item__panel.open{max-height:500px;padding-bottom:20px}.accordion-item__answer{font-family:var(--font-body);font-size:.95rem;color:hsla(40,57%,83%,.7);line-height:1.7;padding-top:16px;padding-right:16px}.accordion-item__answer a{color:var(--sand);text-decoration:none}.accordion-item__answer a:hover{text-decoration:underline}.faq-hero{background:var(--green);padding:var(--section-pad) clamp(20px,5vw,40px);max-width:var(--max-width);margin:0 auto}.faq-hero__headline{font-family:var(--font-display);font-size:clamp(32px,5vw,60px);font-weight:800;color:var(--cream);letter-spacing:-.03em;margin-bottom:16px}.faq-hero__sub{font-family:var(--font-body);font-size:1.1rem;color:hsla(40,57%,83%,.7);max-width:480px;line-height:1.65}.faq-body{background:var(--green-dark);padding:var(--section-pad) clamp(20px,5vw,40px)}.faq-categories{max-width:780px;margin:0 auto}.faq-category__heading{font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(40,57%,83%,.35);margin:48px 0 8px}.faq-category:first-child .faq-category__heading{margin-top:0}.faq-cta{background:var(--green);padding:96px clamp(20px,5vw,40px);text-align:center}.faq-cta__headline{font-family:var(--font-display);font-size:clamp(24px,3vw,40px);color:var(--cream);letter-spacing:-.02em;margin-bottom:16px}.faq-cta__sub{font-family:var(--font-body);font-size:1rem;color:hsla(40,57%,83%,.65);margin-bottom:32px}