/* CLYN· Mission page — additive styles.
 * Links /assets/clyn-tokens.css (tokens) + /tool/css/tool.css (base, chrome,
 * buttons, form fields, footer). Only mission-specific layout lives here.
 * References tokens only; never re-declares them. */

.mission-hero {
  padding: 84px 0 20px; position: relative;
}
.mission-hero::before {
  content: ""; position: absolute; top: -20%; right: -6%; width: 620px; height: 620px;
  background: radial-gradient(circle at center, rgba(255,102,72,.10), transparent 62%); z-index: -1;
}
.mission-hero h1 {
  font-weight: 800; font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.08;
  letter-spacing: -.025em; margin: 18px 0 0; max-width: 20ch;
}
.mission-hero .subtitle {
  font-family: "Outfit", sans-serif; font-weight: 600; font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  color: var(--coral); margin-top: 14px;
}

.mission-body { padding: 24px 0 40px; }
.prose { max-width: 42rem; }
.prose p { font-size: 1.12rem; color: var(--ink); margin-bottom: 20px; }
.prose p.lead-in { color: var(--slate); }

.mission-section { padding: 22px 0; }
.mission-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -.02em; margin-bottom: 6px;
}
.mission-section .section-eyebrow { margin-bottom: 14px; }

/* Be part of it — three ways */
.ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.way {
  background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 20px;
}
.way .way-icon {
  width: 40px; height: 40px; border-radius: 11px; background: var(--coral-soft); color: var(--coral);
  display: grid; place-items: center; margin-bottom: 12px;
}
.way h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 4px; }
.way p { font-size: .96rem; color: var(--slate); }

/* Action cards (apply + support) */
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 10px; align-items: start; }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: clamp(22px, 3vw, 32px);
}
.card > h3 { font-size: 1.3rem; letter-spacing: -.01em; }
.card > p.card-lead { color: var(--slate); margin: 6px 0 18px; }
.card form { display: grid; gap: 14px; }
.card form textarea, .card form select {
  width: 100%; font-family: "DM Sans", sans-serif; font-size: 1rem; color: var(--ink);
  padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: 12px; background: var(--white);
  transition: border-color .18s ease;
}
.card form textarea { min-height: 84px; resize: vertical; }
.card form textarea:focus, .card form select:focus { outline: none; border-color: var(--blue); }
.card .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .card .field-row { grid-template-columns: 1fr; } }

/* Amount chips for the support card */
.amounts { display: flex; flex-wrap: wrap; gap: 10px; }
.amount-chip {
  font-family: "Outfit", sans-serif; font-weight: 700; font-size: .98rem;
  padding: .7rem 1.1rem; border-radius: 999px; border: 1.5px solid var(--line);
  background: var(--white); color: var(--ink); cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.amount-chip[aria-pressed="true"] { background: var(--coral-soft); border-color: var(--coral); color: #c0341a; }
.support-hint { font-size: .84rem; color: var(--slate); }

/* Coral button (mission page uses tool.css, which only defines primary/ghost) */
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 16px 40px -16px rgba(255,102,72,.7); }
.btn-coral:hover { transform: translateY(-2px); background: #f9542f; }

/* Highlighted donation card — made to stand out and pull the eye */
.card.card-donate {
  background: linear-gradient(162deg, #ffffff 32%, var(--coral-soft) 100%);
  border-color: rgba(255,102,72,.32);
  box-shadow: 0 22px 55px -24px rgba(255,102,72,.55);
  position: relative;
}
.donate-badge {
  width: 48px; height: 48px; border-radius: 13px; background: var(--coral); color: #fff;
  display: grid; place-items: center; margin-bottom: 14px;
  box-shadow: 0 12px 26px -10px rgba(255,102,72,.75);
}
.donate-highlight {
  display: flex; align-items: center; gap: 14px; margin: 6px 0 22px;
  background: #fff; border: 1px solid rgba(255,102,72,.3); border-radius: 14px; padding: 14px 18px;
}
.donate-highlight .dh-amount {
  font-family: "Outfit", sans-serif; font-weight: 800; font-size: 2rem; line-height: 1;
  color: var(--coral); flex: none;
}
.donate-highlight .dh-label { font-size: .94rem; color: var(--ink); }
.card.card-donate .btn-coral { width: 100%; }

/* Redesign: centered "hero" Support band + centered Apply card */
.support-band {
  max-width: 720px; margin: 22px auto 0;
  background: linear-gradient(155deg, #ffffff 20%, var(--coral-soft) 125%);
  border: 1px solid rgba(255,102,72,.3); border-radius: 22px;
  padding: clamp(34px, 4vw, 52px) 40px; text-align: center;
  box-shadow: 0 26px 64px -30px rgba(255,102,72,.55);
}
.sb-badge {
  width: 48px; height: 48px; border-radius: 13px; background: var(--coral); color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 26px -10px rgba(255,102,72,.75); margin: 0 auto 16px;
}
.support-band h2 { font-size: clamp(1.6rem, 2.8vw, 1.95rem); letter-spacing: -.02em; margin-bottom: 8px; }
.support-band .sb-copy { color: var(--slate); max-width: 44ch; margin: 0 auto 22px; font-size: 1.05rem; }
.amount-callout {
  display: flex; align-items: center; gap: 14px; width: 100%;
  margin: 0 auto 16px; background: #fff; border: 1px solid rgba(255,102,72,.3);
  border-radius: 14px; padding: 16px 20px; text-align: left;
}
.amount-callout .amt { font-family: "Outfit", sans-serif; font-weight: 800; font-size: 2rem; line-height: 1; color: var(--coral); flex: none; }
.amount-callout .lbl { font-size: .96rem; color: var(--ink); }
.support-band .btn-coral { display: flex; width: 100%; }
.sb-hint { font-size: .84rem; color: var(--slate); margin-top: 14px; }
.apply-wrap { max-width: 720px; margin: 0 auto; }

/* How we clean (cancer care) */
.care-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: 24px; }
.care-card { background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; }
.care-icon { width: 42px; height: 42px; border-radius: 11px; background: var(--blue-tint); color: var(--blue); display: grid; place-items: center; margin-bottom: 12px; }
.care-card:nth-child(even) .care-icon { background: var(--coral-soft); color: var(--coral); }
.care-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.care-card p { font-size: .95rem; color: var(--slate); }
.draft-flag { color: var(--coral); font-weight: 600; font-size: .82rem; }

/* Paid "Book a Cancer Care Cleaning" CTA inside the apply card */
.paid-cta { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--blue-tint); border-radius: 12px; padding: 16px 18px; margin: 4px 0 6px; }
.paid-cta strong { color: var(--ink); }
.paid-cta span { font-size: .92rem; color: var(--slate); }
.apply-divider { display: flex; align-items: center; gap: 12px; color: var(--slate); font-size: .86rem; margin: 22px 0 10px; }
.apply-divider::before, .apply-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* Three ways to be part of it (3 option cards + CTA) */
.transparency { color: var(--slate); max-width: 52rem; margin: 12px 0 0; font-size: 1rem; }
.options-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.opt-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; box-shadow: 0 10px 30px -18px rgba(2,89,221,.18); }
.oc-icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 14px; }
.opt-card:nth-child(1) .oc-icon { background: var(--coral-soft); color: var(--coral); }
.opt-card:nth-child(2) .oc-icon { background: var(--blue-tint); color: var(--blue); }
.opt-card:nth-child(3) .oc-icon { background: var(--mist); color: var(--slate); }
.opt-card h3 { font-size: 1.18rem; font-weight: 700; margin-bottom: 6px; letter-spacing: -.01em; }
.opt-card p { color: var(--slate); font-size: .96rem; flex: 1; margin: 0; }
.opt-card .btn { width: 100%; margin-top: 18px; }
.options-3 + .apply-wrap { margin-top: 34px; }
@media (max-width: 760px) { .options-3 { grid-template-columns: 1fr; } }

.form-note { font-size: .9rem; color: var(--slate); min-height: 1em; }
.form-note.error { color: var(--coral); font-weight: 600; }

.card-success { text-align: center; padding: 8px 0; }
.card-success .check {
  width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 50%;
  background: var(--coral-soft); color: var(--coral); display: grid; place-items: center;
}
.card-success h3 { margin-bottom: 6px; }
.card-success p { color: var(--slate); max-width: 34rem; margin: 0 auto; }

/* Closing line */
.mission-closing {
  margin: 30px 0 70px; padding: 40px; border-radius: var(--radius);
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-deep) 100%); color: #fff; text-align: center;
}
.mission-closing p {
  font-family: "Outfit", sans-serif; font-weight: 700; font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -.02em; line-height: 1.25; max-width: 26ch; margin: 0 auto;
}

@media (max-width: 760px) {
  .ways { grid-template-columns: 1fr; }
  .action-grid { grid-template-columns: 1fr; }
}
