.buyers-hero{position:relative;min-height:50vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--navy)}
.buyers-container-hero{position:relative;width:100%;overflow:hidden}
.desk-buyers-banner{width:100%;height:auto;display:block}
.mobile-buyers-banner{display:none}
.buyers-herotext{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.buyers-herotext h1{font-family:var(--serif);font-weight:300;font-size:clamp(2.4rem,6vw,4.4rem);line-height:1.04;letter-spacing:-.01em;color:#fff}
.buyers-main{padding:clamp(64px,8vw,110px) 0}
.buyers-container{max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(20px,5vw,52px)}
.buyers-design1,.buyers-design2{display:flex;justify-content:center;margin:24px 0}
.buyers-design1 svg,.buyers-design2 svg{width:120px;height:auto}
.buyers-top{max-width:700px;margin:0 auto 40px;text-align:center}
.buyers-top p{font-size:1.04rem;color:var(--ink-2);line-height:1.8;font-weight:300}
.buyers-wrapper-bottom{display:flex;gap:30px;margin-top:40px}
.buyers-faq-left{flex:1}
.buyers-faqbox{margin-bottom:16px;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:border-color .3s var(--ease)}
.buyers-faqbox.active{border-color:var(--stone-deep)}
.buyers-faqheading{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;background:var(--white);transition:background .3s var(--ease);user-select:none}
.buyers-faqheading:hover{background:var(--paper-2)}
.buyers-faqheading h4{font-family:var(--serif);font-size:1.05rem;font-weight:500;color:var(--ink);margin:0;flex:1}
.buyers-chevron{flex:none;margin-left:12px;color:var(--stone-deep);transition:transform .3s var(--ease)}
.buyers-faqbox.active .buyers-chevron{transform:rotate(180deg)}
.buyers-faqcontent{max-height:0;overflow:hidden;transition:max-height .4s var(--ease),padding .3s var(--ease);padding:0 22px;background:var(--white)}
.buyers-faqbox.active .buyers-faqcontent{max-height:2000px;padding:20px 22px}
.buyers-faqcontent p{margin-bottom:14px;color:var(--ink-2);font-size:.95rem;line-height:1.7}
.buyers-faqcontent p b{color:var(--ink)}
.buyers-faqcontent ul{margin:0 0 14px 0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.buyers-faqcontent ul li{position:relative;padding-left:20px;color:var(--ink-2);font-size:.95rem;line-height:1.6}
.buyers-faqcontent ul li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--stone-deep)}
.buyers-faqcontent ul li p{margin-bottom:4px}
.buyers-faqcontent br{display:block;margin-bottom:10px}
@media(max-width:1024px){.buyers-wrapper-bottom{flex-direction:column;gap:20px}}
@media(max-width:640px){.buyers-hero{min-height:40vh}.buyers-herotext h1{font-size:clamp(1.8rem,5vw,3rem)}.buyers-faqheading{padding:14px 16px}.buyers-faqheading h4{font-size:.95rem}.buyers-faqcontent{padding:0 16px}.buyers-faqbox.active .buyers-faqcontent{padding:14px 16px}.buyers-design1 svg,.buyers-design2 svg{width:80px}}