:root {
  --bg: #09090a;
  --panel: #0f0f11;
  --panel-2: #151518;
  --pink: #ff2f92;
  --pink-soft: #ff8fc3;
  --white: #f4f1f3;
  --muted: #8c898d;
  --line: rgba(255, 255, 255, .11);
  --display: "Anton", "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--white); background: var(--bg); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; z-index: 100; 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { height: 66px; padding: 0 clamp(25px, 6vw, 88px); position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(9,9,10,.9); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font: 20px/1 var(--display); letter-spacing: .025em; }
.brand-avatar { width: 33px; height: 33px; overflow: hidden; border: 1px solid rgba(255,47,146,.55); border-radius: 50%; background: #27101c; }
.brand-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 20%; transform: scale(1.45); }
.site-nav { display: flex; align-items: center; gap: 40px; color: #9a979b; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.site-nav a { transition: color .2s; }
.site-nav a:hover { color: white; }
.nav-cta { justify-self: end; background: var(--pink); color: #fff; padding: 10px 17px; border-radius: 4px; font: 700 10px var(--body); text-transform: uppercase; letter-spacing: .07em; transition: background .2s, transform .2s; }
.nav-cta:hover { background: #ff54a5; transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero { min-height: 895px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.84) brightness(.64) contrast(1.08); transform: scale(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,8,.97) 0%, rgba(7,7,8,.86) 28%, rgba(7,7,8,.35) 58%, rgba(7,7,8,.18) 100%), linear-gradient(0deg, rgba(7,7,8,.92) 0%, transparent 47%, rgba(7,7,8,.3) 100%); }
.hero-inner { min-height: 895px; padding: 60px clamp(25px, 7.4vw, 106px) 72px; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.hero-meta { display: flex; justify-content: space-between; color: #aaa4a8; font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .24em; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; }
h1 { display: flex; flex-direction: column; align-items: flex-start; margin-top: 47px; font-size: clamp(126px, 14.6vw, 224px); line-height: .78; letter-spacing: -.045em; }
h1 span:nth-child(2) { margin-left: 7vw; }
h1 .pink { color: var(--pink); }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-bottom p { max-width: 510px; margin: 0; color: #d1ccd0; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; gap: 10px; }
.button { min-height: 43px; padding: 0 20px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font: 700 11px var(--body); text-transform: uppercase; letter-spacing: .06em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-pink { background: var(--pink); color: white; }
.button-pink:hover { background: #ff54a5; }
.button-ghost { border-color: rgba(255,255,255,.18); background: rgba(9,9,10,.38); }
.button-ghost:hover { background: rgba(255,255,255,.08); }

.contract-strip { padding: 24px clamp(25px, 7.4vw, 106px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #111113; border-bottom: 1px solid var(--line); }
.contract-strip > div { min-width: 0; display: flex; align-items: center; gap: 30px; }
.mono-label { margin: 0; color: #918d91; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .22em; }
.contract-strip strong { color: var(--pink); font: 400 16px/1.45 var(--mono); letter-spacing: 0; overflow-wrap: anywhere; }
.contract-strip .contract-actions { flex: 0 0 auto; gap: 18px; }
.compact-copy { padding: 10px 13px; border: 1px solid rgba(255,47,146,.38); border-radius: 3px; background: rgba(255,47,146,.08); color: var(--pink-soft); cursor: pointer; font: 700 9px var(--body); text-transform: uppercase; letter-spacing: .08em; }
.status { color: #9a9699; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(255,47,146,.13); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; } }

.section { padding: clamp(95px, 10vw, 145px) clamp(25px, 5vw, 64px); border-bottom: 1px solid var(--line); }
.section-head { padding-bottom: 32px; display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid var(--line); }
.section-head h2 { font-size: clamp(70px, 7.1vw, 106px); line-height: .86; letter-spacing: -.035em; }
.section-head h2 span, .profile h2 span, .final-cta h2 span { color: var(--pink); }

.chart-section { background: #0a0a0b; }
.chart-shell { margin-top: 24px; border: 1px solid #2a292c; background: #050506; }
.chart-toolbar { height: 60px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #262529; font: 10px var(--mono); color: #8f8b8f; }
.chart-toolbar > div { display: flex; align-items: center; gap: 20px; }
.chart-toolbar strong { color: #eee9ed; }
.chart-external { color: var(--pink-soft); text-transform: uppercase; letter-spacing: .08em; transition: color .2s; }
.chart-external:hover { color: #fff; }
.chart-canvas { height: 590px; position: relative; overflow: hidden; background: #09090b; }
.chart-canvas iframe { width: 100%; height: 100%; display: block; border: 0; }
.chart-footer { height: 48px; display: flex; gap: 44px; align-items: center; padding: 0 22px; border-top: 1px solid #262529; color: #8f8b8f; font: 400 10px var(--mono); }
.chart-footer span:first-child { color: var(--pink); }

.profile { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(480px, 1.32fr); gap: 8vw; align-items: start; }
.profile-intro { position: sticky; top: 112px; }
.pink-text { color: var(--pink); }
.profile h2 { margin-top: 22px; font-size: clamp(67px, 6vw, 92px); line-height: .83; letter-spacing: -.025em; }
.profile-intro > p:last-of-type { max-width: 380px; margin: 26px 0 34px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.profile-photo { margin: 0; position: relative; overflow: hidden; aspect-ratio: 1.58; border: 1px solid var(--line); }
.profile-photo::after { content: "CEO / UNBOTHERED"; position: absolute; left: 15px; bottom: 15px; padding: 8px 10px; background: var(--pink); color: white; font: 700 8px var(--mono); letter-spacing: .13em; }
.profile-photo img { height: 100%; object-fit: cover; object-position: 57% center; filter: contrast(1.05); transition: transform .6s ease; }
.profile-photo:hover img { transform: scale(1.025); }
.trait { min-height: 168px; display: grid; grid-template-columns: 40px 1fr; gap: 0; padding: 32px 0; border-bottom: 1px solid var(--line); }
.trait:first-child { border-top: 1px solid var(--line); }
.trait-number { color: var(--pink); font: 400 10px var(--mono); }
.trait h3 { font-size: clamp(40px, 4vw, 56px); line-height: 1; }
.trait p { margin: 16px 0 0; max-width: 680px; color: var(--muted); line-height: 1.65; font-size: 14px; }

.tokenomics { background: #101012; }
.token-list { margin: 22px 0 0; }
.token-list > div { min-height: 110px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.token-list dt { color: #979397; font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .19em; }
.token-list dd { margin: 0; color: var(--pink); font: 400 clamp(51px, 5vw, 76px)/1 var(--display); }
.contract-panel { margin-top: 70px; padding: 24px; display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: center; border: 1px solid var(--line); background: #0b0b0c; }
.contract-panel code { overflow: hidden; color: #aaa6aa; font: 400 11px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.contract-panel button { min-width: 100px; padding: 12px 16px; border: 1px solid rgba(255,47,146,.35); border-radius: 3px; background: rgba(255,47,146,.12); color: var(--pink-soft); cursor: pointer; font: 700 9px var(--body); text-transform: uppercase; letter-spacing: .08em; transition: background .2s, color .2s; }
.contract-panel button:hover, .compact-copy:hover { background: var(--pink); color: white; }
.copy-address.copied { background: #fff; color: #0a0a0b; }

.buy-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.buy-step { min-height: 320px; padding: 38px 35px; display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid var(--line); }
.buy-step + .buy-step { border-left: 1px solid var(--line); }
.buy-step > span { margin-bottom: auto; color: var(--pink); font: 400 11px var(--mono); }
.buy-step h3 { font-size: clamp(39px, 3.5vw, 52px); line-height: 1; }
.buy-step p { margin: 15px 0 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.inline-link { color: var(--pink-soft); text-decoration: underline; text-decoration-color: rgba(255,143,195,.4); text-underline-offset: 3px; }

.final-cta { min-height: 770px; position: relative; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.final-cta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.83) brightness(.68) contrast(1.08); }
.final-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,8,.98) 0%, rgba(7,7,8,.82) 36%, rgba(7,7,8,.18) 73%), linear-gradient(0deg, rgba(7,7,8,.72), transparent 55%); }
.final-content { position: relative; z-index: 1; padding: 90px clamp(25px, 7.4vw, 106px); }
.final-cta h2 { margin: 25px 0 45px; font-size: clamp(82px, 9.5vw, 145px); line-height: .8; letter-spacing: -.04em; }

footer { min-height: 145px; padding: 34px clamp(25px, 6vw, 88px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 35px; align-items: center; color: #777377; background: #060607; }
.footer-links { display: flex; gap: 24px; font: 400 8px var(--mono); letter-spacing: .11em; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: var(--pink-soft); }
footer > p { max-width: 390px; justify-self: end; margin: 0; text-align: right; font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: .07em; }

.reveal { opacity: 0; transform: translateY(23px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { min-height: 780px; }
  .hero-inner { min-height: 780px; }
  .profile { grid-template-columns: 1fr; }
  .profile-intro { position: static; }
  .profile-photo { max-width: 660px; }
  .contract-panel { grid-template-columns: 1fr auto; }
  .contract-panel .mono-label { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .site-header { height: 62px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .menu-toggle { width: 40px; height: 40px; position: relative; z-index: 2; display: flex; padding: 8px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 6px; }
  .menu-toggle span:not(.sr-only) { width: 100%; height: 2px; background: white; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; top: 61px; left: 0; right: 0; padding: 26px 20px; flex-direction: column; align-items: flex-start; gap: 22px; background: #0b0b0c; border-bottom: 1px solid var(--line); font-size: 15px; }
  .site-nav.open { display: flex; }
  .hero, .hero-inner { min-height: 790px; }
  .hero-media img { object-position: 57% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,7,8,.97) 0%, rgba(7,7,8,.62) 47%, rgba(7,7,8,.18) 100%), linear-gradient(90deg, rgba(7,7,8,.76), transparent); }
  .hero-inner { padding: 38px 24px 48px; }
  .hero-meta { font-size: 7px; letter-spacing: .12em; }
  h1 { margin-top: auto; margin-bottom: 38px; font-size: clamp(92px, 30vw, 128px); line-height: .8; }
  h1 span:nth-child(2) { margin-left: 12vw; }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 25px; padding-top: 25px; }
  .hero-bottom p { font-size: 14px; line-height: 1.55; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1; padding: 0 12px; }
  .contract-strip { padding: 20px 24px; align-items: flex-start; flex-direction: column; }
  .contract-strip > div { flex-direction: column; align-items: flex-start; gap: 6px; }
  .contract-strip strong { font-size: 11px; line-height: 1.6; }
  .contract-strip .contract-actions { width: 100%; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; }
  .section { padding: 86px 24px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section-head h2 { font-size: clamp(67px, 20vw, 90px); }
  .chart-shell { width: 100%; }
  .chart-toolbar { padding: 0 12px; }
  .chart-toolbar > div { gap: 10px; }
  .chart-external { font-size: 8px; }
  .chart-canvas { height: 520px; }
  .chart-footer { gap: 16px; justify-content: space-between; padding: 0 12px; font-size: 8px; }
  .profile { gap: 66px; }
  .profile h2 { font-size: clamp(63px, 19vw, 84px); }
  .profile-photo { aspect-ratio: 1.15; }
  .profile-photo img { object-position: 61% center; }
  .trait { grid-template-columns: 32px 1fr; min-height: 154px; }
  .trait h3 { font-size: 39px; }
  .token-list > div { min-height: 90px; }
  .token-list dt { max-width: 130px; font-size: 8px; }
  .token-list dd { font-size: 48px; }
  .contract-panel { grid-template-columns: 1fr; gap: 17px; padding: 19px; }
  .contract-panel code { white-space: normal; line-height: 1.6; }
  .contract-panel button { width: 100%; }
  .buy-grid { grid-template-columns: 1fr; }
  .buy-step { min-height: 235px; padding: 28px 0; }
  .buy-step + .buy-step { border-left: 0; }
  .buy-step h3 { font-size: 44px; }
  .final-cta { min-height: 720px; align-items: flex-end; }
  .final-cta > img { object-position: 62% center; }
  .final-shade { background: linear-gradient(0deg, rgba(7,7,8,.98) 0%, rgba(7,7,8,.67) 50%, rgba(7,7,8,.1) 100%); }
  .final-content { padding: 70px 24px; }
  .final-cta h2 { font-size: clamp(70px, 22vw, 100px); }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 45px 24px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  footer > p { justify-self: center; 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; }
  .reveal { opacity: 1; transform: none; }
}
