.jogn-bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url('../img/bg.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
}

.jogn-section {
  position: relative;
  z-index: 1;
  padding: 2.8rem 0;
}

.jogn-section .container-xl {
  max-width: 1120px;
}

.jogn-hero-section {
  padding-top: 3.5rem;
}

.jogn-page-title,
.jogn-section-title {
  color: #806dba;
  font-weight: 800;
  letter-spacing: 0;
}

.jogn-page-title {
  position: relative;
  z-index: 2;
  font-size: clamp(2.2rem, 4.3vw, 3.45rem);
  line-height: 1.08;
  margin: 0 0 1.5rem;
}

.jogn-section-title {
  font-size: clamp(2.05rem, 4.2vw, 3rem);
  line-height: 1.12;
  margin: 0 0 0.5rem;
}

.jogn-membership-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.92fr);
  gap: 1rem;
  align-items: center;
}

.jogn-membership-visual,
.jogn-affiliate-visual {
  position: relative;
  min-height: 440px;
  isolation: isolate;
}

.jogn-orbit {
  position: absolute;
  z-index: 0;
  width: min(520px, 88vw);
  aspect-ratio: 1;
  left: -78px;
  top: -170px;
  border: 38px solid rgba(205, 235, 248, 0.9);
  border-radius: 50%;
  pointer-events: none;
}

.jogn-individual-photo {
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: min(315px, 46vw);
  max-height: 405px;
  object-fit: contain;
  z-index: 2;
}

.jogn-member-copy {
  position: absolute;
  left: 190px;
  top: 24px;
  z-index: 3;
  width: 460px;
  max-width: calc(100% - 190px);
}

.jogn-member-copy h2,
.jogn-affiliate-copy h2 {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 11px;
  background: rgba(198, 157, 213, 0.9);
  color: #0765bd;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.08;
  padding: 0.62rem 1.45rem;
  white-space: nowrap;
}

.jogn-member-copy h2 span,
.jogn-affiliate-copy h2 {
  color: #806dba;
}

.jogn-member-copy p {
  margin: 1rem 0 0 80px;
  max-width: 330px;
  color: #77717b;
  font-size: 1.04rem;
  line-height: 1.26;
}

.jogn-membership-badge {
  position: absolute;
  z-index: 4;
  display: block;
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(72, 52, 116, 0.22));
}

.jogn-member-badge {
  left: 270px;
  bottom: 48px;
  width: min(180px, 28vw);
}

.jogn-member-action {
  position: absolute;
  right: 20px;
  bottom: 85px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: center;
  justify-items: center;
  margin: 0;
}

.jogn-member-action p {
  margin: 0;
  color: #211c25;
  font-size: 0.96rem;
  line-height: 1.18;
  text-align: center;
}

.jogn-pill-button,
.jogn-search-button,
.jogn-contact-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid var(--jogn-btn-border, rgba(128, 109, 186, 0.55));
  background: transparent;
  font-family: 'Montserrat Custom', sans-serif;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.26s ease, color 0.26s ease, border-color 0.26s ease;
}

.jogn-pill-button::before,
.jogn-pill-button::after,
.jogn-search-button::before,
.jogn-search-button::after,
.jogn-contact-button::before,
.jogn-contact-button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.jogn-pill-button::before,
.jogn-search-button::before,
.jogn-contact-button::before {
  inset: 0;
  z-index: -2;
  background: var(--jogn-btn-bg, #806dba);
}

.jogn-pill-button::after,
.jogn-search-button::after,
.jogn-contact-button::after {
  inset: -2px;
  z-index: -1;
  background: var(--jogn-btn-hover-bg, #e9a7a8);
  transform: translateX(-105%) skewX(-14deg);
  transform-origin: left center;
  transition: transform 0.42s cubic-bezier(0.76, 0, 0.24, 1);
}

.jogn-pill-button:hover,
.jogn-search-button:hover,
.jogn-contact-button:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 13px 24px rgba(89, 66, 130, 0.24);
}

.jogn-pill-button:hover::after,
.jogn-search-button:hover::after,
.jogn-contact-button:hover::after {
  transform: translateX(0) skewX(0deg);
}

.jogn-pill-button .bi,
.jogn-search-button .bi {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.jogn-pill-button:hover .bi,
.jogn-search-button:hover .bi {
  transform: translateX(0.72rem);
}

.jogn-pill-button:focus-visible,
.jogn-search-button:focus-visible,
.jogn-contact-button:focus-visible {
  outline: 3px solid rgba(128, 109, 186, 0.28);
  outline-offset: 3px;
}

.jogn-pill-button {
  --jogn-btn-bg: #806dba;
  --jogn-btn-hover-bg: #e9a7a8;
  --jogn-btn-border: rgba(128, 109, 186, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 38px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.55rem 1.35rem;
  padding-right: 1.85rem;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(89, 66, 130, 0.18);
}

.jogn-benefits-card {
  border: 1px solid rgba(201, 157, 150, 0.55);
  border-radius: 12px;
  background: rgba(255, 248, 245, 0.86);
  box-shadow: 0 14px 30px rgba(89, 66, 130, 0.14);
  color: #8970c2;
  padding: 0.75rem 1rem 1rem;
}

.jogn-benefits-card h3 {
  color: #806dba;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 0.75rem;
}

.jogn-benefits-card ul {
  margin: 0;
  padding-left: 1.25rem;
}

.jogn-benefits-card li {
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  line-height: 1.26;
}

.jogn-affiliate-section {
  padding-top: 1.2rem;
}

.jogn-affiliate-visual {
  min-height: 510px;
}

.jogn-orbit-affiliate {
  left: 56px;
  top: 26px;
  width: 515px;
  border-width: 32px;
}

.jogn-affiliate-photo {
  position: absolute;
  left: -26px;
  bottom: 0;
  width: min(600px, 100%);
  max-height: 455px;
  object-fit: contain;
  z-index: 2;
}

.jogn-affiliate-badge {
  left: 20px;
  bottom: 16px;
  width: min(170px, 28vw);
}

.jogn-affiliate-copy {
  position: absolute;
  left: 178px;
  right: 0;
  bottom: 20px;
  z-index: 5;
  max-width: 455px;
}

.jogn-affiliate-copy h2 {
  display: inline-block;
  color: #0765bd;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.jogn-affiliate-copy p {
  margin: 0;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 248, 245, 0.9);
  color: #171219;
  font-size: 0.94rem;
  line-height: 1.25;
  padding: 0.7rem 0.85rem 0.2rem;
}

.jogn-affiliate-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 248, 245, 0.9);
  color: #171219;
  font-size: 0.93rem;
  line-height: 1.2;
  padding: 0 0 0.65rem 0.85rem;
}

.jogn-affiliate-action .jogn-pill-button {
  transform: translateX(10px);
}

.jogn-affiliate-action .jogn-pill-button:hover {
  transform: translateX(10px) translateY(-2px);
}

.jogn-affiliate-benefits {
  align-self: stretch;
}

.jogn-directory-intro {
  max-width: 1010px;
  color: #171219;
  font-size: clamp(0.98rem, 1.55vw, 1.1rem);
  line-height: 1.28;
  margin: 0 0 1.55rem;
}

.jogn-directory-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
}

.jogn-directory-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 0.75rem;
  align-items: start;
  padding-top: 0.05rem;
}

.jogn-field-row {
  grid-column: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 205px);
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.jogn-field-row label {
  margin: 0;
  color: #171219;
  font-size: 0.88rem;
}

.jogn-field-row input {
  width: 120%;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #dfe2e2;
  outline: none;
  padding: 5px 0.75rem;
}

.jogn-quick-filters {
  grid-column: 1;
  grid-row: 4;
  margin-top: 1.45rem;
  color: #171219;
  position: relative;
}

.jogn-quick-filters h3 {
  margin: 0 0 0.25rem;
  color: #806dba;
  font-size: 1rem;
  font-weight: 800;
}

.jogn-quick-filters label {
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
}

.jogn-quick-filters input {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  vertical-align: baseline;
  
}

.jogn-search-button {
  --jogn-btn-bg: #e9a7a8;
  --jogn-btn-hover-bg: #806dba;
  --jogn-btn-border: rgba(233, 167, 168, 0.45);
  grid-column: 2;
  grid-row: 4;
  /* position: relative; */
  z-index: 2;
  align-self: start;
  justify-self: start;
  margin-top: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 96px;
  min-height: 30px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(89, 66, 130, 0.18);

  position: absolute !important;
  right: 0px;
  top: -23px;
}

.jogn-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.jogn-directory-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: #171219;
  background: rgba(255, 255, 255, 0.12);
}

.jogn-directory-table th,
.jogn-directory-table td {
  border: 1px dashed rgba(54, 54, 60, 0.65);
  height: 32px;
  padding: 0.35rem 0.8rem;
  font-size: 0.9rem;
}

.jogn-directory-table th {
  height: 24px;
  background: rgba(223, 226, 226, 0.85);
  font-weight: 800;
  text-align: center;
}

.jogn-directory-link {
  color: #6e55b3;
  font-weight: 700;
  text-decoration: none;
}

.jogn-directory-link:hover {
  color: #e0848b;
  text-decoration: underline;
}

.jogn-directory-empty {
  color: #6b616f;
  font-weight: 700;
  text-align: center;
}

.jogn-directory-loading {
  color: #806dba;
  font-weight: 800;
  text-align: center;
}

.directory-access-modal-body {
  text-align: center;
}

.directory-access-modal-title {
  margin-bottom: 0.7rem;
}

.directory-access-modal-copy {
  margin: 0 auto 1.25rem;
  max-width: 330px;
  color: #2b2330;
  font-size: 1rem;
  line-height: 1.35;
}

.directory-access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.directory-access-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  border: 0;
  text-decoration: none;
}

.directory-profile-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 74px);
  padding: 2.8rem 0 3.5rem;
}

.directory-member-profile,
.directory-organization-profile {
  color: #211c25;
  font-family: 'Montserrat Custom', sans-serif;
}

.directory-back-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 34px;
  margin: 0 0 1.15rem;
  border: 1px solid rgba(128, 109, 186, 0.42);
  border-radius: 999px;
  background: rgba(255, 248, 245, 0.82);
  color: #806dba;
  font-family: 'Montserrat Custom', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.45rem 1rem;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(89, 66, 130, 0.1);
}

.directory-back-button:hover {
  background: #806dba;
  color: #fff;
}

.directory-member-header {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr) minmax(230px, 0.35fr);
  gap: 1.2rem;
  align-items: center;
  max-width: 1040px;
}

.directory-member-photo {
  width: 135px;
  height: 135px;
  object-fit: cover;
}

.directory-member-identity h1 {
  margin: 0;
  color: #806dba;
  font-size: clamp(1.65rem, 3.1vw, 2.05rem);
  font-weight: 800;
  line-height: 1.05;
}

.directory-member-identity p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.directory-member-title {
  font-weight: 800;
}

.directory-profile-badge {
  width: min(150px, 28vw);
  justify-self: center;
  filter: drop-shadow(0 10px 16px rgba(72, 52, 116, 0.22));
}

.directory-member-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  gap: 2.2rem;
  margin-top: 1.4rem;
  max-width: 1040px;
}

.directory-profile-block h2 {
  margin: 0.95rem 0 0.35rem;
  color: #806dba;
  font-size: 1.05rem;
  font-weight: 800;
  padding-top: 20px
}

.directory-profile-block h2:first-child {
  margin-top: 0;
}

.directory-profile-block p,
.directory-profile-block li {
  font-size: 0.94rem;
  line-height: 22px;
}

.directory-profile-block p {
  margin: 0;
}

.directory-profile-block ul {
  margin: 0;
  padding-left: 1.2rem;
}

.directory-contact-line {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.directory-contact-line a {
  color: #0a66c2;
  font-size: 1.45rem;
  line-height: 1;
}

.directory-organization-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 1.2rem;
  align-items: start;
  max-width: 1040px;
}

.directory-organization-grid {
  display: grid;
  grid-template-columns: 470px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  max-width: 1040px;
  margin-top: 0.4rem;
}

.directory-organization-identity {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 104px;
}

.directory-organization-identity img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  flex: 0 0 auto;
}

.directory-organization-identity h1 {
  margin: 0;
  color: #4c4a4f;
  font-size: clamp(1.65rem, 2.75vw, 2.35rem);
  font-weight: 500;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.directory-fact-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(205px, 1.25fr);
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.36rem;
  font-size: 0.92rem;
  line-height: 1.15;
}

.directory-fact-row strong {
  display: block;
  min-height: 26px;
  border: 1px solid rgba(180, 166, 181, 0.85);
  border-radius: 999px;
  background: rgba(255, 248, 245, 0.58);
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
  padding: 0.25rem 0.65rem;
}

.directory-organization-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
}

.directory-showcase-photo {
  width: 100%;
  max-width: 430px;
  height: 185px;
  object-fit: cover;
  justify-self: center;
}

.directory-organization-about {
  max-width: 590px;
  align-self: start;
  justify-self: start;
}

.jogn-opportunities-section {
  padding-top: 2rem;
}

.jogn-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem 0.95rem;
}

.jogn-opportunity-card {
  min-height: 190px;
  border: 2px solid #171219;
  border-radius: 24px;
  background: rgba(225, 195, 199, 0.72);
  padding: 0.6rem 1rem 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.jogn-card-grid .jogn-opportunity-card:nth-child(even) {
  background: rgba(232, 218, 235, 0.72);
}

.jogn-card-heading {
  align-self: stretch;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 0.2rem;
  align-items: center;
}

.jogn-card-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.jogn-card-heading h3 {
  margin: 0;
  color: #080609;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.18;
}

.jogn-role-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(188px, 100%);
  min-height: 46px;
  border: 2px solid #c869f5;
  border-left-color: #0067c5;
  border-radius: 999px;
  color: #111;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  padding: 0.45rem 1rem;
  background: rgba(255, 231, 226, 0.26);
}

.jogn-contact-button {
  --jogn-btn-bg: #806dba;
  --jogn-btn-hover-bg: #e9a7a8;
  --jogn-btn-border: rgba(128, 109, 186, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 24px;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
}

.jogn-opportunities-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1rem;
  color: #1b1720;
  font-weight: 700;
  text-align: center;
}

.jogn-opportunities-pagination {
  margin-top: 1.25rem;
}

.jogn-opportunities-pagination nav {
  display: flex;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .jogn-pill-button,
  .jogn-search-button,
  .jogn-contact-button,
  .jogn-pill-button::after,
  .jogn-search-button::after,
  .jogn-contact-button::after,
  .jogn-pill-button .bi,
  .jogn-search-button .bi {
    transition: none;
  }

  .jogn-pill-button:hover,
  .jogn-search-button:hover,
  .jogn-contact-button:hover,
  .jogn-pill-button:hover .bi,
  .jogn-search-button:hover .bi {
    transform: none;
  }
}

.jogn-mentoring-section {
  padding-top: 0.5rem;
  padding-bottom: 3.8rem;
}

@media (max-width: 1199.98px) {
  .jogn-membership-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.9fr);
  }

  .jogn-member-copy {
    left: 170px;
    width: 420px;
    max-width: calc(100% - 170px);
  }

  .jogn-member-action {
    left: 360px;
    bottom: 50px;
  }

  .jogn-member-badge {
    left: 225px;
  }
}

@media (max-width: 991.98px) {
  .jogn-page-title,
  .jogn-section-title {
    text-align: center;
  }

  .jogn-membership-layout,
  .jogn-directory-layout {
    grid-template-columns: 1fr;
  }

  .jogn-membership-visual {
    min-height: 430px;
  }

  .jogn-affiliate-visual {
    width: 70%;
    /* max-width: 640px; */
    min-height: 510px;
    margin: 0 auto;
  }

  .jogn-benefits-card {
    max-width: 720px;
    margin: 0 auto;
  }

  .jogn-directory-filters {
    max-width: 380px;
    margin: 0 auto;
  }

  .jogn-search-button {
    margin-top: 1.25rem;
  }

  .jogn-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directory-member-header,
  .directory-member-grid,
  .directory-organization-header,
  .directory-organization-grid,
  .directory-organization-main {
    grid-template-columns: 1fr;
  }

  .directory-member-header {
    text-align: center;
    justify-items: center;
    max-width: none;
  }

  .directory-member-grid,
  .directory-organization-grid {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .directory-organization-identity,
  .directory-organization-header {
    justify-items: center;
    text-align: center;
  }

  .directory-organization-identity {
    justify-content: center;
  }

  .directory-showcase-photo,
  .directory-organization-about {
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .jogn-section {
    padding: 2rem 0;
  }

  .jogn-hero-section {
    padding-top: 3rem;
  }

  .jogn-membership-visual,
  .jogn-affiliate-visual {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
  }

  .jogn-orbit {
    width: min(360px, 90vw);
    left: 50%;
    top: -24px;
    border-width: 24px;
    transform: translateX(-50%);
  }

  .jogn-individual-photo,
  .jogn-affiliate-photo,
  .jogn-membership-badge,
  .jogn-member-copy,
  .jogn-affiliate-copy {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .jogn-individual-photo {
    width: min(245px, 82vw);
    margin-top: 0.4rem;
  }

  .jogn-affiliate-photo {
    width: min(560px, 100%);
    order: 1;
  }

  .jogn-member-copy,
  .jogn-affiliate-copy {
    order: 2;
    max-width: 560px;
    width: 100%;
    text-align: center;
  }

  .jogn-member-copy h2,
  .jogn-affiliate-copy h2 {
    white-space: normal;
  }

  .jogn-member-copy p {
    max-width: none;
    margin: 0.85rem auto 0;
  }

  .jogn-member-badge,
  .jogn-affiliate-badge {
    order: 4;
    width: min(175px, 48vw);
  }

  .jogn-member-action {
    position: relative;
    order: 3;
    left: auto;
    bottom: auto;
    right: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 1rem 0 0;
       
  }

  .jogn-affiliate-copy p,
  .jogn-affiliate-action {
    text-align: left;
  }

  .jogn-affiliate-action {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0.85rem;
  }

  .jogn-affiliate-action .jogn-pill-button {
    transform: none;
    align-self: center;
  }

  .jogn-directory-intro {
    text-align: left;
  }

  .jogn-search-button {
    position: relative !important;
    top: -7px;
    width: 165px;
  }
}

@media (max-width: 575.98px) {
  .jogn-page-title {
    font-size: clamp(2rem, 12vw, 2.7rem);
  }

  .jogn-card-grid {
    grid-template-columns: 1fr;
  }

  .jogn-opportunity-card {
    min-height: 176px;
  }

  .jogn-field-row {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .jogn-field-row input {
    height: 34px;
  }

  .jogn-search-button {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 1rem;
    justify-self: start;
  }

  .jogn-quick-filters {
    margin-top: 1.2rem;
  }

  .directory-fact-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .directory-organization-identity {
    flex-direction: column;
  }

  .directory-organization-identity img {
    width: 78px;
    height: 78px;
  }

  .directory-organization-identity h1 {
    font-size: clamp(1.4rem, 7.5vw, 1.95rem);
  }

  .directory-showcase-photo {
    height: 160px;
  }

  .directory-access-actions {
    display: grid;
  }

  .jogn-card-heading {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .jogn-card-logo {
    width: 60px;
    height: 60px;
  }
}
