:root {
  --rh-black: #090909;
  --rh-ink: #0d0d0d;
  --rh-charcoal: #121212;
  --rh-charcoal-soft: #181818;
  --rh-ivory: #f2eee7;
  --rh-white: #ffffff;
  --rh-muted: #a8a198;
  --rh-red: #9d2428;
  --rh-red-bright: #c63338;
  --rh-line: rgba(255, 255, 255, .12);
  --rh-line-soft: rgba(255, 255, 255, .07);
  --rh-max-width: 1480px;
  --rh-serif: "Cormorant Garamond", "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --rh-sans: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --rh-header-height: 92px;
  --rh-section-space: clamp(112px, 12vw, 200px);
  --rh-ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--rh-black); }
body { margin: 0; overflow-x: hidden; background: var(--rh-black); color: var(--rh-ivory); font-family: var(--rh-sans); -webkit-font-smoothing: antialiased; }
body.rh-menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--rh-red); color: var(--rh-white); }
:focus-visible { outline: 2px solid var(--rh-red-bright); outline-offset: 5px; }
.rh-shell { width: min(calc(100% - 96px), var(--rh-max-width)); margin-inline: auto; }
.rh-skip-link { position: fixed; top: 14px; left: 14px; z-index: 1000; padding: 12px 16px; background: var(--rh-ivory); color: var(--rh-black); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transform: translateY(-180%); transition: transform .2s ease; }
.rh-skip-link:focus { transform: none; }

/* Shared editorial language */
body:is(.rh-home, .rh-about, .rh-work, .rh-insights, .rh-contact) :is(h1, h2, h3) {
  -webkit-hyphens: none;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.rh-section { position: relative; padding-block: var(--rh-section-space); }
.rh-section-index { margin: 0; color: var(--rh-red-bright); font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.rh-eyebrow { margin: 0; color: rgba(242, 238, 231, .52); font-size: 10px; font-weight: 600; letter-spacing: .24em; line-height: 1.4; text-transform: uppercase; }
.rh-button { display: inline-flex; align-items: center; gap: 28px; padding: 17px 23px 16px; border: 0; text-decoration: none; font-size: 10px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.rh-button-primary { border: 1px solid rgba(198, 51, 56, .8); background: rgba(157, 36, 40, .08); color: var(--rh-white); transition: background .28s ease, border-color .28s ease, transform .28s ease; }
.rh-button-primary:hover { border-color: var(--rh-red-bright); background: rgba(157, 36, 40, .22); transform: translateY(-2px); }
.rh-button-primary span:last-child { font-size: 18px; transition: transform .28s ease; }
.rh-button-primary:hover span:last-child { transform: translateX(5px); }
.rh-text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 9px; border-bottom: 1px solid rgba(198, 51, 56, .62); text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: border-color .2s ease, color .2s ease; }
.rh-text-link:hover { border-color: var(--rh-red-bright); color: var(--rh-white); }
/* Header */
.rh-site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.rh-site-header.is-scrolled, body:not(.rh-home) .rh-site-header { border-color: rgba(255, 255, 255, .08); background: rgba(9, 9, 9, .88); backdrop-filter: blur(14px); }
.rh-header-shell { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 72px), var(--rh-max-width)); height: var(--rh-header-height); margin-inline: auto; }
.rh-wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: .21em; }
.rh-wordmark > span { position: relative; display: block; }
.rh-wordmark > span::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--rh-red-bright); content: ""; opacity: .88; }
.rh-header-mark { width: 29px; height: 35px; object-fit: contain; }
.rh-primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 34px); }
.rh-primary-nav > a { position: relative; color: rgba(242, 238, 231, .72); text-decoration: none; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; transition: color .2s ease; }
.rh-primary-nav > a:not(.rh-nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--rh-red-bright); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--rh-ease); }
.rh-primary-nav > a:hover { color: var(--rh-white); }
.rh-primary-nav > a:hover::after, .rh-primary-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.rh-primary-nav .rh-nav-cta { margin-left: 5px; padding: 13px 16px; border: 1px solid rgba(198, 51, 56, .58); color: var(--rh-ivory); }
.rh-nav-cta span { margin-left: 4px; color: var(--rh-red-bright); }
.rh-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: var(--rh-ivory); cursor: pointer; }
.rh-menu-toggle > span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s ease; }
.rh-menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
.rh-menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Hero */
.rh-hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: var(--rh-black); }
.rh-hero-image { position: absolute; inset: 0; z-index: -3; background: url("../img/ryan-hopman-hero-master.png") center center / cover no-repeat; transform: scale(1.002); }
.rh-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7, 7, 7, .98) 0%, rgba(7, 7, 7, .93) 22%, rgba(7, 7, 7, .72) 40%, rgba(7, 7, 7, .24) 61%, rgba(7, 7, 7, .04) 100%), linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, transparent 40%, rgba(0, 0, 0, .42) 100%); }
.rh-hero-inner { display: flex; align-items: center; min-height: 100svh; padding: 132px 0 94px; }
.rh-hero-copy { width: min(690px, 48vw); }
.rh-hero-title { margin: 0; font-family: var(--rh-serif); font-size: clamp(58px, 6.2vw, 112px); font-weight: 400; letter-spacing: -.048em; line-height: .82; text-transform: uppercase; }
.rh-hero-title span { display: block; }
.rh-hero-title .rh-title-break { margin-top: .28em; }
.rh-hero-lead { max-width: 590px; margin: 42px 0 0; color: rgba(242, 238, 231, .91); font-family: var(--rh-serif); font-size: clamp(19px, 1.45vw, 24px); line-height: 1.48; }
.rh-hero-bridge { max-width: 565px; margin: 22px 0 0; color: rgba(242, 238, 231, .6); font-size: 13px; line-height: 1.7; }
.rh-hero .rh-button { margin-top: 38px; }
.rh-scroll-cue { position: absolute; bottom: 28px; left: 50%; width: 1px; height: 48px; overflow: hidden; background: rgba(255, 255, 255, .12); text-decoration: none; }
.rh-scroll-cue span { position: absolute; top: -50%; left: 0; width: 1px; height: 50%; background: rgba(255, 255, 255, .75); animation: rh-scroll 2.1s cubic-bezier(.76, 0, .24, 1) infinite; }
@keyframes rh-scroll { to { transform: translateY(300%); } }

/* Perspective */
.rh-perspective { background: var(--rh-ink); border-top: 1px solid rgba(255, 255, 255, .05); }
.rh-section-grid { display: grid; grid-template-columns: 78px minmax(0, 1.55fr) minmax(270px, .85fr); gap: clamp(32px, 5vw, 86px); }
.rh-section-heading .rh-eyebrow { margin-bottom: 30px; }
.rh-section-heading h2 { max-width: 880px; margin: 0; font-family: var(--rh-serif); font-size: clamp(42px, 4.5vw, 74px); font-weight: 400; letter-spacing: -.036em; line-height: 1; }
.rh-perspective-body { padding-top: 59px; }
.rh-perspective-body p { margin: 0 0 24px; color: rgba(242, 238, 231, .65); font-size: clamp(15px, 1.1vw, 18px); line-height: 1.82; }
.rh-margin-note { grid-column: 2 / 4; display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-top: 68px; padding-top: 24px; border-top: 1px solid var(--rh-line); color: rgba(242, 238, 231, .4); font-family: var(--rh-serif); font-size: clamp(20px, 2vw, 30px); font-style: italic; }
.rh-margin-note strong { color: var(--rh-ivory); font-weight: 400; }

/* Services */
.rh-services { background: #101010; }
.rh-section-intro { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); gap: clamp(40px, 8vw, 130px); align-items: end; margin-bottom: clamp(72px, 9vw, 132px); }
.rh-section-intro .rh-eyebrow { margin-top: 22px; }
.rh-section-intro h2 { max-width: 970px; margin: 0; font-family: var(--rh-serif); font-size: clamp(43px, 5vw, 80px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.rh-services-context { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 6vw, 90px); max-width: 970px; margin: 0 0 clamp(72px, 8vw, 120px) auto; }
.rh-services-context p { margin: 0; color: rgba(242, 238, 231, .62); font-size: 15px; line-height: 1.82; }
.rh-service-list { border-top: 1px solid var(--rh-line); }
.rh-service { display: grid; grid-template-columns: 70px minmax(240px, .7fr) minmax(320px, 1fr); gap: clamp(28px, 5vw, 80px); padding: clamp(38px, 4.5vw, 68px) 0; border-bottom: 1px solid var(--rh-line); }
.rh-service-number { margin: 8px 0 0; color: var(--rh-red-bright); font-size: 9px; letter-spacing: .22em; }
.rh-service h3 { margin: 0; font-family: var(--rh-serif); font-size: clamp(34px, 3.3vw, 54px); font-weight: 400; letter-spacing: -.025em; line-height: 1; }
.rh-service-body { max-width: 680px; margin-top: 5px; }
.rh-service-body p { margin: 0 0 24px; color: rgba(242, 238, 231, .6); font-size: 15px; line-height: 1.8; }
.rh-service-body p:first-child { color: rgba(242, 238, 231, .82); font-family: var(--rh-serif); font-size: clamp(20px, 1.8vw, 27px); line-height: 1.38; }
.rh-service-body p:last-child { margin-bottom: 0; }
.rh-services-close { max-width: 900px; margin: clamp(60px, 7vw, 100px) 0 0 auto; color: rgba(242, 238, 231, .78); font-family: var(--rh-serif); font-size: clamp(24px, 2.4vw, 37px); font-style: italic; line-height: 1.35; }
.rh-section-action { display: flex; justify-content: flex-end; padding-top: 52px; }

/* Experience */
.rh-experience { overflow: hidden; background: #0b0b0b; }
.rh-experience::before { position: absolute; top: 0; right: -14vw; width: 60vw; height: 60vw; border: 1px solid rgba(157, 36, 40, .08); border-radius: 50%; content: ""; }
.rh-experience-heading { position: relative; display: grid; grid-template-columns: .5fr 1.25fr .75fr; gap: clamp(38px, 6vw, 96px); align-items: end; }
.rh-experience-heading .rh-eyebrow { margin-top: 22px; }
.rh-experience-heading h2 { margin: 0; font-family: var(--rh-serif); font-size: clamp(64px, 8.2vw, 132px); font-weight: 400; letter-spacing: -.055em; line-height: .76; }
.rh-experience-heading h2 em { color: rgba(242, 238, 231, .55); font-weight: 400; }
.rh-experience-heading > p { margin: 0; color: rgba(242, 238, 231, .57); font-size: 14px; line-height: 1.75; }
.rh-experience-opening { position: relative; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(420px, 1.15fr); gap: clamp(55px, 9vw, 145px); margin-top: clamp(110px, 13vw, 190px); padding: clamp(64px, 7vw, 105px) 0; border-top: 1px solid var(--rh-line); border-bottom: 1px solid var(--rh-line); }
.rh-experience-deck { margin: 0; color: rgba(242, 238, 231, .88); font-family: var(--rh-serif); font-size: clamp(28px, 3vw, 47px); letter-spacing: -.02em; line-height: 1.25; }
.rh-experience-opening > div { max-width: 720px; }
.rh-experience-opening > div p { margin: 0 0 25px; color: rgba(242, 238, 231, .61); font-size: 15px; line-height: 1.85; }
.rh-experience-opening > div p:last-child { margin: 36px 0 0; color: var(--rh-ivory); font-family: var(--rh-serif); font-size: clamp(23px, 2vw, 32px); font-style: italic; line-height: 1.35; }
.rh-experience-chapters { position: relative; }
.rh-experience-chapter { display: grid; grid-template-columns: minmax(165px, .42fr) minmax(0, 1.58fr); gap: clamp(45px, 9vw, 145px); padding: clamp(88px, 10vw, 150px) 0; border-bottom: 1px solid var(--rh-line); }
.rh-chapter-aside { align-self: start; }
.rh-ledger-mark { color: var(--rh-red-bright); font-family: var(--rh-serif); font-size: clamp(52px, 6vw, 92px); letter-spacing: -.05em; line-height: .8; }
.rh-chapter-number { display: block; color: var(--rh-red-bright); font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.rh-chapter-aside > p { margin: 28px 0 0; color: rgba(242, 238, 231, .42); font-size: 10px; font-weight: 600; letter-spacing: .19em; line-height: 1.6; text-transform: uppercase; }
.rh-chapter-copy { max-width: 900px; }
.rh-experience-chapter:nth-child(even) .rh-chapter-copy { max-width: 820px; }
.rh-chapter-copy h3 { max-width: 820px; margin: 0 0 clamp(42px, 5vw, 70px); font-family: var(--rh-serif); font-size: clamp(42px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.04em; line-height: .96; }
.rh-chapter-copy p { max-width: 760px; margin: 0 0 27px; color: rgba(242, 238, 231, .63); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.88; }
.rh-chapter-copy p:first-of-type { color: rgba(242, 238, 231, .76); }
.rh-chapter-copy p:last-child { margin-bottom: 0; }
.rh-chapter-copy cite { color: rgba(242, 238, 231, .83); font-family: var(--rh-serif); font-size: 1.08em; }
.rh-experience-coda { position: relative; padding: clamp(120px, 14vw, 220px) 0 clamp(20px, 3vw, 45px); }
.rh-experience-coda > .rh-eyebrow { margin-bottom: 45px; color: var(--rh-red-bright); }
.rh-role-run { max-width: 1240px; margin: 0; color: rgba(242, 238, 231, .43); font-family: var(--rh-serif); font-size: clamp(22px, 2.3vw, 36px); line-height: 1.48; }
.rh-coda-argument { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(50px, 9vw, 140px); margin: clamp(78px, 9vw, 135px) 0; padding-top: 42px; border-top: 1px solid var(--rh-line); }
.rh-coda-argument p { margin: 0; color: rgba(242, 238, 231, .65); font-size: 15px; line-height: 1.82; }
.rh-coda-argument p:first-child { color: var(--rh-ivory); font-family: var(--rh-serif); font-size: clamp(28px, 3vw, 46px); font-style: italic; line-height: 1.25; }
.rh-cross-discipline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(45px, 9vw, 140px); border-top: 1px solid var(--rh-line); }
.rh-cross-discipline p { margin: 0; padding: 20px 0; border-bottom: 1px solid var(--rh-line); color: rgba(242, 238, 231, .7); font-family: var(--rh-serif); font-size: clamp(22px, 2.2vw, 34px); line-height: 1.25; }
.rh-experience-close { max-width: 1080px; margin: clamp(100px, 12vw, 180px) 0 0 auto; color: rgba(242, 238, 231, .9); font-family: var(--rh-serif); font-size: clamp(34px, 4vw, 62px); font-style: italic; letter-spacing: -.025em; line-height: 1.2; }
.rh-experience-last { margin: 58px 0 0 auto; color: var(--rh-red-bright); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-align: right; text-transform: uppercase; }

/* Film */
.rh-film { background: #131313; }
.rh-film-copy { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(40px, 8vw, 130px); align-items: start; margin-bottom: 65px; }
.rh-film-copy .rh-eyebrow { margin-top: 22px; }
.rh-film-copy h2 { margin: 0; font-family: var(--rh-serif); font-size: clamp(52px, 6vw, 96px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.rh-film-copy > div:last-child > p { max-width: 610px; margin: 28px 0 0; color: rgba(242, 238, 231, .58); font-size: 15px; line-height: 1.75; }
.rh-film-placeholder { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--rh-line); background: radial-gradient(circle at 72% 45%, rgba(157, 36, 40, .1), transparent 28%), linear-gradient(135deg, #161616, #080808); }
.rh-film-placeholder::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px); background-size: 44px 44px; content: ""; }
.rh-film-media { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; background: var(--rh-black); object-fit: cover; }
.rh-film-placeholder:has(.rh-film-media:not([hidden]))::before { opacity: 0; }
.rh-film-placeholder:has(.rh-film-media:not([hidden])) .rh-film-frame { opacity: 0; pointer-events: none; }
.rh-film-frame { position: absolute; inset: 28px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .07); }
.rh-film-play { position: relative; width: 74px; height: 74px; border: 1px solid rgba(242, 238, 231, .46); border-radius: 50%; }
.rh-film-play::after { position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--rh-ivory); content: ""; transform: translate(-35%, -50%); }
.rh-film-frame p { position: absolute; right: 24px; bottom: 20px; margin: 0; color: rgba(242, 238, 231, .35); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.rh-film-frame p span { margin-right: 16px; color: rgba(242, 238, 231, .75); }

/* Philosophy */
.rh-philosophy { background: var(--rh-ink); }
.rh-philosophy-grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr); gap: clamp(70px, 11vw, 180px); }
.rh-philosophy-sticky { align-self: start; position: sticky; top: 142px; }
.rh-philosophy-sticky .rh-eyebrow { margin: 24px 0 30px; }
.rh-philosophy-sticky h2 { max-width: 600px; margin: 0; font-family: var(--rh-serif); font-size: clamp(45px, 5vw, 77px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.rh-philosophy-content { min-width: 0; }
.rh-philosophy-intro { padding: 0 0 clamp(72px, 8vw, 112px); }
.rh-philosophy-intro p { max-width: 690px; margin: 0 0 27px; color: rgba(242, 238, 231, .64); font-size: 15px; line-height: 1.85; }
.rh-philosophy-intro p:first-child { color: rgba(242, 238, 231, .9); font-family: var(--rh-serif); font-size: clamp(25px, 2.2vw, 35px); letter-spacing: -.015em; line-height: 1.35; }
.rh-philosophy-intro p:last-child { margin-bottom: 0; }
.rh-principles { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rh-line); }
.rh-principles li { display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 28px; padding: clamp(70px, 8vw, 118px) 0; border-bottom: 1px solid var(--rh-line); }
.rh-principles li > span { padding-top: 7px; color: var(--rh-red-bright); font-size: 9px; letter-spacing: .2em; }
.rh-principles h3 { max-width: 680px; margin: 0 0 clamp(40px, 4vw, 58px); font-family: var(--rh-serif); font-size: clamp(34px, 3.4vw, 53px); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.rh-principles p { max-width: 660px; margin: 0 0 24px; color: rgba(242, 238, 231, .57); font-size: 15px; line-height: 1.82; }
.rh-principles p:last-child { margin-bottom: 0; }
.rh-principles .rh-principle-lead { margin-bottom: 32px; color: rgba(242, 238, 231, .88); font-family: var(--rh-serif); font-size: clamp(22px, 2vw, 30px); line-height: 1.36; }
.rh-principles .rh-principle-close { color: rgba(242, 238, 231, .82); font-family: var(--rh-serif); font-size: clamp(19px, 1.55vw, 24px); font-style: italic; line-height: 1.45; }
.rh-principles em { color: rgba(242, 238, 231, .82); }

/* Qualification */
.rh-qualification { background: #141414; }
.rh-qualification-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(440px, 1.28fr); gap: clamp(70px, 11vw, 175px); }
.rh-qualification-heading { position: sticky; top: 142px; align-self: start; }
.rh-qualification .rh-eyebrow { margin: 24px 0 30px; }
.rh-qualification h2 { margin: 0; font-family: var(--rh-serif); font-size: clamp(62px, 7vw, 112px); font-weight: 400; letter-spacing: -.05em; line-height: .86; }
.rh-qualification-copy { min-width: 0; padding-top: 33px; }
.rh-qualification-opening { max-width: 720px; }
.rh-qualification-opening p, .rh-qualification-chapters p { max-width: 690px; margin: 0 0 25px; color: rgba(242, 238, 231, .59); font-size: 15px; line-height: 1.84; }
.rh-qualification-lead { color: var(--rh-ivory) !important; font-family: var(--rh-serif); font-size: clamp(27px, 2.7vw, 42px) !important; letter-spacing: -.015em; line-height: 1.3 !important; }
.rh-qualification-emphasis { color: rgba(242, 238, 231, .86) !important; font-family: var(--rh-serif); font-size: clamp(19px, 1.65vw, 25px) !important; font-style: italic; line-height: 1.48 !important; }
.rh-fit-markers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: clamp(72px, 8vw, 118px) 0; padding: 0; list-style: none; border-top: 1px solid var(--rh-line); }
.rh-fit-markers li { position: relative; padding: 22px 24px 22px 28px; border-bottom: 1px solid var(--rh-line); color: rgba(242, 238, 231, .76); font-size: 10px; font-weight: 500; letter-spacing: .12em; line-height: 1.55; text-transform: uppercase; }
.rh-fit-markers li:nth-child(odd) { border-right: 1px solid var(--rh-line); }
.rh-fit-markers li::before { position: absolute; top: 28px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--rh-red-bright); content: ""; }
.rh-qualification-chapters { border-top: 1px solid var(--rh-line); }
.rh-qualification-chapters article { padding: clamp(76px, 8vw, 118px) 0; border-bottom: 1px solid var(--rh-line); }
.rh-qualification-chapters h3 { max-width: 710px; margin: 0 0 clamp(42px, 5vw, 68px); font-family: var(--rh-serif); font-size: clamp(38px, 4vw, 61px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.rh-qualification-chapters p:last-child { margin-bottom: 0; }
.rh-qualification-conclusion h3 { color: var(--rh-red-bright); }

/* Final call to action */
.rh-final-cta { position: relative; overflow: hidden; padding: clamp(130px, 16vw, 250px) 0; background: #080808; text-align: center; }
.rh-final-cta::before { position: absolute; top: 0; left: 50%; width: 1px; height: 60px; background: var(--rh-red); content: ""; }
.rh-final-cta .rh-eyebrow { margin-bottom: 34px; }
.rh-final-cta h2 { max-width: 1120px; margin: 0 auto; font-family: var(--rh-serif); font-size: clamp(52px, 7vw, 110px); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.rh-final-cta h2 em { color: var(--rh-red-bright); font-weight: 400; }
.rh-final-cta-copy { max-width: 740px; margin: clamp(48px, 5vw, 72px) auto 0; }
.rh-final-cta-copy p { margin: 0 0 22px; color: rgba(242, 238, 231, .63); font-size: 15px; line-height: 1.82; }
.rh-final-cta-copy p:last-child { margin-bottom: 0; color: rgba(242, 238, 231, .82); font-family: var(--rh-serif); font-size: clamp(20px, 1.7vw, 26px); line-height: 1.45; }
.rh-final-cta .rh-button { margin-top: 48px; }
/* Footer */
.rh-site-footer { padding: 82px 0 28px; border-top: 1px solid var(--rh-line-soft); background: #070707; }
.rh-footer-top { display: grid; grid-template-columns: 1.4fr .75fr .45fr; gap: 60px; padding-bottom: 80px; }
.rh-footer-logo { display: block; width: clamp(48px, 4vw, 62px); margin-bottom: 30px; }
.rh-footer-logo img { width: 100%; height: auto; }
.rh-footer-identity p { margin: 0 0 12px; font-family: var(--rh-serif); font-size: 31px; }
.rh-footer-identity > span:last-child { color: rgba(242, 238, 231, .4); font-size: 12px; }
.rh-footer-nav, .rh-footer-action { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.rh-footer-nav a, .rh-footer-action a { color: rgba(242, 238, 231, .57); text-decoration: none; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.rh-footer-nav a:hover, .rh-footer-action a:hover { color: var(--rh-white); }
.rh-footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--rh-line-soft); color: rgba(242, 238, 231, .3); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.rh-footer-bottom p { margin: 0; }
.rh-footer-bottom a { text-decoration: none; }

@media (max-width: 1100px) {
  .rh-shell { width: calc(100% - 64px); }
  .rh-header-shell { width: calc(100% - 48px); }
  .rh-primary-nav { gap: 18px; }
  .rh-primary-nav .rh-nav-cta { display: none; }
  .rh-hero-copy { width: min(620px, 55vw); }
  .rh-hero-image { background-position: 57% center; }
  .rh-section-grid { grid-template-columns: 52px minmax(0, 1.4fr) minmax(250px, .8fr); gap: 35px; }
  .rh-experience-heading { grid-template-columns: .4fr 1.3fr; }
  .rh-experience-heading > p { grid-column: 2; max-width: 620px; }
  .rh-experience-opening { grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr); gap: 60px; }
  .rh-experience-chapter { grid-template-columns: 130px minmax(0, 1fr); gap: 60px; }
  .rh-philosophy-grid, .rh-qualification-grid { gap: 70px; }
}

@media (min-width: 821px) and (max-height: 920px) {
  .rh-hero-inner { padding-top: 112px; padding-bottom: 72px; }
  .rh-hero-lead { margin-top: 34px; }
  .rh-hero-bridge { margin-top: 18px; }
  .rh-hero .rh-button { margin-top: 30px; }
}

@media (min-width: 821px) and (max-height: 800px) {
  .rh-hero-inner { padding-top: 96px; padding-bottom: 48px; }
}

@media (max-width: 820px) {
  :root { --rh-header-height: 74px; --rh-section-space: 96px; }
  .rh-shell { width: calc(100% - 40px); }
  .rh-header-shell { width: calc(100% - 36px); }
  .rh-wordmark { font-size: 10px; }
  .rh-menu-toggle { position: relative; z-index: 3; display: block; }
  .rh-primary-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 100px 28px 44px; background: rgba(8, 8, 8, .985); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .rh-primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .rh-primary-nav > a { font-family: var(--rh-serif); font-size: clamp(34px, 10vw, 48px); font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .rh-primary-nav > a::after { display: none; }
  .rh-primary-nav .rh-nav-cta { display: inline-flex; margin: 10px 0 0; padding: 13px 16px; font-family: var(--rh-sans); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
  .rh-hero { min-height: 940px; }
  .rh-hero-image { height: 55%; background-position: 66% top; background-size: auto 100%; opacity: .9; }
  .rh-hero-overlay { background: linear-gradient(180deg, rgba(7, 7, 7, .05) 0%, rgba(7, 7, 7, .16) 28%, rgba(7, 7, 7, .88) 53%, #090909 72%, #090909 100%); }
  .rh-hero-inner { align-items: flex-end; min-height: 940px; padding: 430px 0 72px; }
  .rh-hero-copy { width: 100%; }
  .rh-hero-title { font-size: clamp(50px, 15.3vw, 72px); line-height: .83; }
  .rh-hero-lead { margin-top: 28px; font-size: 18px; line-height: 1.43; }
  .rh-hero-bridge { font-size: 12px; }
  .rh-hero .rh-button { margin-top: 28px; }
  .rh-scroll-cue { display: none; }
  .rh-section-grid { grid-template-columns: 1fr; gap: 22px; }
  .rh-section-heading .rh-eyebrow { margin: 0 0 25px; }
  .rh-section-heading h2 { font-size: clamp(41px, 12vw, 58px); }
  .rh-perspective-body { padding-top: 15px; }
  .rh-margin-note { grid-column: auto; flex-direction: column; gap: 6px; margin-top: 35px; }
  .rh-section-intro, .rh-film-copy { grid-template-columns: 1fr; gap: 32px; margin-bottom: 58px; }
  .rh-section-intro h2 { font-size: clamp(42px, 12vw, 59px); }
  .rh-services-context { grid-template-columns: 1fr; gap: 24px; margin-bottom: 68px; }
  .rh-service { grid-template-columns: 42px 1fr; gap: 20px; }
  .rh-service-body { grid-column: 2; margin-top: -4px; }
  .rh-services-close { margin-top: 56px; }
  .rh-section-action { justify-content: flex-start; padding-top: 42px; }
  .rh-experience-heading { grid-template-columns: 1fr; gap: 35px; }
  .rh-experience-heading h2 { font-size: clamp(66px, 21vw, 92px); line-height: .78; }
  .rh-experience-heading > p { grid-column: auto; }
  .rh-experience-opening { grid-template-columns: 1fr; gap: 42px; margin-top: 82px; padding: 62px 0; }
  .rh-experience-deck { font-size: clamp(28px, 8.5vw, 38px); }
  .rh-experience-opening > div p { font-size: 16px; line-height: 1.78; }
  .rh-experience-chapter { grid-template-columns: 1fr; gap: 38px; padding: 88px 0; }
  .rh-chapter-aside { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
  .rh-chapter-aside > p { margin: 0; text-align: right; }
  .rh-ledger-mark { font-size: 64px; }
  .rh-chapter-copy h3 { margin-bottom: 40px; font-size: clamp(42px, 13.5vw, 60px); }
  .rh-chapter-copy p { font-size: 16px; line-height: 1.78; }
  .rh-experience-coda { padding-top: 110px; }
  .rh-role-run { font-size: 25px; }
  .rh-coda-argument, .rh-cross-discipline { grid-template-columns: 1fr; }
  .rh-coda-argument { gap: 36px; margin: 72px 0; }
  .rh-cross-discipline p { font-size: 25px; }
  .rh-experience-close { margin-top: 88px; font-size: clamp(35px, 10.5vw, 49px); }
  .rh-experience-last { margin-top: 42px; text-align: left; }
  .rh-film-copy h2 { font-size: clamp(51px, 15vw, 72px); }
  .rh-film-frame { inset: 13px; }
  .rh-film-play { width: 60px; height: 60px; }
  .rh-film-frame p { right: 13px; bottom: 12px; font-size: 8px; }
  .rh-film-frame p span { display: none; }
  .rh-philosophy-grid, .rh-qualification-grid { grid-template-columns: 1fr; gap: 65px; }
  .rh-philosophy-sticky { position: static; }
  .rh-philosophy-sticky h2 { font-size: clamp(44px, 13vw, 61px); }
  .rh-philosophy-intro { padding-bottom: 72px; }
  .rh-philosophy-intro p { font-size: 16px; line-height: 1.78; }
  .rh-philosophy-intro p:first-child { font-size: clamp(26px, 8vw, 34px); line-height: 1.34; }
  .rh-principles li { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding: 72px 0; }
  .rh-principles h3 { margin-bottom: 36px; font-size: clamp(31px, 9vw, 39px); }
  .rh-principles p { font-size: 16px; line-height: 1.78; }
  .rh-principles .rh-principle-lead { font-size: clamp(22px, 6.8vw, 27px); }
  .rh-principles .rh-principle-close { font-size: 21px; }
  .rh-qualification h2 { font-size: clamp(66px, 20vw, 91px); }
  .rh-qualification-heading { position: static; }
  .rh-qualification-copy { padding-top: 0; }
  .rh-qualification-opening p, .rh-qualification-chapters p { font-size: 16px; line-height: 1.78; }
  .rh-qualification-lead { font-size: clamp(27px, 8.2vw, 35px) !important; }
  .rh-qualification-emphasis { font-size: 21px !important; }
  .rh-fit-markers { grid-template-columns: 1fr; margin: 72px 0; }
  .rh-fit-markers li:nth-child(odd) { border-right: 0; }
  .rh-qualification-chapters article { padding: 76px 0; }
  .rh-qualification-chapters h3 { margin-bottom: 38px; font-size: clamp(35px, 10.5vw, 46px); }
  .rh-final-cta h2 { font-size: clamp(49px, 14.5vw, 70px); }
  .rh-final-cta-copy { margin-top: 42px; }
  .rh-final-cta-copy p { font-size: 16px; line-height: 1.78; }
  .rh-final-cta-copy p:last-child { font-size: 21px; }
  .rh-footer-top { grid-template-columns: 1fr 1fr; gap: 55px 32px; }
  .rh-footer-identity { grid-column: 1 / -1; }
  .rh-footer-bottom { align-items: flex-start; gap: 25px; }
}

@media (max-width: 420px) {
  .rh-hero { min-height: 900px; }
  .rh-hero-inner { min-height: 900px; padding-top: 405px; }
  .rh-wordmark small { display: none; }
  .rh-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
