/* Shared brand line, distinct typographic hierarchy for each page. */
.software-hero .signature-heading,.about-hero .signature-heading,.one-page .product-hero .signature-heading{margin:30px 0 0;letter-spacing:-.055em;line-height:1.04;font-weight:500}
.signature-heading>span{display:block}
.software-hero .signature-heading{font-size:clamp(48px,5.5vw,82px)}
.software-hero .hero-lead{font-weight:400;color:#667765}
.software-hero .hero-follow{font-weight:600;color:#10251d;margin-top:5px}
.one-page .product-hero .signature-heading{font-size:clamp(46px,5.15vw,78px)}
.one-page .product-hero .hero-follow{font-size:clamp(26px,2.8vw,42px);font-weight:400;letter-spacing:-.035em;margin-top:19px;color:#60755b}
.one-page .one-wordmark{margin-bottom:42px}
.about-hero .signature-heading{font-size:clamp(48px,5vw,76px);color:#10251d}
.about-hero .hero-follow{font-size:clamp(24px,2.4vw,34px);letter-spacing:-.03em;font-weight:400;color:#60755b;margin-top:20px}
.hero-signature-line{height:1px;width:100%;margin:32px 0 25px;background:linear-gradient(90deg,#10251d 0%,#71866a 65%,#71866a00 100%);transform-origin:left;animation:signature-draw .5s cubic-bezier(.22,1,.36,1) .3s both}
.hero-follow{animation:signature-reveal .4s ease-out .45s both}
@keyframes signature-draw{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes signature-reveal{from{opacity:0;translate:0 9px}to{opacity:1;translate:0 0}}
.software-hero .software-intro>p,.about-hero .about-intro>p,.one-page .product-hero>div>p:not(.fine){max-width:410px;font-size:17px;line-height:1.65;margin-top:0}
@media(max-width:700px){.software-hero .signature-heading{font-size:clamp(40px,10.6vw,65px)}.about-hero .signature-heading{font-size:clamp(40px,10.5vw,65px)}.one-page .product-hero .signature-heading{font-size:clamp(39px,10.5vw,62px)}.one-page .product-hero .hero-follow{font-size:28px}.about-hero .hero-follow{font-size:25px}.one-page .one-wordmark{margin-bottom:28px}.hero-signature-line{margin:26px 0 21px}.software-hero .software-intro>p,.about-hero .about-intro>p,.one-page .product-hero>div>p:not(.fine){font-size:16px}}
@media(prefers-reduced-motion:reduce){.hero-signature-line,.hero-follow{animation:none}}
