.ccrm-rh {
  --rh-blue: var(--fl-global-blue, #23518e);
  --rh-green: var(--fl-global-green, #679b3d);
  --rh-orange: var(--fl-global-orange, #e17624);
  --rh-berry: var(--fl-global-red, #9f2356);
  --rh-cream: #f7f2eb;
  --rh-ink: #172235;
  color: var(--rh-ink);
  font-family: "Source Sans 3", sans-serif;
}
.ccrm-rh * { box-sizing: border-box; }
.ccrm-rh-shell { width: min(1226px, calc(100% - 48px)); margin-inline: auto; }
.ccrm-rh h1,
.ccrm-rh h2,
.ccrm-rh h3 { margin-block: 0; font-family: "Bree Serif", serif; font-weight: 400; line-height: 1.04; }
.ccrm-rh h2 { color: var(--rh-blue); font-size: clamp(38px, 4.2vw, 58px); text-wrap: balance; }
.ccrm-rh p { font-size: clamp(17px, 1.45vw, 19px); line-height: 1.6; }
.ccrm-rh a { text-underline-offset: 4px; }
.ccrm-rh-eyebrow { margin: 0 0 12px; color: var(--rh-orange); font-size: 15px !important; font-weight: 800; letter-spacing: .12em; line-height: 1.3 !important; text-transform: uppercase; }
.ccrm-rh-hero { position: relative; min-height: 570px; margin: 7px; overflow: hidden; border-radius: 10px; background: var(--rh-blue) var(--ccrm-rh-hero-image) 62% center/cover no-repeat; }
.ccrm-rh-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,39,72,.94) 0%, rgba(21,57,104,.86) 38%, rgba(21,57,104,.18) 72%, rgba(21,57,104,0) 100%); }
.ccrm-rh-hero__content { position: relative; z-index: 1; display: flex; min-height: 570px; justify-content: center; flex-direction: column; padding-block: 70px; color: #fff; }
.ccrm-rh-hero h1 { max-width: 780px; color: #fff; font-size: clamp(48px, 5.1vw, 74px); text-wrap: balance; }
.ccrm-rh-hero__lead { max-width: 620px; margin: 28px 0 0; }
.ccrm-rh-hero__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ccrm-rh-hero__meta span { padding: 10px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(255,255,255,.12); font-size: 16px; font-weight: 700; backdrop-filter: blur(7px); }
.ccrm-rh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.ccrm-rh-hero__actions .ccrm-rh-button { margin-top: 0; }
.ccrm-rh-section { padding-block: clamp(64px, 8vw, 100px); }
.ccrm-rh-section--intro { background: #fff; }
.ccrm-rh-prose { max-width: 940px; }
.ccrm-rh-section--intro .ccrm-rh-prose { display: grid; max-width: 1100px; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(36px,6vw,80px); align-items: start; }
.ccrm-rh-section--intro .ccrm-rh-prose__body > :first-child { margin-top: 0; }
.ccrm-rh-section--intro .ccrm-rh-prose__body > :last-child { margin-bottom: 0; }
.ccrm-rh-section--intro .ccrm-rh-prose__body > p:first-of-type { font-size: clamp(19px, 1.7vw, 22px); line-height: 1.55; }
.ccrm-rh-prose__body > p:first-child { margin-top: 0; }
.ccrm-rh-prose img.alignleft { width: min(233px, 42vw); height: auto; margin: 0 32px 20px 0; float: left; }
.ccrm-rh-prose::after { display: block; clear: both; content: ""; }
.ccrm-rh-section--events { position: relative; overflow: hidden; background: linear-gradient(135deg, #eef5ff 0%, #f6f1ea 55%, #f3e3d7 100%); }
.ccrm-rh-section--events::before { position: absolute; top: -140px; right: -110px; width: 380px; height: 380px; border: 1px solid rgba(35,81,142,.18); border-radius: 50%; content: ""; }
.ccrm-rh-section--events h2 { max-width: 740px; }
.ccrm-rh-lead { max-width: 720px; }
.ccrm-rh-event-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 42px; }
.ccrm-rh-event-card { min-width: 0; padding: clamp(30px, 4vw, 52px); border-radius: 20px; color: #fff; box-shadow: 0 22px 55px rgba(20,46,78,.14); }
.ccrm-rh-event-card--dinner { background: linear-gradient(145deg, var(--rh-blue), #17365f); }
.ccrm-rh-event-card--auction { background: linear-gradient(145deg, var(--rh-berry), #7f1742); }
.ccrm-rh-event-card h3 { color: #fff; font-size: clamp(30px, 3vw, 42px); }
.ccrm-rh-event-card p { margin: 18px 0 0; }
.ccrm-rh-event-card a:not(.ccrm-rh-button) { color: #fff; }
.ccrm-rh-button,
.ccrm-rh a.ccrm-rh-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; margin-top: 18px; padding: 10px 22px; border: 0; border-radius: 7px; background: var(--rh-orange); color: #fff; font-size: 16px; font-weight: 800; line-height: 1.25; text-decoration: none; transition: background-color .18s ease, transform .18s ease; }
.ccrm-rh .ccrm-rh-button:is(:hover,:focus-visible) { background: var(--rh-green); color: #fff; transform: translateY(-2px); }
.ccrm-rh .ccrm-rh-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px var(--rh-blue); }
.ccrm-rh-section--how { background: #fff; }
.ccrm-rh-section--how .ccrm-rh-prose { display: grid; max-width: 1100px; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: 60px; }
.ccrm-rh-section--how h2 { position: sticky; top: 24px; align-self: start; }
.ccrm-rh-section--how ol { margin: 0; padding-left: 1.35em; }
.ccrm-rh-section--how li { margin-bottom: 18px; padding-left: 8px; font-size: 18px; line-height: 1.55; }
.ccrm-rh-section--gifts { position: relative; overflow: hidden; background: linear-gradient(135deg, #eef5ff 0%, #f1f7ec 52%, #f7f2eb 100%); }
.ccrm-rh-section--gifts::after { position: absolute; right: -110px; bottom: -170px; width: 420px; height: 420px; border: 1px solid rgba(35,81,142,.16); border-radius: 50%; content: ""; }
.ccrm-rh-section--gifts .ccrm-rh-prose { position: relative; z-index: 1; display: grid; max-width: 1100px; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); gap: clamp(36px,6vw,80px); align-items: center; }
.ccrm-rh-section--gifts .ccrm-rh-prose__body { padding: clamp(28px,4vw,44px); border: 1px solid rgba(35,81,142,.12); border-radius: 20px; background: rgba(255,255,255,.78); box-shadow: 0 18px 45px rgba(20,46,78,.08); }
.ccrm-rh-section--gifts .ccrm-rh-prose__body p { margin: 0; }
.ccrm-rh-section--impact { background: var(--rh-blue); color: #fff; }
.ccrm-rh-section--impact h2 { max-width: 860px; color: #fff; }
.ccrm-rh-impact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 46px; }
.ccrm-rh-impact-card { display: flex; min-width: 0; min-height: 315px; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.09); }
.ccrm-rh-impact-card__icon { display: inline-flex; min-height: 31px; align-items: center; padding: 5px 10px; border-radius: 999px; background: #fff; color: var(--rh-blue); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ccrm-rh-impact-card__number { margin: 22px 0 4px; color: #fff; font-size: 31px; font-weight: 800; line-height: 1; }
.ccrm-rh-impact-card h3 { margin-top: 20px; color: #fff; font-size: 29px; }
.ccrm-rh-impact-card p { margin: 14px 0 0; font-size: 16px; line-height: 1.5; }
.ccrm-rh-impact-card a { margin-top: auto; padding-top: 18px; color: #fff; font-weight: 800; }
.ccrm-rh-impact-action { margin: 32px 0 0; text-align: center; }
.ccrm-rh-section--goal { background: var(--rh-cream); }
.ccrm-rh-goal { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: clamp(40px,7vw,100px); align-items: center; }
.ccrm-rh-goal > div:first-child > p:last-child { max-width: 610px; margin: 26px 0 0; }
.ccrm-rh-goal__panel { padding: clamp(28px,4vw,44px); border-radius: 20px; background: #fff; box-shadow: 0 20px 50px rgba(20,46,78,.1); }
.ccrm-rh-progress { height: 16px; overflow: hidden; border-radius: 999px; background: #dfe8d8; }
.ccrm-rh-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--rh-green), #88b35f); }
.ccrm-rh-goal__stats { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; }
.ccrm-rh-goal__stats span { color: #4c5969; }
.ccrm-rh-goal__stats strong { display: block; color: var(--rh-blue); font-family: "Bree Serif", serif; font-size: 30px; font-weight: 400; }
@media (max-width: 900px) {
  .ccrm-rh-hero,
  .ccrm-rh-hero__content { min-height: 500px; }
  .ccrm-rh-hero { background-position: 70% center; }
  .ccrm-rh-hero__shade { background: linear-gradient(90deg, rgba(14,39,72,.94), rgba(21,57,104,.62) 66%, rgba(21,57,104,.2)); }
  .ccrm-rh-event-grid,
  .ccrm-rh-goal { grid-template-columns: 1fr; }
  .ccrm-rh-impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ccrm-rh-section--intro .ccrm-rh-prose,
  .ccrm-rh-section--gifts .ccrm-rh-prose,
  .ccrm-rh-section--how .ccrm-rh-prose { display: block; }
  .ccrm-rh-section--intro h2,
  .ccrm-rh-section--gifts h2,
  .ccrm-rh-section--how h2 { position: static; margin-bottom: 30px; }
}
@media (max-width: 600px) {
  .ccrm-rh-shell { width: calc(100% - 32px); }
  .ccrm-rh-hero { min-height: 0; margin: 5px; background-position: 64% center; }
  .ccrm-rh-hero__shade { background: linear-gradient(0deg, rgba(14,39,72,.98) 0%, rgba(21,57,104,.78) 61%, rgba(21,57,104,.34) 100%); }
  .ccrm-rh-hero__content { min-height: 560px; justify-content: flex-end; padding-block: 54px; }
  .ccrm-rh-hero h1 { font-size: clamp(40px, 11.2vw, 52px); }
  .ccrm-rh-hero__meta { gap: 7px; margin-top: 22px; }
  .ccrm-rh-hero__meta span { padding: 7px 11px; font-size: 14px; }
  .ccrm-rh-hero__actions { display: grid; grid-template-columns: 1fr; }
  .ccrm-rh-hero__actions .ccrm-rh-button { width: 100%; }
  .ccrm-rh-section { padding-block: 58px; }
  .ccrm-rh-prose img.alignleft { display: block; width: 180px; margin: 0 auto 28px; float: none; }
  .ccrm-rh-event-grid,
  .ccrm-rh-impact-grid { grid-template-columns: 1fr; }
  .ccrm-rh-event-card { padding: 28px 22px; }
  .ccrm-rh-impact-card { min-height: 0; }
  .ccrm-rh-goal__stats { flex-direction: column; }
}
