@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Garamond Std Book Narrow;
  src: url('../fonts/ITC-Garamond-Std-Book-Narrow.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Garamond Book Condensed;
  src: url('../fonts/ITC-Garamond-Book-Condensed-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.body {
  background-color: #000;
}

.section_hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero_logo {
  height: 41%;
  position: relative;
}

.background_video {
  opacity: .57;
  filter: blur(13px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_bg {
  width: 100%;
  height: 100%;
}

.vignette {
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/hero_vignette.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_trump {
  mix-blend-mode: screen;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_elon {
  mix-blend-mode: screen;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_flag_right {
  opacity: .7;
  mix-blend-mode: screen;
  height: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_flag_left {
  opacity: .7;
  mix-blend-mode: screen;
  height: 30%;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero_images {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_about {
  background-image: linear-gradient(45deg, #2c0000, #0000 47%), linear-gradient(135deg, #000 42%, #000724);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px;
  display: flex;
  position: relative;
}

.separator_line {
  background-image: linear-gradient(90deg, #000, #bebebe 50%, #000);
  width: 100%;
  height: 1px;
}

.scroll {
  background-color: #0000;
  background-image: url('../images/scroll_down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  border: 1.5px solid #2c2c2c;
  border-radius: 100px;
  width: 100px;
  height: 40px;
  margin: 50px;
  position: absolute;
  inset: auto auto 0%;
}

.scroll:hover {
  border-color: #999;
}

.section_header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu_link {
  background-color: #0000;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.menu_link:hover {
  color: #acff90;
  -webkit-text-stroke-color: #acff90;
}

.block_header_right {
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  margin: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.button_buy {
  background-color: #0000;
  margin-left: 0;
  margin-right: 30px;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}

.button_buy:hover {
  color: #acff90;
}

.button_x {
  background-color: #fff;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.button_x:hover {
  background-color: #acff90;
}

.button_dex {
  background-color: #fff;
  background-image: url('../images/dex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.button_dex:hover {
  background-color: #acff90;
}

.block_hero_left {
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.image {
  height: 30px;
}

.block_about {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1650px;
  height: auto;
  padding-top: 0;
  display: flex;
}

.block_title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.title_top {
  color: #fff;
  font-family: Cormorantgaramond, Verdana, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

.title_bottom {
  color: #8eff68;
  margin-top: 5px;
  font-family: Itc Garamond Std Book Narrow, Verdana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 65px;
}

.block_listings_title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.para1 {
  color: #818181;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.section_partners {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.block_partners {
  border: 1px solid #1f1f1f;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 75px;
  display: flex;
}

.square_partners {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 400px;
  display: flex;
}

.line {
  background-color: #1f1f1f;
  flex: 0 auto;
  width: 1px;
  height: 100%;
}

.line_horizontal {
  background-color: #383838;
  background-image: linear-gradient(90deg, #000, #7c7c7c 50%, #000);
  width: 100%;
  height: 1px;
}

.red {
  color: #8eff68;
}

.partner_logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.icon {
  height: 20%;
}

.okx {
  height: 15%;
}

.gate {
  height: 18%;
}

.dextools {
  height: 25%;
}

.bitmart, .dexscreener, .uniswap, .cmc, .cg {
  height: 20%;
}

.block_coin {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.coin {
  mix-blend-mode: lighten;
  height: 500px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-3 {
  opacity: .67;
  filter: blur(6px);
  mix-blend-mode: screen;
  height: 600px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.block_title2 {
  margin-top: 150px;
  display: flex;
}

.title2 {
  color: #fff;
  text-align: center;
  font-family: Itc Garamond Book Condensed, Verdana, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.title3 {
  color: #8eff68;
  text-align: center;
  margin-left: 15px;
  font-family: Itc Garamond Std Book Narrow, Verdana, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
}

.block_para_center {
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-top: 30px;
  display: flex;
}

.para2 {
  color: #727481;
  text-align: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.white {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero_logo {
    height: 450px;
  }

  .hero_trump, .hero_elon {
    height: 650px;
  }

  .block_header_center {
    display: none;
  }

  .block_title {
    justify-content: center;
    align-items: center;
  }

  .block_listings_title {
    flex-flow: column;
    justify-content: center;
  }

  .para1 {
    text-align: center;
  }

  .block_coin {
    margin-top: 100px;
  }

  .coin {
    height: 450px;
  }

  .block_title2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .hero_logo {
    height: 400px;
  }

  .hero_trump, .hero_elon {
    display: none;
  }

  .hero_flag_right {
    width: 100%;
    height: auto;
  }

  .hero_flag_left {
    display: none;
  }

  .section_about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_about {
    position: relative;
  }

  .block_coin {
    width: 90%;
  }

  .coin {
    height: auto;
  }

  .block_title2 {
    position: relative;
  }

  .block_para_center {
    width: 90%;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .hero_logo {
    height: 350px;
  }

  .section_header {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block_header_right, .block_hero_left {
    width: auto;
  }
}


@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Garamond Std Book Narrow';
  src: url('../fonts/ITC-Garamond-Std-Book-Narrow.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Garamond Book Condensed';
  src: url('../fonts/ITC-Garamond-Book-Condensed-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ============================================
   WAR ROOM  (matches site: dark gradient, serif titles,
   reuses .block_partners / .square_partners / .line panel)
   ============================================ */

.section_warroom {
  background-image: linear-gradient(135deg, #2c0000, #0000 47%), linear-gradient(45deg, #000 42%, #000724);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.warroom_flag {
  inset: auto 0% 0% auto;
  transform: scaleX(-1);
}

.warroom_title {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: relative;
}

.warroom_para {
  position: relative;
}

.warroom_console {
  z-index: 1;
  height: auto;
  align-items: stretch;
  margin-top: 60px;
  position: relative;
}

.warroom_cell {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  gap: 16px;
  padding: 55px 45px;
}

.warroom_console .line {
  height: auto;
  align-self: stretch;
}

.warroom_card_head {
  color: #8eff68;
  align-items: center;
  gap: 9px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
}

.warroom_dot {
  background-color: #8eff68;
  box-shadow: 0 0 7px 1px rgba(142, 255, 104, .55);
  border-radius: 100%;
  width: 7px;
  height: 7px;
  animation: warroom_pulse 1.8s ease-in-out infinite;
}

@keyframes warroom_pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.warroom_card_value {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 26px;
}

/* ============================================
   PALANTIR  (uses same title_top / title_bottom pattern
   as the About "Backed By" block for consistency)
   ============================================ */

.section_palantir {
  background-image: linear-gradient(45deg, #2c0000, #0000 55%), linear-gradient(135deg, #000 50%, #000724);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 110px 100px;
  display: flex;
  position: relative;
}

.section_palantir .block_about {
  align-items: center;
  text-align: center;
}

.palantir_title_block {
  justify-content: center;
  align-items: center;
}

.palantir_title_block .title_top,
.palantir_title_block .title_bottom {
  text-align: center;
}

.palantir_para {
  max-width: 720px;
}

.palantir_para .para2 {
  text-align: center;
}

.palantir_capabilities {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  gap: 22px;
  width: 100%;
  margin-top: 65px;
  display: grid;
}

.palantir_cap {
  background-color: rgba(255, 255, 255, .015);
  border: 1px solid #1f1f1f;
  border-radius: 16px;
  padding: 40px 34px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.palantir_cap:before {
  content: "";
  background-image: linear-gradient(#8eff68, #0000);
  opacity: .6;
  width: 1px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 34px;
}

.palantir_cap_num {
  color: #8eff68;
  margin-bottom: 26px;
  font-family: Itc Garamond Std Book Narrow, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.palantir_cap_head {
  color: #fff;
  margin-bottom: 14px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.palantir_cap_body {
  color: #818181;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.palantir_logo_bar {
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 900px;
  margin-top: 75px;
  display: flex;
}

.palantir_logo_line {
  background-image: linear-gradient(90deg, #0000, #383838);
  flex: 1;
  height: 1px;
}

.palantir_logo_bar .palantir_logo_line:last-child {
  background-image: linear-gradient(90deg, #383838, #0000);
}

.palantir_logo {
  height: 40px;
  width: auto;
  opacity: .9;
  flex: none;
}

/* ============================================
   CLASSIFIED ARCHIVE / GALLERY
   ============================================ */

.section_gallery {
  background-image: linear-gradient(135deg, #2c0000, #0000 45%), linear-gradient(45deg, #000 45%, #000724);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.gallery_title {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.gallery_grid {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  gap: 22px;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.gallery_tile {
  background-color: #0b0b0b;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #1f1f1f;
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  aspect-ratio: 4 / 3;
  padding: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: border-color .25s;
}

.gallery_tile:before {
  content: "";
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .02) 0px, rgba(255, 255, 255, .02) 2px, #0000 2px, #0000 11px), linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .82));
  position: absolute;
  inset: 0%;
}

.gallery_tile:hover {
  border-color: #8eff68;
}

.gallery_tile_top,
.gallery_tile_footer {
  z-index: 1;
  position: relative;
}

.gallery_tile_top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gallery_file_id {
  color: #9a9a9a;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.gallery_stamp {
  color: #8eff68;
  border: 1px solid rgba(142, 255, 104, .45);
  border-radius: 3px;
  padding: 2px 8px;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
}

.gallery_tile_footer {
  color: #bdbdbd;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---- responsive for new sections ---- */

@media screen and (max-width: 991px) {
  .warroom_console {
    flex-flow: column;
    height: auto;
  }

  .warroom_cell {
    align-items: center;
    width: 100%;
    height: auto;
    padding: 35px 20px;
    text-align: center;
  }

  .warroom_console .line {
    width: 100%;
    height: 1px;
  }

  .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .palantir_capabilities {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section_warroom,
  .section_palantir,
  .section_gallery,
  .section_join {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery_grid {
    grid-template-columns: 1fr;
  }

  .join_actions {
    flex-flow: column;
  }

  .button_enlist {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section_warroom,
  .section_palantir,
  .section_gallery,
  .section_join {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* ============================================
   JOIN THE OFFENSIVE  (final CTA)
   ============================================ */

.section_join {
  background-image: linear-gradient(45deg, #2c0000, #0000 50%), linear-gradient(135deg, #000 45%, #000724);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.join_flag {
  inset: auto auto 0% 50%;
  transform: translateX(-50%);
}

.section_join .block_about {
  z-index: 1;
  align-items: center;
  position: relative;
}

.join_title {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.join_para {
  max-width: 620px;
}

.join_para .para2 {
  text-align: center;
}

.join_actions {
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 45px;
  display: flex;
}

.button_enlist {
  color: #000;
  letter-spacing: 1px;
  background-color: #8eff68;
  border-radius: 100px;
  padding: 16px 42px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: box-shadow .25s, transform .25s;
}

.button_enlist:hover {
  box-shadow: 0 0 28px rgba(142, 255, 104, .5);
  transform: translateY(-2px);
}

.join_social {
  margin-right: 0;
}

.join_ca {
  color: #727481;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.join_ca_val {
  color: #8eff68;
}
