.pillars-section{background-color:#111;color:#fff;font-family:inherit;width:100%}.pillars-section__intro{margin:0 auto;max-width:1000px;padding:80px 60px 60px;text-align:center}.pillars-section__headline h1,.pillars-section__headline h2{color:#fff;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15;margin:0 0 24px}.pillars-section__body p{color:#ccc;font-size:clamp(.9rem,1.2vw,1rem);line-height:1.7;margin:0}.pillars-section__columns{border-top:1px solid #333;display:grid;grid-template-columns:1fr 1fr 1fr}.pillars-section__col{border-right:1px solid #333;display:flex;flex-direction:column;padding-bottom:60px}.pillars-section__col:last-child{border-right:none}.pillars-section__img-wrap{aspect-ratio:16/9;background:#222;overflow:hidden;width:100%}.pillars-section__img-wrap img{display:block;height:100%;object-fit:cover;width:100%}.pillars-section__img-placeholder{align-items:center;background:#1e1e1e;border:1px dashed #444;color:#888;display:flex;font-size:.75rem;height:100%;justify-content:center;letter-spacing:.1em;width:100%}.pillars-section__divider{background-color:#00bb96;flex-shrink:0;height:2px;width:100%}.pillars-section__col-content{display:flex;flex-direction:column;gap:10px;padding:28px 36px 0}.pillars-section__eyebrow{color:#888;font-size:.8rem;font-weight:400;letter-spacing:.08em}.pillars-section__col-title h2,.pillars-section__col-title h3{color:#fff;font-size:clamp(1.3rem,1.8vw,1.6rem);font-weight:800;line-height:1.2;margin:0}.pillars-section__col-subtitle,.pillars-section__col-subtitle p{color:#ccc;font-size:.95rem;font-style:italic;margin:0}.pillars-section__col-body p{color:#aaa;font-size:.9rem;line-height:1.7;margin:0}@media (max-width:900px){.pillars-section__columns{grid-template-columns:1fr}.pillars-section__col{border-bottom:1px solid #333;border-right:none}.pillars-section__intro{padding:60px 32px 40px}}@media (max-width:600px){.pillars-section__intro{padding:40px 24px 32px}.pillars-section__col-content{padding:20px 24px 0}}.pillars-section__col{transition:background-color .2s ease}.pillars-section__col:hover{background-color:#2a2a2a}