.quote-section blockquote{max-width:none;font-size:clamp(22px,3.5vw,46px);line-height:1.45;white-space:nowrap;margin-bottom:30px}
.quote-emphasis{position:relative;color:var(--ink);white-space:nowrap}
.quote-underline{position:absolute;left:-1%;bottom:-.12em;width:102%;height:.32em;overflow:visible;pointer-events:none;color:var(--gold)}
.quote-underline path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:0}
.quote-emphasis:hover .quote-underline path,.quote-emphasis:active .quote-underline path{animation:quote-underline-draw .8s cubic-bezier(.22,.7,.3,1) both}
.quote-ending{white-space:nowrap}
@keyframes quote-underline-draw{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}
@media(max-width:650px){.quote-section blockquote{font-size:clamp(28px,7vw,36px);white-space:normal;text-wrap:balance;line-height:1.5}}
@media(prefers-reduced-motion:reduce){.quote-emphasis:hover .quote-underline path,.quote-emphasis:active .quote-underline path{animation:none;stroke-dashoffset:0}}
@media(forced-colors:active){.quote-underline{color:CanvasText}}
