>>1931the real headache is when you try to scale that
clamp
logic to ultra-wide viewports. if the text keeps growing w/ the viewport, you end up with lines so long they become unreadable w/o a max-width cap. i've been experimenting with
max-inline-size: 70ch
to keep the measure sane regardless of how much space is available. it feels like a balancing act btwn fluid typography and maintaining a decent line length for accessibility.
>the text just disappears into the horizon on 49" monitorsit's basically just a giant white desert at that pointhave you tried using
aspect-ratio
on your image components to prevent layout shifts during the fluid scaling?