.section-eyebrow{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:clamp(16px,3vw,28px);width:100%;max-width:100%;padding:clamp(40px,6vw,72px) 16px clamp(8px,2vw,20px);position:relative;overflow:hidden;opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.section-eyebrow.is-visible{opacity:1;transform:translateY(0)}.section-eyebrow-bar{display:block;width:clamp(32px,6vw,80px);height:1px;background:linear-gradient(90deg,transparent,rgba(6,182,212,.6));box-shadow:0 0 10px rgba(6,182,212,.35);flex-shrink:0}.section-eyebrow-giant{display:block;flex:0 1 auto;min-width:0;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(36px,8vw,168px);font-weight:800;letter-spacing:-.04em;line-height:.85;text-align:center;text-transform:uppercase;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.139);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 70%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;pointer-events:none;user-select:none}@media (max-width:600px){.section-eyebrow{gap:12px;padding:clamp(32px,9vw,56px) 12px clamp(6px,2vw,14px)}.section-eyebrow-giant{font-size:clamp(28px,9vw,72px)}.section-eyebrow-bar{width:clamp(16px,5vw,28px)}}.section-eyebrow.footer-eyebrow{padding:0 16px 1px;gap:clamp(16px,3vw,32px)}.section-eyebrow.footer-eyebrow .section-eyebrow-giant{font-size:clamp(40px,13vw,260px)}.section-eyebrow.footer-eyebrow .section-eyebrow-bar{flex:1 1 0;width:auto;min-width:16px;max-width:clamp(64px,12vw,220px)}@media (max-width:600px){.section-eyebrow.footer-eyebrow{gap:10px;padding:0 10px 1px}.section-eyebrow.footer-eyebrow .section-eyebrow-giant{font-size:clamp(36px,13vw,64px)}.section-eyebrow.footer-eyebrow .section-eyebrow-bar{min-width:8px;max-width:56px}}