.r2g-landing{background:var(--surface-canvas);color:var(--ink-900);font-family:var(--font-sans)}.r2g-landing ::selection{background:var(--purple-200)}.r2g-container{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,32px)}.r2g-container--narrow{max-width:900px}.r2g-container--prose{max-width:860px}.r2g-container--cta{max-width:760px}.r2g-landing .r2g-eyebrow{font-family:var(--font-mono);font-weight:var(--fw-medium);font-size:var(--text-2xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--text-muted)}.r2g-landing .r2g-display{font-family:var(--font-serif);font-weight:var(--fw-regular);line-height:1.08;letter-spacing:var(--tracking-tight);color:var(--text-primary)}.r2g-landing .r2g-display em{font-style:italic}.r2g-landing .r2g-meta{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary)}.r2g-landing .r2g-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-sans);font-weight:var(--fw-semibold);white-space:nowrap;border:var(--border-hairline) solid transparent;border-radius:var(--radius-pill);cursor:pointer;text-decoration:none;transition:background var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out),transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-base) var(--ease-out);-webkit-user-select:none;-moz-user-select:none;user-select:none}.r2g-landing .r2g-btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.r2g-landing .r2g-btn:hover{text-decoration:none}.r2g-landing .r2g-btn:active{transform:translateY(.5px) scale(.985)}.r2g-landing .r2g-btn--primary{background:var(--orange-600);color:#fff}.r2g-landing .r2g-btn--primary:hover{background:var(--orange-700)}.r2g-landing .r2g-btn--secondary{background:var(--paper-0);color:var(--ink-900);border-color:var(--line-300)}.r2g-landing .r2g-btn--secondary:hover{background:var(--paper-100);border-color:var(--paper-300)}.r2g-landing .r2g-btn--ghost{background:transparent;color:var(--ink-700)}.r2g-landing .r2g-btn--ghost:hover{background:var(--paper-100)}.r2g-landing .r2g-btn--inverse{background:var(--ink-900);color:var(--paper-50)}.r2g-landing .r2g-btn--inverse:hover{background:var(--ink-800)}.r2g-landing .r2g-btn--warm{background:var(--orange-600);color:#fff}.r2g-landing .r2g-btn--warm:hover{background:var(--orange-700)}.r2g-landing .r2g-input{font-family:var(--font-sans);background:var(--paper-0);border:var(--border-hairline) solid var(--line-300);border-radius:var(--radius-md);color:var(--ink-900);transition:border-color var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.r2g-landing .r2g-input::placeholder{color:var(--ink-400)}.r2g-landing .r2g-input:hover{border-color:var(--paper-300)}.r2g-landing .r2g-input:focus,.r2g-landing .r2g-input:focus-within{outline:none;border-color:var(--blue-500);box-shadow:var(--shadow-focus)}.r2g-landing .r2g-card{background:var(--surface-card);border:var(--border-hairline) solid var(--border-subtle);border-radius:var(--radius-lg)}.r2g-landing .lift{transition:border-color var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}.r2g-landing .lift:hover{border-color:var(--paper-300);box-shadow:var(--shadow-md)}.r2g-landing .arrow-link{display:inline-flex;align-items:center;gap:7px;font-weight:var(--fw-semibold);font-size:var(--text-sm);color:var(--blue-600);transition:gap var(--dur-fast) var(--ease-out)}.r2g-landing .arrow-link:hover{gap:11px}.r2g-landing .r2g-tag{display:inline-flex;align-items:center;gap:var(--space-2);font-family:var(--font-sans);font-weight:var(--fw-medium);border-radius:var(--radius-pill);border:var(--border-hairline) solid var(--line-300);background:transparent;color:var(--ink-700)}.r2g-landing .chk{display:flex;gap:10px;align-items:flex-start;font-size:var(--text-sm);line-height:1.5;color:var(--ink-700)}.r2g-landing .chk svg{flex-shrink:0;margin-top:3px}.r2g-landing .r2g-badge-soon{font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-700);background:var(--orange-100);border:1px solid var(--orange-200);padding:3px 9px;border-radius:var(--radius-pill)}.r2g-stat-value{font-family:var(--font-serif);font-weight:var(--fw-regular);line-height:1;letter-spacing:var(--tracking-tight);color:var(--ink-900)}.r2g-stat-value[data-accent=blue]{color:var(--blue-600)}.r2g-stat-value[data-accent=purple]{color:var(--purple-600)}.r2g-stat-value[data-accent=orange]{color:var(--orange-600)}.r2g-stat-value[data-accent=green]{color:var(--green-600)}.r2g-stat-label{font-weight:var(--fw-medium);font-size:var(--text-2xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--text-muted);margin-top:10px}.r2g-avatar,.r2g-stat-label{font-family:var(--font-mono)}.r2g-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:var(--fw-semibold);color:#fff;flex-shrink:0}.r2g-avatar[data-tone=blue]{background:var(--blue-600)}.r2g-avatar[data-tone=purple]{background:var(--purple-600)}.r2g-avatar[data-tone=orange]{background:var(--orange-600)}.r2g-avatar[data-tone=green]{background:var(--green-600)}.r2g-shot{display:block;width:100%;object-fit:cover;border-radius:var(--radius-md)}.r2g-shot--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--paper-100),var(--paper-200));color:var(--ink-400);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase}@media (max-width:640px){.r2g-landing section{padding-top:56px!important;padding-bottom:56px!important}}.r2g-home{--rh-max:1180px}.r2g-home .rh-wrap{max-width:var(--rh-max);margin:0 auto;padding:0 clamp(20px,5vw,32px)}.r2g-home section{position:relative}.r2g-home .rh-band-sunken{background:var(--paper-100);border-top:1px solid var(--line-200);border-bottom:1px solid var(--line-200)}.r2g-home .rh-h2{font-size:clamp(27px,4.4vw,38px);line-height:1.1;margin:0}.r2g-home .rh-lede{font-size:clamp(15px,1.6vw,16px);line-height:1.6;color:var(--ink-700);margin:12px 0 0}.r2g-home .rh-center{max-width:42em;margin-left:auto;margin-right:auto;text-align:center}.r2g-home .rh-hero{background:#9ea2fb;padding:clamp(52px,8vw,84px) 0;overflow:hidden}.r2g-home .rh-hero-grid{display:flex;flex-wrap:wrap;gap:clamp(36px,5vw,60px);align-items:center}.r2g-home .rh-hero-copy{flex:1 1 460px;min-width:min(100%,300px)}.r2g-home .rh-hero h1{font-size:clamp(38px,7vw,64px);line-height:1.01;margin:0 0 22px;color:var(--ink-900)}.r2g-home .rh-hero-lede{font-size:clamp(17px,2vw,19px);line-height:1.6;color:var(--ink-800);margin:0 0 30px;max-width:30em}.r2g-home .rh-hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}.r2g-home .rh-hero-stats{display:flex;gap:clamp(18px,3vw,30px);flex-wrap:wrap;align-items:center}.r2g-home .rh-hero-stat .rh-stat-n{font-family:var(--font-serif);font-size:28px;color:var(--ink-900);line-height:1}.r2g-home .rh-hero-stat .rh-stat-l{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--ink-800);margin-top:6px}.r2g-home .rh-hero-div{width:1px;height:38px;background:rgba(29,28,26,.18)}.r2g-home .rh-hero-aside{flex:1 1 340px;min-width:min(100%,300px);display:flex;justify-content:center}.r2g-home .rh-match{background:var(--paper-0);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-pop,var(--shadow-lg));width:100%;max-width:380px}.r2g-home .rh-match-top{background:var(--blue-50);padding:16px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-200)}.r2g-home .rh-pulse{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--green-600)}.r2g-home .rh-pulse:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green-600)}.r2g-home .rh-match-body{padding:24px}.r2g-home .rh-bar{height:6px;background:var(--paper-200);border-radius:var(--radius-pill);overflow:hidden;margin-bottom:20px}.r2g-home .rh-bar>span{display:block;height:100%;background:var(--purple-600);border-radius:var(--radius-pill)}.r2g-home .mono-mark{font-family:var(--font-mono);font-weight:500;letter-spacing:.04em;display:flex;align-items:center;justify-content:center}.r2g-home .rh-tabs{display:flex;gap:26px;border-bottom:1px solid var(--line-300);margin-bottom:28px;overflow-x:auto;-webkit-overflow-scrolling:touch}.r2g-home .rh-tab{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-500);padding:12px 2px;position:relative;cursor:pointer;white-space:nowrap;background:none;border:none;transition:color .15s ease}.r2g-home .rh-tab.on,.r2g-home .rh-tab:hover{color:var(--ink-900)}.r2g-home .rh-tab.on:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--purple-600)}.r2g-home .rh-tab-n{opacity:.55;margin-left:6px}.r2g-home .rh-opp-railwrap{position:relative}.r2g-home .rh-opp-rail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:10px 6px 20px}.r2g-home .rh-opp-rail::-webkit-scrollbar{display:none}.r2g-home .rh-opp{flex:0 0 300px;scroll-snap-align:start;padding:0;background:var(--paper-0);display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:inherit}.r2g-home .rh-opp-arrow{position:absolute;top:calc(50% - 5px);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--paper-0);border:1px solid var(--line-300);color:var(--ink-800);box-shadow:0 6px 20px rgba(29,28,26,.14);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background .15s ease,box-shadow .15s ease}.r2g-home .rh-opp-arrow:hover{background:var(--paper-100);box-shadow:0 8px 26px rgba(29,28,26,.18)}.r2g-home .rh-opp-arrow--prev{left:-8px}.r2g-home .rh-opp-arrow--next{right:-8px}@media (max-width:640px){.r2g-home .rh-opp{flex:0 0 84%}.r2g-home .rh-opp-arrow{display:none}}.r2g-home .rh-opp-bodytop{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.r2g-home .rh-opp-badge{width:42px;height:42px;border-radius:var(--radius-md);color:#fff;font-size:14px;flex-shrink:0}.r2g-home .rh-opp-body{padding:22px;display:flex;flex-direction:column;flex:1 1}.r2g-home .rh-opp-title{font-family:var(--font-serif);font-size:19px;line-height:1.2;margin:0 0 16px}.r2g-home .rh-opp-meta{display:flex;flex-direction:column;gap:9px;margin-bottom:20px;flex:1 1}.r2g-home .rh-opp-partner{font-size:13px;color:var(--ink-700)}.r2g-home .t-blue{background:var(--blue-50);color:var(--blue-600)}.r2g-home .t-purple{background:var(--purple-50);color:var(--purple-700)}.r2g-home .t-orange{background:var(--orange-50);color:var(--orange-700)}.r2g-home .t-green{background:var(--green-100);color:var(--green-600)}.r2g-home .rh-band{display:flex;flex-wrap:wrap;gap:32px;align-items:center;justify-content:space-between;padding:clamp(28px,4vw,44px)}.r2g-home .rh-band-copy{flex:1 1 420px;min-width:min(100%,280px)}.r2g-home .rh-band-copy h2{font-size:clamp(24px,3vw,30px);line-height:1.12;margin:0 0 10px}.r2g-home .rh-band-copy p{font-size:16px;line-height:1.6;color:var(--ink-700);margin:0;max-width:34em}.r2g-home .rh-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:24px;gap:24px}.r2g-home .rh-stat-tile{padding:28px;text-align:center}.r2g-home .rh-weekly{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.r2g-home .rh-weekly-card{padding:14px;overflow:hidden;background:var(--paper-0);display:block}.r2g-home .rh-weekly-img{display:block;width:100%;height:240px;object-fit:cover;border-radius:var(--radius-md)}.r2g-home .rh-imgcar{max-width:900px;margin:0 auto}.r2g-home .rh-imgcar-stage{position:relative;aspect-ratio:1200/628;border-radius:var(--radius-lg);overflow:hidden;background:var(--paper-100);box-shadow:var(--shadow-md,0 10px 30px rgba(29,28,26,.12))}.r2g-home .rh-imgcar-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .6s ease;pointer-events:none}.r2g-home .rh-imgcar-img.on{opacity:1;pointer-events:auto}.r2g-home .rh-imgcar-dots{display:flex;gap:9px;justify-content:center;margin-top:22px}.r2g-home .rh-imgcar-dot{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:var(--line-300);cursor:pointer;transition:background .15s ease,transform .15s ease}.r2g-home .rh-imgcar-dot.on{background:var(--orange-600);transform:scale(1.3)}@media (prefers-reduced-motion:reduce){.r2g-home .rh-imgcar-img{transition:none}}.r2g-home .rh-feat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;max-width:820px;margin:0 auto}@media (max-width:640px){.r2g-home .rh-feat-grid{grid-template-columns:1fr}}.r2g-home .rh-feat{padding:30px;display:flex;gap:18px;align-items:flex-start}.r2g-home .rh-feat-ic{width:44px;height:44px;flex-shrink:0;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.r2g-home .rh-feat h3{font-family:var(--font-serif);font-size:21px;margin:0 0 8px;line-height:1.2}.r2g-home .rh-feat p{font-size:15px;line-height:1.6;color:var(--ink-700);margin:0}.r2g-home .rh-logos{display:grid;grid-template-columns:repeat(auto-fill,minmax(124px,1fr));grid-gap:14px;gap:14px;align-items:stretch}.r2g-home .rh-logo-tile{height:76px;border:1px solid var(--line-300);border-radius:var(--radius-md);background:var(--paper-0);display:flex;align-items:center;justify-content:center;padding:14px}.r2g-home .rh-logo-tile img{max-width:100%;max-height:100%;object-fit:contain;display:block}.r2g-home .rh-logo-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.r2g-home .rh-logo-track{display:flex;align-items:center;width:max-content;animation:rh-marquee 44s linear infinite}.r2g-home .rh-logo-marquee:hover .rh-logo-track{animation-play-state:paused}.r2g-home .rh-logo-slide{flex:0 0 auto;margin-right:60px;height:42px;display:flex;align-items:center}.r2g-home .rh-logo-slide img{max-height:42px;max-width:150px;width:auto;object-fit:contain;display:block}@keyframes rh-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.r2g-home .rh-logo-track{animation:none;flex-wrap:wrap;justify-content:center;gap:24px 40px}}.r2g-home .rh-pitch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:22px;gap:22px}.r2g-home .rh-pitch{padding:0;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--paper-0)}.r2g-home .rh-pitch-banner{aspect-ratio:16/9;background:#fff;overflow:hidden;border-bottom:1px solid var(--line-200)}.r2g-home .rh-pitch-banner img{width:100%;height:100%;object-fit:contain;display:block}.r2g-home .rh-pitch-body{padding:22px;display:flex;flex-direction:column;flex:1 1}.r2g-home .rh-pitch-title{font-family:var(--font-serif);font-size:20px;line-height:1.18;margin:0}.r2g-home .rh-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.r2g-home .rh-step{padding:30px;background:var(--paper-0)}.r2g-home .rh-step-ic{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.r2g-home .rh-step h3{font-family:var(--font-serif);font-size:21px;margin:0 0 8px}.r2g-home .rh-step p{font-size:15px;line-height:1.6;color:var(--ink-700);margin:0}.r2g-home .rh-survey{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:32px;gap:32px;align-items:stretch}.r2g-home .rh-survey-copy{display:flex;flex-direction:column;justify-content:center}.r2g-home .rh-survey-copy h2{font-size:clamp(26px,3.4vw,34px);line-height:1.12;margin:0 0 18px}.r2g-home .rh-survey-panel{background:var(--purple-600);border-radius:var(--radius-lg);padding:clamp(28px,4vw,44px);display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-height:320px;color:#fff}.r2g-home .rh-chip{font-size:13px;color:#fff;background:rgba(255,255,255,.14);padding:6px 13px;border-radius:var(--radius-pill)}.r2g-home .rh-chips{display:flex;flex-wrap:wrap;gap:8px}.r2g-home .rh-recent{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:16px;gap:16px}.r2g-home .rh-recent-card{padding:22px;background:var(--paper-0);display:flex;gap:14px;align-items:flex-start}.r2g-home .rh-recent-logo{width:46px;height:46px;flex-shrink:0;border-radius:var(--radius-md);object-fit:contain;background:var(--paper-100);padding:5px}.r2g-home .rh-recent-name{font-weight:600;font-size:15px;margin:0}.r2g-home .rh-recent-pitch{font-size:13px;line-height:1.5;color:var(--ink-600);margin:6px 0 0}.r2g-home .rh-quote{font-family:var(--font-serif);font-size:clamp(22px,3vw,30px);line-height:1.34;margin:0 0 28px;font-style:italic;color:var(--ink-900)}.r2g-home .rh-quote-by{display:flex;align-items:center;justify-content:center;gap:14px}.r2g-home .rh-quote-logo{max-height:46px;max-width:150px;object-fit:contain}.r2g-home .rh-tcar{position:relative;max-width:780px;margin:0 auto;padding:0 48px}.r2g-home .rh-tcar-stage{text-align:center;min-height:220px;display:flex;flex-direction:column;justify-content:center}.r2g-home .rh-tcar .rh-quote{margin:0 0 22px}.r2g-home .rh-tcar-name{font-weight:600;font-size:15px}.r2g-home .rh-tcar-arrow{position:absolute;top:calc(50% - 18px);transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--line-300);background:var(--paper-0);color:var(--ink-500);font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,background .15s ease}.r2g-home .rh-tcar-arrow:hover{border-color:var(--ink-400);color:var(--ink-900);background:var(--paper-100)}.r2g-home .rh-tcar-prev{left:0}.r2g-home .rh-tcar-next{right:0}.r2g-home .rh-tcar-dots{display:flex;gap:8px;justify-content:center;margin-top:30px}.r2g-home .rh-tcar-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--line-300);cursor:pointer;transition:background .15s ease,transform .15s ease}.r2g-home .rh-tcar-dot.on{background:var(--orange-600);transform:scale(1.35)}@media (max-width:560px){.r2g-home .rh-tcar{padding:0}.r2g-home .rh-tcar-arrow{display:none}}.r2g-home .rh-news{background:var(--orange-600);padding:clamp(48px,7vw,72px) 0}.r2g-home .rh-news h2{font-size:clamp(27px,3.6vw,34px);line-height:1.1;margin:0 0 14px;color:#fff}.r2g-home .rh-news-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:480px;margin:0 auto}.r2g-home .rh-news .newsletter-form{width:100%}.r2g-home .rh-news .newsletter-form .input{flex:1 1 240px;min-width:0}.r2g-home .rh-news .newsletter-form .btn-primary{background:var(--ink-900);color:#fff}.r2g-home .rh-news .newsletter-form .btn-primary:hover:not(:disabled){background:var(--ink-800)}.r2g-home .rh-newsgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}