* {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(-45deg, #000000, #3a005f, #1a002b, #0f0f3a);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  font-family: 'Orbitron', sans-serif;
  color: white;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

/* Animate gradient background */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Center container */
.squid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}

/* Logo + quote centered */
.logo-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Logo image */
.squid-logo-img {
  height: 30vh;              /* 80% of screen height */
  max-height: 35vh;
  width: auto;
  max-width: 90vw;
  object-fit: contain;
}



/* Silver glow only */
.silver-glow {
  filter: drop-shadow(0 0 14px rgba(220, 220, 220, 1));
}

/* Quote under logo */
.quote {
  margin-top: 20px;
  font-size: 5rem;
  color: #ddd;
}

/* Orbiting shapes */
.shape {
  position: absolute;
  font-size: 48px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.shape1 {
  animation: fly1 6s infinite ease-in-out alternate;
  top: -20px;
  left: 80px;
}

.shape2 {
  animation: fly2 7s infinite ease-in-out alternate;
  bottom: 10px;
  left: 20px;
}

.shape3 {
  animation: fly3 5s infinite ease-in-out alternate;
  top: 60px;
  right: 40px;
}

@keyframes fly1 {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(20px, -30px) rotate(30deg); }
  100% { transform: translate(-10px, 10px) rotate(-15deg); }
}

@keyframes fly2 {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-30px, 20px) rotate(20deg); }
  100% { transform: translate(20px, -10px) rotate(-10deg); }
}

@keyframes fly3 {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, 25px) rotate(40deg); }
  100% { transform: translate(-20px, -5px) rotate(-20deg); }
}

.squid-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;       /* Align to bottom */
  height: 100vh;
  padding-right: 60px;
  position: relative;
  z-index: 1;
}

.image-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;       /* Also align bottom here */
  height: 100%;
}

.character-img {
  height: 100vh;               /* Full viewport height */
  width: auto;
  max-width: 90vw;
  object-fit: contain;
  image-rendering: crisp-edges;
}

/* Silver glow */
.silver-glow {
  filter: drop-shadow(0 0 14px rgba(220, 220, 220, 0.6));
}

.top-symbols-vertical {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  z-index: 999;
  pointer-events: none;
  line-height: 1;
}

.symbol {
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  color: #ff005d;
  text-shadow:
    0 0 8px #ff005d,
    0 0 16px #ff005d88;
  font-size: 50px;
  line-height: 1;
  margin: -4px 0; /* force overlap slightly to remove any extra visual gap */
}

/* Individual visual balancing */
.shape-triangle {
  transform: scaleY(0.78); /* make triangle shorter */
}

.shape-circle {
  transform: scaleY(1); /* keep default */
}

.shape-square {
  transform: scaleY(1.05); /* square sometimes looks short, stretch a bit */
}

/* Container for left-side logo + animation */
.left-logo-container {
  position: fixed;
  top: 70px;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column; /* ✨ Stack logo and quote vertically */
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 10;
}

/* Big logo image */
.squid-logo-img {
  height: 90vh;
  width: auto;
  object-fit: contain;
  z-index: 2;
  display: block;
  filter: drop-shadow(0 0 6px rgba(220, 220, 220, 0.3));
  margin-left: 15%;
  padding: 0 !important;
  border: none;
}


.squid-quote {
  font-family: 'Orbitron', sans-serif;      /* ✅ Fixed syntax: quotes and spelling */
  font-size: 22px;                        /* ✅ Big, dramatic font size */
  color: #e0e0e0;
  margin-left: 2%;
  padding-top: 0;
  max-width: 800px;
  line-height: 2.5;
  opacity: 0.9;
  text-shadow: 0 0 2px #000, 0 0 10px #ff005d88;
  padding-left: 10px;
  text-align: left;
  margin-top: 80px;
}

.bottom-left-quote {
  position: fixed;
  bottom: 190px; /* Positioned above the coffin image */
  left: 80px;
  font-family: 'Orbitron', sans-serif;
  font-size: 24px;
  color: #ff005d;
  line-height: 1.6;
  max-width: 620px;
  opacity: 0.9;
  text-shadow: 0 0 4px #000, 0 0 10px #ff005d88;
  z-index: 21;
  text-align: left;
  pointer-events: none; /* So it doesn't interfere with clicks */
}




/* Floating animated symbols */
.floating-symbol {
  position: absolute;
  font-size: 100px;
  color: #ff005d;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  opacity: 0.7;
  text-shadow: 0 0 10px #ff005d, 0 0 20px #ff005d88;
  z-index: 1;
  pointer-events: none;
}

/* Individual floating animations */
.symbol-one {
  top: 0%;
  left: 5%;
  animation: float1 6s ease-in-out infinite;
}

.symbol-two {
  top: 30%;
  left: 15%;
  animation: float2 7s ease-in-out infinite;
}

.symbol-three {
  top: 55%;
  left: 12%;
  animation: float3 5.5s ease-in-out infinite;
}

/* Floating keyframes */
@keyframes float1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes float2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(-5deg); }
}

@keyframes float3 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-25px) rotate(8deg); }
}

.coffin-img {
  position: fixed;
  bottom: 160px;
  left: 0;
  width: 170px;        /* Adjust size as needed */
  height: auto;
  z-index: 20;
  opacity: 1.2;
  filter: drop-shadow(0 0 6px rgba(169, 131, 145, 0.3)); /* Optional glow */
  pointer-events: none; /* So it doesn't interfere with mouse clicks */
  animation: fadeInOut 4s ease-in-out infinite;
}
@keyframes fadeInOut {
  0%, 100% { opacity: 0; }
  50% { opacity: 0.9; }
}  
.about-button {
  position: absolute;
  top: 50px;
  left: 60%;
  transform: translateX(-50%) scale(1);
  transform-origin: center;
  padding: 10px 20px;
  font-size: 18px;
  font-family: 'Orbitron', sans-serif;
  background-color: transparent;
  border: 2px solid #ff005d;
  color: #ff005d;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 2px #ff005d;
  z-index: 999;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.about-button:hover {
  transform: translateX(-50%) scale(1.05); /* Combined: stays centered and zooms out */
  box-shadow: 0 0 15px rgb(99, 44, 53);
}


.corner-buttons {
  position: fixed;
  bottom: 50px;
  left: 90px;
  display: flex;
  gap: 40px;
  z-index: 50;
}

.corner-button {
  text-decoration: none;
  padding: 10px 20px;
  background-color: transparent; /* same as page background */
  color: #ff005d; /* text color */
  border: 2px solid #ff005d;
  border-radius: 8px;
  box-shadow: 0 0 2px #ff005d;
  font-size: 16px;
  font-family: 'Orbitron', sans-serif;
  transition: transform 0.2s, box-shadow 0.3s,background-color 0.3s;
}

.corner-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgb(99, 44, 53);
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.home-button {
  background-color: transparent;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  font-family: 'Orbitron', sans-serif;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.home-button:hover {
  background-color: #c43e76;
  transform: scale(1.05);
}
