/* Close-up editorial scale inspired by the site's 200% desktop experience. */
:root { --immersive-gutter: clamp(28px, 6.8vw, 142px); }
body { font-size: clamp(17px, 1.18vw, 22px); }
.site-header { padding: clamp(22px, 2.6vw, 44px) var(--immersive-gutter); }
.brand-rain-logo { width: clamp(260px, 23vw, 430px) !important; height: clamp(82px, 7.2vw, 134px) !important; }
.primary-nav { gap: clamp(24px, 2.5vw, 48px); }
.primary-nav a { font-size: clamp(14px, 1.05vw, 19px); }
.primary-nav .nav-cta { padding: clamp(12px, 1vw, 17px) clamp(18px, 1.4vw, 26px); }
.hero { min-height: 100svh; padding: clamp(155px, 14vh, 210px) var(--immersive-gutter) 86px; }
.hero-copy { width: min(52%, 860px); }
.hero-title { font-size: clamp(82px, 9.25vw, 162px); margin-top: clamp(24px, 2.2vw, 38px); margin-bottom: clamp(26px, 2.2vw, 38px); }
.hero-intro { max-width: 660px; font-size: clamp(18px, 1.28vw, 23px); line-height: 1.55; }
.hero-umbrella { width: min(58vw, 1040px) !important; right: -1vw !important; top: 16% !important; }
.eyebrow, .section-kicker { font-size: clamp(11px, .8vw, 14px); }
.text-link, .gold-button { font-size: clamp(11px, .8vw, 14px); }
.section-pad { padding: clamp(96px, 10vw, 170px) var(--immersive-gutter); }
.statement-layout { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(56px, 9vw, 150px); }
.statement-side, .intelligence-copy > p:not(.section-kicker) { font-size: clamp(17px, 1.05vw, 20px); line-height: 1.7; }
.capability { padding-top: 36px; padding-bottom: 36px; }
.capability h3 { font-size: clamp(36px, 3vw, 52px); }
.capability p { font-size: clamp(16px, 1vw, 19px); line-height: 1.65; }
.intelligence-image { min-height: clamp(600px, 70vw, 900px); }
.signal-grid article { min-height: clamp(320px, 27vw, 450px); padding: clamp(30px, 3vw, 52px); }
.page-hero { padding-left: var(--immersive-gutter); padding-right: var(--immersive-gutter); }
.page-hero h1 { font-size: clamp(70px, 8.3vw, 138px); max-width: 1200px; }
.page-intro { max-width: 700px; font-size: clamp(17px, 1.15vw, 21px); line-height: 1.65; }
.page-section h2, .pull-quote h2 { font-size: clamp(54px, 6vw, 96px); }
@media (max-width:1050px) {
  .primary-nav { gap: 18px; }
  .hero { min-height: 112svh; align-items: flex-start; padding-top: 185px; }
  .hero-copy { width: 72%; }
  .hero-title { font-size: clamp(76px, 11.5vw, 116px); }
  .hero-umbrella { top: 45% !important; width: 78vw !important; right: -6vw !important; opacity: .72; }
  .statement-layout { grid-template-columns: 1fr; gap: 55px; }
  .intelligence { grid-template-columns: 1fr; }
  .intelligence-copy { min-height: 620px; }
}
@media (max-width:800px) {
  :root { --immersive-gutter: clamp(22px, 8vw, 58px); }
  body { font-size: 17px; }
  .site-header { padding: 15px var(--immersive-gutter) !important; }
  .brand-rain-logo { width: min(62vw, 260px) !important; height: min(19.5vw, 82px) !important; }
  .hero { min-height: 108svh; padding-top: 150px; }
  .hero-copy { width: 100%; }
  .hero-title { font-size: clamp(56px, 15vw, 88px); max-width: 720px; }
  .hero-intro { max-width: 36rem; }
  .hero-umbrella { width: 94vw !important; right: -9vw !important; top: 51% !important; opacity: .48; }
  .section-pad { padding-top: 105px; padding-bottom: 105px; }
  .page-hero { min-height: 92svh; padding-top: 165px !important; }
  .page-hero h1 { font-size: clamp(56px, 14vw, 90px); }
  .intelligence-image { min-height: 62svh; }
  .intelligence-copy { min-height: 68svh; }
}
@media (max-width:520px) {
  .hero-title, .page-hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero { min-height: 112svh; }
  .hero-intro { max-width: 31rem; font-size: 16px; }
  .hero-umbrella { width: 105vw !important; right: -20vw !important; top: 55% !important; opacity: .38; }
  .section-pad { padding-top: 88px; padding-bottom: 88px; }
  .statement h2, .intelligence h2, .contact h2 { font-size: clamp(44px, 13vw, 64px); }
}
