body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0d0f14;
  color: #f4f4f4;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #141821;
  padding: 10px 15px;
  border-bottom: 3px solid #ef3340;
}

.logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-logo 
    height: 70px;
    width: auto;

    filter:
        drop-shadow(0 0 20px rgba(255,50,50,.45));

    transition: transform .3s ease;
}

.header-logo:hover {
    transform: scale(1.05);
}


.header-logo:hover {
    transform: scale(1.05);
}
.logo h1 {
  margin: 0;
  font-size: 30px;
}

.logo p {
  margin: 5px 0 0;
  color: #aaa;
}

nav a {
  color: white;
  text-decoration: none;
  margin-left: 24px;
  font-weight: bold;
}

nav a:hover {
  color: #ef3340;
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: linear-gradient(135deg, #171d28, #0e1118);
}

.hero::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/lcsc-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .04;
  pointer-events: none;
  z-index: 0;
}

.hero-text,
.hero-image {
  position: relative;
  z-index: 1;
}

.hero-text {
  max-width: 650px;
}

.hero h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 20px;
  color: #c7c7c7;
}

.hero-image {
  width: 500px;
}

.hero-image img {
  width: 100%;
  border-radius: 12px;
  border: 2px solid #293142;
  box-shadow: 0 0 20px rgba(239,51,64,.2);
}

.hero-box {
  background: #181e2a;
  border: 1px solid #303849;
  border-radius: 14px;
  padding: 35px;
  width: 300px;
  box-shadow: 0 0 30px rgba(239, 51, 64, 0.15);
}

.button {
  display: inline-block;
  margin-top: 20px;
  background: #ef3340;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.button:hover {
  background: #ff4a55;
}

section {
  max-width: 1100px;
  margin: auto;
  padding: 55px 40px;
}

.about,
.about-intro,
.about-founder {
  text-align: center;
}

.about p,
.about-intro p,
.about-founder p {
  max-width: 850px;
  margin: 15px auto;
  color: #c7c7c7;
  font-size: 18px;
}

.about-founder {
  background: #111722;
  border-radius: 12px;
}

.image-placeholder {
  height: 220px;
  border: 2px dashed #ef3340;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  background: #111722;
  text-align: center;
  padding: 20px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.card {
  background: #181e2a;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #293142;
}

.card.featured {
  border-color: #ef3340;
}

.card span {
  display: inline-block;
  font-size: 12px;
  color: #ddd;
  background: #303849;
  padding: 5px 8px;
  border-radius: 4px;
}

.card p,
.dev-log p {
  color: #c7c7c7;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.dev-log {
  background: #181e2a;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #ef3340;
  border-radius: 8px;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.status-card {
  background: #181e2a;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #293142;
}

.status-card h3 {
  margin-top: 0;
}

.status-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.status-card li {
  padding: 8px 0;
  color: #d5d5d5;
  border-bottom: 1px solid #293142;
}

.status-card li:last-child {
  border-bottom: none;
}

.video-container {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #293142;
  box-shadow: 0 0 25px rgba(0,0,0,.35);
}

footer {
  text-align: center;
  background: #090b0f;
  color: #888;
  padding: 25px;
}

.footer-logo {
  height: 90px;
  width: auto;
  margin-bottom: 15px;
}

/* =========================
   BOETHOS SPLASH SCREEN
   ========================= */

#splash-screen {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(130,255,0,.12), transparent 35%),
    radial-gradient(circle at center, rgba(130,255,0,.08), transparent 60%),
    #020402;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition:
    opacity 2.5s ease-in-out,
    visibility 2.5s ease-in-out;
}

.splash-content {
  text-align: center;
}

.splash-content img {
  width: 1200px;
  max-width: 88vw;
  border-radius: 30px;
  filter:
    drop-shadow(0 0 25px rgba(130,255,0,.40))
    drop-shadow(0 0 80px rgba(130,255,0,.25))
    drop-shadow(0 0 140px rgba(130,255,0,.15));
  animation: boethosReveal 2.5s ease-in-out;
}

.splash-content h1,
.splash-content p {
  display: none;
}

.hide-splash {
  opacity: 0;
  visibility: hidden;
}

@keyframes boethosReveal {
  0% {
    opacity: 0;
    transform: scale(.82);
    filter:
      blur(10px)
      drop-shadow(0 0 10px rgba(130,255,0,.15));
  }

  45% {
    opacity: .8;
    transform: scale(.96);
    filter:
      blur(2px)
      drop-shadow(0 0 35px rgba(130,255,0,.35));
  }

  75% {
    opacity: 1;
    transform: scale(1.04);
    filter:
      blur(0)
      drop-shadow(0 0 65px rgba(130,255,0,.60))
      drop-shadow(0 0 130px rgba(130,255,0,.30));
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter:
      blur(0)
      drop-shadow(0 0 35px rgba(130,255,0,.45))
      drop-shadow(0 0 90px rgba(130,255,0,.25));
  }
}

/* ===========================
   BOETHOS TRANSITION
   =========================== */

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(
      circle,
      rgba(140,255,0,.35),
      rgba(140,255,0,.10),
      transparent 70%
    );
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
  z-index: 9998;
}

body.boethos-transition::after {
  opacity: 1;
}

body.boethos-transition {
  animation: boethosFlash .9s ease;
}

@keyframes boethosFlash {
  0% {
    filter: brightness(1);
  }

  40% {
    filter:
      brightness(1.25)
      saturate(1.4);
  }

  100% {
    filter: brightness(1);
  }
}

/* ===========================
   BOETHOS PAGE STYLE
   =========================== */

.boethos-page .hero {
  background: linear-gradient(135deg, #111a11, #081108);
}

.boethos-page .button {
  background: #74ff4d;
  color: #000;
}

.boethos-page .button:hover {
  background: #95ff79;
}

/* Hero Improvements */

.hero h2 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.button.secondary {
    background: transparent;
    border: 1px solid #ff3b4d;
    color: white;
}

/* Social Sidebar */

.social-sidebar {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  flex-direction: column;
  gap: 12px;

  z-index: 1000;
}

/* Social Sidebar */

.social-sidebar {
  position: fixed;
  left: 20px;
  top: 190px;

  display: flex;
  flex-direction: column;
  gap: 12px;

  z-index: 1000;
}

.social-sidebar a {
  width: 150px;

  display: flex;
  align-items: center;
  gap: 8px;

  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;

  background: #121826;
  border: 1px solid #ef3340;
  border-radius: 8px;

  padding: 10px 12px;

  box-shadow: 0 0 15px rgba(0,0,0,.35);

  transition: .2s ease;
}

.social-sidebar a:hover {
  background: #ef3340;
  transform: translateX(5px);
}

.social-sidebar span {
  width: 22px;
  text-align: center;
}

@media (max-width: 1200px) {
  .social-sidebar {
    display: none;
  }
}


.button.secondary:hover {
    background: #ff3b4d;
}

.hero-image img {
    width: 100%;
    max-width: 550px;
}

/* Force header logo size on all pages */

header .header-logo {
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  max-height: 70px !important;
  object-fit: contain !important;
}