/* Unified secondary-page system. Mirrors the restrained scale and density of the approved homepage. */
.rh-secondary {
  --secondary-rule: rgba(242, 238, 231, .13);
  --secondary-muted: rgba(242, 238, 231, .62);
  --secondary-dim: rgba(242, 238, 231, .43);
  --rh-header-height: 78px;
  background: #090909;
}

.rh-secondary .rh-site-header {
  border-color: rgba(242, 238, 231, .11);
  background: rgba(7, 7, 7, .96);
  backdrop-filter: blur(14px);
}
.rh-secondary .rh-header-shell { width: min(calc(100% - 96px), var(--rh-max-width)); height: var(--rh-header-height); }
.rh-secondary .rh-wordmark { font-size: 10px; letter-spacing: .2em; }
.rh-secondary .rh-header-mark { width: 27px; height: 33px; }
.rh-secondary .rh-primary-nav > a { font-size: 9px; letter-spacing: .15em; }
.rh-secondary .rh-primary-nav .rh-nav-cta { padding: 12px 17px; }

.rh-secondary main { padding-top: var(--rh-header-height); }
.rh-secondary main > * { border-bottom: 0; }
.rh-secondary .rh-shell { max-width: 1280px; }
.rh-secondary .rh-eyebrow {
  margin: 0 0 .85rem;
  color: var(--rh-red-bright);
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.rh-secondary :is(h1, h2, h3) {
  margin: 0;
  color: var(--rh-ivory);
  font-family: var(--rh-serif);
  font-weight: 400;
  letter-spacing: -.028em;
}
.rh-secondary h1 { max-width: 12.5ch; font-size: clamp(3.25rem, 4.8vw, 4.5rem); line-height: .94; }
.rh-secondary h2 { font-size: clamp(2.1rem, 3.3vw, 3.35rem); line-height: 1.02; }
.rh-secondary h3 { font-size: clamp(1.45rem, 2vw, 1.9rem); line-height: 1.08; }
.rh-secondary p { margin: 0; }
.rh-secondary .rh-lead {
  color: rgba(242, 238, 231, .9);
  font-family: var(--rh-serif);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.4;
}
.rh-secondary .rh-copy {
  color: var(--secondary-muted);
  font-size: clamp(.94rem, 1vw, 1rem);
  line-height: 1.72;
}
.rh-secondary .rh-copy + .rh-copy { margin-top: 1rem; }

.rh-secondary-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 5vw, 4.75rem) 0;
  background: #090909;
}
.rh-secondary-hero::after {
  position: absolute;
  top: -38vw;
  right: -17vw;
  width: min(65vw, 800px);
  height: min(65vw, 800px);
  border: 1px solid rgba(198, 51, 56, .1);
  border-radius: 50%;
  content: "";
}
.rh-secondary-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(20rem, .72fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: start;
}
.rh-secondary-hero-copy { max-width: 39rem; padding-bottom: .35rem; }
.rh-secondary-hero-copy .rh-copy { margin-top: 1rem; }

.rh-secondary-section { padding: clamp(3.4rem, 6vw, 6rem) 0; background: #0d0d0d; }
.rh-secondary-section:nth-child(even) { background: #101010; }
.rh-secondary-heading { max-width: 44rem; }
.rh-secondary-heading > p:last-child { margin-top: 1.25rem; }
.rh-secondary-split {
  display: grid;
  grid-template-columns: minmax(17rem, .68fr) minmax(0, 1.32fr);
  gap: clamp(3rem, 9vw, 8.5rem);
  align-items: start;
}
.rh-secondary-prose { max-width: 47rem; }
.rh-secondary-prose .rh-lead { margin-bottom: 1.25rem; }
.rh-secondary-prose .rh-copy + h3 { margin-top: 2.5rem; }

.rh-narrative-stack { margin-top: clamp(2.4rem, 4vw, 3.75rem); border-top: 1px solid var(--secondary-rule); }
.rh-narrative-item {
  display: grid;
  grid-template-columns: 2.5rem minmax(14rem, .58fr) minmax(0, 1.42fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2.4rem, 4.5vw, 4rem) 0;
  border-bottom: 1px solid var(--secondary-rule);
}
.rh-narrative-number { padding-top: .35rem; color: var(--rh-red-bright); font-size: .625rem; font-weight: 600; letter-spacing: .18em; }
.rh-narrative-item h3 { max-width: 17ch; }
.rh-narrative-copy { max-width: 48rem; }
.rh-narrative-copy .rh-copy + .rh-copy { margin-top: 1rem; }
.rh-narrative-copy blockquote {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  border-left: 1px solid var(--rh-red-bright);
  color: rgba(242, 238, 231, .88);
  font-family: var(--rh-serif);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-style: italic;
  line-height: 1.4;
}
.rh-evidence-intro { max-width: 48rem; margin-top: 1.25rem; }

.rh-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid var(--secondary-rule); border-bottom: 1px solid var(--secondary-rule); }
.rh-card-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
.rh-card-grid article { min-width: 0; padding: clamp(1.7rem, 3vw, 2.7rem); }
.rh-card-grid article + article { border-left: 1px solid var(--secondary-rule); }
.rh-card-index { display: block; margin-bottom: 2rem; color: var(--rh-red-bright); font-size: .625rem; font-weight: 600; letter-spacing: .2em; }
.rh-card-grid h3 { margin-bottom: .8rem; }
.rh-card-grid .rh-copy { max-width: 25rem; }

.rh-compact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2.25rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--secondary-rule); }
.rh-compact-list li { position: relative; padding: 1rem 1.2rem 1rem 1.35rem; border-bottom: 1px solid var(--secondary-rule); color: rgba(242, 238, 231, .72); font-size: .78rem; line-height: 1.55; }
.rh-compact-list li:nth-child(odd) { border-right: 1px solid var(--secondary-rule); }
.rh-compact-list li::before { position: absolute; top: 1.45rem; left: .1rem; width: 5px; height: 5px; border-radius: 50%; background: var(--rh-red-bright); content: ""; }

.rh-credential-grid { display: grid; grid-template-columns: 1.25fr repeat(2, 1fr); margin-top: 2.5rem; border-top: 1px solid var(--secondary-rule); border-bottom: 1px solid var(--secondary-rule); }
.rh-credential-grid article { padding: clamp(1.6rem, 2.6vw, 2.4rem); }
.rh-credential-grid article + article { border-left: 1px solid var(--secondary-rule); }
.rh-credential-grid h3 { margin-bottom: .85rem; }
.rh-credential-grid .rh-copy { font-size: .875rem; line-height: 1.68; }

.rh-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.5rem; border-top: 1px solid var(--secondary-rule); }
.rh-topic-grid article { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1.8rem 1.8rem 1.8rem 0; border-bottom: 1px solid var(--secondary-rule); }
.rh-topic-grid article:nth-child(odd) { padding-right: 2.2rem; border-right: 1px solid var(--secondary-rule); }
.rh-topic-grid article:nth-child(even) { padding-left: 2.2rem; }
.rh-topic-grid span { padding-top: .3rem; color: var(--rh-red-bright); font-size: .625rem; letter-spacing: .16em; }
.rh-topic-grid h3 { margin-bottom: .55rem; }

.rh-secondary-cta { padding: clamp(2.2rem, 4vw, 3.8rem) 0; background: linear-gradient(90deg, #321010 0%, #4b1012 52%, #210b0c 100%); }
.rh-secondary-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.rh-secondary-cta h2 { max-width: 19ch; font-size: clamp(1.9rem, 3vw, 2.9rem); }
.rh-secondary-cta .rh-button { flex: 0 0 auto; }

/* Contact form */
.rh-contact-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2.5rem; border-top: 1px solid var(--secondary-rule); border-bottom: 1px solid var(--secondary-rule); }
.rh-contact-summary article { padding: 1.8rem; }
.rh-contact-summary article + article { border-left: 1px solid var(--secondary-rule); }
.rh-contact-summary h3 { margin-bottom: .7rem; }
.rh-inquiry-form { margin-top: 2.8rem; }
.rh-form-short-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 1.5rem; }
.rh-form-field { margin-top: 1.25rem; }
.rh-form-short-fields .rh-form-field { margin-top: 0; }
.rh-form-field-wide { grid-column: 1 / -1; }
.rh-form-field label { display: block; margin-bottom: .55rem; color: rgba(242, 238, 231, .78); font-size: .68rem; font-weight: 600; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.rh-form-optional { color: var(--secondary-dim); font-weight: 400; }
.rh-form-field :is(input, textarea) { width: 100%; border: 1px solid rgba(242, 238, 231, .16); border-radius: 0; background: #090909; color: var(--rh-ivory); font-size: .95rem; line-height: 1.6; }
.rh-form-field input { min-height: 3.15rem; padding: .75rem .9rem; }
.rh-form-field textarea { min-height: 8rem; padding: .8rem .9rem; resize: vertical; }
.rh-form-field :is(input, textarea):focus { border-color: var(--rh-red-bright); outline: 0; }
.rh-form-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 3rem; margin-top: 1.5rem; }
.rh-form-footer p { max-width: 44rem; color: var(--secondary-dim); font-size: .8rem; line-height: 1.65; }
.rh-form-footer .rh-button { flex: 0 0 auto; }
.rh-form-footer .rh-button:disabled { cursor: wait; opacity: .55; transform: none; }
.rh-form-status { margin-top: 1rem; padding: 1rem; border: 1px solid var(--rh-red); color: rgba(242, 238, 231, .8); font-size: .82rem; line-height: 1.5; }
.rh-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.rh-form-success { display: flex; min-height: 31rem; padding: clamp(3rem, 8vw, 6.5rem) 1.5rem; align-items: center; justify-content: center; text-align: center; }
.rh-form-success[hidden] { display: none; }
.rh-form-success-inner { width: min(100%, 42rem); }
.rh-form-success-mark { display: block; width: clamp(3.5rem, 8vw, 5rem); height: auto; margin: 0 auto 2rem; }
.rh-form-success-eyebrow { margin: 0 0 1.25rem !important; color: var(--rh-red-bright) !important; font-size: var(--rh-type-overline) !important; font-weight: 600; letter-spacing: .22em; line-height: 1.4 !important; text-transform: uppercase; }
.rh-form-success-title { max-width: 14ch !important; margin: 0 auto !important; font-size: clamp(2.75rem, 7vw, 4.75rem) !important; letter-spacing: -.04em !important; line-height: .96 !important; outline: 0; }
.rh-form-success-copy { max-width: 37rem; margin: 1.75rem auto 0 !important; color: rgba(242, 238, 231, .68); font-size: clamp(.95rem, 1.6vw, 1.0625rem) !important; line-height: 1.75 !important; }
.rh-form-success-link { display: inline-block; margin-top: 2rem; color: var(--rh-ivory); font-size: var(--rh-type-overline); font-weight: 600; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.rh-form-success-link span { margin-left: .65rem; color: var(--rh-red-bright); }

/* Compact footer for the complete site. */
.rh-secondary .rh-site-footer { padding: 1.25rem 0 .75rem; }
.rh-secondary .rh-footer-top { grid-template-columns: 1.1fr 1fr; align-items: center; gap: 3rem; padding-bottom: 1.1rem; }
.rh-secondary .rh-footer-identity { display: grid; grid-template-columns: 36px minmax(0, 1fr); column-gap: 1rem; align-items: center; }
.rh-secondary .rh-footer-logo { grid-row: 1 / 3; width: 34px; margin: 0; }
.rh-secondary .rh-footer-identity p { margin: 0 0 .25rem; font-family: var(--rh-sans); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.rh-secondary .rh-footer-identity > span:last-child { font-size: .68rem; }
.rh-secondary .rh-footer-nav { flex-direction: row; justify-content: flex-end; gap: clamp(1rem, 2vw, 2rem); }
.rh-secondary .rh-footer-action { display: none; }
.rh-secondary .rh-footer-bottom { padding-top: .7rem; font-size: .7rem; }

@media (max-width: 900px) {
  .rh-secondary { --rh-header-height: 74px; }
  .rh-secondary .rh-header-shell { width: calc(100% - 40px); }
  .rh-secondary-hero-grid,
  .rh-secondary-split { grid-template-columns: 1fr; gap: 2rem; }
  .rh-narrative-item { grid-template-columns: 2rem minmax(13rem, .65fr) minmax(0, 1.35fr); gap: 1.5rem; }
  .rh-secondary-hero { padding: 4rem 0; }
  .rh-secondary-hero-copy { max-width: 44rem; }
  .rh-card-grid article { padding: 1.7rem 1.35rem; }
  .rh-credential-grid { grid-template-columns: 1fr 1fr; }
  .rh-credential-grid article:first-child { grid-column: 1 / -1; border-bottom: 1px solid var(--secondary-rule); }
  .rh-credential-grid article:nth-child(2) { border-left: 0; }
}

@media (max-width: 640px) {
  .rh-secondary { --rh-header-height: 72px; }
  .rh-secondary .rh-shell { width: calc(100% - 36px); }
  .rh-secondary .rh-header-shell { width: calc(100% - 36px); }
  .rh-secondary .rh-header-mark { width: 25px; height: 31px; }
  .rh-secondary h1 { max-width: min(13ch, 100%); font-size: clamp(2.65rem, 11vw, 3rem); line-height: .94; }
  .rh-secondary h2 { font-size: 2.15rem; }
  .rh-secondary h3 { font-size: 1.5rem; }
  .rh-secondary .rh-lead { font-size: 1.22rem; }
  .rh-secondary .rh-copy { font-size: .94rem; line-height: 1.72; }
  .rh-secondary-hero { padding: 3.2rem 0; }
  .rh-secondary-hero::after { top: -14rem; right: -17rem; width: 28rem; height: 28rem; }
  .rh-secondary-section { padding: 3.25rem 0; }
  .rh-card-grid,
  .rh-card-grid-two,
  .rh-contact-summary,
  .rh-credential-grid,
  .rh-topic-grid { grid-template-columns: 1fr; }
  .rh-card-grid article + article,
  .rh-contact-summary article + article,
  .rh-credential-grid article + article { border-top: 1px solid var(--secondary-rule); border-left: 0; }
  .rh-card-grid article { padding: 1.8rem 0; }
  .rh-contact-summary article { padding: 1.5rem 0; }
  .rh-credential-grid article { padding: 1.6rem 0; }
  .rh-credential-grid article:first-child { grid-column: auto; }
  .rh-topic-grid article,
  .rh-topic-grid article:nth-child(odd),
  .rh-topic-grid article:nth-child(even) { padding: 1.55rem 0; border-right: 0; }
  .rh-compact-list { grid-template-columns: 1fr; }
  .rh-narrative-item { grid-template-columns: 1fr; gap: .85rem; }
  .rh-narrative-number { padding-top: 0; }
  .rh-narrative-item h3 { max-width: none; }
  .rh-compact-list li:nth-child(odd) { border-right: 0; }
  .rh-secondary-cta-grid { align-items: flex-start; flex-direction: column; gap: 1.6rem; }
  .rh-form-short-fields { grid-template-columns: 1fr; }
  .rh-form-field-wide { grid-column: auto; }
  .rh-form-footer { flex-direction: column; gap: 1.5rem; }
  .rh-form-success { min-height: 26rem; padding: 3rem .5rem; }
  .rh-secondary .rh-footer-top { grid-template-columns: 1fr; gap: 1.4rem; }
  .rh-secondary .rh-footer-nav { flex-wrap: wrap; justify-content: flex-start; }
  .rh-secondary .rh-footer-bottom { flex-direction: column; gap: .7rem; }
}
