/* ── PHC 360 Intro Block ── */
.phc-360-intro{font-family:'Aptos','Segoe UI','Helvetica Neue',Arial,sans-serif;-webkit-font-smoothing:antialiased;padding:clamp(1.2rem,3vw,2rem) 0}
.phc-360-intro .p360-wrap{max-width:1100px;margin:0 auto;padding:0 clamp(1.2rem,5vw,2.8rem)}
.phc-360-intro .p360-lbl{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:clamp(.6rem,1.5vw,.9rem)}
.phc-360-intro .p360-lbl-dot{width:7px;height:7px;border-radius:50%;background:#ff915a;flex-shrink:0}
.phc-360-intro .p360-lbl-txt{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#ff915a}
.phc-360-intro .p360-top{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}
.phc-360-intro .p360-h2{font-size:clamp(1.8rem,5vw,3rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:#111827;margin-bottom:clamp(.7rem,1.8vw,1rem)}
.phc-360-intro .p360-h2 em{font-style:italic;color:#ff915a}
.phc-360-intro .p360-intro{font-size:clamp(.85rem,1.8vw,.97rem);color:rgba(17,24,39,.52);line-height:1.82;max-width:490px;margin-bottom:clamp(1.2rem,3vw,1.8rem)}
.phc-360-intro .p360-pillars{display:flex;flex-direction:column}
.phc-360-intro .p360-prow{display:grid;grid-template-columns:32px 1fr;align-items:start;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb}
.phc-360-intro .p360-prow:last-child{border-bottom:none}
.phc-360-intro .p360-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.phc-360-intro .p360-icon svg{width:14px;height:14px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.phc-360-intro .p360-text{font-size:clamp(.8rem,1.6vw,.88rem);color:rgba(17,24,39,.52);line-height:1.65;padding-top:.05rem}
.phc-360-intro .p360-text strong{color:#111827;font-weight:700}
.phc-360-intro .p360-hub{width:100%;max-width:340px;margin:0 auto;aspect-ratio:1}
.phc-360-intro .p360-hub svg{width:100%;height:100%;display:block}
@keyframes phc360fu{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.phc-360-intro .p360-left{animation:phc360fu .38s .05s ease both}
.phc-360-intro .p360-hub{animation:phc360fu .38s .18s ease both}
@media(max-width:960px){
  .phc-360-intro .p360-top{grid-template-columns:1fr}
  .phc-360-intro .p360-hub{display:none}
  .phc-360-intro .p360-intro{max-width:100%}
  .phc-360-intro .p360-pillars{display:grid;grid-template-columns:1fr 1fr;column-gap:1.5rem}
}
@media(max-width:600px){.phc-360-intro .p360-pillars{grid-template-columns:1fr}}
@media(max-width:480px){.phc-360-intro .p360-wrap{padding:0 1rem}}
