

body.home-remake main {
  position: relative;
}

body.home-remake main > section {
  position: relative;
}

@media (min-width: 1101px) {
  body.home-remake .problem-section.section-pad,
  body.home-remake #impact.section-pad,
  body.home-remake #audiences.section-pad,

  body.home-remake #partners.section-pad {

    padding-right: clamp(96px, 20vw, 380px);
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  body.home-remake .problem-section.section-pad,
  body.home-remake #impact.section-pad,
  body.home-remake #audiences.section-pad {
    padding-right: clamp(120px, 21vw, 240px);
  }
}

@media (max-width: 1100px) {
  body.home-remake #partners > .path-header {
    padding-right: clamp(52px, 21vw, 240px);
  }
}

body.home-remake .rroute {
  position: absolute;
  inset: 0;

  z-index: 15;
  pointer-events: none;

  overflow: hidden;
}

body.home-remake .rhero {
  position: relative;
  min-height: 100vh;
  padding: clamp(140px, 17vh, 186px) clamp(28px, 8vw, 150px) 118px;
  overflow: hidden;
  isolation: isolate;

  background: transparent;
  z-index: 1;
}

body.home-remake .rhero-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body.home-remake .rhero-copy {
  position: relative;
  z-index: 3;
  width: min(900px, 72vw);
  margin-left: clamp(0px, 6vw, 96px);
  padding-top: 38px;
}

body.home-remake .rhero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  color: var(--brand-green);
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: none;
}

body.home-remake .rhero-eyebrow span {
  width: 4px;
  height: 26px;
  background: var(--path);
}

body.home-remake .rhero h1 {
  margin: 0;
  color: var(--brand-green);
  font-family: var(--font-sans);
  font-weight: 900;
  letter-spacing: 0;
  font-size: clamp(46px, 4vw, 58px);
  line-height: 1.18;
  text-wrap: balance;
}

body.home-remake .rhero h1 span {
  color: var(--path);
}

body.home-remake .rhero-sub {
  max-width: none; 
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.8;
}

body.home-remake .rhero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 176px;
  height: 60px;
  padding: 0 32px;
  border-radius: 26px;
  background: var(--path);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(242, 140, 10, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.home-remake .rhero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(242, 140, 10, 0.28);
}

body.home-remake .rhero-btn b {
  font-style: normal;
  font-weight: 800;
}

body.home-remake .rhero-orange {
  position: absolute;
  top: -72px;
  right: -50px;
  width: min(340px, 22vw);
  height: min(520px, 48vh);
  border-radius: 0 0 0 82px;
  background: var(--path);
  z-index: 1;
}

body.home-remake .rhero-orange-sq {
  position: absolute;
  top: min(288px, 30vh);
  right: clamp(60px, 12vw, 206px);
  width: 26px;
  height: 26px;
  background: var(--sunset);
  z-index: 2;
}

body.home-remake .rhero-cream {
  position: absolute;
  right: 0;
  z-index: 0;
  border-radius: 76px 0 0 76px;
  background:
    linear-gradient(90deg, rgba(252, 224, 140, 0.72), rgba(252, 224, 140, 0.42) 66%, rgba(252, 224, 140, 0.18)),
    radial-gradient(circle at 18% 24%, rgba(255, 240, 196, 0.85), rgba(255, 240, 196, 0) 60%);
  box-shadow: 0 24px 70px rgba(245, 182, 45, 0.12);
}

body.home-remake .rhero-cream--1 {
  top: 44%;
  width: min(490px, 34vw);
  height: 266px;
}

body.home-remake .rhero-cream--2 {
  top: 54%;
  width: min(430px, 29vw);
  height: 238px;
  background:
    linear-gradient(90deg, rgba(255, 240, 196, 0.6), rgba(255, 240, 196, 0.34) 70%, rgba(255, 240, 196, 0.12)),
    radial-gradient(circle at 20% 18%, rgba(255, 246, 214, 0.8), rgba(255, 246, 214, 0) 58%);
}

body.home-remake .rhero-green {
  position: absolute;
  left: -70px;
  bottom: 30px;
  width: 520px;
  height: 170px;
  border-radius: 66px;
  background: var(--deep);
  z-index: 0;
}

body.home-remake .rhero-corner {
  position: absolute;
  left: clamp(22px, 6%, 92px);
  top: clamp(92px, 12%, 148px);
  width: clamp(120px, 24%, 360px);
  height: clamp(210px, 58%, 520px);
  border-left: 1.5px solid rgba(248, 205, 95, 0.7);
  border-top: 1.5px solid rgba(248, 205, 95, 0.7);
  border-top-left-radius: clamp(70px, 9vw, 150px);
  z-index: 1;
}

body.home-remake .rhero-cdot {
  position: absolute;
  left: clamp(22px, 6%, 92px);
  top: clamp(250px, 34%, 380px);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--amber);
  transform: translate(-50%, -50%);
  z-index: 1;
}

body.home-remake .rhero-vtext {
  position: absolute;
  top: 150px;
  right: clamp(22px, 4vw, 66px);
  z-index: 1;
  writing-mode: vertical-rl;
  color: rgba(61, 85, 39, 0.32);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.34em;
}

body.home-remake .problem-section,
body.home-remake .impact-section,
body.home-remake #audiences,
body.home-remake .partners-section {
  position: relative;
}

body.home-remake .rsec-mark {
  position: absolute;
  right: clamp(24px, 9vw, 150px);
  bottom: 60px;
  z-index: 0;
  pointer-events: none;

}

body.home-remake .rsec-mark--bar {
  width: 118px;
  height: 86px;
  background: none;
}
body.home-remake .rsec-mark--bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--sun);
  border-radius: 16px;
}
body.home-remake .rsec-mark--bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  background: repeating-linear-gradient(90deg, rgba(61, 85, 39, 0.42) 0 2px, transparent 2px 13px);
  border-radius: 20px;
}

body.home-remake .rsec-mark--square {
  width: 128px;
  height: 128px;
  background: rgba(252, 224, 140, 0.7);
  border-radius: 40px;
}

body.home-remake .rsec-mark--block {
  width: 164px;
  height: 124px;
  background: none;
}
body.home-remake .rsec-mark--block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 138px;
  height: 84px;
  background: var(--deep);
  border-radius: 26px;
}
body.home-remake .rsec-mark--block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 64px;
  background: repeating-linear-gradient(90deg, rgba(242, 140, 10, 0.82) 0 2px, transparent 2px 13px);
  border-radius: 20px;
}

body.home-remake .problem-section .rhome-vlabel {
  position: absolute;
  top: clamp(40px, 6vw, 96px);
  right: clamp(20px, 4vw, 70px);
  z-index: 0;
  writing-mode: vertical-rl;
  color: rgba(61, 85, 39, 0.30);
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.34em;
  pointer-events: none;
}
@media (max-width: 1100px) {
  body.home-remake .problem-section .rhome-vlabel {
    display: none;
  }
}

body.home-remake .problem-section::before,
body.home-remake #impact::before,
body.home-remake #audiences::before,
body.home-remake #partners::before {
  display: none;
}

body.home-remake .problem-section,
body.home-remake #impact,
body.home-remake #audiences,
body.home-remake #partners {
  padding-top: 112px;
  padding-bottom: 112px;
}

body.home-remake .problem-section .section-kicker p,
body.home-remake #method .section-kicker p,
body.home-remake #impact .section-kicker p,
body.home-remake #audiences .section-kicker p,
body.home-remake #partners .section-kicker p {
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--brand-green);
  letter-spacing: 0.16em;
}
body.home-remake #impact .kicker-icon { color: var(--deep); }

body.home-remake #impact .section-grid h2 { color: var(--ink); }
body.home-remake #impact .lead { color: var(--muted); }
body.home-remake #impact .audience-cta { color: var(--leaf-700); }
body.home-remake #impact .impact-numbers {
  background: transparent;
  border: 0;
  gap: 18px;
  overflow: visible;
}
body.home-remake #impact .impact-numbers div {

  background: #fff;
  border: 1px solid rgba(61, 85, 39, 0.14);
  border-radius: var(--card-radius); 
  box-shadow: 0 24px 60px rgba(61, 85, 39, 0.06);
}
body.home-remake #impact .impact-numbers strong { color: var(--path); }
body.home-remake #impact .impact-numbers span { color: var(--brand-green); }

body.home-remake .problem-section .section-grid > div > h2,
body.home-remake .problem-section .section-grid > div > p,
body.home-remake #impact .section-grid > div > h2,
body.home-remake #impact .section-grid > div > p,
body.home-remake #audiences .path-header > div > h2,
body.home-remake #audiences .path-header > div > p,
body.home-remake #partners .path-header > div > h2,
body.home-remake #partners .path-header > div > p {
  max-width: 720px;
}

body.home-remake #partners {
  padding-bottom: 170px;
}

body.home-remake #partners .rsec-mark {
  bottom: 18px;
}

@media (max-width: 1100px) {
  body.home-remake .rhero-copy {

    width: min(760px, 81vw);
    margin-left: 0;
  }
  body.home-remake .rhero-orange {
    width: 150px;
  }
  body.home-remake .rhero-cream {
    opacity: 0.32;
  }

  body.home-remake .rhero-vtext {
    display: none;
  }
  body.home-remake .rroute,
  body.home-remake .rroute-over {
    opacity: 1; 
  }
  body.home-remake .rsec-mark {
    display: none;
  }
}

@media (max-width: 700px) {
  body.home-remake .rhero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 132px;

    padding-right: 50px;
  }
  body.home-remake .rhero h1 {
    font-size: clamp(38px, 11vw, 56px);
  }

  body.home-remake .rhero-copy {
    width: auto;
  }
  body.home-remake .rhero-sub {
    max-width: 100%;
  }

  body.home-remake .rhero-orange-sq,
  body.home-remake .rhero-vtext {
    display: none;
  }
  body.home-remake .rhero-orange {
    top: -60px;
    right: -36px;
    width: 116px;
    height: min(320px, 38vh);
    border-radius: 0 0 0 56px;
  }
  body.home-remake .rhero-cream--1 {
    top: 48%;
    width: min(220px, 56vw);
    height: 170px;
    border-radius: 48px 0 0 48px;
  }
  body.home-remake .rhero-cream--2 {
    top: 58%;
    width: min(180px, 46vw);
    height: 150px;
    border-radius: 48px 0 0 48px;
  }
  body.home-remake .rhero-green {
    width: 300px;
    height: 186px;
    bottom: 24px;
    left: -56px;
    border-radius: 56px;
  }

  body.home-remake #partners > .path-header { padding-right: 0; }
}

body.home-remake .problem-section .section-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-areas:
    "kicker cards"
    "copy   cards";
  column-gap: clamp(36px, 5vw, 84px);
  row-gap: 18px;
  align-items: start;
}
body.home-remake .problem-section .section-grid > .section-kicker { grid-area: kicker; }
body.home-remake .problem-section .initiative-copy { grid-area: copy; }
body.home-remake .problem-section .initiative-cards {
  grid-area: cards;
  align-self: start;
  margin-top: 6px;
}

body.home-remake .problem-section .initiative-copy h2 {
  max-width: none;
  font-size: clamp(2.3rem, 3.3vw, 3.35rem);
  font-weight: 900;
  line-height: 1.16;
}
body.home-remake .problem-section .initiative-copy h2::after { display: none; }
body.home-remake .problem-section .initiative-copy h2 .kw { color: var(--path); }

body.home-remake .section-grid h2,
body.home-remake .path-header h2,
body.home-remake .impact-layout h2 {
  font-size: clamp(2.3rem, 3.3vw, 3.35rem);
  font-weight: 900;
  line-height: 1.16;
}
body.home-remake .problem-section .initiative-copy .lead {
  max-width: 560px;
  margin-top: 22px;
}

body.home-remake .problem-section .initiative-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(15px, 1.3vw, 22px);
  list-style: none;
  max-width: none;
  padding: 0;
}
body.home-remake .problem-section .initiative-cards::before { display: none; }
body.home-remake .problem-section .ic-card::after { display: none; }
body.home-remake .problem-section .ic-card {
  display: block;
  flex: none;
  min-width: 0;
  text-align: left;
  padding: clamp(22px, 2vw, 30px) clamp(20px, 1.7vw, 28px);
  background: var(--white);
  border: 1px solid rgba(61, 85, 39, 0.10);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(61, 85, 39, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
body.home-remake .problem-section .ic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(61, 85, 39, 0.10);
}
body.home-remake .problem-section .ic-num {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 12px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: var(--font-en);
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--path);
}
body.home-remake .problem-section .ic-card:hover .ic-num { transform: none; }
body.home-remake .problem-section .ic-gap {
  margin: 0;
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  line-height: 1.75;
  color: var(--ink);
}

body.home-remake .problem-section .rsec-mark {
  right: clamp(24px, 7vw, 118px);
  bottom: 40px;
}

@media (max-width: 900px) {
  body.home-remake .problem-section .section-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "copy"
      "cards";
    row-gap: 24px;
  }
  body.home-remake .problem-section .initiative-cards {
    align-self: stretch;
    margin-top: 4px;
  }
  body.home-remake .problem-section .initiative-copy .lead { max-width: none; }
}
@media (max-width: 520px) {
  body.home-remake .problem-section .initiative-cards { grid-template-columns: 1fr; }
}

body.home-remake .rsec-mark { display: block; }

body.home-remake .rhero-corner,
body.home-remake .rhero-cdot { display: none; }

body.home-remake main > section {
  z-index: 16;
}

body.home-remake #method,
body.home-remake #impact,
body.home-remake #partners,
body.home-remake #support {
  background: transparent;
}
body.home-remake .rhero {
  isolation: auto;
  z-index: auto;
}
body.home-remake .rhero-copy {
  z-index: 16;
}

body.home-remake .problem-section .ic-num {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 13px;
  background: rgba(252, 224, 140, 0.62);
}

body.home-remake #impact .impact-numbers strong {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 13px;
  background: rgba(252, 224, 140, 0.6);
}
@media (max-width: 640px) {
  body.home-remake #impact .impact-numbers strong { padding: 3px 10px; border-radius: 10px; }
}

body.home-remake .method-cycle .mc-tier { text-align: left; }
body.home-remake .method-cycle .mc-sub { margin-left: 0; margin-right: 0; }

body.home-remake .cta-band { align-items: flex-start; text-align: left; }
body.home-remake .cta-band p { margin-left: 0; margin-right: 0; }
body.home-remake .cta-band-actions { align-items: flex-start; }

body.home-remake .partner-years .pyear-badge { align-items: flex-start; }

body.home-remake .rhero { padding-left: var(--gutter); }
body.home-remake .rhero-copy { margin-left: 0; }

body.home-remake .rf-bracketstats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(198px, 1fr));
  gap: 18px;
  margin: 30px 0 0;
}

body.home-remake .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;
}
body.home-remake .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; 
}
body.home-remake .rf-bracketstats .rbk1 { --acc: var(--path);   --num: var(--leaf-700); --glow: rgba(242, 140, 10, 0.20); }
body.home-remake .rf-bracketstats .rbk2 { --acc: var(--wheat);  --num: var(--deep);      --glow: rgba(245, 182, 45, 0.26); }
body.home-remake .rf-bracketstats .rbk3 { --acc: var(--sunset); --num: var(--leaf-700); --glow: rgba(232, 115, 40, 0.20); }
body.home-remake .rf-bracketstats .rbk4 { --acc: var(--amber);  --num: var(--leaf-700); --glow: rgba(248, 205, 95, 0.30); }
body.home-remake .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%; }
body.home-remake .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); }
body.home-remake .rf-bracketstats .rbk-num .u { font-size: 0.42em; font-weight: 800; margin-left: 3px; }
body.home-remake .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; }
body.home-remake .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) { body.home-remake .rf-bracketstats .rbk::after { animation: none; } }

@media (max-width: 700px) {
  body.home-remake .rf-bracketstats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  body.home-remake .rf-bracketstats .rbk { padding: 24px 12px 22px; min-height: 0; }
  body.home-remake .rf-bracketstats .rbk-num { font-size: 2.2rem; }
  body.home-remake .rf-bracketstats .rbk-lbl { font-size: 0.86rem; margin-top: 10px; }
}

@media (min-width: 721px) {

  body.home-remake .mc-sub { max-width: none; }

  body.home-remake #impact .section-grid > div > h2 { max-width: none; }

  body.home-remake #audiences-title { white-space: nowrap; }

  body.home-remake #audiences .path-header > div > p { max-width: none; }
}

@media (min-width: 1200px) {
  body.home-remake .problem-section .section-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr); }
  body.home-remake #why-title { white-space: nowrap; }
}

@media (max-width: 720px) {
  body.home-remake #audiences-title { white-space: normal; }
  body.home-remake #impact-title br { display: none; }

  body.home-remake #impact .lead br { display: none; }

  body.home-remake #support .cta-band p br { display: none; }

  body.home-remake #support .cta-band { width: min(var(--max), calc(100% - 40px)); }
}

body.home-remake .section-kicker { padding-top: 0; }
body.home-remake :is(.problem-section, #method, #impact, #audiences, #partners) .section-kicker p,
body.home-remake .mc-eyebrow,
body.home-remake .rhero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 1rem;            
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: none;
  color: var(--brand-green);
}

body.home-remake :is(.problem-section, #method, #impact, #audiences, #partners) .section-kicker p::before,
body.home-remake .mc-eyebrow::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: var(--path);
  flex: none;
}
body.home-remake :is(.problem-section, #method, #impact, #audiences, #partners) .section-kicker p::after { display: none; } 
body.home-remake .rhero-eyebrow { margin-bottom: 26px; }
body.home-remake .rhero-eyebrow span {
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: var(--path);
}
body.home-remake .mc-eyebrow { justify-content: flex-start; margin-bottom: 2px; } 

body.home-remake .cta-band .cta-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--sun);
}
body.home-remake .cta-band .cta-kicker::before {
  content: "";
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: var(--sun);
  flex: none;
}

body.home-remake .aud-card:nth-of-type(1) { --pill: var(--leaf); }  
body.home-remake .aud-card:nth-of-type(2) { --pill: var(--path); }  
body.home-remake .aud-card:nth-of-type(3) { --pill: var(--wheat); } 
body.home-remake .aud-card:nth-of-type(4) { --pill: var(--deep); }  
body.home-remake .aud-card:nth-of-type(4) .aud-tag { color: #fff; }

body.home-remake .aud-grid { --aud-pad-x: 30px; }
body.home-remake .aud-head,
body.home-remake .aud-body {
  padding-left: var(--aud-pad-x);
  padding-right: var(--aud-pad-x);
}
@media (max-width: 900px) {
  body.home-remake .aud-grid { --aud-pad-x: 26px; }
}
@media (max-width: 520px) {
  body.home-remake .aud-grid { --aud-pad-x: 34px; }
}

body.home-remake .partner-groups {
  width: min(var(--max), 100%);
  margin: 40px auto 0;
}
body.home-remake .pgroup {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 16px;
  padding: 36px 0;
}
body.home-remake .pgroup + .pgroup { border-top: 1px solid rgba(61, 85, 39, 0.16); }
body.home-remake .pgroup-label {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--deep);
}
body.home-remake .pgroup--biz .pgroup-label { color: var(--path); }

body.home-remake .pgroup--sponsor .pgroup-label { color: var(--path); }
body.home-remake .pgroup-note {
  margin: -6px 0 2px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
}
body.home-remake .pgroup-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --pg-rowgap: 24px;
  gap: var(--pg-rowgap) clamp(28px, 4vw, 54px);
}
body.home-remake .pgroup-track li { display: flex; align-items: center; justify-content: center; }

body.home-remake .pgroup-track .pg-break { display: none; }
@media (min-width: 901px) {
  body.home-remake .pgroup-track .pg-break {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: 0;
    margin: 0;
  }
  body.home-remake .pgroup-track .pg-break ~ li {
    margin-top: calc(var(--pg-rowgap) * -1);
  }
}

body.home-remake .pgroup-track img { transition: transform 220ms ease; }
body.home-remake .pgroup-track li:hover img { transform: scale(1.14); }
@media (prefers-reduced-motion: reduce) {
  body.home-remake .pgroup-track img { transition: none; }
  body.home-remake .pgroup-track li:hover img { transform: none; }
}
body.home-remake .pgroup-track img {
  display: block;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  border-radius: 6px; 
}

body.home-remake .pgroup-track li.logo-wide img { height: 48px; }
body.home-remake .pgroup-track li.logo-mid  img { height: 58px; }
body.home-remake .pgroup-track li.logo-mark img { height: 68px; }

@media (min-width: 901px) {
  body.home-remake .pgroup { container-type: inline-size; }
  body.home-remake .pgroup-track { column-gap: 5cqi; }
  body.home-remake .pgroup-track img { max-width: 30cqi; }
  body.home-remake .pgroup-track li.logo-wide img { height: 6.2cqi; }
  body.home-remake .pgroup-track li.logo-mid  img { height: 7.5cqi; }
  body.home-remake .pgroup-track li.logo-mark img { height: 8.8cqi; }
}
@media (max-width: 720px) {
  body.home-remake .pgroup {
    grid-template-columns: 1fr;
    row-gap: 18px;
    padding: 26px 0;
  }
  body.home-remake .pgroup-track { --pg-rowgap: 18px; gap: var(--pg-rowgap) 26px; }
  body.home-remake .pgroup-track li.logo-wide img { height: 38px; }
  body.home-remake .pgroup-track li.logo-mid  img { height: 48px; }
  body.home-remake .pgroup-track li.logo-mark img { height: 56px; }
}

body.home-remake .pgroup-track {
  padding: 16px 0;
}

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

body.home-remake .rf-bracketstats .rbk.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) {
  body.home-remake .rf-bracketstats .rbk.rf-running svg.rf-edge .runner { animation: none; }
}

body.home-remake br.brm { display: none; }
@media (max-width: 700px) {
  body.home-remake br.brm { display: inline; }

  body.home-remake .rhero h1#hero-title { text-wrap: normal; }

  body.home-remake .rhero h1 { font-size: clamp(26px, 8.4vw, 56px); }

  body.home-remake .section-grid h2,
  body.home-remake .path-header h2,
  body.home-remake .impact-layout h2,
  body.home-remake .problem-section .initiative-copy h2 { font-size: min(2.3rem, 7.8vw); }

  body.home-remake #method-title { white-space: nowrap; font-size: min(1.3rem, 5.9vw); }
}

body.home-remake .problem-section .section-grid:not(:has(.initiative-cards)) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "kicker"
    "copy";
}

@media (min-width: 901px) {
  body.home-remake .problem-section .section-grid:not(:has(.initiative-cards)) .initiative-copy .lead {
    max-width: 600px;
  }
}

@media (max-width: 700px) {
  body.home-remake .rroute-car { display: none; }

  body.home-remake .rroute,
  body.home-remake .rroute-over { display: none; }
}
body.home-remake .rroute-car {
  position: absolute;
  inset: 0;
  z-index: 17;
  pointer-events: none;
  overflow: hidden;
}
body.home-remake .rroute-car svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
body.home-remake .rcar-tail {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px var(--wheat));
}
body.home-remake .rcar-outline,
body.home-remake .rcar-band,
body.home-remake .rcar-guide {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-remake .rcar-outline {
  stroke: var(--wheat);
  stroke-width: 44;
  filter: drop-shadow(0 4px 10px rgba(61, 85, 39, 0.3));
}
body.home-remake .rcar-band {
  stroke: var(--deep);
  stroke-width: 36;
}
body.home-remake .rcar-guide {
  stroke: transparent;
  stroke-width: 1;
}
body.home-remake .rcar-text {
  fill: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 2px;
  dominant-baseline: middle;
}
body.home-remake .rcar-dot {
  fill: #fff;
  stroke: var(--wheat);
  stroke-width: 4.4;
  filter: drop-shadow(0 0 7px var(--wheat));
}
body.home-remake .rcar-tail-stop { stop-color: var(--wheat); }

@media (max-width: 1100px) {
  body.home-remake .rcar-outline { stroke-width: 33; }  
  body.home-remake .rcar-band { stroke-width: 27; }
  body.home-remake .rcar-tail { stroke-width: 5.5; }
  body.home-remake .rcar-text { font-size: 10.5px; letter-spacing: 1.4px; }
  body.home-remake .rcar-dot { stroke-width: 3.6; }
}
@media (prefers-reduced-motion: reduce) {
  body.home-remake .rcar-outline,
  body.home-remake .rcar-band,
  body.home-remake .rcar-tail,
  body.home-remake .rcar-dot { filter: none; }
}

body.home-remake .mc-detail-col .mc-hint.mc-hint--cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  margin: 16px 0 0;
  padding: 10px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--deep);
  background: rgba(252, 224, 140, 0.55); 
  border: 1px solid rgba(242, 140, 10, 0.5); 
  border-radius: 999px;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {

}

@media (max-width: 700px) {
  body.home-remake .rsec-mark { z-index: -1; }
}
