.rrh-method-page { --rrh-cyan: #2d7cff; --rrh-violet: #8c5acb; background: var(--ry-white); }
.rrh-method-header { background: rgba(255, 254, 253, .92); }

.rrh-method-hero {
  min-height: calc(100vh - 86px);
  padding: clamp(58px, 7vw, 108px) clamp(22px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  align-items: center;
  gap: clamp(44px, 7vw, 120px);
  color: white;
  background: var(--ry-ink);
  overflow: hidden;
}
.rrh-method-hero-copy { position: relative; z-index: 2; }
.rrh-method-kicker { margin-bottom: clamp(28px, 4vw, 50px) !important; display: flex; align-items: center; gap: 13px; color: #aeb8d6; font-size: .68rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.rrh-method-kicker span { width: 30px; height: 2px; background: linear-gradient(90deg, var(--rrh-cyan), var(--ry-gold), var(--ry-orange)); }
.rrh-method-hero h1 { font-size: clamp(6.1rem, 11vw, 12rem); line-height: .73; letter-spacing: -.095em; color: white; }
.rrh-method-hero h1 em { margin-top: .28em; display: block; color: var(--ry-gold); font-size: .38em; line-height: 1; letter-spacing: -.045em; font-weight: 420; }
.rrh-method-hero h1 sup { margin-left: .12em; color: var(--ry-gold); font-size: .11em; vertical-align: top; }
.rrh-method-lead { max-width: 700px; margin-top: 42px !important; color: #b1b8c7; font-size: clamp(1.04rem, 1.35vw, 1.23rem); line-height: 1.7; }
.rrh-method-actions { margin-top: 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.rrh-method-actions > a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.42); display: inline-flex; gap: 16px; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.rrh-method-actions .rrh-method-button { min-height: 55px; padding: 0 21px; border: 1px solid var(--ry-gold); color: var(--ry-ink); background: var(--ry-gold); }

.rrh-method-orbit {
  min-height: min(70vh, 710px);
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(45,124,255,.22), transparent 34%),
    linear-gradient(145deg, #0b1124 0%, #111a35 52%, #091126 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: inset 0 0 80px rgba(0,0,0,.28), 0 30px 80px rgba(0,0,0,.2);
}
.rrh-method-orbit::before {
  content: "";
  width: 74%;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from -28deg, var(--rrh-cyan), var(--ry-green), var(--rrh-violet), var(--ry-orange), var(--ry-gold), var(--rrh-cyan));
  opacity: .88;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
  animation: rrh-orbit-turn 28s linear infinite;
}
.rrh-method-orbit::after {
  content: "";
  width: 54%;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(255,255,255,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(45,124,255,.035), 0 0 0 116px rgba(255,182,0,.02);
}
.rrh-method-orbit-axis {
  width: 64%;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from 18deg, transparent 0 8%, rgba(255,255,255,.12) 8% 8.4%, transparent 8.4% 28%, rgba(255,255,255,.12) 28% 28.4%, transparent 28.4% 48%, rgba(255,255,255,.12) 48% 48.4%, transparent 48.4% 68%, rgba(255,255,255,.12) 68% 68.4%, transparent 68.4% 88%, rgba(255,255,255,.12) 88% 88.4%, transparent 88.4%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 34%), #000 calc(100% - 34%));
  mask: radial-gradient(farthest-side, transparent calc(100% - 34%), #000 calc(100% - 34%));
}
.rrh-method-orbit > div {
  width: 196px;
  aspect-ratio: 1;
  position: relative;
  z-index: 3;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  color: white;
  text-align: center;
  background: radial-gradient(circle at 34% 24%, #1d61e4 0%, #0b2c82 36%, #071a57 68%, #050d25 100%);
  box-shadow: 0 0 0 8px rgba(255,255,255,.035), 0 0 0 10px rgba(255,182,0,.24), 0 26px 80px rgba(0,0,0,.48), 0 0 70px rgba(45,124,255,.24);
}
.rrh-method-orbit > div::after { content: ""; width: 9px; height: 9px; position: absolute; right: 19px; top: 28px; border-radius: 50%; background: var(--ry-gold); box-shadow: 0 0 18px var(--ry-gold); }
.rrh-method-orbit > div > span { color: #91a9e9; font-size: .52rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.rrh-method-orbit strong { margin-top: 5px; font-size: 3.15rem; line-height: .82; letter-spacing: -.09em; }
.rrh-method-orbit > div > b { color: var(--ry-gold); font-size: .69rem; line-height: 1; letter-spacing: .18em; }
.rrh-method-orbit small { margin-top: 7px; color: #b8c5e8; font-size: .52rem; line-height: 1.42; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rrh-method-orbit-label { position: absolute; top: 25px; left: 27px; color: #8d9bc1; font-size: .61rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.rrh-method-orbit-caption { position: absolute; right: 25px; bottom: 22px; color: #6f7d9f; font-size: .54rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rrh-method-orbit ol { margin: 0; padding: 0; position: absolute; inset: 0; z-index: 4; list-style: none; }
.rrh-method-orbit li {
  --phase: var(--rrh-cyan);
  min-width: 116px;
  padding: 10px 13px 10px 11px;
  position: absolute;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.17);
  border-left: 3px solid var(--phase);
  color: #f4f6ff;
  background: rgba(8,15,37,.82);
  box-shadow: 0 12px 34px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
}
.rrh-method-orbit li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #071a57; background: var(--phase); font-size: .5rem; font-weight: 900; }
.rrh-method-orbit li b { font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.rrh-method-orbit li:nth-child(1) { left: 4%; top: 20%; }
.rrh-method-orbit li:nth-child(2) { --phase: var(--ry-green); right: 4%; top: 18%; }
.rrh-method-orbit li:nth-child(3) { --phase: var(--rrh-violet); right: 2%; bottom: 25%; }
.rrh-method-orbit li:nth-child(4) { --phase: var(--ry-orange); left: 50%; bottom: 7%; transform: translateX(-50%); }
.rrh-method-orbit li:nth-child(5) { --phase: var(--ry-gold); left: 2%; bottom: 25%; }

@keyframes rrh-orbit-turn { to { transform: rotate(1turn); } }

.rrh-method-statement { padding: clamp(95px, 11vw, 170px) clamp(22px, 6vw, 96px); background: var(--ry-white); }
.rrh-method-statement > div { margin-top: 46px; display: grid; grid-template-columns: 1.2fr .53fr; align-items: end; gap: clamp(55px, 8vw, 135px); }
.rrh-method-statement h2 { color: var(--ry-navy); font-size: clamp(3.8rem, 7.3vw, 8rem); line-height: .88; letter-spacing: -.08em; }
.rrh-method-statement h2 em { color: var(--ry-orange); font-weight: 420; }
.rrh-method-statement > div > p { padding-left: 28px; border-left: 2px solid var(--ry-gold); color: #535b6a; font-size: 1.02rem; line-height: 1.76; }

.rrh-method-flow { padding: 0 clamp(22px, 6vw, 96px) clamp(95px, 10vw, 150px); display: grid; grid-template-columns: repeat(5, 1fr); background: var(--ry-white); }
.rrh-method-flow article { min-height: 305px; padding: 25px 22px 28px; position: relative; border: 1px solid var(--ry-line); border-left: 0; }
.rrh-method-flow article:first-child { border-left: 1px solid var(--ry-line); }
.rrh-method-flow span { color: #747d91; font-size: .63rem; font-weight: 850; }
.rrh-method-flow i { width: 8px; height: 8px; position: absolute; top: -4px; left: 22px; border-radius: 50%; background: var(--rrh-cyan); box-shadow: 0 0 0 5px var(--ry-white); }
.rrh-method-flow article:nth-child(2) i { background: var(--ry-green); }
.rrh-method-flow article:nth-child(3) i { background: var(--rrh-violet); }
.rrh-method-flow article:nth-child(4) i { background: var(--ry-orange); }
.rrh-method-flow article:nth-child(5) i { background: var(--ry-blue); }
.rrh-method-flow h3 { margin-top: 105px; color: var(--ry-navy); font-size: 1.35rem; }
.rrh-method-flow p { margin-top: 16px; color: #626a78; font-size: .84rem; line-height: 1.6; }

.rrh-method-boundary { padding: clamp(92px, 10vw, 150px) clamp(22px, 6vw, 96px); display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: clamp(60px, 10vw, 160px); color: white; background: var(--ry-orange); }
.rrh-method-boundary-title > p { margin-bottom: 28px; font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.rrh-method-boundary h2 { font-size: clamp(4rem, 7.4vw, 8rem); line-height: .86; letter-spacing: -.08em; }
.rrh-method-boundary h2 em { color: var(--ry-navy); font-weight: 430; }
.rrh-method-boundary-copy { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.48); }
.rrh-method-boundary-copy p { color: rgba(255,255,255,.86); font-size: 1.02rem; line-height: 1.72; }
.rrh-method-boundary-copy strong { margin-top: 30px; display: block; color: var(--ry-navy); font-size: .72rem; line-height: 1.6; letter-spacing: .09em; text-transform: uppercase; }

.rrh-method-capabilities { padding: clamp(95px, 11vw, 170px) clamp(22px, 6vw, 96px); background: var(--ry-cream); }
.rrh-method-capabilities-heading { display: grid; grid-template-columns: .48fr 1.52fr; align-items: end; gap: 50px; }
.rrh-method-capabilities-heading h2 { color: var(--ry-navy); font-size: clamp(3.8rem, 7vw, 7.8rem); line-height: .89; letter-spacing: -.078em; }
.rrh-method-capability-grid { margin-top: 80px; display: grid; grid-template-columns: 1fr 1fr; }
.rrh-method-capability-grid article { min-height: 310px; padding: 32px; border: 1px solid var(--ry-line); }
.rrh-method-capability-grid article:nth-child(2n) { border-left: 0; }
.rrh-method-capability-grid article:nth-child(n+3) { border-top: 0; }
.rrh-method-capability-grid span { color: var(--ry-orange); font-size: .68rem; font-weight: 850; }
.rrh-method-capability-grid h3 { margin-top: 92px; color: var(--ry-navy); font-size: 1.5rem; letter-spacing: -.03em; }
.rrh-method-capability-grid p { max-width: 510px; margin-top: 16px; color: #5f6674; font-size: .9rem; line-height: 1.65; }

.rrh-method-research { padding: clamp(95px, 11vw, 170px) clamp(22px, 6vw, 96px); display: grid; grid-template-columns: 1.1fr .72fr; align-items: end; gap: clamp(60px, 9vw, 145px); color: var(--ry-ink); background: var(--ry-gold); }
.rrh-method-research > div:first-child > p { margin-bottom: 26px; color: var(--ry-navy); font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.rrh-method-research h2 { color: var(--ry-navy); font-size: clamp(4rem, 7vw, 7.8rem); line-height: .88; letter-spacing: -.08em; }
.rrh-method-research-copy > p { color: #554824; font-size: 1rem; line-height: 1.74; }
.rrh-method-research-copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(7,26,87,.27); }
.rrh-method-research-copy li { padding: 17px 0; border-bottom: 1px solid rgba(7,26,87,.27); color: var(--ry-navy); font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.rrh-method-author { padding: clamp(82px, 9vw, 135px) clamp(22px, 6vw, 96px); display: grid; grid-template-columns: minmax(300px,.72fr) 1fr minmax(220px,.5fr); align-items: end; gap: clamp(35px, 5vw, 80px); color: white; background: var(--ry-navy); }
.rrh-method-author-media { margin: 0; padding: 10px; align-self: stretch; display: grid; grid-template-rows: 1fr auto; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.rrh-method-author-media img { width: 100%; height: 100%; max-height: 700px; object-fit: contain; object-position: top; }
.rrh-method-author-media figcaption { padding: 12px 8px 4px; color: var(--ry-navy); font-size: .58rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.rrh-method-author > div:nth-child(2) > p { margin-bottom: 22px; color: #a5b5e3; font-size: .66rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.rrh-method-author h2 { font-size: clamp(3rem, 5.4vw, 6rem); line-height: .9; letter-spacing: -.07em; }
.rrh-method-author > div:nth-child(2) > span { max-width: 610px; margin-top: 28px; display: block; color: #b8c1db; font-size: .92rem; line-height: 1.65; }
.rrh-method-orcid { padding: 18px; display: grid; grid-template-columns: 104px 1fr auto; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.24); color: #a5b5e3; background: rgba(255,255,255,.05); font-size: .6rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.rrh-method-orcid:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.rrh-method-orcid > img { width: 104px; aspect-ratio: 1; padding: 6px; background: white; }
.rrh-method-orcid > span { display: grid; gap: 8px; }
.rrh-method-orcid strong { color: white; font-size: .68rem; line-height: 1.45; }
.rrh-method-orcid > b { color: var(--ry-gold); font-size: 1rem; }

.rrh-method-closing { min-height: 650px; padding: 100px clamp(22px, 7.5vw, 120px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; background: var(--ry-ink); }
.rrh-method-closing > p { margin-bottom: 34px; color: #98a6cc; font-size: .68rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.rrh-method-closing h2 { max-width: 1180px; font-size: clamp(3.6rem, 6.8vw, 7.4rem); line-height: .91; letter-spacing: -.075em; }
.rrh-method-closing h2 em { color: var(--ry-gold); }

@media (max-width: 1080px) {
  .rrh-method-hero { grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: 45px; }
  .rrh-method-statement > div, .rrh-method-research { grid-template-columns: 1fr .65fr; }
  .rrh-method-author { grid-template-columns: minmax(280px,.7fr) 1fr; }
  .rrh-method-author-media { grid-row: 1 / span 2; }
  .rrh-method-orcid { grid-column: 2; }
}

@media (max-width: 820px) {
  .rrh-method-hero { min-height: auto; grid-template-columns: 1fr; }
  .rrh-method-orbit { min-height: 560px; }
  .rrh-method-statement > div, .rrh-method-boundary, .rrh-method-capabilities-heading, .rrh-method-research { grid-template-columns: 1fr; }
  .rrh-method-statement > div { gap: 45px; }
  .rrh-method-flow { grid-template-columns: 1fr 1fr; }
  .rrh-method-flow article, .rrh-method-flow article:first-child { border-left: 1px solid var(--ry-line); }
  .rrh-method-boundary-copy { max-width: 620px; }
  .rrh-method-author { grid-template-columns: 1fr; }
  .rrh-method-author-media { width: min(100%, 620px); grid-row: auto; }
  .rrh-method-orcid { width: min(100%, 560px); grid-column: auto; }
}

@media (max-width: 560px) {
  .rrh-method-hero h1 { font-size: clamp(5rem, 25vw, 7rem); }
  .rrh-method-orbit { min-height: 510px; }
  .rrh-method-orbit::before { width: 84%; }
  .rrh-method-orbit::after { width: 61%; }
  .rrh-method-orbit-axis { width: 74%; }
  .rrh-method-orbit > div { width: 128px; }
  .rrh-method-orbit strong { font-size: 2.2rem; }
  .rrh-method-orbit > div > span, .rrh-method-orbit small { font-size: .43rem; }
  .rrh-method-orbit > div > b { font-size: .55rem; }
  .rrh-method-orbit li { min-width: 98px; padding: 7px 8px; gap: 6px; }
  .rrh-method-orbit li span { width: 21px; height: 21px; }
  .rrh-method-orbit li b { font-size: .48rem; }
  .rrh-method-orbit li:nth-child(1) { left: 2%; top: 21%; }
  .rrh-method-orbit li:nth-child(2) { right: 2%; top: 21%; }
  .rrh-method-orbit li:nth-child(3) { right: 1%; bottom: 24%; }
  .rrh-method-orbit li:nth-child(4) { bottom: 8%; }
  .rrh-method-orbit li:nth-child(5) { left: 1%; bottom: 24%; }
  .rrh-method-orbit-caption { display: none; }
  .rrh-method-statement h2, .rrh-method-boundary h2, .rrh-method-capabilities-heading h2, .rrh-method-research h2, .rrh-method-closing h2 { font-size: clamp(3rem, 14.5vw, 4.8rem); }
  .rrh-method-flow, .rrh-method-capability-grid { grid-template-columns: 1fr; }
  .rrh-method-flow article { min-height: 220px; }
  .rrh-method-flow h3 { margin-top: 55px; }
  .rrh-method-capability-grid article, .rrh-method-capability-grid article:nth-child(2n), .rrh-method-capability-grid article:nth-child(n+3) { min-height: 250px; border: 0; border-top: 1px solid var(--ry-line); padding: 28px 0; }
  .rrh-method-capability-grid h3 { margin-top: 55px; }
  .rrh-method-orcid { grid-template-columns: 82px 1fr auto; padding: 13px; }
  .rrh-method-orcid > img { width: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .rrh-method-orbit::before { animation: none; }
}
