@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");:root{--royal:#4169e1;--royal-light:rgba(65,105,225,.08);--royal-mid:rgba(65,105,225,.15);--lavender:#c7bfe8;--lavender-light:rgba(199,191,232,.12);--black:#111;--white:#fff;--off-white:#f8f7fc;--coral:#ff6d6d;--pale-blue:#f1f4ff;--text-secondary:#5a5a6e;--text-muted:#8888a0;--serif:"DM Serif Display",Georgia,serif;--sans:"Instrument Sans",system-ui,sans-serif}.pull-quote{--off-white:#f8f7fc;--black:#111;--royal:#4169e1;--serif:"DM Serif Display",Georgia,serif;--sans:"Instrument Sans",system-ui,sans-serif;background:var(--off-white);padding:80px clamp(24px,8vw,160px);position:relative;text-align:center}.pull-quote:before{color:var(--lavender);content:'"';font-family:var(--serif);font-size:200px;left:50%;line-height:1;opacity:.2;pointer-events:none;position:absolute;top:10px;transform:translateX(-50%)}.reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.pull-quote blockquote{border:none;color:var(--black);font-family:var(--serif);font-size:clamp(34px,4vw,56px);letter-spacing:-.03em;line-height:1.15;margin:0 auto;max-width:980px}.pull-quote blockquote em{color:var(--royal);font-style:italic}@media (max-width:768px){.pull-quote{padding:56px 24px}.pull-quote blockquote{font-size:clamp(28px,8vw,40px);line-height:1.2}}