/* ─── Section 3: Official Community Links ─── */
.community {
  text-align: center;
}

.community__warning {
  color: var(--accent);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: var(--gap-lg);
  text-shadow: 0 0 15px rgba(240, 160, 48, 0.2);
  letter-spacing: 0.02em;
}

.community__discord-note {
  color: var(--accent-secondary);
  font-family: var(--font-body);
  font-size: 1.05rem;
  margin-top: var(--gap-sm);
  font-style: italic;
  font-weight: 400;
}

/* ─── X Profile Card ─── */
.x-profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin: var(--gap-xl) auto 0;
  padding: 36px 32px;
  background: linear-gradient(145deg, rgba(18, 9, 0, 0.85) 0%, rgba(42, 21, 5, 0.5) 100%);
  border: 1px solid rgba(240, 160, 48, 0.15);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: all var(--transition-med);
  position: relative;
  overflow: hidden;
}

.x-profile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240, 160, 48, 0.4), transparent);
}

.x-profile-card:hover {
  border-color: rgba(240, 160, 48, 0.35);
  box-shadow: 0 0 40px rgba(240, 160, 48, 0.15);
  transform: translateY(-4px);
}

.x-profile-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-primary);
  margin-bottom: var(--gap-lg);
  width: 100%;
}

.x-profile-card__handle {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--accent-secondary);
  font-weight: 400;
}

.x-profile-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(240, 160, 48, 0.3);
  margin-bottom: var(--gap-md);
  box-shadow: 0 0 20px rgba(240, 160, 48, 0.2);
}

.x-profile-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.x-profile-card__name {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 4px;
  text-shadow: 0 0 20px rgba(240, 160, 48, 0.2);
}

.x-profile-card__bio {
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 1rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: var(--gap-lg);
  max-width: 350px;
}

.x-profile-card__cta {
  width: 100%;
  display: flex;
  justify-content: center;
}

.x-profile-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: #fff;
  color: #000;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all var(--transition-fast);
}

.x-profile-card:hover .x-profile-card__btn {
  background: var(--accent);
  color: var(--bg-primary);
  box-shadow: 0 4px 20px rgba(240, 160, 48, 0.3);
}

/* Twitter timeline embed (hidden by default, shown when served over HTTPS) */
.twitter-embed {
  max-width: 550px;
  margin: var(--gap-lg) auto 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--glass-border);
}

/* ─── Section 4: TL;DR ─── */
.tldr .card__title {
  font-size: 1.6rem;
  margin-bottom: var(--gap-md);
}

.tldr .card__text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tldr .card__text li {
  padding-left: 22px;
  position: relative;
  line-height: 1.7;
}

.tldr .card__text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(240, 160, 48, 0.4);
}

/* ─── Section 5: About / Lore ─── */
.lore {
  text-align: center;
  padding: 30px 0;
}

.lore__flow {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Base line */
.lore__line {
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  word-spacing: 0.12em;
}

/* Bold highlight line */
.lore__line--bold {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 400;
  color: var(--highlight);
  text-shadow: 0 0 20px rgba(245, 230, 200, 0.1);
  margin-bottom: 8px;
}

/* Dramatic single lines */
.lore__line--dramatic {
  font-style: italic;
  font-weight: 400;
  color: var(--highlight);
  margin-bottom: 4px;
  font-size: 1rem;
}

/* Quote line */
.lore__line--quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--accent);
  text-shadow: 0 0 30px rgba(240, 160, 48, 0.2);
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Prophecy closing */
.lore__line--prophecy {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 400;
  color: var(--accent);
  text-shadow: 0 0 25px rgba(240, 160, 48, 0.25);
  margin-bottom: 0;
}

/* Three vision cards */
.lore__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-md);
  margin: 10px 0;
}

.lore__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  border: 2px solid var(--accent);
  border-radius: var(--radius-md);
  background: transparent;
  transition: all var(--transition-med);
  min-height: auto;
}

.lore__card:hover {
  background: rgba(240, 160, 48, 0.04);
  box-shadow: 0 0 30px rgba(240, 160, 48, 0.12);
  transform: translateY(-4px);
}

.lore__card-text {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--highlight);
  line-height: 1.3;
  margin-bottom: 8px;
  text-shadow: 0 0 15px rgba(245, 230, 200, 0.08);
}

.lore__card-line {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(240, 160, 48, 0.4);
}

/* Lore two-col layout with mascot on left */
.lore__layout {
  grid-template-columns: 240px 1fr;
  gap: var(--gap-lg);
  align-items: flex-start;
}

.lore__mascot-col {
  position: sticky;
  top: 120px;
  text-align: center;
}

.lore__mascot {
  max-width: 220px;
  margin: 0 auto;
}

/* ─── Section 6: Why Markhor ─── */
.why-markhor__text {
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}

.why-markhor__points {
  margin: var(--gap-lg) 0;
}

.why-markhor__points li {
  color: var(--text-secondary);
  font-family: var(--font-body);
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: 400;
}

.why-markhor__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(240, 160, 48, 0.3);
}

.why-markhor__mascot {
  max-width: 420px;
  margin: 0 auto;
}

/* Tokenomics two-col layout with mascot on left */
.tokenomics__layout {
  gap: var(--gap-xl);
  align-items: center;
}

.tokenomics__mascot-col {
  text-align: center;
}

.tokenomics__mascot {
  max-width: 100%;
  margin: 0 auto;
}

/* ─── Section 7: Tokenomics ─── */
.tokenomics__intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--gap-lg);
}

.tokenomics__tagline {
  color: var(--accent-secondary);
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: 400;
}

.tokenomics__lines {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.tokenomics__line {
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.tokenomics__line strong {
  color: var(--accent);
  font-weight: 700;
}

.tokenomics__line em {
  color: var(--accent);
  font-style: italic;
}

.tokenomics__tx-link {
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
  transition: all var(--transition-fast);
  margin: 0 4px;
}

.tokenomics__tx-link:hover {
  color: var(--accent-light);
}

/* ─── Section 8: Security & Proof ─── */
.security__intro {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--highlight);
  margin-bottom: var(--gap-md);
  text-shadow: 0 0 20px rgba(245, 230, 200, 0.15);
}

/* ─── Section 9: Vision ─── */
.vision__rocket {
  display: flex;
  justify-content: center;
  margin-top: var(--gap-lg);
}

.vision__rocket-img {
  max-width: 220px;
  height: auto;
  border-radius: var(--radius-md);
  opacity: 0.85;
  filter: drop-shadow(0 0 30px rgba(240, 160, 48, 0.3));
  transition: transform var(--transition-med), opacity var(--transition-med);
}

.vision__rocket-img:hover {
  transform: translateY(-6px);
  opacity: 1;
}

.vision__closing {
  text-align: center;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-top: var(--gap-lg);
  text-shadow: 0 0 20px rgba(240, 160, 48, 0.2);
}

/* ─── Section 10: Contract Addresses ─── */
.contracts__intro {
  text-align: center;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto var(--gap-xl);
  line-height: 1.75;
}

.contract-block {
  background: linear-gradient(145deg, rgba(18, 9, 0, 0.7) 0%, rgba(42, 21, 5, 0.4) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(240, 160, 48, 0.15);
  border-radius: var(--radius-md);
  padding: var(--gap-lg) 28px;
  margin-bottom: var(--gap-lg);
  transition: all var(--transition-med);
}

.contract-block:hover {
  border-color: rgba(240, 160, 48, 0.3);
  box-shadow: var(--glow-amber-subtle);
}

.contract-block__chain {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: var(--gap-md);
  text-shadow: 0 0 15px rgba(240, 160, 48, 0.2);
}

.contract-block__address {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.88rem;
  color: var(--highlight);
  word-break: break-all;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(240, 160, 48, 0.08);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  margin-bottom: var(--gap-md);
  user-select: all;
  letter-spacing: 0.5px;
}

.contract-block__actions {
  display: flex;
  gap: var(--gap-md);
  align-items: center;
  flex-wrap: wrap;
}

.contracts__tagline {
  text-align: center;
  color: var(--accent-secondary);
  font-style: italic;
  margin-top: var(--gap-md);
  font-size: 1.05rem;
}

/* ─── Section 11: Charts ─── */
.charts__intro {
  text-align: center;
  color: var(--accent-secondary);
  margin-bottom: var(--gap-lg);
  font-size: 1.05rem;
}

/* ─── Section 12: How to Buy ─── */
.how-to-buy__toggle {
  display: flex;
  justify-content: center;
  margin-bottom: var(--gap-lg);
}

.how-to-buy__panels {
  display: grid;
}

.how-to-buy__panel {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
  height: auto;
}

.how-to-buy__panel[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.buy-step {
  margin-bottom: var(--gap-md);
  padding: var(--gap-sm) var(--gap-lg);
  border-left: 2px solid rgba(240, 160, 48, 0.2);
  position: relative;
  transition: border-color var(--transition-med);
}

.buy-step:hover {
  border-left-color: var(--accent);
}

/* Step dot on the border */
.buy-step::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(240, 160, 48, 0.4);
}

.buy-step__number {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--accent);
  margin-bottom: 2px;
  text-shadow: 0 0 10px rgba(240, 160, 48, 0.2);
}

.buy-step__title {
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.buy-step__text {
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: 400;
}

.buy-step__ca {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8rem;
  color: var(--highlight);
  word-break: break-all;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(240, 160, 48, 0.08);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  margin-top: 8px;
  display: block;
}

.failure-cases {
  background: linear-gradient(145deg, rgba(18, 9, 0, 0.7) 0%, rgba(42, 21, 5, 0.4) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(240, 160, 48, 0.12);
  border-radius: var(--radius-md);
  padding: var(--gap-md) 24px;
  margin-top: var(--gap-lg);
}

.failure-cases__title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--accent);
  margin-bottom: var(--gap-md);
}

.failure-case {
  display: flex;
  gap: var(--gap-lg);
  padding: 10px 0;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 1rem;
  border-bottom: 1px solid rgba(240, 160, 48, 0.05);
}

.failure-case:last-child {
  border-bottom: none;
}

.failure-case__problem {
  color: #ef9a9a;
  min-width: 200px;
  font-weight: 700;
}

.failure-case__solution {
  color: var(--highlight);
  font-weight: 400;
}

.how-to-buy__ctas {
  display: flex;
  gap: var(--gap-md);
  justify-content: center;
  margin-top: var(--gap-lg);
  flex-wrap: wrap;
}

/* ─── Section 13: Where to Buy ─── */
.where-to-buy__group {
  margin-bottom: var(--gap-xl);
}

.where-to-buy__group-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: var(--gap-md);
  text-shadow: 0 0 15px rgba(240, 160, 48, 0.15);
}

.where-to-buy__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(240, 160, 48, 0.08);
  transition: background var(--transition-fast);
  border-radius: var(--radius-sm);
}

.where-to-buy__item:hover {
  background: rgba(240, 160, 48, 0.03);
}

.where-to-buy__item-name {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.1rem;
}

.where-to-buy__item-chain {
  color: var(--accent-secondary);
  font-size: 0.95rem;
}

/* ─── Section 14: Brand Kit ─── */
.brand-kit {
  text-align: center;
}

.brand-kit__desc {
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto var(--gap-lg);
  line-height: 1.7;
}

.brand-kit__includes {
  max-width: 500px;
  margin: var(--gap-lg) auto 0;
  text-align: left;
}

.brand-kit__includes li {
  padding: 8px 0 8px 28px;
  color: var(--text-secondary);
  position: relative;
}

.brand-kit__includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--accent);
  border-radius: 2px;
  background: transparent;
}

.brand-kit__includes li::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 17px;
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 1px;
}

/* ─── Inline Disclaimer ─── */
.disclaimer-inline {
  max-width: 100%;
}

.disclaimer-inline p {
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1em;
  font-weight: 400;
}

.disclaimer-inline__heading {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--accent);
  margin-top: 28px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(240, 160, 48, 0.1);
  opacity: 0.85;
}
