.purr_statement_section {
  --color-accent: #111111;
  --color--pink: #111111;
  --color-surface: #111111;
  box-sizing: border-box;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  padding-top: clamp(5.5rem, 8vw, 8.5rem);
  padding-bottom: clamp(8rem, 12vw, 14rem);
  color: #111111;
  background: #a2f404 !important;
  scroll-margin-top: 2rem;
}

.purr_statement_intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(24rem, 0.8fr);
  align-items: stretch;
  gap: clamp(3rem, 5vw, 6rem);
}

.purr_statement_section .statement,
.purr_statement_section .statement span {
  color: #111111 !important;
}

.purr_statement_title {
  max-width: none;
  font-size: clamp(3.5rem, 5.1vw, 6.5rem);
  line-height: 1.02;
  letter-spacing: 0.015em;
  word-spacing: 0.1em;
  text-transform: none !important;
  text-align: left;
}

.purr_statement_title > span {
  white-space: nowrap;
}

.purr_statement_description_wrap {
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 38rem;
}

.purr_statement_description {
  display: flex;
  align-items: center;
  width: 100%;
  color: #111111;
  font-size: clamp(1rem, 1.2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: -0.012em;
  text-align: justify;
  text-align-last: right;
}

.purr_lore_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: clamp(1.25rem, 2vw, 1.75rem);
}

.purr_meow_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.purr_meow_button,
.purr_lore_source_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1.5px solid #111111;
  border-radius: 999px;
  color: #111111 !important;
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.purr_meow_button:hover,
.purr_meow_button.is-playing,
.purr_lore_source_link:hover {
  color: #ffffff !important;
  background: #111111;
  transform: translateY(-2px);
}

.purr_meow_button:focus-visible,
.purr_lore_source_link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.purr_lore_source_link {
  margin-left: auto;
}

.purr_lore_actions audio {
  display: none;
}

.purr_contract_address {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 0.75rem;
  margin-top: 0.15rem;
  padding: 0.85rem 1rem;
  border: 1.5px solid #111111;
  border-radius: 0.8rem;
  color: #111111;
  background: rgba(255, 255, 255, 0.2);
}

.purr_contract_label {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.purr_contract_address code {
  min-width: 0;
  overflow-wrap: anywhere;
  font: 600 clamp(0.72rem, 0.85vw, 0.9rem)/1.35 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.purr_statement_decoder {
  position: relative;
  width: 100%;
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.purr_statement_section .purr_decoder_mount {
  width: min(1200px, 100%);
}

.purr_statement_section .purr_decoder_window {
  border-color: rgba(17, 17, 17, 0.42);
  box-shadow: 0 2rem 5rem rgba(42, 72, 0, 0.2);
}

@media (max-width: 767px) {
  .purr_statement_section {
    padding-top: clamp(7.5rem, 30vw, 8.5rem);
    padding-bottom: clamp(7rem, 26vw, 10rem);
  }

  .purr_statement_intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.5rem;
  }

  .purr_statement_title {
    max-width: none;
    font-size: clamp(1.8rem, 8.3vw, 2.8rem);
    line-height: 1.04;
    letter-spacing: 0.01em;
    word-spacing: 0.12em;
  }

  .purr_statement_description_wrap {
    justify-self: stretch;
    max-width: 22rem;
    margin-left: auto;
  }

  .purr_statement_description {
    display: block;
    font-size: clamp(0.95rem, 4vw, 1.15rem);
    line-height: 1.5;
    text-align-last: left;
  }

  .purr_lore_actions {
    align-items: flex-start;
  }

  .purr_lore_source_link {
    margin-left: 0;
  }

  .purr_statement_decoder {
    margin-top: 4rem;
  }
}
