:root{
  --home-ink:#182019;
  --home-muted:#697168;
  --home-rule:#dfe7dc;
  --home-paper:#fff;
  --home-cream:#f7f8f1;
  --home-mist:#eef4e9;
  --home-sage:#dcebd4;
  --home-green:#173f2a;
  --home-mid:#416a4d;
  --home-serif:Georgia,"Times New Roman",serif;
  --home-sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.rpc-home-body{margin:0;background:var(--home-paper);color:var(--home-ink);font-family:var(--home-sans);-webkit-font-smoothing:antialiased}
.rpc-home-wrap{width:min(1120px,calc(100% - 40px));margin:0 auto}
.rpc-home-header{background:#fff;border-bottom:1px solid #173f2a;position:relative;z-index:20}
.rpc-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.rpc-logo-link img{display:block;width:245px;height:auto}
.rpc-home-nav{display:flex;align-items:center;gap:28px}
.rpc-home-nav a{color:#273127;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.rpc-home-nav a:hover{text-decoration:underline;text-underline-offset:4px}
.rpc-home-hero{
  padding:92px 0 98px;
  background:
    radial-gradient(circle at 88% 22%,rgba(138,170,114,.24),transparent 26%),
    linear-gradient(180deg,#fff 0%,#f4f7ef 100%);
  border-bottom:1px solid var(--home-rule)
}
.rpc-home-kicker{color:#53704d;font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;margin-bottom:17px}
.rpc-home-hero h1{max-width:900px;margin:0;font:700 clamp(46px,7vw,82px)/.97 var(--home-serif);letter-spacing:-.045em}
.rpc-home-dek{max-width:700px;margin:27px 0 0;color:#4f5a50;font-size:19px;line-height:1.65}
.rpc-home-primary{display:inline-flex;align-items:center;gap:12px;margin-top:32px;padding:14px 19px;border:1px solid var(--home-green);background:var(--home-green);color:#fff;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.rpc-home-primary:hover{background:#285137}
.rpc-feature-band{border-bottom:1px solid var(--home-rule);background:#fff}
.rpc-feature-inner{display:grid;grid-template-columns:.86fr 1.14fr;gap:0;border-left:1px solid var(--home-rule);border-right:1px solid var(--home-rule)}
.rpc-feature-copy{padding:58px 48px;display:flex;flex-direction:column;justify-content:center}
.rpc-feature-copy h2{margin:0;font:700 clamp(34px,4.2vw,54px)/1 var(--home-serif);letter-spacing:-.035em}
.rpc-feature-copy p{margin:18px 0 0;color:#5a6359;line-height:1.65}
.rpc-feature-link{display:inline-block;margin-top:22px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--home-green)}
.rpc-feature-art{min-height:430px;background:var(--home-mist)}
.rpc-feature-art img{display:block;width:100%;height:100%;object-fit:cover}
.rpc-rankings-section{padding:82px 0 94px}
.rpc-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:34px;padding-bottom:24px;border-bottom:1px solid var(--home-rule)}
.rpc-section-heading h2,.rpc-method-intro h2{margin:0;font:700 clamp(34px,5vw,54px)/1 var(--home-serif);letter-spacing:-.035em}
.rpc-section-heading p{width:min(420px,100%);margin:0;color:var(--home-muted);font-size:15px;line-height:1.6}
.rpc-post-feed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.rpc-post-card{min-width:0;border:1px solid var(--home-rule);background:#fff;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease}
.rpc-post-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(23,63,42,.10)}
.rpc-post-card.rpc-featured{grid-column:1/-1;display:grid;grid-template-columns:1.12fr .88fr}
.rpc-card-image{aspect-ratio:16/9;background:var(--home-cream);overflow:hidden;border-bottom:1px solid var(--home-rule)}
.rpc-featured .rpc-card-image{aspect-ratio:auto;min-height:390px;border-bottom:0;border-right:1px solid var(--home-rule)}
.rpc-card-image img{width:100%;height:100%;display:block;object-fit:cover}
.rpc-card-copy{padding:27px 29px 30px}
.rpc-featured .rpc-card-copy{padding:46px 44px;display:flex;flex-direction:column;justify-content:center}
.rpc-card-meta{display:flex;align-items:center;gap:9px;margin-bottom:15px;color:#53704d;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.rpc-card-meta .dot{width:3px;height:3px;border-radius:50%;background:#aab4a7}
.rpc-post-card h3{margin:0;font:700 29px/1.07 var(--home-serif);letter-spacing:-.026em}
.rpc-featured h3{font-size:clamp(34px,4vw,50px)}
.rpc-post-card p{margin:15px 0 0;color:#5d665c;font-size:15px;line-height:1.62}
.rpc-card-link{margin-top:22px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--home-green)}
.rpc-feed-loading{grid-column:1/-1;padding:30px;border:1px solid var(--home-rule);color:var(--home-muted)}
.rpc-method-section{padding:90px 0;background:var(--home-cream);border-top:1px solid var(--home-rule)}
.rpc-method-intro{max-width:760px}
.rpc-method-intro p{margin:23px 0 0;color:#505950;font-size:17px;line-height:1.7}
.rpc-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:46px;background:#cfdacb;border:1px solid #cfdacb}
.rpc-method-grid article{background:#fff;padding:28px 25px;min-height:205px}
.rpc-method-grid span{color:#53704d;font:700 12px/1 var(--home-sans);letter-spacing:.1em}
.rpc-method-grid h3{margin:33px 0 10px;font:700 23px/1.1 var(--home-serif)}
.rpc-method-grid p{margin:0;color:#626c61;font-size:14px;line-height:1.6}
.rpc-method-note{margin-top:28px;padding:19px 22px;background:var(--home-mist);border:1px solid #cfe0c8;color:#3c4c3b;font-size:13px;line-height:1.6}
.rpc-method-note a{color:#203422;font-weight:800;text-underline-offset:3px}
.rpc-home-footer{padding:33px 0 40px;border-top:1px solid var(--home-green);background:#fff}
.rpc-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.rpc-footer-inner img{width:210px;height:auto}
.rpc-footer-inner div{text-align:right;color:#6d756c;font-size:11px;line-height:1.8}
.rpc-footer-inner p{margin:0}
.rpc-footer-inner a{color:#465146;text-underline-offset:3px;margin-left:12px}
@media(max-width:800px){
  .rpc-home-nav{gap:16px}.rpc-home-nav a:nth-child(2){display:none}
  .rpc-home-hero{padding:70px 0}
  .rpc-feature-inner{grid-template-columns:1fr}.rpc-feature-art{min-height:310px;order:-1}.rpc-feature-copy{padding:38px 28px}
  .rpc-section-heading{display:block}.rpc-section-heading p{margin-top:14px}
  .rpc-post-feed{grid-template-columns:1fr}
  .rpc-post-card.rpc-featured{grid-column:auto;display:flex}
  .rpc-featured .rpc-card-image{min-height:0;aspect-ratio:16/9;border-right:0;border-bottom:1px solid var(--home-rule)}
  .rpc-featured .rpc-card-copy{padding:29px}
  .rpc-featured h3{font-size:34px}
  .rpc-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .rpc-home-wrap{width:min(100% - 28px,1120px)}
  .rpc-header-inner{height:70px}.rpc-logo-link img{width:205px}
  .rpc-home-nav a{font-size:10px}.rpc-home-nav a:nth-child(3){display:none}
  .rpc-home-hero{padding:57px 0 61px}.rpc-home-dek{font-size:16px}
  .rpc-rankings-section,.rpc-method-section{padding:62px 0}
  .rpc-card-copy,.rpc-featured .rpc-card-copy{padding:23px 22px 26px}
  .rpc-post-card h3,.rpc-featured h3{font-size:29px}
  .rpc-method-grid{grid-template-columns:1fr}.rpc-method-grid article{min-height:0}
  .rpc-footer-inner{align-items:flex-start;display:block}.rpc-footer-inner div{text-align:left;margin-top:18px}.rpc-footer-inner a{margin:0 12px 0 0}
}
