 * Unifying tree container styling */
tree-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100vh;
    overflow: visible;
    z-index: 1;
}
:root {
    --scale-factor: 1;
}
html, body {
    height: 100%;
    overflow: visible;
}
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #0f0f0f;
    color: #ffffff;
    width: 100vw;
    overflow-x: hidden;
}


.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(4px, 1vh, 16px) clamp(4px, 2vw, 16px);
  min-height: 100vh;
  position: relative;
  background: linear-gradient(to bottom, #3b0000, #8b0000);
  overflow: visible;
  z-index: 0;
  width: 100vw;
}

.hero-wrapper {
    position: relative;
    min-height: 130vh;
    overflow: visible;
    margin-bottom: clamp(48px, 12vh, 160px);
    width: 100vw;
    margin-left: -4vw;
    transform: scale(1.12);
    transform-origin: top;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 2vh, 24px) clamp(8px, 2vw, 24px);
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  gap: clamp(8px, 2vh, 16px);
  margin-top: clamp(20px, 4vh, 60px);
  margin-bottom: clamp(20px, 4vh, 60px);
  transform: translateY(clamp(20px, 4vh, 80px));
}

.hero h1 {
    font-size: clamp(1.1rem, 3.2vw, 2.6rem);
    margin-bottom: 12px;
}



.timeline {
    background-color: #0d0d0d;
    padding: 0 clamp(10px, 5vw, 20px);
    text-align: center;
}

.whitepaper-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.timeline ul {
    list-style-type: none;
    padding: 0;
}

.timeline li {
    margin: 20px 0;
    font-size: 1.2rem;
}

footer {
    text-align: center;
    padding: 30px;
    background-color: #111;
    font-size: 0.9rem;
}

.navbar {
    background-color: #000000;
    padding: 4px 0;
    text-align: center;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    display: inline;
    margin: 0 20px;
}

.navbar ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.hero-inner {
  padding-top: clamp(10px, 2vh, 40px);
  padding-bottom: clamp(8px, 2vh, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.flight-call {
    position: relative;
    text-align: center;
}
 main {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 clamp(10px, 5vw, 20px);
    transform: scale(0.98);
    transform-origin: top center;
}
/* Shield status float styling removed */
/* Lore section font family */
.lore {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    position: relative;
    z-index: 3;
}


/* Tokenomics section styling */
.tokenomics {
    background-color: #0d0d0d;
    padding: 80px 20px 60px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #222;
}

.tokenomics h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #ff5555;
    letter-spacing: 1px;
}

.tokenomics ul {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
}

.tokenomics li {
    margin-bottom: 14px;
    color: #ccc;
}

/* Shield Emblem Block Styles */
.shield-emblem-block {
    background-color: #0d0d0d;
    padding: 60px 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #222;
}

.shield-emblem-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(to right, #111, #1a1a1a);
    border: 2px solid #cc0000;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 0 12px rgba(204, 0, 0, 0.4);
    text-align: center;
}

.shield-icon {
    font-size: 3rem;
}

.shield-info h3 {
    margin: 0 0 8px;
    color: lightgreen;
    font-size: 1.4rem;
}

.shield-info p {
    margin: 4px 0;
    color: #ccc;
    font-size: 1rem;
}
.shield-mechanics {
    background-color: #0d0d0d;
    padding: 80px 20px 60px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #222;
}

.shield-mechanics h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #ff5555;
    letter-spacing: 1px;
}

.shield-mechanics p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.shield-mechanics ul {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
    color: #ccc;
}

.shield-mechanics li {
    margin-bottom: 14px;
}
.wingbeat-flow {
    background-color: #0d0d0d;
    padding: 80px 20px 60px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #222;
}

.wingbeat-flow h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #ff5555;
    letter-spacing: 1px;
}

.wingbeat-flow p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.wingbeat-flow ul {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
    color: #ccc;
}

.wingbeat-flow li {
    margin-bottom: 14px;
}
.join-the-fight {
    background-color: #0d0d0d;
    padding: 0 clamp(10px, 5vw, 20px);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #222;
}

.join-the-fight h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #ff5555;
    letter-spacing: 1px;
}

.join-the-fight p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.join-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-button {
    font-size: clamp(0.8rem, 2.5vw, 1rem);
    padding: clamp(8px, 2vw, 12px) clamp(12px, 4vw, 24px);
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease;
}

.social-button.telegram {
    background-color: #229ED9;
}

.social-button.twitter {
    background-color: #1DA1F2;
}

.social-button:hover {
    opacity: 0.8;
}

/* Left root image positioning */
/* Left root image positioning */
/* Left root image positioning */
.shield-info {
    text-align: center;
}

.color-picker-container {
    text-align: center;
    margin: 40px auto;
}

.color-picker-container label {
    font-size: 1rem;
    color: #590404;
    margin-right: 8px;
}

.color-picker-container input[type="color"] {
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    padding: 0;
}
.left-shoot-pulse,
.right-shoot-pulse {
    position: fixed;
    width: 3px;
    height: 40px;
    background: #ff3333;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    animation: shootUp 3s linear infinite;
}

.left-shoot-pulse {
    left: 5.7%;
    bottom: 0;
}

.right-shoot-pulse {
    right: 6.5%;
    bottom: 0;
    animation-delay: 1.5s;
}

@keyframes shootUp {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.5;
    }
    20% {
        transform: translateY(-20vh) translateX(-2px);
    }
    40% {
        transform: translateY(-40vh) translateX(2px);
    }
    60% {
        transform: translateY(-60vh) translateX(-3px);
    }
    80% {
        transform: translateY(-80vh) translateX(3px);
    }
    100% {
        transform: translateY(-100vh) translateX(0px);
        opacity: 0;
    }
}


.left-shoot-pulse-A,
.left-shoot-pulse-B,
.right-shoot-pulse-A,
.right-shoot-pulse-B {
    position: fixed;
    width: 2px;
    height: 40px;
    background: #ff3333;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.left-shoot-pulse-A {
    left: 6.3%;
    bottom: 0;
    animation: shootUpA 3s linear infinite;
}

.left-shoot-pulse-B {
    left: 6.3%;
    bottom: 0;
    animation: shootUpB 3s linear infinite;
    animation-delay: 1.5s;
}

.right-shoot-pulse-A {
    right: 7%;
    bottom: 0;
    animation: shootUpA 3s linear infinite;
}

.right-shoot-pulse-B {
    right: 7%;
    bottom: 0;
    animation: shootUpB 3s linear infinite;
    animation-delay: 1.5s;
}

@keyframes shootUpA {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.5;
    }
    25% {
        transform: translateY(-25vh) translateX(-1px);
    }
    50% {
        transform: translateY(-50vh) translateX(1px);
    }
    75% {
        transform: translateY(-75vh) translateX(-2px);
    }
    100% {
        transform: translateY(-100vh) translateX(0px);
        opacity: 0;
    }
}

@keyframes shootUpB {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.5;
    }
    25% {
        transform: translateY(-25vh) translateX(2px);
    }
    50% {
        transform: translateY(-50vh) translateX(-2px);
    }
    75% {
        transform: translateY(-75vh) translateX(3px);
    }
    100% {
        transform: translateY(-100vh) translateX(1px);
        opacity: 0;
    }
}

/* Debug class for root visibility in DevTools */
.left-root.dev-visible,
.right-root.dev-visible {
  outline: 2px dashed lime;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 9999 !important;
  pointer-events: auto !important;
}

.left-root.dev-visible::before,
.right-root.dev-visible::before {
  content: '🌱 ROOT';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: lime;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 6px;
  z-index: 10000;
}
