.pcard{border:2px solid var(--edge-color);background:var(--card);max-width:760px;box-shadow:var(--shadow-edge-md);border-radius:1rem;grid-template-columns:1fr auto;align-items:center;gap:.75rem 1.25rem;margin:0 auto;padding:1.35rem 1.5rem;display:grid;position:relative;overflow:visible}.pcard-label{font-family:var(--font-inter);letter-spacing:.09em;text-transform:uppercase;color:var(--muted-foreground);grid-column:1/-1;font-size:.68rem;font-weight:600}.pcard-head{grid-column:1/-1;align-items:center;gap:.65rem;display:flex}.pcard-icon{background:var(--muted);width:36px;height:36px;color:var(--foreground);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pcard-title{font-family:var(--font-erode);letter-spacing:-.01em;color:var(--foreground);text-wrap:pretty;margin:0;font-size:1.05rem;font-weight:700;line-height:1.25}.pcard.pcard-grid{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;align-items:start;gap:.9rem;max-width:none;height:100%;margin:0;padding:1.5rem 1.5rem 1.35rem}.pcard.pcard-grid .pcard-head{flex-direction:column;align-items:flex-start;gap:1rem}.pcard.pcard-grid .pcard-icon{border-radius:10px;width:44px;height:44px}.pcard.pcard-grid .pcard-title{font-size:clamp(1.35rem,1.2rem + .6vw,1.65rem);line-height:1.15}.pcard.pcard-grid .pcard-quote{font-family:var(--font-inter);letter-spacing:0;color:var(--muted-foreground);font-size:1rem;font-weight:400;line-height:1.5}.pcard.pcard-grid .pcard-copy{grid-column:1;justify-self:start;margin-top:.25rem}.pcard-quote{font-family:var(--font-erode);letter-spacing:-.01em;color:var(--foreground);text-wrap:pretty;grid-column:1;margin:0;font-size:clamp(1.05rem,.95rem + .55vw,1.4rem);font-weight:500;line-height:1.45}.pcard-quote:before{content:"“"}.pcard-quote:after{content:"”"}.pcard-copy{font-family:var(--font-inter);flex-shrink:0;grid-column:2;align-self:end}@media (max-width:640px){.pcard{grid-template-columns:1fr}.pcard-copy{grid-column:1;justify-self:start}}
