/* Onosoji Platform v2.9.1 — experience-surface refinement.
   Removes the residual table/register feel from selected experience while
   keeping Liquid Glass reserved for navigation and controls. */

/* Homepage selected institutions: one calm rounded evidence surface. */
.proof-shell-v275 .selected-experience-accordion {
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(11,61,46,.08);
  border-radius: 28px;
  background: rgba(238,232,219,.46);
  box-shadow: 0 18px 46px rgba(5,39,30,.055), 0 1px 0 rgba(255,255,255,.72) inset;
}
.proof-shell-v275 .selected-experience-accordion summary {
  padding: 26px 30px;
  border: 0;
}
.proof-shell-v275 .selected-experience-accordion[open] summary {
  border-bottom: 0;
}
.proof-shell-v275 .selected-experience-accordion summary h2 {
  max-width: 28ch;
}
.proof-shell-v275 .selected-experience-accordion .homepage-sector-card-grid {
  padding: 2px 30px 12px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 54px;
}
.proof-shell-v275 .selected-experience-accordion .sector-card-grid article,
.proof-shell-v275 .selected-experience-accordion .sector-card-grid article:nth-child(odd) {
  position: relative;
  padding: 22px 0 20px;
  border: 0;
  background: transparent;
}
.proof-shell-v275 .selected-experience-accordion .sector-card-grid article::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--gold);
  opacity: .72;
}
.proof-shell-v275 .selected-experience-accordion .sector-card-grid h3 {
  max-width: 34ch;
  color: var(--green);
  font-size: 1.02rem;
  line-height: 1.35;
}
.proof-shell-v275 .selected-experience-accordion .sector-card-grid p {
  max-width: 58ch;
  margin-top: .62rem;
  color: #33423a;
  line-height: 1.7;
}
.proof-shell-v275 .selected-experience-accordion .experience-disclosure {
  margin: 0;
  padding: 16px 30px 28px;
  border: 0;
  color: var(--muted);
}

/* Profile selected experience: same visual language, without an accordion. */
.profile-experience-cards {
  margin-top: 68px;
}
.profile-experience-cards .heading-row {
  margin-bottom: 30px;
}
.profile-experience-cards .sector-card-grid {
  margin-top: 0;
  padding: 26px 32px 28px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 56px;
  border: 1px solid rgba(11,61,46,.08);
  border-radius: 28px;
  background: rgba(238,232,219,.42);
  box-shadow: 0 18px 46px rgba(5,39,30,.045), 0 1px 0 rgba(255,255,255,.72) inset;
}
.profile-experience-cards .sector-card-grid article,
.profile-experience-cards .sector-card-grid article:nth-child(odd) {
  position: relative;
  padding: 22px 0 20px;
  border: 0;
  background: transparent;
}
.profile-experience-cards .sector-card-grid article::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--gold);
  opacity: .72;
}
.profile-experience-cards .sector-card-grid h3 {
  color: var(--green);
  font-size: 1.02rem;
  line-height: 1.35;
}
.profile-experience-cards .sector-card-grid p {
  margin-top: .62rem;
  color: #33423a;
  line-height: 1.7;
}

/* Metrics should feel like one softened evidence rail rather than a hard-edged table. */
.proof-v27 .proof-metrics,
.impact-metrics {
  overflow: hidden;
  border: 1px solid rgba(11,61,46,.09);
  border-radius: 24px;
  background: rgba(252,251,247,.58);
  box-shadow: 0 12px 34px rgba(5,39,30,.035);
}
.proof-v27 .proof-metrics article,
.impact-metrics article {
  background: transparent;
}
.proof-v27 .proof-metrics article:last-child,
.impact-metrics article:last-child {
  border-right: 0;
}

/* Featured organisation strip is evidence, not a row of pseudo-cells. */
.featured-organisations {
  gap: 4px 30px;
  padding: 28px 0;
  border-top: 1px solid rgba(23,34,29,.12);
  border-bottom: 1px solid rgba(23,34,29,.12);
}
.featured-organisations span {
  position: relative;
  padding-left: 13px;
}
.featured-organisations span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: var(--gold);
}

@media (max-width: 900px) {
  .proof-shell-v275 .selected-experience-accordion .homepage-sector-card-grid,
  .profile-experience-cards .sector-card-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 560px) {
  .proof-shell-v275 .selected-experience-accordion,
  .profile-experience-cards .sector-card-grid {
    border-radius: 22px;
  }
  .proof-shell-v275 .selected-experience-accordion summary {
    padding: 22px 20px;
  }
  .proof-shell-v275 .selected-experience-accordion .homepage-sector-card-grid {
    padding: 0 20px 8px;
  }
  .proof-shell-v275 .selected-experience-accordion .experience-disclosure {
    padding: 12px 20px 24px;
  }
  .profile-experience-cards .sector-card-grid {
    padding: 12px 20px 18px;
  }
  .proof-v27 .proof-metrics,
  .impact-metrics {
    border-radius: 20px;
  }
}
