.about {
    background-color: #0c0b0b;
    display: grid;
    justify-items: center;
    align-items: start;
    width: 100vw;
    min-height: 100vh;
  }
  
  .about .frame-wrapper {
    background-color: #0c0b0b;
    width: 1475px;
    height: 2144px;
  }
  
  .about .frame {
    position: relative;
    height: 2144px;
    background-color: #0c0b0b;
  }
  
  .about .image {
    position: absolute;
    width: 1219px;
    height: 635px;
    top: 1417px;
    left: 143px;
    border: 20px solid;
    border-color: #640e0e;
    background: linear-gradient(
      0deg,
      rgba(247, 247, 247, 1) 0%,
      rgba(247, 247, 247, 1) 100%
    );
  }
  
  .about .overlap {
    position: absolute;
    width: 1320px;
    height: 600px;
    top: 37px;
    left: 0;
  }
  
  .about .img {
    position: absolute;
    width: 447px;
    height: 413px;
    top: 124px;
    left: 0;
    aspect-ratio: 1.08;
    object-fit: cover;
  }
  
  .about .frame-2 {
    position: absolute;
    width: 454px;
    height: 591px;
    top: 9px;
    left: 866px;
    aspect-ratio: 0.77;
    object-fit: cover;
  }
  
  .about .text-wrapper {
    position: absolute;
    width: 580px;
    top: 0;
    left: 432px;
    font-family: "Irish Grover", cursive;
    font-weight: 400;
    color: #ffffff;
    font-size: 64px;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .about .element-for-james-howells {
    position: absolute;
    width: 599px;
    height: 278px;
    top: 1045px;
    left: 329px;
    font-family: "Irish Grover", cursive;
    font-weight: 400;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .about .div {
    position: absolute;
    width: 1200px;
    height: auto;
    min-height: 80px;
    top: 805px;
    left: 81px;
    font-family: "Irish Grover", cursive;
    font-weight: 400;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    padding: 10px;
}

.about .token-label {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffd700;
}

.about .token-value {
    font-size: 24px;
    font-family: 'Courier New', monospace;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #ffd700;
    word-break: break-all;
    line-height: 1.4;
    max-width: 100%;
    overflow-wrap: break-word;
}
  
  .about .tax-allocation {
    position: absolute;
    width: 548px;
    height: 80px;
    top: 950px;
    left: 545px;
    font-family: "Irish Grover", cursive;
    font-weight: 400;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .about .overlap-group {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 1066px;
    left: 1050px;
  }
  
  .about .ellipse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
  }
  
  .about .token-short {
    display: none;
    font-size: 20px;
    font-family: 'Courier New', monospace;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ffd700;
    margin-top: 10px;
    word-break: break-all;
    line-height: 1.3;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .about .div {
    width: 90%;
    left: 5%;
    font-size: 28px;
  }
  
  .about .token-label {
    font-size: 32px;
  }
  
  .about .token-value {
    font-size: 20px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .about .div {
    width: 95%;
    left: 2.5%;
    font-size: 24px;
    top: 750px;
  }
  
  .about .token-label {
    font-size: 28px;
  }
  
  .about .token-value {
    font-size: 18px;
    padding: 8px;
  }
  
  .about .tax-allocation {
    top: 900px;
    font-size: 36px;
  }
  
  .about .overlap-group {
    top: 1000px;
  }

  /* 在小屏幕上显示简化版本 */
  .about .token-value {
    display: none;
  }
  
  .about .token-short {
    display: block;
  }
}
  