/* Codex Soroptimist refresh 2026-07-23 START */
:root {
  --soro-blue: #07135f;
  --soro-blue-soft: #e9edf8;
  --soro-gold: #d9aa4c;
  --soro-ink: #25283a;
  --soro-muted: #6c7285;
  --soro-paper: #fffaf2;
  --soro-card: #ffffff;
  --soro-line: rgba(7, 19, 95, 0.13);
  --soro-shadow: 0 20px 60px rgba(7, 19, 95, 0.13);
}

.codex-soro-refresh {
  width: min(100%, 980px);
  margin-inline: auto;
  color: var(--soro-ink);
  font-size: 18px;
  line-height: 1.7;
  overflow-x: clip;
}

.codex-soro-refresh * {
  box-sizing: border-box;
}

.soro-hero {
  position: relative;
  overflow: hidden;
  margin: -2rem auto 3rem;
  padding: clamp(3rem, 7vw, 6rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(217, 170, 76, 0.38), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.78), transparent 19rem),
    linear-gradient(135deg, #fff8ec 0%, #eef3ff 48%, #f8fbff 100%);
  box-shadow: var(--soro-shadow);
}

.soro-hero:after {
  content: "";
  position: absolute;
  inset: auto -5rem -10rem auto;
  width: 24rem;
  height: 24rem;
  border: 2px solid rgba(7, 19, 95, 0.15);
  border-radius: 50%;
}

.soro-kicker {
  margin-bottom: 1rem;
  color: var(--soro-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.soro-hero h1,
.soro-page-title {
  max-width: 980px;
  margin: 0 0 1.1rem;
  color: var(--soro-blue);
  font-size: clamp(2.35rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  overflow-wrap: balance;
}

.page-id-2128 .entry-header,
.page-id-2129 .entry-header,
.page-id-33 .entry-header {
  display: none;
}

.soro-hero p {
  max-width: 760px;
  margin: 0;
  color: #34394c;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.soro-actions,
.soro-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.soro-button,
.soro-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.soro-button {
  background: var(--soro-blue);
  color: #fff !important;
}

.soro-button-secondary {
  background: #fff;
  color: var(--soro-blue) !important;
  border: 1px solid var(--soro-line);
}

.soro-pill {
  display: inline-flex;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--soro-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.soro-section {
  margin: clamp(2.5rem, 6vw, 5rem) 0;
}

.soro-section h2 {
  margin: 0 0 0.8rem;
  color: var(--soro-blue);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.soro-section__lead {
  max-width: 780px;
  margin: 0 0 2rem;
  color: var(--soro-muted);
  font-size: 1.08rem;
}

.soro-card-grid,
.soro-team-grid,
.soro-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.soro-card,
.soro-team-card,
.soro-impact-card,
.soro-note {
  min-height: 100%;
  padding: 1.45rem;
  border: 1px solid var(--soro-line);
  border-radius: 26px;
  background: var(--soro-card);
  box-shadow: 0 14px 36px rgba(7, 19, 95, 0.08);
}

.soro-card strong,
.soro-team-card strong,
.soro-impact-card strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--soro-blue);
  font-size: 1.08rem;
}

.soro-muted {
  color: var(--soro-muted);
}

.soro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--soro-blue), #142b90);
  color: #fff;
}

.soro-band h2,
.soro-band strong {
  color: #fff;
}

.soro-band p {
  color: rgba(255, 255, 255, 0.84);
}

.soro-band .soro-note {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.soro-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.soro-post-card {
  overflow: hidden;
  border: 1px solid var(--soro-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 19, 95, 0.11);
}

.soro-post-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--soro-blue-soft);
  text-decoration: none;
}

.soro-post-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soro-post-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--soro-blue);
  font-size: 3rem;
  font-weight: 900;
}

.soro-post-card__body {
  padding: 1.25rem;
}

.soro-post-card__date {
  margin: 0 0 0.45rem;
  color: var(--soro-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.soro-post-card h3 {
  margin: 0 0 0.65rem;
  color: var(--soro-blue);
  font-size: 1.22rem;
  line-height: 1.18;
}

.soro-post-card h3 a,
.soro-text-link {
  color: inherit;
  text-decoration: none;
}

.soro-post-card p {
  margin: 0 0 1rem;
  color: var(--soro-muted);
  font-size: 0.96rem;
}

.soro-text-link {
  color: var(--soro-blue) !important;
  font-weight: 900;
}

.soro-team-card {
  background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
}

.soro-member-list {
  columns: 2;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.soro-member-list li {
  break-inside: avoid;
  margin-bottom: 0.35rem;
}

@media (max-width: 980px) {
  .soro-card-grid,
  .soro-team-grid,
  .soro-impact-grid,
  .soro-post-grid,
  .soro-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.page-id-2128,
  body.page-id-2129,
  body.page-id-33 {
    overflow-x: hidden;
  }

  .featured-content .entry-title,
  .featured-content h1 {
    max-width: calc(100vw - 2rem);
    padding-inline: 1rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .site-banner-header {
    display: none;
  }

  .page-id-2128 .entry-inner,
  .page-id-2129 .entry-inner,
  .page-id-33 .entry-inner {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-inline: 0 !important;
    overflow-x: hidden;
  }

  .page-id-2128 .entry-content,
  .page-id-2129 .entry-content,
  .page-id-33 .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    position: static;
    padding-inline: 1rem !important;
    overflow-x: hidden;
  }

  .codex-soro-refresh {
    width: auto !important;
    max-width: none !important;
    margin-inline: 0 !important;
    font-size: 16px;
  }

  .soro-hero {
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    margin-top: -1rem;
    margin-inline: 0 !important;
    padding: 2.2rem 1.35rem;
    border-radius: 24px;
    overflow: hidden;
  }

  .soro-section,
  .soro-band {
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    margin-inline: 0 !important;
  }

  .soro-hero h1,
  .soro-page-title {
    max-width: 9.8ch;
    font-size: clamp(1.9rem, 8vw, 2.35rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
  }

  .soro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .soro-button,
  .soro-button-secondary {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .soro-card-grid,
  .soro-team-grid,
  .soro-impact-grid,
  .soro-post-grid,
  .soro-band {
    grid-template-columns: 1fr;
  }

  .soro-member-list {
    columns: 1;
  }
}
/* Codex Soroptimist refresh 2026-07-23 END */
