/* ============================================================
   Pakistan & Counting — Partner With Us (inner page)
   Reuses hero / green-panel / form / rainbow / ticker from
   contact.css + industry-reports.css. Only the Partner-specific
   deltas live here (sentence-case sub, full-width dropdown +
   message, taller handshake photo).
   ============================================================ */

/* hero subtitle is sentence case in Figma (contact.css capitalises it) */
.pt-hero .ct-hero__sub{text-transform:none}

/* CONNECT form: name/email/title/org sit two-per-row, then the format
   dropdown spans the full width; the message textarea is already full width. */
.pt-full{grid-column:1 / -1}

/* handshake photo straddling the green panel — portrait crop (Figma) */
.pt-photo{aspect-ratio:300 / 300}

/* ---------- responsive ---------- */
/* "PARTNER WITH US" is longer than contact's "GET IN TOUCH" — shrink it on
   narrow screens so the no-wrap box never overflows / causes h-scroll */
@media (max-width:600px){
  .pt-grid{grid-template-columns:1fr}
  .pt-hero .ct-hero__title .ir-boxed{font-size:clamp(16px,6vw,30px)}
}
@media (max-width:380px){
  .pt-hero .ct-hero__title .ir-boxed{font-size:15px}
}
