/* Partnership Journey (WO-104) */

.pj-body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: #1c1917;
  background:
    radial-gradient(ellipse 55% 35% at 10% 0%, rgba(180, 120, 40, 0.09), transparent 55%),
    linear-gradient(180deg, #faf7f2 0%, #f4efe7 50%, #ebe4d8 100%);
}

.pj-body h1,
.pj-body h2,
.pj-brand,
.pj-hero-brand {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
}

.pj-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(28, 22, 16, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid #b45309;
}
.pj-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.pj-brand {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.35rem;
  text-transform: uppercase;
}
.pj-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}
.pj-nav-links a {
  color: #e7e5e4;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}
.pj-nav-links a:hover,
.pj-nav-links a[aria-current="page"] { color: #fbbf24; }
.pj-nav-cta {
  background: #d97706 !important;
  color: #1c1410 !important;
  padding: 0.45rem 0.85rem;
  border-radius: 0.5rem;
}

.pj-hero {
  position: relative;
  min-height: min(78vh, 560px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.pj-hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../20220829_194203.jpg");
  background-size: cover;
  background-position: center;
}
.pj-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(20, 14, 10, 0.88) 0%, rgba(20, 14, 10, 0.5) 55%, rgba(20, 14, 10, 0.62) 100%);
}
.pj-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 3.25rem 1.25rem 2.75rem;
}
.pj-hero-brand {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #fbbf24;
  line-height: 0.95;
}
.pj-hero h1 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.7rem, 3.8vw, 2.5rem);
}
.pj-hero-lead {
  margin: 0 0 1.35rem;
  max-width: 34rem;
  color: #e7e5e4;
  font-size: 1.1rem;
}
.pj-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pj-section { padding: 3.25rem 1.25rem; }
.pj-alt {
  background: rgba(255, 255, 255, 0.55);
  border-block: 1px solid rgba(120, 90, 40, 0.12);
}
.pj-wrap { max-width: 1100px; margin: 0 auto; }
.pj-narrow { max-width: 40rem; }
.pj-section h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: #1c1917;
}
.pj-step {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b45309;
}
.pj-lede {
  font-size: 1.12rem;
  color: #44403c;
  margin: 0 0 0.85rem;
  line-height: 1.55;
}
.pj-checks {
  margin: 0.5rem 0 1rem;
  padding-left: 1.2rem;
  line-height: 1.7;
}
.pj-note { margin-top: 1rem; }
.pj-note a { color: #b45309; font-weight: 700; }

.pj-flow {
  list-style: none;
  margin: 1.25rem auto 0;
  padding: 0;
  max-width: 28rem;
  text-align: center;
}
.pj-flow li {
  margin: 0.15rem 0;
  color: #78716c;
  font-weight: 700;
}
.pj-flow a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #1c1917;
  background: #fff;
  border: 1px solid rgba(120, 90, 40, 0.16);
  border-radius: 999px;
  padding: 0.55rem 1rem 0.55rem 0.55rem;
  font-weight: 700;
  min-width: 15rem;
  justify-content: flex-start;
}
.pj-flow a span {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #d97706;
  color: #1c1410;
  font-size: 0.85rem;
}
.pj-flow a:hover { border-color: #d97706; }

.pj-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.pj-footer {
  background: #0c0a09;
  color: #a8a29e;
  text-align: center;
  padding: 2.5rem 1.25rem;
  border-top: 3px solid #b45309;
}
.pj-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}
.pj-footer-nav a {
  color: #e7e5e4;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.pj-footer-nav a:hover,
.pj-footer-nav a[aria-current="page"] { color: #fbbf24; }
.pj-copy { font-size: 0.75rem; color: #78716c; margin-top: 0.5rem; }

@media (max-width: 720px) {
  .pj-nav-links { width: 100%; }
  .pj-flow a { min-width: 0; width: 100%; }
}
