/*
Theme Name: ARC Playbook
Theme URI: https://arcplaybook.org
Author: ARC Playbook Project
Author URI: https://arcplaybook.org
Description: Custom WordPress theme for the ARC Playbook - Advancing Research Capacity at HBCUs. An NSF-funded initiative.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arc-playbook
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1f2937; background: #ffffff; overflow-x: hidden; }
.serif { font-family: 'Merriweather', serif; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
img { max-width: 100%; height: auto; }

/* ===== LAYOUT ===== */
.container-xl { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
.text-center { text-align: center; }
.relative-z { position: relative; z-index: 10; }

/* ===== SECTIONS ===== */
.section-white { padding: 5rem 0; background: #ffffff; }
.section-gray { padding: 5rem 0; background: #f9fafb; }
.section-blue-dark { padding: 5rem 0; background: #1e3a5f; color: #ffffff; }
.nsf-section { padding: 3rem 0; background: #f3f4f6; border-top: 1px solid #e5e7eb; }

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
    background: #1e3a5f;
    color: #ffffff;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-color: #1e3a5f;
    background-image: radial-gradient(circle at 100% 100%, #2563eb 0%, transparent 50%),
                      radial-gradient(circle at 0% 0%, #1e40af 0%, transparent 50%);
    color: #ffffff;
    padding: 5rem 0;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(229,231,235,0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(59,130,246,0.2);
    border: 1px solid rgba(147,197,253,0.3);
    color: #bfdbfe;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.hero-title {
    font-family: 'Merriweather', serif;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
}
.hero-subtitle {
    font-size: 1.125rem;
    color: #bfdbfe;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #1e3a5f;
    padding: 0.875rem 1.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.btn-primary:hover { background: transparent; color: #ffffff; border-color: #ffffff; }
.btn-secondary {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffff;
    padding: 0.875rem 1.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}
.btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: #ffffff; }

/* Hero goal card */
.hero-goal-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 1rem;
    padding: 2rem;
    color: #ffffff;
}
.hero-goal-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(59,130,246,0.3);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.hero-goal-label { font-size: 0.75rem; color: #93c5fd; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }
.hero-goal-title { font-family: 'Merriweather', serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 1.25rem; }
.hero-goal-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.hero-goal-list li { display: flex; align-items: center; font-size: 0.925rem; color: #e0e7ff; }

/* ===== ABOUT SECTION ===== */
.blue-divider { width: 6rem; height: 4px; background: #2563eb; margin: 1.5rem auto 2rem; border-radius: 2px; }
.about-text-lg { font-size: 1.175rem; color: #4b5563; line-height: 1.75; margin-bottom: 1.25rem; }
.about-text { font-size: 1rem; color: #6b7280; line-height: 1.7; }
.text-blue-bold { font-weight: 600; color: #1e3a5f; }

/* ===== SECTION TITLES ===== */
.section-title-serif {
    font-family: 'Merriweather', serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}
.section-subtitle { font-size: 1.125rem; color: #6b7280; line-height: 1.6; }

/* ===== CARDS 3-COL ===== */
.cards-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* ===== ABOUT CARDS ===== */
.about-card {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-top: 4px solid;
    transition: all 0.3s ease;
}
.about-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.12); }
.border-top-blue { border-top-color: #2563eb; }
.border-top-purple { border-top-color: #7c3aed; }
.border-top-indigo { border-top-color: #4f46e5; }
.card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.bg-blue-light { background: #eff6ff; }
.bg-purple-light { background: #f5f3ff; }
.bg-indigo-light { background: #eef2ff; }
.bg-teal-light { background: #f0fdfa; }
.bg-red-light { background: #fef2f2; }
.bg-orange-light { background: #fff7ed; }
.card-title { font-size: 1.25rem; font-weight: 700; color: #111827; margin-bottom: 0.75rem; }
.card-text { color: #6b7280; line-height: 1.65; font-size: 0.95rem; }

/* ===== PLAYBOOK SECTION ===== */
.playbook-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.playbook-text { font-size: 1.05rem; color: #4b5563; line-height: 1.75; margin-bottom: 2rem; }
.playbook-items { display: flex; flex-direction: column; gap: 1.5rem; }
.playbook-item { display: flex; align-items: flex-start; gap: 1rem; }
.playbook-item-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: #eff6ff;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.125rem;
}
.playbook-item-title { font-weight: 700; color: #111827; font-size: 1rem; margin-bottom: 0.25rem; }
.playbook-item-text { font-size: 0.9rem; color: #6b7280; line-height: 1.5; }

/* Funding card */
.funding-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #e5e7eb;
}
.funding-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; }
.funding-label { font-size: 0.8rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }
.funding-amount { font-size: 2rem; font-weight: 700; color: #1e3a5f; }
.funding-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: #1e3a5f;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.funding-divider { height: 1px; background: #e5e7eb; margin-bottom: 1.25rem; }
.funding-row { display: flex; justify-content: space-between; align-items: center; padding: 0.625rem 0; border-bottom: 1px solid #f3f4f6; }
.funding-row:last-of-type { border-bottom: none; }
.funding-key { color: #6b7280; font-size: 0.875rem; }
.funding-val { font-weight: 600; color: #111827; font-size: 0.875rem; text-align: right; }
.funding-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e3a5f;
    color: #ffffff;
    padding: 0.875rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.925rem;
    margin-top: 1.5rem;
    transition: background 0.3s ease;
    width: 100%;
    text-align: center;
}
.funding-btn:hover { background: #2563eb; }

/* ===== PARTNERS SECTION ===== */
.partners-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}
.partner-card-new {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
.partner-card-new:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.partner-logo-wrap { height: 4rem; display: flex; align-items: center; margin-bottom: 1rem; }
.partner-logo-new { height: 3rem; width: auto; max-width: 100%; object-fit: contain; }
.partner-name { font-size: 1rem; font-weight: 700; color: #111827; margin-bottom: 0.25rem; }
.partner-location { font-size: 0.85rem; color: #6b7280; margin-bottom: 0.75rem; }
.partner-badge-new {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 9999px;
    border: 1px solid #bfdbfe;
}

/* ===== ASSESSMENT CARDS ===== */
.assess-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
}
.assess-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.1); transform: translateY(-2px); }
.assess-top-bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 0.75rem 0.75rem 0 0; }
.bg-blue-grad { background: linear-gradient(90deg, #3b82f6, #2563eb); }
.bg-purple-grad { background: linear-gradient(90deg, #8b5cf6, #7c3aed); }
.bg-indigo-grad { background: linear-gradient(90deg, #6366f1, #4f46e5); }
.bg-teal-grad { background: linear-gradient(90deg, #14b8a6, #0d9488); }
.bg-red-grad { background: linear-gradient(90deg, #f87171, #dc2626); }
.bg-orange-grad { background: linear-gradient(90deg, #fb923c, #ea580c); }
.assess-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.assess-title { font-size: 1.15rem; font-weight: 700; color: #111827; margin-bottom: 0.5rem; }
.assess-text { font-size: 0.9rem; color: #6b7280; line-height: 1.55; margin-bottom: 1rem; }
.assess-list { list-style: none; display: flex; flex-direction: column; gap: 0.35rem; }
.assess-list li { display: flex; align-items: center; font-size: 0.875rem; color: #374151; }

/* ===== RESOURCES SECTION ===== */
.resources-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.resources-title { font-family: 'Merriweather', serif; font-size: 2.5rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; }
.resources-subtitle { font-size: 1.05rem; color: #93c5fd; line-height: 1.65; margin-bottom: 2rem; }
.resource-items { display: flex; flex-direction: column; gap: 1rem; }
.resource-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 0.75rem;
    padding: 1.125rem 1.25rem;
    transition: background 0.3s ease;
}
.resource-item:hover { background: rgba(255,255,255,0.15); }
.resource-item-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.resource-item-title { font-weight: 600; color: #ffffff; font-size: 0.95rem; }
.resource-item-desc { font-size: 0.8rem; color: #93c5fd; }

/* Newsletter card */
.newsletter-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 1rem;
    padding: 2rem;
}
.newsletter-title { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin-bottom: 0.75rem; }
.newsletter-text { font-size: 0.9rem; color: #93c5fd; margin-bottom: 1.5rem; line-height: 1.6; }
.form-group { margin-bottom: 1rem; }
.form-label { display: block; font-size: 0.85rem; font-weight: 500; color: #bfdbfe; margin-bottom: 0.4rem; }
.form-input {
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.925rem;
    color: #1f2937;
    transition: all 0.3s ease;
}
.form-input:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,0.3); }
.newsletter-btn {
    width: 100%;
    background: #ffffff;
    color: #1e3a5f;
    padding: 0.875rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}
.newsletter-btn:hover { background: #dbeafe; }

/* ===== NSF SECTION ===== */
.nsf-label { font-size: 0.8rem; font-weight: 600; color: #6b7280; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.nsf-text { font-size: 0.875rem; color: #6b7280; line-height: 1.7; max-width: 720px; margin: 0 auto; }

/* ===== CARD HOVER UTILITY ===== */
.card-hover { transition: all 0.3s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

/* ===== FOOTER (from footer.php) ===== */
.site-footer { background: #111827; color: #9ca3af; padding: 3rem 0; }

/* ===== HEADER OVERRIDES ===== */
.site-header { background: #ffffff; border-bottom: 1px solid #e5e7eb; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .partners-grid-5 { grid-template-columns: repeat(3, 1fr); }
    .cards-3col { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 2.25rem; }
    .playbook-grid { grid-template-columns: 1fr; gap: 2rem; }
    .resources-grid { grid-template-columns: 1fr; gap: 2rem; }
    .cards-3col { grid-template-columns: 1fr; }
    .partners-grid-5 { grid-template-columns: repeat(2, 1fr); }
    .section-title-serif { font-size: 1.75rem; }
}
@media (max-width: 480px) {
    .hero-grid { grid-template-columns: 1fr; }
    .partners-grid-5 { grid-template-columns: 1fr 1fr; }
    .hero-title { font-size: 1.85rem; }
}


/* ===== FOOTER NEW ===== */
.site-footer-new {
    background: #111827;
    color: #9ca3af;
    padding: 3rem 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
}
.footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.footer-logo-icon {
    width: 2rem;
    height: 2rem;
    background: #2563eb;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-brand-name { font-size: 1.25rem; font-weight: 700; color: #ffffff; }
.footer-brand-text { font-size: 0.875rem; line-height: 1.65; color: #9ca3af; }
.footer-col-title { font-size: 1rem; font-weight: 600; color: #ffffff; margin-bottom: 1rem; }
.footer-links-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links-list li a { color: #9ca3af; font-size: 0.875rem; transition: color 0.2s; }
.footer-links-list li a:hover { color: #ffffff; }
.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-contact-list li { display: flex; align-items: center; font-size: 0.875rem; color: #9ca3af; }
.footer-contact-list li a { color: #9ca3af; transition: color 0.2s; }
.footer-contact-list li a:hover { color: #ffffff; }
.footer-bottom {
    border-top: 1px solid #1f2937;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-bottom p { font-size: 0.875rem; color: #6b7280; }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.875rem; color: #6b7280; transition: color 0.2s; }
.footer-bottom-links a:hover { color: #ffffff; }

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
}


/* ===== NAVIGATION HEADER ===== */
.site-nav-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    gap: 2rem;
}
.nav-brand { display: flex; align-items: center; gap: 0.75rem; }
.nav-logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: #1e3a5f;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.nav-brand-text a { text-decoration: none; color: inherit; }
.nav-brand-arc { font-size: 1.125rem; font-weight: 800; color: #1e3a5f; letter-spacing: -0.02em; }
.nav-brand-playbook { font-size: 1.125rem; font-weight: 300; color: #1e3a5f; }
.nav-brand-subtitle { font-size: 0.65rem; color: #6b7280; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; }
.nav-links-desktop { display: flex; align-items: center; gap: 0; }
.nav-menu-list { display: flex; align-items: center; gap: 0.25rem; list-style: none; margin: 0; padding: 0; }
.nav-menu-list li a,
.nav-link {
    display: block;
    padding: 0.5rem 0.875rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: color 0.2s ease, background 0.2s ease;
    position: relative;
}
.nav-menu-list li a:hover,
.nav-link:hover { color: #2563eb; }
.nav-cta-btn {
    background: #1e3a5f;
    color: #ffffff;
    padding: 0.625rem 1.375rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s ease;
    white-space: nowrap;
}
.nav-cta-btn:hover { background: #2563eb; color: #ffffff; }

@media (max-width: 768px) {
    .nav-links-desktop { display: none; }
}


/* ===== ANIMATION OVERRIDES - Prevent invisible elements ===== */
.fade-in-up, .fade-in, .animate-fade-in {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
}
.about-card, .assess-card, .partner-card-new, .playbook-item,
.resource-item, .funding-card, .hero-goal-card {
    opacity: 1 !important;
}


/* ===== PI TEAM PAGE ===== */
.pi-hero {
  background: linear-gradient(135deg, #1e3a5f, #1e40af);
  padding: 5rem 0 4rem;
  text-align: center;
  color: #fff;
}
.pi-hero .section-label {
  display: inline-block;
  color: #93c5fd;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.pi-hero h1 {
  font-family: 'Merriweather', serif;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pi-hero p {
  color: #bfdbfe;
  font-size: 1.125rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}
.institution-section {
  padding: 4rem 0;
}
.institution-section:nth-child(even) {
  background: #f9fafb;
}
.institution-section:nth-child(odd) {
  background: #ffffff;
}
.institution-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #e5e7eb;
}
.institution-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.institution-badge.lead {
  background: #1e3a5f;
  color: #fff;
  border-color: #1e3a5f;
}
.institution-title {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.pi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.pi-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  opacity: 1 !important;
}
.pi-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.pi-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.pi-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #1e40af);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.pi-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.15rem 0;
  line-height: 1.3;
}
.pi-role {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
.pi-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  margin-top: 0.35rem;
}
.pi-badge-primary {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.pi-badge-secondary {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}
.pi-badge-tertiary {
  background: #fefce8;
  color: #854d0e;
  border: 1px solid #fde68a;
}
.pi-divider {
  border: none;
  border-top: 1px solid #f3f4f6;
  margin: 0;
}
.pi-bio {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  .pi-hero h1 { font-size: 2rem; }
  .pi-grid { grid-template-columns: 1fr; }
  .institution-header { flex-direction: column; align-items: flex-start; }
}


/* ===== PARTICIPATING SCHOOLS PAGE ===== */
.school-header {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.school-logo-wrap {
  flex-shrink: 0;
  width: 180px;
  height: 100px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.school-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.school-header-info {
  flex: 1;
  padding-top: 0.25rem;
}
.school-badges {
  margin-bottom: 0.5rem;
}
.school-location {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0.35rem 0 0 0;
}
.school-about {
  background: #f8fafc;
  border-left: 3px solid #1e3a5f;
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.25rem;
  margin-bottom: 2rem;
}
.school-about p {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.7;
  margin: 0;
}
.team-section {
  margin-top: 1.5rem;
}
.team-section-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.team-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.75rem;
}
.team-member-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: box-shadow 0.15s ease;
  opacity: 1 !important;
}
.team-member-row:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.07);
}
.team-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #1e40af);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.team-member-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.team-member-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .school-header { flex-direction: column; }
  .school-logo-wrap { width: 140px; height: 80px; }
  .team-list { grid-template-columns: 1fr; }
}


/* Hide announcement bar */
.announcement-bar { display: none !important; }

/* Assessment subpages — center title and improve spacing */
.arc-assessment-subpage main,
.arc-assessment-subpage .site-main,
.arc-assessment-subpage article {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}
.arc-assessment-subpage .entry-title,
.arc-assessment-subpage h1.entry-title,
.arc-assessment-subpage h1 {
    text-align: center;
    font-size: 2.25rem;
    color: #1e3a8a;
    margin: 0 0 16px;
    line-height: 1.2;
}
.arc-assessment-subpage .entry-content,
.arc-assessment-subpage .page-content {
    text-align: center;
    margin-top: 32px;
}
.arc-assessment-subpage .entry-content > *,
.arc-assessment-subpage .page-content > * {
    margin-left: auto;
    margin-right: auto;
}
.arc-assessment-subpage::before {
    content: "";
}
/* Add an intro tagline above the survey */
.arc-assessment-subpage .entry-content::before {
    content: "Please complete the assessment below.";
    display: block;
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
/* SurveyMonkey embed wrapper — give breathing room */
.arc-assessment-subpage .smcx-widget,
.arc-assessment-subpage iframe[src*="surveymonkey"] {
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block;
}
/* Padding around the whole page block */
.arc-assessment-subpage {
    background: #f8fafc;
}
@media (max-width: 640px) {
    .arc-assessment-subpage main,
    .arc-assessment-subpage .site-main,
    .arc-assessment-subpage article {
        padding: 32px 16px 56px;
    }
    .arc-assessment-subpage .entry-title,
    .arc-assessment-subpage h1 {
        font-size: 1.75rem;
    }
}

/* Assessments parent page (password-protected landing) */
.arc-assessment-parent main,
.arc-assessment-parent .site-main,
.arc-assessment-parent article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}
.arc-assessment-parent .entry-title,
.arc-assessment-parent h1.entry-title,
.arc-assessment-parent h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #1e3a8a;
    margin: 0 0 16px;
    line-height: 1.2;
}
.arc-assessment-parent {
    background: #f8fafc;
}
@media (max-width: 640px) {
    .arc-assessment-parent main,
    .arc-assessment-parent .site-main,
    .arc-assessment-parent article {
        padding: 32px 16px 56px;
    }
    .arc-assessment-parent .entry-title,
    .arc-assessment-parent h1 {
        font-size: 1.75rem;
    }
}

/* Hide right-aligned icons in Resources & Tools list items, keep left icons */
.resource-item > svg { display: none !important; }

/* ARC subscribe form */
.arc-subscribe-form .form-group { margin-bottom: 14px; display: flex; flex-direction: column; gap: 4px; }
.arc-subscribe-form label { color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 500; }
.arc-subscribe-form .form-group + button { margin-top: 6px; }
.arc-subscribe-msg { margin-top: 12px; font-size: 0.9rem; min-height: 1.2em; }

/* Restore newsletter form styling for the new subscribe form */
.newsletter-card .arc-subscribe-form .form-group { margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; }
.newsletter-card .arc-subscribe-form label { color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 500; }
.newsletter-card .arc-subscribe-form input[type="text"],
.newsletter-card .arc-subscribe-form input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.newsletter-card .arc-subscribe-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-card .arc-subscribe-form input:focus {
    outline: none;
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.15);
}
.newsletter-card .arc-subscribe-form button.subscribe-btn {
    width: 100%;
    padding: 14px 24px;
    background: #fff;
    color: #1e3a8a;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.newsletter-card .arc-subscribe-form button.subscribe-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.newsletter-card .arc-subscribe-form button.subscribe-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.newsletter-card .arc-subscribe-form .arc-subscribe-msg { margin-top: 12px; font-size: 0.9rem; min-height: 1.2em; text-align: center; }
