:root {
  --black: #02040a;
  --navy: #06111f;
  --navy-2: #09192e;
  --blue: #1778ff;
  --blue-2: #57a3ff;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --soft: rgba(255, 255, 255, 0.1);
  --glass: rgba(255, 255, 255, 0.065);
  --border: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

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

html {
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -10%, rgba(24, 119, 255, 0.18), transparent 34rem),
    linear-gradient(180deg, #02040a 0%, #06111f 42%, #02040a 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

main {
  position: relative;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.section {
  position: relative;
  padding: 96px 6vw;
}

.site-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 46px 46px;
  mix-blend-mode: screen;
}

.cursor-glow {
  pointer-events: none;
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(23, 120, 255, 0.13), transparent 68%);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.navbar {
  position: absolute;
  top: 16px;
  left: 50%;
  width: min(1080px, calc(100% - 48px));
  transform: translateX(-50%);
  z-index: 50;
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  min-height: 50px;
  padding: 5px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(2, 4, 10, 0.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.nav-brand {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
}

.nav-brand img {
  width: 122px;
  height: auto;
}

.nav-right {
  display: contents;
}

.nav-links {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--muted);
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-cta {
  grid-column: 3;
  justify-self: end;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: var(--white);
  box-shadow: 0 0 30px rgba(23, 120, 255, 0.24);
  font-weight: 800;
  font-size: 0.94rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(87, 163, 255, 0.3);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
}

.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-top: 128px;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1.25) contrast(1.03) brightness(1.2);
  z-index: 0;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(23, 120, 255, 0.04), rgba(2, 4, 10, 0.18) 42%, rgba(2, 4, 10, 0.58) 88%),
    linear-gradient(180deg, rgba(2,4,10,0.12), rgba(2,4,10,0.58));
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
}

.orb-one {
  width: 520px;
  height: 520px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(23, 120, 255, 0.16), transparent 68%);
  animation: breathe 6s ease-in-out infinite alternate;
}

.orb-two {
  width: 340px;
  height: 340px;
  bottom: 8%;
  right: 4%;
  background: radial-gradient(circle, rgba(87, 163, 255, 0.12), transparent 70%);
  animation: float 8s ease-in-out infinite alternate;
}

.grid-glow {
  position: absolute;
  left: 50%;
  bottom: -34%;
  width: 1200px;
  height: 600px;
  transform: translateX(-50%) perspective(700px) rotateX(64deg);
  background-image:
    linear-gradient(rgba(87, 163, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 163, 255, 0.13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to top, black, transparent 72%);
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 920px;
}

.eyebrow,
.section-kicker {
  color: var(--blue-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
  font-weight: 650;
  max-width: 820px;
  margin-inline: auto;
}

h2 {
  font-size: clamp(2.15rem, 4.7vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.052em;
  font-weight: 700;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.035em;
  font-weight: 700;
}

.hero-copy {
  max-width: 710px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.hero-actions,
.cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: white;
  box-shadow: 0 0 38px rgba(23, 120, 255, 0.28);
}

.btn-secondary {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
}

.btn-secondary:hover {
  border-color: rgba(87, 163, 255, 0.55);
  background: rgba(87, 163, 255, 0.09);
}

.scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.scroll-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), transparent);
}

.brand-statement {
  display: grid;
  place-items: center;
  min-height: 58vh;
}

.statement-wrap {
  max-width: 1000px;
  text-align: center;
}

.statement-wrap p:last-child,
.section-heading p,
.contact-copy p {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 52px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.glass-card,
.process-panel,
.contact-form {
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.035)),
    radial-gradient(circle at 20% 0%, rgba(23, 120, 255, 0.18), transparent 48%);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.glass-card {
  min-height: 290px;
  padding: 28px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.glass-card:hover {
  transform: translateY(-8px);
  border-color: rgba(87, 163, 255, 0.42);
}

.card-number,
.panel-tag {
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.glass-card p,
.process-panel p {
  color: var(--muted);
  line-height: 1.75;
  margin-top: 16px;
}

.process {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 96px;
  z-index: 6;
  padding: 22px;
  border: 1px solid rgba(87, 163, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 120, 255, 0.16), transparent 42%),
    rgba(2, 4, 10, 0.28);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.process-track {
  display: grid;
  gap: 18px;
}

.process-panel {
  min-height: 330px;
  border-radius: 34px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.process-panel h3 {
  margin-top: 16px;
  font-size: clamp(2.35rem, 5.7vw, 4.55rem);
  font-weight: 700;
}

.contact {
  display: grid;
  place-items: center;
}

.contact-shell {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 122px;
}

.contact-copy p {
  margin-left: 0;
}

.contact-form {
  border-radius: 34px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  background: rgba(2, 4, 10, 0.44);
  color: var(--white);
  font: inherit;
  padding: 16px 17px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(87, 163, 255, 0.7);
  background: rgba(2, 4, 10, 0.62);
  box-shadow: 0 0 0 4px rgba(23, 120, 255, 0.14);
}

.form-button {
  width: fit-content;
  margin-top: 4px;
}

.footer {
  padding: 34px 6vw 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer img {
  width: 150px;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes breathe {
  from {
    transform: translateX(-50%) scale(0.94);
    opacity: 0.65;
  }

  to {
    transform: translateX(-50%) scale(1.08);
    opacity: 1;
  }
}

@keyframes float {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-44px);
  }
}


.scroll-orb,
.blue-ribbon {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.scroll-orb {
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(87, 163, 255, 0.38), rgba(23, 120, 255, 0.1) 42%, transparent 70%);
  filter: blur(8px);
  opacity: 0.7;
}

.scroll-orb-left {
  top: 92vh;
  left: -150px;
}

.scroll-orb-right {
  top: 214vh;
  right: -150px;
}

.blue-ribbon {
  width: 520px;
  height: 140px;
  border: 1px solid rgba(87, 163, 255, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(23, 120, 255, 0.16), rgba(87, 163, 255, 0.22), transparent);
  box-shadow: 0 0 60px rgba(23, 120, 255, 0.18);
  transform: rotate(-18deg);
  opacity: 0.62;
}

.ribbon-one {
  top: 142vh;
  right: -220px;
}

.ribbon-two {
  top: 318vh;
  left: -230px;
  transform: rotate(16deg);
}

.about-preview {
  padding-top: 72px;
  padding-bottom: 72px;
}

.about-card {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 38px;
  padding: clamp(22px, 4vw, 42px);
  background:
    radial-gradient(circle at 0% 50%, rgba(23, 120, 255, 0.19), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.082), rgba(255,255,255,0.03));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 30%;
  height: 260px;
  background: radial-gradient(circle, rgba(87, 163, 255, 0.18), transparent 68%);
  pointer-events: none;
}

.about-image-placeholder {
  min-height: 380px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(87, 163, 255, 0.58), transparent 20%),
    radial-gradient(circle at 72% 68%, rgba(23, 120, 255, 0.38), transparent 24%),
    linear-gradient(145deg, #0b2341, #02040a);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 0 80px rgba(0,0,0,0.35);
}

.mock-browser {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  height: 42px;
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}

.mock-browser span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.64);
}

.mock-window {
  position: absolute;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px),
    rgba(255,255,255,0.06);
  background-size: 22px 22px;
  backdrop-filter: blur(12px);
}

.window-one {
  width: 58%;
  height: 160px;
  left: 44px;
  top: 108px;
}

.window-two {
  width: 42%;
  height: 130px;
  right: 36px;
  bottom: 42px;
}

.about-image-placeholder p {
  position: absolute;
  left: 36px;
  bottom: 34px;
  color: rgba(255,255,255,0.72);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.about-preview-copy {
  position: relative;
  z-index: 2;
}

.about-preview-copy p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.8;
  margin-top: 20px;
  max-width: 620px;
}

.about-button {
  margin-top: 28px;
}

.about-page {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}

.about-page-hero {
  min-height: auto;
  padding-bottom: 70px;
}

.about-page-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.about-page-copy p {
  color: var(--muted);
  line-height: 1.85;
  margin-top: 22px;
  font-size: 1.06rem;
}

.bio-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.bio-list div {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 18px;
  color: rgba(255,255,255,0.78);
}

.about-detail-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-detail-card {
  min-height: 230px;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at 15% 0%, rgba(23, 120, 255, 0.16), transparent 48%),
    rgba(255,255,255,0.052);
}

.about-detail-card p {
  color: var(--muted);
  line-height: 1.75;
  margin-top: 14px;
}


.digital-lines,
.laser-field,
.data-matrix {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.digital-lines {
  width: 520px;
  height: 360px;
  opacity: 0.56;
  filter: drop-shadow(0 0 18px rgba(23, 120, 255, 0.22));
}

.digital-lines span {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(87, 163, 255, 0.78), rgba(255, 255, 255, 0.58), transparent);
  animation: laserSlide 5.8s linear infinite;
}

.digital-lines span:nth-child(1) {
  top: 16%;
  left: 0;
  width: 72%;
}

.digital-lines span:nth-child(2) {
  top: 42%;
  right: 0;
  width: 58%;
  animation-delay: -1.8s;
}

.digital-lines span:nth-child(3) {
  top: 68%;
  left: 8%;
  width: 86%;
  animation-delay: -3.2s;
}

.digital-lines span:nth-child(4) {
  top: 84%;
  right: 10%;
  width: 52%;
  animation-delay: -4.4s;
}

.digital-lines-one {
  top: 112vh;
  right: -110px;
  transform: rotate(-14deg);
}

.digital-lines-two {
  top: 260vh;
  left: -140px;
  transform: rotate(12deg);
}

.laser-field {
  width: 100%;
  height: 260px;
  left: 0;
  opacity: 0.5;
}

.laser-field span {
  position: absolute;
  left: -20%;
  width: 140%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 120, 255, 0.12), rgba(87, 163, 255, 0.66), rgba(23, 120, 255, 0.12), transparent);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.35);
  animation: laserPulse 4.8s ease-in-out infinite;
}

.laser-field span:nth-child(1) {
  top: 22%;
  transform: rotate(-4deg);
}

.laser-field span:nth-child(2) {
  top: 48%;
  transform: rotate(3deg);
  animation-delay: -1.7s;
}

.laser-field span:nth-child(3) {
  top: 76%;
  transform: rotate(-2deg);
  animation-delay: -3s;
}

.laser-field-one {
  top: 178vh;
}

.laser-field-two {
  top: 364vh;
}

.data-matrix {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(87, 163, 255, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(rgba(87, 163, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 163, 255, 0.14) 1px, transparent 1px),
    radial-gradient(circle at 40% 30%, rgba(23, 120, 255, 0.22), transparent 62%);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 0 80px rgba(23, 120, 255, 0.12);
  opacity: 0.42;
  animation: matrixDrift 9s ease-in-out infinite alternate;
}

.data-matrix-one {
  top: 78vh;
  left: 5vw;
}

.data-matrix-two {
  top: 304vh;
  right: 6vw;
  animation-delay: -4s;
}

@keyframes laserSlide {
  0% {
    transform: translateX(-22%) scaleX(0.45);
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  70% {
    opacity: 0.75;
  }

  100% {
    transform: translateX(32%) scaleX(1);
    opacity: 0;
  }
}

@keyframes laserPulse {
  0%, 100% {
    opacity: 0.15;
    filter: blur(0);
  }

  50% {
    opacity: 0.92;
    filter: blur(0.4px);
  }
}

@keyframes matrixDrift {
  from {
    transform: translateY(0) rotate(-4deg);
  }

  to {
    transform: translateY(-28px) rotate(4deg);
  }
}


.athena-shield,
.laser-burst,
.electric-column {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.athena-shield {
  width: 240px;
  height: 300px;
  opacity: 0.74;
  filter:
    drop-shadow(0 0 16px rgba(87, 163, 255, 0.82))
    drop-shadow(0 0 42px rgba(23, 120, 255, 0.42));
  mix-blend-mode: screen;
  animation: shieldPulse 4.2s ease-in-out infinite;
}

.athena-shield::before,
.athena-shield::after,
.shield-mark {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}

.athena-shield::before {
  border: 2px solid rgba(87, 163, 255, 0.92);
  background:
    radial-gradient(circle at 50% 22%, rgba(87, 163, 255, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(23, 120, 255, 0.18), rgba(255,255,255,0.02));
  clip-path: polygon(50% 0%, 88% 15%, 82% 66%, 50% 100%, 18% 66%, 12% 15%);
}

.athena-shield::after {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  clip-path: polygon(50% 0%, 86% 16%, 78% 63%, 50% 94%, 22% 63%, 14% 16%);
  opacity: 0.72;
}

.shield-mark {
  inset: 58px 76px 76px;
  border-top: 2px solid rgba(255,255,255,0.72);
  border-left: 2px solid rgba(87, 163, 255, 0.88);
  transform: skewX(-10deg);
  opacity: 0.88;
}

.shield-mark::before,
.shield-mark::after {
  content: "";
  position: absolute;
  background: rgba(87, 163, 255, 0.88);
  box-shadow: 0 0 16px rgba(87, 163, 255, 0.56);
}

.shield-mark::before {
  width: 2px;
  height: 120px;
  top: 0;
  left: 50%;
}

.shield-mark::after {
  width: 92px;
  height: 2px;
  top: 42px;
  left: -20px;
  transform: rotate(-18deg);
}

.shield-one {
  top: 118vh;
  left: 5vw;
  transform: rotate(8deg);
}

.shield-two {
  top: 238vh;
  right: 6vw;
  transform: rotate(-11deg) scale(0.92);
  animation-delay: -0.8s;
}

.shield-three {
  top: 348vh;
  left: 11vw;
  transform: rotate(-7deg) scale(0.74);
  animation-delay: -1.4s;
}

.laser-burst {
  width: 650px;
  height: 650px;
  opacity: 0.64;
  filter: drop-shadow(0 0 24px rgba(87, 163, 255, 0.46));
  mix-blend-mode: screen;
}

.laser-burst span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(87,163,255,0.82), rgba(23,120,255,0.12), transparent);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.8);
  animation: beamFlash 3.8s ease-in-out infinite;
}

.laser-burst span:nth-child(1) { transform: rotate(14deg); }
.laser-burst span:nth-child(2) { transform: rotate(42deg); animation-delay: -0.6s; }
.laser-burst span:nth-child(3) { transform: rotate(-18deg); animation-delay: -1.2s; }
.laser-burst span:nth-child(4) { transform: rotate(-46deg); animation-delay: -2s; }
.laser-burst span:nth-child(5) { transform: rotate(78deg); animation-delay: -2.8s; }

.burst-one {
  top: 154vh;
  right: -360px;
}

.burst-two {
  top: 304vh;
  left: -390px;
  transform: scale(0.9);
}

.electric-column {
  width: 130px;
  height: 720px;
  opacity: 0.55;
  mix-blend-mode: screen;
}

.electric-column span {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(87,163,255,0.9), rgba(255,255,255,0.72), transparent);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.84);
  animation: currentRun 2.9s linear infinite;
}

.electric-column span:nth-child(1) { top: 0; transform: translateX(-50%) rotate(8deg); }
.electric-column span:nth-child(2) { top: 135px; transform: translateX(-50%) rotate(-12deg); animation-delay: -0.7s; }
.electric-column span:nth-child(3) { top: 310px; transform: translateX(-50%) rotate(14deg); animation-delay: -1.5s; }
.electric-column span:nth-child(4) { top: 485px; transform: translateX(-50%) rotate(-7deg); animation-delay: -2.1s; }

.electric-left {
  top: 196vh;
  left: 2vw;
}

.electric-right {
  top: 382vh;
  right: 3vw;
}

.services::before,
.process::before,
.contact::before {
  content: "";
  position: absolute;
  inset: 34px 5vw auto;
  height: 1px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(87, 163, 255, 0.72), rgba(255,255,255,0.44), transparent);
  box-shadow: 0 0 22px rgba(87, 163, 255, 0.42);
  opacity: 0.62;
  animation: sectionScan 5.2s ease-in-out infinite;
}

.process::before {
  animation-delay: -1.6s;
}

.contact::before {
  animation-delay: -3s;
}


.scroll-tracer {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 24px;
  width: 26px;
  height: 158px;
  z-index: 80;
  opacity: 0.95;
  transform: translateY(12vh);
  transition: transform 0.08s linear;
  filter:
    drop-shadow(0 0 12px rgba(87, 163, 255, 0.9))
    drop-shadow(0 0 28px rgba(23, 120, 255, 0.42));
  mix-blend-mode: screen;
}

.scroll-tracer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  height: 118px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(87,163,255,0.9) 34%, rgba(23,120,255,0.76) 74%, transparent);
  clip-path: polygon(50% 0%, 100% 16%, 70% 100%, 30% 100%, 0% 16%);
  box-shadow:
    0 0 16px rgba(87, 163, 255, 0.75),
    inset 0 0 10px rgba(255,255,255,0.22);
}

.scroll-tracer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 25px;
  height: 48px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(87,163,255,0.86) 10% 90%, transparent 90%),
    linear-gradient(180deg, transparent 0 38%, rgba(255,255,255,0.78) 38% 45%, transparent 45%),
    linear-gradient(180deg, transparent 0 50%, rgba(87,163,255,0.95) 50% 100%);
  clip-path: polygon(42% 0%, 58% 0%, 58% 48%, 100% 48%, 100% 64%, 61% 64%, 61% 100%, 39% 100%, 39% 64%, 0 64%, 0 48%, 42% 48%);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.54);
}

@keyframes shieldPulse {
  0%, 100% {
    opacity: 0.44;
    filter:
      drop-shadow(0 0 10px rgba(87, 163, 255, 0.48))
      drop-shadow(0 0 24px rgba(23, 120, 255, 0.26));
  }

  50% {
    opacity: 0.86;
    filter:
      drop-shadow(0 0 18px rgba(87, 163, 255, 0.9))
      drop-shadow(0 0 48px rgba(23, 120, 255, 0.5));
  }
}

@keyframes electricFlicker {
  0%, 8%, 13%, 100% {
    opacity: 0.76;
  }

  9%, 12% {
    opacity: 0.18;
  }

  45%, 48% {
    opacity: 1;
  }

  49% {
    opacity: 0.25;
  }
}

@keyframes beamFlash {
  0%, 100% {
    opacity: 0;
    width: 220px;
  }

  38% {
    opacity: 0.22;
  }

  50% {
    opacity: 0.95;
    width: 460px;
  }

  62% {
    opacity: 0.26;
  }
}

@keyframes currentRun {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-40px) rotate(8deg);
  }

  28% {
    opacity: 0.95;
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(90px) rotate(-8deg);
  }
}

@keyframes sectionScan {
  0%, 100% {
    opacity: 0.16;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 0.86;
    transform: scaleX(1);
  }
}


.about-page .shield-two,
.about-page .shield-three,
.about-page .burst-two,
.about-page .electric-right,
.about-page .laser-field-two,
.about-page .digital-lines-two,
.about-page .data-matrix-two,
.about-page .ribbon-two,
.about-page .scroll-orb-right {
  display: none;
}


.cursor-ring {
  pointer-events: none;
  position: fixed;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(87, 163, 255, 0.58);
  border-radius: 999px;
  z-index: 79;
  opacity: 0;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 18px rgba(87, 163, 255, 0.28),
    inset 0 0 22px rgba(23, 120, 255, 0.18);
  transition:
    opacity 0.22s ease,
    width 0.18s ease,
    height 0.18s ease,
    border-color 0.18s ease;
  mix-blend-mode: screen;
}

.cursor-ring.active {
  width: 96px;
  height: 96px;
  border-color: rgba(255, 255, 255, 0.48);
}

.neural-web {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 560px;
  height: 560px;
  opacity: 0.52;
  background:
    radial-gradient(circle at 16% 30%, rgba(255,255,255,0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 36% 18%, rgba(87,163,255,0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 64% 38%, rgba(255,255,255,0.66) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 68%, rgba(87,163,255,0.88) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 76%, rgba(87,163,255,0.76) 0 2px, transparent 3px),
    linear-gradient(27deg, transparent 20%, rgba(87,163,255,0.24) 20.2%, transparent 20.8%),
    linear-gradient(112deg, transparent 32%, rgba(87,163,255,0.22) 32.2%, transparent 32.7%),
    linear-gradient(158deg, transparent 48%, rgba(87,163,255,0.2) 48.2%, transparent 48.8%);
  filter: drop-shadow(0 0 26px rgba(23, 120, 255, 0.34));
  animation: neuralFloat 8s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

.neural-web-one {
  top: 86vh;
  right: 2vw;
}

.neural-web-two {
  top: 280vh;
  left: 2vw;
  transform: scale(0.86) rotate(14deg);
  animation-delay: -3s;
}

.cursor-trail-canvas {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 77;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: screen;
}

@keyframes neuralFloat {
  from {
    opacity: 0.34;
    transform: translateY(0) rotate(-4deg);
  }

  to {
    opacity: 0.68;
    transform: translateY(-32px) rotate(4deg);
  }
}



@media (max-width: 980px) {
  .nav-right {
    display: none;
  }

  .navbar {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .navbar.open {
    border-radius: 28px;
  }

  .navbar.open .nav-right {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: rgba(2, 4, 10, 0.94);
    backdrop-filter: blur(20px);
  }

  .navbar.open .nav-links {
    grid-column: auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
  }

  .navbar.open .nav-cta {
    grid-column: auto;
    justify-self: stretch;
  }

  .navbar.open .nav-links a {
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .navbar.open .nav-cta {
    text-align: center;
  }

  .section {
    padding: 88px 22px;
  }

  .service-grid,
  .process,
  .contact-shell,
  .about-card,
  .about-page-layout,
  .about-detail-grid {
    grid-template-columns: 1fr;
  }

  .sticky-heading,
  .contact-copy {
    position: relative;
    top: auto;
  }

  .scroll-orb,
  .blue-ribbon,
  .digital-lines,
  .laser-field,
  .data-matrix,
  .athena-shield,
  .laser-burst,
  .electric-column,
  .neural-web {
    opacity: 0.24;
  }

  .cursor-ring,
  .cursor-trail-canvas {
    display: none;
  }

  .about-image-placeholder {
    min-height: 310px;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .navbar {
    min-height: 50px;
    padding-left: 12px;
  }

  .nav-brand img {
    width: 108px;
  }

  .hero {
    padding-top: 120px;
  }

  h1 {
    font-size: clamp(2.15rem, 10vw, 3.35rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .glass-card,
  .process-panel {
    min-height: 250px;
    padding: 26px;
  }

  .process-panel h3 {
    font-size: 2.8rem;
  }

  .btn {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    align-items: stretch;
  }

  .form-button {
    width: 100%;
  }
}


/* Landing Page */
.landing-body {
  min-height: 100vh;
  overflow: hidden;
  background: #02040a;
}

.landing-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 32px;
}

.landing-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(1.3) contrast(1.05) brightness(1.1);
  z-index: 0;
}

.landing-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(23, 120, 255, 0.05), rgba(2, 4, 10, 0.36) 40%, rgba(2, 4, 10, 0.9) 92%),
    linear-gradient(135deg, rgba(2,4,10,0.74), rgba(2,4,10,0.28), rgba(2,4,10,0.86));
}

.landing-grid {
  position: absolute;
  left: 50%;
  bottom: -38%;
  z-index: 2;
  width: 1500px;
  height: 760px;
  transform: translateX(-50%) perspective(820px) rotateX(64deg);
  background-image:
    linear-gradient(rgba(87, 163, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 163, 255, 0.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to top, black, transparent 78%);
  animation: landingGridMove 8s linear infinite;
}

.landing-canvas {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 3;
  mix-blend-mode: screen;
}

.landing-header {
  position: absolute;
  top: 26px;
  left: 50%;
  width: min(1080px, calc(100% - 48px));
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-header img {
  width: 138px;
  filter: drop-shadow(0 0 24px rgba(87, 163, 255, 0.26));
}

.landing-header a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
  font-weight: 800;
  backdrop-filter: blur(16px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.landing-header a:hover {
  transform: translateY(-2px);
  border-color: rgba(87, 163, 255, 0.6);
  background: rgba(23, 120, 255, 0.14);
}

.landing-stage {
  position: relative;
  z-index: 6;
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.athena-emblem {
  position: relative;
  width: min(420px, 72vw);
  aspect-ratio: 1;
  margin-inline: auto;
  filter:
    drop-shadow(0 0 22px rgba(87, 163, 255, 0.62))
    drop-shadow(0 0 80px rgba(23, 120, 255, 0.28));
  animation: emblemFloat 5s ease-in-out infinite alternate;
}

.emblem-halo {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(87, 163, 255, 0.28);
  background:
    radial-gradient(circle, rgba(23, 120, 255, 0.18), transparent 56%),
    conic-gradient(from 90deg, transparent, rgba(87, 163, 255, 0.32), transparent, rgba(255,255,255,0.18), transparent);
  animation: haloSpin 14s linear infinite;
}

.emblem-halo::before,
.emblem-halo::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(87, 163, 255, 0.2);
  border-radius: 999px;
}

.emblem-halo::after {
  inset: 76px;
  border-color: rgba(255,255,255,0.15);
}

.emblem-person {
  position: absolute;
  left: 31%;
  top: 24%;
  width: 32%;
  height: 54%;
}

.helmet {
  position: absolute;
  top: 0;
  left: 26%;
  width: 74px;
  height: 86px;
  border: 2px solid rgba(87, 163, 255, 0.95);
  border-right-color: rgba(255,255,255,0.72);
  border-radius: 54% 46% 48% 52%;
  clip-path: polygon(0 18%, 72% 0, 100% 24%, 78% 100%, 20% 100%, 4% 62%);
  box-shadow: inset 0 0 22px rgba(23, 120, 255, 0.28);
}

.helmet::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -32px;
  width: 42px;
  height: 66px;
  border-left: 2px solid rgba(87, 163, 255, 0.82);
  border-top: 2px solid rgba(87, 163, 255, 0.82);
  transform: rotate(-20deg);
}

.face-line,
.body-line,
.arm-line {
  position: absolute;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(87,163,255,0.78));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.55);
}

.face-line {
  top: 56px;
  left: 82px;
  width: 2px;
  height: 46px;
  transform: rotate(12deg);
}

.body-line {
  top: 92px;
  left: 64px;
  width: 3px;
  height: 138px;
  transform: rotate(-8deg);
}

.arm-line {
  top: 128px;
  left: 16px;
  width: 126px;
  height: 2px;
  transform: rotate(-18deg);
}

.emblem-shield {
  position: absolute;
  right: 11%;
  top: 30%;
  width: 146px;
  height: 182px;
  border: 2px solid rgba(87, 163, 255, 0.96);
  background:
    radial-gradient(circle at 50% 20%, rgba(87, 163, 255, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(23, 120, 255, 0.22), rgba(255,255,255,0.03));
  clip-path: polygon(50% 0%, 90% 15%, 82% 66%, 50% 100%, 18% 66%, 10% 15%);
  box-shadow:
    0 0 28px rgba(87, 163, 255, 0.44),
    inset 0 0 34px rgba(23, 120, 255, 0.24);
  animation: shieldGlow 3s ease-in-out infinite alternate;
}

.emblem-shield span {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,0.42);
  clip-path: polygon(50% 0%, 86% 16%, 78% 64%, 50% 94%, 22% 64%, 14% 16%);
}

.emblem-sword {
  position: absolute;
  left: 12%;
  top: 12%;
  width: 34px;
  height: 300px;
  transform: rotate(-24deg);
}

.emblem-sword::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 220px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(87,163,255,0.92), rgba(23,120,255,0.22));
  clip-path: polygon(50% 0%, 100% 16%, 68% 100%, 32% 100%, 0 16%);
  box-shadow: 0 0 20px rgba(87, 163, 255, 0.78);
}

.emblem-sword::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 68px;
  height: 34px;
  transform: translateX(-50%);
  background: rgba(87, 163, 255, 0.84);
  clip-path: polygon(42% 0%, 58% 0%, 58% 44%, 100% 44%, 100% 62%, 60% 62%, 60% 100%, 40% 100%, 40% 62%, 0 62%, 0 44%, 42% 44%);
  box-shadow: 0 0 20px rgba(87, 163, 255, 0.48);
}

.emblem-spear {
  position: absolute;
  right: 26%;
  top: 3%;
  width: 24px;
  height: 350px;
  transform: rotate(18deg);
  opacity: 0.78;
}

.emblem-spear::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 38px;
  width: 3px;
  height: 288px;
  background: linear-gradient(180deg, rgba(87,163,255,0.88), rgba(255,255,255,0.56), rgba(87,163,255,0.18));
  box-shadow: 0 0 16px rgba(87, 163, 255, 0.62);
}

.emblem-spear span {
  position: absolute;
  left: 50%;
  top: 0;
  width: 24px;
  height: 58px;
  transform: translateX(-42%);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(87,163,255,0.86));
  clip-path: polygon(50% 0%, 100% 72%, 50% 100%, 0 72%);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.72);
}

.landing-copy {
  text-align: left;
}

.landing-kicker {
  color: var(--blue-2);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.landing-copy h1 {
  font-size: clamp(2.75rem, 6vw, 6.3rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  font-weight: 800;
  max-width: 760px;
}

.landing-copy p:not(.landing-kicker) {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255,255,255,0.72);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.75;
}

.landing-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.landing-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: white;
  font-weight: 900;
  overflow: hidden;
  box-shadow:
    0 0 34px rgba(23, 120, 255, 0.38),
    0 18px 48px rgba(0,0,0,0.34);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.landing-button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.42), transparent);
  transition: transform 0.5s ease;
}

.landing-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 46px rgba(23, 120, 255, 0.55),
    0 24px 60px rgba(0,0,0,0.4);
}

.landing-button:hover::before {
  transform: translateX(120%);
}

.landing-button i {
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 999px;
  position: relative;
}

.landing-button i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.landing-secondary {
  color: rgba(255,255,255,0.74);
  font-weight: 800;
  transition: color 0.2s ease;
}

.landing-secondary:hover {
  color: white;
}

.landing-footer-note {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 8;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,0.55);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.landing-footer-note span {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.landing-footer-note span:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(87, 163, 255, 0.82);
  box-shadow: 0 0 14px rgba(87, 163, 255, 0.76);
}

.landing-laser {
  position: absolute;
  z-index: 4;
  width: 78vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(87,163,255,0.92), rgba(255,255,255,0.7), transparent);
  box-shadow: 0 0 24px rgba(87, 163, 255, 0.68);
  opacity: 0.62;
  mix-blend-mode: screen;
  animation: landingLaser 4.8s ease-in-out infinite;
}

.laser-a {
  top: 24%;
  left: -18%;
  transform: rotate(-10deg);
}

.laser-b {
  top: 66%;
  right: -18%;
  transform: rotate(8deg);
  animation-delay: -1.8s;
}

.laser-c {
  top: 48%;
  left: 42%;
  width: 56vw;
  transform: rotate(28deg);
  animation-delay: -3.1s;
}

.landing-orb {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  filter: blur(10px);
  mix-blend-mode: screen;
}

.orb-a {
  width: 420px;
  height: 420px;
  top: 8%;
  right: 8%;
  background: radial-gradient(circle, rgba(87, 163, 255, 0.28), transparent 70%);
  animation: landingOrb 7s ease-in-out infinite alternate;
}

.orb-b {
  width: 520px;
  height: 520px;
  bottom: -12%;
  left: -8%;
  background: radial-gradient(circle, rgba(23, 120, 255, 0.24), transparent 70%);
  animation: landingOrb 8s ease-in-out infinite alternate-reverse;
}

@keyframes landingGridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 64px;
  }
}

@keyframes emblemFloat {
  from {
    transform: translateY(0) scale(0.98);
  }

  to {
    transform: translateY(-18px) scale(1.02);
  }
}

@keyframes haloSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shieldGlow {
  from {
    filter: brightness(0.9);
  }

  to {
    filter: brightness(1.24);
  }
}

@keyframes landingLaser {
  0%, 100% {
    opacity: 0.08;
    filter: blur(0);
  }

  45%, 55% {
    opacity: 0.86;
    filter: blur(0.2px);
  }
}

@keyframes landingOrb {
  from {
    transform: translateY(0) scale(0.95);
  }

  to {
    transform: translateY(-34px) scale(1.08);
  }
}

@media (max-width: 900px) {
  .landing-body {
    overflow-y: auto;
  }

  .landing-page {
    min-height: 100svh;
    padding: 110px 22px 72px;
  }

  .landing-stage {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .landing-copy {
    text-align: center;
  }

  .landing-actions {
    justify-content: center;
  }

  .landing-copy h1 {
    margin-inline: auto;
  }

  .landing-copy p:not(.landing-kicker) {
    margin-inline: auto;
  }

  .athena-emblem {
    width: min(340px, 78vw);
  }

  .landing-footer-note {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 50px;
    flex-direction: column;
    gap: 12px;
    white-space: normal;
    text-align: center;
  }

  .landing-footer-note span::after {
    display: none;
  }
}

@media (max-width: 540px) {
  .landing-header img {
    width: 118px;
  }

  .landing-header a {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .landing-button,
  .landing-secondary {
    width: 100%;
    justify-content: center;
  }
}


/* Game-style Landing Page v13 */
.game-landing {
  overflow: hidden;
  background: #02040a;
}

.game-intro {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 32px;
}

.game-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.44;
  filter: saturate(1.25) contrast(1.05) brightness(0.95);
  z-index: 0;
}

.game-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(23, 120, 255, 0.06), rgba(2, 4, 10, 0.48) 42%, rgba(2, 4, 10, 0.94) 88%),
    linear-gradient(180deg, rgba(2,4,10,0.24), rgba(2,4,10,0.86));
}

.game-grid {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -38%;
  width: 1400px;
  height: 720px;
  transform: translateX(-50%) perspective(800px) rotateX(64deg);
  background-image:
    linear-gradient(rgba(87, 163, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 163, 255, 0.15) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to top, black, transparent 76%);
  animation: gameGridMove 8s linear infinite;
}

.game-canvas {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: screen;
}

.game-header {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 8;
  transform: translateX(-50%);
  width: min(1080px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-header img {
  width: 148px;
  opacity: 0.92;
  filter: drop-shadow(0 0 24px rgba(87, 163, 255, 0.34));
}

.game-stage {
  position: relative;
  z-index: 6;
  width: min(960px, 100%);
  min-height: 560px;
  display: grid;
  place-items: center;
  text-align: center;
}

.game-question {
  position: relative;
  z-index: 8;
  max-width: 860px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(87, 163, 255, 0.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 120, 255, 0.18), transparent 52%),
    rgba(2, 4, 10, 0.38);
  backdrop-filter: blur(16px);
  box-shadow:
    0 24px 90px rgba(0,0,0,0.42),
    inset 0 0 60px rgba(23, 120, 255, 0.05);
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease;
}

.game-question.entering {
  opacity: 0;
  transform: translateY(-28px) scale(0.96);
  filter: blur(10px);
  pointer-events: none;
}

.game-kicker {
  color: var(--blue-2);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.game-question h1 {
  margin-inline: auto;
  max-width: 820px;
  font-size: clamp(2.3rem, 5.4vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.game-start-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: white;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  overflow: hidden;
  box-shadow:
    0 0 36px rgba(23, 120, 255, 0.42),
    0 20px 54px rgba(0,0,0,0.32);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.game-start-button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.42), transparent);
  transition: transform 0.52s ease;
}

.game-start-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 50px rgba(23, 120, 255, 0.6),
    0 26px 64px rgba(0,0,0,0.4);
}

.game-start-button:hover::before {
  transform: translateX(120%);
}

.game-athena {
  position: absolute;
  z-index: 7;
  width: 360px;
  height: 360px;
  opacity: 0;
  transform: translateY(70px) scale(0.8);
  pointer-events: none;
}

.game-athena.awaken {
  animation: athenaAwaken 0.8s ease forwards;
}

.game-athena.clang {
  animation: athenaClang 0.82s cubic-bezier(.2,.9,.2,1) forwards;
}

.game-athena.launch {
  animation: athenaLaunch 1.25s cubic-bezier(.2,.8,.1,1) forwards;
}

.athena-glow {
  position: absolute;
  inset: -40px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(87, 163, 255, 0.26), transparent 64%),
    conic-gradient(from 180deg, transparent, rgba(87, 163, 255, 0.35), transparent, rgba(255,255,255,0.18), transparent);
  filter: blur(2px);
  animation: athenaHaloRotate 7s linear infinite;
}

.minimal-athena {
  position: absolute;
  inset: 0;
  filter:
    drop-shadow(0 0 18px rgba(87, 163, 255, 0.88))
    drop-shadow(0 0 54px rgba(23, 120, 255, 0.34));
}

.minimal-helmet {
  position: absolute;
  top: 72px;
  left: 128px;
  width: 82px;
  height: 88px;
  border: 2px solid rgba(87, 163, 255, 0.96);
  border-right-color: rgba(255,255,255,0.78);
  border-radius: 52% 48% 44% 56%;
  clip-path: polygon(0 18%, 72% 0, 100% 24%, 78% 100%, 22% 100%, 4% 62%);
  background: rgba(23, 120, 255, 0.06);
}

.minimal-helmet::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -36px;
  width: 44px;
  height: 72px;
  border-left: 2px solid rgba(87, 163, 255, 0.8);
  border-top: 2px solid rgba(87, 163, 255, 0.8);
  transform: rotate(-20deg);
}

.minimal-body {
  position: absolute;
  top: 150px;
  left: 164px;
  width: 3px;
  height: 126px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(87,163,255,0.8));
  transform: rotate(-6deg);
  box-shadow: 0 0 14px rgba(87, 163, 255, 0.58);
}

.minimal-arm {
  position: absolute;
  top: 178px;
  left: 108px;
  width: 132px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(87,163,255,0.82), rgba(255,255,255,0.88), rgba(87,163,255,0.66));
  transform: rotate(-15deg);
  transform-origin: 74% 50%;
  box-shadow: 0 0 14px rgba(87, 163, 255, 0.56);
}

.minimal-shield {
  position: absolute;
  right: 58px;
  top: 144px;
  width: 106px;
  height: 134px;
  border: 2px solid rgba(87, 163, 255, 0.95);
  background:
    radial-gradient(circle at 50% 18%, rgba(87,163,255,0.25), transparent 34%),
    rgba(23,120,255,0.08);
  clip-path: polygon(50% 0%, 90% 15%, 82% 66%, 50% 100%, 18% 66%, 10% 15%);
  box-shadow:
    0 0 24px rgba(87, 163, 255, 0.46),
    inset 0 0 24px rgba(23,120,255,0.22);
}

.minimal-shield::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.38);
  clip-path: polygon(50% 0%, 86% 16%, 78% 64%, 50% 94%, 22% 64%, 14% 16%);
}

.minimal-sword {
  position: absolute;
  left: 66px;
  top: 58px;
  width: 34px;
  height: 260px;
  transform: rotate(-28deg);
  transform-origin: 50% 84%;
}

.minimal-sword::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 198px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(87,163,255,0.9), rgba(23,120,255,0.26));
  clip-path: polygon(50% 0%, 100% 16%, 68% 100%, 32% 100%, 0 16%);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.82);
}

.minimal-sword::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 64px;
  height: 30px;
  transform: translateX(-50%);
  background: rgba(87, 163, 255, 0.86);
  clip-path: polygon(42% 0%, 58% 0%, 58% 42%, 100% 42%, 100% 62%, 60% 62%, 60% 100%, 40% 100%, 40% 62%, 0 62%, 0 42%, 42% 42%);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.48);
}

.game-athena.clang .minimal-sword {
  animation: swordStrike 0.72s cubic-bezier(.2,.95,.1,1) forwards;
}

.game-athena.clang .minimal-shield {
  animation: shieldHit 0.72s cubic-bezier(.2,.95,.1,1) forwards;
}

.impact-ring {
  position: absolute;
  left: 229px;
  top: 190px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255,255,255,0.92);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  box-shadow: 0 0 24px rgba(87, 163, 255, 0.9);
}

.impact-flash {
  position: absolute;
  left: 229px;
  top: 190px;
  width: 220px;
  height: 2px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-8deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.98), rgba(87,163,255,0.92), transparent);
  box-shadow: 0 0 24px rgba(87, 163, 255, 0.86);
}

.game-athena.clang .impact-ring {
  animation: impactRing 0.62s ease-out 0.28s forwards;
}

.game-athena.clang .impact-flash {
  animation: impactFlash 0.34s ease-out 0.28s forwards;
}

.warp-gate {
  position: absolute;
  z-index: 5;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.2);
  background:
    radial-gradient(circle, rgba(255,255,255,0.88) 0 4%, rgba(87,163,255,0.72) 5% 22%, rgba(23,120,255,0.22) 23% 48%, transparent 62%),
    conic-gradient(from 90deg, transparent, rgba(87,163,255,0.86), transparent, rgba(255,255,255,0.48), transparent);
  filter:
    drop-shadow(0 0 26px rgba(87, 163, 255, 0.92))
    drop-shadow(0 0 90px rgba(23, 120, 255, 0.58));
}

.warp-gate.open {
  animation: warpOpen 1.25s ease forwards;
}

.game-hint {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 8;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.54);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  transition: opacity 0.4s ease;
}

.game-hint.hide {
  opacity: 0;
}

.game-intro.transitioning::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  background:
    radial-gradient(circle, rgba(87,163,255,0.74), rgba(23,120,255,0.28) 18%, rgba(2,4,10,0.95) 62%);
  opacity: 0;
  animation: pageWarp 1.1s ease 1.1s forwards;
}

@keyframes gameGridMove {
  from { background-position: 0 0; }
  to { background-position: 0 68px; }
}

@keyframes athenaAwaken {
  from {
    opacity: 0;
    transform: translateY(74px) scale(0.78);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes athenaClang {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  34% { transform: translateY(0) scale(1.02) rotate(-1deg); }
  52% { transform: translateY(0) scale(1.06) rotate(1deg); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes athenaLaunch {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  52% {
    opacity: 1;
    transform: translateY(-18px) scale(1.16);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-18px) scale(6.4);
    filter: blur(16px);
  }
}

@keyframes athenaHaloRotate {
  to { transform: rotate(360deg); }
}

@keyframes swordStrike {
  0% { transform: rotate(-28deg); }
  45% { transform: rotate(38deg) translate(42px, 12px); }
  62% { transform: rotate(30deg) translate(34px, 8px); }
  100% { transform: rotate(-28deg); }
}

@keyframes shieldHit {
  0%, 100% { transform: translateX(0) scale(1); filter: brightness(1); }
  46% { transform: translateX(8px) scale(1.04); filter: brightness(1.7); }
  58% { transform: translateX(-3px) scale(1.02); filter: brightness(1.25); }
}

@keyframes impactRing {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.25);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(7.2);
  }
}

@keyframes impactFlash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-8deg) scaleX(0.2);
  }
  38% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-8deg) scaleX(1.6);
  }
}

@keyframes warpOpen {
  0% {
    opacity: 0;
    transform: scale(0.2) rotate(0deg);
  }
  36% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(5.2) rotate(240deg);
  }
}

@keyframes pageWarp {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  54% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(2.4);
  }
}

@media (max-width: 700px) {
  .game-intro {
    padding: 96px 20px 52px;
  }

  .game-header img {
    width: 122px;
  }

  .game-stage {
    min-height: 560px;
  }

  .game-question {
    padding: 28px 22px;
  }

  .game-question h1 {
    font-size: clamp(2.15rem, 11vw, 3.6rem);
  }

  .game-athena {
    width: 310px;
    height: 310px;
  }

  .minimal-helmet {
    top: 60px;
    left: 108px;
  }

  .minimal-body {
    top: 138px;
    left: 144px;
  }

  .minimal-arm {
    top: 166px;
    left: 92px;
  }

  .minimal-shield {
    right: 42px;
    top: 132px;
  }

  .minimal-sword {
    left: 48px;
    top: 44px;
  }

  .game-hint {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}


/* Landing Page Fixes v14 */
.game-question h1 {
  font-size: clamp(2rem, 4.4vw, 4.15rem);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.052em;
  max-width: 760px;
}

.game-question {
  max-width: 820px;
}

.game-kicker {
  display: none;
}

.game-start-button {
  pointer-events: auto;
  position: relative;
  z-index: 12;
}

.game-athena {
  z-index: 10;
}

.warp-gate {
  z-index: 9;
}

@media (max-width: 700px) {
  .game-question h1 {
    font-size: clamp(2rem, 9vw, 3.05rem);
    font-weight: 650;
  }
}


/* Athena detail refinement v16 */
.minimal-athena {
  filter:
    drop-shadow(0 0 18px rgba(87, 163, 255, 0.88))
    drop-shadow(0 0 54px rgba(23, 120, 255, 0.34));
}

.athena-plume {
  position: absolute;
  top: 34px;
  left: 146px;
  width: 56px;
  height: 86px;
  border-left: 2px solid rgba(87, 163, 255, 0.9);
  border-top: 2px solid rgba(255,255,255,0.68);
  border-radius: 60% 40% 0 0;
  transform: rotate(-14deg);
  opacity: 0.86;
  box-shadow: 0 0 14px rgba(87, 163, 255, 0.42);
}

.athena-plume::before,
.athena-plume::after {
  content: "";
  position: absolute;
  border-left: 2px solid rgba(87, 163, 255, 0.82);
  border-top: 2px solid rgba(87, 163, 255, 0.72);
  border-radius: 60% 40% 0 0;
}

.athena-plume::before {
  left: -10px;
  top: 14px;
  width: 34px;
  height: 52px;
  transform: rotate(-10deg);
}

.athena-plume::after {
  left: 14px;
  top: 8px;
  width: 26px;
  height: 42px;
  transform: rotate(12deg);
}

.athena-face-accent {
  position: absolute;
  top: 112px;
  left: 170px;
  width: 2px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(87,163,255,0.74));
  transform: rotate(10deg);
  box-shadow: 0 0 12px rgba(87, 163, 255, 0.54);
}

.athena-shoulder {
  position: absolute;
  top: 150px;
  left: 146px;
  width: 46px;
  height: 18px;
  border-top: 2px solid rgba(87, 163, 255, 0.88);
  border-right: 2px solid rgba(255,255,255,0.64);
  border-radius: 0 80% 20% 0;
  transform: rotate(6deg);
  box-shadow: 0 0 12px rgba(87, 163, 255, 0.28);
}

.athena-waist {
  position: absolute;
  top: 206px;
  left: 150px;
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.2), rgba(255,255,255,0.82), rgba(87,163,255,0.2));
  border-radius: 999px;
  transform: rotate(-7deg);
  box-shadow: 0 0 12px rgba(87, 163, 255, 0.34);
}

.athena-leg {
  position: absolute;
  width: 2px;
  height: 78px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(87,163,255,0.7));
  box-shadow: 0 0 12px rgba(87, 163, 255, 0.44);
}

.athena-leg-left {
  top: 212px;
  left: 154px;
  transform: rotate(8deg);
}

.athena-leg-right {
  top: 208px;
  left: 171px;
  transform: rotate(-10deg);
}

.athena-forearm {
  position: absolute;
  top: 186px;
  left: 190px;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(87,163,255,0.7));
  transform: rotate(20deg);
  transform-origin: left center;
  box-shadow: 0 0 12px rgba(87, 163, 255, 0.46);
}

.minimal-shield {
  overflow: visible;
}

.shield-core {
  position: absolute;
  inset: 28px;
  display: block;
  border: 1px solid rgba(87, 163, 255, 0.42);
  clip-path: polygon(50% 0%, 84% 16%, 76% 62%, 50% 90%, 24% 62%, 16% 16%);
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,0.24), transparent 22%),
    radial-gradient(circle, rgba(23,120,255,0.12), transparent 72%);
  box-shadow: inset 0 0 24px rgba(23, 120, 255, 0.16);
}

.shield-core::before,
.shield-core::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 10px rgba(87, 163, 255, 0.48);
}

.shield-core::before {
  width: 2px;
  height: 46px;
}

.shield-core::after {
  width: 38px;
  height: 2px;
  top: 42%;
}

.minimal-sword::before {
  box-shadow:
    0 0 18px rgba(87, 163, 255, 0.82),
    inset 0 0 6px rgba(255,255,255,0.22);
}

.game-athena.awaken .athena-plume,
.game-athena.awaken .athena-forearm,
.game-athena.awaken .shield-core,
.game-athena.clang .athena-plume,
.game-athena.clang .athena-forearm,
.game-athena.clang .shield-core {
  animation: athenaDetailPulse 1.1s ease-in-out infinite alternate;
}

@keyframes athenaDetailPulse {
  from {
    opacity: 0.68;
    filter: brightness(0.94);
  }
  to {
    opacity: 1;
    filter: brightness(1.16);
  }
}

@media (max-width: 700px) {
  .athena-plume {
    top: 30px;
    left: 126px;
    width: 46px;
    height: 74px;
  }

  .athena-face-accent {
    top: 104px;
    left: 150px;
  }

  .athena-shoulder {
    top: 142px;
    left: 126px;
  }

  .athena-waist {
    top: 196px;
    left: 132px;
  }

  .athena-leg-left {
    top: 202px;
    left: 136px;
  }

  .athena-leg-right {
    top: 198px;
    left: 153px;
  }

  .athena-forearm {
    top: 176px;
    left: 170px;
    width: 66px;
  }
}


/* Athena dramatic detail upgrade v17 */
.detailed-athena {
  filter:
    drop-shadow(0 0 22px rgba(87, 163, 255, 0.92))
    drop-shadow(0 0 64px rgba(23, 120, 255, 0.38));
}

.athena-aura-lines {
  position: absolute;
  inset: 24px;
  border-radius: 999px;
  opacity: 0.7;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 56%, rgba(87,163,255,0.16) 56.4% 57%, transparent 57.4%),
    radial-gradient(circle at 50% 50%, transparent 0 72%, rgba(255,255,255,0.12) 72.3% 72.8%, transparent 73%);
  animation: auraRotate 12s linear infinite;
}

.helmet-crest {
  position: absolute;
  top: 82px;
  left: 150px;
  width: 46px;
  height: 16px;
  border-top: 2px solid rgba(255,255,255,0.78);
  border-right: 2px solid rgba(87,163,255,0.84);
  border-radius: 0 100% 30% 0;
  transform: rotate(4deg);
  box-shadow: 0 0 12px rgba(87,163,255,0.34);
}

.athena-neck {
  position: absolute;
  top: 148px;
  left: 168px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(87,163,255,0.72));
  box-shadow: 0 0 10px rgba(87,163,255,0.4);
}

.athena-torso,
.athena-chestplate,
.athena-body-core,
.athena-belt,
.athena-skirt,
.athena-cloak,
.athena-arm-back,
.athena-arm-front,
.athena-shin,
.athena-sandal,
.shield-rim,
.shield-emblem,
.sword-hilt,
.sword-gem {
  position: absolute;
}

.athena-torso {
  top: 156px;
  left: 128px;
  width: 78px;
  height: 118px;
  border: 2px solid rgba(87,163,255,0.82);
  border-top-color: rgba(255,255,255,0.74);
  clip-path: polygon(18% 0%, 82% 0%, 100% 32%, 88% 84%, 50% 100%, 12% 84%, 0% 32%);
  background: linear-gradient(180deg, rgba(23,120,255,0.12), rgba(255,255,255,0.03));
  box-shadow: inset 0 0 22px rgba(23,120,255,0.16);
}

.athena-chestplate {
  top: 170px;
  left: 142px;
  width: 48px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.54);
  clip-path: polygon(50% 0%, 100% 26%, 84% 100%, 16% 100%, 0% 26%);
  background: radial-gradient(circle at 50% 32%, rgba(255,255,255,0.24), rgba(87,163,255,0.08) 58%, transparent 80%);
  box-shadow: 0 0 16px rgba(87,163,255,0.2);
}

.athena-body-core {
  top: 178px;
  left: 166px;
  width: 2px;
  height: 68px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(87,163,255,0.72));
  box-shadow: 0 0 10px rgba(87,163,255,0.42);
}

.athena-belt {
  top: 226px;
  left: 136px;
  width: 62px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.12), rgba(255,255,255,0.92), rgba(87,163,255,0.12));
  box-shadow: 0 0 10px rgba(87,163,255,0.34);
}

.athena-skirt {
  top: 230px;
  left: 130px;
  width: 76px;
  height: 60px;
  border-left: 2px solid rgba(87,163,255,0.64);
  border-right: 2px solid rgba(87,163,255,0.64);
  border-bottom: 2px solid rgba(255,255,255,0.34);
  clip-path: polygon(0% 0%, 100% 0%, 84% 100%, 50% 82%, 16% 100%);
  background:
    linear-gradient(90deg,
      transparent 0 14%,
      rgba(87,163,255,0.26) 14.5% 16%,
      transparent 16.5% 34%,
      rgba(255,255,255,0.16) 34.5% 36%,
      transparent 36.5% 54%,
      rgba(87,163,255,0.24) 54.5% 56%,
      transparent 56.5% 74%,
      rgba(255,255,255,0.16) 74.5% 76%,
      transparent 76.5%);
}

.athena-cloak {
  top: 162px;
  left: 104px;
  width: 106px;
  height: 132px;
  border-left: 2px solid rgba(87,163,255,0.38);
  border-bottom: 2px solid rgba(87,163,255,0.24);
  clip-path: polygon(16% 4%, 100% 0%, 86% 100%, 0% 84%);
  background: linear-gradient(145deg, rgba(23,120,255,0.18), transparent 56%);
  opacity: 0.7;
  filter: blur(0.2px);
}

.athena-arm-back {
  top: 186px;
  left: 128px;
  width: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.68), rgba(255,255,255,0.8));
  transform: rotate(-34deg);
  box-shadow: 0 0 10px rgba(87,163,255,0.34);
}

.athena-arm-front {
  top: 181px;
  left: 186px;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.94), rgba(87,163,255,0.72));
  transform: rotate(22deg);
  box-shadow: 0 0 12px rgba(87,163,255,0.44);
}

.athena-shin {
  width: 2px;
  height: 56px;
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(87,163,255,0.66));
  box-shadow: 0 0 10px rgba(87,163,255,0.38);
}

.shin-left {
  top: 260px;
  left: 150px;
  transform: rotate(9deg);
}

.shin-right {
  top: 256px;
  left: 173px;
  transform: rotate(-10deg);
}

.athena-sandal {
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.12), rgba(255,255,255,0.86), rgba(87,163,255,0.12));
  box-shadow: 0 0 10px rgba(87,163,255,0.34);
}

.sandal-left {
  top: 316px;
  left: 141px;
  transform: rotate(8deg);
}

.sandal-right {
  top: 312px;
  left: 165px;
  transform: rotate(-7deg);
}

.minimal-shield {
  right: 44px;
  top: 136px;
  width: 118px;
  height: 148px;
}

.shield-rim {
  inset: -8px;
  border: 1px solid rgba(87,163,255,0.38);
  clip-path: polygon(50% 0%, 90% 15%, 82% 66%, 50% 100%, 18% 66%, 10% 15%);
  opacity: 0.85;
}

.shield-emblem {
  left: 50%;
  top: 42%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(87,163,255,0.32);
}

.shield-emblem::before,
.shield-emblem::after {
  content: "";
  position: absolute;
  background: rgba(87,163,255,0.86);
  box-shadow: 0 0 10px rgba(87,163,255,0.52);
}

.shield-emblem::before {
  width: 2px;
  height: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shield-emblem::after {
  width: 22px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.minimal-sword {
  left: 56px;
  top: 52px;
  width: 42px;
  height: 272px;
}

.sword-hilt {
  left: 50%;
  bottom: 22px;
  width: 68px;
  height: 32px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(87,163,255,0.92), rgba(255,255,255,0.76), rgba(87,163,255,0.92));
  clip-path: polygon(42% 0%, 58% 0%, 58% 42%, 100% 42%, 100% 62%, 60% 62%, 60% 100%, 40% 100%, 40% 62%, 0 62%, 0 42%, 42% 42%);
  box-shadow: 0 0 16px rgba(87,163,255,0.46);
}

.sword-gem {
  left: 50%;
  bottom: 30px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 0 14px rgba(87,163,255,0.8);
}

.plume-inner {
  top: 56px;
  left: 160px;
  width: 34px;
  height: 56px;
  transform: rotate(-8deg) scale(0.86);
  opacity: 0.6;
}

.game-athena.awaken .athena-cloak,
.game-athena.awaken .shield-emblem,
.game-athena.awaken .sword-gem,
.game-athena.awaken .athena-aura-lines,
.game-athena.clang .athena-cloak,
.game-athena.clang .shield-emblem,
.game-athena.clang .sword-gem,
.game-athena.clang .athena-aura-lines {
  animation: athenaDetailPulse 1.2s ease-in-out infinite alternate;
}

.game-athena.clang .athena-cloak {
  animation: cloakFlutter 0.8s ease-in-out;
}

.game-athena.clang .athena-arm-front,
.game-athena.clang .athena-arm-back {
  animation: armPulse 0.7s ease-in-out;
}

@keyframes auraRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cloakFlutter {
  0%, 100% { transform: rotate(0deg) translateX(0); opacity: 0.7; }
  40% { transform: rotate(-4deg) translateX(-6px); opacity: 0.92; }
  70% { transform: rotate(2deg) translateX(2px); opacity: 0.82; }
}

@keyframes armPulse {
  0%, 100% { opacity: 1; }
  45% { opacity: 0.72; filter: brightness(1.3); }
}

@media (max-width: 700px) {
  .athena-aura-lines {
    inset: 18px;
  }

  .helmet-crest {
    top: 74px;
    left: 130px;
  }

  .athena-neck {
    top: 140px;
    left: 150px;
  }

  .athena-torso {
    top: 148px;
    left: 112px;
    width: 70px;
    height: 108px;
  }

  .athena-chestplate {
    top: 162px;
    left: 126px;
  }

  .athena-body-core {
    top: 168px;
    left: 147px;
  }

  .athena-belt {
    top: 218px;
    left: 120px;
  }

  .athena-skirt {
    top: 222px;
    left: 114px;
    width: 70px;
    height: 56px;
  }

  .athena-cloak {
    top: 154px;
    left: 90px;
    width: 96px;
    height: 124px;
  }

  .athena-arm-back {
    top: 178px;
    left: 112px;
    width: 50px;
  }

  .athena-arm-front {
    top: 173px;
    left: 170px;
    width: 68px;
  }

  .shin-left {
    top: 250px;
    left: 132px;
  }

  .shin-right {
    top: 246px;
    left: 155px;
  }

  .sandal-left {
    top: 306px;
    left: 123px;
  }

  .sandal-right {
    top: 302px;
    left: 147px;
  }

  .minimal-shield {
    right: 32px;
    top: 126px;
    width: 108px;
    height: 138px;
  }

  .minimal-sword {
    left: 40px;
    top: 42px;
  }

  .plume-inner {
    top: 48px;
    left: 140px;
  }
}


/* Athena ultra-detail refinement v18 */
.ultra-athena {
  filter:
    drop-shadow(0 0 24px rgba(87, 163, 255, 0.98))
    drop-shadow(0 0 74px rgba(23, 120, 255, 0.42));
}

.athena-radiance,
.athena-star,
.helmet-wing,
.athena-brow,
.athena-eye,
.athena-cheek,
.athena-gorget,
.athena-cuirass-line,
.athena-skirt-panel,
.athena-cloak-fold,
.athena-upper-arm,
.athena-gauntlet,
.athena-thigh-plate,
.athena-knee,
.athena-strap,
.shield-ring,
.shield-greek,
.sword-fuller,
.sword-crossguard,
.sword-grip,
.sword-pommel {
  position: absolute;
}

.athena-radiance {
  inset: 18px;
  border-radius: 999px;
  pointer-events: none;
  mix-blend-mode: screen;
}

.radiance-one {
  background:
    conic-gradient(from 0deg, transparent 0 12%, rgba(87,163,255,0.16) 12.5% 14.5%, transparent 15% 28%, rgba(255,255,255,0.12) 28.5% 30%, transparent 30.5% 43%, rgba(87,163,255,0.14) 43.5% 45%, transparent 45.5% 58%, rgba(255,255,255,0.1) 58.5% 60%, transparent 60.5% 72%, rgba(87,163,255,0.14) 72.5% 74%, transparent 74.5%);
  animation: auraRotate 16s linear infinite reverse;
  opacity: 0.75;
}

.radiance-two {
  inset: 44px;
  background:
    radial-gradient(circle, transparent 0 64%, rgba(87,163,255,0.14) 64.4% 65%, transparent 65.4%),
    conic-gradient(from 90deg, transparent, rgba(255,255,255,0.12), transparent, rgba(87,163,255,0.18), transparent);
  animation: auraRotate 10s linear infinite;
  opacity: 0.56;
}

.athena-star {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.92);
  transform: rotate(45deg);
  box-shadow: 0 0 14px rgba(87,163,255,0.84);
  animation: starPulse 1.8s ease-in-out infinite alternate;
}

.star-one {
  top: 70px;
  right: 78px;
}

.star-two {
  left: 84px;
  bottom: 84px;
  animation-delay: -0.9s;
}

.plume-far {
  top: 42px;
  left: 138px;
  width: 70px;
  height: 104px;
  transform: rotate(-18deg);
  opacity: 0.46;
}

.helmet-wing {
  top: 96px;
  width: 32px;
  height: 42px;
  border-top: 2px solid rgba(255,255,255,0.72);
  border-left: 2px solid rgba(87,163,255,0.82);
  border-radius: 80% 20% 0 0;
  box-shadow: 0 0 12px rgba(87,163,255,0.32);
}

.helmet-wing-left {
  left: 116px;
  transform: rotate(-26deg);
}

.helmet-wing-right {
  left: 198px;
  transform: scaleX(-1) rotate(-26deg);
}

.athena-brow {
  top: 114px;
  left: 161px;
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.88), rgba(87,163,255,0.72));
  transform: rotate(-8deg);
  box-shadow: 0 0 8px rgba(87,163,255,0.32);
}

.athena-eye {
  top: 122px;
  left: 168px;
  width: 10px;
  height: 2px;
  background: rgba(255,255,255,0.95);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(87,163,255,0.4);
}

.athena-cheek {
  top: 132px;
  left: 176px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.58), rgba(87,163,255,0.16));
  transform: rotate(18deg);
}

.athena-gorget {
  top: 158px;
  left: 154px;
  width: 28px;
  height: 18px;
  border-top: 2px solid rgba(255,255,255,0.68);
  border-left: 2px solid rgba(87,163,255,0.68);
  border-right: 2px solid rgba(87,163,255,0.68);
  border-radius: 40% 40% 0 0;
  box-shadow: 0 0 10px rgba(87,163,255,0.26);
}

.cuirass-line-left,
.cuirass-line-right {
  top: 176px;
  width: 2px;
  height: 38px;
  background: linear-gradient(180deg, rgba(255,255,255,0.74), rgba(87,163,255,0.44));
  box-shadow: 0 0 8px rgba(87,163,255,0.26);
}

.cuirass-line-left {
  left: 148px;
  transform: rotate(-10deg);
}

.cuirass-line-right {
  left: 184px;
  transform: rotate(10deg);
}

.athena-skirt-panel {
  top: 236px;
  width: 2px;
  height: 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.62), rgba(87,163,255,0.2));
  box-shadow: 0 0 8px rgba(87,163,255,0.24);
}

.panel-one { left: 144px; transform: rotate(-8deg); }
.panel-two { left: 166px; height: 54px; }
.panel-three { left: 188px; transform: rotate(8deg); }

.athena-cloak-fold {
  top: 176px;
  width: 2px;
  height: 86px;
  background: linear-gradient(180deg, rgba(87,163,255,0.32), rgba(255,255,255,0.12), rgba(87,163,255,0.08));
  box-shadow: 0 0 10px rgba(87,163,255,0.18);
}

.fold-one {
  left: 118px;
  transform: rotate(-14deg);
}

.fold-two {
  left: 130px;
  height: 94px;
  transform: rotate(-6deg);
}

.athena-upper-arm {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.64), rgba(255,255,255,0.86));
  box-shadow: 0 0 8px rgba(87,163,255,0.28);
}

.upper-arm-left {
  top: 172px;
  left: 126px;
  transform: rotate(-30deg);
}

.upper-arm-right {
  top: 170px;
  left: 198px;
  transform: rotate(20deg);
}

.athena-gauntlet {
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.86), rgba(87,163,255,0.72));
  box-shadow: 0 0 8px rgba(87,163,255,0.3);
}

.gauntlet-left {
  top: 196px;
  left: 102px;
  transform: rotate(-12deg);
}

.gauntlet-right {
  top: 202px;
  left: 252px;
  transform: rotate(18deg);
}

.athena-thigh-plate {
  width: 2px;
  height: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.66), rgba(87,163,255,0.38));
  box-shadow: 0 0 8px rgba(87,163,255,0.26);
}

.thigh-left {
  top: 236px;
  left: 148px;
  transform: rotate(8deg);
}

.thigh-right {
  top: 232px;
  left: 174px;
  transform: rotate(-10deg);
}

.athena-knee {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255,255,255,0.52);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(87,163,255,0.24);
}

.knee-left {
  top: 267px;
  left: 145px;
}

.knee-right {
  top: 263px;
  left: 170px;
}

.athena-strap {
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.1), rgba(255,255,255,0.82), rgba(87,163,255,0.1));
  box-shadow: 0 0 8px rgba(87,163,255,0.24);
}

.strap-left-one { top: 282px; left: 138px; transform: rotate(16deg); }
.strap-left-two { top: 296px; left: 140px; transform: rotate(12deg); }
.strap-right-one { top: 278px; left: 163px; transform: rotate(-14deg); }
.strap-right-two { top: 292px; left: 165px; transform: rotate(-10deg); }

.shield-ring {
  inset: 12px;
  display: block;
  border: 1px solid rgba(255,255,255,0.2);
  clip-path: polygon(50% 0%, 86% 16%, 78% 64%, 50% 94%, 22% 64%, 14% 16%);
  opacity: 0.84;
}

.shield-greek {
  display: block;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.18), rgba(255,255,255,0.92), rgba(87,163,255,0.18));
  box-shadow: 0 0 10px rgba(87,163,255,0.3);
}

.greek-one {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.greek-two {
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
}

.greek-three {
  bottom: 20px;
  left: 50%;
  width: 18px;
  transform: translateX(-50%);
}

.sword-fuller {
  left: 50%;
  top: 18px;
  width: 2px;
  height: 168px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(87,163,255,0.42), rgba(255,255,255,0.2));
  box-shadow: 0 0 10px rgba(87,163,255,0.34);
}

.sword-crossguard {
  left: 50%;
  bottom: 40px;
  width: 54px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(87,163,255,0.84), rgba(255,255,255,0.88), rgba(87,163,255,0.84));
  box-shadow: 0 0 12px rgba(87,163,255,0.4);
}

.sword-grip {
  left: 50%;
  bottom: 18px;
  width: 6px;
  height: 28px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg,
      rgba(87,163,255,0.2) 0 12%,
      rgba(255,255,255,0.82) 12% 20%,
      rgba(87,163,255,0.3) 20% 34%,
      rgba(255,255,255,0.82) 34% 42%,
      rgba(87,163,255,0.28) 42% 56%,
      rgba(255,255,255,0.82) 56% 64%,
      rgba(87,163,255,0.28) 64% 78%,
      rgba(255,255,255,0.82) 78% 86%,
      rgba(87,163,255,0.2) 86%);
  box-shadow: 0 0 10px rgba(87,163,255,0.28);
}

.sword-pommel {
  left: 50%;
  bottom: 10px;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid rgba(255,255,255,0.72);
  background: rgba(87,163,255,0.72);
  box-shadow: 0 0 12px rgba(87,163,255,0.46);
}

.game-athena.awaken .athena-radiance,
.game-athena.awaken .athena-star,
.game-athena.awaken .shield-ring,
.game-athena.awaken .shield-greek,
.game-athena.awaken .sword-gem,
.game-athena.awaken .sword-pommel,
.game-athena.clang .athena-radiance,
.game-athena.clang .athena-star,
.game-athena.clang .shield-ring,
.game-athena.clang .shield-greek,
.game-athena.clang .sword-gem,
.game-athena.clang .sword-pommel {
  animation: athenaDetailPulse 1s ease-in-out infinite alternate;
}

.game-athena.clang .helmet-wing,
.game-athena.clang .athena-plume,
.game-athena.clang .plume-inner,
.game-athena.clang .plume-far {
  animation: plumeFlutter 0.78s ease-in-out;
}

@keyframes starPulse {
  from {
    opacity: 0.34;
    transform: rotate(45deg) scale(0.82);
  }
  to {
    opacity: 1;
    transform: rotate(45deg) scale(1.22);
  }
}

@keyframes plumeFlutter {
  0%, 100% { filter: brightness(1); }
  30% { transform: rotate(-24deg) translateX(-2px); }
  60% { transform: rotate(-8deg) translateX(2px); }
}

@media (max-width: 700px) {
  .star-one {
    top: 58px;
    right: 68px;
  }

  .star-two {
    left: 70px;
    bottom: 72px;
  }

  .plume-far {
    top: 36px;
    left: 118px;
    width: 62px;
    height: 94px;
  }

  .helmet-wing-left {
    left: 100px;
  }

  .helmet-wing-right {
    left: 182px;
  }

  .athena-brow {
    top: 106px;
    left: 144px;
  }

  .athena-eye {
    top: 114px;
    left: 151px;
  }

  .athena-cheek {
    top: 124px;
    left: 159px;
  }

  .athena-gorget {
    top: 150px;
    left: 138px;
  }

  .cuirass-line-left {
    top: 168px;
    left: 132px;
  }

  .cuirass-line-right {
    top: 168px;
    left: 164px;
  }

  .panel-one { top: 228px; left: 128px; }
  .panel-two { top: 228px; left: 147px; }
  .panel-three { top: 228px; left: 166px; }

  .fold-one { left: 104px; }
  .fold-two { left: 116px; }

  .upper-arm-left {
    top: 164px;
    left: 110px;
  }

  .upper-arm-right {
    top: 162px;
    left: 182px;
  }

  .gauntlet-left {
    top: 188px;
    left: 88px;
  }

  .gauntlet-right {
    top: 194px;
    left: 234px;
  }

  .thigh-left {
    top: 228px;
    left: 131px;
  }

  .thigh-right {
    top: 224px;
    left: 155px;
  }

  .knee-left {
    top: 259px;
    left: 128px;
  }

  .knee-right {
    top: 255px;
    left: 151px;
  }

  .strap-left-one { top: 274px; left: 122px; }
  .strap-left-two { top: 288px; left: 124px; }
  .strap-right-one { top: 270px; left: 146px; }
  .strap-right-two { top: 284px; left: 148px; }
}


/* Shield + Sword landing animation v19 */
.weapon-entry {
  width: 420px;
  height: 420px;
}

.weapon-scene {
  position: absolute;
  inset: 0;
  filter:
    drop-shadow(0 0 22px rgba(87, 163, 255, 0.92))
    drop-shadow(0 0 72px rgba(23, 120, 255, 0.36));
}

.weapon-aura,
.weapon-rays,
.shield-scene,
.sword-scene,
.clash-core,
.clash-flash,
.clash-ring,
.clash-sparks {
  position: absolute;
}

.weapon-aura {
  inset: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(23, 120, 255, 0.22), transparent 58%),
    conic-gradient(from 120deg, transparent, rgba(87, 163, 255, 0.34), transparent, rgba(255,255,255,0.16), transparent);
  border: 1px solid rgba(87, 163, 255, 0.16);
  animation: weaponAuraSpin 12s linear infinite;
}

.weapon-aura::before,
.weapon-aura::after {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 999px;
  border: 1px solid rgba(87, 163, 255, 0.12);
}

.weapon-aura::after {
  inset: 74px;
  border-color: rgba(255,255,255,0.1);
}

.weapon-rays {
  inset: 0;
  opacity: 0.48;
  mix-blend-mode: screen;
}

.weapon-rays::before,
.weapon-rays::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 2px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.92), rgba(87,163,255,0.88), transparent);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.68);
}

.weapon-rays::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rays-one {
  animation: weaponAuraSpin 16s linear infinite;
}

.rays-two {
  transform: scale(0.76);
  opacity: 0.3;
  animation: weaponAuraSpin 10s linear infinite reverse;
}

.shield-scene {
  right: 52px;
  top: 106px;
  width: 174px;
  height: 214px;
  transform-origin: center center;
}

.shield-scene span {
  position: absolute;
  display: block;
}

.shield-outer {
  inset: 0;
  border: 2px solid rgba(87, 163, 255, 0.95);
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.22), transparent 22%),
    radial-gradient(circle at 50% 40%, rgba(23,120,255,0.24), transparent 64%),
    linear-gradient(145deg, rgba(23,120,255,0.16), rgba(255,255,255,0.04));
  clip-path: polygon(50% 0%, 90% 14%, 82% 66%, 50% 100%, 18% 66%, 10% 14%);
  box-shadow:
    0 0 30px rgba(87, 163, 255, 0.54),
    inset 0 0 38px rgba(23, 120, 255, 0.22);
}

.shield-inner {
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.42);
  clip-path: polygon(50% 0%, 86% 16%, 78% 64%, 50% 94%, 22% 64%, 14% 16%);
  box-shadow: inset 0 0 20px rgba(87,163,255,0.14);
}

.shield-ring {
  inset: 34px;
  border: 1px solid rgba(87,163,255,0.38);
  clip-path: polygon(50% 0%, 84% 16%, 76% 62%, 50% 90%, 24% 62%, 16% 16%);
}

.shield-emblem {
  left: 50%;
  top: 45%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,0.56);
  border-radius: 999px;
  box-shadow:
    0 0 16px rgba(87,163,255,0.4),
    inset 0 0 16px rgba(23,120,255,0.18);
}

.shield-emblem-cross {
  left: 50%;
  top: 45%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}

.shield-emblem-cross::before,
.shield-emblem-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: linear-gradient(90deg, rgba(87,163,255,0.88), rgba(255,255,255,0.92), rgba(87,163,255,0.88));
  box-shadow: 0 0 12px rgba(87,163,255,0.44);
}

.shield-emblem-cross::before {
  width: 2px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.shield-emblem-cross::after {
  width: 30px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.shield-greek {
  left: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.12), rgba(255,255,255,0.92), rgba(87,163,255,0.12));
  box-shadow: 0 0 10px rgba(87,163,255,0.28);
  transform: translateX(-50%);
}

.greek-top {
  top: 28px;
  width: 26px;
}

.greek-mid {
  top: 96px;
  width: 34px;
}

.greek-bottom {
  bottom: 24px;
  width: 20px;
}

.sword-scene {
  left: 76px;
  top: 58px;
  width: 62px;
  height: 302px;
  transform: rotate(-28deg);
  transform-origin: 76% 84%;
}

.sword-blade {
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 220px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(87,163,255,0.92), rgba(23,120,255,0.22));
  clip-path: polygon(50% 0%, 100% 14%, 68% 100%, 32% 100%, 0 14%);
  box-shadow:
    0 0 22px rgba(87, 163, 255, 0.88),
    inset 0 0 10px rgba(255,255,255,0.24);
}

.sword-fuller {
  left: 50%;
  top: 20px;
  width: 2px;
  height: 172px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(87,163,255,0.3), rgba(255,255,255,0.18));
  box-shadow: 0 0 10px rgba(87,163,255,0.34);
}

.sword-crossguard {
  left: 50%;
  bottom: 54px;
  width: 72px;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(87,163,255,0.88), rgba(255,255,255,0.96), rgba(87,163,255,0.88));
  box-shadow: 0 0 14px rgba(87,163,255,0.44);
}

.sword-grip {
  left: 50%;
  bottom: 22px;
  width: 8px;
  height: 42px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg,
      rgba(87,163,255,0.18) 0 12%,
      rgba(255,255,255,0.92) 12% 20%,
      rgba(87,163,255,0.26) 20% 32%,
      rgba(255,255,255,0.92) 32% 40%,
      rgba(87,163,255,0.26) 40% 52%,
      rgba(255,255,255,0.92) 52% 60%,
      rgba(87,163,255,0.26) 60% 72%,
      rgba(255,255,255,0.92) 72% 80%,
      rgba(87,163,255,0.18) 80%);
  box-shadow: 0 0 10px rgba(87,163,255,0.3);
}

.sword-gem {
  left: 50%;
  bottom: 40px;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 14px rgba(87,163,255,0.78);
}

.sword-pommel {
  left: 50%;
  bottom: 10px;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid rgba(255,255,255,0.78);
  background: rgba(87,163,255,0.76);
  box-shadow: 0 0 14px rgba(87,163,255,0.44);
}

.clash-core {
  left: 236px;
  top: 190px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.98);
  box-shadow:
    0 0 22px rgba(255,255,255,0.98),
    0 0 40px rgba(87,163,255,0.9);
}

.clash-flash {
  left: 236px;
  top: 190px;
  width: 240px;
  height: 3px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-10deg) scaleX(0.3);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.98), rgba(87,163,255,0.94), transparent);
  box-shadow: 0 0 26px rgba(87,163,255,0.9);
}

.clash-ring {
  left: 236px;
  top: 190px;
  width: 28px;
  height: 28px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  border: 2px solid rgba(255,255,255,0.92);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(87,163,255,0.84);
}

.clash-sparks {
  inset: 0;
  opacity: 0;
}

.clash-sparks::before,
.clash-sparks::after {
  content: "";
  position: absolute;
  left: 236px;
  top: 190px;
  width: 116px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.98), rgba(87,163,255,0.88), transparent);
  box-shadow: 0 0 18px rgba(87,163,255,0.82);
  transform-origin: left center;
}

.sparks-left::before { transform: rotate(-34deg); }
.sparks-left::after { transform: rotate(-62deg); }
.sparks-right::before { transform: rotate(26deg); }
.sparks-right::after { transform: rotate(54deg); }

.game-athena.awaken .shield-scene,
.game-athena.awaken .sword-scene,
.game-athena.awaken .weapon-aura,
.game-athena.awaken .weapon-rays,
.game-athena.clang .shield-scene,
.game-athena.clang .sword-scene,
.game-athena.clang .weapon-aura,
.game-athena.clang .weapon-rays {
  animation: weaponDetailPulse 1.1s ease-in-out infinite alternate;
}

.game-athena.clang .sword-scene {
  animation:
    weaponDetailPulse 1.1s ease-in-out infinite alternate,
    swordStrikeDetailed 0.72s cubic-bezier(.2,.95,.1,1) forwards;
}

.game-athena.clang .shield-scene {
  animation:
    weaponDetailPulse 1.1s ease-in-out infinite alternate,
    shieldHitDetailed 0.72s cubic-bezier(.2,.95,.1,1) forwards;
}

.game-athena.clang .clash-core {
  animation: clashCoreBurst 0.36s ease-out 0.26s forwards;
}

.game-athena.clang .clash-flash {
  animation: clashFlashBurst 0.34s ease-out 0.24s forwards;
}

.game-athena.clang .clash-ring {
  animation: clashRingBurst 0.62s ease-out 0.24s forwards;
}

.game-athena.clang .clash-sparks {
  animation: clashSparksShow 0.42s ease-out 0.22s forwards;
}

@keyframes weaponAuraSpin {
  to { transform: rotate(360deg); }
}

@keyframes weaponDetailPulse {
  from { filter: brightness(0.94); opacity: 0.82; }
  to { filter: brightness(1.18); opacity: 1; }
}

@keyframes swordStrikeDetailed {
  0% { transform: rotate(-28deg); }
  45% { transform: rotate(38deg) translate(42px, 12px); }
  62% { transform: rotate(30deg) translate(34px, 8px); }
  100% { transform: rotate(-28deg); }
}

@keyframes shieldHitDetailed {
  0%, 100% { transform: translateX(0) scale(1); filter: brightness(1); }
  46% { transform: translateX(9px) scale(1.05); filter: brightness(1.8); }
  58% { transform: translateX(-3px) scale(1.02); filter: brightness(1.3); }
}

@keyframes clashCoreBurst {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.2); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(6.6); }
}

@keyframes clashFlashBurst {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-10deg) scaleX(0.2); }
  38% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(-10deg) scaleX(1.7); }
}

@keyframes clashRingBurst {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.22); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(7.5); }
}

@keyframes clashSparksShow {
  0% { opacity: 0; }
  30% { opacity: 1; }
  100% { opacity: 0; }
}

@media (max-width: 700px) {
  .weapon-entry {
    width: 340px;
    height: 340px;
  }

  .shield-scene {
    right: 36px;
    top: 94px;
    width: 144px;
    height: 178px;
  }

  .sword-scene {
    left: 52px;
    top: 42px;
    transform: rotate(-28deg) scale(0.88);
  }

  .clash-core,
  .clash-flash,
  .clash-ring,
  .clash-sparks::before,
  .clash-sparks::after {
    left: 198px;
    top: 168px;
  }
}


/* Header refinement v20 */
.navbar {
  width: min(900px, calc(100% - 64px));
  grid-template-columns: 170px 1fr 170px;
  min-height: 48px;
  padding: 5px 16px;
}

.nav-brand img {
  width: 112px;
}

.nav-links {
  gap: 22px;
  font-size: 0.9rem;
}

.nav-cta {
  padding: 8px 15px;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .navbar {
    width: min(900px, calc(100% - 32px));
  }
}

@media (max-width: 560px) {
  .nav-brand img {
    width: 104px;
  }
}


/* About page image refinement v20 */
.about-page-image-card {
  min-height: 420px;
  border-radius: 34px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 50% 42%, rgba(87, 163, 255, 0.26), transparent 40%),
    radial-gradient(circle at 10% 0%, rgba(23, 120, 255, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.026));
  box-shadow:
    0 24px 80px rgba(0,0,0,0.42),
    inset 0 0 80px rgba(23, 120, 255, 0.08);
}

.about-page-image-card::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(87, 163, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(rgba(87,163,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87,163,255,0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle, black, transparent 76%);
}

.about-page-image-card img {
  position: relative;
  z-index: 2;
  width: min(78%, 440px);
  filter:
    drop-shadow(0 0 22px rgba(87, 163, 255, 0.38))
    drop-shadow(0 20px 44px rgba(0,0,0,0.36));
}

.about-page-copy p + p {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .about-page-image-card {
    min-height: 340px;
  }

  .about-page-image-card img {
    width: min(82%, 380px);
  }
}


/* Mobile navigation fix v21 */
@media (max-width: 980px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(900px, calc(100% - 32px));
    min-height: 54px;
    padding: 6px 12px 6px 16px;
  }

  .nav-brand {
    flex: 0 0 auto;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
  }

  .navbar.open .nav-right {
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 2;
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .navbar {
    width: calc(100% - 24px);
    padding: 6px 10px 6px 14px;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .navbar.open .nav-right {
    top: calc(100% + 10px);
  }
}


/* Statue of Liberty landing animation v22 */
.liberty-entry {
  width: 460px;
  height: 540px;
}

.liberty-scene {
  position: absolute;
  inset: 0;
  filter:
    drop-shadow(0 0 18px rgba(87, 163, 255, 0.48))
    drop-shadow(0 0 68px rgba(23, 120, 255, 0.24));
}

.liberty-aura,
.liberty-stars,
.liberty-rays,
.liberty-pedestal,
.liberty-figure,
.torch-glow,
.reflection-sweep,
.blue-core,
.blue-flash,
.blue-ring {
  position: absolute;
}

.liberty-aura {
  inset: 22px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,0.09), transparent 18%),
    radial-gradient(circle at 50% 58%, rgba(23,120,255,0.14), transparent 48%),
    conic-gradient(from 120deg, transparent, rgba(87,163,255,0.26), transparent, rgba(255,255,255,0.10), transparent);
  border: 1px solid rgba(87, 163, 255, 0.12);
  animation: libertyAuraSpin 18s linear infinite;
}

.liberty-aura::before,
.liberty-aura::after {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 999px;
  border: 1px solid rgba(87,163,255,0.08);
}

.liberty-aura::after {
  inset: 82px;
  border-color: rgba(255,255,255,0.08);
}

.liberty-stars {
  inset: 0;
  opacity: 0.52;
  mix-blend-mode: screen;
}

.liberty-stars::before,
.liberty-stars::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 14px rgba(87,163,255,0.72);
  animation: libertyStarPulse 1.8s ease-in-out infinite alternate;
}

.stars-one::before {
  top: 84px;
  left: 78px;
}

.stars-one::after {
  top: 118px;
  right: 92px;
  animation-delay: -0.8s;
}

.stars-two::before {
  bottom: 144px;
  left: 102px;
  animation-delay: -1.2s;
}

.stars-two::after {
  bottom: 124px;
  right: 82px;
  animation-delay: -0.4s;
}

.liberty-rays {
  inset: 0;
  opacity: 0.22;
}

.liberty-rays::before,
.liberty-rays::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 22%;
  width: 320px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.66), rgba(87,163,255,0.58), transparent);
  box-shadow: 0 0 18px rgba(87,163,255,0.38);
}

.liberty-rays::after {
  transform: translateX(-50%) rotate(90deg);
}

.rays-one {
  animation: libertyAuraSpin 20s linear infinite;
}

.rays-two {
  transform: scale(0.78);
  opacity: 0.14;
  animation: libertyAuraSpin 14s linear infinite reverse;
}

.liberty-pedestal {
  left: 124px;
  bottom: 42px;
  width: 214px;
  height: 122px;
}

.pedestal-cap,
.pedestal-face,
.pedestal-base {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(16,22,34,0.96), rgba(8,12,20,0.96));
  border: 1px solid rgba(87,163,255,0.16);
  box-shadow:
    0 16px 30px rgba(0,0,0,0.28),
    inset 0 0 24px rgba(23,120,255,0.06);
}

.pedestal-cap {
  top: 0;
  width: 146px;
  height: 22px;
  border-radius: 6px 6px 2px 2px;
}

.pedestal-face {
  top: 18px;
  width: 168px;
  height: 70px;
  border-radius: 4px;
}

.pedestal-face::before,
.pedestal-face::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 22px;
  height: 46px;
  border-left: 1px solid rgba(87,163,255,0.12);
  border-right: 1px solid rgba(87,163,255,0.12);
}

.pedestal-face::before {
  left: 24px;
}

.pedestal-face::after {
  right: 24px;
}

.pedestal-base {
  bottom: 0;
  width: 214px;
  height: 38px;
  border-radius: 2px 2px 8px 8px;
}

.liberty-figure {
  left: 116px;
  top: 56px;
  width: 236px;
  height: 390px;
  transform-origin: center bottom;
}

.liberty-crown,
.liberty-head,
.liberty-face,
.liberty-neck,
.liberty-shoulder,
.liberty-torso,
.liberty-robe,
.liberty-fold,
.liberty-arm,
.liberty-forearm,
.liberty-torch,
.torch-shaft,
.torch-cup,
.torch-flame {
  position: absolute;
}

.liberty-crown {
  top: 18px;
  left: 132px;
  width: 52px;
  height: 36px;
  border-top: 2px solid rgba(170,184,198,0.96);
  border-left: 2px solid rgba(140,154,170,0.74);
  border-right: 2px solid rgba(140,154,170,0.74);
  border-radius: 48% 48% 10% 10%;
  box-shadow: 0 0 10px rgba(87,163,255,0.12);
}

.liberty-crown::before,
.liberty-crown::after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(170,184,198,0.68));
  box-shadow: 0 0 8px rgba(87,163,255,0.14);
}

.liberty-crown::before {
  left: 8px;
  transform: rotate(-28deg);
  box-shadow:
    22px 6px 0 rgba(170,184,198,0.72),
    44px 0 0 rgba(170,184,198,0.72);
}

.liberty-crown::after {
  right: 8px;
  transform: rotate(28deg);
}

.liberty-head {
  top: 42px;
  left: 138px;
  width: 44px;
  height: 54px;
  border: 2px solid rgba(170,184,198,0.96);
  border-radius: 42% 58% 44% 56%;
  background: linear-gradient(180deg, rgba(76,95,114,0.78), rgba(48,64,82,0.82));
  clip-path: polygon(14% 4%, 82% 0, 100% 28%, 84% 100%, 18% 100%, 0 44%);
  box-shadow: inset 0 0 16px rgba(255,255,255,0.08);
}

.liberty-face {
  top: 60px;
  left: 168px;
  width: 2px;
  height: 34px;
  background: linear-gradient(180deg, rgba(206,216,226,0.92), rgba(110,126,142,0.46));
  transform: rotate(11deg);
  box-shadow: 0 0 8px rgba(255,255,255,0.12);
}

.liberty-face::before,
.liberty-face::after {
  content: "";
  position: absolute;
  background: rgba(206,216,226,0.82);
}

.liberty-face::before {
  width: 12px;
  height: 2px;
  top: 8px;
  left: -11px;
  transform: rotate(-8deg);
}

.liberty-face::after {
  width: 2px;
  height: 12px;
  bottom: -2px;
  left: -2px;
  transform: rotate(20deg);
}

.liberty-neck {
  top: 94px;
  left: 152px;
  width: 16px;
  height: 16px;
  border-left: 2px solid rgba(170,184,198,0.84);
  border-right: 2px solid rgba(170,184,198,0.84);
  border-bottom: 2px solid rgba(188,198,210,0.7);
  border-radius: 0 0 18% 18%;
}

.liberty-shoulder {
  top: 108px;
  left: 118px;
  width: 74px;
  height: 24px;
  border-top: 2px solid rgba(170,184,198,0.84);
  border-left: 2px solid rgba(120,138,156,0.54);
  border-right: 2px solid rgba(120,138,156,0.54);
  border-radius: 46% 46% 12% 12%;
  background: linear-gradient(180deg, rgba(84,98,116,0.42), rgba(36,48,62,0.22));
}

.liberty-torso {
  top: 122px;
  left: 108px;
  width: 90px;
  height: 144px;
  border: 2px solid rgba(160,174,188,0.82);
  clip-path: polygon(20% 0%, 80% 0%, 100% 24%, 88% 100%, 12% 100%, 0 24%);
  background: linear-gradient(180deg, rgba(78,96,114,0.62), rgba(40,52,70,0.84));
  box-shadow: inset 0 0 28px rgba(255,255,255,0.06);
}

.liberty-robe {
  top: 138px;
  width: 92px;
  height: 192px;
  border: 2px solid rgba(144,158,176,0.6);
  background: linear-gradient(180deg, rgba(54,68,84,0.54), rgba(28,38,50,0.9));
  box-shadow: inset 0 0 20px rgba(255,255,255,0.04);
}

.robe-left {
  left: 74px;
  clip-path: polygon(20% 0%, 100% 0, 74% 100%, 0% 100%);
  transform: skewX(-6deg);
}

.robe-right {
  left: 128px;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 26% 100%);
  transform: skewX(5deg);
}

.liberty-fold {
  width: 2px;
  background: linear-gradient(180deg, rgba(208,218,230,0.58), rgba(86,104,122,0.24));
  box-shadow: 0 0 8px rgba(255,255,255,0.08);
}

.fold-one {
  top: 146px;
  left: 124px;
  height: 174px;
  transform: rotate(-6deg);
}

.fold-two {
  top: 158px;
  left: 152px;
  height: 162px;
}

.fold-three {
  top: 150px;
  left: 176px;
  height: 172px;
  transform: rotate(6deg);
}

.liberty-arm {
  top: 86px;
  left: 176px;
  width: 36px;
  height: 124px;
  border-right: 2px solid rgba(188,198,210,0.86);
  border-top: 2px solid rgba(188,198,210,0.78);
  border-radius: 42% 32% 0 0;
  transform: rotate(-12deg);
}

.liberty-forearm {
  top: 14px;
  left: 204px;
  width: 24px;
  height: 120px;
  border-right: 2px solid rgba(206,216,226,0.92);
  border-top: 2px solid rgba(206,216,226,0.82);
  border-radius: 36% 24% 0 0;
  transform: rotate(-4deg);
}

.liberty-torch {
  top: 0;
  left: 190px;
  width: 60px;
  height: 130px;
}

.torch-shaft {
  left: 50%;
  bottom: 20px;
  width: 8px;
  height: 88px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(174,186,200,0.88), rgba(118,132,148,0.72));
  box-shadow: 0 0 8px rgba(255,255,255,0.08);
}

.torch-cup {
  left: 50%;
  top: 26px;
  width: 24px;
  height: 18px;
  transform: translateX(-50%);
  border: 2px solid rgba(198,206,216,0.84);
  border-radius: 0 0 44% 44%;
  background: linear-gradient(180deg, rgba(74,88,106,0.62), rgba(42,52,66,0.86));
  box-shadow: inset 0 0 8px rgba(255,255,255,0.04);
}

.torch-cup::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 10px;
  height: 12px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(198,206,216,0.74), rgba(118,132,148,0.34));
}

.torch-flame {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  clip-path: polygon(48% 0%, 68% 18%, 84% 42%, 72% 88%, 46% 100%, 24% 80%, 14% 42%, 28% 18%);
}

.flame-warm {
  width: 34px;
  height: 40px;
  background:
    radial-gradient(circle at 50% 32%, rgba(255,255,255,0.94), rgba(255,218,120,0.88) 32%, rgba(255,140,48,0.72) 74%, transparent 86%);
  filter: drop-shadow(0 0 14px rgba(255,190,90,0.72));
}

.flame-blue {
  width: 42px;
  height: 48px;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,0.98), rgba(135,206,255,0.92) 30%, rgba(87,163,255,0.88) 58%, rgba(23,120,255,0.22) 84%, transparent 92%);
  filter:
    drop-shadow(0 0 18px rgba(87,163,255,0.92))
    drop-shadow(0 0 28px rgba(23,120,255,0.56));
}

.torch-glow {
  left: 50%;
  top: 42px;
  width: 220px;
  height: 220px;
  transform: translateX(-50%);
  border-radius: 999px;
  opacity: 0.24;
  background:
    radial-gradient(circle, rgba(255,194,92,0.28), rgba(255,194,92,0.04) 42%, transparent 72%);
  filter: blur(8px);
}

.reflection-sweep {
  inset: 58px 72px 72px;
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 28%, rgba(255,255,255,0.18) 42%, rgba(87,163,255,0.24) 54%, transparent 68%);
  border-radius: 26px;
  filter: blur(2px);
  mix-blend-mode: screen;
  transform: translateX(-36px);
}

.blue-core {
  left: 222px;
  top: 64px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.98);
  box-shadow:
    0 0 22px rgba(255,255,255,0.98),
    0 0 40px rgba(87,163,255,0.9);
}

.blue-flash {
  left: 222px;
  top: 64px;
  width: 340px;
  height: 3px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(112deg) scaleX(0.2);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.98), rgba(87,163,255,0.94), transparent);
  box-shadow: 0 0 26px rgba(87,163,255,0.9);
}

.blue-ring {
  left: 222px;
  top: 64px;
  width: 26px;
  height: 26px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  border: 2px solid rgba(255,255,255,0.92);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(87,163,255,0.84);
}

.game-athena.awaken .liberty-figure,
.game-athena.awaken .liberty-pedestal,
.game-athena.awaken .liberty-aura,
.game-athena.awaken .liberty-rays,
.game-athena.clang .liberty-figure,
.game-athena.clang .liberty-pedestal,
.game-athena.clang .liberty-aura,
.game-athena.clang .liberty-rays {
  animation: libertyDetailPulse 1.2s ease-in-out infinite alternate;
}

.game-athena.clang .flame-warm {
  animation: warmFlameLift 0.9s ease-in-out forwards;
}

.game-athena.clang .flame-blue {
  animation: blueFlameIgnite 1.0s ease-out 0.16s forwards;
}

.game-athena.clang .torch-glow {
  animation: torchGlowShift 1s ease-out forwards;
}

.game-athena.clang .reflection-sweep {
  animation: reflectionSweepRun 0.9s ease-out 0.18s forwards;
}

.game-athena.clang .blue-core {
  animation: blueCoreBurst 0.36s ease-out 0.46s forwards;
}

.game-athena.clang .blue-flash {
  animation: blueFlashBurst 0.42s ease-out 0.42s forwards;
}

.game-athena.clang .blue-ring {
  animation: blueRingBurst 0.72s ease-out 0.42s forwards;
}

@keyframes libertyAuraSpin {
  to { transform: rotate(360deg); }
}

@keyframes libertyStarPulse {
  from { opacity: 0.34; transform: rotate(45deg) scale(0.82); }
  to { opacity: 1; transform: rotate(45deg) scale(1.16); }
}

@keyframes libertyDetailPulse {
  from { filter: brightness(0.95); }
  to { filter: brightness(1.08); }
}

@keyframes warmFlameLift {
  0% { transform: translateX(-50%) scale(1); filter: drop-shadow(0 0 14px rgba(255,190,90,0.72)); }
  50% { transform: translateX(-50%) scale(1.08); filter: drop-shadow(0 0 18px rgba(255,200,120,0.78)); }
  100% { transform: translateX(-50%) scale(0.84); opacity: 0.48; filter: drop-shadow(0 0 8px rgba(255,200,120,0.34)); }
}

@keyframes blueFlameIgnite {
  0% { opacity: 0; transform: translateX(-50%) scale(0.3); }
  40% { opacity: 1; }
  100% { opacity: 1; transform: translateX(-50%) scale(1.18); }
}

@keyframes torchGlowShift {
  0% {
    opacity: 0.24;
    background: radial-gradient(circle, rgba(255,194,92,0.28), rgba(255,194,92,0.04) 42%, transparent 72%);
  }
  100% {
    opacity: 0.72;
    background: radial-gradient(circle, rgba(87,163,255,0.34), rgba(87,163,255,0.10) 42%, transparent 72%);
  }
}

@keyframes reflectionSweepRun {
  0% {
    opacity: 0;
    transform: translateX(-54px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.9;
    transform: translateX(34px);
  }
}

@keyframes blueCoreBurst {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.24); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(6.6); }
}

@keyframes blueFlashBurst {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(112deg) scaleX(0.2); }
  38% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(112deg) scaleX(1.72); }
}

@keyframes blueRingBurst {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.22); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(8); }
}

@media (max-width: 700px) {
  .liberty-entry {
    width: 340px;
    height: 430px;
  }

  .liberty-pedestal {
    left: 86px;
    bottom: 28px;
    width: 172px;
    height: 98px;
  }

  .pedestal-cap {
    width: 118px;
  }

  .pedestal-face {
    width: 138px;
    height: 56px;
  }

  .pedestal-base {
    width: 172px;
    height: 30px;
  }

  .liberty-figure {
    left: 66px;
    top: 36px;
    transform: scale(0.82);
    transform-origin: top left;
  }

  .blue-core,
  .blue-flash,
  .blue-ring {
    left: 206px;
    top: 62px;
  }
}


/* Start a Project page v23 */
.start-project-page { padding-top: 124px; }
.start-project-hero { padding-top: 70px; }
.start-project-shell { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 34px; align-items: start; }
.start-project-copy { position: sticky; top: 112px; z-index: 3; padding: 28px; border: 1px solid rgba(87, 163, 255, 0.16); border-radius: 30px; background: radial-gradient(circle at 10% 0%, rgba(23, 120, 255, 0.16), transparent 42%), rgba(2, 4, 10, 0.34); backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(0,0,0,0.22); }
.start-project-copy h1 { font-size: clamp(2.2rem, 4.8vw, 4.4rem); line-height: 1.02; }
.start-project-copy p { color: var(--muted); line-height: 1.8; margin-top: 22px; font-size: 1.04rem; }
.project-intake-form { position: relative; z-index: 3; display: grid; gap: 20px; border: 1px solid var(--border); border-radius: 34px; padding: clamp(24px, 4vw, 42px); background: radial-gradient(circle at 18% 0%, rgba(23, 120, 255, 0.15), transparent 42%), linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.032)); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.form-section { display: grid; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.form-section:last-of-type { border-bottom: 0; padding-bottom: 0; }
.form-section h2 { font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: -0.04em; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.project-intake-form label { display: grid; gap: 8px; }
.project-intake-form span { color: rgba(255,255,255,0.84); font-size: 0.92rem; font-weight: 750; }
.project-intake-form input, .project-intake-form textarea, .project-intake-form select { width: 100%; border: 1px solid rgba(255,255,255,0.14); border-radius: 18px; background: rgba(2, 4, 10, 0.44); color: var(--white); font: inherit; padding: 15px 16px; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.project-intake-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.78) 50%), linear-gradient(135deg, rgba(255,255,255,0.78) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.project-intake-form textarea { resize: vertical; min-height: 120px; }
.project-intake-form input:focus, .project-intake-form textarea:focus, .project-intake-form select:focus { border-color: rgba(87, 163, 255, 0.7); background: rgba(2, 4, 10, 0.62); box-shadow: 0 0 0 4px rgba(23, 120, 255, 0.14); }
.project-submit { width: fit-content; margin-top: 8px; }
@media (max-width: 980px) { .start-project-shell { grid-template-columns: 1fr; } .start-project-copy { position: relative; top: auto; } .form-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .start-project-page { padding-top: 100px; } .start-project-hero { padding-top: 48px; } .project-submit { width: 100%; } }


/* SEO share pages v24 */
.seo-section-page { padding-top: 124px; }
.seo-page-hero { padding-top: 70px; }
.seo-page-hero .section-heading h1 { font-size: clamp(2.25rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -0.055em; }
.seo-process-track { max-width: 980px; margin: 0 auto; }
.seo-process-track .process-panel { min-height: 280px; }
@media (max-width: 980px) {
  .seo-section-page { padding-top: 100px; }
  .seo-page-hero { padding-top: 48px; }
}


/* Shield + Sword landing animation restored v25 */
.weapon-entry {
  width: 420px;
  height: 420px;
}

.weapon-scene {
  position: absolute;
  inset: 0;
  filter:
    drop-shadow(0 0 22px rgba(87, 163, 255, 0.92))
    drop-shadow(0 0 72px rgba(23, 120, 255, 0.36));
}

.weapon-aura,
.weapon-rays,
.shield-scene,
.sword-scene,
.clash-core,
.clash-flash,
.clash-ring,
.clash-sparks {
  position: absolute;
}

.weapon-aura {
  inset: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(23, 120, 255, 0.22), transparent 58%),
    conic-gradient(from 120deg, transparent, rgba(87, 163, 255, 0.34), transparent, rgba(255,255,255,0.16), transparent);
  border: 1px solid rgba(87, 163, 255, 0.16);
  animation: weaponAuraSpin 12s linear infinite;
}

.weapon-aura::before,
.weapon-aura::after {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 999px;
  border: 1px solid rgba(87, 163, 255, 0.12);
}

.weapon-aura::after {
  inset: 74px;
  border-color: rgba(255,255,255,0.1);
}

.weapon-rays {
  inset: 0;
  opacity: 0.48;
  mix-blend-mode: screen;
}

.weapon-rays::before,
.weapon-rays::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 2px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.92), rgba(87,163,255,0.88), transparent);
  box-shadow: 0 0 18px rgba(87, 163, 255, 0.68);
}

.weapon-rays::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rays-one {
  animation: weaponAuraSpin 16s linear infinite;
}

.rays-two {
  transform: scale(0.76);
  opacity: 0.3;
  animation: weaponAuraSpin 10s linear infinite reverse;
}

.shield-scene {
  right: 52px;
  top: 106px;
  width: 174px;
  height: 214px;
  transform-origin: center center;
}

.shield-scene span {
  position: absolute;
  display: block;
}

.shield-outer {
  inset: 0;
  border: 2px solid rgba(87, 163, 255, 0.95);
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.22), transparent 22%),
    radial-gradient(circle at 50% 40%, rgba(23,120,255,0.24), transparent 64%),
    linear-gradient(145deg, rgba(23,120,255,0.16), rgba(255,255,255,0.04));
  clip-path: polygon(50% 0%, 90% 14%, 82% 66%, 50% 100%, 18% 66%, 10% 14%);
  box-shadow:
    0 0 30px rgba(87, 163, 255, 0.54),
    inset 0 0 38px rgba(23, 120, 255, 0.22);
}

.shield-inner {
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.42);
  clip-path: polygon(50% 0%, 86% 16%, 78% 64%, 50% 94%, 22% 64%, 14% 16%);
  box-shadow: inset 0 0 20px rgba(87,163,255,0.14);
}

.shield-ring {
  inset: 34px;
  border: 1px solid rgba(87,163,255,0.38);
  clip-path: polygon(50% 0%, 84% 16%, 76% 62%, 50% 90%, 24% 62%, 16% 16%);
}

.shield-emblem {
  left: 50%;
  top: 45%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,0.56);
  border-radius: 999px;
  box-shadow:
    0 0 16px rgba(87,163,255,0.4),
    inset 0 0 16px rgba(23,120,255,0.18);
}

.shield-emblem-cross {
  left: 50%;
  top: 45%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}

.shield-emblem-cross::before,
.shield-emblem-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: linear-gradient(90deg, rgba(87,163,255,0.88), rgba(255,255,255,0.92), rgba(87,163,255,0.88));
  box-shadow: 0 0 12px rgba(87,163,255,0.44);
}

.shield-emblem-cross::before {
  width: 2px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.shield-emblem-cross::after {
  width: 30px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.shield-greek {
  left: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(87,163,255,0.12), rgba(255,255,255,0.92), rgba(87,163,255,0.12));
  box-shadow: 0 0 10px rgba(87,163,255,0.28);
  transform: translateX(-50%);
}

.greek-top {
  top: 28px;
  width: 26px;
}

.greek-mid {
  top: 96px;
  width: 34px;
}

.greek-bottom {
  bottom: 24px;
  width: 20px;
}

.sword-scene {
  left: 76px;
  top: 58px;
  width: 62px;
  height: 302px;
  transform: rotate(-28deg);
  transform-origin: 76% 84%;
}

.sword-blade {
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 220px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(87,163,255,0.92), rgba(23,120,255,0.22));
  clip-path: polygon(50% 0%, 100% 14%, 68% 100%, 32% 100%, 0 14%);
  box-shadow:
    0 0 22px rgba(87, 163, 255, 0.88),
    inset 0 0 10px rgba(255,255,255,0.24);
}

.sword-fuller {
  left: 50%;
  top: 20px;
  width: 2px;
  height: 172px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(87,163,255,0.3), rgba(255,255,255,0.18));
  box-shadow: 0 0 10px rgba(87,163,255,0.34);
}

.sword-crossguard {
  left: 50%;
  bottom: 54px;
  width: 72px;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(87,163,255,0.88), rgba(255,255,255,0.96), rgba(87,163,255,0.88));
  box-shadow: 0 0 14px rgba(87,163,255,0.44);
}

.sword-grip {
  left: 50%;
  bottom: 22px;
  width: 8px;
  height: 42px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg,
      rgba(87,163,255,0.18) 0 12%,
      rgba(255,255,255,0.92) 12% 20%,
      rgba(87,163,255,0.26) 20% 32%,
      rgba(255,255,255,0.92) 32% 40%,
      rgba(87,163,255,0.26) 40% 52%,
      rgba(255,255,255,0.92) 52% 60%,
      rgba(87,163,255,0.26) 60% 72%,
      rgba(255,255,255,0.92) 72% 80%,
      rgba(87,163,255,0.18) 80%);
  box-shadow: 0 0 10px rgba(87,163,255,0.3);
}

.sword-gem {
  left: 50%;
  bottom: 40px;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 14px rgba(87,163,255,0.78);
}

.sword-pommel {
  left: 50%;
  bottom: 10px;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid rgba(255,255,255,0.78);
  background: rgba(87,163,255,0.76);
  box-shadow: 0 0 14px rgba(87,163,255,0.44);
}

.clash-core {
  left: 236px;
  top: 190px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.98);
  box-shadow:
    0 0 22px rgba(255,255,255,0.98),
    0 0 40px rgba(87,163,255,0.9);
}

.clash-flash {
  left: 236px;
  top: 190px;
  width: 240px;
  height: 3px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-10deg) scaleX(0.3);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.98), rgba(87,163,255,0.94), transparent);
  box-shadow: 0 0 26px rgba(87,163,255,0.9);
}

.clash-ring {
  left: 236px;
  top: 190px;
  width: 28px;
  height: 28px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  border: 2px solid rgba(255,255,255,0.92);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(87,163,255,0.84);
}

.clash-sparks {
  inset: 0;
  opacity: 0;
}

.clash-sparks::before,
.clash-sparks::after {
  content: "";
  position: absolute;
  left: 236px;
  top: 190px;
  width: 116px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.98), rgba(87,163,255,0.88), transparent);
  box-shadow: 0 0 18px rgba(87,163,255,0.82);
  transform-origin: left center;
}

.sparks-left::before { transform: rotate(-34deg); }
.sparks-left::after { transform: rotate(-62deg); }
.sparks-right::before { transform: rotate(26deg); }
.sparks-right::after { transform: rotate(54deg); }

.game-athena.awaken .shield-scene,
.game-athena.awaken .sword-scene,
.game-athena.awaken .weapon-aura,
.game-athena.awaken .weapon-rays,
.game-athena.clang .shield-scene,
.game-athena.clang .sword-scene,
.game-athena.clang .weapon-aura,
.game-athena.clang .weapon-rays {
  animation: weaponDetailPulse 1.1s ease-in-out infinite alternate;
}

.game-athena.clang .sword-scene {
  animation:
    weaponDetailPulse 1.1s ease-in-out infinite alternate,
    swordStrikeDetailed 0.72s cubic-bezier(.2,.95,.1,1) forwards;
}

.game-athena.clang .shield-scene {
  animation:
    weaponDetailPulse 1.1s ease-in-out infinite alternate,
    shieldHitDetailed 0.72s cubic-bezier(.2,.95,.1,1) forwards;
}

.game-athena.clang .clash-core {
  animation: clashCoreBurst 0.36s ease-out 0.26s forwards;
}

.game-athena.clang .clash-flash {
  animation: clashFlashBurst 0.34s ease-out 0.24s forwards;
}

.game-athena.clang .clash-ring {
  animation: clashRingBurst 0.62s ease-out 0.24s forwards;
}

.game-athena.clang .clash-sparks {
  animation: clashSparksShow 0.42s ease-out 0.22s forwards;
}

@keyframes weaponAuraSpin {
  to { transform: rotate(360deg); }
}

@keyframes weaponDetailPulse {
  from { filter: brightness(0.94); opacity: 0.82; }
  to { filter: brightness(1.18); opacity: 1; }
}

@keyframes swordStrikeDetailed {
  0% { transform: rotate(-28deg); }
  45% { transform: rotate(38deg) translate(42px, 12px); }
  62% { transform: rotate(30deg) translate(34px, 8px); }
  100% { transform: rotate(-28deg); }
}

@keyframes shieldHitDetailed {
  0%, 100% { transform: translateX(0) scale(1); filter: brightness(1); }
  46% { transform: translateX(9px) scale(1.05); filter: brightness(1.8); }
  58% { transform: translateX(-3px) scale(1.02); filter: brightness(1.3); }
}

@keyframes clashCoreBurst {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.2); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(6.6); }
}

@keyframes clashFlashBurst {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-10deg) scaleX(0.2); }
  38% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(-10deg) scaleX(1.7); }
}

@keyframes clashRingBurst {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.22); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(7.5); }
}

@keyframes clashSparksShow {
  0% { opacity: 0; }
  30% { opacity: 1; }
  100% { opacity: 0; }
}

@media (max-width: 700px) {
  .weapon-entry {
    width: 340px;
    height: 340px;
  }

  .shield-scene {
    right: 36px;
    top: 94px;
    width: 144px;
    height: 178px;
  }

  .sword-scene {
    left: 52px;
    top: 42px;
    transform: rotate(-28deg) scale(0.88);
  }

  .clash-core,
  .clash-flash,
  .clash-ring,
  .clash-sparks::before,
  .clash-sparks::after {
    left: 198px;
    top: 168px;
  }
}


/* Header nav update v26 */
.navbar {
  width: min(980px, calc(100% - 64px));
  grid-template-columns: 160px 1fr 170px;
}

.nav-links {
  gap: 20px;
}

@media (max-width: 980px) {
  .navbar {
    width: min(900px, calc(100% - 32px));
  }
}


