/*
Theme Name: Hustle & Hype Media v1.0.1
Theme URI: https://hustleandhype.media
Author: Hustle & Hype Media
Description: Custom one-page WordPress theme for nightlife, billiards, gaming, and entertainment venue marketing.
Version: 1.0.1
Requires at least: 6.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hustle-hype-media
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--cyan: #00f0ff;
	--lime: #7cff3b;
	--black: #0b0f12;
	--gun: #1a1f24;
	--panel: #0c1015;
	--glass: rgba(255, 255, 255, 0.03);
	--line: rgba(0, 240, 255, 0.12);
	--muted: rgba(255, 255, 255, 0.48);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--black);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	width: 3px;
}

body::-webkit-scrollbar-track {
	background: var(--black);
}

body::-webkit-scrollbar-thumb {
	background: var(--cyan);
}

a {
	color: inherit;
}

.site-nav {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(11, 15, 18, 0.92);
	border-bottom: 1px solid rgba(0, 240, 255, 0.07);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	left: 0;
	padding: 1rem 2.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.nav-l {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 0.75rem;
	text-decoration: none;
}

.nav-logo-img {
	filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.8));
	height: 44px;
	object-fit: contain;
	width: 44px;
}

.nav-wm {
	color: var(--cyan);
	font-family: Orbitron, sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.15;
}

.nav-wm small {
	color: var(--lime);
	display: block;
	font-size: 0.46rem;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.nav-links {
	display: flex;
	gap: 2rem;
	list-style: none;
}

.nav-links a {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.25s ease;
	white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus {
	color: var(--cyan);
}

.nav-cta,
.bp2,
.bs2 {
	cursor: pointer;
	font-family: Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-cta {
	background: transparent;
	border: 1px solid var(--cyan);
	color: var(--cyan);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	padding: 0.5rem 1.1rem;
}

.nav-cta:hover,
.nav-cta:focus {
	background: var(--cyan);
	box-shadow: 0 0 22px rgba(0, 240, 255, 0.4);
	color: var(--black);
}

section {
	padding: 5rem 2rem;
}

.si {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}

.hero {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	overflow: hidden;
	padding: 7rem 2rem 4rem;
	position: relative;
	text-align: center;
}

.h-grid {
	animation: hhmGridPulse 5s ease-in-out infinite;
	background-image: linear-gradient(rgba(0, 240, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 240, 255, 0.03) 1px, transparent 1px);
	background-size: 52px 52px;
	inset: 0;
	position: absolute;
}

.o1,
.o2 {
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
}

.o1 {
	animation: hhmCoreGlow 4s ease-in-out infinite;
	background: radial-gradient(circle, rgba(0, 240, 255, 0.08) 0%, transparent 65%);
	height: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
}

.o2 {
	animation: hhmSideGlow 6s 1s ease-in-out infinite;
	background: radial-gradient(circle, rgba(124, 255, 59, 0.06) 0%, transparent 70%);
	height: 320px;
	right: 4%;
	top: 12%;
	width: 320px;
}

.ptcl {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

.badge {
	align-items: center;
	animation: hhmFadeUp 1s 0.1s both;
	border: 1px solid rgba(124, 255, 59, 0.33);
	color: var(--lime);
	display: inline-flex;
	font-size: 0.56rem;
	font-weight: 700;
	gap: 0.4rem;
	letter-spacing: 0.25em;
	margin-bottom: 1.3rem;
	padding: 0.27rem 0.7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.bdot {
	animation: hhmBadgePulse 1.2s ease-in-out infinite;
	background: var(--lime);
	border-radius: 50%;
	height: 5px;
	width: 5px;
}

.logo-wrap {
	animation: hhmLogoReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
	margin-bottom: 1.6rem;
	position: relative;
	z-index: 2;
}

.main-logo-img {
	animation: hhmLogoGlow 3.5s ease-in-out infinite;
	filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.8)) drop-shadow(0 0 80px rgba(0, 240, 255, 0.35)) drop-shadow(0 0 15px rgba(124, 255, 59, 0.6));
	height: auto;
	max-width: min(280px, 70vw);
	object-fit: contain;
	width: 280px;
}

.eyebrow {
	animation: hhmFadeUp 1s 0.25s both;
	color: rgba(255, 255, 255, 0.42);
	font-family: Orbitron, sans-serif;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	margin-bottom: 1.1rem;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.h1 {
	animation: hhmFadeUp 1s 0.4s both;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 5.6rem;
	line-height: 0.87;
	margin-bottom: 1.3rem;
	position: relative;
	z-index: 2;
}

.h1 span {
	display: block;
}

.h1 .l2,
.stitle span,
.mhero,
.mmini {
	color: var(--cyan);
	text-shadow: 0 0 34px rgba(0, 240, 255, 0.45);
}

.h1 .ac,
.green {
	color: var(--lime) !important;
}

.hero-sub {
	animation: hhmFadeUp 1s 0.55s both;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.82rem;
	line-height: 1.95;
	margin: 0 auto 1.5rem;
	max-width: 580px;
	position: relative;
	z-index: 2;
}

.hero-philosophy {
	animation: hhmFadeUp 1s 0.65s both;
	border-left: 3px solid var(--cyan);
	color: rgba(255, 255, 255, 0.68);
	display: inline-block;
	font-size: 0.78rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0 auto 2rem;
	padding: 0.5rem 1rem;
	position: relative;
	z-index: 2;
}

.hero-philosophy strong {
	color: var(--cyan);
	font-style: normal;
}

.ctas {
	animation: hhmFadeUp 1s 0.7s both;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: center;
	margin-bottom: 3.2rem;
	position: relative;
	z-index: 2;
}

.bp2,
.bs2 {
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	padding: 0.85rem 1.85rem;
}

.bp2 {
	background: var(--cyan);
	border: 0;
	color: var(--black);
}

.bp2:hover,
.bp2:focus {
	background: var(--lime);
	box-shadow: 0 0 35px rgba(124, 255, 59, 0.45);
	transform: translateY(-2px);
}

.bs2 {
	background: transparent;
	border: 1px solid rgba(0, 240, 255, 0.35);
	color: var(--cyan);
}

.bs2:hover,
.bs2:focus {
	background: rgba(0, 240, 255, 0.07);
	border-color: var(--cyan);
	box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
	transform: translateY(-2px);
}

.mbar {
	animation: hhmFadeUp 1s 0.9s both;
	background: rgba(0, 240, 255, 0.02);
	border: 1px solid rgba(0, 240, 255, 0.1);
	display: flex;
	max-width: 800px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.mi2 {
	border-right: 1px solid rgba(0, 240, 255, 0.09);
	flex: 1;
	min-height: 88px;
	padding: 1rem 1.1rem;
	text-align: center;
}

.mi2:last-child {
	border-right: 0;
}

.mv {
	color: var(--cyan);
	display: block;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 1.75rem;
	line-height: 1;
	text-shadow: 0 0 12px rgba(0, 240, 255, 0.45);
}

.ml {
	color: rgba(255, 255, 255, 0.34);
	display: block;
	font-size: 0.48rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-top: 0.22rem;
	text-transform: uppercase;
}

.ndiv {
	background: linear-gradient(90deg, transparent, var(--cyan), var(--lime), transparent);
	height: 1px;
	opacity: 0.18;
}

#serve,
#portfolio,
#contact {
	background: var(--panel);
}

.ag,
.ctgrid {
	align-items: start;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: 1fr 1fr;
}

.slbl {
	align-items: center;
	color: var(--lime);
	display: flex;
	font-family: Orbitron, sans-serif;
	font-size: 0.56rem;
	font-weight: 700;
	gap: 0.65rem;
	letter-spacing: 0.28em;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.slbl::after {
	background: linear-gradient(90deg, rgba(124, 255, 59, 0.35), transparent);
	content: "";
	flex: 1;
	height: 1px;
}

.stitle {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 3.5rem;
	line-height: 0.93;
	margin-bottom: 2rem;
}

.ab {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.82rem;
	line-height: 2.1;
	margin-bottom: 1.15rem;
}

.brand-quote,
.tcard {
	background: var(--glass);
	border: 1px solid var(--line);
	border-left: 3px solid var(--cyan);
}

.brand-quote {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.85rem;
	font-style: italic;
	line-height: 1.8;
	margin: 1.4rem 0;
	padding: 1rem 1.2rem;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 1.3rem;
}

.tg {
	background: rgba(0, 240, 255, 0.04);
	border: 1px solid rgba(0, 240, 255, 0.2);
	color: rgba(0, 240, 255, 0.72);
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0.28rem 0.72rem;
	text-transform: uppercase;
}

.ac2 {
	background: var(--glass);
	border: 1px solid var(--line);
	overflow: hidden;
	padding: 1.8rem;
	position: relative;
}

.ac2::before {
	background: linear-gradient(90deg, transparent, var(--cyan), transparent);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sr2 {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	gap: 1rem;
	padding: 0.85rem 0;
}

.sr2:last-child {
	border-bottom: 0;
}

.sico,
.ctlico {
	align-items: center;
	border: 1px solid rgba(0, 240, 255, 0.18);
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
}

.sico {
	font-size: 1.05rem;
	height: 38px;
	width: 38px;
}

.sn {
	color: var(--cyan);
	display: block;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
}

.sd {
	color: rgba(255, 255, 255, 0.34);
	font-size: 0.58rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.serve-grid,
.sgrid,
.rgrid {
	background: rgba(0, 240, 255, 0.07);
	display: grid;
	gap: 1px;
}

.serve-grid {
	grid-template-columns: repeat(3, 1fr);
}

.serve-card,
.sc,
.rc {
	background: var(--black);
}

.serve-card {
	overflow: hidden;
	padding: 2rem 1.5rem;
	position: relative;
	text-align: center;
	transition: background 0.25s ease;
}

.serve-card::before,
.sc::after {
	background: linear-gradient(90deg, transparent, var(--cyan), transparent);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transition: transform 0.35s ease;
}

.serve-card::before {
	height: 2px;
	top: 0;
}

.serve-card:hover,
.sc:hover {
	background: #0d1a20;
}

.serve-card:hover::before,
.sc:hover::after {
	transform: scaleX(1);
}

.serve-icon {
	display: block;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.serve-name {
	color: var(--cyan);
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 1.3rem;
	margin-bottom: 0.6rem;
}

.serve-desc,
.sc-desc {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.72rem;
	line-height: 1.8;
}

.serve-tag {
	border: 1px solid rgba(124, 255, 59, 0.28);
	color: var(--lime);
	display: inline-block;
	font-size: 0.54rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-top: 0.9rem;
	padding: 0.22rem 0.6rem;
	text-transform: uppercase;
}

.sgrid {
	grid-template-columns: repeat(3, 1fr);
}

.sc {
	cursor: pointer;
	min-height: 218px;
	overflow: hidden;
	padding: 1.8rem 1.4rem;
	position: relative;
	transition: background 0.25s ease;
}

.sc::after {
	background: linear-gradient(90deg, var(--cyan), var(--lime));
	bottom: 0;
	height: 2px;
	transform-origin: left;
}

.sc-ico {
	display: block;
	font-size: 1.75rem;
	margin-bottom: 0.85rem;
	transition: transform 0.25s ease;
}

.sc:hover .sc-ico {
	transform: scale(1.15);
}

.sc-name {
	color: #fff;
	font-family: Orbitron, sans-serif;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.sc-arr {
	color: var(--cyan);
	font-size: 0.62rem;
	opacity: 0;
	position: absolute;
	right: 1.4rem;
	top: 1.4rem;
	transform: translate(-4px, 4px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.sc:hover .sc-arr {
	opacity: 1;
	transform: translate(0, 0);
}

.mwall {
	display: grid;
	gap: 2px;
	grid-auto-rows: 220px;
	grid-template-columns: repeat(3, 1fr);
}

.mitem {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.mitem.big {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.mbg {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	inset: 0;
	justify-content: center;
	position: absolute;
	transition: transform 0.5s ease;
}

.mitem:hover .mbg {
	transform: scale(1.05);
}

.mov {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.93) 0%, transparent 55%);
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: flex-end;
	opacity: 0;
	padding: 1.1rem;
	position: absolute;
	transition: opacity 0.35s ease;
}

.mitem:hover .mov {
	opacity: 1;
}

.vA {
	background: linear-gradient(135deg, #071a0e 0%, #030c08 50%, #091520 100%);
}

.vB {
	background: linear-gradient(135deg, #21092d 0%, #0b0518 100%);
}

.vC {
	background: linear-gradient(135deg, #091808 0%, #050e05 100%);
}

.vD {
	background: linear-gradient(135deg, #07101a 0%, #030810 100%);
}

.vE {
	background: linear-gradient(135deg, #241005 0%, #100805 100%);
}

.memoji {
	font-size: 3rem;
	opacity: 0.75;
}

.memoji.small {
	font-size: 2rem;
}

.mhero,
.mmini,
.mttl {
	font-family: "Bebas Neue", Impact, sans-serif;
}

.mhero {
	font-size: 1.8rem;
}

.mmini {
	font-size: 1rem;
}

.mmeta,
.mviews {
	color: rgba(255, 255, 255, 0.36);
	font-size: 0.55rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mtag {
	border: 1px solid rgba(124, 255, 59, 0.28);
	color: var(--lime);
	display: inline-block;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 0.28rem;
	padding: 0.17rem 0.48rem;
	text-transform: uppercase;
	width: fit-content;
}

.mttl {
	color: #fff;
	font-size: 1rem;
}

.rgrid {
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 2.4rem;
}

.rc {
	min-height: 138px;
	padding: 1.8rem 1.2rem;
	text-align: center;
}

.rn {
	display: block;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 0.3rem;
}

.rn.cy {
	color: var(--cyan);
	text-shadow: 0 0 18px rgba(0, 240, 255, 0.45);
}

.rn.li {
	color: var(--lime);
	text-shadow: 0 0 18px rgba(124, 255, 59, 0.45);
}

.rl2 {
	color: rgba(255, 255, 255, 0.34);
	font-size: 0.54rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tgrid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.tcard {
	margin: 0;
	padding: 1.4rem;
}

.ttxt {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.76rem;
	font-style: italic;
	line-height: 1.95;
	margin-bottom: 0.85rem;
}

.tname {
	color: var(--lime);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tvenue {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.56rem;
	margin-top: 0.13rem;
}

.ctintro {
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.82rem;
	line-height: 2.1;
	margin-bottom: 1.7rem;
}

.ctlinks {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.ctlink {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.52);
	display: flex;
	font-size: 0.7rem;
	gap: 0.72rem;
	padding: 0.52rem 0;
	text-decoration: none;
	transition: color 0.25s ease;
}

.ctlink:hover,
.ctlink:focus {
	color: var(--cyan);
}

.ctlico {
	font-size: 0.85rem;
	height: 30px;
	width: 30px;
}

.ctlm,
.ctls {
	display: block;
	font-style: normal;
}

.ctlm {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.68rem;
	font-weight: 700;
}

.ctls {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.55rem;
	margin-top: 0.08rem;
}

.fgrow {
	display: grid;
	gap: 0.78rem;
	grid-template-columns: 1fr 1fr;
}

.fg2 {
	margin-bottom: 0.85rem;
}

.fg2 label {
	color: rgba(255, 255, 255, 0.36);
	display: block;
	font-size: 0.54rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 0.36rem;
	text-transform: uppercase;
}

.fg2 input,
.fg2 textarea,
.fg2 select {
	background: rgba(0, 240, 255, 0.03);
	border: 1px solid rgba(0, 240, 255, 0.12);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.77rem;
	outline: 0;
	padding: 0.72rem 0.92rem;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	width: 100%;
}

.fg2 input:focus,
.fg2 textarea:focus,
.fg2 select:focus {
	border-color: var(--cyan);
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.09);
}

.fg2 input::placeholder,
.fg2 textarea::placeholder {
	color: rgba(255, 255, 255, 0.18);
}

.fg2 textarea {
	min-height: 96px;
	resize: vertical;
}

.fg2 select option {
	background: var(--gun);
}

.bp2.full {
	clip-path: none;
	padding: 1rem;
	width: 100%;
}

.site-footer {
	background: #050909;
	border-top: 1px solid rgba(0, 240, 255, 0.06);
	padding: 2.2rem 2rem;
	text-align: center;
}

.ftlogo {
	color: var(--cyan);
	font-family: Orbitron, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 0.38rem;
	text-shadow: 0 0 12px rgba(0, 240, 255, 0.4);
}

.fttag {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.75rem;
}

.ftmeta {
	color: rgba(255, 255, 255, 0.2);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.53rem;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ftcopy {
	color: rgba(255, 255, 255, 0.16);
	font-size: 0.52rem;
	margin-top: 0.85rem;
}

@keyframes hhmParticle {
	0% {
		opacity: 0;
		transform: translateY(0) scale(0.5);
	}
	15% {
		opacity: 0.7;
	}
	85% {
		opacity: 0.2;
	}
	100% {
		opacity: 0;
		transform: translateY(-120px) scale(0);
	}
}

@keyframes hhmGridPulse {
	0%,
	100% {
		opacity: 0.4;
	}
	50% {
		opacity: 1;
	}
}

@keyframes hhmCoreGlow {
	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.08);
	}
}

@keyframes hhmSideGlow {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

@keyframes hhmFadeUp {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hhmBadgePulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(124, 255, 59, 0.5);
	}
	50% {
		box-shadow: 0 0 0 5px rgba(124, 255, 59, 0);
	}
}

@keyframes hhmLogoReveal {
	from {
		opacity: 0;
		transform: scale(0.75) rotate(-4deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

@keyframes hhmLogoGlow {
	0%,
	100% {
		filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.8)) drop-shadow(0 0 80px rgba(0, 240, 255, 0.3)) drop-shadow(0 0 12px rgba(124, 255, 59, 0.5));
	}
	50% {
		filter: drop-shadow(0 0 55px rgba(0, 240, 255, 1)) drop-shadow(0 0 120px rgba(0, 240, 255, 0.55)) drop-shadow(0 0 25px rgba(124, 255, 59, 1));
	}
}

@media (max-width: 980px) {
	.site-nav {
		padding: 1rem;
	}

	.nav-links {
		display: none;
	}

	.h1 {
		font-size: 4.5rem;
	}

	.stitle {
		font-size: 3rem;
	}

	.ag,
	.ctgrid,
	.tgrid,
	.serve-grid {
		grid-template-columns: 1fr;
	}

	.sgrid {
		grid-template-columns: 1fr 1fr;
	}

	.rgrid {
		grid-template-columns: 1fr 1fr;
	}

	.mwall {
		grid-template-columns: 1fr;
		grid-auto-rows: 200px;
	}

	.mitem.big {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 640px) {
	.hero,
	section {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nav-wm {
		display: none;
	}

	.nav-cta {
		font-size: 0.56rem;
		padding: 0.5rem 0.8rem;
	}

	.h1 {
		font-size: 3.75rem;
	}

	.stitle {
		font-size: 2.45rem;
	}

	.eyebrow {
		font-size: 0.52rem;
		line-height: 1.7;
	}

	.ctas,
	.mbar {
		width: 100%;
	}

	.bp2,
	.bs2 {
		width: 100%;
	}

	.mbar {
		flex-wrap: wrap;
	}

	.mi2 {
		border-bottom: 1px solid rgba(0, 240, 255, 0.08);
		border-right: 0;
		flex: 0 0 50%;
	}

	.sgrid,
	.rgrid,
	.fgrow {
		grid-template-columns: 1fr;
	}

	.ftmeta {
		gap: 0.55rem;
	}
}
