:root {
  --rh-ink: #0c100f;
  --rh-ink-2: #151c1a;
  --rh-ink-3: #1d2724;
  --rh-paper: #f4efe6;
  --rh-paper-2: #ebe3d4;
  --rh-gold: #c4a36a;
  --rh-gold-2: #e4d0a6;
  --rh-pine: #1f4f47;
  --rh-pine-2: #2f6f64;
  --rh-mist: #8f877b;
  --rh-line: rgba(196, 163, 106, 0.28);
  --rh-white: #fbf8f2;
  --rh-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.rh-body {
  margin: 0;
  background: var(--rh-ink);
}

.rh-root {
  font-family: Outfit, system-ui, sans-serif;
  color: var(--rh-paper);
  background: var(--rh-ink);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.rh-root *,
.rh-root *::before,
.rh-root *::after {
  box-sizing: border-box;
}

.rh-root a {
  color: inherit;
  text-decoration: none;
}

.rh-root img {
  max-width: 100%;
  height: auto;
}

.rh-root h1,
.rh-root h2,
.rh-root h3,
.rh-serif {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.rh-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.rh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--rh-gold-2);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.rh-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--rh-gold);
}

.rh-kicker--dark {
  color: var(--rh-pine);
}

.rh-lead {
  font-size: 1.12rem;
  color: rgba(244, 239, 230, 0.78);
  max-width: 640px;
}

.rh-section {
  padding: 108px 0;
}

.rh-section--ink {
  background: var(--rh-ink);
  color: var(--rh-paper);
}

.rh-section--paper {
  background: var(--rh-paper);
  color: var(--rh-ink);
}

.rh-section--paper .rh-lead,
.rh-section--paper p {
  color: #3d3a34;
}

.rh-section--pine {
  background: linear-gradient(160deg, #163832 0%, #1f4f47 55%, #122924 100%);
  color: var(--rh-paper);
}

.rh-section__head {
  max-width: 720px;
  margin-bottom: 48px;
}

.rh-section__head h2,
.rh-h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin: 0 0 16px;
}

.rh-h2--center {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.rh-section__head--light p:not(.rh-kicker) {
  color: rgba(244, 239, 230, 0.72);
}

.rh-section__more {
  margin-top: 40px;
}

.rh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 8px;
}

.rh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.rh-btn:hover {
  transform: translateY(-1px);
}

.rh-btn--gold {
  background: var(--rh-gold);
  color: #1a140c;
}

.rh-btn--ghost {
  border-color: rgba(244, 239, 230, 0.28);
  color: var(--rh-paper);
}

.rh-btn--dark {
  background: var(--rh-ink);
  color: var(--rh-paper);
}

.rh-btn--nav {
  background: var(--rh-gold);
  color: #1a140c;
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.88rem;
}

.rh-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(12, 16, 15, 0.82);
  border-bottom: 1px solid rgba(244, 239, 230, 0.06);
}

.rh-nav__bar {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rh-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.rh-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--rh-gold);
  color: #1a140c;
  font-size: 0.78rem;
  font-weight: 700;
}

.rh-logo-type {
  font-family: Fraunces, serif;
  font-size: 1.15rem;
}

.rh-logo-img {
  height: 36px;
  width: auto;
}

.rh-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
}

.rh-nav__links a:not(.rh-btn) {
  color: rgba(244, 239, 230, 0.78);
}

.rh-nav__links a:not(.rh-btn):hover {
  color: var(--rh-paper);
}

.rh-nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
}

.rh-nav__toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  margin: 6px auto;
  background: var(--rh-paper);
}

.rh-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 96px;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
}

.rh-hero__glow {
  position: absolute;
  inset: auto auto -20% -10%;
  width: 55vw;
  height: 55vw;
  background: radial-gradient(circle, rgba(47, 111, 100, 0.35), transparent 65%);
  pointer-events: none;
}

.rh-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.rh-hero h1,
.rh-page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.1rem);
  margin: 0 0 22px;
}

.rh-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.rh-chips li {
  border: 1px solid var(--rh-line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.82rem;
  color: var(--rh-gold-2);
}

.rh-hero__stage {
  position: relative;
  min-height: 420px;
}

.rh-float-card {
  position: absolute;
  width: min(320px, 100%);
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 239, 230, 0.1);
  box-shadow: var(--rh-shadow);
  backdrop-filter: blur(10px);
}

.rh-float-card span,
.rh-float-card em {
  display: block;
  font-size: 0.78rem;
  color: var(--rh-gold-2);
  font-style: normal;
}

.rh-float-card strong {
  display: block;
  margin: 8px 0;
  font-size: 1.15rem;
}

.rh-float-card--one {
  top: 12px;
  right: 18px;
  animation: rh-float 7s ease-in-out infinite;
}

.rh-float-card--two {
  top: 150px;
  left: 0;
  animation: rh-float 8s ease-in-out infinite 0.4s;
}

.rh-float-card--three {
  bottom: 10px;
  right: 40px;
  animation: rh-float 6.5s ease-in-out infinite 0.8s;
}

@keyframes rh-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.rh-trust__row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 42px;
}

.rh-trust__row div {
  border: 1px solid rgba(244, 239, 230, 0.08);
  border-radius: 18px;
  padding: 18px 12px;
  text-align: center;
  background: var(--rh-ink-2);
}

.rh-trust__row strong {
  display: block;
  font-family: Fraunces, serif;
  font-size: 1.05rem;
}

.rh-trust__row span {
  display: block;
  margin-top: 6px;
  color: var(--rh-mist);
  font-size: 0.78rem;
}

.rh-trust__note {
  text-align: center;
  color: var(--rh-mist);
  font-size: 0.88rem;
  margin: 28px 0 0;
}

.rh-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
}

.rh-steps li {
  background: var(--rh-white);
  border-radius: 24px;
  padding: 28px 24px 32px;
  min-height: 280px;
  border: 1px solid rgba(12, 16, 15, 0.06);
}

.rh-steps span {
  display: block;
  color: var(--rh-gold);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  margin-bottom: 28px;
}

.rh-steps h3,
.rh-service h3,
.rh-approach h3,
.rh-why h3 {
  font-size: 1.55rem;
  margin: 0 0 12px;
}

.rh-marquee {
  overflow: hidden;
  margin-top: 12px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.rh-marquee__track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: rh-scroll 42s linear infinite;
}

.rh-marquee:hover .rh-marquee__track {
  animation-play-state: paused;
}

@keyframes rh-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.rh-pub-card {
  width: 280px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: var(--rh-ink-2);
  border: 1px solid rgba(244, 239, 230, 0.08);
}

.rh-pub-card__mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--rh-pine);
  color: var(--rh-gold-2);
  font-family: Fraunces, serif;
  font-size: 1.3rem;
  flex: 0 0 auto;
}

.rh-pub-card strong,
.rh-pub-card span,
.rh-pub-card em {
  display: block;
}

.rh-pub-card span,
.rh-pub-card em {
  font-size: 0.78rem;
  color: var(--rh-mist);
  font-style: normal;
}

.rh-cards {
  display: grid;
  gap: 18px;
}

.rh-cards--cases,
.rh-cards--posts {
  grid-template-columns: repeat(3, 1fr);
}

.rh-cards--services {
  grid-template-columns: repeat(3, 1fr);
}

.rh-case,
.rh-service,
.rh-post-card,
.rh-approach article,
.rh-why article {
  border-radius: 24px;
  padding: 28px;
}

.rh-case {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  background: var(--rh-white);
  color: var(--rh-ink);
  border: 1px solid rgba(12, 16, 15, 0.06);
}

.rh-case__industry {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rh-pine);
}

.rh-case__metric {
  font-family: Fraunces, serif;
  font-size: 1.8rem;
  margin: 18px 0 10px;
}

.rh-case h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.rh-case p {
  color: #5a564c;
  flex: 1;
}

.rh-case dl {
  display: flex;
  gap: 24px;
  margin: 18px 0 0;
}

.rh-case dt {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rh-mist);
}

.rh-case dd {
  margin: 4px 0 0;
  font-weight: 600;
}

.rh-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rh-quote {
  margin: 0;
  padding: 28px;
  border-radius: 24px;
  background: var(--rh-ink-2);
  border: 1px solid rgba(244, 239, 230, 0.08);
}

.rh-quote p {
  font-family: Fraunces, serif;
  font-size: 1.18rem;
  line-height: 1.45;
  margin: 0 0 24px;
}

.rh-quote footer {
  display: flex;
  flex-direction: column;
  color: var(--rh-mist);
  font-size: 0.9rem;
}

.rh-quote strong {
  color: var(--rh-paper);
}

.rh-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.rh-split h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin: 0 0 18px;
}

.rh-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.rh-points li {
  padding: 22px 24px;
  border-radius: 20px;
  background: var(--rh-white);
  border: 1px solid rgba(12, 16, 15, 0.06);
}

.rh-points--light li {
  background: var(--rh-ink-2);
  border-color: rgba(244, 239, 230, 0.08);
  color: var(--rh-paper);
}

.rh-points h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.rh-approach,
.rh-why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rh-approach article,
.rh-why article {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 239, 230, 0.08);
}

.rh-why article {
  background: var(--rh-white);
  color: var(--rh-ink);
}

.rh-why span,
.rh-approach span {
  display: block;
  color: var(--rh-gold);
  margin-bottom: 28px;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.rh-service {
  background: var(--rh-white);
  border: 1px solid rgba(12, 16, 15, 0.06);
  min-height: 210px;
}

.rh-faq-wrap {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
}

.rh-faq details {
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
}

.rh-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  font-size: 1.08rem;
  font-weight: 600;
}

.rh-faq summary::-webkit-details-marker {
  display: none;
}

.rh-faq details > div {
  color: rgba(244, 239, 230, 0.75);
  padding: 0 0 20px;
}

.rh-post-card {
  background: var(--rh-white);
  color: var(--rh-ink);
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

.rh-post-card time {
  color: var(--rh-pine);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rh-cta {
  padding: 0 0 108px;
  background: var(--rh-ink);
}

.rh-cta__box {
  padding: 72px 48px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 10%, rgba(196, 163, 106, 0.2), transparent 40%),
    linear-gradient(160deg, #17241f, #0c100f 55%);
  border: 1px solid var(--rh-line);
}

.rh-cta h2 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  max-width: 16ch;
  margin: 0 0 16px;
}

.rh-footer {
  padding: 72px 0 28px;
  border-top: 1px solid rgba(244, 239, 230, 0.08);
  background: #090c0b;
}

.rh-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 0.9fr;
  gap: 32px;
}

.rh-footer h3 {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  color: var(--rh-gold-2);
}

.rh-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rh-footer li {
  margin: 8px 0;
}

.rh-footer a {
  color: rgba(244, 239, 230, 0.78);
}

.rh-footer__niches {
  color: var(--rh-mist);
  font-size: 0.88rem;
}

.rh-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 239, 230, 0.08);
  color: var(--rh-mist);
  font-size: 0.85rem;
}

.rh-page-hero {
  padding: 72px 0 24px;
}

.rh-page-hero .rh-lead {
  max-width: 680px;
}

.rh-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 24px;
  background: var(--rh-white);
  border: 1px solid rgba(12, 16, 15, 0.06);
}

.rh-form label {
  display: grid;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
}

.rh-form input,
.rh-form select,
.rh-form textarea {
  width: 100%;
  border: 1px solid rgba(12, 16, 15, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
  color: var(--rh-ink);
}

.rh-contact__meta {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.rh-contact__meta span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rh-mist);
}

.rh-form__ok,
.rh-form__err {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
}

.rh-form__ok {
  background: #e5f3ea;
  color: #14532d;
}

.rh-form__err {
  background: #fde8e8;
  color: #7f1d1d;
}

.rh-study__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 36px;
}

.rh-study__stats div {
  padding: 18px;
  border-radius: 18px;
  background: var(--rh-white);
}

.rh-study__stats dt {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rh-mist);
}

.rh-study__stats dd {
  margin: 8px 0 0;
  font-family: Fraunces, serif;
  font-size: 1.3rem;
}

.rh-prose {
  max-width: 720px;
}

.rh-prose--wide {
  max-width: 760px;
}

.rh-prose p {
  font-size: 1.08rem;
}

.admin-bar .rh-nav {
  top: 32px;
}

@media (max-width: 1024px) {
  .rh-hero__grid,
  .rh-split,
  .rh-faq-wrap,
  .rh-footer__grid,
  .rh-steps,
  .rh-approach,
  .rh-why,
  .rh-cards--cases,
  .rh-cards--services,
  .rh-cards--posts,
  .rh-quotes,
  .rh-trust__row,
  .rh-study__stats {
    grid-template-columns: 1fr 1fr;
  }

  .rh-hero__stage {
    min-height: 360px;
  }

  .rh-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .rh-nav__toggle {
    display: block;
  }

  .rh-nav__links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    background: #0c100f;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 28px;
    border-bottom: 1px solid rgba(244, 239, 230, 0.08);
  }

  .rh-nav.is-open .rh-nav__links {
    display: flex;
  }

  .rh-hero,
  .rh-hero__grid,
  .rh-split,
  .rh-faq-wrap,
  .rh-steps,
  .rh-approach,
  .rh-why,
  .rh-cards,
  .rh-quotes,
  .rh-trust__row,
  .rh-study__stats,
  .rh-footer__grid {
    grid-template-columns: 1fr;
  }

  .rh-hero {
    min-height: 0;
    padding-top: 36px;
  }

  .rh-hero__stage {
    min-height: 320px;
  }

  .rh-float-card {
    position: relative;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin-bottom: 12px;
    width: 100%;
  }

  .rh-section,
  .rh-cta {
    padding: 72px 0;
  }

  .rh-cta__box {
    padding: 40px 24px;
  }

  .rh-footer__base {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rh-float-card,
  .rh-marquee__track {
    animation: none;
  }
}
