:root {
  --ink: #0d0906;
  --ink-soft: #181009;
  --cream: #fff0d2;
  --paper: #f8e3bb;
  --gold: #ffad19;
  --orange: #ff6b18;
  --rust: #a63d0d;
  --line: rgba(255, 226, 176, 0.18);
  --muted: #b9a88d;
  --max: 1220px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--gold); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .12; background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,.22) 0 1px, transparent 1.5px), radial-gradient(circle at 76% 64%, rgba(255,255,255,.16) 0 1px, transparent 1.5px); background-size: 37px 41px, 53px 47px; mix-blend-mode: soft-light; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; height: 92px; display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 48px), var(--max)); margin: auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); letter-spacing: .04em; font-size: 1.25rem; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; border: 2px solid var(--gold); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a { color: #decfb5; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; transition: color .2s ease; }
.site-nav > a:hover { color: var(--gold); }
.site-nav .nav-buy { padding: 13px 18px; color: var(--ink); background: var(--gold); clip-path: polygon(6% 0,100% 0,94% 100%,0 100%); }
.site-nav .nav-buy:hover { color: var(--ink); background: var(--cream); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: transparent; padding: 11px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--cream); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 880px; height: 100svh; max-height: 980px; position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; padding: 115px max(24px, calc((100vw - var(--max)) / 2)) 70px; background: radial-gradient(circle at 76% 45%, rgba(255, 144, 11, .22), transparent 34%), linear-gradient(115deg, #100b07 0%, #120b05 50%, #251207 100%); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.045) 50%, transparent 50.2%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 100% 100%, 100% 80px; opacity: .7; }
.hero::after { content: "$COUGH"; position: absolute; z-index: -1; right: -3vw; bottom: -6vw; font: 25vw/1 var(--display); color: transparent; -webkit-text-stroke: 1px rgba(255, 172, 25, .08); transform: rotate(-8deg); }
.hero-glow { position: absolute; width: 560px; height: 560px; right: 5%; top: 20%; background: var(--orange); filter: blur(150px); border-radius: 50%; opacity: .12; z-index: -1; }
.hero-copy { position: relative; z-index: 4; max-width: 710px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--gold); font-size: .72rem; line-height: 1; text-transform: uppercase; font-weight: 900; letter-spacing: .18em; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
h1, h2 { margin: 0; font-family: var(--display); text-transform: uppercase; letter-spacing: .005em; font-weight: 900; }
.hero-kicker { display: block; color: #ccbda4; font-family: var(--body); font-size: clamp(.8rem, 1.2vw, 1rem); letter-spacing: .26em; margin: 0 0 8px 6px; }
.hero-word { display: block; font-size: clamp(5rem, 9.1vw, 8.5rem); line-height: .77; color: var(--gold); text-shadow: 6px 6px 0 #592207; }
.hero-word.light { color: var(--cream); font-size: clamp(6rem, 11.5vw, 10.8rem); transform: rotate(-1.5deg); transform-origin: left center; }
.hero-intro { color: #d1c0a7; max-width: 540px; font-size: 1.05rem; line-height: 1.7; margin: 28px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(135deg, var(--gold), var(--orange)); color: var(--ink); box-shadow: 0 8px 30px rgba(255, 126, 18, .2); }
.button-primary:hover { box-shadow: 0 12px 40px rgba(255, 126, 18, .35); }
.button-secondary { background: rgba(255,255,255,.04); color: var(--cream); border-color: var(--line); }
.contract-wrap { margin-top: 30px; max-width: 590px; }
.contract-label { display: block; margin: 0 0 8px; color: #856f56; text-transform: uppercase; font-size: .61rem; font-weight: 800; letter-spacing: .16em; }
.contract { width: 100%; display: flex; align-items: center; gap: 12px; text-align: left; padding: 12px 14px; border: 1px solid var(--line); color: #c9b89f; background: rgba(0,0,0,.28); cursor: pointer; }
.contract code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; font-size: .76rem; white-space: nowrap; }
.copy-icon { color: var(--gold); }
.copy-status { color: #8c7a60; text-transform: uppercase; letter-spacing: .1em; font-size: .58rem; font-weight: 800; }
.contract.copied { border-color: rgba(255,173,25,.6); }
.contract.copied .copy-status { color: var(--gold); }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.cat-frame { position: relative; width: min(34vw, 520px); aspect-ratio: 1; border-radius: 50%; padding: 13px; background: linear-gradient(145deg, var(--gold), transparent 55%, var(--orange)); box-shadow: 0 0 90px rgba(255, 130, 17, .25); animation: float 5s ease-in-out infinite; }
.cat-frame::after { content: ""; position: absolute; inset: 13px; border-radius: inherit; box-shadow: inset 0 0 70px rgba(46, 20, 3, .4); pointer-events: none; }
.cat-frame img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; filter: contrast(1.08) saturate(.9) sepia(.14); }
.orbit { position: absolute; width: min(40vw, 610px); aspect-ratio: 1; border: 1px solid rgba(255,173,25,.18); border-radius: 50%; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; top: 10%; left: 18%; box-shadow: 0 0 16px var(--gold); }
.orbit-one { animation: spin 22s linear infinite; }
.orbit-two { width: min(46vw, 700px); border-style: dashed; animation: spin 34s linear infinite reverse; }
.cat-stamp { position: absolute; right: 2%; bottom: 12%; padding: 14px 17px; color: var(--ink); background: var(--gold); font: 1rem/1.05 var(--display); text-align: center; transform: rotate(-8deg); box-shadow: 5px 5px 0 var(--rust); }
.diagnosis-note { position: absolute; z-index: 4; left: -2%; bottom: 13%; width: 170px; padding: 15px 16px; color: #241307; background: #f6e5c2; border: 1px solid #d1b47b; box-shadow: 8px 8px 0 rgba(54,25,5,.7); transform: rotate(6deg); font-family: "Comic Sans MS", var(--body); }
.diagnosis-note::before { content: "+"; position: absolute; right: 12px; top: 9px; color: #c94a16; font-size: 1.2rem; font-weight: 900; }
.diagnosis-note small, .diagnosis-note b, .diagnosis-note span { display: block; }
.diagnosis-note small { color: #92734c; font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }
.diagnosis-note b { margin: 7px 0; font-size: 1rem; line-height: 1.05; }
.diagnosis-note span { color: #a33f11; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.cough-bubble { position: absolute; z-index: 3; font: 1.45rem/1 var(--display); color: var(--gold); transform: rotate(-8deg); text-shadow: 2px 2px 0 #4c1c05; }
.bubble-one { left: 3%; top: 20%; animation: coughPop 2.8s ease-in-out infinite; }
.bubble-two { right: 1%; top: 24%; animation: coughPop 2.8s .9s ease-in-out infinite; }
.scroll-cue { position: absolute; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 12px; color: #77674f; text-transform: uppercase; font-size: .58rem; font-weight: 800; letter-spacing: .18em; transform: translateX(-50%); }
.scroll-cue b { color: var(--gold); font-size: 1rem; animation: bob 1.8s infinite; }

.ticker { overflow: hidden; background: var(--gold); color: var(--ink); transform: rotate(-1deg) scale(1.01); transform-origin: center; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 38px; padding: 14px 0; font: 1rem/1 var(--display); letter-spacing: .08em; animation: ticker 24s linear infinite; }
.ticker-track i { color: var(--rust); font-style: normal; }

.section { width: min(calc(100% - 48px), var(--max)); margin: auto; padding: 130px 0; }
.section-heading h2 { font-size: clamp(3.3rem, 7vw, 6.6rem); line-height: .86; }
.section-heading h2 em { color: var(--gold); font-style: normal; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-subtitle { color: var(--muted); max-width: 520px; margin: 24px auto 0; line-height: 1.7; }

.lore { position: relative; }
.lore::before { content: "ACHOO?"; position: absolute; right: 0; top: 70px; font: 10rem/1 var(--display); color: rgba(255,255,255,.018); transform: rotate(8deg); }
.lore-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: center; margin-top: 70px; }
.lore-copy .lead { margin-top: 0; color: var(--cream); font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 800; line-height: 1.35; }
.lore-copy > p:not(.lead) { color: var(--muted); line-height: 1.8; }
.symptoms { margin-top: 34px; border-top: 1px solid var(--line); }
.symptoms div { display: grid; grid-template-columns: 52px 1fr; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.symptoms b { color: var(--gold); font-family: var(--display); font-size: 1.1rem; }
.symptoms span { color: #d7c5a9; font-size: .86rem; }
.museum-card { position: relative; margin: 0; padding: 12px; border: 1px solid var(--line); background: #21170f; box-shadow: 26px 26px 0 rgba(255, 173, 25, .055); transform: rotate(1.5deg); }
.museum-card img { width: 100%; aspect-ratio: 2.45 / 1; object-fit: cover; filter: sepia(.18) contrast(1.04); }
.museum-card figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 16px 6px 4px; color: #a99679; font-size: .72rem; }
.museum-card figcaption span { color: var(--gold); text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }

.meme-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: #120d09; border-block: 1px solid rgba(255,255,255,.04); }
.meme-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 12px; max-width: var(--max); margin: 70px auto 0; }
.meme-card { position: relative; margin: 0; overflow: hidden; background: #291b10; }
.meme-card.wide { grid-column: span 2; grid-row: span 2; }
.meme-card.pattern { grid-column: span 2; }
.meme-card img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.17) saturate(.84) contrast(1.08); transition: transform .55s cubic-bezier(.2,.75,.3,1), filter .4s ease; }
.meme-card:hover img { transform: scale(1.06); filter: sepia(0) saturate(1) contrast(1.02); }
.meme-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(9,5,3,.9)); }
.meme-card figcaption { position: absolute; z-index: 2; left: 16px; bottom: 14px; font: 1.1rem/1 var(--display); text-transform: uppercase; color: var(--cream); }

.chart-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.text-link { color: var(--gold); text-transform: uppercase; text-decoration: none; font-size: .7rem; font-weight: 900; letter-spacing: .12em; border-bottom: 1px solid var(--gold); padding-bottom: 7px; }
.chart-shell { overflow: hidden; border: 1px solid rgba(255,173,25,.35); background: #050505; box-shadow: 0 28px 80px rgba(0,0,0,.5), 0 0 80px rgba(255,113,15,.08); }
.chart-topbar { height: 50px; display: flex; align-items: center; gap: 20px; padding: 0 18px; color: #7f725e; border-bottom: 1px solid #201a14; font-size: .63rem; letter-spacing: .12em; }
.chart-topbar span { color: #64d477; font-weight: 900; }
.chart-topbar span i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #5ad773; box-shadow: 0 0 10px #5ad773; }
.chart-topbar b { color: #d9cbb6; }
.chart-topbar small { margin-left: auto; }
#dexscreener-embed { position: relative; width: 100%; padding-bottom: 62%; }
#dexscreener-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.liquidity { padding-top: 20px; }
.lock-card { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; padding: clamp(28px, 5vw, 60px); background: linear-gradient(120deg, #251307, #140d08); border: 1px solid rgba(255,173,25,.35); position: relative; overflow: hidden; }
.lock-card::after { content: "LOCKED"; position: absolute; right: -2%; bottom: -25%; font: 8rem/1 var(--display); color: rgba(255,173,25,.045); pointer-events: none; }
.lock-icon { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 2.3rem; box-shadow: 0 0 0 10px rgba(255,173,25,.08); }
.lock-card .eyebrow { margin-bottom: 12px; }
.lock-card h2 { font-family: var(--body); font-size: clamp(2rem, 4vw, 3.5rem); text-transform: none; }
.lock-card h2 strong { color: var(--gold); font-family: var(--display); font-size: 1.25em; }
.lock-card p:last-child { color: var(--muted); margin-bottom: 0; }

.community { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); background: #130c07; }
.community-image { min-height: 640px; background: linear-gradient(90deg, transparent 65%, #130c07 100%), linear-gradient(0deg, #130c07, transparent 40%), url("assets/coughing-cat-banner.png") 80% center / cover no-repeat; filter: sepia(.15) saturate(.9); }
.community-content { display: flex; flex-direction: column; justify-content: center; max-width: 610px; padding: 80px 8vw 80px 5vw; }
.community-content h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .84; }
.community-content h2 em { color: var(--gold); font-style: normal; }
.community-content > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.socials { margin-top: 30px; border-top: 1px solid var(--line); }
.socials a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.socials a:hover { padding-left: 10px; color: var(--gold); }
.socials b { text-transform: uppercase; font: 1.15rem/1 var(--display); letter-spacing: .04em; }
.socials span { color: #8d7c64; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

footer { min-height: 130px; width: min(calc(100% - 48px), var(--max)); margin: auto; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 30px; color: #74634e; font-size: .58rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-brand { color: var(--cream); font-size: 1rem; }
.footer-brand img { width: 34px; height: 34px; }
footer p { text-align: center; line-height: 1.7; }
footer > span { text-align: right; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.cough-flash { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; background: rgba(255, 163, 20, .94); color: #170b03; pointer-events: none; opacity: 0; visibility: hidden; }
.cough-flash span { font: clamp(5rem, 18vw, 16rem)/1 var(--display); transform: rotate(-7deg) scale(.4); }
.cough-flash.active { animation: flash .75s ease both; visibility: visible; }
.cough-flash.active span { animation: coughText .75s ease both; }
.hero-visual.coughing .cat-frame { animation: catCough .55s ease both; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-14px) rotate(-1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes coughPop { 0%,55%,100% { opacity: 0; transform: scale(.6) rotate(-8deg); } 65%,82% { opacity: 1; transform: scale(1) rotate(-8deg); } }
@keyframes bob { 50% { transform: translateY(5px); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes flash { 0% { opacity: 0; } 15%,60% { opacity: 1; } 100% { opacity: 0; } }
@keyframes coughText { 0% { transform: rotate(-7deg) scale(.35); } 40% { transform: rotate(3deg) scale(1.06); } 100% { transform: rotate(-3deg) scale(.9); } }
@keyframes catCough { 0%,100% { transform: translateX(0) rotate(0); } 20% { transform: translateX(-16px) rotate(-4deg) scale(1.02); } 40% { transform: translateX(15px) rotate(4deg) scale(.98); } 60% { transform: translateX(-9px) rotate(-2deg); } 80% { transform: translateX(6px) rotate(2deg); } }

@media (max-width: 1000px) {
  .site-header { height: 78px; }
  .menu-toggle { display: block; z-index: 32; }
  .site-nav { position: fixed; inset: 0; z-index: 31; display: flex; flex-direction: column; justify-content: center; background: rgba(13,9,6,.98); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: .25s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { font: 2rem/1 var(--display); }
  .site-nav .nav-buy { padding: 18px 28px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { height: auto; min-height: 980px; grid-template-columns: 1fr; padding-top: 130px; text-align: center; }
  .hero-copy { margin: auto; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-visual { min-height: 480px; }
  .cat-frame { width: min(66vw, 470px); }
  .orbit { width: min(76vw, 560px); }
  .orbit-two { width: min(86vw, 640px); }
  .contract-wrap { margin-inline: auto; }
  .lore-grid { grid-template-columns: 1fr; }
  .meme-grid { grid-template-columns: repeat(2, 1fr); }
  .lock-card { grid-template-columns: auto 1fr; }
  .lock-card .button { grid-column: 1 / -1; }
  .community { grid-template-columns: .85fr 1.15fr; }
  footer { grid-template-columns: 1fr; padding: 30px 0; text-align: center; }
  footer p, footer > span { text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 680px) {
  .site-header, .section, footer { width: min(calc(100% - 30px), var(--max)); }
  .brand { font-size: 1rem; }
  .brand img { width: 36px; height: 36px; }
  .hero { min-height: 910px; padding-inline: 16px; gap: 5px; }
  .hero-word { font-size: clamp(3.6rem, 19vw, 6rem); }
  .hero-word.light { font-size: clamp(4.8rem, 25vw, 7.5rem); }
  .hero-kicker { font-size: .65rem; }
  .hero-intro { font-size: .93rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .cat-frame { width: min(76vw, 390px); }
  .orbit { width: 85vw; }
  .orbit-two { width: 96vw; }
  .cat-stamp { right: 3%; bottom: 7%; font-size: .8rem; }
  .diagnosis-note { left: 0; bottom: 2%; width: 145px; padding: 12px; }
  .bubble-one { left: 0; }
  .bubble-two { right: 0; }
  .scroll-cue { display: none; }
  .section { padding: 95px 0; }
  .section-heading h2 { font-size: clamp(3.15rem, 16vw, 5rem); }
  .lore-grid, .meme-grid { margin-top: 50px; }
  .museum-card figcaption { flex-direction: column; }
  .meme-section { width: 100%; padding-inline: 15px; }
  .meme-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 8px; }
  .meme-card.wide { grid-column: 1 / -1; grid-row: span 2; }
  .meme-card.pattern { grid-column: 1 / -1; }
  .chart-header { align-items: flex-start; flex-direction: column; }
  #dexscreener-embed { padding-bottom: 125%; }
  .lock-card { grid-template-columns: 1fr; text-align: center; }
  .lock-card .eyebrow { justify-content: center; }
  .lock-icon { margin: auto; }
  .community { grid-template-columns: 1fr; }
  .community-image { min-height: 420px; background-position: 74% center; }
  .community-content { padding: 70px 20px; }
  .community-content .eyebrow { justify-content: flex-start; }
  .community-content h2 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
}

@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; }
}
