/**
 * Regenerate Cascadia - Chrome
 * Modular CSS partial from rc-template-styles.css
 * Version: v1.0-s147
 * Date: 2026-04-02
 * Generated by Claude (S147, Sprint 4)
 *
 * Sections: 38 (TOP BAR), 39 (MAIN NAVIGATION), 40 (STEWARD BAR), 41 (FOOTER AND CTA BAND)
 */

/* =====================================================================
   SECTION 38: TOP BAR
   Source: parts/topbar.php v2.3
   Extracted: Session 88, March 13, 2026
   Generated by Claude
   Sitewide utility bar (dark background). Contains: left-side
   construction notice, right-side social icons, Learning Journey,
   Hiring, and auth controls (avatar + role badge when logged in,
   login button when logged out).
   ===================================================================== */

/* Wrapper */
.rc-tb { background: var(--rc-deep-forest); position: relative; z-index: 10000; }
.rc-tb-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 40px; height: 40px; gap: 16px;
}
.rc-tb-left { flex-shrink: 0; }
.rc-tb-text {
  font-family: 'Inconsolata', monospace; font-size: 11px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--rc-gold); white-space: nowrap;
}
.rc-tb-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Social icons */
.rc-tb-social { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.rc-tb-social a {
  display: flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; transition: opacity .2s; opacity: .4; text-decoration: none;
}
.rc-tb-social a:hover { opacity: .7; }
.rc-tb-social svg { width: 12px; height: 12px; fill: var(--rc-lichen); }

/* Nav links */
.rc-tb-link {
  font-family: 'Inconsolata', monospace; font-size: 11px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.45);
  text-decoration: none; white-space: nowrap; transition: color .2s;
}
.rc-tb-link:hover { color: var(--rc-lichen); }

/* Divider */
.rc-tb-div { width: 1px; height: 14px; background: rgba(255,255,255,.08); flex-shrink: 0; }

/* Logged-out login button */
.rc-tb-btn-login {
  font-family: 'Inconsolata', monospace; font-size: 11px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  padding: 5px 14px; transition: all .2s; white-space: nowrap; line-height: 1;
  color: var(--rc-cream); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.08);
}
.rc-tb-btn-login:hover {
  color: var(--rc-cream); background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.15);
}

/* Logged-in user section */
.rc-tb-user { display: flex; align-items: center; gap: 8px; }
.rc-tb-avatar {
  width: 24px; height: 24px; border-radius: 50%; overflow: hidden;
  flex-shrink: 0; border: 1.5px solid rgba(255,255,255,.15);
}
.rc-tb-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rc-tb-avatar-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center;
  justify-content: center; background: var(--rc-canopy);
}
.rc-tb-avatar-placeholder svg { width: 13px; height: 13px; fill: var(--rc-lichen); }

/* Role badge */
.rc-tb-role {
  font-family: 'Inconsolata', monospace; font-size: 9px; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase; padding: 2px 7px; line-height: 1;
}
.tb-role-admin, .tb-role-staff { background: rgba(184,150,62,.2); color: var(--rc-gold); }
.tb-role-steward { background: rgba(64,145,108,.2); color: var(--rc-fern); }
.tb-role-learner { background: rgba(90,155,181,.2); color: var(--rc-sky-water); }
.tb-role-member { background: rgba(116,198,157,.15); color: var(--rc-moss); }

/* Name and logout */
.rc-tb-name {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 400;
  letter-spacing: .06em; color: rgba(255,255,255,.5); white-space: nowrap;
}
.rc-tb-logout {
  font-family: 'Inconsolata', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.25);
  text-decoration: none; transition: color .2s; white-space: nowrap;
}
.rc-tb-logout:hover { color: var(--rc-salmon); }

/* Top bar responsive */
@media (max-width: 900px) {
  .rc-tb-inner { padding: 0 24px; height: 36px; gap: 8px; }
  .rc-tb-text { display: none; }
  .rc-tb-social { gap: 5px; }
  .rc-tb-social a { width: 20px; height: 20px; }
  .rc-tb-social svg { width: 11px; height: 11px; }
  .rc-tb-name { display: none; }
}
@media (max-width: 480px) {
  .rc-tb-inner { padding: 0 16px; }
  .rc-tb-role { display: none; }
  .rc-tb-link { font-size: 9px; letter-spacing: .1em; }
}



/* =====================================================================
   SECTION 39: MAIN NAVIGATION
   Source: parts/nav.php v4.5
   Extracted: Session 88, March 13, 2026
   Generated by Claude
   Main navigation bar with mega dropdowns (desktop) and slide-out
   panel (mobile). Includes: navbar layout, nav items with underline
   animation, standard and mega dropdowns (About, Landscapes, BioFi,
   Updates with recent posts, Events), action buttons (Join, Donate),
   hamburger, mobile panel with accordion, backdrop, and responsive
   breakpoints. Hardcoded hex values converted to var() references.
   ===================================================================== */

/* === WRAPPER === */
.rc-nav-wrap {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0,0,0,.06);
  position: relative;
  z-index: 9999;
}

/* === RESET === */
.rc-nav-bar button,
.rc-mobile-panel .rc-mp-close,
.rc-mm-section > button {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.rc-nav-bar button:hover,
.rc-nav-bar button:focus,
.rc-nav-bar button:active,
.rc-mobile-panel .rc-mp-close:hover,
.rc-mobile-panel .rc-mp-close:focus,
.rc-mobile-panel .rc-mp-close:active {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* === NAVBAR LAYOUT === */
.rc-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 72px;
  position: relative;
}
.rc-nav-logo { flex-shrink: 0; }
.rc-nav-logo img { width: 180px; height: auto; display: block; }
.rc-nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-grow: 1;
  overflow: visible;
  position: relative;
}
.rc-nav-item { position: relative; }

/* === SKIP LINK === */
.rc-skip-link {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden; z-index: 99999;
  font-family: 'Inconsolata', monospace; font-size: 12px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; text-decoration: none; color: var(--rc-cream);
}
.rc-skip-link:focus {
  position: fixed; top: 0; left: 0; width: auto; height: auto;
  padding: 12px 24px; background: var(--rc-deep-forest); z-index: 99999;
}

/* === NAV ITEMS === */
.rc-nav-item > a,
.rc-nav-item > button {
  font-family: 'Inconsolata', monospace;
  font-size: 13px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  color: var(--rc-forest); text-decoration: none; padding: 8px 14px;
  display: flex; align-items: center; gap: 5px; position: relative;
  transition: color .2s; cursor: pointer; white-space: nowrap;
  background: none; background-color: transparent; border: none;
  border-radius: 0; outline: none; box-shadow: none;
  -webkit-appearance: none; appearance: none;
}
.rc-nav-item > a:hover,
.rc-nav-item > button:hover {
  color: var(--rc-canopy);
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
}
.rc-nav-item > button:focus,
.rc-nav-item > button:active {
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
}
.rc-nav-item > button:focus-visible {
  outline: 2px solid var(--rc-canopy) !important; outline-offset: 2px;
}

/* Underline animation */
.rc-nav-item > a::after,
.rc-nav-item > button::after {
  content: ''; position: absolute; bottom: 2px; left: 14px; right: 14px;
  height: 1px; background: var(--rc-gold); transform: scaleX(0); transition: transform .2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .rc-nav-item > a:hover::after,
  .rc-nav-item > button:hover::after { transform: scaleX(1); }
}
.rc-nav-item > a:active::after,
.rc-nav-item > button:active::after { transform: scaleX(1); }
.rc-nav-arrow { font-size: 8px; opacity: .4; }

/* === ACTION BUTTONS === */
.rc-nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.rc-nav-btn-join {
  font-family: 'Inconsolata', monospace; font-size: 11px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; color: var(--rc-cream);
  background: var(--rc-canopy); border: 1px solid var(--rc-canopy);
  padding: 9px 18px; text-decoration: none; transition: all .2s; display: inline-block;
}
.rc-nav-btn-join:hover { background: var(--rc-forest); color: var(--rc-cream); border-color: var(--rc-forest); }
.rc-nav-btn-donate {
  font-family: 'Inconsolata', monospace; font-size: 12px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; background: var(--rc-gold); color: white;
  border: none; padding: 10px 20px; text-decoration: none;
  transition: background .2s; display: inline-block;
}
.rc-nav-btn-donate:hover { background: var(--rc-gold-dark); }

/* === STANDARD DROPDOWN === */
.rc-dd {
  position: absolute; top: 100%; left: 0; background: var(--rc-warm-white);
  border: 1px solid rgba(0,0,0,.06); box-shadow: 0 8px 32px rgba(0,0,0,.08);
  min-width: 260px; padding: 8px 0 12px;
  opacity: 0; pointer-events: none; transform: translateY(4px);
  transition: all .2s ease; z-index: 9999;
}
@media (hover: hover) and (pointer: fine) {
  .rc-nav-item:hover > .rc-dd { opacity: 1; pointer-events: auto; transform: translateY(0); }
}
.rc-dd-label {
  font-family: 'Inconsolata', monospace; font-size: 9px; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase; color: var(--rc-fern);
  padding: 8px 24px 6px; display: block;
}
.rc-dd-divider { height: 1px; background: rgba(0,0,0,.04); margin: 8px 24px; }
.rc-dd a {
  font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 400;
  color: var(--rc-forest); text-decoration: none; display: block; padding: 8px 24px; transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-dd a:hover { background: var(--rc-fog); padding-left: 28px; }
}
.rc-dd a:active { background: var(--rc-fog); }
.rc-dd .rc-dd-sub {
  font-family: 'Inconsolata', monospace; font-size: 10px;
  color: rgba(0,0,0,.25); display: block; margin-top: 2px;
}

/* === MEGA DROPDOWN === */
.rc-mega {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: var(--rc-warm-white); border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  width: 680px; padding: 8px 32px 28px;
  opacity: 0; pointer-events: none; transition: all .2s ease; z-index: 9999;
}
@media (hover: hover) and (pointer: fine) {
  .rc-nav-item:hover > .rc-mega { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
}
.rc-mega-grid { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding-top: 20px; }
.rc-mega-col-label {
  font-family: 'Inconsolata', monospace; font-size: 9px; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase; color: var(--rc-fern);
  margin-bottom: 12px; display: block;
}
.rc-mega-nav a {
  font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 400;
  color: var(--rc-forest); text-decoration: none; display: block; padding: 6px 0; transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-mega-nav a:hover { color: var(--rc-canopy); padding-left: 4px; }
}
.rc-mega-nav a:active { color: var(--rc-canopy); }
.rc-mega-nav a.rc-mega-active { font-weight: 500; color: var(--rc-salmon); }

/* Landscape 3-col grid */
.rc-mega-landscapes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.rc-mega-landscapes a {
  font-family: 'Jost', sans-serif; font-size: 14.5px; font-weight: 300;
  color: var(--rc-text); text-decoration: none; display: block; padding: 9px 12px;
  border-bottom: 1px solid rgba(0,0,0,.03); transition: all .15s; white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .rc-mega-landscapes a:hover { background: var(--rc-fog); color: var(--rc-forest); }
}
.rc-mega-landscapes a:active { background: var(--rc-fog); color: var(--rc-forest); }
.rc-mega-dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--rc-moss); margin-right: 6px; vertical-align: middle;
}

/* About two-column grid */
.rc-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 16px; }
.rc-about-grid .rc-mega-nav a {
  font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 400;
  color: var(--rc-forest); text-decoration: none; display: block; padding: 6px 0; transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-about-grid .rc-mega-nav a:hover { color: var(--rc-canopy); padding-left: 4px; }
}
.rc-about-grid .rc-mega-nav a:active { color: var(--rc-canopy); }

/* Light nav style */
.rc-mega-nav-light a {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300;
  color: var(--rc-text); text-decoration: none; display: block; padding: 8px 12px;
  border-bottom: 1px solid rgba(0,0,0,.03); transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-mega-nav-light a:hover { background: var(--rc-fog); color: var(--rc-forest); padding-left: 16px; }
}
.rc-mega-nav-light a:active { background: var(--rc-fog); color: var(--rc-forest); }

/* Light style inside standard dropdown */
.rc-dd .rc-dd-light a {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300;
  color: var(--rc-text); text-decoration: none; display: block; padding: 8px 24px;
  border-bottom: 1px solid rgba(0,0,0,.03); transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-dd .rc-dd-light a:hover { background: var(--rc-fog); color: var(--rc-forest); padding-left: 28px; }
}
.rc-dd .rc-dd-light a:active { background: var(--rc-fog); color: var(--rc-forest); }
.rc-dd .rc-dd-light .rc-dd-sub {
  font-family: 'Inconsolata', monospace; font-size: 10px;
  color: rgba(0,0,0,.25); display: block; margin-top: 2px;
}

/* === BIOFI MEGA DROPDOWN === */
.rc-biofi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 16px; }
.rc-biofi-grid .rc-mega-nav a {
  font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 400;
  color: var(--rc-forest); text-decoration: none; display: block; padding: 6px 0; transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-biofi-grid .rc-mega-nav a:hover { color: var(--rc-river); padding-left: 4px; }
}
.rc-biofi-grid .rc-mega-nav a:active { color: var(--rc-river); }
.rc-biofi-grid .rc-mega-nav-light a {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300;
  color: var(--rc-text); text-decoration: none; display: block; padding: 8px 12px;
  border-bottom: 1px solid rgba(0,0,0,.03); transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-biofi-grid .rc-mega-nav-light a:hover { background: var(--rc-fog); color: var(--rc-river); padding-left: 16px; }
}
.rc-biofi-grid .rc-mega-nav-light a:active { background: var(--rc-fog); color: var(--rc-river); }
.rc-biofi-divider { height: 1px; background: rgba(0,0,0,.04); margin: 8px 0; }
.rc-biofi-sub-label {
  font-family: 'Inconsolata', monospace; font-size: 8px; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase; color: rgba(0,0,0,.2);
  padding: 10px 0 4px; display: block;
}

/* === UPDATES MEGA: RECENT POSTS === */
.rc-updates-grid { display: grid; grid-template-columns: 1fr 180px; gap: 28px; padding-top: 16px; }
.rc-updates-posts { display: flex; flex-direction: column; gap: 0; }
.rc-updates-post {
  display: flex; gap: 14px; align-items: center;
  padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.04);
  text-decoration: none; transition: background .15s;
}
.rc-updates-post:last-child { border-bottom: none; }
@media (hover: hover) and (pointer: fine) {
  .rc-updates-post:hover { background: rgba(232,237,228,.5); margin: 0 -8px; padding: 10px 8px; }
}
.rc-updates-thumb {
  width: 52px; height: 52px; flex-shrink: 0; overflow: hidden;
  background: var(--rc-fog);
}
.rc-updates-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rc-updates-thumb-empty {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.rc-updates-thumb-empty svg { width: 20px; height: 20px; fill: rgba(0,0,0,.12); }
.rc-updates-post-info { min-width: 0; }
.rc-updates-post-title {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500;
  color: var(--rc-forest); line-height: 1.3; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.rc-updates-post-date {
  font-family: 'Inconsolata', monospace; font-size: 9px; letter-spacing: .1em;
  color: rgba(0,0,0,.3); margin-top: 3px;
}
.rc-updates-links { padding-top: 4px; }
.rc-updates-links a {
  font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 400;
  color: var(--rc-forest); text-decoration: none; display: block; padding: 6px 0; transition: all .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-updates-links a:hover { color: var(--rc-canopy); padding-left: 4px; }
}

/* === HAMBURGER === */
.rc-hamburger {
  display: none;
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  -webkit-appearance: none; appearance: none; cursor: pointer; padding: 12px;
  flex-shrink: 0; position: relative; z-index: 9999;
  width: 48px; height: 48px; align-items: center; justify-content: center;
}
.rc-hamburger:hover, .rc-hamburger:focus, .rc-hamburger:active {
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
}
.rc-hamburger:focus-visible { outline: 2px solid var(--rc-canopy) !important; outline-offset: 2px; }
.rc-hamburger span {
  display: block; width: 20px; height: 2px; background: var(--rc-forest);
  transition: all .3s; position: absolute; left: 14px;
}
.rc-hamburger span:nth-child(1) { top: 16px; }
.rc-hamburger span:nth-child(2) { top: 23px; }
.rc-hamburger span:nth-child(3) { top: 30px; }
.rc-hamburger[aria-expanded="true"] span:nth-child(1) { top: 23px; transform: rotate(45deg); }
.rc-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.rc-hamburger[aria-expanded="true"] span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

/* === MOBILE PANEL === */
.rc-mobile-panel {
  position: fixed; top: 0; left: 0; bottom: 0;
  width: min(320px, 85vw); background: var(--rc-warm-white);
  box-shadow: 4px 0 32px rgba(0,0,0,.12); z-index: 10002;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  transform: translateX(-100%); transition: transform .25s ease;
}
.rc-mobile-panel.rc-panel-open { transform: translateX(0); }
.rc-mp-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px; border-bottom: 1px solid rgba(0,0,0,.06);
}
.rc-mp-header img { width: 140px; height: auto; }
.rc-mp-close {
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  -webkit-appearance: none; appearance: none; cursor: pointer; padding: 8px;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  color: var(--rc-forest); font-size: 20px;
}
.rc-mp-close:hover, .rc-mp-close:focus, .rc-mp-close:active {
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  color: var(--rc-canopy);
}
.rc-mp-close:focus-visible { outline: 2px solid var(--rc-canopy) !important; outline-offset: 2px; }

/* Mobile accordion */
.rc-mm-section { border-bottom: 1px solid rgba(0,0,0,.04); }
.rc-mm-section > button {
  font-family: 'Inconsolata', monospace; font-size: 13px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; color: var(--rc-forest);
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  -webkit-appearance: none; appearance: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 16px 24px; min-height: 52px; transition: color .15s;
}
.rc-mm-section > button:hover, .rc-mm-section > button:focus, .rc-mm-section > button:active {
  color: var(--rc-forest); background: var(--rc-fog) !important; background-color: var(--rc-fog) !important;
  border: none !important; box-shadow: none !important; outline: none !important;
}
.rc-mm-section > button:focus-visible { outline: 2px solid var(--rc-canopy) !important; outline-offset: -2px; }
.rc-chevron { font-size: 10px; opacity: .4; transition: transform .2s; }
.rc-mm-section > button[aria-expanded="true"] .rc-chevron { transform: rotate(180deg); }
.rc-mm-link { border-bottom: 1px solid rgba(0,0,0,.04); }
.rc-mm-link a {
  font-family: 'Inconsolata', monospace; font-size: 13px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; color: var(--rc-forest);
  text-decoration: none; display: flex; align-items: center;
  padding: 16px 24px; min-height: 52px; transition: color .15s;
}
.rc-mm-link a:hover { color: var(--rc-forest); background: var(--rc-fog); }
.rc-mm-sub { padding: 0 24px 16px 32px; }
.rc-mm-sub[hidden] { display: none; }
.rc-mm-label {
  font-family: 'Inconsolata', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase; color: var(--rc-fern);
  padding: 10px 0 4px; display: block;
}
.rc-mm-divider { height: 1px; background: rgba(0,0,0,.04); margin: 8px 0; }
.rc-mm-sub a {
  font-family: 'Jost', sans-serif; font-size: 16px; font-weight: 400;
  color: var(--rc-forest); text-decoration: none; display: flex; align-items: center;
  padding: 6px 0; min-height: 40px; transition: color .15s;
}
.rc-mm-sub a:hover { color: var(--rc-forest); background: var(--rc-fog); border-radius: 4px; }
.rc-mm-actions {
  padding: 20px 24px; border-top: 1px solid rgba(0,0,0,.06);
  display: flex; flex-direction: column; gap: 10px;
}
.rc-mm-actions a { text-align: center; display: block; }
.rc-backdrop {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.3); z-index: 10001; opacity: 0; transition: opacity .25s;
}
.rc-backdrop.rc-backdrop-visible { opacity: 1; }
.rc-backdrop[hidden] { display: none; }

/* === NAV RESPONSIVE === */
@media (max-width: 1100px) {
  .rc-nav-item > a,
  .rc-nav-item > button { padding: 8px 11px; font-size: 12.5px; letter-spacing: .12em; }
  .rc-nav-actions { gap: 8px; }
  .rc-nav-btn-join { padding: 8px 14px; font-size: 10px; }
  .rc-nav-btn-donate { padding: 9px 16px; font-size: 11px; letter-spacing: .15em; }
  .rc-nav-bar { padding: 0 28px; }
}
@media (max-width: 960px) {
  .rc-nav-center { display: none; }
  .rc-hamburger { display: flex; }
  .rc-nav-bar { padding: 0 24px; }
  .rc-nav-logo img { width: 160px; }
  .rc-nav-actions { display: none; }
}
@media (max-width: 600px) {
  .rc-nav-bar { height: 64px; padding: 0 16px; }
  .rc-nav-logo img { width: 140px; }
  .rc-mobile-panel { width: min(300px, 90vw); }
}
@media (prefers-reduced-motion: reduce) {
  .rc-mobile-panel, .rc-backdrop, .rc-hamburger span, .rc-chevron { transition: none; }
}
body.admin-bar .rc-mobile-panel { top: 32px; height: calc(100% - 32px); }
@media (max-width: 782px) {
  body.admin-bar .rc-mobile-panel { top: 46px; height: calc(100% - 46px); }
}



/* =====================================================================
   SECTION 40: STEWARD BAR
   Source: parts/steward-bar.php v6.5
   Extracted: Session 88, March 13, 2026
   Generated by Claude
   Logged-in tools navigation bar below main nav. Role dot and label
   on far left. Role-gated links: all users get Members, Orgs, Add
   Post, Add Event, Dashboard. Learner+ gets RC Zoom, RC MN, DS4RE.
   Steward+ gets Reportback, Payments. Mobile: grid icon toggle with
   two-column panel. Hardcoded hex values converted to var() refs.
   ===================================================================== */

/* Wrapper */
.rc-sb-wrap { background: var(--rc-cream); border-bottom: 1px solid rgba(0,0,0,0.04); }

/* Desktop bar */
.rc-sb {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 40px; height: 36px;
}
.rc-sb-left { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.rc-sb-right { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }

/* Identity */
.rc-sb-identity { display: flex; align-items: center; gap: 7px; padding: 4px 8px; white-space: nowrap; }
.rc-sb-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.sb-dot-admin, .sb-dot-staff { background: var(--rc-gold); }
.sb-dot-steward { background: var(--rc-fern); }
.sb-dot-learner { background: var(--rc-river); }
.sb-dot-member { background: var(--rc-moss); }
.rc-sb-role-label {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: .02em; text-transform: capitalize; color: var(--rc-forest);
}

/* Links */
.rc-sb-links { display: flex; align-items: center; gap: 4px; flex-wrap: nowrap; }
.rc-sb-links a {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 400;
  letter-spacing: .02em; text-transform: capitalize; color: var(--rc-canopy);
  text-decoration: none; padding: 4px 6px; transition: color .15s; white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .rc-sb-links a:hover {
    color: var(--rc-forest); text-decoration: underline;
    text-underline-offset: 3px; text-decoration-color: rgba(184,150,62,.5);
  }
}
.rc-sb-links a:active { color: var(--rc-forest); }

/* Divider */
.rc-sb-div { width: 1px; height: 14px; background: rgba(0,0,0,.14); flex-shrink: 0; margin: 0 4px; }

/* Mobile toggle */
.rc-sb-toggle {
  display: none; background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  -webkit-appearance: none; appearance: none; cursor: pointer;
  width: 44px; height: 44px; align-items: center; justify-content: center;
  padding: 0; flex-shrink: 0;
}
.rc-sb-toggle:hover, .rc-sb-toggle:focus, .rc-sb-toggle:active {
  background: none !important; background-color: transparent !important;
  border: none !important; box-shadow: none !important; outline: none !important;
}
.rc-sb-toggle:focus-visible { outline: 2px solid var(--rc-canopy) !important; outline-offset: 2px; }
.rc-sb-grid-icon { display: grid; grid-template-columns: 4px 4px; gap: 3px; }
.rc-sb-grid-icon span {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--rc-fern); display: block; transition: opacity .2s;
}
.rc-sb-toggle[aria-expanded="true"] .rc-sb-grid-icon span { background: var(--rc-forest); }

/* Mobile panel */
.rc-sb-panel { overflow: hidden; transition: max-height .25s ease; }
.rc-sb-panel[hidden] { display: none; }
.rc-sb-panel-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 8px 24px 16px;
}
.rc-sb-panel-inner a {
  font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 400;
  letter-spacing: .02em; text-transform: capitalize; color: var(--rc-canopy);
  text-decoration: none; padding: 12px 12px; min-height: 48px;
  display: flex; align-items: center; white-space: nowrap;
  transition: color .15s; border-radius: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .rc-sb-panel-inner a:hover {
    color: var(--rc-forest); text-decoration: underline;
    text-underline-offset: 3px; text-decoration-color: rgba(184,150,62,.5);
  }
}
.rc-sb-panel-inner a:active { color: var(--rc-forest); }

/* Steward bar responsive */
@media (max-width: 960px) {
  .rc-sb { height: 44px; padding: 0 24px; }
  .rc-sb-right .rc-sb-links { display: none; }
  .rc-sb-right .rc-sb-div { display: none; }
  .rc-sb-toggle { display: flex; }
}
@media (max-width: 600px) {
  .rc-sb { padding: 0 16px; }
  .rc-sb-left .rc-sb-links { display: none; }
  .rc-sb-left .rc-sb-div { display: none; }
  .rc-sb-panel-inner { padding: 8px 16px 16px; }
  .rc-sb-panel-inner a { font-size: 13px; padding: 10px 12px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .rc-sb-panel { transition: none; }
}

/* Steward bar dropdowns (v8.0, S121) */
.rc-sb-dropdown { position: relative; display: flex; align-items: center; }
.rc-sb-dropdown-trigger {
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: .02em; color: var(--rc-canopy);
  background: none; border: none; cursor: pointer;
  padding: 4px 6px; display: flex; align-items: center; gap: 3px;
  white-space: nowrap; transition: color .15s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-sb-dropdown-trigger:hover { color: var(--rc-forest); }
}
.rc-sb-caret {
  display: inline-block; width: 0; height: 0;
  border-left: 3.5px solid transparent; border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor; margin-top: 1px;
  transition: transform .15s;
}
.rc-sb-dropdown-trigger[aria-expanded="true"] .rc-sb-caret { transform: rotate(180deg); }
.rc-sb-dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0; z-index: 1000;
  background: var(--rc-cream); border: 1px solid rgba(0,0,0,0.08);
  border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 6px 0; min-width: 160px; margin-top: 4px;
}
.rc-sb-dropdown-menu.rc-sb-dd-open { display: block; }
.rc-sb-dropdown-menu a {
  display: block; padding: 7px 16px;
  font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 400;
  letter-spacing: .02em; color: var(--rc-canopy); text-decoration: none;
  transition: background .1s, color .1s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-sb-dropdown-menu a:hover { background: rgba(0,0,0,0.03); color: var(--rc-forest); }
}

/* Mobile panel section headers (v8.0, S121) */
.rc-sb-panel-heading {
  grid-column: 1 / -1;
  font-family: 'Inconsolata', monospace; font-size: 10px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: var(--rc-fern);
  padding: 12px 12px 2px; margin-top: 4px;
}
.rc-sb-panel-heading:first-child { margin-top: 0; padding-top: 4px; }

/* Two-column dropdown (Steward menu, v8.3 S136) */
.rc-sb-dropdown-cols {
    display: none;
    flex-direction: row;
    padding: 10px 0;
    min-width: 280px;
    right: 0;
    left: auto;
}
.rc-sb-dropdown-cols.rc-sb-dd-open {
  display: flex;
}
.rc-sb-dd-col {
  padding: 0 16px;
  min-width: 130px;
}
.rc-sb-dd-col + .rc-sb-dd-col {
  border-left: 1px solid rgba(0,0,0,0.06);
}
.rc-sb-dd-heading {
  display: block;
  font-family: 'Inconsolata', monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.3);
  margin-bottom: 6px;
}
.rc-sb-dd-col a {
  display: block;
  padding: 5px 0;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
  color: var(--rc-canopy);
  text-decoration: none;
  transition: color .1s;
}
@media (hover: hover) and (pointer: fine) {
  .rc-sb-dd-col a:hover { color: var(--rc-forest); }
}

/* Add dropdown divider (v8.3 S136) */
.rc-sb-dd-divider {
  display: block;
  height: 1px;
  background: rgba(0,0,0,0.06);
  margin: 4px 0;
}

/* Hide dropdowns on mobile, show flat panel instead */
@media (max-width: 960px) {
  .rc-sb-dropdown { display: none; }
}



/* =====================================================================
   SECTION 41: FOOTER AND CTA BAND
   Source: parts/footer.php v1.0
   Extracted: Session 88, March 13, 2026
   Generated by Claude
   CTA band (dark green, tagline, two buttons) and four-column
   footer (brand + newsletter, link columns, social icons, copyright
   bar). Includes WPForms overrides for dark background newsletter
   form. Hardcoded hex values converted to var() references.
   ===================================================================== */

/* CTA Band */
.rc-cta-band {
  background: var(--rc-forest);
  padding: 72px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rc-cta-band::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 100px solid rgba(255,255,255,0.01);
}
.rc-cta-eyebrow {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--rc-gold);
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.rc-cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  font-style: italic;
  color: var(--rc-cream);
  line-height: 1.1;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.rc-cta-text {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--rc-lichen);
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
.rc-cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.rc-cta-btn-primary {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--rc-salmon);
  color: white;
  padding: 14px 32px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.rc-cta-btn-primary:hover { background: var(--rc-salmon-dark); }
.rc-cta-btn-outline {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: transparent;
  color: var(--rc-cream);
  padding: 14px 32px;
  border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.rc-cta-btn-outline:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.3);
}

/* Footer */
.rc-footer {
  background: var(--rc-deep-forest);
  font-family: 'Jost', sans-serif;
}

/* Top: brand + newsletter */
.rc-footer-top {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rc-footer-logo img { height: 40px; width: auto; }
.rc-footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  color: var(--rc-sky-water);
  margin: 12px 0 20px;
  line-height: 1.5;
}
.rc-footer-org {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.2);
  line-height: 1.6;
}
.rc-footer-nl-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rc-gold);
  margin-bottom: 10px;
}
.rc-footer-nl-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--rc-cream);
  margin-bottom: 8px;
}
.rc-footer-nl-text {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--rc-lichen);
  margin-bottom: 16px;
  line-height: 1.6;
}

/* WPForms overrides for dark footer */
.rc-footer-newsletter .wpforms-container {
  margin: 0 !important;
  padding: 0 !important;
}
.rc-footer-newsletter .wpforms-form input[type="text"],
.rc-footer-newsletter .wpforms-form input[type="email"],
.rc-footer-newsletter .wpforms-form select,
.rc-footer-newsletter .wpforms-form textarea {
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding: 10px 14px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: var(--rc-cream) !important;
  outline: none !important;
  transition: border-color 0.2s;
}
.rc-footer-newsletter .wpforms-form input::placeholder,
.rc-footer-newsletter .wpforms-form textarea::placeholder {
  color: rgba(255,255,255,0.25) !important;
}
.rc-footer-newsletter .wpforms-form input:focus,
.rc-footer-newsletter .wpforms-form select:focus,
.rc-footer-newsletter .wpforms-form textarea:focus {
  border-color: var(--rc-moss) !important;
}
.rc-footer-newsletter .wpforms-form select option {
  background: var(--rc-deep-forest) !important;
  color: var(--rc-cream) !important;
}
.rc-footer-newsletter .wpforms-form label,
.rc-footer-newsletter .wpforms-form .wpforms-field-label {
  font-family: 'Inconsolata', monospace !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.4) !important;
  margin-bottom: 4px !important;
}
.rc-footer-newsletter .wpforms-form .wpforms-field-sublabel {
  display: none !important;
}
.rc-footer-newsletter .wpforms-form button[type="submit"],
.rc-footer-newsletter .wpforms-form .wpforms-submit {
  font-family: 'Inconsolata', monospace !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  background: var(--rc-salmon) !important;
  color: white !important;
  border: none !important;
  padding: 12px 24px !important;
  cursor: pointer;
  transition: background 0.2s;
}
.rc-footer-newsletter .wpforms-form button[type="submit"]:hover,
.rc-footer-newsletter .wpforms-form .wpforms-submit:hover {
  background: var(--rc-salmon-dark) !important;
}
.rc-footer-newsletter .wpforms-form .wpforms-field {
  margin-bottom: 10px !important;
  padding: 0 !important;
}

/* Link columns */
.rc-footer-links {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rc-footer-col-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rc-gold);
  margin-bottom: 16px;
}
.rc-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rc-footer-col li { margin-bottom: 8px; }
.rc-footer-col a {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.rc-footer-col a:hover { color: var(--rc-lichen); }

/* Social icons */
.rc-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.rc-footer-social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.rc-footer-social-icon:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.15);
}
.rc-footer-social-icon svg {
  width: 14px;
  height: 14px;
  fill: rgba(255,255,255,0.35);
}

/* Bottom bar */
.rc-footer-bottom {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.rc-footer-copyright {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.2);
}
.rc-footer-bottom-links {
  display: flex;
  gap: 20px;
}
.rc-footer-bottom-links a {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.2);
  text-decoration: none;
  transition: color 0.2s;
}
.rc-footer-bottom-links a:hover { color: rgba(255,255,255,0.5); }

/* Footer responsive */
@media (max-width: 768px) {
  .rc-cta-band { padding: 56px 24px; }
  .rc-footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 24px 32px;
  }
  .rc-footer-links {
    grid-template-columns: 1fr 1fr;
    padding: 32px 24px;
  }
  .rc-footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 20px 24px;
  }
}
@media (max-width: 480px) {
  .rc-footer-links { grid-template-columns: 1fr; }
}


