
.ph-hero { position: relative; overflow: hidden; padding: 82px 0 88px; background: radial-gradient(circle at 80% 20%, rgba(255,75,31,.20), transparent 30%), #0b0b0b; }
.ph-hero::after { content: "PARTNERS"; position: absolute; right: -35px; bottom: -62px; color: rgba(255,255,255,.027); font-size: clamp(110px, 18vw, 260px); font-weight: 1000; letter-spacing: -.08em; line-height: .8; pointer-events: none; }
.ph-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: clamp(40px,7vw,90px); align-items: end; }
.ph-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #aaa59e; text-transform: uppercase; font: 850 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; }
.ph-breadcrumbs a:hover, .ph-breadcrumbs a:focus-visible { color: var(--orange); }
.ph-kicker { margin: 24px 0 16px; color: var(--orange); text-transform: uppercase; font: 900 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.ph-hero h1 { max-width: 900px; margin: 0; letter-spacing: -.065em; font-size: clamp(58px,7vw,104px); font-weight: 1000; line-height: .88; }
.ph-hero h1 span { color: var(--orange); display: block; }
.ph-hero-copy { max-width: 760px; margin: 25px 0 0; color: #c8c4be; font-size: clamp(16px,1.55vw,20px); }
.ph-summary { border: 1px solid rgba(255,75,31,.65); background: linear-gradient(165deg,#171717,#0d0d0d); padding: 28px; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.ph-summary strong { display: block; color: var(--orange); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.ph-summary b { display: block; margin-top: 8px; font-size: 42px; line-height: 1; }
.ph-summary p { margin: 13px 0 0; color: #aaa59e; font-size: 13px; }
.ph-summary a { width: 100%; margin-top: 21px; }

.ph-intro { background: var(--paper); color: var(--ink); padding: 74px 0 28px; }
.ph-heading { max-width: 820px; }
.ph-heading .ph-kicker { margin-top: 0; color: var(--orange-on-light); }
.ph-heading h2 { margin: 0; letter-spacing: -.055em; font-size: clamp(42px,5vw,72px); line-height: .94; }
.ph-heading h2 span { color: var(--orange-on-light); }
.ph-heading > p:last-child { max-width: 720px; color: #5f5952; font-size: 16px; }

.ph-grid-section { background: var(--paper); color: var(--ink); padding: 34px 0 90px; }
.ph-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.ph-card { min-width: 0; border: 1px solid var(--dark-line); background: #fff; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 18px 42px rgba(11,11,11,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.ph-card:hover, .ph-card:focus-within { transform: translateY(-5px); border-color: var(--orange); box-shadow: 0 25px 56px rgba(11,11,11,.14); }
.ph-card-media { aspect-ratio: 16/10; background: #111; overflow: hidden; }
.ph-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.03); transition: transform .4s ease; }
.ph-card:hover .ph-card-media img { transform: scale(1.025); }
.ph-card.applied .ph-card-media img { object-fit: contain; padding: 20px; background: #f7f4ee; }
.ph-card-body { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.ph-card-label { color: var(--orange-on-light); text-transform: uppercase; font: 900 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.ph-card h3 { margin: 10px 0 0; letter-spacing: -.045em; font-size: clamp(28px,2.7vw,40px); line-height: .96; }
.ph-card p { color: #5f5952; font-size: 13px; }
.ph-code { margin: 12px 0 18px; border-left: 4px solid var(--orange); background: rgba(255,75,31,.08); padding: 13px 14px; }
.ph-code span, .ph-code strong { display: block; }
.ph-code span { color: #5f5952; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.ph-code strong { margin-top: 3px; color: var(--orange-on-light); font-size: 17px; }
.ph-card .button { margin-top: auto; align-self: flex-start; }

.ph-future { background: #101010; padding: 78px 0; }
.ph-future-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 54px; align-items: center; }
.ph-future h2 { margin: 0; letter-spacing: -.055em; font-size: clamp(42px,5vw,72px); line-height: .94; }
.ph-future h2 span { color: var(--orange); }
.ph-future p { color: #aaa59e; max-width: 700px; }
.ph-future-list { display: grid; gap: 8px; }
.ph-future-list div { border: 1px solid rgba(255,255,255,.14); background: #151515; padding: 17px 18px; }
.ph-future-list strong { color: var(--orange); font-size: 13px; }
.ph-future-list span { display: block; color: #aaa59e; margin-top: 4px; font-size: 12px; }

.ph-disclosure { background: var(--paper-deep); color: #4f4942; padding: 24px 0; border-top: 1px solid var(--dark-line); }
.ph-disclosure p { margin: 0; font-size: 12px; }
.ph-disclosure strong { color: var(--ink); }

@media(max-width:980px) {
  .ph-hero-grid, .ph-future-grid { grid-template-columns: 1fr; }
  .ph-summary { max-width: 560px; }
  .ph-grid { grid-template-columns: 1fr 1fr; }
  .ph-card:last-child { grid-column: 1 / -1; }
}
@media(max-width:760px) {
  .ph-hero { padding: 52px 0 62px; }
  .ph-hero-grid { gap: 30px; }
  .ph-hero h1 { font-size: clamp(50px,16vw,75px); }
  .ph-grid { grid-template-columns: 1fr; }
  .ph-card:last-child { grid-column: auto; }
  .ph-card .button { width: 100%; }
  .ph-intro { padding-top: 58px; }
  .ph-grid-section { padding-bottom: 70px; }
  .ph-future { padding: 64px 0; }
}
@media(prefers-reduced-motion:reduce) {
  .ph-card, .ph-card-media img { transition: none; }
}
