@primer/react-brand 0.65.0-rc.0895cfab → 0.65.0-rc.0d69fc03

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (354) hide show
  1. package/lib/CTABanner/CTABanner.d.ts +21 -0
  2. package/lib/Hero/HeroContext.d.ts +1 -1
  3. package/lib/SubNav/SubNav.d.ts +3 -0
  4. package/lib/css/main.css +373 -234
  5. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  6. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  7. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  8. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  9. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  10. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  11. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  12. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  13. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  14. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +3 -3
  26. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +5 -3
  70. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  92. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  103. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  104. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  105. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  106. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  107. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  108. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  109. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  110. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  111. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  112. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  113. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  114. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  115. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  116. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  117. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  118. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  119. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  120. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  121. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  122. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  123. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  124. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  125. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  126. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  127. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  128. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  129. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  130. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  131. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  132. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  133. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  134. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  135. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  136. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  137. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  138. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  139. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  140. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  141. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  142. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  143. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  144. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  145. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  146. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  147. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  148. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  149. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  150. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  151. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  152. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  153. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  154. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  155. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  156. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  157. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  158. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  159. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  160. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  161. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  162. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  163. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  164. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  165. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  166. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  167. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  168. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  169. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  170. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  171. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  172. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  173. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  174. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  175. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  176. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  177. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  178. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  179. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  180. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  181. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  182. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  183. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  184. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  185. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  186. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  187. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  188. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  189. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  190. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  191. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  192. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  193. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  194. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  195. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  196. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  197. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  198. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  199. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  200. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  201. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  202. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  203. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  204. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  205. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  206. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  207. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  208. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  209. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  210. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  211. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  212. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  213. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  214. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  215. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  216. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  217. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  218. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  219. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  220. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  221. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  222. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  223. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  224. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  225. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  226. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  227. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  228. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  229. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  230. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  231. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  232. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  233. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  234. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  235. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  236. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  237. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  238. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  239. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  240. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  241. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  242. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  243. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  244. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  245. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  246. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  247. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  248. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  249. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  250. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  251. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  252. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  253. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  263. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  264. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  265. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  266. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  267. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  268. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  269. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  270. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  271. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  272. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  273. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  274. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  275. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  276. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  277. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  278. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  279. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  280. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  281. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  282. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  283. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  284. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  285. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  286. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  287. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  288. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  289. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  290. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  291. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  292. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  293. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  294. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  295. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  296. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  297. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  298. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  299. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  300. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  301. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  302. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  303. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  304. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  305. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  306. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  307. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  308. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  309. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  310. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  311. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  312. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  313. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  314. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  315. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  316. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  317. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  318. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  319. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  320. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
  321. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  322. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  323. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  324. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  325. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  326. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  327. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  328. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  329. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  330. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  331. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  332. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  333. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  334. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  335. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  336. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  337. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  338. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  339. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  352. package/lib/index.js +1 -1
  353. package/lib/recipes/FlexTemplate/FlexTemplate.types.d.ts +1 -0
  354. package/package.json +1 -1
package/lib/css/main.css CHANGED
@@ -78,7 +78,7 @@ html {
78
78
 
79
79
  /**
80
80
  * Do not edit directly
81
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
81
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
82
82
  */
83
83
 
84
84
  :root,
@@ -356,7 +356,7 @@ html {
356
356
 
357
357
  /**
358
358
  * Do not edit directly
359
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
359
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
360
360
  */
361
361
 
362
362
  :root {
@@ -383,7 +383,7 @@ html {
383
383
 
384
384
  /**
385
385
  * Do not edit directly
386
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
386
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
387
387
  */
388
388
 
389
389
  :root {
@@ -400,7 +400,7 @@ html {
400
400
 
401
401
  /**
402
402
  * Do not edit directly
403
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
403
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
404
404
  */
405
405
 
406
406
  :root {
@@ -558,7 +558,7 @@ html {
558
558
 
559
559
  /**
560
560
  * Do not edit directly
561
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
561
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
562
562
  */
563
563
 
564
564
  :root {
@@ -572,7 +572,7 @@ html {
572
572
 
573
573
  /**
574
574
  * Do not edit directly
575
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
575
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
576
576
  */
577
577
 
578
578
  :root {
@@ -591,7 +591,7 @@ html {
591
591
 
592
592
  /**
593
593
  * Do not edit directly
594
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
594
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
595
595
  */
596
596
 
597
597
  :root,
@@ -671,7 +671,7 @@ html {
671
671
 
672
672
  /**
673
673
  * Do not edit directly
674
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
674
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
675
675
  */
676
676
 
677
677
  :root {
@@ -698,7 +698,7 @@ html {
698
698
 
699
699
  /**
700
700
  * Do not edit directly
701
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
701
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
702
702
  */
703
703
 
704
704
  :root,
@@ -1471,7 +1471,7 @@ html {
1471
1471
 
1472
1472
  /**
1473
1473
  * Do not edit directly
1474
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
1474
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
1475
1475
  */
1476
1476
 
1477
1477
  :root {
@@ -1779,7 +1779,7 @@ html {
1779
1779
 
1780
1780
  /**
1781
1781
  * Do not edit directly
1782
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
1782
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
1783
1783
  */
1784
1784
 
1785
1785
  :root {
@@ -6759,7 +6759,7 @@ html {
6759
6759
 
6760
6760
  /**
6761
6761
  * Do not edit directly
6762
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
6762
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
6763
6763
  */
6764
6764
 
6765
6765
  :root,
@@ -7096,7 +7096,7 @@ html {
7096
7096
 
7097
7097
  /**
7098
7098
  * Do not edit directly
7099
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
7099
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
7100
7100
  */
7101
7101
 
7102
7102
  :root {
@@ -7402,7 +7402,7 @@ html {
7402
7402
 
7403
7403
  /**
7404
7404
  * Do not edit directly
7405
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
7405
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
7406
7406
  */
7407
7407
 
7408
7408
  :root,
@@ -7418,7 +7418,7 @@ html {
7418
7418
 
7419
7419
  /**
7420
7420
  * Do not edit directly
7421
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
7421
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
7422
7422
  */
7423
7423
 
7424
7424
  :root,
@@ -7685,7 +7685,7 @@ html {
7685
7685
 
7686
7686
  /**
7687
7687
  * Do not edit directly
7688
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
7688
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
7689
7689
  */
7690
7690
 
7691
7691
  :root {
@@ -7696,7 +7696,7 @@ html {
7696
7696
 
7697
7697
  /**
7698
7698
  * Do not edit directly
7699
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
7699
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
7700
7700
  */
7701
7701
 
7702
7702
  :root {
@@ -8424,7 +8424,7 @@ html {
8424
8424
 
8425
8425
  /**
8426
8426
  * Do not edit directly
8427
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
8427
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
8428
8428
  */
8429
8429
 
8430
8430
  :root,
@@ -9192,7 +9192,7 @@ html {
9192
9192
 
9193
9193
  /**
9194
9194
  * Do not edit directly
9195
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
9195
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
9196
9196
  */
9197
9197
 
9198
9198
  :root,
@@ -9220,7 +9220,7 @@ html {
9220
9220
 
9221
9221
  /**
9222
9222
  * Do not edit directly
9223
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
9223
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
9224
9224
  */
9225
9225
 
9226
9226
  :root,
@@ -9236,7 +9236,7 @@ html {
9236
9236
 
9237
9237
  /**
9238
9238
  * Do not edit directly
9239
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
9239
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
9240
9240
  */
9241
9241
 
9242
9242
  :root {
@@ -9289,7 +9289,7 @@ html {
9289
9289
 
9290
9290
  /**
9291
9291
  * Do not edit directly
9292
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
9292
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
9293
9293
  */
9294
9294
 
9295
9295
  :root,
@@ -9717,7 +9717,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
9717
9717
 
9718
9718
  /**
9719
9719
  * Do not edit directly
9720
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
9720
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
9721
9721
  */
9722
9722
 
9723
9723
  :root {
@@ -9726,7 +9726,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
9726
9726
 
9727
9727
  /**
9728
9728
  * Do not edit directly
9729
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
9729
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
9730
9730
  */
9731
9731
 
9732
9732
  :root,
@@ -9748,7 +9748,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
9748
9748
 
9749
9749
  /**
9750
9750
  * Do not edit directly
9751
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
9751
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
9752
9752
  */
9753
9753
 
9754
9754
  :root {
@@ -10030,7 +10030,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10030
10030
 
10031
10031
  /**
10032
10032
  * Do not edit directly
10033
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
10033
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
10034
10034
  */
10035
10035
 
10036
10036
  :root,
@@ -11233,7 +11233,7 @@ Fixes safari bug where outline doesn't respect border-radius
11233
11233
 
11234
11234
  /**
11235
11235
  * Do not edit directly
11236
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
11236
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
11237
11237
  */
11238
11238
 
11239
11239
  :root {
@@ -11247,7 +11247,7 @@ Fixes safari bug where outline doesn't respect border-radius
11247
11247
 
11248
11248
  /**
11249
11249
  * Do not edit directly
11250
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
11250
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
11251
11251
  */
11252
11252
 
11253
11253
  :root,
@@ -11541,7 +11541,7 @@ Fixes safari bug where outline doesn't respect border-radius
11541
11541
 
11542
11542
  /**
11543
11543
  * Do not edit directly
11544
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
11544
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
11545
11545
  */
11546
11546
 
11547
11547
  :root,
@@ -11557,7 +11557,7 @@ Fixes safari bug where outline doesn't respect border-radius
11557
11557
 
11558
11558
  /**
11559
11559
  * Do not edit directly
11560
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
11560
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
11561
11561
  */
11562
11562
 
11563
11563
  :root {
@@ -12302,7 +12302,7 @@ Fixes safari bug where outline doesn't respect border-radius
12302
12302
 
12303
12303
  /**
12304
12304
  * Do not edit directly
12305
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
12305
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
12306
12306
  */
12307
12307
 
12308
12308
  :root,
@@ -12318,20 +12318,20 @@ Fixes safari bug where outline doesn't respect border-radius
12318
12318
 
12319
12319
  /**
12320
12320
  * Do not edit directly
12321
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
12321
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
12322
12322
  */
12323
12323
 
12324
12324
  :root,
12325
12325
  [data-color-mode="light"] {
12326
12326
  --brand-CTABanner-shadow-color-start: var(--base-color-scale-green-5);
12327
12327
  --brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-5);
12328
- --brand-CTABanner-bgColor: var(--brand-color-canvas-default);
12328
+ --brand-CTABanner-bgColor: var(--brand-color-canvas-subtle);
12329
12329
  }
12330
12330
 
12331
12331
  [data-color-mode="dark"] {
12332
12332
  --brand-CTABanner-shadow-color-start: var(--base-color-scale-green-2);
12333
12333
  --brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-3);
12334
- --brand-CTABanner-bgColor: var(--brand-color-canvas-default);
12334
+ --brand-CTABanner-bgColor: var(--brand-color-canvas-subtle);
12335
12335
  }
12336
12336
 
12337
12337
  .Primer_Brand__CTABanner-module__CTABanner___m0t8s {
@@ -12355,14 +12355,84 @@ Fixes safari bug where outline doesn't respect border-radius
12355
12355
  );
12356
12356
  }
12357
12357
 
12358
+ /* Heading size overrides for balanced and minimal variants */
12359
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV {
12360
+ font-weight: var(--brand-heading-weight-700);
12361
+ font-size: var(--brand-text-size-700);
12362
+ line-height: var(--brand-heading-lineHeight-700);
12363
+ letter-spacing: var(--brand-heading-letterSpacing-700);
12364
+ }
12365
+
12366
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV {
12367
+ font-weight: var(--brand-heading-weight-400);
12368
+ font-size: var(--brand-text-size-400);
12369
+ line-height: var(--brand-text-lineHeight-400);
12370
+ letter-spacing: var(--brand-heading-letterSpacing-400);
12371
+ }
12372
+
12373
+ .Primer_Brand__CTABanner-module__CTABanner-grid___u3x9a {
12374
+ gap: 0;
12375
+ --brand-Grid-spacing-row: 0;
12376
+ padding-inline: 0;
12377
+ }
12378
+
12379
+ .Primer_Brand__CTABanner-module__CTABanner-grid-column--primary___ZtLFt {
12380
+ display: flex;
12381
+ align-items: center;
12382
+ }
12383
+
12384
+ .Primer_Brand__CTABanner-module__CTABanner-grid-column--secondary___JBmPK {
12385
+ display: flex;
12386
+ align-items: center;
12387
+ justify-content: center;
12388
+ }
12389
+
12390
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-grid-column--secondary___JBmPK {
12391
+ justify-content: flex-end;
12392
+ }
12393
+
12394
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-grid-column--secondary___JBmPK {
12395
+ justify-content: flex-start;
12396
+ }
12397
+
12398
+ @media screen and (min-width: 63.25rem) {
12399
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-grid-column--secondary___JBmPK {
12400
+ justify-content: flex-end;
12401
+ }
12402
+ }
12403
+
12404
+ /* Stack on narrow viewports */
12405
+ @media screen and (max-width: 63.24rem) {
12406
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-grid-column--secondary___JBmPK {
12407
+ justify-content: flex-start;
12408
+ }
12409
+
12410
+ .Primer_Brand__CTABanner-module__CTABanner-grid-column--secondary___JBmPK {
12411
+ margin-block-start: var(--base-size-24);
12412
+ }
12413
+ }
12414
+
12415
+ .Primer_Brand__CTABanner-module__CTABanner-outer-container--border___PwQrC {
12416
+ border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
12417
+ }
12418
+
12358
12419
  .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12359
- border-radius: var(--brand-borderRadius-xlarge);
12360
- padding: var(--base-size-40) var(--base-size-32);
12420
+ padding: var(--base-size-64) var(--base-size-32);
12361
12421
  z-index: 1;
12362
12422
  width: 100%;
12363
12423
  box-sizing: border-box;
12364
12424
  }
12365
12425
 
12426
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12427
+ padding-inline: var(--base-size-20);
12428
+ padding-block: var(--base-size-32);
12429
+ }
12430
+
12431
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12432
+ padding-inline: var(--base-size-20);
12433
+ padding-block: var(--base-size-40);
12434
+ }
12435
+
12366
12436
  .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
12367
12437
  display: flex;
12368
12438
  flex-direction: column;
@@ -12372,10 +12442,19 @@ Fixes safari bug where outline doesn't respect border-radius
12372
12442
  margin: 0 auto;
12373
12443
  }
12374
12444
 
12445
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
12446
+ gap: 0;
12447
+ }
12448
+
12449
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_,
12450
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
12451
+ max-width: 576px;
12452
+ margin: 0;
12453
+ }
12454
+
12375
12455
  .Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH {
12376
- border-radius: var(--brand-borderRadius-xlarge);
12377
12456
  background-repeat: no-repeat;
12378
- background-color: var(--brand-CTABanner-narrow-background-color, var(--brand-CTABanner-background-color));
12457
+ background-color: var(--brand-CTABanner-bgColor);
12379
12458
  background-image: var(--brand-CTABanner-narrow-background-image-src, var(--brand-CTABanner-background-image-src));
12380
12459
  background-size: var(--brand-CTABanner-narrow-background-image-size, var(--brand-CTABanner-background-image-size));
12381
12460
 
@@ -12388,7 +12467,13 @@ Fixes safari bug where outline doesn't respect border-radius
12388
12467
  }
12389
12468
 
12390
12469
  .Primer_Brand__CTABanner-module__CTABanner-container--border___FbAer {
12391
- border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
12470
+ border: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
12471
+ }
12472
+
12473
+ .Primer_Brand__CTABanner-module__CTABanner-container--border-gridlines___H1FN8 {
12474
+ border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
12475
+ margin-inline: auto;
12476
+ max-width: 534px; /* To match tablet for river */
12392
12477
  }
12393
12478
 
12394
12479
  .Primer_Brand__CTABanner-module__CTABanner-content--center___S0ChQ {
@@ -12403,22 +12488,19 @@ Fixes safari bug where outline doesn't respect border-radius
12403
12488
  /* Medium breakpoint and up */
12404
12489
  @media screen and (min-width: 48rem) {
12405
12490
  .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12406
- padding: var(--base-size-80) var(--base-size-64);
12491
+ padding: var(--base-size-80) var(--base-size-36);
12407
12492
  }
12408
- }
12409
12493
 
12410
- /* Large breakpoint and up */
12411
- @media screen and (min-width: 63.25rem) {
12412
- .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
12413
- gap: var(--base-size-24);
12494
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12495
+ padding: var(--base-size-36);
12496
+ padding-block-end: var(--base-size-48);
12414
12497
  }
12415
- .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12416
- padding: var(--base-size-128) var(--base-size-64);
12498
+
12499
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12500
+ padding: var(--base-size-36);
12501
+ padding-block: var(--base-size-48);
12417
12502
  }
12418
- }
12419
12503
 
12420
- /* Regular */
12421
- @media screen and (min-width: 48rem) {
12422
12504
  .Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH {
12423
12505
  background-color: var(--brand-CTABanner-regular-background-color, var(--brand-CTABanner-background-color));
12424
12506
  background-image: var(--brand-CTABanner-regular-background-image-src, var(--brand-CTABanner-background-image-src));
@@ -12430,6 +12512,28 @@ Fixes safari bug where outline doesn't respect border-radius
12430
12512
  }
12431
12513
  }
12432
12514
 
12515
+ /* Large breakpoint and up */
12516
+ @media screen and (min-width: 63.25rem) {
12517
+ .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
12518
+ gap: var(--base-size-24);
12519
+ }
12520
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
12521
+ gap: var(--base-size-16);
12522
+ }
12523
+ .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12524
+ padding: var(--base-size-96) var(--base-size-64);
12525
+ max-width: 100%;
12526
+ }
12527
+
12528
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12529
+ padding: var(--base-size-64);
12530
+ }
12531
+
12532
+ .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
12533
+ padding: var(--base-size-64);
12534
+ }
12535
+ }
12536
+
12433
12537
  /* Wide */
12434
12538
  @media screen and (min-width: 80rem) {
12435
12539
  .Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH {
@@ -12444,6 +12548,17 @@ Fixes safari bug where outline doesn't respect border-radius
12444
12548
  }
12445
12549
  }
12446
12550
 
12551
+ .Primer_Brand__CTABanner-module__CTABanner-image___stI4S {
12552
+ width: 100%;
12553
+ height: auto;
12554
+ }
12555
+
12556
+ .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-image___stI4S {
12557
+ max-width: 476px;
12558
+ width: 100%;
12559
+ height: auto;
12560
+ }
12561
+
12447
12562
  .Primer_Brand__ListItem-module__ListItem___aFf5u {
12448
12563
  display: flex;
12449
12564
  align-items: flex-start;
@@ -12541,7 +12656,7 @@ Fixes safari bug where outline doesn't respect border-radius
12541
12656
 
12542
12657
  /**
12543
12658
  * Do not edit directly
12544
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
12659
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
12545
12660
  */
12546
12661
 
12547
12662
  :root,
@@ -12705,7 +12820,7 @@ Fixes safari bug where outline doesn't respect border-radius
12705
12820
 
12706
12821
  /**
12707
12822
  * Do not edit directly
12708
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
12823
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
12709
12824
  */
12710
12825
 
12711
12826
  :root,
@@ -13013,7 +13128,7 @@ Fixes safari bug where outline doesn't respect border-radius
13013
13128
 
13014
13129
  /**
13015
13130
  * Do not edit directly
13016
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
13131
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
13017
13132
  */
13018
13133
 
13019
13134
  :root {
@@ -13049,7 +13164,7 @@ Fixes safari bug where outline doesn't respect border-radius
13049
13164
 
13050
13165
  /**
13051
13166
  * Do not edit directly
13052
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
13167
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
13053
13168
  */
13054
13169
 
13055
13170
  :root,
@@ -13117,7 +13232,7 @@ Fixes safari bug where outline doesn't respect border-radius
13117
13232
 
13118
13233
  /**
13119
13234
  * Do not edit directly
13120
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
13235
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
13121
13236
  */
13122
13237
 
13123
13238
  :root {
@@ -13128,7 +13243,7 @@ Fixes safari bug where outline doesn't respect border-radius
13128
13243
 
13129
13244
  /**
13130
13245
  * Do not edit directly
13131
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
13246
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
13132
13247
  */
13133
13248
 
13134
13249
  :root,
@@ -13473,7 +13588,7 @@ Fixes safari bug where outline doesn't respect border-radius
13473
13588
 
13474
13589
  /**
13475
13590
  * Do not edit directly
13476
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
13591
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
13477
13592
  */
13478
13593
 
13479
13594
  :root,
@@ -14314,7 +14429,7 @@ Fixes safari bug where outline doesn't respect border-radius
14314
14429
 
14315
14430
  /**
14316
14431
  * Do not edit directly
14317
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
14432
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
14318
14433
  */
14319
14434
 
14320
14435
  :root {
@@ -14325,7 +14440,7 @@ Fixes safari bug where outline doesn't respect border-radius
14325
14440
 
14326
14441
  /**
14327
14442
  * Do not edit directly
14328
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
14443
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
14329
14444
  */
14330
14445
 
14331
14446
  :root,
@@ -14824,7 +14939,7 @@ Fixes safari bug where outline doesn't respect border-radius
14824
14939
 
14825
14940
  /**
14826
14941
  * Do not edit directly
14827
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
14942
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
14828
14943
  */
14829
14944
 
14830
14945
  :root {
@@ -14844,7 +14959,7 @@ Fixes safari bug where outline doesn't respect border-radius
14844
14959
 
14845
14960
  /**
14846
14961
  * Do not edit directly
14847
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
14962
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
14848
14963
  */
14849
14964
 
14850
14965
  :root,
@@ -14880,7 +14995,7 @@ Fixes safari bug where outline doesn't respect border-radius
14880
14995
 
14881
14996
  /**
14882
14997
  * Do not edit directly
14883
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
14998
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
14884
14999
  */
14885
15000
 
14886
15001
  :root,
@@ -14904,7 +15019,7 @@ Fixes safari bug where outline doesn't respect border-radius
14904
15019
 
14905
15020
  /**
14906
15021
  * Do not edit directly
14907
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
15022
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
14908
15023
  */
14909
15024
 
14910
15025
  :root {
@@ -15377,7 +15492,7 @@ Fixes safari bug where outline doesn't respect border-radius
15377
15492
 
15378
15493
  /**
15379
15494
  * Do not edit directly
15380
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
15495
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
15381
15496
  */
15382
15497
 
15383
15498
  :root,
@@ -15391,7 +15506,7 @@ Fixes safari bug where outline doesn't respect border-radius
15391
15506
 
15392
15507
  /**
15393
15508
  * Do not edit directly
15394
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
15509
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
15395
15510
  */
15396
15511
 
15397
15512
  :root {
@@ -15405,7 +15520,7 @@ Fixes safari bug where outline doesn't respect border-radius
15405
15520
 
15406
15521
  /**
15407
15522
  * Do not edit directly
15408
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
15523
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
15409
15524
  */
15410
15525
 
15411
15526
  :root {
@@ -17581,7 +17696,7 @@ Fixes safari bug where outline doesn't respect border-radius
17581
17696
 
17582
17697
  /**
17583
17698
  * Do not edit directly
17584
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
17699
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
17585
17700
  */
17586
17701
 
17587
17702
  :root {
@@ -17605,7 +17720,7 @@ Fixes safari bug where outline doesn't respect border-radius
17605
17720
 
17606
17721
  /**
17607
17722
  * Do not edit directly
17608
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
17723
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
17609
17724
  */
17610
17725
 
17611
17726
  :root,
@@ -18040,7 +18155,7 @@ Fixes safari bug where outline doesn't respect border-radius
18040
18155
 
18041
18156
  /**
18042
18157
  * Do not edit directly
18043
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
18158
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
18044
18159
  */
18045
18160
 
18046
18161
  :root {
@@ -18056,7 +18171,7 @@ Fixes safari bug where outline doesn't respect border-radius
18056
18171
 
18057
18172
  /**
18058
18173
  * Do not edit directly
18059
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
18174
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
18060
18175
  */
18061
18176
 
18062
18177
  :root,
@@ -18560,7 +18675,7 @@ Fixes safari bug where outline doesn't respect border-radius
18560
18675
 
18561
18676
  /**
18562
18677
  * Do not edit directly
18563
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
18678
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
18564
18679
  */
18565
18680
 
18566
18681
  :root {
@@ -18569,21 +18684,23 @@ Fixes safari bug where outline doesn't respect border-radius
18569
18684
 
18570
18685
  /**
18571
18686
  * Do not edit directly
18572
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
18687
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
18573
18688
  */
18574
18689
 
18575
18690
  :root,
18576
18691
  [data-color-mode="light"] {
18692
+ --brand-SubNav-bgColor: var(--brand-color-canvas-default);
18577
18693
  --brand-SubNav-color-link-rest: var(--brand-color-text-default);
18578
18694
  --brand-SubNav-color-link-active: var(--brand-color-text-default);
18579
- --brand-SubNav-color-subMenu-bgColor: var(--base-color-scale-white-0);
18695
+ --brand-SubNav-color-link-bgColor: #e4ebe6;
18580
18696
  --brand-SubNav-shadow: 0px 100px 80px rgba(0, 0, 0, 0.01), 0px 41px 33px rgba(0, 0, 0, 0.02), 0px 22px 17px rgba(0, 0, 0, 0.02), 0px 12px 10px rgba(0, 0, 0, 0.03), 0px 6px 5px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.07);
18581
18697
  }
18582
18698
 
18583
18699
  [data-color-mode="dark"] {
18700
+ --brand-SubNav-bgColor: var(--brand-color-canvas-default);
18584
18701
  --brand-SubNav-color-link-rest: var(--brand-color-text-default);
18585
18702
  --brand-SubNav-color-link-active: var(--brand-color-text-default);
18586
- --brand-SubNav-color-subMenu-bgColor: var(--base-color-scale-white-0);
18703
+ --brand-SubNav-color-link-bgColor: #323834;
18587
18704
  --brand-SubNav-shadow: 0px 100px 80px rgba(0, 0, 0, 0.01), 0px 41px 33px rgba(0, 0, 0, 0.02), 0px 22px 17px rgba(0, 0, 0, 0.02), 0px 12px 10px rgba(0, 0, 0, 0.03), 0px 6px 5px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.07);
18588
18705
  }
18589
18706
 
@@ -18591,6 +18708,7 @@ Fixes safari bug where outline doesn't respect border-radius
18591
18708
  position: absolute;
18592
18709
  width: 100%;
18593
18710
  z-index: 2;
18711
+ border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
18594
18712
  }
18595
18713
 
18596
18714
  .Primer_Brand__SubNav-module__SubNav__container--with-anchor-nav___y6aE7 {
@@ -18599,11 +18717,15 @@ Fixes safari bug where outline doesn't respect border-radius
18599
18717
  position: relative;
18600
18718
  }
18601
18719
 
18720
+ .Primer_Brand__SubNav-module__SubNav__container--with-anchor-nav___y6aE7 .Primer_Brand__SubNav-module__SubNav___dVoQu {
18721
+ border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
18722
+ }
18723
+
18602
18724
  .Primer_Brand__SubNav-module__SubNav___dVoQu {
18603
18725
  width: 100%;
18604
18726
  display: flex;
18605
- padding: var(--base-size-16);
18606
18727
  z-index: 1;
18728
+ background-color: var(--brand-SubNav-bgColor);
18607
18729
  }
18608
18730
 
18609
18731
  [data-color-mode='dark'] .Primer_Brand__SubNav-module__SubNav___dVoQu {
@@ -18611,16 +18733,21 @@ Fixes safari bug where outline doesn't respect border-radius
18611
18733
  -moz-osx-font-smoothing: grayscale;
18612
18734
  }
18613
18735
 
18614
- .Primer_Brand__SubNav-module__SubNav__heading___MAxf6 {
18736
+ .Primer_Brand__SubNav-module__SubNav__heading___MAxf6,
18737
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp {
18615
18738
  display: block;
18616
- font-weight: var(--base-text-weight-medium);
18739
+ font-size: calc(var(--base-size-16) - 1px); /* One-off override to match design */
18740
+ line-height: calc(var(--base-size-16) - 1px); /* One-off override to match design */
18741
+ font-weight: var(--brand-text-subhead-weight-medium);
18617
18742
  color: var(--brand-color-text-default);
18618
18743
  font-family: var(--brand-heading-fontFamily);
18619
18744
  -webkit-text-decoration: none;
18620
18745
  text-decoration: none;
18621
18746
  }
18622
18747
 
18623
- .Primer_Brand__SubNav-module__SubNav__heading___MAxf6:hover {
18748
+ .Primer_Brand__SubNav-module__SubNav__heading___MAxf6:hover,
18749
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp:hover,
18750
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18624
18751
  color: var(--brand-color-text-muted);
18625
18752
  -webkit-text-decoration: none !important;
18626
18753
  text-decoration: none !important; /* dotcom override */
@@ -18631,10 +18758,17 @@ Fixes safari bug where outline doesn't respect border-radius
18631
18758
  }
18632
18759
 
18633
18760
  .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
18761
+ min-height: 60px;
18634
18762
  position: relative;
18635
18763
  z-index: 9998;
18636
- display: inline-block;
18637
- margin-inline-end: var(--base-size-16);
18764
+ display: flex;
18765
+ align-items: center;
18766
+ padding: var(--base-size-16);
18767
+ border-inline-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
18768
+ }
18769
+
18770
+ .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG + .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
18771
+ padding-inline-start: var(--base-size-24);
18638
18772
  }
18639
18773
 
18640
18774
  .Primer_Brand__SubNav-module__SubNav--has-shadow___jkyC7 {
@@ -18672,16 +18806,6 @@ Fixes safari bug where outline doesn't respect border-radius
18672
18806
  display: none;
18673
18807
  }
18674
18808
 
18675
- .Primer_Brand__SubNav-module__SubNav__heading-separator___M5xJp {
18676
- position: relative;
18677
- top: 0;
18678
- color: var(--brand-color-text-muted);
18679
- min-width: var(--base-size-8);
18680
- min-height: var(--base-size-16);
18681
- display: inline-flex;
18682
- align-items: center;
18683
- }
18684
-
18685
18809
  /*
18686
18810
  * Anchor Nav Submenu
18687
18811
  */
@@ -18734,8 +18858,8 @@ Fixes safari bug where outline doesn't respect border-radius
18734
18858
 
18735
18859
  .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG {
18736
18860
  display: flex;
18737
- padding-block-start: var(--base-size-12);
18738
- padding-block-end: var(--base-size-20);
18861
+ padding-block: var(--base-size-12);
18862
+ border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
18739
18863
  }
18740
18864
 
18741
18865
  .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG .Primer_Brand__SubNav-module__SubNav__sub-menu-list___aBVGd {
@@ -18746,28 +18870,20 @@ Fixes safari bug where outline doesn't respect border-radius
18746
18870
  gap: var(--base-size-20);
18747
18871
  }
18748
18872
 
18749
- .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG .Primer_Brand__SubNav-module__SubNav__link--is-in-view___GqmLc .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18750
- color: var(--brand-color-text-default);
18751
- }
18752
-
18753
- .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG .Primer_Brand__SubNav-module__SubNav__link--is-in-view___GqmLc .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
18754
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
18755
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus-visible .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
18756
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
18757
- opacity: 1;
18758
- transform: scale(0.8, 1);
18873
+ .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18874
+ font-weight: 450; /* FIXME: unsupported in our font weight primitives */
18759
18875
  }
18760
18876
 
18761
- .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG .Primer_Brand__SubNav-module__SubNav__link--is-in-view___GqmLc .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
18762
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:active .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
18763
- border-color: var(--brand-color-text-default);
18764
- transform: scale(0.9, 1);
18877
+ .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18878
+ padding: var(--base-size-6) var(--base-size-12);
18879
+ background-color: transparent;
18880
+ border-radius: var(--brand-borderRadius-full);
18881
+ transition: background-color var(--brand-animation-duration-default) var(--brand-animation-easing-default),
18882
+ color var(--brand-animation-duration-default) var(--brand-animation-easing-default);
18765
18883
  }
18766
18884
 
18767
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[data-active='true'] .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
18768
- .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG .Primer_Brand__SubNav-module__SubNav__link--is-in-view___GqmLc .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
18769
- border-color: var(--brand-color-text-default);
18770
- opacity: 1;
18885
+ .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG .Primer_Brand__SubNav-module__SubNav__link--is-in-view___GqmLc .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18886
+ background-color: var(--brand-SubNav-color-link-bgColor);
18771
18887
  }
18772
18888
 
18773
18889
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus-visible .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
@@ -18775,37 +18891,14 @@ Fixes safari bug where outline doesn't respect border-radius
18775
18891
  opacity: 0;
18776
18892
  }
18777
18893
 
18778
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
18779
18894
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) * {
18780
18895
  color: var(--brand-SubNav-color-link-active);
18781
18896
  -webkit-text-decoration: none !important;
18782
18897
  text-decoration: none !important; /* dotcom override */
18783
18898
  }
18784
18899
 
18785
- .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
18786
- .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp::after {
18787
- content: '';
18788
- position: absolute;
18789
- bottom: calc(var(--base-size-2) * -1);
18790
- left: 0;
18791
- width: 100%;
18792
- height: 2px;
18793
- border-width: 2px;
18794
- border-bottom: var(--base-size-2) solid var(--brand-color-text-muted);
18795
- transition: opacity var(--brand-animation-duration-fast), transform var(--brand-animation-duration-fast),
18796
- border-color var(--brand-animation-duration-fast);
18797
- opacity: 1;
18798
- transform: scale(0);
18799
- transform-origin: center;
18800
- }
18801
-
18802
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
18803
- border-color: var(--brand-color-text-default);
18804
- }
18805
-
18806
18900
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18807
18901
  transition: color var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
18808
- color: var(--brand-SubNav-color-link-active);
18809
18902
  }
18810
18903
 
18811
18904
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
@@ -18863,6 +18956,18 @@ Fixes safari bug where outline doesn't respect border-radius
18863
18956
  display: block;
18864
18957
  }
18865
18958
 
18959
+ .Primer_Brand__SubNav-module__SubNav--open___xWq0D .Primer_Brand__SubNav-module__SubNav--header-container-outer___tneuD {
18960
+ display: flex;
18961
+ flex-direction: column;
18962
+ max-height: 100dvh;
18963
+ max-height: var(--subnav-available-height, 100dvh);
18964
+ overflow: hidden;
18965
+ }
18966
+
18967
+ .Primer_Brand__SubNav-module__SubNav--open___xWq0D .Primer_Brand__SubNav-module__SubNav__header-container___heD5O {
18968
+ flex-shrink: 0;
18969
+ }
18970
+
18866
18971
  .Primer_Brand__SubNav-module__SubNav--open___xWq0D + .Primer_Brand__SubNav-module__SubNav__anchor-menu-outer-container___sfhEf {
18867
18972
  z-index: -1;
18868
18973
  }
@@ -18882,6 +18987,8 @@ Fixes safari bug where outline doesn't respect border-radius
18882
18987
  display: flex;
18883
18988
  width: 100%;
18884
18989
  white-space: pre;
18990
+ position: relative;
18991
+ z-index: 9998;
18885
18992
  }
18886
18993
 
18887
18994
  .Primer_Brand__SubNav-module__SubNav__heading-separator___M5xJp {
@@ -18897,49 +19004,55 @@ Fixes safari bug where outline doesn't respect border-radius
18897
19004
  justify-content: center;
18898
19005
  z-index: 9998;
18899
19006
  display: none;
19007
+ padding-inline: var(--base-size-8);
18900
19008
  }
18901
19009
 
18902
19010
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA {
18903
19011
  display: flex;
18904
19012
  flex-direction: column;
18905
19013
  gap: var(--base-size-8);
18906
- padding-block-start: var(--base-size-16);
18907
- padding-block-end: var(--base-size-16);
18908
- }
18909
-
18910
- .Primer_Brand__SubNav-module__SubNav--has-sub-heading___YxW9a .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA {
18911
- border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
18912
- margin-block-start: var(--base-size-16);
19014
+ padding-block: var(--base-size-16);
19015
+ border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
19016
+ justify-content: flex-start;
19017
+ overflow-y: auto;
19018
+ min-height: 0;
18913
19019
  }
18914
19020
 
18915
19021
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18916
19022
  color: var(--brand-color-text-default);
18917
19023
  }
18918
19024
 
18919
- .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
18920
- color: var(--brand-color-text-muted);
18921
- }
18922
-
18923
19025
  .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X {
18924
- background-color: transparent;
18925
- border: none;
18926
- cursor: pointer;
18927
19026
  display: flex;
18928
19027
  position: relative;
18929
19028
  width: 100%;
18930
- order: 1;
18931
19029
  z-index: 9999;
18932
- padding: 0;
18933
19030
  justify-content: flex-end;
19031
+ padding-inline-end: var(--base-size-16);
18934
19032
  }
18935
19033
 
18936
19034
  .Primer_Brand__SubNav-module__SubNav--has-sub-heading___YxW9a:not(.Primer_Brand__SubNav-module__SubNav--subHeadingActive___AxXKr) .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X {
18937
- margin-block-start: var(--base-size-12);
19035
+ border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
19036
+ display: block;
19037
+ padding-block: var(--base-size-12);
19038
+ margin-block: 0;
18938
19039
  }
18939
19040
 
18940
19041
  .Primer_Brand__SubNav-module__SubNav__overlay-toggle-content___GYAh4 {
18941
- justify-content: space-between;
18942
19042
  width: 100%;
19043
+ padding-inline-start: var(--base-size-16);
19044
+ }
19045
+
19046
+ .Primer_Brand__SubNav-module__SubNav__overlay-toggle-label___J0P2K {
19047
+ background-color: var(--brand-SubNav-color-link-bgColor);
19048
+ border: none;
19049
+ border-radius: var(--brand-borderRadius-full);
19050
+ padding: var(--base-size-4) var(--base-size-12);
19051
+ gap: var(--base-size-6);
19052
+ display: flex;
19053
+ align-items: center;
19054
+ cursor: pointer;
19055
+ font: inherit;
18943
19056
  }
18944
19057
 
18945
19058
  .Primer_Brand__SubNav-module__SubNav--full-width___ZqqXq .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X {
@@ -18961,10 +19074,26 @@ Fixes safari bug where outline doesn't respect border-radius
18961
19074
  color: var(--brand-SubNav-color-link-active);
18962
19075
  }
18963
19076
 
19077
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
19078
+ padding: var(--base-size-8);
19079
+ }
19080
+
19081
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) {
19082
+ display: inline-block;
19083
+ background-color: var(--brand-SubNav-color-link-bgColor);
19084
+ border-radius: var(--brand-borderRadius-full);
19085
+ padding: var(--base-size-2) var(--base-size-12) var(--base-size-4);
19086
+ margin-inline-start: var(--base-size-8);
19087
+ }
19088
+
19089
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover {
19090
+ background-color: var(--brand-SubNav-color-link-bgColor);
19091
+ border-radius: var(--brand-borderRadius-medium);
19092
+ }
19093
+
18964
19094
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ,
18965
19095
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__action-container___lgC_T {
18966
19096
  display: block;
18967
- padding: var(--base-size-8) 0;
18968
19097
  animation: Primer_Brand__SubNav-module__fade-in___t8Rrr 0.3s var(--brand-animation-easing-glide) forwards;
18969
19098
  }
18970
19099
 
@@ -18985,6 +19114,7 @@ Fixes safari bug where outline doesn't respect border-radius
18985
19114
  padding: 0;
18986
19115
  margin: 0;
18987
19116
  padding-inline-start: var(--base-size-16);
19117
+ padding-block-start: var(--base-size-8);
18988
19118
  }
18989
19119
 
18990
19120
  .Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
@@ -19016,8 +19146,6 @@ Fixes safari bug where outline doesn't respect border-radius
19016
19146
  }
19017
19147
 
19018
19148
  .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
19019
- font-size: var(--brand-text-size-200);
19020
- font-weight: var(--base-text-weight-medium);
19021
19149
  padding-block-end: var(--base-size-6);
19022
19150
  }
19023
19151
 
@@ -19041,19 +19169,7 @@ Fixes safari bug where outline doesn't respect border-radius
19041
19169
  display: block;
19042
19170
  white-space: pre;
19043
19171
  position: relative;
19044
- }
19045
-
19046
- .Primer_Brand__SubNav-module__SubNav___dVoQu .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
19047
- opacity: 0;
19048
- transform: scale(0);
19049
- bottom: 0;
19050
- }
19051
-
19052
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
19053
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus-visible .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
19054
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
19055
- opacity: 1;
19056
- transform: scale(1);
19172
+ top: var(--base-size-2);
19057
19173
  }
19058
19174
  }
19059
19175
 
@@ -19075,7 +19191,7 @@ Fixes safari bug where outline doesn't respect border-radius
19075
19191
  .Primer_Brand__SubNav-module__SubNav__heading___MAxf6:focus-visible,
19076
19192
  .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp:focus-visible,
19077
19193
  .Primer_Brand__SubNav-module__SubNav__sub-menu-toggle___FvvL9:focus-visible,
19078
- .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X:focus-visible {
19194
+ .Primer_Brand__SubNav-module__SubNav__overlay-toggle-label___J0P2K:focus-visible {
19079
19195
  outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
19080
19196
  outline-offset: var(--base-size-2);
19081
19197
  }
@@ -19086,20 +19202,24 @@ Fixes safari bug where outline doesn't respect border-radius
19086
19202
  white-space: nowrap;
19087
19203
  }
19088
19204
 
19089
- .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp[aria-current]:not([aria-current='false'])::after,
19090
- .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp:hover::after {
19091
- border-color: var(--brand-color-text-default);
19092
- opacity: 1;
19093
- transform: scale(0.8, 1);
19094
- }
19095
-
19096
- .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp:focus-visible::after {
19097
- opacity: 0;
19205
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp[aria-current]:not([aria-current='false']) {
19206
+ background-color: var(--brand-SubNav-color-link-bgColor);
19207
+ border: none;
19208
+ border-radius: var(--brand-borderRadius-full);
19209
+ padding: var(--base-size-6) var(--base-size-12);
19098
19210
  }
19099
19211
 
19100
19212
  @media screen and (min-width: 48rem) {
19101
- .Primer_Brand__SubNav-module__SubNav___dVoQu {
19102
- padding: var(--base-size-16) var(--base-size-24);
19213
+ .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
19214
+ padding-inline: var(--base-size-24);
19215
+ }
19216
+
19217
+ .Primer_Brand__SubNav-module__SubNav__overlay-toggle-content___GYAh4 {
19218
+ padding-inline-start: var(--base-size-24);
19219
+ }
19220
+
19221
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA {
19222
+ padding: var(--base-size-24);
19103
19223
  }
19104
19224
 
19105
19225
  .Primer_Brand__SubNav-module__SubNav--full-width___ZqqXq {
@@ -19121,16 +19241,24 @@ Fixes safari bug where outline doesn't respect border-radius
19121
19241
 
19122
19242
  @media screen and (min-width: 63.25rem) {
19123
19243
  .Primer_Brand__SubNav-module__SubNav___dVoQu {
19124
- padding: var(--base-size-16) var(--base-size-32);
19125
19244
  align-items: center;
19126
19245
  display: flex;
19127
19246
  z-index: 92;
19247
+ padding-inline: var(--base-size-32);
19248
+ }
19249
+
19250
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA {
19251
+ padding: 0;
19128
19252
  }
19129
19253
 
19130
19254
  .Primer_Brand__SubNav-module__SubNav___dVoQu:has(+ .Primer_Brand__SubNav-module__SubNav__anchor-menu-container___TNidG) {
19131
19255
  padding-block-end: 0;
19132
19256
  }
19133
19257
 
19258
+ .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
19259
+ padding-inline-start: 0;
19260
+ }
19261
+
19134
19262
  .Primer_Brand__SubNav-module__SubNav--full-width___ZqqXq {
19135
19263
  padding-inline: 0;
19136
19264
  }
@@ -19143,11 +19271,6 @@ Fixes safari bug where outline doesn't respect border-radius
19143
19271
  padding-block-end: 1px;
19144
19272
  }
19145
19273
 
19146
- .Primer_Brand__SubNav-module__SubNav__heading___MAxf6 {
19147
- font-size: calc(var(--base-size-20) - 2px);
19148
- line-height: var(--base-size-24);
19149
- }
19150
-
19151
19274
  .Primer_Brand__SubNav-module__SubNav__heading-separator___M5xJp {
19152
19275
  margin-inline-end: var(--base-size-20);
19153
19276
  display: inline-flex;
@@ -19163,26 +19286,18 @@ Fixes safari bug where outline doesn't respect border-radius
19163
19286
  align-items: center;
19164
19287
  }
19165
19288
 
19166
- .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
19167
- margin-inline-end: var(--base-size-20);
19168
- }
19169
-
19170
19289
  .Primer_Brand__SubNav-module__SubNav__header-container___heD5O {
19171
19290
  display: flex;
19172
19291
  align-items: center;
19173
19292
  }
19174
19293
 
19175
- .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp {
19176
- font-size: var(--brand-text-size-100);
19177
- line-height: var(--brand-text-lineHeight-100);
19178
- }
19179
-
19180
19294
  .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND {
19181
19295
  align-items: center;
19182
19296
  display: flex;
19183
19297
  gap: var(--base-size-20);
19184
19298
  z-index: 92;
19185
19299
  flex-grow: 1;
19300
+ padding-inline-start: var(--base-size-24);
19186
19301
  }
19187
19302
 
19188
19303
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
@@ -19215,24 +19330,20 @@ Fixes safari bug where outline doesn't respect border-radius
19215
19330
 
19216
19331
  .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed.Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN {
19217
19332
  background-clip: padding-box;
19218
- background-color: var(--brand-SubNav-color-subMenu-bgColor);
19219
- border: max(1px, 0.0625rem) solid var(--borderColor-default, var(--color-border-default));
19220
- border: var(--borderWidth-thin, max(1px, 0.0625rem)) solid var(--borderColor-default, var(--color-border-default));
19221
- border-radius: 0.375rem;
19222
- border-radius: var(--brand-borderRadius-xlarge, 0.375rem);
19223
- box-shadow: var(--shadow-floating-legacy, var(--color-shadow-large));
19333
+ background-color: var(--brand-color-canvas-default);
19334
+ border: var(--brand-color-border-muted) solid var(--brand-borderWidth-thin);
19335
+ border-radius: var(--brand-borderRadius-medium);
19224
19336
  left: 0;
19225
19337
  list-style: none;
19226
19338
  margin-block-start: var(--base-size-8);
19227
- padding: var(--base-size-24);
19228
- padding-inline-end: var(--base-size-24);
19339
+ padding: var(--base-size-8);
19229
19340
  position: absolute;
19230
- top: 100%;
19341
+ top: 90%;
19231
19342
  z-index: 9998;
19232
19343
  transition-timing-function: var(--brand-animation-easing-glide);
19233
19344
  transition-duration: var(--brand-animation-duration-fast);
19234
19345
  transition-property: opacity, transform;
19235
- left: calc(var(--base-size-4) / 4 * -16);
19346
+ left: var(--base-size-4);
19236
19347
  visibility: hidden;
19237
19348
  opacity: 0;
19238
19349
  transform: scale(0.99) translateY(-0.7em) translateX(-8px);
@@ -19247,7 +19358,6 @@ Fixes safari bug where outline doesn't respect border-radius
19247
19358
  visibility: visible;
19248
19359
  opacity: 1;
19249
19360
  transform: scale(1) translateY(0) translateX(-8px);
19250
- box-shadow: var(--brand-SubNav-shadow);
19251
19361
  }
19252
19362
 
19253
19363
  .Primer_Brand__SubNav-module__SubNav__sub-menu-toggle___FvvL9 {
@@ -19269,10 +19379,6 @@ Fixes safari bug where outline doesn't respect border-radius
19269
19379
  display: block;
19270
19380
  }
19271
19381
 
19272
- .Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
19273
- color: var(--brand-color-text-default) !important;
19274
- }
19275
-
19276
19382
  .Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
19277
19383
  opacity: 1;
19278
19384
  transform: scale(0);
@@ -19291,18 +19397,55 @@ Fixes safari bug where outline doesn't respect border-radius
19291
19397
  padding: var(--base-size-4) 0;
19292
19398
  }
19293
19399
 
19294
- /* Show underline on submenu parent when child has aria-current */
19295
- .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW:has(.Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']))
19296
- > .Primer_Brand__SubNav-module__SubNav__link___VBkrZ
19297
- .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
19298
- opacity: 1;
19299
- transform: scale(0.8, 1);
19400
+ /* Show pill on submenu parent */
19401
+ .Primer_Brand__SubNav-module__SubNav__link--has-active-sub-menu___T8fLN {
19402
+ background-color: var(--brand-SubNav-color-link-bgColor);
19403
+ border-radius: var(--brand-borderRadius-full);
19404
+ padding: 0 var(--base-size-8) 0 0;
19405
+ gap: 0;
19300
19406
  }
19301
19407
 
19302
- .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
19303
- .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
19304
- opacity: 1;
19305
- transform: scale(1);
19408
+ .Primer_Brand__SubNav-module__SubNav__link--has-active-sub-menu___T8fLN > .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
19409
+ padding: var(--base-size-4) 0 var(--base-size-4) var(--base-size-12);
19410
+ }
19411
+
19412
+ .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed.Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
19413
+ padding: var(--base-size-12);
19414
+ }
19415
+
19416
+ /* Active link pill styling */
19417
+ .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) {
19418
+ background-color: var(--brand-SubNav-color-link-bgColor);
19419
+ border-radius: var(--brand-borderRadius-full);
19420
+ padding: var(--base-size-4) var(--base-size-12);
19421
+ line-height: 1.1em;
19422
+ }
19423
+
19424
+ /* Firefox optical alignment fix */
19425
+ @supports (-moz-appearance: none) {
19426
+ .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND
19427
+ .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW
19428
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false'])
19429
+ .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
19430
+ top: 0;
19431
+ }
19432
+ }
19433
+
19434
+ .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND .Primer_Brand__SubNav-module__SubNav__link--has-active-sub-menu___T8fLN .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) {
19435
+ padding-inline-end: var(--base-size-4);
19436
+ }
19437
+
19438
+ .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed.Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) {
19439
+ background-color: transparent;
19440
+ border-radius: var(--brand-borderRadius-medium);
19441
+ padding: var(--base-size-4) var(--base-size-8) var(--base-size-4) var(--base-size-12);
19442
+ top: auto;
19443
+ top: initial;
19444
+ }
19445
+
19446
+ .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed.Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover {
19447
+ background-color: var(--brand-SubNav-color-link-bgColor);
19448
+ border-radius: var(--brand-borderRadius-medium);
19306
19449
  }
19307
19450
 
19308
19451
  .Primer_Brand__SubNav-module__SubNav__sub-menu-icon___XxnxY {
@@ -19311,10 +19454,6 @@ Fixes safari bug where outline doesn't respect border-radius
19311
19454
  transition: transform var(--brand-animation-duration-fast);
19312
19455
  }
19313
19456
 
19314
- .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW:hover .Primer_Brand__SubNav-module__SubNav__sub-menu-icon___XxnxY {
19315
- transform: translateY(2px);
19316
- }
19317
-
19318
19457
  .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG {
19319
19458
  padding-inline: var(--base-size-32);
19320
19459
  }
@@ -19352,7 +19491,7 @@ Fixes safari bug where outline doesn't respect border-radius
19352
19491
 
19353
19492
  /**
19354
19493
  * Do not edit directly
19355
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
19494
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
19356
19495
  */
19357
19496
 
19358
19497
  :root {
@@ -19361,7 +19500,7 @@ Fixes safari bug where outline doesn't respect border-radius
19361
19500
 
19362
19501
  /**
19363
19502
  * Do not edit directly
19364
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
19503
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
19365
19504
  */
19366
19505
 
19367
19506
  :root,
@@ -19857,7 +19996,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
19857
19996
 
19858
19997
  /**
19859
19998
  * Do not edit directly
19860
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
19999
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
19861
20000
  */
19862
20001
 
19863
20002
  :root,
@@ -19956,7 +20095,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
19956
20095
 
19957
20096
  /**
19958
20097
  * Do not edit directly
19959
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
20098
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
19960
20099
  */
19961
20100
 
19962
20101
  :root,
@@ -20334,7 +20473,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
20334
20473
 
20335
20474
  /**
20336
20475
  * Do not edit directly
20337
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
20476
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
20338
20477
  */
20339
20478
 
20340
20479
  :root,
@@ -20348,7 +20487,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
20348
20487
 
20349
20488
  /**
20350
20489
  * Do not edit directly
20351
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
20490
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
20352
20491
  */
20353
20492
 
20354
20493
  :root {
@@ -20535,7 +20674,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
20535
20674
 
20536
20675
  /**
20537
20676
  * Do not edit directly
20538
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
20677
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
20539
20678
  */
20540
20679
 
20541
20680
  :root {
@@ -20819,7 +20958,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
20819
20958
 
20820
20959
  /**
20821
20960
  * Do not edit directly
20822
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
20961
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
20823
20962
  */
20824
20963
 
20825
20964
  :root {
@@ -20830,7 +20969,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
20830
20969
 
20831
20970
  /**
20832
20971
  * Do not edit directly
20833
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
20972
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
20834
20973
  */
20835
20974
 
20836
20975
  :root,
@@ -20968,7 +21107,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
20968
21107
 
20969
21108
  /**
20970
21109
  * Do not edit directly
20971
- * Generated on Mon, 23 Feb 2026 09:37:10 GMT
21110
+ * Generated on Tue, 24 Feb 2026 11:38:46 GMT
20972
21111
  */
20973
21112
 
20974
21113
  :root {
@@ -20977,7 +21116,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
20977
21116
 
20978
21117
  /**
20979
21118
  * Do not edit directly
20980
- * Generated on Mon, 23 Feb 2026 09:37:11 GMT
21119
+ * Generated on Tue, 24 Feb 2026 11:38:47 GMT
20981
21120
  */
20982
21121
 
20983
21122
  :root,