/* Homepage visual system — built directly from the approved editorial reference. */
.rh-home {
  --home-rule: rgba(242, 238, 231, .13);
  --home-muted: rgba(242, 238, 231, .62);
  --home-dim: rgba(242, 238, 231, .42);
  --rh-header-height: 78px;
}

.rh-home main > section:not(.rh-hero) { border-top: 1px solid var(--home-rule); }
.rh-home .rh-header-shell { width: min(calc(100% - 96px), var(--rh-max-width)); height: var(--rh-header-height); }
.rh-home .rh-wordmark { font-size: 10px; letter-spacing: .2em; }
.rh-home .rh-header-mark { width: 27px; height: 33px; }
.rh-home .rh-primary-nav > a { font-size: 9px; letter-spacing: .15em; }
.rh-home .rh-primary-nav .rh-nav-cta { padding: 12px 17px; }

.rh-home .rh-hero,
.rh-home .rh-hero-inner { min-height: clamp(620px, 50vw, 760px); }
.rh-home .rh-hero-inner { align-items: center; padding: 90px 0 40px; }
.rh-home .rh-hero-copy { width: min(520px, 42vw); }
.rh-home .rh-hero-image {
  top: var(--rh-header-height);
  background-position: 58% 30%;
}
.rh-home .rh-hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 6, 6, .99) 0%, rgba(6, 6, 6, .92) 26%, rgba(6, 6, 6, .66) 43%, rgba(6, 6, 6, .14) 69%, rgba(6, 6, 6, .03) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .12), transparent 48%, rgba(0, 0, 0, .46));
}
.rh-home .rh-hero-title {
  max-width: 8ch;
  font-size: clamp(3.35rem, 5.15vw, 4.8rem) !important;
  letter-spacing: -.047em !important;
  line-height: .86 !important;
  text-transform: uppercase;
}
.rh-home .rh-hero-lead {
  max-width: 31rem !important;
  margin-top: 1.75rem;
  font-family: var(--rh-serif);
  font-size: clamp(1.05rem, 1.25vw, 1.2rem) !important;
  line-height: 1.43 !important;
}
.rh-home .rh-hero-bridge {
  max-width: 29rem !important;
  margin-top: .95rem;
  font-size: clamp(.82rem, .88vw, .9rem) !important;
  line-height: 1.65 !important;
}
.rh-home .rh-hero .rh-button { margin-top: 1.65rem; }
.rh-home .rh-scroll-cue { bottom: 20px; height: 38px; }

.rh-home .rh-eyebrow {
  margin: 0 0 .65rem;
  color: var(--rh-red-bright);
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.rh-home :is(.rh-home-intro, .rh-home-proof, .rh-home-services, .rh-home-experience, .rh-home-film, .rh-home-cta) h2 {
  max-width: none !important;
  margin: 0;
  font-family: var(--rh-serif);
  font-weight: 400;
  letter-spacing: -.025em !important;
  line-height: 1.04 !important;
}

.rh-home-intro { padding: clamp(1.2rem, 2vw, 2rem) 0; background: #0d0d0d; }
.rh-home-intro-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.rh-home-intro-heading { padding-left: 1.65rem; border-left: 1px solid var(--rh-red-bright); }
.rh-home-intro h2 { font-size: clamp(1.85rem, 2.6vw, 2.7rem) !important; }
.rh-home-intro-grid > p {
  max-width: 43rem !important;
  margin: 0;
  color: var(--home-muted);
  font-size: clamp(.94rem, 1vw, 1rem) !important;
  line-height: 1.72 !important;
}

.rh-home-proof { padding: clamp(3.8rem, 6vw, 6rem) 0; background: #101010; }
.rh-home-proof-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.rh-home-proof-heading { max-width: 35rem; }
.rh-home-proof h2 { max-width: 13ch !important; font-size: clamp(2.25rem, 3.4vw, 3.45rem) !important; }
.rh-home-proof-copy { max-width: 46rem; }
.rh-home-proof-copy p { margin: 0; color: var(--home-muted); font-size: clamp(.94rem, 1vw, 1rem) !important; line-height: 1.72 !important; }
.rh-home-proof-copy p + p { margin-top: 1.15rem; }
.rh-home-proof-copy .rh-home-proof-lead { color: rgba(242, 238, 231, .9); font-family: var(--rh-serif); font-size: clamp(1.3rem, 1.8vw, 1.65rem) !important; line-height: 1.4 !important; }
.rh-home-proof .rh-home-link { margin-top: 1.5rem; }

.rh-home-services { padding: clamp(2rem, 2.8vw, 2.8rem) 0 clamp(1.5rem, 2.2vw, 2.2rem); background: #090909; text-align: center; }
.rh-home-section-heading h2 { font-size: clamp(2rem, 3vw, 3rem) !important; }
.rh-home-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(1.5rem, 2.2vw, 2.2rem); }
.rh-home-service-grid article { min-width: 0; padding: 0 clamp(1.4rem, 3.2vw, 3.5rem); }
.rh-home-service-grid article + article { border-left: 1px solid var(--home-rule); }
.rh-service-symbol {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  fill: none;
  stroke: var(--rh-red-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}
.rh-home-service-grid h3 {
  max-width: none !important;
  margin: .75rem 0 .5rem;
  font-size: clamp(1.35rem, 1.65vw, 1.7rem) !important;
  line-height: 1.1 !important;
}
.rh-home-service-grid p {
  max-width: 22rem !important;
  margin: 0 auto;
  color: var(--home-muted);
  font-size: clamp(.86rem, .9vw, .94rem) !important;
  line-height: 1.62 !important;
}
.rh-home-link {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1rem;
  color: var(--rh-red-bright);
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}
.rh-home-link span { font-size: 1.1rem; transition: transform .2s ease; }
.rh-home-link:hover span { transform: translateX(.3rem); }

.rh-home-experience { padding: clamp(1.4rem, 2.4vw, 2.4rem) 0; background: #0d0d0d; }
.rh-home-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.rh-home-experience h2 { font-size: clamp(2.1rem, 3.2vw, 3.35rem) !important; }
.rh-home-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: clamp(1.45rem, 2.2vw, 2.2rem) 0 0; }
.rh-home-stats > div { min-width: 0; padding-right: clamp(.8rem, 2vw, 2rem); }
.rh-home-stats > div + div { padding-left: clamp(.8rem, 2vw, 2rem); border-left: 1px solid var(--home-rule); }
.rh-home-stats dt { color: var(--rh-red-bright); font-family: var(--rh-serif); font-size: clamp(2.3rem, 3.3vw, 3.45rem); font-weight: 400; line-height: .88; }
.rh-home-stats dd { margin: .65rem 0 0; color: var(--home-muted); font-size: clamp(.78rem, .8vw, .84rem); line-height: 1.55; }
.rh-home-experience-copy > p {
  max-width: 31rem !important;
  margin: 0;
  color: var(--home-muted);
  font-size: clamp(.92rem, .96vw, 1rem) !important;
  line-height: 1.72 !important;
}

.rh-home-film { overflow: hidden; padding: 0; background: #090909; }
.rh-home-film-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, .95fr);
  width: min(calc(100% - 96px), 1480px) !important;
  max-width: 1480px !important;
  margin-inline: auto !important;
  gap: 0;
  align-items: stretch;
}
.rh-home-film-grid > * { min-width: 0; }
.rh-home-film-visual {
  position: relative;
  aspect-ratio: 1.72;
  min-height: clamp(210px, 20vw, 280px);
  overflow: hidden;
  border-right: 1px solid var(--home-rule);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .1), rgba(5, 5, 5, .5)),
    url("../img/ryan-hopman-film-mountains.jpg") center / cover no-repeat;
  filter: saturate(.72) contrast(1.05);
}
.rh-home-film-visual .rh-film-play { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; transform: translate(-50%, -50%); }
.rh-home-film-visual .sqs-block-video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.rh-home-film-visual .sqs-block-content,
.rh-home-film-visual .intrinsic,
.rh-home-film-visual .embed-block-wrapper { height: 100%; }
.rh-home-film-visual video { width: 100%; height: 100%; object-fit: cover; }
.rh-home-film-visual:has(video) { background: #090909; filter: none; }
.rh-home-film-visual:has(video) .rh-film-play { display: none; }
.rh-home-film-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(1.4rem, 2.5vw, 2.5rem); overflow-wrap: break-word; }
.rh-home-film h2 { max-width: 12ch !important; margin-bottom: .8rem !important; font-size: clamp(2.1rem, 3.2vw, 3.45rem) !important; }
.rh-home-film-copy > p:not(.rh-eyebrow) { max-width: 31rem !important; margin: 0; color: var(--home-muted); font-size: clamp(.92rem, .96vw, 1rem) !important; line-height: 1.72 !important; }
.rh-home-film .rh-home-link { margin-top: 1.15rem; }
.rh-home-link-muted { color: var(--home-dim); }

.rh-home-cta { padding: clamp(1rem, 1.6vw, 1.6rem) 0; background: linear-gradient(90deg, #321010 0%, #4b1012 52%, #210b0c 100%); }
.rh-home-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 3rem; max-width: 82rem; }
.rh-home-cta h2 { font-size: clamp(1.85rem, 2.75vw, 2.9rem) !important; }
.rh-home-cta .rh-button { flex: 0 0 auto; margin: 0; }

.rh-home .rh-site-footer { padding: 1rem 0 .65rem; }
.rh-home .rh-footer-top { grid-template-columns: 1.1fr 1fr; align-items: center; gap: 3rem; padding-bottom: 1rem; }
.rh-home .rh-footer-identity { display: grid; grid-template-columns: 36px minmax(0, 1fr); column-gap: 1rem; align-items: center; }
.rh-home .rh-footer-logo { grid-row: 1 / 3; width: 34px; margin: 0; }
.rh-home .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-home .rh-footer-identity > span:last-child { font-size: .68rem; }
.rh-home .rh-footer-nav { flex-direction: row; justify-content: flex-end; gap: clamp(1rem, 2vw, 2rem); }
.rh-home .rh-footer-action { display: none; }
.rh-home .rh-footer-bottom { padding-top: .7rem; font-size: .7rem; }

@media (min-width: 641px) and (max-width: 900px) {
  .rh-home { --rh-header-height: 74px; }
  .rh-home .rh-header-shell { width: calc(100% - 40px); }
  .rh-home .rh-hero,
  .rh-home .rh-hero-inner { min-height: 680px; }
  .rh-home .rh-hero-inner { align-items: center; padding: 100px 0 48px; }
  .rh-home .rh-hero-image { height: auto; background-position: 61% 28%; background-size: cover; opacity: 1; }
  .rh-home .rh-hero-overlay { background: linear-gradient(90deg, rgba(7, 7, 7, .99) 0%, rgba(7, 7, 7, .91) 31%, rgba(7, 7, 7, .57) 57%, rgba(7, 7, 7, .06) 100%), linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .38)); }
  .rh-home .rh-hero-copy { width: min(28rem, 50vw); }
  .rh-home .rh-hero-title { font-size: clamp(3rem, 6.6vw, 3.35rem) !important; }
  .rh-home .rh-hero-lead { margin-top: 1.3rem; font-size: .98rem !important; }
  .rh-home .rh-hero-bridge { margin-top: .75rem; font-size: .82rem !important; }
  .rh-home .rh-hero .rh-button { margin-top: 1.2rem; }
  .rh-home-intro-grid { grid-template-columns: minmax(14rem, .9fr) minmax(0, 1.1fr); gap: 2.5rem; }
  .rh-home-intro h2 { font-size: 1.85rem !important; }
  .rh-home-proof-grid { grid-template-columns: minmax(15rem, .8fr) minmax(0, 1.2fr); gap: 2.8rem; }
  .rh-home-proof h2 { font-size: 2.35rem !important; }
  .rh-home-service-grid article { padding-inline: 1.1rem; }
  .rh-home-service-grid h3 { font-size: 1.45rem !important; }
  .rh-home-experience-grid { grid-template-columns: minmax(0, 1.15fr) minmax(15rem, .85fr); gap: 2.8rem; }
  .rh-home-film-grid { grid-template-columns: minmax(0, 1.05fr) minmax(16rem, .95fr); }
  .rh-home-film-copy { padding: 2rem; }
  .rh-home-cta h2 { font-size: 1.9rem !important; }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .rh-home-film-grid {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), 920px) !important;
  }
  .rh-home-film-visual {
    min-height: clamp(300px, 48vw, 500px);
    border-right: 0;
    border-bottom: 1px solid var(--home-rule);
  }
  .rh-home-film-copy { padding: clamp(2rem, 5vw, 3.5rem); }
}

@media (max-width: 640px) {
  .rh-home { --rh-header-height: 72px; }
  .rh-home .rh-header-shell { width: calc(100% - 36px); }
  .rh-home .rh-header-mark { width: 25px; height: 31px; }
  .rh-home .rh-hero,
  .rh-home .rh-hero-inner { min-height: 0; }
  .rh-home .rh-hero-image {
    top: var(--rh-header-height);
    height: clamp(17.5rem, 76vw, 20rem);
    background-position: 71% top;
    background-size: auto 100%;
  }
  .rh-home .rh-hero-overlay {
    background: linear-gradient(180deg, rgba(7, 7, 7, .02) 0%, rgba(7, 7, 7, .08) 22%, rgba(7, 7, 7, .5) 38%, rgba(7, 7, 7, .94) 52%, #090909 64%, #090909 100%);
  }
  .rh-home .rh-hero-inner {
    align-items: flex-start;
    padding: clamp(19rem, 82vw, 21.5rem) 0 3rem;
  }
  .rh-home .rh-hero-copy { width: 100%; }
  .rh-home .rh-hero-title {
    max-width: none;
    font-size: clamp(2.65rem, 12vw, 3.15rem) !important;
    letter-spacing: -.04em !important;
    line-height: .88 !important;
  }
  .rh-home .rh-hero-title span { white-space: nowrap; }
  .rh-home .rh-hero-lead { margin-top: 1.3rem; font-size: 1rem !important; }
  .rh-home .rh-hero-bridge { margin-top: .75rem; font-size: .84rem !important; line-height: 1.6 !important; }
  .rh-home .rh-hero .rh-button { margin-top: 1.2rem; }
  .rh-home-intro-grid,
  .rh-home-proof-grid,
  .rh-home-experience-grid,
  .rh-home-film-grid { grid-template-columns: 1fr; gap: 0; }
  .rh-home-intro { padding: 2.7rem 0; }
  .rh-home-intro-heading { padding-left: 1.2rem; }
  .rh-home-intro h2 { font-size: 1.9rem !important; }
  .rh-home-intro-grid > p { margin-top: 1.75rem; font-size: .94rem !important; }
  .rh-home-proof { padding: 3.5rem 0; }
  .rh-home-proof h2 { max-width: 12ch !important; font-size: 2.25rem !important; }
  .rh-home-proof-copy { margin-top: 2rem; }
  .rh-home-proof-copy p { font-size: .94rem !important; }
  .rh-home-proof-copy .rh-home-proof-lead { font-size: 1.25rem !important; }
  .rh-home-services { padding: 3.5rem 0 2.6rem; }
  .rh-home-section-heading h2 { font-size: 2.2rem !important; }
  .rh-home-service-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .rh-home-service-grid article { padding: 2rem 0; }
  .rh-home-service-grid article + article { border-top: 1px solid var(--home-rule); border-left: 0; }
  .rh-service-symbol { width: 34px; height: 34px; }
  .rh-home-service-grid h3 { margin-top: .8rem; font-size: 1.55rem !important; }
  .rh-home-service-grid p { font-size: .9rem !important; }
  .rh-home-experience { padding: 3.4rem 0; }
  .rh-home-experience h2 { font-size: 2.25rem !important; }
  .rh-home-stats { grid-template-columns: 1fr; margin-top: 1.8rem; }
  .rh-home-stats > div,
  .rh-home-stats > div + div { display: grid; grid-template-columns: 5.25rem 1fr; align-items: center; padding: 1rem 0; border-top: 1px solid var(--home-rule); border-left: 0; }
  .rh-home-stats > div:last-child { border-bottom: 1px solid var(--home-rule); }
  .rh-home-stats dt { font-size: 2.6rem; }
  .rh-home-stats dd { margin: 0; font-size: .8rem; }
  .rh-home-experience-copy { margin-top: 2rem; }
  .rh-home-film-visual { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--home-rule); }
  .rh-home-film-grid { width: calc(100% - 36px) !important; }
  .rh-home-film-copy { padding: 2.6rem 0; }
  .rh-home-film h2 { font-size: 2.3rem !important; }
  .rh-home-cta { padding: 2.2rem 0; }
  .rh-home-cta-grid { align-items: flex-start; flex-direction: column; gap: 1.6rem; }
  .rh-home-cta h2 { font-size: 1.85rem !important; }
  .rh-home-cta h2 br { display: none; }
  .rh-home .rh-site-footer { padding-top: 2rem; }
  .rh-home .rh-footer-top { grid-template-columns: 1fr; gap: 1.8rem; padding-bottom: 1.5rem; }
  .rh-home .rh-footer-nav { flex-wrap: wrap; justify-content: flex-start; gap: 1rem 1.5rem; }
}

@media (max-width: 360px) {
  .rh-home .rh-hero-inner { padding-top: 19rem; }
  .rh-home .rh-hero-title { font-size: 2.65rem !important; }
}
