.bunt-guides-hero{position:relative;min-height:600px;padding-top:170px;background:var(--brand-primary-dark);overflow:hidden;display:flex;align-items:center}.bunt-guides-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-accent))}.bunt-guides-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(43,42,34,.86),rgba(43,42,34,.46))}.bunt-guides-hero .container{position:relative;z-index:1;max-width:850px}.bunt-guides-hero .bunt-section-kicker,.bunt-guides-hero h1,.bunt-guides-hero p{color:var(--brand-text-inverse)}.bunt-guide-statement{background:var(--brand-bg)}.bunt-guide-statement p{max-width:980px;margin:0 auto;font-size:max(1.25rem, min(2.3vw, 1.8rem));line-height:1.5;color:var(--brand-text)}.bunt-guide-goals{background:var(--brand-bg-alt)}.bunt-guide-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.bunt-guide-card-grid article{padding:28px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.bunt-guide-card-grid span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:var(--brand-radius);background:var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:800;margin-bottom:16px}.bunt-guide-progress{background:var(--brand-bg)}.bunt-progress-list{display:grid;grid-gap:18px;gap:18px}.bunt-progress-list article{padding:22px;border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.bunt-progress-list article>div:first-child{display:flex;justify-content:space-between;gap:16px;font-weight:800}.bunt-progress{height:12px;border-radius:999px;background:var(--brand-neutral-light);overflow:hidden;margin:12px 0}.bunt-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--brand-primary),var(--brand-accent))}.bunt-guide-refs{background:var(--brand-bg-alt)}.bunt-reference-row{display:flex;flex-wrap:wrap;gap:12px}.bunt-reference-row span{padding:12px 16px;border-radius:999px;background:var(--brand-bg);border:1px solid var(--brand-border);font-weight:700}.bunt-guides-cta{text-align:center;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.bunt-guides-cta h2,.bunt-guides-cta p{color:var(--brand-text-inverse)}.bunt-guides-cta p{max-width:760px;margin:0 auto 24px}@media (max-width:991px){.bunt-guide-card-grid{grid-template-columns:1fr}}