.hero-section{margin-top:5rem;--_gap:clamp(2rem,4vw,10rem) var(--grid-gap-global);--_subheading-gap:1.5rem;--_heading-bottom:2rem}@media(max-width:40rem){.hero-section{--_subheading-gap:1rem;--_heading-bottom:2rem}}.hero-section__heading{display:grid;grid-column:2/5;grid-gap:var(--_gap);position:relative;padding-bottom:var(--_heading-bottom)}.hero-section__heading>:first-child{transform:translateX(-12.5vw)}@media(max-width:40rem){.hero-section__heading>:first-child{transform:translateX(0)}.hero-section__heading>:nth-child(2){transform:translateX(25%)}.hero-section__heading{overflow:hidden;grid-column:1/5;grid-gap:1.5rem}}.hero-section__heading:after{content:"";display:block;position:absolute;height:1.5px;background-color:var(--clr-neutral-900);left:0;bottom:0;right:0;transform-origin:left;transform:scaleX(0);animation:animateHeadingLine 1.5s var(--timing-function) forwards;animation-delay:1s}@keyframes animateHeadingLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-section__subheading{margin-top:var(--_subheading-gap);grid-column:2/4;display:grid;gap:1.5rem}.hero-section__subheading h2{max-width:45ch}@media(max-width:40rem){.hero-section__subheading{grid-column:1/5;gap:1rem}}.hero-section__socials{grid-column:4/5;margin-top:var(--_subheading-gap)}.hero-section__socials__inner{display:flex;justify-content:flex-end;gap:1rem}.heading-line-1{width:70%;color:var(--var(--clr-neutral-900))}.heading-line-2{width:80%}