.hero{background:#000;justify-content:center;align-items:center;min-height:85vh;padding:5rem 1.25rem 2.5rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hero{padding:4rem 1.5rem}}.hero__grain{opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.hero__grid-lines{pointer-events:none;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:25% 100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#00000080 30% 70%,#0000);mask-image:linear-gradient(#0000,#00000080 30% 70%,#0000)}.hero__container{z-index:1;text-align:center;opacity:0;flex-direction:column;align-items:center;width:100%;max-width:960px;margin:0 auto;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(16px)}.hero--revealed .hero__container{opacity:1;transform:translateY(0)}.hero__title{color:#fff6;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:400;line-height:1}@media (min-width:768px){.hero__title{margin-bottom:1.5rem;font-size:.875rem}}.hero__split-flap{justify-content:center;width:100%;margin-bottom:1.25rem;display:flex}@media (min-width:768px){.hero__split-flap{max-width:70%;margin-bottom:2rem}}.hero__subhead{color:#fff6;max-width:640px;margin:0 auto 1.5rem;padding:0 .5rem;font-size:.875rem;line-height:1.55}@media (min-width:768px){.hero__subhead{margin-bottom:2rem;padding:0;font-size:1.125rem}}.hero__search{width:100%;max-width:640px;margin:0 auto 1rem;position:relative}.hero__search-icon{color:#ffffff59;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.hero__search-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;height:56px;padding:0 1rem 0 3rem;font-size:.9375rem;transition:border-color .2s,background .2s}.hero__search-input::placeholder{color:#ffffff4d}.hero__search-input:focus{border-color:var(--color-yellow);background:#ffffff14}.hero__ctas{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin:0 auto 1.5rem;display:flex}.hero__ctas>*{width:100%;max-width:22rem}@media (min-width:640px){.hero__ctas{flex-flow:wrap;justify-content:center;align-items:stretch;gap:.75rem;max-width:800px;margin-bottom:2rem}.hero__ctas>*{flex:0 14rem;width:auto}}.hero__stats{color:#fff6;font-variant-numeric:tabular-nums;grid-template-columns:repeat(2,auto);justify-content:center;gap:.375rem 1.25rem;font-size:.75rem;display:grid}@media (min-width:640px){.hero__stats{flex-wrap:wrap;gap:.5rem 0;font-size:.875rem;display:flex}}.hero__stat{color:#fff6;text-decoration:none;transition:color .2s}.hero__stat:hover{color:#ffffffb3}.hero__stat strong{color:#fff;font-weight:700}@media (min-width:640px){.hero__stat:not(:last-child):after{content:"·";color:#fff3;margin:0 .75rem}}.hero__title-accent{text-decoration:underline;-webkit-text-decoration-color:var(--color-yellow);text-decoration-color:var(--color-yellow);text-underline-offset:6px;text-decoration-skip-ink:none;text-decoration-thickness:4px}
