@media (min-width: 768px) {
  .r2gh-obstacles-window { height: 100vh; display: flex; align-items: center; overflow: hidden; }
  .r2gh-obstacles-track { align-items: stretch; }
}
@media (max-width: 767px) {
  .r2gh-header { top: 40px; background: rgba(8,24,19,.9); }
  .r2gh-mobile-nav:not([hidden]) { top: 110px; }
  .r2gh-door-gateway { clip-path: circle(100% at 50% 50%); }
  .r2gh-proof-copy p { font-size: 1rem; }
}
.r2gh-skip { top: -12rem; }
.r2gh-hero h1,
.r2gh-manifesto h2,
.r2gh-path h2,
.r2gh-path h3,
.r2gh-obstacle-content h3,
.r2gh-door h2,
.r2gh-door h3,
.r2gh-final h2 { color: #fff; }
.r2gh-hero-poster { filter: brightness(.72) saturate(.9); background-position: center 40%; }
.r2gh-readiness-pill { right: auto; left: 1.5rem; }
.r2gh-path-visual img,
.r2gh-obstacle-image img,
.r2gh-door-gateway img { display: block; }
.r2gh-door-message { opacity: 1; }
.r2gh-readiness-form { width: 100%; max-width: 95rem; margin: 2rem auto 0; background: #f2eddf; }
.r2gh-readiness-form summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; padding: 1.25rem 1.5rem; color: #081813; font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.r2gh-readiness-form summary::-webkit-details-marker { display: none; }
.r2gh-readiness-form iframe { border: 0; width: 100%; height: 690px; background: #fff; }
.r2gh-footer-brand { background: #f2eddf; padding: .55rem; flex: none; }
.r2gh-footer-brand img { width: 120px; height: auto; }
.r2gh-cinematic-home #abchat-root .abchat-greeting { display: none !important; }
.r2gh-scroll-cue { right: auto; left: clamp(1.25rem, 6vw, 9rem); }
.r2gh-testimonials { background: #e8dfcd; padding: clamp(6rem, 10vw, 12rem) clamp(1.25rem, 6vw, 9rem); }
.r2gh-testimonials .r2gh-section-meta { margin-bottom: clamp(4rem, 8vw, 9rem); }
.r2gh-testimonials h2 { color: #b86140; font-size: .75rem; margin-bottom: 2rem; }
.r2gh-testimonial-quote { max-width: 18ch; margin: 0 0 4rem; font-size: clamp(2.7rem, 5.2vw, 6.5rem); font-weight: 900; letter-spacing: -.065em; line-height: 1.03; }
.r2gh-testimonial-credit { font-size: .8rem; font-weight: 900; letter-spacing: .06em; }
.r2gh-testimonial-credit span { display: block; margin-top: .5rem; font-size: .72rem; font-weight: 400; letter-spacing: 0; }
.r2gh-testimonials .r2gh-text-link { margin-top: 2rem; }
@media (min-width: 768px) {
  html:not(.r2gh-js) .r2gh-path-stage { display: block; padding: 2rem 6vw 6rem; }
  html:not(.r2gh-js) .r2gh-path-copy { padding: 2rem 0; }
  html:not(.r2gh-js) .r2gh-path-texts { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
  html:not(.r2gh-js) .r2gh-path-text { position: relative; opacity: 1; visibility: visible; border-top: 1px solid rgba(255,255,255,.3); padding: 2rem 0; }
  html:not(.r2gh-js) .r2gh-path-visuals { display: none; }
  html:not(.r2gh-js) .r2gh-obstacles-window { height: auto; overflow-x: auto; display: block; }
}
@media (prefers-reduced-motion: reduce) {
  .r2gh-credibility { min-height: 0; }
  .r2gh-cred-inner { position: relative; }
  .r2gh-obstacles-window { height: auto; overflow-x: auto; display: block; scroll-snap-type: x mandatory; }
  .r2gh-obstacle-panel { scroll-snap-align: start; }
}
