
.pp-home{background:#faf9f4;color:#202421;font-family:var(--font-body-family,Inter,system-ui,sans-serif);letter-spacing:0}
.pp-home *{box-sizing:border-box}
.pp-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 14px;color:#c96f43}
.pp-band{max-width:1180px;margin:0 auto;padding:72px 20px}
.pp-section-head{max-width:760px;margin-bottom:28px}
.pp-section-head h2,.pp-story h2{font-size:clamp(30px,4vw,56px);line-height:1.02;margin:0 0 14px;letter-spacing:0;color:#17382c}
.pp-section-head p:not(.pp-kicker),.pp-story p{font-size:17px;line-height:1.65;color:#4d5650;margin:0}
.pp-journey-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pp-journey-grid a{min-height:210px;padding:24px;border:1px solid rgba(23,56,44,.16);background:#fffdf8;text-decoration:none;color:#17382c;display:flex;flex-direction:column;justify-content:end;box-shadow:0 18px 42px rgba(23,56,44,.08)}
.pp-journey-grid span{font-size:24px;line-height:1.05;font-weight:850;margin-bottom:10px}
.pp-journey-grid small{font-size:14px;line-height:1.35;color:#59645e}
.pp-trust{background:#17382c;color:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:1px}
.pp-trust div{background:#17382c;padding:26px clamp(16px,3vw,34px);min-height:132px}
.pp-trust strong{display:block;font-size:18px;margin-bottom:8px}
.pp-trust span{display:block;font-size:14px;line-height:1.45;color:rgba(255,255,255,.78)}
.pp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.pp-product{background:#fff;text-decoration:none;color:#202421;border:1px solid rgba(23,56,44,.12)}
.pp-product__media{aspect-ratio:1/1;background:#f1eee6;overflow:hidden}
.pp-product__media img{width:100%;height:100%;object-fit:cover;display:block}
.pp-product__body{padding:16px;display:grid;gap:7px}
.pp-product__body span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#69746d;font-weight:800}
.pp-product__body strong{font-size:17px;line-height:1.2}
.pp-product__body small{font-size:14px;color:#17382c;font-weight:800}
.pp-story{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:40px;align-items:center;background:#e6eee9;padding:72px clamp(20px,6vw,88px)}
@media (max-width: 900px){
  .pp-journey-grid,.pp-trust,.pp-product-grid,.pp-story{grid-template-columns:1fr}
  .pp-band{padding:52px 18px}
  .pp-journey-grid a{min-height:154px}
  .pp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .pp-product__body{padding:12px}
  .pp-product__body strong{font-size:14px}
}
