

.pf-chips {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
}

.pf-chips .rf-pill {
  margin: 0;
  font-size: 0.86rem;
  padding: 7px 18px;
  background: transparent;
  border: 1.5px solid var(--brand-green);
  color: var(--deep);
}

.pf-overview .figure-solo {
  margin-top: clamp(44px, 5vw, 68px);
}

.pf-journey {
  margin-top: 44px;
}

.pf-journey .journey-node {
  padding-bottom: 46px;
}

.pf-journey .node-text > p:not(.node-label) {
  margin: 0;
  color: var(--muted);
}

.pf-journey .pf-points {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr));
  gap: 9px 24px;
  width: 100%;
}

.pf-journey .pf-points li {
  position: relative;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--deep);
  font-weight: 600;
}

.pf-journey .pf-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--brand-green);
}

.mission-list.pf-theory article .pf-role {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--leaf-700);
}

.mission-list.pf-theory article {
  justify-content: flex-start;
  padding-bottom: 32px;
}

.pf-works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 4px 0 0;
}

.pf-work {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: 0 9px 24px rgba(61, 85, 39, 0.08), 0 1px 4px rgba(61, 85, 39, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pf-work:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(61, 85, 39, 0.14), 0 2px 6px rgba(61, 85, 39, 0.06);
}

.pf-work-thumb {
  aspect-ratio: 3 / 2;
  background: var(--honey);
  overflow: hidden;
}

.pf-work-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-work h3 {
  margin: 22px 22px 8px;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.4;
  color: var(--deep);
}

.pf-work > p {
  margin: 0 22px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted);
}

.pf-work-link {
  display: block;
  margin: auto 22px 22px; 
  padding-top: 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--earth);
}

a.pf-work-link {
  color: var(--leaf-700);
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  width: fit-content;
}

a.pf-work-link:hover,
a.pf-work-link:focus-visible {
  color: var(--brand-green);
}

@media (max-width: 900px) {
  .pf-works { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .pf-works { grid-template-columns: 1fr; }
}

.pf-showcase-section .apply-tabs {
  display: flex;
  flex-direction: column;
}

.pf-showcase-section .apply-tabnav {
  flex: 0 0 auto;
}

.pf-showcase-section .apply-panel.is-active {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.pf-showcase-section .apply-panel > .apply-soon {
  flex: 1 1 auto;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pf-join-tabs {
  margin-top: 44px;
}

.pf-join-tabs .apply-panel > h3 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  line-height: 1.35;
  color: var(--deep);
}

.pf-join-tabs .apply-panel > p {
  color: var(--muted);
}

.pf-join-tabs .apply-panel .faq-list {
  margin-top: 0;
}

.pf-join-tabs .apply-panel .apply-soon {
  margin-left: 0;
  margin-right: 0;
}

.pf-join-tabs .apply-panel .apply-soon h3 {
  font-size: 1.3rem;
}

.pf-join-tabs {
  display: flex;
  flex-direction: column;
}

.pf-join-tabs .apply-tabnav {
  flex: 0 0 auto;
}

.pf-join-tabs .apply-panel.is-active {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.pf-join-tabs .apply-panel > .pf-table-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.pf-join-tabs .pf-table {
  flex: 1 1 auto;
}

.pf-join-tabs .pf-table .pf-table-empty {
  vertical-align: middle;
}

.pf-join-tabs .apply-panel > .apply-soon {
  flex: 1 1 auto;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pf-table-wrap {
  margin: 22px 0 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
}

.pf-table {
  width: 100%;
  min-width: 400px;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.94rem;
}

.pf-table-wrap:has(.pf-table-empty) {
  border-style: dashed;
  border-color: var(--leaf-700);
  background: var(--honey);
}

.pf-table-wrap:has(.pf-table-empty) .pf-table {
  background: transparent;
  min-width: 0;
}

.pf-table-wrap:has(.pf-table-empty) .pf-table thead th {
  white-space: normal;
  background: rgba(255, 255, 255, 0.6);
}

.pf-table-wrap:has(.pf-table-empty) .pf-table tbody td {
  border-top-color: rgba(79, 159, 29, 0.35);
}

.pf-table-caption {
  caption-side: top;
  text-align: left;
  padding: 16px 20px 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--leaf-700);
}

.pf-table th,
.pf-table td {
  padding: 14px 20px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

.pf-table thead th {
  background: var(--honey);
  color: var(--deep);
  font-weight: 800;
  white-space: nowrap;
}

.pf-table tbody td {
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.pf-table .pf-table-empty {
  text-align: center;
  padding: 34px 20px;
  color: var(--earth);
  font-weight: 700;
}

@media (max-width: 560px) {
  .pf-table { min-width: 340px; }
  .pf-table th,
  .pf-table td { padding: 12px 14px; }
}
