
/* ========== HERO - editorial asymmetric ========== */
.hero {
 position: relative;
 min-height: 100vh;
 min-height: 100dvh;
 display: flex;
 align-items: center;
 overflow: visible;
 color: #fff;
 isolation: isolate;
 padding: calc(var(--nav-h) + 0.75rem) clamp(1.25rem, 5vw, 4.5rem) 4.5rem;
}

.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-mesh {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 78% 42%, rgba(26, 107, 181, 0.35), transparent 60%),
    radial-gradient(ellipse 40% 35% at 12% 70%, rgba(31, 107, 74, 0.22), transparent 55%),
    linear-gradient(145deg, rgba(5, 11, 20, 0.72) 0%, rgba(10, 28, 51, 0.55) 48%, rgba(10, 42, 36, 0.6) 100%);
  animation: meshShift 18s ease-in-out infinite alternate;
}
.hero-glow {
 position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none;
}
.hero-glow-a {
 width: min(42vw, 380px); height: min(42vw, 380px);
 right: 12%; top: 22%;
 background: rgba(126, 200, 240, 0.28);
 animation: glowPulseB 6s ease-in-out infinite;
}
.hero-glow-b {
 width: min(30vw, 260px); height: min(30vw, 260px);
 left: 18%; bottom: 18%;
 background: rgba(0, 51, 160, 0.35);
 animation: glowPulseB 8s ease-in-out infinite reverse;
}
.hero-lines {
 position: absolute; inset: 0; opacity: 0.12; pointer-events: none;
 background-image:
 linear-gradient(90deg, transparent 0, transparent calc(50% - 0.5px), rgba(255,255,255,.35) 50%, transparent calc(50% + 0.5px)),
 linear-gradient(0deg, transparent 0, transparent calc(38% - 0.5px), rgba(255,255,255,.2) 38%, transparent calc(38% + 0.5px));
 background-size: 100% 100%;
 animation: lineFade 7s ease-in-out infinite;
}
.hero-grain {
 position: absolute; inset: 0; opacity: 0.055; pointer-events: none;
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-stage {
 position: relative;
 z-index: 2;
 width: min(1240px, 100%);
 margin: 0 auto;
 display: grid;
 grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
 gap: clamp(0.5rem, 1.5vw, 1.25rem);
 align-items: center;
}

/* -- Copy / clear brand-first type -- */
.hero-copy {
 position: relative;
 z-index: 3;
 text-align: left;
 max-width: min(52rem, 100%);
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 0;
}

.hero-social {
 display: flex;
 flex-wrap: wrap;
 gap: 0.65rem;
 margin: 0 0 1.15rem;
}
.hero-social-link {
 display: inline-flex;
 align-items: center;
 gap: 0.45rem;
 padding: 0.45rem 0.85rem;
 border-radius: 999px;
 border: 1px solid rgba(255, 255, 255, 0.28);
 background: rgba(255, 255, 255, 0.1);
 backdrop-filter: blur(10px);
 color: #fff;
 font-family: var(--font-body);
 font-weight: 600;
 font-size: 0.88rem;
 letter-spacing: 0.02em;
 text-decoration: none;
 transition: transform 0.25s var(--ease, ease), background 0.25s ease, border-color 0.25s ease;
}
.hero-social-link:hover {
 transform: translateY(-2px);
 background: rgba(255, 255, 255, 0.18);
}
.hero-social-link svg {
 flex-shrink: 0;
}
.hero-social-icon {
 width: 28px;
 height: 28px;
 object-fit: contain;
 flex-shrink: 0;
 display: block;
 filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}
.hero-social-link--ig:hover {
 border-color: rgba(221, 42, 123, 0.65);
 box-shadow: 0 0 0 1px rgba(245, 133, 41, 0.25);
}
.hero-social-link--yt:hover {
 border-color: rgba(255, 0, 0, 0.55);
 box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.2);
}
.hero-social-link--dad:hover {
 border-color: rgba(201, 162, 39, 0.65);
 box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.25);
}

.hero-kicker {
 margin: 0 0 1rem;
 font-family: var(--font-body);
 font-weight: 600;
 font-size: clamp(0.95rem, 1.5vw, 1.05rem);
 letter-spacing: 0.14em;
 text-transform: uppercase;
 color: #7ec8f0;
 opacity: 0;
 transform: translateY(16px);
 animation: copyIn 0.7s var(--ease) 0.2s forwards;
}
.hero-kicker-sep {
 margin: 0 0.45rem;
 opacity: 0.45;
 letter-spacing: 0;
}
.hero-num-badge {
 display: inline-flex;
 align-items: center;
 gap: 0.35rem;
 letter-spacing: 0.12em;
 vertical-align: middle;
}
.hero-jersey-icon {
 width: 1.15em;
 height: auto;
 flex-shrink: 0;
 display: block;
 filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.35));
}

.hero-title {
 margin: 0;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 0;
 line-height: 0.82;
 max-width: min(100%, 52rem);
}

.name-main {
 display: block;
 font-family: var(--font-hero-name);
 font-weight: 700;
 font-size: clamp(11rem, 38vw, 30rem);
 letter-spacing: -0.04em;
 line-height: 0.78;
 color: #fff;
 text-shadow:
  0 1px 0 rgba(255, 255, 255, 0.35),
  0 2px 2px rgba(0, 0, 0, 0.35),
  0 8px 18px rgba(0, 0, 0, 0.45),
  0 22px 48px rgba(0, 0, 0, 0.55),
  0 40px 80px rgba(7, 21, 37, 0.65),
  0 0 42px rgba(126, 200, 240, 0.28);
 opacity: 0;
 transform: translateY(28px);
 animation: copyIn 0.85s var(--ease) 0.32s forwards;
}

.name-rule-row {
 position: relative;
 display: block;
 width: min(100%, 34rem);
 margin: -0.02em 0 0;
 padding: 0.15rem 0 1.65rem;
 opacity: 0;
 transform: translateY(12px);
 animation: copyIn 0.7s var(--ease) 0.42s forwards;
}
.name-rule {
 display: block;
 width: 88%;
 height: auto;
 color: rgba(126, 200, 240, 0.85);
 filter: drop-shadow(0 0 10px rgba(126, 200, 240, 0.35));
}
.name-rule-stroke {
 stroke-dasharray: 640;
 stroke-dashoffset: 640;
 animation: nameRuleDraw 1.4s var(--ease) 0.55s forwards;
}
.name-rule-flourish {
 stroke-dasharray: 80;
 stroke-dashoffset: 80;
 opacity: 0.85;
 animation: nameRuleDraw 0.9s var(--ease) 1.1s forwards;
}

.name-wang {
 position: absolute;
 right: 0;
 bottom: 0.15rem;
 font-family: var(--font-hero-name);
 font-weight: 600;
 font-size: clamp(3.2rem, 6.5vw, 4.6rem);
 letter-spacing: 0.2em;
 line-height: 1;
 text-transform: uppercase;
 color: rgba(243, 248, 252, 0.9);
 text-shadow:
  0 1px 0 rgba(255, 255, 255, 0.25),
  0 3px 8px rgba(0, 0, 0, 0.4),
  0 10px 28px rgba(0, 0, 0, 0.5),
  0 0 24px rgba(126, 200, 240, 0.22);
 opacity: 0;
 transform: translateY(10px);
 animation: copyIn 0.75s var(--ease) 0.72s forwards;
}

@font-face {
 font-family: "Zeyada";
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url("../assets/fonts/zeyada.woff2") format("woff2");
}

.zeyada-regular {
 font-family: "Zeyada", cursive !important;
 font-weight: 400 !important;
 font-style: normal;
}

.name-sign,
.name-sign.zeyada-regular {
 display: block;
 margin: 0.15rem 0 0 0.35rem;
 font-family: "Zeyada", cursive !important;
 font-weight: 400 !important;
 font-style: normal;
 font-size: clamp(1.55rem, 3.2vw, 2.35rem);
 line-height: 1;
 letter-spacing: 0.02em;
 color: #0a0a0a;
 text-shadow:
  0 0 1px rgba(255, 255, 255, 0.95),
  0 1px 0 rgba(255, 255, 255, 0.9),
  0 -1px 0 rgba(255, 255, 255, 0.55),
  1px 0 0 rgba(255, 255, 255, 0.55),
  -1px 0 0 rgba(255, 255, 255, 0.55),
  0 2px 4px rgba(255, 255, 255, 0.75),
  0 6px 18px rgba(255, 255, 255, 0.45);
 transform: rotate(-6deg) translateY(16px);
 transform-origin: left center;
 opacity: 0;
 animation: signIn 0.9s var(--ease) 0.9s forwards;
}

.hero-roles {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 0.65rem;
 margin: 1.15rem 0 0;
 padding: 0;
 font-family: var(--font-body);
 font-weight: 600;
 font-size: clamp(1.05rem, 2vw, 1.2rem);
 letter-spacing: 0.04em;
 color: rgba(255, 255, 255, 0.88);
 opacity: 0;
 transform: translateY(14px);
 animation: copyIn 0.7s var(--ease) 0.55s forwards;
}
.hero-roles .dot {
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #7ec8f0;
 box-shadow: 0 0 12px rgba(126, 200, 240, 0.7);
}

.hero-lead {
 margin: 1rem 0 0;
 max-width: 36ch;
 font-family: var(--font-body);
 font-style: normal;
 font-size: clamp(1.15rem, 2.3vw, 1.35rem);
 line-height: 1.55;
 font-weight: 400;
 color: rgba(255, 255, 255, 0.78);
 opacity: 0;
 transform: translateY(14px);
 animation: copyIn 0.7s var(--ease) 0.65s forwards;
}

.hero-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 0.85rem;
 margin-top: 1.75rem;
 opacity: 0;
 transform: translateY(14px);
 animation: copyIn 0.7s var(--ease) 0.78s forwards;
}
.hero .btn-primary {
 padding: 1rem 1.65rem;
 border-radius: 999px;
 background: #fff;
 color: var(--wake);
 font-weight: 700;
 font-size: 1rem;
 box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}
.hero .btn-ghost {
 padding: 1rem 1.45rem;
 border-radius: 999px;
 border: 1px solid rgba(255,255,255,0.4);
 background: rgba(255,255,255,0.08);
 color: #fff;
 font-weight: 600;
 font-size: 1rem;
 backdrop-filter: blur(8px);
}

/* -- Visual / larger side portrait, pulled closer -- */
.hero-visual {
 position: relative;
 justify-self: stretch;
 width: min(460px, 100%);
 max-width: 100%;
 margin-right: 0;
 margin-left: auto;
 margin-top: 0;
 overflow: visible;
}
.hero-num {
 position: absolute;
 right: -8%;
 top: 8%;
 font-family: var(--font-display);
 font-weight: 800;
 font-size: clamp(5.5rem, 14vw, 9rem);
 line-height: 0.8;
 letter-spacing: -0.06em;
 color: rgba(255,255,255,0.06);
 z-index: 0;
 pointer-events: none;
 animation: numDrift 9s ease-in-out infinite;
}
.hero-portrait-wrap {
 position: relative;
 z-index: 1;
 width: 100%;
 overflow: visible;
}
.portrait-glow {
 position: absolute;
 /* Outer soft halo — Wake club blue, not under the cutout edge */
 inset: -42% -48% -18% -44%;
 z-index: 0;
 pointer-events: none;
 overflow: visible;
 border-radius: 50%;
 background: radial-gradient(
  circle at 50% 42%,
  transparent 0%,
  transparent 38%,
  rgba(126, 200, 240, 0.2) 48%,
  rgba(26, 107, 181, 0.38) 58%,
  rgba(0, 51, 160, 0.22) 70%,
  transparent 84%
 );
 filter: blur(38px);
 opacity: 0.8;
 animation: portraitGlowPulse 5.5s ease-in-out infinite;
}
.portrait-glow::before {
 content: "";
 position: absolute;
 inset: 8% 12%;
 border-radius: 50%;
 background: radial-gradient(
  circle at 45% 40%,
  transparent 0%,
  transparent 42%,
  rgba(126, 200, 240, 0.28) 55%,
  rgba(0, 51, 160, 0.24) 68%,
  transparent 82%
 );
 filter: blur(44px);
 opacity: 0.7;
 animation: portraitGlowSpin 14s linear infinite;
}
.portrait-glow::after {
 content: "";
 position: absolute;
 inset: 18% 22% 20%;
 border-radius: 50%;
 background: radial-gradient(
  circle at 50% 45%,
  rgba(126, 200, 240, 0.14) 0%,
  rgba(26, 107, 181, 0.08) 35%,
  transparent 58%
 );
 filter: blur(48px);
 animation: portraitGlowCore 4.5s ease-in-out infinite alternate;
}
.portrait-ring {
 display: none;
}
.hero-portrait {
 position: relative;
 z-index: 1;
 /* Soft-fade rectangular canvas corners + bottom dissolve */
 -webkit-mask-image:
  radial-gradient(ellipse 86% 78% at 50% 42%, #000 52%, rgba(0, 0, 0, 0.75) 68%, transparent 86%),
  linear-gradient(180deg, #000 68%, transparent 100%);
 -webkit-mask-composite: source-in;
 mask-image:
  radial-gradient(ellipse 86% 78% at 50% 42%, #000 52%, rgba(0, 0, 0, 0.75) 68%, transparent 86%),
  linear-gradient(180deg, #000 68%, transparent 100%);
 mask-composite: intersect;
 filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.45));
 opacity: 0;
 transform: scale(0.96);
 animation: portraitIn 1.05s var(--ease) 0.25s forwards;
}
.hero-portrait img {
 width: 100%;
 height: auto;
 display: block;
 position: relative;
 z-index: 1;
 animation: portraitBreathe 6.5s ease-in-out 1.3s infinite;
}

.hero-orbit {
 position: absolute;
 inset: -6% -18% 10% -12%;
 pointer-events: none;
 z-index: 2;
}
.orbit-item {
 position: absolute;
 width: clamp(46px, 6.5vw, 68px);
 filter: drop-shadow(0 10px 16px rgba(0,0,0,.3));
 opacity: 0;
 --ox: 0; --oy: 0;
 transform: translate3d(calc(var(--ox) * 1px), calc(var(--oy) * 1px), 0);
 animation: orbitIn 0.85s var(--ease) forwards;
}
.orbit-item img {
 width: 100%; height: auto; display: block;
 animation: floaty 5.2s ease-in-out infinite;
}
.orbit-item.o1 { left: -6%; top: 30%; animation-delay: 0.7s; }
.orbit-item.o1 img { animation-delay: 0.2s; }
.orbit-item.o2 { right: -10%; top: 8%; animation-delay: 0.9s; }
.orbit-item.o2 img { animation-delay: 1s; }
.orbit-item.o3 { right: 6%; bottom: 14%; width: clamp(40px, 5.5vw, 58px); animation-delay: 1.05s; }
.orbit-item.o3 img { animation-delay: 0.5s; }

/* marquee */
.hero-marquee {
 position: absolute;
 left: 0; right: 0; bottom: 3.4rem;
 z-index: 1;
 overflow: hidden;
 mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
 -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
 pointer-events: none;
 opacity: 0.35;
}
.marquee-track {
 display: flex;
 gap: 2.5rem;
 width: max-content;
 font-family: var(--font-display);
 font-weight: 700;
 font-size: 0.78rem;
 letter-spacing: 0.28em;
 text-transform: uppercase;
 color: rgba(255,255,255,0.7);
 animation: marquee 28s linear infinite;
}
.marquee-track span { white-space: nowrap; }

.hero .scroll-hint {
 position: absolute;
 bottom: 1.1rem; left: 50%;
 transform: translateX(-50%);
 z-index: 5;
 display: flex; flex-direction: column; align-items: center; gap: 0.3rem;
 color: rgba(255,255,255,0.5);
 font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
 text-decoration: none;
}
.hero .scroll-hint i {
 width: 1px; height: 28px;
 background: linear-gradient(transparent, #fff);
 animation: pulse-line 2s ease-in-out infinite;
}

@keyframes meshShift {
 from { transform: scale(1); filter: saturate(1); }
 to { transform: scale(1.05); filter: saturate(1.1); }
}
@keyframes glowPulseB {
 0%, 100% { opacity: 0.28; transform: scale(1); }
 50% { opacity: 0.55; transform: scale(1.12); }
}
@keyframes lineFade {
 0%, 100% { opacity: 0.08; }
 50% { opacity: 0.16; }
}
@keyframes portraitIn {
 from {
 opacity: 0;
 transform: translateY(18px) scale(0.96);
 }
 to {
 opacity: 1;
 transform: translateY(0) scale(1);
 }
}
@keyframes portraitBreathe {
 0%, 100% { transform: translateY(0) scale(1); }
 50% { transform: translateY(-5px) scale(1.012); }
}
@keyframes portraitGlowPulse {
 0%, 100% {
 opacity: 0.55;
 transform: scale(0.96);
 }
 50% {
 opacity: 0.9;
 transform: scale(1.06);
 }
}
@keyframes portraitGlowCore {
 from { opacity: 0.4; transform: scale(0.94); }
 to { opacity: 0.75; transform: scale(1.06); }
}
@keyframes portraitGlowSpin {
 from { transform: rotate(0deg) scale(1); }
 to { transform: rotate(360deg) scale(1.04); }
}
@keyframes copyIn { to { opacity: 1; transform: translateY(0); } }
@keyframes nameRuleDraw { to { stroke-dashoffset: 0; } }
@keyframes signIn {
 to {
 opacity: 1;
 transform: rotate(-6deg) translateY(0);
 }
}
@keyframes ghostIn { to { opacity: 1; } }
@keyframes orbitIn {
 from { opacity: 0; transform: scale(0.7); }
 to { opacity: 0.95; transform: scale(1); }
}
@keyframes numDrift {
 0%, 100% { transform: rotate(-6deg) translateY(0); }
 50% { transform: rotate(4deg) translateY(-6px); }
}
@keyframes sheen {
 0%, 100% { background-position: 0% 50%; }
 50% { background-position: 100% 50%; }
}
@keyframes ringSpin {
 from { transform: rotate(0deg); }
 to { transform: rotate(360deg); }
}
@keyframes marquee {
 from { transform: translateX(0); }
 to { transform: translateX(-50%); }
}
@keyframes dotPulse {
 0%, 100% { transform: scale(1); opacity: 0.7; }
 50% { transform: scale(1.35); opacity: 1; }
}
@keyframes floaty {
 0%, 100% { transform: translateY(0); }
 50% { transform: translateY(-9px); }
}
@keyframes pulse-line {
 0%, 100% { opacity: 0.25; transform: scaleY(0.65); }
 50% { opacity: 1; transform: scaleY(1); }
}

@media (max-width: 900px) {
 .hero-stage {
 grid-template-columns: 1fr;
 gap: 1.25rem;
 }
 .hero-visual {
 justify-self: center;
 width: min(280px, 58vw);
 order: -1;
 margin: 0 auto;
 }
 .hero-copy {
 max-width: none;
 text-align: center;
 align-items: center;
 }
 .hero-title {
 align-items: center;
 }
 .name-main {
 font-size: clamp(6.5rem, 30vw, 13rem);
 }
 .name-wang {
 font-size: clamp(2.4rem, 6vw, 3.4rem);
 }
 .name-rule-row {
 width: min(100%, 22rem);
 margin-left: auto;
 margin-right: auto;
 }
 .name-sign,
 .name-sign.zeyada-regular {
 font-size: clamp(1.35rem, 3.8vw, 1.9rem);
 margin-left: 0;
 transform: rotate(-5deg);
 }
 .hero-lead {
 margin-left: auto;
 margin-right: auto;
 }
 .hero-actions {
 justify-content: center;
 }
 .hero-social {
 justify-content: center;
 }
 .hero-roles {
 justify-content: center;
 }
 .orbit-item.o3 { display: none; }
 .hero-marquee { bottom: 3rem; opacity: 0.25; }
}

@media (prefers-reduced-motion: reduce) {
 .hero-mesh, .hero-glow, .hero-lines, .hero-portrait, .hero-portrait img,
 .hero-kicker, .name-main, .name-wang, .name-rule-row, .name-sign, .name-rule-stroke, .name-rule-flourish,
 .hero-lead, .hero-actions, .orbit-item, .orbit-item img, .hero-num, .portrait-ring,
 .portrait-glow, .portrait-glow::after, .portrait-glow::before,
 .marquee-track, .hero-roles, .hero-kicker i {
 animation: none !important;
 opacity: 1 !important;
 transform: none !important;
 }
 .name-rule-stroke, .name-rule-flourish { stroke-dashoffset: 0 !important; }
 .name-sign { transform: rotate(-6deg) !important; }
 .name-wang { color: rgba(255,255,255,0.6); }
}
