:root {
  --lime: #CDFF00;
  --ink: #0A0D08;
  --paper: #F4F4EC;
  --muted: #A6AA9D;
  --line: rgba(255, 255, 255, .14);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  font-family: "PixelFont", "Courier New", monospace;
}
body {
  margin: 0;
  color: #fff;
  background: var(--ink);
  font-family: "PixelFont", "Courier New", monospace;
  overflow-x: hidden;
}
button,
input,
textarea,
select {
  font: inherit;
  font-family: "PixelFont", "Courier New", monospace;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 15;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(10,13,8,.76);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; font-size: 13px; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; overflow: hidden; border-radius: 50%; border: 2px solid var(--lime); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; gap: 34px; }
.nav-links a { font-size: 11px; font-weight: 800; letter-spacing: .12em; transition: color .2s; }
.nav-links a:hover { color: var(--lime); }
.header-buy { justify-self: end; }

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 26px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: transform .25s, box-shadow .25s, background .25s, color .25s;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(205,255,0,.2); }
.button-small { min-height: 44px; padding: 0 18px; gap: 18px; font-size: 10px; }
.button-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.36); }
.button-outline:hover { color: var(--lime); border-color: var(--lime); box-shadow: none; }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  padding: 130px 4vw 110px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .06;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, #000, transparent 68%);
}
.hero-copy { position: relative; z-index: 2; padding-right: 2vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .18em; margin-bottom: 28px; color: #c3c7b9; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
h1, h2 { margin: 0; font-weight: 950; line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
h1 { font-size: clamp(58px, 7.4vw, 126px); }
.lime { color: var(--lime); }
.hero-text { max-width: 620px; color: #b9beb0; line-height: 1.65; font-size: 16px; margin: 30px 0 28px; }
.hero-actions { display: flex; gap: 12px; }
.trust-row { display: flex; margin-top: 45px; gap: 0; }
.trust-row div { display: flex; flex-direction: column; min-width: 135px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; }
.trust-row strong { font-size: 20px; color: var(--lime); }
.trust-row span { font-size: 8px; margin-top: 5px; letter-spacing: .12em; color: #8b8f84; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 620px; }
/* .hero-visual::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lime);
  filter: blur(100px);
  opacity: .14;
} */
.dog-card { width: min(520px, 86%); position: relative; z-index: 2; padding: 12px; background: #151a10; border: 1px solid rgba(205,255,0,.45); transform: rotate(2deg); box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.dog-card::after { content: ""; position: absolute; inset: 12px; box-shadow: inset 0 0 70px rgba(0,0,0,.35); pointer-events: none; }
.dog-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.sticker { position: absolute; z-index: 3; color: var(--ink); background: var(--lime); font-weight: 950; line-height: .9; letter-spacing: -.04em; box-shadow: 5px 5px 0 var(--ink); }
.sticker-top { top: -24px; right: -28px; padding: 16px 18px; transform: rotate(6deg); font-size: 16px; }
.sticker-bottom { bottom: -15px; left: -30px; padding: 12px 20px; transform: rotate(-5deg); font-size: 30px; }
.orbit { position: absolute; border: 1px solid rgba(205,255,0,.28); border-radius: 50%; animation: spin 16s linear infinite; }
.orbit::after { content: ""; position: absolute; width: 10px; height: 10px; top: 15%; left: 11%; background: var(--lime); border-radius: 50%; box-shadow: 0 0 20px var(--lime); }
.orbit-one { width: 92%; aspect-ratio: 1; }
.orbit-two { width: 70%; aspect-ratio: 1; animation-direction: reverse; animation-duration: 10s; }
.spark { position: absolute; color: var(--lime); font-size: 32px; animation: pulse 2s ease-in-out infinite; }
.spark-one { top: 15%; left: 4%; }
.spark-two { right: 2%; bottom: 16%; animation-delay: 1s; }

.ticker { position: absolute; left: 0; bottom: 0; width: 100%; overflow: hidden; border-block: 1px solid rgba(10,13,8,.24); background: var(--lime); color: var(--ink); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 16px 0; animation: ticker 24s linear infinite; }
.ticker span { font-size: 13px; font-weight: 950; letter-spacing: .08em; }
.ticker i { font-style: normal; }

.section { padding: 130px 6vw; }
.section-number { font-size: 10px; letter-spacing: .17em; font-weight: 800; color: var(--lime); border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 75px; }
.about { background: var(--paper); color: var(--ink); }
.about .section-number { border-color: rgba(10,13,8,.15); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; }
.about h2, .token-header h2 { font-size: clamp(58px, 7vw, 116px); }
.about-copy { padding-top: 8px; max-width: 590px; }
.about-copy .lead { margin: 0 0 24px; font-size: clamp(24px, 2.3vw, 36px); line-height: 1.15; font-weight: 750; letter-spacing: -.035em; }
.about-copy > p:not(.lead) { color: #565a50; line-height: 1.75; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 20px; padding-bottom: 6px; border-bottom: 2px solid var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.post-card { grid-column: 1 / -1; width: min(610px, 100%); margin: 100px auto 0; background: #fff; border: 1px solid #d8dbd1; border-radius: 22px; padding: 22px; box-shadow: 0 24px 70px rgba(20,24,16,.12); transform: rotate(-1.5deg); transition: transform .3s; font-family: "YourFont", Arial, Helvetica, sans-serif; }
.post-card * { font-family: "YourFont", Arial, Helvetica, sans-serif; }
.post-card:hover { transform: rotate(0) translateY(-5px); }
.post-head { display: flex; align-items: center; gap: 12px; }
.post-head img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.post-head div { display: flex; flex-direction: column; flex: 1; }
.post-head strong { font-size: 14px; }
.post-head span { font-size: 12px; color: #757a70; margin-top: 3px; }
.post-head b { font-size: 22px; }
.post-card > p { font-size: 17px; }
.post-image { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: center 43%; border-radius: 15px; }
.post-footer { display: flex; justify-content: space-between; padding-top: 15px; font-size: 9px; color: #777b71; letter-spacing: .12em; font-weight: 800; }

.tokenomics { position: relative; overflow: hidden; }
.tokenomics::after { content: "BRODIE"; position: absolute; right: -2vw; top: 22%; color: rgba(255,255,255,.018); font-weight: 950; font-size: 25vw; letter-spacing: -.09em; pointer-events: none; }
.token-header { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 90px; }
.token-header p { max-width: 420px; color: var(--muted); line-height: 1.7; }
.token-list { position: relative; z-index: 2; border-top: 1px solid var(--line); }
.token-row { display: grid; grid-template-columns: 70px 1fr 1.3fr 70px; align-items: center; min-height: 125px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.token-row:hover { background: rgba(205,255,0,.035); padding-inline: 18px; }
.token-index { font-size: 10px; color: var(--lime); }
.token-label { font-size: 11px; color: #8e9388; letter-spacing: .14em; }
.token-row strong { font-size: clamp(22px, 3vw, 48px); letter-spacing: -.05em; }
.token-icon { width: 45px; height: 45px; display: grid; place-items: center; justify-self: end; border: 1px solid #3b4037; border-radius: 50%; color: var(--lime); }

.cta { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; position: relative; overflow: hidden; background: var(--lime); color: var(--ink); }
.cta-orb { position: absolute; width: 580px; height: 580px; left: -70px; border-radius: 50%; background: var(--ink); }
.cta-dog { position: relative; width: min(520px, 92%); transform: rotate(-4deg); box-shadow: 20px 24px 0 rgba(10,13,8,.2); }
.cta-dog img { width: 100%; }
.cta-copy { position: relative; z-index: 2; padding-left: 6vw; }
.cta-copy > span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.cta h2 { font-size: clamp(68px, 9vw, 148px); margin: 25px 0 45px; }
.cta h2 span { color: var(--paper); -webkit-text-stroke: 2px var(--ink); }
.cta-actions { display: flex; gap: 12px; align-items: center; }
.round-link { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 27px; font-weight: 900; transition: background .2s, color .2s, transform .2s; }
.round-link:hover { background: var(--ink); color: #fff; transform: translateY(-3px); }
.dex-svg { width: 27px; height: 27px; transition: filter .2s; }
.round-link:hover .dex-svg { filter: invert(1); }

footer { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 25px; min-height: 120px; padding: 25px 4vw; background: #050704; color: #7e8378; font-size: 9px; letter-spacing: .08em; }
footer p { text-align: center; }
footer > span { text-align: right; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: scale(1.45) rotate(18deg); opacity: .55; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links {
    position: fixed; inset: 82px 0 auto; height: 0; overflow: hidden; flex-direction: column; align-items: center; justify-content: center; gap: 30px;
    background: rgba(10,13,8,.98); transition: height .35s ease;
  }
  .nav-links.open { height: calc(100vh - 82px); }
  .nav-links a { font-size: 22px; }
  .header-buy { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 44px; height: 44px; border: 0; background: transparent; }
  .menu-toggle span { width: 24px; height: 2px; background: var(--lime); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 135px; }
  .hero-visual { min-height: 540px; margin-top: 25px; }
  .hero-copy { max-width: 760px; }
  .about-grid { grid-template-columns: 1fr; }
  .post-card { margin-top: 50px; }
  .token-header { align-items: start; flex-direction: column; }
  .cta { grid-template-columns: 1fr; padding-top: 100px; }
  .cta-orb { top: 70px; left: 50%; transform: translateX(-50%); width: 560px; height: 560px; }
  .cta-dog { justify-self: center; }
  .cta-copy { padding: 90px 0 0; text-align: center; }
  .cta-actions { justify-content: center; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .nav-links { inset-block-start: 70px; }
  .brand { font-size: 11px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { padding: 110px 20px 95px; }
  h1 { font-size: clamp(50px, 16vw, 74px); }
  .hero-text { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { justify-content: space-between; gap: 12px; }
  .trust-row div { min-width: 0; margin: 0; padding-right: 12px; }
  .trust-row strong { font-size: 16px; }
  .trust-row span { font-size: 6px; }
  .hero-visual { min-height: 420px; }
  .dog-card { width: 90%; }
  .sticker-top { right: -8px; top: -18px; font-size: 12px; }
  .sticker-bottom { left: -6px; font-size: 22px; }
  .section { padding: 95px 20px; }
  .section-number { margin-bottom: 50px; }
  .about h2, .token-header h2 { font-size: 16vw; }
  .about-copy .lead { font-size: 24px; }
  .post-card { padding: 14px; border-radius: 16px; }
  .post-image { aspect-ratio: 1.35; }
  .token-header { margin-bottom: 55px; }
  .token-row { grid-template-columns: 36px 1fr 40px; min-height: 105px; }
  .token-label { display: none; }
  .token-row strong { font-size: 21px; }
  .token-icon { width: 38px; height: 38px; }
  .cta { min-height: auto; }
  .cta-orb { width: 390px; height: 390px; }
  .cta h2 { font-size: 18vw; }
  .cta-copy { padding-top: 70px; }
  .cta-actions { flex-wrap: wrap; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer > span { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Unified neon-green art direction */
body,
.hero,
.about,
.tokenomics,
.cta {
  color: var(--ink);
  background: var(--lime);
}

.hero::before {
  opacity: .09;
  background-image:
    linear-gradient(rgba(10,13,8,.48) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,13,8,.48) 1px, transparent 1px);
}

.lime {
  color: #fff;
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 4px 4px 0 var(--ink);
}

.eyebrow,
.hero-text,
.trust-row span,
.token-header p {
  color: rgba(10,13,8,.68);
}

.eyebrow span,
.trust-row strong {
  color: var(--ink);
  background: var(--ink);
}

.trust-row div {
  border-color: rgba(10,13,8,.22);
}

.hero .button {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero .button-outline {
  color: var(--ink);
  background: transparent;
}

.hero .button-outline:hover {
  color: #fff;
  background: var(--ink);
}

/* Gallery-style frame surrounding the hero portrait */
.hero-visual::before {
  width: 88%;
  background: var(--ink);
  filter: none;
  opacity: 1;
}

.dog-card {
  width: min(500px, 82%);
  padding: 28px;
  background: var(--paper);
  border: 10px solid var(--ink);
  outline: 3px solid var(--paper);
  box-shadow: 18px 18px 0 rgba(10,13,8,.28), 0 35px 100px rgba(0,0,0,.34);
}

/* .dog-card::before {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: -1;
  border: 3px solid var(--ink);
  box-shadow: inset 0 0 0 8px var(--lime), inset 0 0 0 11px var(--ink);
  transform: rotate(-5deg);
} */

.dog-card::after {
  inset: 28px;
  border: 5px solid var(--ink);
}

.dog-card img {
  border: 5px solid var(--ink);
}

.orbit {
  z-index: 1;
  border: 2px dashed rgba(10,13,8,.42);
}

.orbit::after {
  width: 12px;
  height: 12px;
  background: var(--ink);
  border: 3px solid var(--lime);
  box-shadow: none;
}

.spark {
  color: var(--ink);
}

.ticker {
  color: var(--lime);
  background: var(--ink);
  border-color: var(--ink);
}

.section-number {
  color: var(--ink);
  border-color: rgba(10,13,8,.24);
}

.about-copy > p:not(.lead) {
  color: rgba(10,13,8,.68);
}

.tokenomics::after {
  color: rgba(10,13,8,.035);
}

.token-list,
.token-row {
  border-color: rgba(10,13,8,.24);
}

.token-row:hover {
  background: rgba(255,255,255,.24);
}

.token-index,
.token-icon {
  color: var(--ink);
}

.token-label {
  color: rgba(10,13,8,.58);
}

.token-icon {
  border-color: var(--ink);
}

@media (max-width: 620px) {
  .dog-card {
    width: 84%;
    padding: 18px;
    border-width: 7px;
  }

  .dog-card::before {
    inset: -22px;
  }

  .dog-card::after {
    inset: 18px;
    border-width: 4px;
  }
}

.contract-row {
  width: min(620px, 100%);
  margin-top: 38px;
}

.contract-row .contract-copy {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 8px 8px 8px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 2px solid var(--ink);
  background: rgba(255,255,255,.2);
}

.contract-label {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  white-space: nowrap;
}

.contract-copy code {
  overflow: hidden;
  color: var(--ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-button {
  min-width: 105px;
  height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: #ccc;
  border: 2px solid var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  transition: color .2s, background .2s, transform .2s;
}

.copy-button:hover {
  color: var(--ink);
  background: #fff;
  transform: translateY(-2px);
}

.copy-icon {
  position: relative;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
}

.copy-icon::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: -6px;
  left: -6px;
  border: 2px solid currentColor;
  background: inherit;
}

.copy-button.copied {
  color: var(--ink);
  background: #fff;
}

@media (max-width: 620px) {
  .contract-row .contract-copy {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding-left: 14px;
  }

  .contract-label {
    grid-column: 1 / -1;
    padding-top: 5px;
  }

  .copy-button {
    min-width: 92px;
  }
}
