.hero{background-color:#0a0e2a;height:100vh;position:relative;overflow:hidden}.hero__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__gradient{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0006 0%,#0000004d 40%,#0000002e 65%,#00000014 80%,#0000 95%);position:absolute;inset:0}.hero__content{z-index:2;flex-direction:column;justify-content:center;max-width:720px;height:100%;padding:6rem 3rem 3rem clamp(3rem,12vw,10rem);display:flex;position:relative}.hero__tagline{font-family:var(--font-heading);letter-spacing:-.02em;color:#fff;text-shadow:0 1px 2px #00000073,0 2px 12px #00000059,0 6px 40px #00000040;margin:0 0 .25rem;font-size:clamp(2.2rem,5.5vw,4.2rem);font-weight:700;line-height:1.1}.hero__tagline-accent{color:#9ad13a;text-shadow:0 1px 2px #00000080,0 2px 10px #00000059;font-style:italic;display:block}.hero__verse{font-family:var(--font-heading);color:#fff;text-shadow:0 1px 2px #00000073,0 2px 12px #00000059,0 6px 40px #00000040;border:none;margin:1.5rem 0 0;padding:0;font-size:clamp(1rem,2.2vw,1.25rem);font-style:italic;font-weight:400;line-height:1.6}.hero__verse-ref{letter-spacing:.12em;text-transform:uppercase;color:#bde864f2;text-shadow:0 1px 2px #00000080;margin-top:.5rem;font-size:.8em;font-style:normal;font-weight:600;display:block}.hero__socials{align-items:center;gap:.6rem;margin-top:2rem;display:flex}.hero__social-link{isolation:isolate;color:#f0f0f0cc;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:color 2.5s ease-in-out,border-color .4s,transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.hero__social-link:before{content:"";transform-origin:bottom;z-index:-1;background-color:#9ad13a;transition:transform 2.5s ease-in-out;position:absolute;inset:0;transform:scaleY(0)}.hero__social-link:after{content:"";z-index:-1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 14' preserveAspectRatio='none'><path d='M0,7 C10,1 20,13 30,7 S50,1 60,7 L60,14 L0,14 Z' fill='%239ad13a'/></svg>");background-repeat:repeat-x;background-size:60px 14px;height:14px;transition:top 2.5s ease-in-out;animation:3.8s linear infinite nav-pill-wave-slide;position:absolute;top:calc(100% - 7px);left:0;right:0}.hero__social-link:hover{color:#1b2a6b;border-color:#9ad13a80;transform:translateY(-2px);box-shadow:0 4px 20px #9ad13a40}.hero__social-link:hover:before{transform:scaleY(1)}.hero__social-link:hover:after{top:-7px}@media (prefers-reduced-motion:reduce){.hero__social-link:before,.hero__social-link:after{transition:none;animation:none}}.hero__social-link svg{width:18px;height:18px}.hero__cta{width:fit-content;font-family:var(--font-body);letter-spacing:.02em;color:#0a0e2a;background:linear-gradient(135deg,#9ad13a,#ade143);border-radius:.6rem;justify-content:center;align-items:center;margin-top:2rem;padding:.85rem 2.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.25,.46,.45,.94);display:inline-flex;box-shadow:0 4px 20px #9ad13a40}.hero__cta:hover{background:linear-gradient(135deg,#ade143,#bce864);transform:translateY(-2px);box-shadow:0 8px 30px #9ad13a66}.hero__accent-line{z-index:3;background:linear-gradient(90deg,#5e9a22 0%,#9ad13a 30%,#bce864 50%,#9ad13a 70%,#5e9a22 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.hero__scroll-indicator{z-index:3;color:#f0f0f073;flex-direction:column;align-items:center;gap:.35rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-arrow{animation:2s ease-in-out infinite hero-bounce}.hero__scroll-text{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;font-size:.65rem;font-weight:500}@keyframes hero-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (max-width:768px){.hero__gradient{background:linear-gradient(#00000059 0%,#00000040 40%,#0006 80%,#00000080 100%)}.hero__content{justify-content:flex-end;max-width:100%;padding:5rem 1.5rem 8rem}.hero__tagline{font-size:clamp(1.8rem,8vw,2.8rem)}.hero__verse{margin-top:1rem}.hero__socials{gap:.5rem;margin-top:1.25rem}.hero__cta{margin-top:1.5rem}.hero__social-link{width:38px;height:38px}.hero__social-link svg{width:16px;height:16px}.hero__scroll-indicator{gap:.2rem;bottom:1.25rem}.hero__scroll-text{font-size:.6rem}}
