Problem
During #106 local verification at 375px, the ADVX hero clips its wordmark, headline, roast input and CTA horizontally. The page intentionally hides overflow, so documentElement.scrollWidth remains equal to the viewport even though users cannot see the cropped content.
The immediate contributors are the hero heading whitespace-nowrap and desktop-oriented sizing in the ADVX composition. This predates the static-shell change in #106 and is unrelated to the request-cost fix.
Acceptance criteria
At 375px and 320px widths, the ADVX hero, input and CTA remain fully visible and actionable in light, dark and auto themes, with no clipped primary content.
Problem
During #106 local verification at 375px, the ADVX hero clips its wordmark, headline, roast input and CTA horizontally. The page intentionally hides overflow, so
documentElement.scrollWidthremains equal to the viewport even though users cannot see the cropped content.The immediate contributors are the hero heading
whitespace-nowrapand desktop-oriented sizing in the ADVX composition. This predates the static-shell change in #106 and is unrelated to the request-cost fix.Acceptance criteria
At 375px and 320px widths, the ADVX hero, input and CTA remain fully visible and actionable in light, dark and auto themes, with no clipped primary content.