

body.aud-neutral { --aud: var(--brand-green); --aud-strong: var(--leaf-700); }
body.aud-student  { --frame: var(--leaf);        --runner: var(--deep);  --aud-soft: var(--honey); }
body.aud-school   { --frame: var(--deep);        --runner: var(--wheat); --aud-soft: var(--honey); }
body.aud-company  { --frame: var(--path);        --runner: var(--deep);  --aud-soft: var(--apricot); }
body.aud-donor    { --frame: var(--wheat);       --runner: var(--deep);  --aud-soft: var(--butter); }
body.aud-neutral  { --frame: var(--brand-green); --runner: var(--deep);  --aud-soft: var(--honey); }

:root { --rf-corridor: clamp(0px, calc((100vw - 760px) / 2 - 40px), 220px); }

.rf { display: block; overflow: clip; }
.rf * { box-sizing: border-box; }

.rf-wrap { width: min(var(--rf-max, 1160px), 100%); margin: 0 auto; padding-inline: clamp(24px, 5vw, 64px); }

.bicon { display: inline-block; width: 24px; height: 24px; background: currentColor;
  -webkit-mask: var(--m) center/contain no-repeat; mask: var(--m) center/contain no-repeat; }
.i-lamp { --m: url("assets/icons/lamp.svg"); }
.i-foot { --m: url("assets/icons/footprints.svg"); }
.i-sign { --m: url("assets/icons/signpost.svg"); }
.i-tele { --m: url("assets/icons/telescope.svg"); }
.i-magn { --m: url("assets/icons/magnifier.svg"); }

.rf-goldpath { position: absolute; display: block; pointer-events: none; }
.rf-goldpath path { fill: none; stroke: var(--wheat); stroke-width: 4; stroke-linecap: round; }
.rf-goldpath circle { fill: var(--wheat); }

.rf-hero { position: relative; padding: clamp(56px, 9vw, 110px) 0 clamp(44px, 6vw, 80px); }
.rf-hero .rf-wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(24px, 4vw, 72px); align-items: center; }
.rf-crumb { font-size: 0.8rem; color: var(--earth); margin: 0 0 18px; }
.rf-crumb a { color: var(--earth); text-decoration: none; }
.rf-crumb a:hover { color: var(--ink); }
.rf-crumb b { font-weight: 400; color: var(--ink); }
.rf-pill { display: inline-block; margin: 0 0 16px; padding: 5px 15px; border-radius: 999px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; color: var(--deep); background: var(--aud); border: 1px solid rgba(61, 85, 39, 0.14); }
body.aud-school .rf-pill { color: #fff; }
.rf-hero h1 { margin: 0 0 18px; font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.3; color: var(--deep); letter-spacing: 0.01em; }
.rf-hero .rf-lead { margin: 0 0 28px; max-width: 34em; font-size: 1.02rem; line-height: 1.9; color: var(--muted); }
.rf-hero-en { margin: 0 0 6px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--earth); }
.rf-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.rf-blocks { position: relative; height: clamp(240px, 30vw, 360px); }
.rf-blocks span { position: absolute; border-radius: var(--card-radius); }
.rf-blocks .b1 { left: 4%;  bottom: 0; width: 34%; height: 62%; }
.rf-blocks .b2 { left: 42%; bottom: 0; width: 26%; height: 88%; }
.rf-blocks .b3 { left: 72%; bottom: 0; width: 28%; height: 47%; }
.rf-blocks .rf-goldpath { right: -2%; top: -12%; width: 50%; height: auto; }
body.aud-student  .rf-blocks .b1 { background: var(--butter); }
body.aud-student  .rf-blocks .b2 { background: var(--leaf); }
body.aud-student  .rf-blocks .b3 { background: var(--brand-green); }
body.aud-school   .rf-blocks .b1 { background: var(--leaf); }
body.aud-school   .rf-blocks .b2 { background: var(--deep); }
body.aud-school   .rf-blocks .b3 { background: var(--leaf-700); }
body.aud-company  .rf-blocks .b1 { background: var(--apricot); }
body.aud-company  .rf-blocks .b2 { background: var(--path); }
body.aud-company  .rf-blocks .b3 { background: var(--sunset); }
body.aud-donor    .rf-blocks .b1 { background: var(--butter); }
body.aud-donor    .rf-blocks .b2 { background: var(--sun); }
body.aud-donor    .rf-blocks .b3 { background: var(--wheat); }

body.aud-neutral .rf-blocks .b1 { left: 0;   bottom: 0;   width: 21%; height: 58%; background: var(--leaf); }
body.aud-neutral .rf-blocks .b2 { left: 26%; bottom: 0;   width: 23%; height: 86%; background: var(--deep); }
body.aud-neutral .rf-blocks .b3 { left: 54%; bottom: 0;   width: 21%; height: 60%; background: var(--path); }
body.aud-neutral .rf-blocks .b4 { left: 80%; bottom: 42%; width: 18%; height: 34%; background: var(--sun); }
body.aud-neutral .rf-blocks .rf-goldpath { right: -3%; top: -14%; width: 44%; }

.rf-joint { display: flex; flex-direction: column; align-items: center; height: clamp(64px, 9vw, 100px); }
.rf-joint i { width: 2px; flex: 1; background: linear-gradient(180deg, transparent, var(--wheat)); }
.rf-joint i:last-of-type { background: linear-gradient(180deg, var(--wheat), transparent); }
.rf-joint b { width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--wheat); transition: 0.45s ease; flex: none; }
.rf-joint.lit b { background: var(--path); border-color: var(--path); box-shadow: 0 0 0 6px rgba(242, 140, 10, 0.18); }

.rf-ribbon { position: relative; height: 92px; display: flex; align-items: center; overflow: clip; }
.rf-ribbon::before { content: ""; position: absolute; inset: 21px 0; background: linear-gradient(90deg, var(--rb1), var(--rb2) 55%, var(--rb3)); }
body.aud-student  .rf-ribbon { --rb1: var(--brand-green); --rb2: var(--leaf);  --rb3: var(--sun); }
body.aud-school   .rf-ribbon { --rb1: var(--deep);        --rb2: var(--leaf-700); --rb3: var(--leaf); }
body.aud-company  .rf-ribbon { --rb1: var(--sunset);      --rb2: var(--path);  --rb3: var(--wheat); }
body.aud-donor    .rf-ribbon { --rb1: var(--wheat);       --rb2: var(--sun);   --rb3: var(--peach); }
body.aud-neutral  .rf-ribbon { --rb1: var(--leaf);        --rb2: var(--path);  --rb3: var(--wheat); }
.rf-ribbon .r-line { position: absolute; left: 50%; width: 2px; background: rgba(255, 255, 255, 0.75); translate: -50% 0; z-index: 1; }
.rf-ribbon .r-line.up { top: 0; height: 21px; }
.rf-ribbon .r-line.down { bottom: 0; height: 21px; }
.rf-ribbon .r-dot { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid var(--deep); z-index: 2; transition: 0.45s ease; }
.rf-ribbon.lit .r-dot { background: var(--sun); }
.rf-ribbon .r-text { position: relative; z-index: 2; margin: 0 auto; color: #fff; font-weight: 700; letter-spacing: 0.3em; font-size: 0.8rem; text-shadow: 0 1px 6px rgba(61, 85, 39, 0.35); }

.rf-scene { position: relative; padding: clamp(48px, 7vw, 88px) 0; }
.rf-scene--panel { padding: 0; }
.rf-scene--panel > .rf-panel {
  width: min(var(--rf-panel-max, 1240px), calc(100% - 32px)); margin: 0 auto;
  border-radius: clamp(26px, 3vw, 40px);
  padding: clamp(44px, 6vw, 80px) clamp(24px, 5vw, 88px);
  background: var(--aud-soft, var(--apricot)); 
  position: relative; overflow: hidden;
}
.rf-panel::after { content: ""; position: absolute; top: 0; right: clamp(20px, 6vw, 80px); width: clamp(52px, 7vw, 88px); height: clamp(26px, 3.5vw, 44px); border-radius: 0 0 16px 16px; background: var(--frame); }

.rf-scene--bleed { overflow: clip; }
.rf-scene--bleed .rf-col { width: min(760px, 100%); margin: 0 auto; padding-inline: clamp(20px, 5vw, 40px); position: relative; z-index: 1; }
.rf-bleeds { position: absolute; inset: 0; pointer-events: none; }
.rf-bleeds .bl { position: absolute; border-radius: var(--card-radius); }
.rf-bleeds .l1 { left: 0; top: 48px;  width: calc(var(--rf-corridor) * 0.9);  height: 92px;  border-radius: 0 22px 22px 0; background: var(--bl1); }
.rf-bleeds .l2 { left: 0; top: 156px; width: calc(var(--rf-corridor) * 0.6);  height: 54px;  border-radius: 0 22px 22px 0; background: var(--bl2); }
.rf-bleeds .r1 { right: 0; top: 88px; width: calc(var(--rf-corridor) * 0.95); height: 116px; border-radius: 22px 0 0 22px; background: var(--bl3); }
.rf-bleeds .r2 { right: 0; bottom: 56px; width: calc(var(--rf-corridor) * 0.62); height: 56px; border-radius: 22px 0 0 22px; background: var(--bl4); }
body.aud-student  .rf-scene--bleed { --bl1: var(--leaf); --bl2: var(--butter); --bl3: var(--brand-green); --bl4: var(--sun); }
body.aud-school   .rf-scene--bleed { --bl1: var(--deep); --bl2: var(--leaf); --bl3: var(--leaf-700); --bl4: var(--butter); }
body.aud-company  .rf-scene--bleed { --bl1: var(--path); --bl2: var(--apricot); --bl3: var(--sunset); --bl4: var(--wheat); }
body.aud-donor    .rf-scene--bleed { --bl1: var(--wheat); --bl2: var(--butter); --bl3: var(--sun); --bl4: var(--peach); }
body.aud-neutral  .rf-scene--bleed { --bl1: var(--leaf); --bl2: var(--sun); --bl3: var(--path); --bl4: var(--deep); }
.rf-tabs-m { display: none; }
@media (max-width: 860px) {
  .rf-bleeds { display: none; }
  .rf-tabs-m { display: flex; justify-content: space-between; align-items: center; margin: 18px 0 6px; }
  .rf-tabs-m span { height: 34px; border-radius: 12px; }
  .rf-tabs-m .t1 { width: 28%; background: var(--bl1); border-radius: 0 12px 12px 0; margin-left: calc(-1 * clamp(20px, 5vw, 40px)); }
  .rf-tabs-m .t2 { width: 16%; background: var(--bl4); }
  .rf-tabs-m .t3 { width: 24%; background: var(--bl3); border-radius: 12px 0 0 12px; margin-right: calc(-1 * clamp(20px, 5vw, 40px)); }
}

.rf-eyebrow { margin: 0 0 10px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--aud-strong, var(--sunset)); }
.rf-scene h2 { margin: 0 0 16px; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.4; color: var(--deep); max-width: 24em; }
.rf-scene .rf-lead { margin: 0 0 12px; max-width: 40em; font-size: 0.98rem; line-height: 1.95; color: var(--muted); }
.rf-note { font-size: 0.85rem; color: var(--earth); margin-top: 18px; }
.rf-note a { color: var(--leaf-700); }

.rf-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-top: 34px; }
.rf-stat { border-radius: 20px; padding: 24px 22px 20px; background: #fff; box-shadow: 0 10px 28px rgba(61, 85, 39, 0.08); }
.rf-scene:not(.rf-scene--panel) .rf-stat { background: var(--aud-soft, var(--apricot)); box-shadow: none; }
.rf-stat strong { display: block; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.1; color: var(--aud-strong, var(--sunset)); margin-bottom: 8px; letter-spacing: 0.01em; }
body.aud-donor .rf-stat strong, body.aud-company .rf-scene--panel .rf-stat strong { color: var(--sunset); }
body.aud-donor .rf-stat strong { color: var(--deep); }
.rf-stat span { display: block; font-size: 0.86rem; line-height: 1.7; color: var(--muted); }
.rf-stat cite { display: block; margin-top: 10px; font-style: normal; font-size: 0.72rem; color: var(--earth); }
.rf-stat cite b { display: inline-block; margin-right: 6px; padding: 1px 8px; border-radius: 999px; background: rgba(152, 116, 89, 0.14); font-weight: 700; }

.rf-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 40px; }

.rf-card { position: relative; border-radius: 20px; padding: 34px 24px 22px; background: #fff;
  box-shadow: 0 9px 24px rgba(61, 85, 39, 0.08), 0 1px 4px rgba(61, 85, 39, 0.05);
  transition: box-shadow 0.25s ease, translate 0.25s ease; }
.rf-card:hover { translate: 0 -3px; box-shadow: 0 18px 40px rgba(61, 85, 39, 0.14), 0 2px 6px rgba(61, 85, 39, 0.06); }
.rf-card svg.rf-edge { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.rf-card svg.rf-edge rect { fill: none; vector-effect: non-scaling-stroke; }
.rf-card svg.rf-edge .base { stroke: var(--frame); stroke-width: 1px; }
.rf-card svg.rf-edge .runner { stroke: var(--runner); stroke-width: 2.5px; stroke-linecap: round;
  stroke-dasharray: 12 88; stroke-dashoffset: 12; opacity: 0; }

.rf-card.rf-running svg.rf-edge .runner {
  animation: rf-runner-lap 1.3s cubic-bezier(0.45, 0.05, 0.35, 1) both,
             rf-runner-fade 1.3s linear both; }
.rf-card .rf-dot { display: none; } 
.rf-card .rf-card-n { position: absolute; left: 24px; top: -16px; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; background: var(--deep); color: #fff0c3; z-index: 3; box-shadow: 0 7px 16px rgba(61, 85, 39, 0.30); font-family: var(--font-en); font-weight: 800; font-size: 22px; line-height: 1; }

.rf-card:has(> .rf-card-n) { padding-top: 52px; }

.rf-cards:has(.rf-card-n) { row-gap: 46px; }
.rf-card h3 { margin: 0 0 6px; font-size: 1.02rem; color: var(--deep); }
.rf-card .rf-card-tag { display: inline-block; margin: 0 0 10px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--earth); }
.rf-card p { margin: 0; font-size: 0.88rem; line-height: 1.8; color: var(--muted); }
@media (prefers-reduced-motion: reduce) {
  .rf-card { transition: none; }
  .rf-card.rf-running svg.rf-edge .runner { animation: none; }
}

.rf-quote { position: relative; margin: 34px 0 0; border-radius: 24px; padding: 34px 32px 24px; background: #fff;
  box-shadow: 0 12px 30px rgba(61, 85, 39, 0.10), 0 2px 5px rgba(61, 85, 39, 0.05); }
.rf-qchip { position: absolute; left: 26px; top: -22px; width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--frame); }
body.aud-donor .rf-qchip { color: var(--deep); }
.rf-qchip .bicon { width: 26px; height: 26px; }
.rf-quote blockquote { margin: 0 0 12px; font-size: 1rem; line-height: 1.95; color: var(--ink); }
.rf-quote figcaption { font-size: 0.82rem; color: var(--earth); }
.rf-quote figcaption::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--wheat); margin-right: 8px; vertical-align: 1px; }

.rf-media { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.rf-media.rf-media--rev > figure { order: -1; }
.rf-media figure { margin: 0; }

.rf-media { position: relative; z-index: 7; }
.rf-media img { display: block; width: 100%; height: auto; border-radius: 0; box-shadow: 0 16px 36px rgba(61, 85, 39, 0.18), 0 4px 12px rgba(61, 85, 39, 0.12); }
.rf-media figcaption { margin-top: 12px; font-size: 0.82rem; color: var(--earth); }

.rf-cases { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 34px; }
.rf-case { position: relative; border-radius: 20px; background: #fff; padding: 26px 24px;
  box-shadow: 0 9px 24px rgba(61, 85, 39, 0.08), 0 1px 4px rgba(61, 85, 39, 0.05); }
.rf-case .rf-case-tag { display: inline-block; margin-bottom: 16px; padding: 3px 12px; border-radius: 999px; font-size: 0.72rem; font-weight: 700; background: var(--aud-soft, var(--apricot)); color: var(--aud-strong, var(--sunset)); }
.rf-case-pair { display: flex; align-items: center; gap: 18px; margin-bottom: 16px; }
.rf-case-pair img { width: 72px; height: 72px; object-fit: contain; border-radius: 16px; border: 1px solid rgba(152, 116, 89, 0.16); padding: 8px; background: #fff; }
.rf-case-pair .x { font-weight: 700; color: var(--earth); }
.rf-case-party { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 0.75rem; color: var(--earth); }
.rf-case-party strong { font-size: 0.95rem; color: var(--deep); }
.rf-case p { margin: 0; font-size: 0.84rem; color: var(--muted); }

.rf-cta { padding: clamp(48px, 7vw, 88px) 0 clamp(64px, 8vw, 100px); }
.rf-cta .rf-panel-cta {
  position: relative; overflow: hidden;
  width: min(var(--rf-panel-max, 1240px), calc(100% - 32px)); margin: 0 auto;
  border-radius: clamp(26px, 3vw, 40px);
  padding: clamp(44px, 6vw, 72px) clamp(24px, 5vw, 88px);
  background: var(--deep); color: #fff;
}
.rf-panel-cta .rf-goldpath { right: 30px; top: 20px; width: 170px; }
.rf-panel-cta h2 { margin: 0 0 12px; font-size: clamp(1.4rem, 2.6vw, 1.9rem); color: #fff; max-width: calc(100% - 200px); } 
.rf-panel-cta p { margin: 0 0 26px; max-width: 38em; font-size: 0.95rem; line-height: 1.9; color: rgba(255, 255, 255, 0.85); }
.rf-panel-cta .rf-hero-actions .button-primary { background: var(--path); border-color: var(--path); color: #fff; }
.rf-panel-cta .rf-hero-actions .button-primary:hover, .rf-panel-cta .rf-hero-actions .button-primary:focus-visible { background: var(--wheat); border-color: var(--wheat); color: #fff; }
.rf-panel-cta .rf-hero-actions .button-secondary { background: transparent; border-color: rgba(255, 255, 255, 0.6); color: #fff; }
.rf-panel-cta .rf-hero-actions .button-secondary:hover, .rf-panel-cta .rf-hero-actions .button-secondary:focus-visible { background: rgba(255, 255, 255, 0.12); color: #fff; }
@media (max-width: 700px) {
  .rf-panel-cta .rf-goldpath { width: 110px; top: 12px; right: 16px; }
  .rf-panel-cta h2 { max-width: 100%; padding-top: 34px; }
}

.rf-router { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 34px; }
.rf-router a { display: block; border-radius: 18px; padding: 18px 20px; text-decoration: none; color: var(--deep); font-weight: 700; font-size: 0.92rem; transition: translate 160ms ease, box-shadow 160ms ease; }
.rf-router a small { display: block; margin-top: 4px; font-weight: 400; font-size: 0.76rem; opacity: 0.8; }
.rf-router a:hover { translate: 0 -3px; box-shadow: 0 12px 26px rgba(61, 85, 39, 0.16); }
.rf-router .r-student { background: var(--leaf); }
.rf-router .r-school { background: var(--deep); color: #fff; }
.rf-router .r-school small { color: rgba(255, 255, 255, 0.8); }
.rf-router .r-company { background: var(--path); }
.rf-router .r-donor { background: var(--sun); }

.rf .button-primary { background: var(--path); border-color: var(--path); color: #fff; }
.rf .button-primary:hover, .rf .button-primary:focus-visible { background: var(--sunset); border-color: var(--sunset); color: #fff; }
body.aud-company .rf .button-primary { background: var(--deep); border-color: var(--deep); color: #fff; }
body.aud-company .rf .button-primary:hover, body.aud-company .rf .button-primary:focus-visible { background: var(--leaf-700); border-color: var(--leaf-700); color: #fff; }

body.aud-company .rf-hero .button-primary { background: var(--path); border-color: var(--path); color: #fff; }
body.aud-company .rf-hero .button-primary:hover, body.aud-company .rf-hero .button-primary:focus-visible { background: var(--sunset); border-color: var(--sunset); color: #fff; }

body.aud-student .rf-hero .button-primary { background: var(--leaf-700); border-color: var(--leaf-700); color: #fff; }
body.aud-student .rf-hero .button-primary:hover, body.aud-student .rf-hero .button-primary:focus-visible { background: var(--deep); border-color: var(--deep); color: #fff; }

body.aud-student .rf-panel-cta .rf-hero-actions .button-primary { background: var(--sun); border-color: var(--sun); color: #000; }
body.aud-student .rf-panel-cta .rf-hero-actions .button-primary:hover, body.aud-student .rf-panel-cta .rf-hero-actions .button-primary:focus-visible { background: var(--amber); border-color: var(--amber); color: #000; }

body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf-cta .rf-panel-cta { background: var(--sunset); }
body.aud-company .rf-panel-cta .rf-hero-actions .button-primary { background: var(--apricot); border-color: var(--apricot); color: #000; }
body.aud-company .rf-panel-cta .rf-hero-actions .button-primary:hover, body.aud-company .rf-panel-cta .rf-hero-actions .button-primary:focus-visible { background: var(--peach); border-color: var(--peach); color: #000; }

.rf-scene .faq-list { margin-top: 30px; }

@media (max-width: 920px) {
  .rf-hero .rf-wrap { grid-template-columns: 1fr; }
  .rf-blocks { height: 160px; order: -1; }
  .rf-media, .rf-media.rf-media--rev { grid-template-columns: 1fr; }
  .rf-media.rf-media--rev > figure { order: 0; }
}
@media (max-width: 560px) {
  .rf-scene--panel > .rf-panel, .rf-cta .rf-panel-cta { width: calc(100% - 20px); }
  .rf-hero-actions { flex-direction: column; align-items: stretch; }
}

.rf-bevelstats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.rf-bevelstats .bev {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 24px;
  min-height: 196px;
  background: var(--honey);
  border-radius: 22px;
  overflow: hidden;

  border: 1px solid rgba(61, 85, 39, 0.14);
  box-shadow: 0 2px 6px rgba(61, 85, 39, 0.09), 0 18px 34px rgba(61, 85, 39, 0.17);
}
.rf-bevelstats .bev::after {
  content: "";
  position: absolute;
  right: 0; bottom: 0;
  width: 44px; height: 44px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.rf-bevelstats .bev-ic {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; flex: none;
}
.rf-bevelstats .bev-ic svg { width: 27px; height: 27px; display: block; }
.rf-bevelstats .bev-fig {
  display: flex; align-items: flex-start;
  font-family: var(--font-en);
  font-weight: 800; letter-spacing: -0.02em; line-height: 0.92;
  margin: 0 0 12px;
}
.rf-bevelstats .bev-n { font-size: clamp(2.7rem, 4.6vw, 3.5rem); }
.rf-bevelstats .bev-u { font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 800; margin: 0.16em 0 0 4px; }
.rf-bevelstats .bev-lbl { font-size: 1rem; font-weight: 700; line-height: 1.55; margin: 0; color: var(--deep); }

.rf-bevelstats .bev1 { background: var(--honey); }
.rf-bevelstats .bev1 .bev-ic { background: var(--apricot); color: var(--path); }
.rf-bevelstats .bev1 .bev-fig { color: var(--deep); }
.rf-bevelstats .bev1::after { background: var(--path); }

.rf-bevelstats .bev2 { background: var(--butter); }
.rf-bevelstats .bev2 .bev-ic { background: var(--sun); color: var(--leaf-700); }
.rf-bevelstats .bev2 .bev-fig { color: var(--leaf-700); }
.rf-bevelstats .bev2::after { background: var(--wheat); }

.rf-bevelstats .bev3 { background: linear-gradient(150deg, var(--leaf-700) 0%, var(--deep) 62%); }
.rf-bevelstats .bev3 .bev-ic { background: rgba(255, 255, 255, 0.14); color: var(--sun); }
.rf-bevelstats .bev3 .bev-fig { color: var(--sun); }
.rf-bevelstats .bev3 .bev-lbl { color: #fff; }
.rf-bevelstats .bev3::after { background: var(--sunset); }

@media (max-width: 760px) {
  .rf-bevelstats { grid-template-columns: 1fr; gap: 14px; }
  .rf-bevelstats .bev { min-height: 0; }
}

.rf-bracketstats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(198px, 1fr)); 
  gap: 18px;
  margin-top: 34px;
}
.rf-bracketstats .rbk {
  position: relative;
  background: #fff;
  border: 1px solid var(--acc);
  border-radius: 20px;
  padding: 32px 24px 28px;
  min-height: 210px;
  box-shadow: 0 9px 24px rgba(61, 85, 39, 0.08), 0 1px 4px rgba(61, 85, 39, 0.05);
  isolation: isolate;
}
.rf-bracketstats .rbk::before {
  content: ""; position: absolute; right: 20px; top: -6px;
  width: 11px; height: 11px; border-radius: 50%; background: var(--acc);
  z-index: 3; pointer-events: none; 
}
.rf-bracketstats .rbk1 { --acc: var(--path);   --num: var(--leaf-700); --glow: rgba(242, 140, 10, 0.20); }
.rf-bracketstats .rbk2 { --acc: var(--wheat);  --num: var(--deep);      --glow: rgba(245, 182, 45, 0.26); }
.rf-bracketstats .rbk3 { --acc: var(--sunset); --num: var(--leaf-700); --glow: rgba(232, 115, 40, 0.20); }
.rf-bracketstats .rbk-in { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; height: 100%; }
.rf-bracketstats .rbk-num { font-family: var(--font-en); font-weight: 800; line-height: 1; letter-spacing: -0.02em; color: var(--num); font-size: clamp(2.5rem, 4.4vw, 3.2rem); }
.rf-bracketstats .rbk-num .u { font-size: 0.42em; font-weight: 800; margin-left: 3px; }
.rf-bracketstats .rbk-lbl { margin: 12px 0 0; font-size: 0.98rem; font-weight: 700; line-height: 1.5; color: var(--deep); }

@property --rbk-a { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.rf-bracketstats .rbk::after {
  content: ""; position: absolute; inset: -1px; border-radius: 21px; padding: 1px;
  background: conic-gradient(from var(--rbk-a), var(--acc), transparent 80deg 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 1; pointer-events: none;
  animation: rbk-orbit 4s linear infinite;
}
@keyframes rbk-orbit { to { --rbk-a: 360deg; } }
@media (prefers-reduced-motion: reduce) { .rf-bracketstats .rbk::after { animation: none; } }

.rf-bracketstats .rbk4 { --acc: var(--amber); --num: var(--leaf-700); --glow: rgba(248, 205, 95, 0.30); }

.rf-bracketstats .rbk--src .rbk-in { justify-content: flex-start; }
.rf-bracketstats .rbk--src .rbk-lbl { min-height: 4.5em; font-size: 0.9rem; font-weight: 600; }
.rf-bracketstats .rbk-src { display: block; margin-top: 16px; font-size: 0.72rem; line-height: 1.55; color: var(--earth); text-align: center; font-style: normal; }
.rf-bracketstats .rbk-src b { font-weight: 700; color: var(--num); margin-right: 5px; }
@media (max-width: 760px) {
  .rf-bracketstats { grid-template-columns: 1fr; gap: 14px; }
  .rf-bracketstats .rbk { min-height: 0; }
}

.rf-spinestats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px; 
}
.rf-spinestats .sp1 { --band: var(--wheat); }
.rf-spinestats .sp2 { --band: var(--amber); }
.rf-spinestats .sp3 { --band: var(--apricot); }
.rf-spinestats .sp {
  position: relative;
  display: flex;            
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--band); 
  border-radius: 26px;
  box-shadow: 0 9px 24px rgba(61, 85, 39, 0.08), 0 1px 4px rgba(61, 85, 39, 0.05);
}
.rf-spinestats .sp-pill {
  position: absolute;
  left: 24px; top: -16px; 
  width: 44px; height: 44px;
  border-radius: 14px;
  background: var(--deep);
  color: #fff0c3;
  display: flex; align-items: center; justify-content: center;
  z-index: 3;
  box-shadow: 0 7px 16px rgba(61, 85, 39, 0.30);
  font-family: var(--font-en);
  font-weight: 800; font-size: 22px; line-height: 1;
}
.rf-spinestats .sp-face {
  position: relative;
  flex: 1;
  min-height: 208px;
  background: transparent; 
  border: 0;
  border-radius: 26px;
  padding: 34px 26px 24px; 
  display: flex; flex-direction: column;
  box-shadow: none;
}
.rf-spinestats .sp-kicker { font-size: 12px; font-weight: 800; letter-spacing: 0.5px; color: var(--leaf-700); margin: 0 0 8px; }
.rf-spinestats .sp-title { font-size: 1.18rem; font-weight: 800; line-height: 1.4; color: var(--deep); margin: 0 0 10px; }
.rf-spinestats .sp-desc { font-size: 0.92rem; line-height: 1.75; color: var(--muted); margin: 0; }
@media (max-width: 760px) {
  .rf-spinestats { grid-template-columns: 1fr; max-width: 440px; }
  .rf-spinestats .sp-face { min-height: 0; }
}

.rf-spinestats--duo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rf-spinestats--duo .sp-face { min-height: 176px; }

.rf-spinestats--duo .sp1 { --band: var(--sun); }
.rf-spinestats--duo .sp2 { --band: var(--apricot); }
@media (max-width: 760px) {
  .rf-spinestats--duo { grid-template-columns: 1fr; }
}

.rf-story {
  --sh: clamp(388px, 40vw, 456px);        
  position: relative;
  width: min(980px, 94vw);
  margin-top: 40px;
  margin-left: 50%;
  transform: translateX(-50%);            
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: 0 18px 44px rgba(61, 85, 39, 0.14), 0 2px 6px rgba(61, 85, 39, 0.06);
}
.rf-story-viewport { height: var(--sh); overflow: hidden; border-radius: var(--card-radius); }
.rf-story-track { display: flex; flex-direction: column; transition: transform 480ms cubic-bezier(0.4, 0, 0.15, 1); }
@media (prefers-reduced-motion: reduce) { .rf-story-track { transition: none; } }
.rf-story-slide {
  flex: 0 0 var(--sh);
  height: var(--sh);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
}

.rf-story-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--card-radius);
  margin: 18px 0 18px 18px;
  background: linear-gradient(160deg, #eef7e2, #ddeecb);
}
.rf-photo-ph {
  position: absolute; inset: 20px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px;
  border: 2px dashed rgba(61, 85, 39, 0.30);
  border-radius: 18px;
}
.rf-photo-ph .sil { width: clamp(64px, 8vw, 92px); color: rgba(61, 85, 39, 0.34); }
.rf-photo-ph .sil svg { width: 100%; height: auto; display: block; }
.rf-photo-ph .cap { font-size: 0.86rem; font-weight: 700; letter-spacing: 0.08em; color: rgba(61, 85, 39, 0.52); }

.rf-story-body {
  align-self: center;
  padding: 34px clamp(54px, 6vw, 68px) 34px clamp(30px, 3.6vw, 48px);
}
.rf-story-kicker {
  margin: 0 0 14px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.12em; color: var(--aud-strong, var(--sunset));
}
.rf-story-body h3 { margin: 0 0 5px; font-size: clamp(1.5rem, 2.4vw, 1.95rem); line-height: 1.3; color: var(--deep); }
.rf-story-role { margin: 0 0 20px; font-size: 0.92rem; font-weight: 600; color: var(--earth); }
.rf-story-body blockquote {
  position: relative; margin: 0; padding-left: 22px; max-width: 38em;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem); line-height: 1.9; color: var(--muted);
}
.rf-story-body blockquote::before {
  content: ""; position: absolute; left: 0; top: 5px; bottom: 5px;
  width: 4px; border-radius: 4px; background: var(--wheat);
}

.rf-story-dots {
  position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 10px; z-index: 2;
}
.rf-story-dot {
  width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px;
  background: rgba(61, 85, 39, 0.22); cursor: pointer;
  transition: height 220ms ease, background 220ms ease;
}
.rf-story-dot.is-active { height: 26px; background: var(--brand-green); }
.rf-story-dot:focus-visible { outline: 2px solid var(--wheat); outline-offset: 2px; }
.rf-nav-arrow {
  width: 26px; height: 26px; padding: 0; border: 0; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: transparent; color: var(--brand-green);
  transition: background 180ms ease, opacity 180ms ease;
}
.rf-nav-arrow svg { width: 15px; height: 15px; display: block; }
.rf-nav-arrow:hover { background: rgba(61, 85, 39, 0.10); }
.rf-nav-arrow:disabled { opacity: 0.26; cursor: default; }
.rf-nav-arrow:disabled:hover { background: transparent; }
.rf-nav-arrow:focus-visible { outline: 2px solid var(--wheat); outline-offset: 2px; }

@media (max-width: 760px) {
  .rf-story {
    --sh: clamp(508px, 140vw, 624px);
    width: min(560px, 100%); margin-left: auto; margin-right: auto; transform: none;
  }
  .rf-story-slide { grid-template-columns: 1fr; grid-template-rows: minmax(0, auto) minmax(0, 1fr); }
  .rf-story-media { min-height: 194px; margin: 16px 16px 0; }
  .rf-photo-ph { inset: 16px; }
  .rf-story-body { align-self: start; padding: 22px 46px 26px 24px; }
  .rf-story-body blockquote { max-width: none; }
  .rf-story-dots { right: 14px; }
}

@media (min-width: 961px) {

  body:is(.aud-company, .audience-spine-page) .exit-nav-col {
    position: absolute;
    top: 0;
    bottom: 26px;
    left: max(clamp(10px, 1.5vw, 24px), calc((100vw - var(--max)) / 2 + clamp(24px, 5vw, 64px) - 240px));
    width: 204px;
    z-index: 40;
    pointer-events: none;
  }
  body:is(.aud-company, .audience-spine-page) .exit-nav {
    position: sticky;
    top: 110px;
    transform: none;

    width: 204px;
    padding: 14px;
    margin: 0;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    z-index: 40;
    pointer-events: auto;

    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(61, 85, 39, 0.14);
    border-radius: 18px;
    box-shadow: 0 6px 22px rgba(61, 85, 39, 0.08);
  }

  body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf .rf-wrap {
    padding-left: calc(clamp(24px, 5vw, 64px) + clamp(0px, calc(198px - (100vw - var(--max)) / 2), 204px));
  }

  body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf-scene--panel > .rf-panel,
  body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf-cta .rf-panel-cta {
    --exitnav-clear: calc(max(clamp(10px, 1.5vw, 24px), (100vw - var(--max)) / 2 + clamp(24px, 5vw, 64px) - 240px) + 204px + 20px);
    width: auto;
    margin-left: var(--exitnav-clear);
    margin-right: max(16px, calc((100% - var(--rf-panel-max, 1240px)) / 2));
  }

  body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf-scene--bleed > .rf-col {
    --exitnav-clear: calc(max(clamp(10px, 1.5vw, 24px), (100vw - var(--max)) / 2 + clamp(24px, 5vw, 64px) - 240px) + 204px + 20px);
    --rf-col-left: max(var(--exitnav-clear), calc((100vw - 760px) / 2));
    width: auto;
    margin-left: var(--rf-col-left);
    margin-right: max(16px, calc((100% - 760px) / 2));
  }

  body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf-scene--bleed .rf-story {
    width: min(980px, 94vw, calc(100% + 2 * (var(--rf-col-left) - var(--exitnav-clear))));
  }

  body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf-scene--bleed .rf-bracketstats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.4vw, 18px);
  }
  body:is(.aud-company, .audience-spine-page):has(.exit-nav-col) .rf-scene--bleed .rf-bracketstats .rbk {
    padding: 30px clamp(14px, 1.8vw, 24px) 26px;
  }
}
@media (max-width: 960px) {

  body:is(.aud-company, .audience-spine-page) .exit-nav-col { display: contents; }

  body:is(.aud-company, .audience-spine-page) .exit-nav { margin-left: 0; margin-right: 0; }
}

.rf-bracketstats .rbk svg.rf-edge,
.rf-spinestats .sp svg.rf-edge {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; overflow: visible; z-index: 2;
}
.rf-bracketstats .rbk svg.rf-edge rect,
.rf-spinestats .sp svg.rf-edge rect { fill: none; vector-effect: non-scaling-stroke; }
.rf-bracketstats .rbk svg.rf-edge .base,
.rf-spinestats .sp svg.rf-edge .base { stroke: none; }
.rf-bracketstats .rbk svg.rf-edge .runner,
.rf-spinestats .sp svg.rf-edge .runner {
  stroke: var(--runner, var(--deep)); stroke-width: 2.5px; stroke-linecap: round;
  stroke-dasharray: 12 88; stroke-dashoffset: 12; opacity: 0;
}

.rf-bracketstats .rbk.rf-running svg.rf-edge .runner,
.rf-spinestats .sp.rf-running svg.rf-edge .runner {
  animation: rf-runner-lap 1.3s cubic-bezier(0.45, 0.05, 0.35, 1) both,
             rf-runner-fade 1.3s linear both;
}
@media (prefers-reduced-motion: reduce) {
  .rf-bracketstats .rbk.rf-running svg.rf-edge .runner,
  .rf-spinestats .sp.rf-running svg.rf-edge .runner { animation: none; }
}

@media all {

  body.aud-company .rf-spinestats .sp1 { --band: var(--leaf); }

  body.aud-company .rf-spinestats--duo .sp1 { --band: var(--wheat); }
  body.aud-company .rf-spinestats--duo .sp2 { --band: var(--leaf); }

  body:is(.aud-company, .aud-donor, .aud-school) .rf-bracketstats .rbk3 { --acc: var(--leaf); --glow: rgba(142, 196, 87, 0.26); }

  body.aud-company [aria-labelledby="company-model-title"] > .rf-panel { background: var(--honey); }
  body.aud-company [aria-labelledby="company-onsite-title"] > .rf-panel { background: var(--butter); }

  body.aud-company [aria-labelledby="company-data-title"] > .rf-panel::after { background: var(--sun); }
  body.aud-company [aria-labelledby="company-model-title"] > .rf-panel::after { background: var(--leaf); }

  body.aud-company .rf-scene--bleed { --bl2: var(--leaf); }

  body.aud-student .rf-cards .rf-card:nth-child(3n + 2) { --frame: var(--wheat); }
  body.aud-student .rf-cards .rf-card:nth-child(3n) { --frame: var(--path); }

  body.aud-student .rf-panel-cta::after {
    content: "";
    position: absolute;
    top: 0;
    right: clamp(20px, 6vw, 80px);
    width: clamp(52px, 7vw, 88px);
    height: clamp(26px, 3.5vw, 44px);
    border-radius: 0 0 16px 16px;
    background: var(--sun);
  }
}

.rf-casetabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 22px; }
.rf-casetab {
  appearance: none; cursor: pointer; font: inherit; font-weight: 700; font-size: 0.9rem;
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid rgba(61, 85, 39, 0.16);
  background: #fff; color: var(--deep); line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, translate 160ms ease;
}
.rf-casetab:hover { border-color: var(--deep); translate: 0 -1px; }
.rf-casetab:focus-visible { outline: 3px solid var(--aud-soft, var(--apricot)); outline-offset: 2px; }
.rf-casetab.is-active { background: var(--deep); border-color: var(--deep); color: #fff; }

.rf-casepanel { display: none; }
.rf-casepanel.is-active { display: block; animation: rf-casefade 220ms ease both; }
@keyframes rf-casefade { from { opacity: 0; translate: 0 6px; } to { opacity: 1; translate: 0 0; } }

.rf-caserail { position: relative; }
.rf-caserail-viewport {
  overflow: hidden; border-radius: 20px; background: #fff;
  border: 1px solid rgba(61, 85, 39, 0.10);
  box-shadow: 0 9px 24px rgba(61, 85, 39, 0.08), 0 1px 4px rgba(61, 85, 39, 0.05);
}
.rf-caserail-track { display: flex; transition: transform 420ms cubic-bezier(0.4, 0, 0.2, 1); }

.rf-case2 { flex: 0 0 100%; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); min-height: clamp(220px, 26vw, 300px); background: #fff; }
.rf-case2-photo { position: relative; overflow: hidden; background: var(--aud-soft, var(--apricot)); }
.rf-case2-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.rf-case2-body { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: clamp(24px, 4vw, 44px); }
.rf-case2-tag {
  align-self: flex-start; padding: 3px 11px; border-radius: 999px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em;
  background: var(--aud-soft, var(--apricot)); color: var(--deep);
}
.rf-case2-name { font-size: clamp(1.1rem, 1.8vw, 1.32rem); color: var(--deep); line-height: 1.35; }
.rf-case2-sub { font-size: 0.9rem; color: var(--muted); line-height: 1.8; }

.rf-caserail-nav { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 16px; }
.rf-caserail-nav[hidden] { display: none; }
.rf-caserail-arrow {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  border: 1.5px solid rgba(61, 85, 39, 0.2); background: #fff; color: var(--deep);
  cursor: pointer; display: grid; place-items: center; font-size: 1.2rem; line-height: 1;
  transition: background 150ms ease, border-color 150ms ease, opacity 150ms ease;
}
.rf-caserail-arrow:hover:not(:disabled) { background: var(--deep); border-color: var(--deep); color: #fff; }
.rf-caserail-arrow:disabled { opacity: 0.35; cursor: default; }
.rf-caserail-dots { display: flex; align-items: center; gap: 8px; }
.rf-caserail-dot { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer; background: rgba(61, 85, 39, 0.22); transition: background 150ms ease, width 150ms ease; }
.rf-caserail-dot.is-active { width: 22px; border-radius: 6px; background: var(--deep); }

.rf-caseempty {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px;
  padding: clamp(34px, 6vw, 52px) 24px;
  border-radius: 20px; border: 1.5px dashed rgba(61, 85, 39, 0.24);
  background: var(--honey); 
  background: color-mix(in srgb, var(--aud-soft, var(--apricot)) 34%, #fff);
}
.rf-caseempty-mark { width: 40px; height: 40px; border-radius: 12px; background: var(--aud-soft, var(--apricot)); position: relative; }
.rf-caseempty-mark::before, .rf-caseempty-mark::after { content: ""; position: absolute; background: var(--deep); border-radius: 2px; }
.rf-caseempty-mark::before { top: 18px; left: 11px; width: 18px; height: 4px; }
.rf-caseempty-mark::after { top: 11px; left: 18px; width: 4px; height: 18px; }
.rf-caseempty strong { font-size: 1rem; color: var(--deep); }
.rf-caseempty p { margin: 0; max-width: 34em; font-size: 0.86rem; line-height: 1.8; color: var(--muted); }
.rf-caseempty a { color: var(--aud-strong, var(--sunset)); font-weight: 700; text-decoration: none; white-space: nowrap; }
.rf-caseempty a:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .rf-case2 { grid-template-columns: 1fr; min-height: 0; }
  .rf-case2-photo { aspect-ratio: 16 / 10; }
  .rf-case2-body { padding: 20px 20px 24px; }
  .rf-caserail-arrow { width: 36px; height: 36px; }
}
