.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vendor-page,
.auth-page,
.portal-page {
  background: var(--paper);
}

.vendor-page a:focus-visible,
.vendor-page summary:focus-visible,
.auth-page a:focus-visible,
.portal-page a:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

/* Vendor center */
.vendor-facts-section {
  position: relative;
  z-index: 3;
  margin-top: -48px;
  padding-bottom: 18px;
}

.vendor-fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.vendor-fact-card {
  min-height: 185px;
  padding: 30px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.vendor-fact-card:last-child {
  border-right: 0;
}

.vendor-fact-card strong {
  margin: 7px 0 6px;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.2;
}

.vendor-fact-card > span:last-child,
.vendor-fact-card address {
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
}

.vendor-fact-label {
  color: var(--berry);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vendor-fact-source {
  background: var(--cream);
}

.vendor-fact-source .arrow-link {
  margin-top: 10px;
}

.vendor-facts-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.vendor-start-section {
  padding-top: 86px;
}

.vendor-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.7fr);
  gap: 92px;
  align-items: start;
}

.vendor-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}

.vendor-process-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.vendor-process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.vendor-process-list li > span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sage);
  color: var(--plum);
  font-family: var(--display);
  font-size: 1.35rem;
}

.vendor-process-list h3,
.vendor-planning-card h3,
.vendor-support-grid h3,
.vendor-check-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
}

.vendor-process-list p,
.vendor-planning-card p,
.vendor-support-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.vendor-priority-card {
  position: sticky;
  top: 130px;
  padding: 42px;
  background: var(--plum);
  color: white;
  box-shadow: var(--shadow);
  border-top: 6px solid var(--gold);
}

.vendor-priority-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
}

.vendor-priority-card > p:not(.eyebrow) {
  color: #e3d9e0;
}

.vendor-priority-card ul {
  list-style: none;
  margin: 26px 0 30px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 12px;
}

.vendor-priority-card li {
  position: relative;
  padding-left: 24px;
  font-size: 0.9rem;
}

.vendor-priority-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.55em;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.vendor-checklist-section {
  background: var(--cream);
}

.vendor-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vendor-check-card {
  padding: 34px 32px 36px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--teal);
}

.vendor-check-card:nth-child(2) {
  border-top-color: var(--coral);
}

.vendor-check-card:nth-child(3) {
  border-top-color: var(--gold);
}

.vendor-check-card > p {
  margin: 0 0 8px;
  color: var(--berry);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vendor-check-card ul {
  list-style: none;
  padding: 24px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 15px;
}

.vendor-check-card li {
  position: relative;
  padding-left: 25px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.vendor-check-card li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.54em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.vendor-planning-section {
  background: var(--paper);
}

.vendor-planning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.vendor-planning-card {
  min-height: 240px;
  padding: 38px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* WordPress can add empty wpautop paragraphs between grid children. */
.vendor-page p:empty {
  display: none;
  margin: 0;
}

.vendor-planning-card > div {
  grid-column: 2;
  min-width: 0;
  overflow-wrap: anywhere;
}

.vendor-planning-card > span {
  color: var(--berry);
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
}

.vendor-support-section {
  background: var(--ink);
  color: white;
}

.vendor-support-section .eyebrow {
  color: #f2c75b;
}

.vendor-support-section .section-heading > p:last-child {
  color: #c9d0dd;
}

.vendor-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.vendor-support-grid article {
  min-height: 290px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
}

.vendor-support-grid article:last-child {
  border-right: 0;
}

.vendor-support-grid article > span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vendor-support-grid h3 {
  margin-top: 14px;
  color: white;
}

.vendor-support-grid p {
  color: #c9d0dd;
}

.vendor-support-grid a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--gold);
  font-weight: 850;
  font-size: 0.86rem;
}

.vendor-support-grid a span {
  margin-left: 7px;
  transition: transform 0.2s ease;
}

.vendor-support-grid a:hover span {
  display: inline-block;
  transform: translateX(4px);
}

.vendor-support-note {
  margin: 18px 0 0;
  color: #aeb8c9;
  font-size: 0.78rem;
}

.vendor-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.12fr);
  gap: 90px;
  align-items: start;
}

.vendor-faq-grid > div:first-child {
  position: sticky;
  top: 130px;
}

.vendor-resource-links,
.vendor-faq-list {
  display: grid;
  gap: 18px;
}

.vendor-faq-list details {
  background: var(--cream);
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.vendor-faq-list details[open] {
  background: var(--paper);
  border-color: var(--line);
}

.vendor-faq-list summary {
  position: relative;
  padding: 24px 66px 24px 26px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.25;
}

.vendor-faq-list summary::-webkit-details-marker {
  display: none;
}

.vendor-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  font-family: var(--sans);
  font-size: 1.15rem;
}

.vendor-faq-list details[open] summary::after {
  content: "–";
}

.vendor-faq-list details p {
  margin: 0;
  padding: 0 66px 26px 26px;
  color: var(--muted);
}

.vendor-portal-cta {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background: var(--plum);
  color: white;
}

.vendor-portal-cta::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  bottom: -180px;
  border: 60px solid rgba(229, 173, 54, 0.18);
  border-radius: 50%;
}

.vendor-portal-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.vendor-portal-cta h2 {
  margin: 0;
  max-width: 720px;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
}

.vendor-portal-cta p:not(.eyebrow) {
  max-width: 760px;
  color: #dfd3dc;
}

/* Sign-in */
.auth-intro-section {
  background: var(--cream);
}

.auth-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.66fr);
  gap: 92px;
  align-items: start;
}

.auth-steps {
  display: grid;
  gap: 0;
}

.auth-steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.auth-steps article:last-child {
  border-bottom: 1px solid var(--line);
}

.auth-steps article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-family: var(--display);
  font-size: 1.25rem;
}

.auth-steps h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
}

.auth-steps p {
  margin: 5px 0 0;
  color: var(--muted);
}

.auth-card {
  padding: 40px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 6px solid var(--gold);
  box-shadow: var(--shadow);
}

.auth-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.auth-status i,
.readonly-pill i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
}

.auth-status.is-signed-in i {
  background: var(--teal);
}

.auth-card h2 {
  margin: 18px 0 12px;
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.auth-card > p {
  color: var(--muted);
}

.auth-card > .button {
  width: 100%;
  margin-top: 22px;
}

.auth-identity-list {
  margin: 28px 0 4px;
  border-top: 1px solid var(--line);
}

.auth-identity-list div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.auth-identity-list dt {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.auth-identity-list dd {
  margin: 4px 0 0;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.auth-boundary-section {
  padding: 62px 0;
  background: var(--gold);
}

.auth-boundary-grid {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 30px;
  align-items: start;
}

.auth-shield {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50% 50% 48% 48%;
  font-size: 1.8rem;
  font-weight: 900;
}

.auth-boundary-section h2,
.auth-help-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
}

.auth-boundary-section p:not(.eyebrow) {
  max-width: 900px;
  margin: 14px 0 0;
  color: var(--ink-soft);
}

.auth-help-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 90px;
  align-items: center;
}

.auth-help-grid > div:first-child > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
}

.auth-help-grid .button {
  margin-top: 14px;
}

.auth-help-links {
  padding: 36px;
  display: grid;
  gap: 20px;
  background: var(--cream);
  border-left: 5px solid var(--teal);
}

/* Read-only team portal */
.portal-hero-identity {
  min-height: 54px;
  padding: 7px 18px 7px 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.portal-hero-identity > span,
.portal-profile-row > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
}

.portal-hero-identity div {
  display: grid;
  line-height: 1.2;
}

.portal-hero-identity strong {
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-hero-identity small {
  max-width: 320px;
  color: #bac4d5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-access-banner {
  padding: 32px 0;
  background: var(--gold);
}

.portal-access-banner-grid {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 24px;
  align-items: center;
}

.portal-access-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
}

.portal-access-banner span {
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.portal-access-banner h2 {
  margin: 3px 0 4px;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.15;
}

.portal-access-banner p {
  max-width: 880px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.portal-dashboard-section {
  background: var(--cream);
}

.portal-dashboard-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}

.readonly-pill {
  flex: 0 0 auto;
  margin-top: 12px;
  padding: 8px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
}

.portal-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.portal-card {
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(23, 35, 59, 0.07);
}

.portal-card h2 {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 550;
  line-height: 1.08;
}

.portal-card-kicker {
  color: var(--berry);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portal-event-card {
  grid-column: span 7;
  border-top: 5px solid var(--coral);
}

.portal-access-card {
  grid-column: span 5;
  border-top: 5px solid var(--teal);
}

.portal-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.portal-confirmed-badge {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--sage);
  color: var(--teal);
  font-size: 0.66rem;
  font-weight: 900;
}

.portal-event-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.portal-event-facts > div {
  padding: 22px 22px 22px 0;
}

.portal-event-facts > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.portal-event-facts span,
.portal-access-card dt {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-event-facts strong {
  display: block;
  margin-top: 7px;
  line-height: 1.25;
}

.portal-event-facts p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.portal-card-note,
.portal-card-intro {
  color: var(--muted);
  font-size: 0.82rem;
}

.portal-card-note {
  margin: 22px 0;
}

.portal-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.portal-profile-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 24px 0;
}

.portal-profile-row > span {
  width: 48px;
  height: 48px;
}

.portal-profile-row h2 {
  margin: 0;
  font-size: 1.45rem;
  overflow-wrap: anywhere;
}

.portal-profile-row p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.portal-access-card dl {
  margin: 0 0 24px;
  border-top: 1px solid var(--line);
}

.portal-access-card dl > div {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.portal-access-card dd {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-align: right;
  font-size: 0.78rem;
  font-weight: 750;
}

.status-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.status-dot.is-confirmed {
  background: var(--teal);
}

.portal-access-card .button {
  width: 100%;
}

.portal-workstreams-card {
  grid-column: span 8;
}

.portal-links-card {
  grid-column: span 4;
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.portal-links-card .portal-card-kicker {
  color: var(--gold);
}

.portal-links-card nav {
  margin-top: 30px;
  display: grid;
}

.portal-links-card .arrow-link {
  padding: 16px 0;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.portal-links-card .arrow-link:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.portal-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.portal-workstreams-card table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.78rem;
}

.portal-workstreams-card th,
.portal-workstreams-card td {
  padding: 14px 14px;
  vertical-align: top;
  border-top: 1px solid var(--line);
}

.portal-workstreams-card thead th {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-workstreams-card tbody th {
  min-width: 135px;
  color: var(--ink);
}

.portal-workstreams-card tbody td {
  color: var(--muted);
}

.portal-workstreams-card td a {
  color: var(--berry);
  font-weight: 850;
  white-space: nowrap;
}

.portal-roles-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: 46px;
  border-left: 5px solid var(--gold);
}

.portal-roles-card > div:first-child > p {
  color: var(--muted);
}

.portal-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.portal-role-grid section {
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.portal-role-grid section > span {
  color: var(--berry);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portal-role-grid h3 {
  margin: 10px 0 7px;
  font-family: var(--display);
  font-size: 1.18rem;
  line-height: 1.15;
}

.portal-role-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.portal-help-section {
  padding: 76px 0;
  background: var(--plum);
  color: white;
}

.portal-help-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.portal-help-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.portal-help-section p:not(.eyebrow) {
  max-width: 760px;
  color: #dfd3dc;
}

/* Volunteer hour reporting */
.volunteer-hours-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 24px; align-items: start; }
.volunteer-form-card { border-top: 5px solid var(--teal); }
.volunteer-form-card > p { color: var(--muted); }
.volunteer-hours-form { display: grid; gap: 18px; margin-top: 28px; }
.volunteer-hours-form label { display: grid; gap: 7px; color: var(--ink); font-size: .76rem; font-weight: 850; }
.volunteer-hours-form label small { color: var(--muted); font-weight: 650; }
.volunteer-hours-form input, .volunteer-hours-form select, .volunteer-hours-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); font: inherit; }
.volunteer-hours-form textarea { resize: vertical; }
.volunteer-hours-form input:focus-visible, .volunteer-hours-form select:focus-visible, .volunteer-hours-form textarea:focus-visible, .volunteer-hours-form button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.volunteer-duration-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.volunteer-hours-form .button { width: 100%; }
.volunteer-hours-form .button:disabled { cursor: wait; opacity: .65; }
.volunteer-form-status { min-height: 1.5em; margin: -6px 0 0; color: var(--teal); font-size: .8rem; font-weight: 800; }
.volunteer-form-status.is-error { color: #8a2d25; }
.volunteer-history-card { border-top: 5px solid var(--coral); }
.volunteer-history-heading { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.volunteer-total { flex: 0 0 auto; display: grid; text-align: right; }
.volunteer-total span { color: var(--muted); font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.volunteer-total strong { color: var(--plum); font-family: var(--display); font-size: 1.65rem; }
.volunteer-entry-list { list-style: none; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); }
.volunteer-entry-list li { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.volunteer-entry-list time { color: var(--muted); font-size: .75rem; font-weight: 750; }
.volunteer-entry-list strong { line-height: 1.25; }
.volunteer-entry-list p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
.volunteer-entry-list b { color: var(--plum); white-space: nowrap; }
.volunteer-empty { margin: 28px 0 0; padding: 22px; background: var(--cream); color: var(--muted); }
.volunteer-access-card { max-width: 760px; border-top: 5px solid var(--gold); }
.volunteer-access-card p { color: var(--muted); }
.volunteer-access-card .button { margin-top: 10px; }

@media (max-width: 1040px) {
  .volunteer-hours-layout { grid-template-columns: 1fr; }
  .vendor-start-grid,
  .vendor-faq-grid,
  .auth-intro-grid {
    gap: 58px;
  }

  .vendor-check-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vendor-check-card:last-child {
    grid-column: 1 / -1;
  }

  .vendor-portal-cta-grid,
  .portal-help-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .portal-access-banner-grid {
    grid-template-columns: 52px 1fr;
  }

  .portal-access-banner .button {
    grid-column: 2;
    justify-self: start;
  }

  .portal-event-card,
  .portal-access-card,
  .portal-workstreams-card,
  .portal-links-card {
    grid-column: 1 / -1;
  }

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

@media (max-width: 780px) {
  .vendor-facts-section {
    margin-top: 0;
    padding: 0;
  }

  .vendor-fact-grid,
  .vendor-start-grid,
  .vendor-planning-grid,
  .vendor-support-grid,
  .vendor-faq-grid,
  .auth-intro-grid,
  .auth-help-grid,
  .portal-role-grid {
    grid-template-columns: 1fr;
  }

  .vendor-fact-card,
  .vendor-support-grid article {
    min-height: unset;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .vendor-fact-card:last-child,
  .vendor-support-grid article:last-child {
    border-bottom: 0;
  }

  .vendor-facts-note {
    padding: 0 14px 22px;
  }

  .vendor-start-section {
    padding-top: 72px;
  }

  .vendor-priority-card,
  .vendor-faq-grid > div:first-child {
    position: static;
  }

  .vendor-check-grid {
    grid-template-columns: 1fr;
  }

  .vendor-check-card:last-child {
    grid-column: auto;
  }

  .vendor-planning-card {
    min-height: unset;
  }

  .vendor-support-grid article {
    min-height: 250px;
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .auth-boundary-grid {
    grid-template-columns: 1fr;
  }

  .auth-shield {
    width: 58px;
    height: 58px;
  }

  .portal-hero-identity strong,
  .portal-hero-identity small {
    max-width: min(250px, 58vw);
  }

  .portal-access-banner-grid {
    grid-template-columns: 1fr;
  }

  .portal-access-banner .button {
    grid-column: auto;
  }

  .portal-dashboard-heading {
    display: block;
  }

  .readonly-pill {
    margin: -18px 0 30px;
  }

  .portal-event-facts {
    grid-template-columns: 1fr;
  }

  .portal-event-facts > div {
    padding: 18px 0;
  }

  .portal-event-facts > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .volunteer-history-heading { display: grid; }
  .volunteer-total { text-align: left; }
  .volunteer-entry-list li { grid-template-columns: 1fr auto; }
  .volunteer-entry-list time { grid-column: 1 / -1; }
  .vendor-fact-card,
  .vendor-check-card,
  .vendor-priority-card,
  .vendor-planning-card,
  .vendor-support-grid article,
  .auth-card,
  .portal-card {
    padding: 26px 22px;
  }

  .vendor-process-list li,
  .vendor-planning-card {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .vendor-process-list li > span {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .vendor-planning-card > span {
    font-size: 1.35rem;
  }

  .vendor-faq-list summary {
    padding: 22px 56px 22px 20px;
    font-size: 1.08rem;
  }

  .vendor-faq-list summary::after {
    right: 18px;
  }

  .vendor-faq-list details p {
    padding: 0 20px 22px;
  }

  .portal-card-topline,
  .portal-access-card dl > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-access-card dd {
    text-align: left;
  }

.portal-inline-links {
    display: grid;
  }
}

/* Private community-directory review */
.community-suggestions-admin {
  display: grid;
  gap: 24px;
}

.community-suggestion-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.community-suggestion-tabs button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.community-suggestion-tabs button.is-active {
  border-color: var(--plum);
  background: var(--plum);
  color: white;
}

.community-suggestion-editorial-note {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: var(--cream);
  color: var(--ink-soft);
}

.community-suggestion-review-list {
  display: grid;
  gap: 24px;
}

.community-suggestion-review-list > article {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--teal);
  background: white;
  box-shadow: var(--shadow-soft);
}

.community-suggestion-review-list article > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.community-suggestion-review-list h2,
.community-suggestion-review-list h3 {
  margin: 0;
  font-family: var(--display);
}

.community-suggestion-review-list header p {
  margin: 6px 0 0;
  color: var(--muted);
}

.suggestion-status {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--plum);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.suggestion-status.is-approved { background: #e5f3ee; color: #125d49; }
.suggestion-status.is-rejected { background: #f8e7e3; color: #8a2d25; }

.community-suggestion-review-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.85fr;
  gap: 28px;
  padding: 28px 0;
}

.community-suggestion-review-grid section + section {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.community-suggestion-review-grid p,
.community-suggestion-review-grid li,
.community-suggestion-review-grid dd {
  overflow-wrap: anywhere;
}

.community-suggestion-review-grid dl {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  gap: 7px 14px;
}

.community-suggestion-review-grid dt { color: var(--muted); }
.community-suggestion-review-grid dd { margin: 0; font-weight: 800; }

@media (max-width: 900px) {
  .community-suggestion-review-grid { grid-template-columns: 1fr; }
  .community-suggestion-review-grid section + section {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 600px) {
  .community-suggestion-review-list article > header { display: grid; }
  .community-suggestion-tabs { display: grid; grid-template-columns: 1fr 1fr; }
}
