/* ==========================================================================
   pro.pathful.com — volunteer microsite
   Microsite-specific components. Built strictly on Pathful tokens and the
   existing site.css vocabulary; only patterns not already in site.css live here.
   ========================================================================== */

/* anchored sections clear the sticky 72px header when jumped to */
section[id] { scroll-margin-top: 92px; }

/* ---------- Pro header lockup ------------------------------------------ */
.pro-lockup { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.pro-lockup:hover { text-decoration: none; }
.pro-lockup .nav__logo { display: block; }
.pro-lockup__divider {
  width: 1.5px; height: 26px; border-radius: 2px; flex: 0 0 auto;
  background: var(--border-default);
}
.pro-lockup__tag {
  font-family: var(--font-brand); font-weight: 600; font-size: 16px; line-height: 1;
  letter-spacing: -0.02em; color: var(--fg); white-space: nowrap;
  position: relative; top: 0.5px;
}
.pro-lockup__for { font-weight: 400; color: var(--fg-subtle); margin-right: 0.18em; }
.pro-lockup:hover .pro-lockup__tag { color: var(--pf-sky-blue); }
.pro-lockup:hover .pro-lockup__for { color: var(--pf-sky-blue); opacity: 0.62; }
.nav__back {
  font-size: 13.5px; font-weight: 500; color: var(--fg-subtle); text-decoration: none;
  display: inline-flex; align-items: center; gap: 5px; padding: 8px 12px; border-radius: var(--radius-pill);
  transition: background 160ms var(--ease-out-soft), color 160ms var(--ease-out-soft);
  white-space: nowrap;
}
.nav__back:hover { background: var(--bg-subtle); color: var(--fg); text-decoration: none; }
.nav__back svg { width: 13px; height: 13px; }
@media (max-width: 1199px){ .nav__links { display: none; } }
@media (max-width: 760px){ .nav__back { display: none; } }

/* nav links: keep each label on one line, with breathing room from the lockup */
.pro-header .nav { gap: 12px; }
.pro-header .nav__actions { gap: 8px; }
.pro-lockup { flex-shrink: 0; }
.pro-header .nav__links { margin-left: 8px; gap: 2px; flex-shrink: 0; }
.pro-header .nav__link { white-space: nowrap; padding-left: 9px; padding-right: 9px; font-size: 13px; }

/* ---------- Hero tuning for volunteer context -------------------------- */
.hero--pro { padding: 76px 0 92px; }
/* Hero dot graphic — larger, confident corner sweep with the ring center pushed
   off-canvas past the top-right corner (brand: center never visible, outer arc shown). */
.hero--pro .hero__dots { width: 580px; top: -312px; right: -340px; }
@media (max-width: 860px){
  .hero--pro .hero__dots { width: 360px; top: -198px; right: -205px; opacity: 0.7; }
}
.hero--sub { padding: 64px 0 56px; }
.hero--sub .hero__grid { grid-template-columns: 1fr; max-width: 760px; }
.hero__eyebrow {
  display: inline-block; margin-bottom: 20px;
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em;
  color: var(--pf-grass-green);
}

/* photo stat tag tuned for the volunteer hero (reuses .hero__photo-tag) */
.hero__photo-tag .lbl { max-width: 13em; }

/* ---------- Ways to give back (clickable feature cards) ---------------- */
.ways { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.way {
  position: relative; background: #fff; border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); padding: 30px 30px 28px; box-shadow: var(--shadow-sm);
  text-decoration: none; color: inherit; overflow: hidden; display: flex; flex-direction: column;
  transition: transform 200ms var(--ease-out-soft), box-shadow 200ms var(--ease-out-soft);
}
a.way:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); text-decoration: none; color: inherit; }
.way__top { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px; background: var(--pf-sky-blue); }
.way--green .way__top { background: var(--pf-grass-green); }
.way--apricot .way__top { background: var(--pf-apricot); }
.way--violet .way__top { background: var(--pf-violet); }
.way__icon {
  width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: var(--pf-sky-blue-tint-10); color: var(--pf-sky-blue); margin-bottom: 18px;
}
.way--green .way__icon { background: var(--pf-grass-green-tint-10); color: var(--pf-grass-green); }
.way--apricot .way__icon { background: var(--pf-apricot-tint-10); color: var(--pf-apricot); }
.way--violet .way__icon { background: var(--pf-violet-tint-10); color: var(--pf-violet); }
.way__icon svg { width: 24px; height: 24px; stroke-width: 1.9; }
.way h3 { font-family: var(--font-brand); font-weight: 700; font-size: 21px; letter-spacing: -0.02em; margin: 0 0 9px; }
.way p { font-size: 15px; line-height: 1.55; color: var(--fg-muted); margin: 0; }
.way__more { margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--pf-sky-blue); display: inline-flex; align-items: center; gap: 6px; }
.way--green .way__more { color: var(--pf-grass-green); }
.way--apricot .way__more { color: var(--pf-apricot); }
.way--violet .way__more { color: var(--pf-violet); }
.way__more svg { width: 15px; height: 15px; }
@media (max-width: 760px){ .ways { grid-template-columns: 1fr; } }

/* ---------- Big numbered flow (How it works) --------------------------- */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.flow__step { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 32px 30px; box-shadow: var(--shadow-sm); }
.flow__n {
  width: 46px; height: 46px; border-radius: 50%; background: var(--pf-gradient-brand); color: #fff;
  font-family: var(--font-brand); font-weight: 700; font-size: 19px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; box-shadow: var(--shadow-sm);
}
.flow__step h3 { font-family: var(--font-brand); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; margin: 0 0 10px; }
.flow__step p { font-size: 14.5px; line-height: 1.55; color: var(--fg-muted); margin: 0; }
@media (max-width: 820px){ .flow { grid-template-columns: 1fr; gap: 16px; } }

/* session-format breakdown bar */
.fmt { display: grid; gap: 12px; margin-top: 8px; }
.fmt__row { display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: center; padding: 18px 0; border-top: 1px solid var(--border-subtle); }
.fmt__row:first-child { border-top: none; }
.fmt__time { font-family: var(--font-brand); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; color: var(--pf-sky-blue); }
.fmt__what { font-size: 16px; color: var(--fg); line-height: 1.5; }
.fmt__what b { font-weight: 600; }
@media (max-width: 520px){ .fmt__row { grid-template-columns: 1fr; gap: 4px; } }

/* ---------- Benefit columns (Why volunteer) ---------------------------- */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.benefit { display: flex; flex-direction: column; }
.benefit__icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: var(--pf-grass-green-tint-10); color: var(--pf-grass-green); margin-bottom: 20px;
}
.benefit:nth-child(2) .benefit__icon { background: var(--pf-sky-blue-tint-10); color: var(--pf-sky-blue); }
.benefit:nth-child(3) .benefit__icon { background: var(--pf-violet-tint-10); color: var(--pf-violet); }
.benefit__icon svg { width: 26px; height: 26px; stroke-width: 1.8; }
.benefit h3 { font-family: var(--font-brand); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; margin: 0 0 12px; line-height: 1.15; }
.benefit p { font-size: 15.5px; line-height: 1.6; color: var(--fg-muted); margin: 0; }
@media (max-width: 820px){ .benefit-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- Recognition tiers ------------------------------------------ */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tier { text-align: center; background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 36px 28px; box-shadow: var(--shadow-sm); position: relative; }
.tier__medal {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center;
  background: var(--pf-grass-green-tint-10); color: var(--pf-grass-green);
}
.tier:nth-child(2) .tier__medal { background: var(--pf-sky-blue-tint-10); color: var(--pf-sky-blue); }
.tier:nth-child(3) .tier__medal { background: var(--pf-apricot-tint-10); color: var(--pf-apricot); }
.tier__medal svg { width: 34px; height: 34px; stroke-width: 1.7; }
.tier__count { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--fg-subtle); margin-bottom: 8px; }
.tier h3 { font-family: var(--font-brand); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; margin: 0; }
@media (max-width: 760px){ .tiers { grid-template-columns: 1fr; } }

/* ---------- FAQ accordion ---------------------------------------------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--border-subtle); }
.faq__item:first-child { border-top: 1px solid var(--border-subtle); }
.faq__q {
  width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 4px; font-family: var(--font-brand); font-weight: 700; font-size: 18.5px;
  letter-spacing: -0.015em; color: var(--fg); line-height: 1.3;
}
.faq__q:hover { color: var(--pf-sky-blue); }
.faq__icon { flex: 0 0 auto; width: 22px; height: 22px; color: var(--pf-sky-blue); transition: transform 240ms var(--ease-out-soft); }
.faq__item.is-open .faq__icon { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 320ms var(--ease-out-soft); }
.faq__a-inner { padding: 0 4px 26px; font-size: 15.5px; line-height: 1.65; color: var(--fg-muted); max-width: 64em; }
.faq__a-inner p { margin: 0 0 14px; }
.faq__a-inner p:last-child { margin-bottom: 0; }
.faq__a-inner ul { margin: 4px 0 14px; padding-left: 20px; display: grid; gap: 7px; }
.faq__a-inner li { line-height: 1.5; }

/* ---------- Resource cards (For companies) ----------------------------- */
.res-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.res-cardx { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.res-cardx__icon { width: 44px; height: 44px; border-radius: 11px; background: var(--pf-sky-blue-tint-10); color: var(--pf-sky-blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.res-cardx:nth-child(2) .res-cardx__icon { background: var(--pf-grass-green-tint-10); color: var(--pf-grass-green); }
.res-cardx:nth-child(3) .res-cardx__icon { background: var(--pf-apricot-tint-10); color: var(--pf-apricot); }
.res-cardx__icon svg { width: 22px; height: 22px; stroke-width: 1.9; }
.res-cardx h4 { font-family: var(--font-brand); font-weight: 700; font-size: 17.5px; letter-spacing: -0.015em; margin: 0 0 8px; }
.res-cardx p { font-size: 14px; line-height: 1.55; color: var(--fg-muted); margin: 0 0 18px; }
.res-cardx__cta { margin-top: auto; font-size: 14px; font-weight: 600; color: var(--pf-sky-blue); display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.res-cardx__cta:hover { text-decoration: underline; }
.res-cardx__cta svg { width: 15px; height: 15px; }
@media (max-width: 820px){ .res-cards { grid-template-columns: 1fr; } }

/* ---------- Career Connector activities -------------------------------- */
.cc-acts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.cc-act { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 28px 26px; box-shadow: var(--shadow-sm); }
.cc-act__tag { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--pf-violet); margin-bottom: 12px; }
.cc-act h4 { font-family: var(--font-brand); font-weight: 700; font-size: 18px; letter-spacing: -0.015em; margin: 0 0 8px; }
.cc-act p { font-size: 14px; line-height: 1.55; color: var(--fg-muted); margin: 0; }
@media (max-width: 820px){ .cc-acts { grid-template-columns: 1fr; } }

/* available-projects chip list */
.proj-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.proj-chip {
  background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-pill);
  padding: 10px 18px; font-size: 14.5px; font-weight: 500; color: var(--fg); display: inline-flex; align-items: center; gap: 9px;
}
.proj-chip b { font-family: var(--font-brand); font-weight: 700; letter-spacing: -0.01em; }
.proj-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pf-grass-green); flex: 0 0 auto; }

/* ---------- Simple two-column intro list ------------------------------- */
.checklist { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--fg-muted); }
.checklist li svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--pf-grass-green); margin-top: 1px; }
.checklist li b { color: var(--fg); font-weight: 600; }

/* ---------- Pro footer note -------------------------------------------- */
.pro-footnote { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 10px; }
.pro-footnote a { color: rgba(255,255,255,0.78); }

/* ==========================================================================
   Team feedback revisions (June 2026)
   Professionals leads with the secondary Hot Pink → Apricot gradient.
   ========================================================================== */

/* Pink/orange button variants (Professionals primary treatment) */
.btn--gradient-pink { background: var(--pf-gradient-hot-pink-apricot); color: #fff; box-shadow: var(--shadow-sm); }
.btn--gradient-pink:hover { filter: brightness(1.04); }
.btn--outline-pink { background: transparent; color: var(--pf-hot-pink); box-shadow: inset 0 0 0 2px var(--pf-hot-pink); }
.btn--outline-pink:hover { background: rgba(238,42,123,0.08); }
.btn--green { background: var(--pf-grass-green); color: #fff; box-shadow: var(--shadow-sm); }
.btn--green:hover { background: #0AA850; }

/* Hero — pink/orange theme */
.hero--pro .hero__eyebrow { color: var(--pf-hot-pink); }
.hero--pro h1 .grad { background: var(--pf-gradient-hot-pink-apricot); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero--pro .hero__photo-tag .num { background: var(--pf-gradient-hot-pink-apricot); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Metrics — pink/orange numbers */
.stat-grid--pink .stat__num { background: var(--pf-gradient-hot-pink-apricot); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Ways — 3-up, with a pink variant */
.ways--three { grid-template-columns: repeat(3, 1fr); }
.way--pink .way__top { background: var(--pf-hot-pink); }
.way--pink .way__icon { background: var(--pf-hot-pink-tint-10); color: var(--pf-hot-pink); }
.way--pink .way__more { color: var(--pf-hot-pink); }
@media (max-width: 880px){ .ways--three { grid-template-columns: 1fr; } }

/* Session format — pink time labels */
.fmt--pink .fmt__time { color: var(--pf-hot-pink); }

/* How it works — pink/orange step numbers */
.flow--pink .flow__n { background: var(--pf-gradient-hot-pink-apricot); }

/* Why volunteer — keep copy on a single column flow, key sentence bold in section green */
.benefit p { text-wrap: pretty; }
.benefit p b { color: var(--pf-grass-green); font-weight: 600; }

/* Industry-led projects — green CTA already matches; nothing extra needed */

/* Career Connectors explainer folded into Recognition */
.cc-note {
  margin-top: 40px; background: #fff; border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); box-shadow: var(--shadow-sm);
  padding: 34px 36px; max-width: 920px; margin-left: auto; margin-right: auto;
}
.cc-note__eyebrow { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--pf-apricot); margin-bottom: 10px; }
.cc-note h3 { font-family: var(--font-brand); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; margin: 0 0 12px; }
.cc-note p { font-size: 15.5px; line-height: 1.6; color: var(--fg-muted); margin: 0 0 16px; }
.cc-note ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.cc-note li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: var(--fg-muted); }
.cc-note li svg { flex: 0 0 auto; width: 21px; height: 21px; color: var(--pf-apricot); margin-top: 1px; }
.cc-note li b { color: var(--fg); font-weight: 600; }

/* Why volunteers keep showing up — 3-up quote cards with headshots */
.vquotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vq { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 30px 30px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.vq blockquote { font-family: var(--font-brand); font-weight: 500; font-size: 16.5px; line-height: 1.5; letter-spacing: -0.015em; margin: 0 0 22px; flex: 1; }
.vq__who { display: flex; align-items: center; gap: 13px; }
.vq__avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; object-position: center 25%; background: var(--pf-gradient-brand); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-brand); font-weight: 700; font-size: 16px; flex: 0 0 auto; }
.vq__name { font-weight: 600; font-size: 14.5px; color: var(--fg); }
.vq__title { font-size: 13px; color: var(--fg-muted); line-height: 1.3; margin-top: 2px; }
@media (max-width: 880px){ .vquotes { grid-template-columns: 1fr; } }

/* CTA band — pink/orange variant for the pre-FAQ banner */
.cta-band--pink { background: var(--pf-gradient-hot-pink-apricot); }
