.text-stroke { -webkit-text-stroke: 2px rgba(255,255,255,.85); color: transparent; }
.hero-overlay { background: linear-gradient(180deg, rgba(10,10,11,.55) 0%, rgba(10,10,11,.35) 40%, rgba(10,10,11,.92) 100%); }
.hero-overlay-sm { background: linear-gradient(180deg, rgba(10,10,11,.45) 0%, rgba(10,10,11,.80) 100%); }
.glass { background: rgba(255,255,255,.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.14); }
.reveal { opacity:0; transform: translateY(24px); transition: all .7s cubic-bezier(.2,.7,.2,1); }
.reveal.show { opacity:1; transform:none; }
.underline-grow { position:relative; }
.underline-grow::after { content:''; position:absolute; left:0; bottom:-4px; height:3px; width:0; background:#d2232a; transition:width .3s; }
.underline-grow:hover::after { width:100%; }
.nav-active { color:#fff; }
.nav-active::after { width:100%; }
