:root {
  --bg: #070608;
  --surface: #121015;
  --surface-2: #1b161f;
  --text: #fff8ec;
  --muted: #b9aebc;
  --pink: #ff2c82;
  --pink-2: #ff64aa;
  --gold: #ffbf3b;
  --gold-2: #ffe08a;
  --line: rgba(255,255,255,.1);
  --shadow-pink: 0 0 30px rgba(255,44,130,.35);
  --shadow-gold: 0 0 28px rgba(255,191,59,.24);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% -10%, rgba(255,44,130,.12), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(255,191,59,.09), transparent 26%),
    var(--bg);
  color: var(--text);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
code { font-family: "SFMono-Regular", Consolas, monospace; }
::selection { background: var(--pink); color: white; }

.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.ambient { position: fixed; z-index: -1; width: 420px; height: 420px; border-radius: 50%; filter: blur(110px); opacity: .14; pointer-events: none; }
.ambient-one { background: var(--pink); top: 10%; left: -220px; }
.ambient-two { background: var(--gold); top: 55%; right: -250px; }

.section { position: relative; padding: 108px 24px; }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section-heading { max-width: 760px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.kicker { display: inline-block; margin-bottom: 12px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { margin: 0 0 20px; font-size: clamp(2.45rem, 6vw, 5rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading h2, .hero h1, .brand-copy strong { font-family: Unbounded, Manrope, sans-serif; }
.section-heading h2 em { color: var(--pink); font-style: normal; text-shadow: 0 0 22px rgba(255,44,130,.25); }
.section-heading p { margin: 0; max-width: 680px; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.18rem); }
.centered p { margin-inline: auto; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  height: 82px; padding: 0 max(24px, calc((100vw - var(--max))/2));
  border-bottom: 1px solid transparent;
  transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease, height .25s ease;
}
.site-header.scrolled { height: 70px; background: rgba(8,7,10,.78); backdrop-filter: blur(22px) saturate(1.35); border-color: var(--line); box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { border-radius: 50%; box-shadow: var(--shadow-pink); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1rem; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--pink); font-weight: 900; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 34px); }
.main-nav a { position: relative; color: #ddd3df; font-size: .94rem; font-weight: 750; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pink); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px;
  color: white; font-weight: 900; text-transform: uppercase; letter-spacing: .025em;
  overflow: hidden; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.26) 45%, transparent 70%); transform: translateX(-120%); transition: transform .45s ease; }
.button:hover::before { transform: translateX(120%); }
.button { position: relative; }
.button:hover { transform: translateY(-3px) rotate(-.3deg); filter: brightness(1.08); }
.button:active { transform: translateY(0); }
.button-small { min-height: 46px; padding: 0 18px; font-size: .83rem; }
.button-hot { color: #14080d; background: linear-gradient(135deg, var(--gold-2), var(--gold) 35%, var(--pink) 120%); box-shadow: 0 8px 0 #8e1746, var(--shadow-pink), var(--shadow-gold); border-color: rgba(255,255,255,.45); }
.button-dark { background: rgba(14,12,17,.78); border-color: rgba(255,191,59,.5); box-shadow: inset 0 0 0 1px rgba(255,44,130,.12), 0 8px 25px rgba(0,0,0,.28); }

.hero { min-height: 100svh; padding-top: 130px; padding-bottom: 86px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: center; gap: clamp(28px, 4vw, 64px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, black, transparent 95%);
}
.hero::after { content: ""; position: absolute; z-index: -1; width: 720px; height: 720px; right: -80px; top: 70px; border-radius: 50%; background: radial-gradient(circle, rgba(255,44,130,.22), rgba(255,191,59,.09) 35%, transparent 70%); filter: blur(22px); }
.hero-copy { padding-left: max(24px, calc((100vw - var(--max))/2)); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 9px 13px; border: 1px solid rgba(255,191,59,.25); border-radius: 999px; color: var(--gold-2); background: rgba(255,191,59,.055); font-size: .78rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.8rem, 4.55vw, 5.15rem); line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { color: var(--gold-2); text-shadow: 0 6px 0 #6e4710, 0 0 35px rgba(255,191,59,.18); }
.hero h1 strong { margin-top: 16px; color: var(--pink); text-shadow: 0 7px 0 #7d133e, 0 0 38px rgba(255,44,130,.38); }
.hero-lead { max-width: 630px; margin: 32px 0 0; color: #e5dce7; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.contract-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 660px; margin-top: 30px; padding: 15px 15px 15px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(18,16,22,.78); box-shadow: 0 18px 55px rgba(0,0,0,.25); }
.contract-card div { min-width: 0; }
.contract-card small { display: block; color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; }
.contract-card code { display: block; overflow: hidden; margin-top: 4px; color: var(--gold-2); text-overflow: ellipsis; white-space: nowrap; }
.copy-button { flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(255,44,130,.45); border-radius: 10px; color: white; background: rgba(255,44,130,.13); cursor: pointer; font-weight: 800; }
.copy-button:hover { background: rgba(255,44,130,.24); }
.microcopy { margin: 10px 0 0; color: #887e8b; font-size: .78rem; }

.hero-visual { position: relative; isolation: isolate; display: grid; place-items: center; min-width: 0; min-height: 610px; padding-right: max(24px, calc((100vw - var(--max))/2)); }
.hero-visual::before { content: ""; position: absolute; z-index: -2; width: min(460px, 34vw); aspect-ratio: 1; border: 1px solid rgba(255,191,59,.2); border-radius: 50%; background: radial-gradient(circle, rgba(255,44,130,.16), rgba(255,191,59,.035) 54%, transparent 72%); box-shadow: 0 0 0 24px rgba(255,44,130,.02), 0 0 80px rgba(255,44,130,.18); }
.hero-logo-shell { position: relative; width: min(570px, 100%); aspect-ratio: 1 / .84; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 34px; background: #050505; box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 32px 85px rgba(0,0,0,.42), 0 0 55px rgba(255,44,130,.12); }
.hero-logo-shell img { width: 100%; height: auto; transform: translateY(2%) scale(1.04); transform-origin: center top; filter: saturate(1.07) contrast(1.04); animation: heroFloat 4.8s ease-in-out infinite; }
.hero-sticker { position: absolute; right: max(34px, calc((100vw - var(--max))/2)); bottom: 14%; transform: rotate(-6deg); padding: 12px 16px; border: 3px solid var(--pink); color: var(--pink); background: #0b090d; font-size: clamp(1rem, 1.8vw, 1.6rem); font-weight: 1000; line-height: .9; letter-spacing: -.04em; text-align: center; text-shadow: 0 0 18px rgba(255,44,130,.6); box-shadow: 7px 7px 0 var(--gold); }
.spark { position: absolute; z-index: 2; color: var(--gold); font-size: 2.2rem; text-shadow: 0 0 18px currentColor; animation: twinkle 1.8s ease-in-out infinite alternate; }
.spark-one { top: 23%; left: 6%; }
.spark-two { top: 18%; right: 15%; animation-delay: .7s; }
.coin { position: absolute; z-index: -1; display: grid; place-items: center; width: 72px; aspect-ratio: 1; border: 5px double #6d4200; border-radius: 50%; color: #241401; background: radial-gradient(circle at 35% 30%, #fff0a7, var(--gold) 42%, #9d5c00); font-size: 2rem; font-weight: 1000; box-shadow: var(--shadow-gold); animation: spinCoin 9s linear infinite; }
.coin-one { top: 24%; right: 2%; }
.coin-two { left: 4%; bottom: 15%; width: 52px; animation-direction: reverse; }

.ticker { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; transform: rotate(-1deg) scale(1.02); border-block: 1px solid rgba(255,191,59,.5); background: linear-gradient(90deg, #d91462, #ff2c82 50%, #b90e4f); box-shadow: var(--shadow-pink); }
.ticker-track { display: flex; align-items: center; gap: 26px; width: max-content; padding: 12px 0; animation: ticker 24s linear infinite; }
.ticker span { color: white; font-size: .85rem; font-weight: 1000; letter-spacing: .08em; white-space: nowrap; }
.ticker i { color: var(--gold); font-style: normal; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-top: 68px; padding: 0; border: 1px solid rgba(255,44,130,.35); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,44,130,.09), rgba(255,191,59,.045)); box-shadow: var(--shadow-pink); }
.stats div { display: grid; gap: 3px; padding: 30px 22px; text-align: center; }
.stats div + div { border-left: 1px solid var(--line); }
.stats strong { color: var(--gold-2); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.stats span { color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.feature-card { position: relative; min-height: 255px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 60px rgba(0,0,0,.14); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -60px; bottom: -70px; border-radius: 50%; background: var(--pink); filter: blur(70px); opacity: .11; }
.feature-card:hover { transform: translateY(-8px) rotate(-.5deg); border-color: rgba(255,44,130,.45); background: linear-gradient(145deg, rgba(255,44,130,.09), rgba(255,191,59,.025)); }
.feature-icon { display: grid; place-items: center; width: 60px; aspect-ratio: 1; border: 1px solid rgba(255,191,59,.28); border-radius: 18px; color: var(--gold-2); background: linear-gradient(145deg, rgba(255,44,130,.2), rgba(255,191,59,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 12px 30px rgba(255,44,130,.13); }
.feature-icon svg { width: 29px; height: 29px; }
.feature-card h3 { margin: 40px 0 12px; font-size: 1.28rem; }
.feature-card p { margin: 0; color: var(--muted); }

.tokenomics { border-block: 1px solid var(--line); background:
  radial-gradient(circle at 15% 50%, rgba(255,44,130,.14), transparent 30%),
  linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.tokenomics-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.token-supply { display: inline-grid; margin-top: 38px; padding: 22px 26px; border: 1px solid rgba(255,191,59,.3); border-radius: 18px; background: rgba(255,191,59,.055); }
.token-supply small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.token-supply strong { margin-top: 6px; color: var(--gold-2); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.token-supply span { color: var(--pink); font-weight: 900; }
.allocation { display: grid; grid-template-columns: minmax(260px, .85fr) 1fr; align-items: center; gap: 48px; }
.allocation-ring { position: relative; display: grid; place-items: center; width: min(330px, 100%); aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--pink) 0 50%, var(--gold) 50% 100%); box-shadow: 0 0 70px rgba(255,44,130,.16); }
.allocation-ring::before { content: ""; position: absolute; inset: 30px; border-radius: 50%; background: #0d0a0f; box-shadow: inset 0 0 35px rgba(255,255,255,.04); }
.allocation-core { position: relative; z-index: 1; display: grid; text-align: center; }
.allocation-core span { color: var(--gold); font-size: 2rem; font-weight: 1000; }
.allocation-core strong { font-size: 1.15rem; letter-spacing: .12em; }
.allocation-list { display: grid; gap: 12px; }
.allocation-list div { display: grid; grid-template-columns: 14px 64px 1fr; align-items: center; gap: 10px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.allocation-list strong { color: white; font-size: 1.25rem; }
.allocation-list p { margin: 0; color: var(--muted); }
.dot { width: 10px; aspect-ratio: 1; border-radius: 50%; }
.dot-a { background: var(--pink); }.dot-b { background: var(--gold); }.dot-c { background: #9e77ff; }.dot-d { background: #4de0b2; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.step-card { position: relative; min-height: 310px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 55px rgba(0,0,0,.14); transition: transform .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-7px); border-color: rgba(255,191,59,.32); }
.step-card > span { position: absolute; top: 20px; right: 22px; color: rgba(255,255,255,.08); font-size: 3.2rem; font-weight: 1000; line-height: 1; }
.step-emoji { display: grid; place-items: center; width: 68px; aspect-ratio: 1; border: 1px solid rgba(255,44,130,.32); border-radius: 20px; color: var(--pink-2); background: linear-gradient(145deg, rgba(255,44,130,.18), rgba(255,191,59,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 35px rgba(255,44,130,.12); }
.step-emoji svg { width: 32px; height: 32px; }
.step-card h3 { margin: 56px 0 12px; font-size: 1.25rem; }
.step-card p { margin: 0; color: var(--muted); }
.buy-panel { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; margin-top: 22px; padding: 22px; border: 1px solid rgba(255,44,130,.35); border-radius: var(--radius); background: linear-gradient(100deg, rgba(255,44,130,.1), rgba(255,191,59,.055)); }
.buy-panel div { min-width: 0; }
.buy-panel small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.buy-panel code { display: block; overflow: hidden; margin-top: 5px; color: var(--gold-2); text-overflow: ellipsis; white-space: nowrap; }

.roadmap { overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,44,130,.035), rgba(255,191,59,.025)); }
.roadmap-line { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
.roadmap-line::before { content: ""; position: absolute; left: 12%; right: 12%; top: 41px; height: 3px; background: linear-gradient(90deg, var(--pink), var(--gold), var(--pink)); box-shadow: var(--shadow-pink); }
.roadmap-card { position: relative; z-index: 1; min-height: 285px; padding: 78px 28px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #110e13; text-align: center; }
.roadmap-card.featured { transform: translateY(-12px); border-color: rgba(255,191,59,.45); box-shadow: var(--shadow-gold); }
.roadmap-number { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 52px; aspect-ratio: 1; border: 4px solid #110e13; border-radius: 50%; color: #190910; background: linear-gradient(135deg, var(--gold-2), var(--pink)); font-size: 1.3rem; font-weight: 1000; box-shadow: var(--shadow-pink); }
.roadmap-card small { color: var(--pink-2); text-transform: uppercase; letter-spacing: .12em; }
.roadmap-card h3 { margin: 10px 0 12px; font-size: 1.35rem; }
.roadmap-card p { margin: 0; color: var(--muted); }
.roadmap-card > div { margin-top: 26px; }
.roadmap-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-inline: auto; border-radius: 15px; color: var(--gold-2); background: rgba(255,191,59,.08); }
.roadmap-icon svg { width: 25px; height: 25px; }

.meme-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: repeat(2, 250px); gap: 18px; margin-top: 52px; }
.meme-card { position: relative; overflow: hidden; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, border-color .25s ease; }
.meme-card:hover { transform: translateY(-6px) rotate(.4deg); border-color: rgba(255,44,130,.5); }
.meme-card > div:not(.meme-quote) { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2; }
.meme-card span { color: var(--gold-2); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.meme-card h3 { margin: 6px 0 2px; font-size: 1.35rem; }
.meme-card p { margin: 0; color: rgba(255,255,255,.7); }
.meme-main { grid-row: 1 / 3; padding: 0; }
.meme-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,4,6,.96), transparent 62%); }
.meme-main img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.meme-pink { background: linear-gradient(145deg, #ff2c82, #7b103b); }
.meme-gold { background: linear-gradient(145deg, #e5a526, #5b3500); }
.meme-dark { background: linear-gradient(145deg, #19151d, #08070a); }
.meme-wide { display: grid; place-content: center; grid-column: 2 / 4; background: radial-gradient(circle at 50% 120%, rgba(255,44,130,.28), transparent 50%), #111014; text-align: center; }
.meme-big { display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; color: white !important; background: rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 40px rgba(0,0,0,.2); transform: rotate(-5deg); }
.meme-big svg { width: 48px; height: 48px; }
.meme-quote { color: white; font-size: clamp(1.7rem, 3vw, 3.1rem); font-weight: 1000; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.meme-wide > span { margin-top: 18px; }

.community { border-block: 1px solid var(--line); background:
  radial-gradient(circle at 22% 50%, rgba(255,44,130,.17), transparent 30%),
  linear-gradient(120deg, rgba(255,191,59,.025), transparent); }
.community-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.community-art { position: relative; display: grid; place-items: center; min-height: 520px; }
.community-art::before { content: ""; position: absolute; width: 82%; aspect-ratio: 1; border: 1px solid rgba(255,191,59,.28); border-radius: 50%; box-shadow: 0 0 90px rgba(255,44,130,.12); }
.community-art img { position: relative; z-index: 1; width: min(440px, 88%); border-radius: 45%; mask-image: radial-gradient(circle at 50% 45%, black 55%, transparent 75%); }
.orbit { position: absolute; z-index: 2; display: grid; place-items: center; width: 60px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--gold-2); background: linear-gradient(145deg, #1d1720, #0d0b0f); box-shadow: var(--shadow-pink); }
.orbit svg { width: 27px; height: 27px; }
.orbit-a { top: 12%; right: 14%; }.orbit-b { bottom: 16%; left: 7%; }.orbit-c { bottom: 4%; right: 22%; }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
.social-grid a { display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.social-grid a:hover { transform: translateY(-4px); border-color: rgba(255,44,130,.45); background: rgba(255,44,130,.08); }
.social-grid a > span { grid-row: 1 / 3; display: grid; place-items: center; width: 50px; aspect-ratio: 1; border: 1px solid rgba(255,44,130,.25); border-radius: 15px; color: var(--pink-2); background: linear-gradient(145deg, rgba(255,44,130,.16), rgba(255,191,59,.06)); }
.social-grid a > span svg { width: 23px; height: 23px; }
.social-grid .x-mark { font-family: Manrope, sans-serif; font-size: 1.1rem; font-weight: 800; }
.social-grid strong { font-size: .98rem; }
.social-grid small { color: var(--muted); }

.faq-list { max-width: 880px; margin: 52px auto 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font-size: 1.12rem; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 50%; color: var(--pink); background: rgba(255,44,130,.1); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -4px 0 24px; padding-right: 55px; color: var(--muted); }

.site-footer { padding: 54px 0 26px; border-top: 1px solid var(--line); background: #060507; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 50%; }
.footer-brand div { display: grid; line-height: 1; }
.footer-brand span { margin-top: 6px; color: var(--pink); font-weight: 900; }
.footer-grid > p { color: var(--muted); text-align: center; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: #d7ced9; font-size: .88rem; }
.disclaimer { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); color: #776f79; font-size: .76rem; text-align: center; }

.toast { position: fixed; left: 50%; bottom: 28px; z-index: 100; transform: translate(-50%, 130px); padding: 13px 18px; border: 1px solid rgba(255,191,59,.4); border-radius: 12px; color: #1a0b10; background: linear-gradient(135deg, var(--gold-2), var(--pink-2)); font-weight: 900; box-shadow: 0 20px 60px rgba(0,0,0,.4); opacity: 0; transition: transform .28s ease, opacity .28s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 45; display: grid; place-items: center; width: 48px; aspect-ratio: 1; border: 1px solid rgba(255,44,130,.4); border-radius: 14px; color: white; background: rgba(12,10,14,.8); backdrop-filter: blur(10px); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

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

@keyframes heroFloat { 0%,100% { transform: translateY(2%) scale(1.04); } 50% { transform: translateY(calc(2% - 8px)) scale(1.04); } }
@keyframes twinkle { to { transform: scale(1.35) rotate(18deg); opacity: .55; } }
@keyframes spinCoin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto 1fr auto; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .82rem; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(380px, 440px); gap: 30px; }
  .hero h1 { font-size: clamp(2.8rem, 5.3vw, 4.4rem); }
  .feature-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .tokenomics-grid { gap: 48px; }
  .allocation { grid-template-columns: 1fr; justify-items: center; }
  .allocation-list { width: 100%; }
  .community-grid { gap: 48px; }
}

@media (max-width: 880px) {
  .section { padding: 84px 20px; }
  .section-shell { width: min(var(--max), calc(100% - 40px)); }
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 20px; }
  .header-buy { display: none; }
  .menu-toggle { display: grid; gap: 5px; grid-column: 3; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); cursor: pointer; }
  .menu-toggle span { display: block; height: 2px; border-radius: 2px; background: white; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 16px auto; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,7,10,.96); backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 14px; border-radius: 10px; font-size: 1rem; }
  .main-nav a:hover { background: rgba(255,44,130,.08); }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 128px; padding-bottom: 98px; }
  .hero-copy { padding-inline: 20px; }
  .hero-visual { min-height: 500px; padding-right: 0; }
  .hero-visual::before { width: min(440px, 70vw); }
  .hero-logo-shell { width: min(570px, 82vw); }
  .hero-sticker { right: 8%; bottom: 13%; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stats div:nth-child(4) { border-top: 1px solid var(--line); }
  .tokenomics-grid, .community-grid { grid-template-columns: 1fr; }
  .allocation { grid-template-columns: minmax(240px, .75fr) 1fr; }
  .buy-panel { grid-template-columns: 1fr 1fr; }
  .buy-panel > div { grid-column: 1 / -1; }
  .roadmap-line { grid-template-columns: 1fr; }
  .roadmap-line::before { left: 25px; right: auto; top: 20px; bottom: 20px; width: 3px; height: auto; }
  .roadmap-card, .roadmap-card.featured { min-height: 0; transform: none; padding: 30px 28px 30px 90px; text-align: left; }
  .roadmap-number { top: 28px; left: 25px; transform: translateX(-50%); }
  .roadmap-card > div { position: absolute; top: 22px; right: 24px; margin: 0; }
  .meme-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 240px 240px; }
  .meme-main { grid-column: 1 / 3; grid-row: 1; }
  .meme-wide { grid-column: 1 / 3; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-grid nav { justify-content: center; }
}

@media (max-width: 620px) {
  .section { padding: 72px 16px; }
  .section-shell { width: min(var(--max), calc(100% - 32px)); }
  .site-header { padding-inline: 14px; }
  .brand-copy strong { font-size: .88rem; }
  .hero-copy { padding-inline: 16px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.5rem); line-height: .98; }
  .hero h1 strong { margin-top: 12px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .contract-card { align-items: stretch; flex-direction: column; }
  .copy-button { width: 100%; }
  .hero-visual { min-height: 380px; }
  .hero-logo-shell { width: min(520px, 92vw); border-radius: 24px; }
  .hero-sticker { right: 7%; bottom: 10%; font-size: 1.25rem; }
  .coin-one { right: 5%; top: 16%; width: 54px; }
  .spark-one { left: 12%; top: 19%; }
  .stats { margin-top: 40px; }
  .stats div { padding: 22px 12px; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .feature-card, .step-card { min-height: auto; }
  .allocation { grid-template-columns: 1fr; }
  .buy-panel { grid-template-columns: 1fr; }
  .buy-panel .button { width: 100%; }
  .roadmap-card, .roadmap-card.featured { padding-right: 22px; }
  .roadmap-card > div { display: none; }
  .meme-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 360px repeat(4, 220px); }
  .meme-main, .meme-wide { grid-column: auto; grid-row: auto; }
  .community-art { min-height: 380px; }
  .social-grid { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 1rem; }
  .faq-list p { padding-right: 0; }
}

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

/* Stable crypto landing layout */
:root {
  --max: 1200px;
  --radius: 22px;
  --page-gutter: 24px;
}

body {
  background:
    radial-gradient(circle at 15% 5%, rgba(255, 44, 130, .12), transparent 27rem),
    radial-gradient(circle at 90% 16%, rgba(255, 191, 59, .09), transparent 28rem),
    #08070a;
}

.section { padding: 96px var(--page-gutter); }
.section-shell { width: min(100%, var(--max)); margin-inline: auto; }
.section-heading { max-width: 760px; }
.section-heading h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); line-height: 1.02; text-wrap: balance; }
.section-heading p { max-width: 650px; }

.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 78px;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--max)) / 2));
  gap: 28px;
}

.brand-copy strong { font-size: .9rem; }
.main-nav { min-width: 0; gap: clamp(14px, 2vw, 28px); }
.main-nav a { white-space: nowrap; }

.hero {
  display: block;
  min-height: 0;
  padding: 132px var(--page-gutter) 104px;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: clamp(42px, 6vw, 80px);
  width: min(100%, var(--max));
  margin-inline: auto;
}

.hero-copy { min-width: 0; padding: 0; }
.hero h1 {
  max-width: 690px;
  font-size: clamp(3.05rem, 5vw, 5.25rem);
  line-height: .94;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.hero h1 span { text-shadow: 0 4px 0 #6e4710, 0 0 30px rgba(255,191,59,.16); }
.hero h1 strong { text-shadow: 0 5px 0 #7d133e, 0 0 32px rgba(255,44,130,.28); }
.hero-lead { max-width: 600px; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { align-items: center; }
.contract-card { width: min(100%, 650px); }
.contract-card code, .buy-panel code { overflow-wrap: anywhere; }

.hero-visual {
  display: grid;
  min-width: 0;
  min-height: 520px;
  padding: 0;
}
.hero-visual::before { width: min(430px, 90%); }
.hero-logo-shell {
  width: min(100%, 510px);
  aspect-ratio: 1 / .84;
  border-radius: 28px;
  justify-self: center;
}
.hero-logo-shell img { width: 100%; max-width: none; }
.hero-sticker { right: 1%; bottom: 12%; font-size: clamp(.95rem, 1.5vw, 1.35rem); }
.spark-one { left: 0; }
.spark-two { right: 3%; }
.coin-one { right: -2%; }
.coin-two { left: 0; }

.ticker { transform: none; }
.ticker-track { padding-block: 11px; }

.stats { width: min(100%, var(--max)); margin-top: 56px; }
.stats div { min-width: 0; }

.feature-grid,
.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.feature-card, .step-card { min-width: 0; height: 100%; }
.feature-card h3, .step-card h3 { text-wrap: balance; }

.tokenomics-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 7vw, 88px); }
.allocation { grid-template-columns: minmax(220px, .9fr) minmax(230px, 1fr); gap: 36px; }

.buy-panel { grid-template-columns: minmax(0, 1fr) auto auto; }

.roadmap-line { gap: 20px; }
.roadmap-card { min-width: 0; }
.roadmap-card > .roadmap-icon { display: grid; }

.meme-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, 240px);
}

.community-grid { grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); gap: clamp(44px, 7vw, 88px); }
.community-art { min-width: 0; }

@media (max-width: 1120px) {
  .site-header { gap: 18px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .8rem; }

  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(360px, 430px); gap: 40px; }
  .hero h1 { font-size: clamp(2.8rem, 5.2vw, 4.25rem); }
  .hero-visual { min-height: 470px; }

  .feature-grid, .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card, .step-card { min-height: 250px; }

  .tokenomics-grid { gap: 44px; }
  .allocation { grid-template-columns: 1fr; justify-items: center; }
  .allocation-list { width: 100%; }
}

@media (max-width: 880px) {
  :root { --page-gutter: 20px; }

  .section { padding-block: 76px; }
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: var(--page-gutter); }
  .header-buy { display: none; }
  .menu-toggle { grid-column: 3; }
  .main-nav {
    inset: 70px var(--page-gutter) auto;
    max-height: calc(100svh - 90px);
    overflow-y: auto;
  }
  .main-nav a { font-size: 1rem; }

  .hero { padding-top: 116px; padding-bottom: 94px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { max-width: 650px; font-size: clamp(3rem, 9vw, 4.8rem); }
  .hero-visual { min-height: 470px; }
  .hero-logo-shell { width: min(100%, 560px); }
  .hero-sticker { right: max(2%, calc((100% - 560px) / 2)); }

  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stats div:nth-child(4) { border-top: 1px solid var(--line); }

  .tokenomics-grid, .community-grid { grid-template-columns: 1fr; }
  .allocation { grid-template-columns: minmax(230px, .75fr) minmax(230px, 1fr); }

  .buy-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .buy-panel > div { grid-column: 1 / -1; }

  .roadmap-line { grid-template-columns: 1fr; }
  .roadmap-card, .roadmap-card.featured { transform: none; }

  .meme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 390px 230px 230px; }
  .meme-main, .meme-wide { grid-column: 1 / -1; }
  .meme-main { grid-row: auto; }

  .community-art { min-height: 440px; }
}

@media (max-width: 600px) {
  :root { --page-gutter: 16px; --radius: 18px; }

  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  main, section, .section-shell, .hero-inner { min-width: 0; max-width: 100%; }
  .section { padding-block: 64px; }
  .section-heading h2 { font-size: clamp(2rem, 11vw, 3.15rem); letter-spacing: -.045em; }
  .kicker { letter-spacing: .13em; }

  .site-header { height: 68px; }
  .site-header.scrolled { height: 64px; }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .76rem; }
  .brand-copy small { font-size: .68rem; }
  .main-nav { top: 64px; }

  .hero { padding-top: 102px; padding-bottom: 82px; }
  .eyebrow { max-width: 100%; font-size: .66rem; }
  .hero h1 { font-size: clamp(2.45rem, 12.5vw, 3.5rem); line-height: .98; letter-spacing: -.055em; }
  .hero h1 strong { margin-top: 10px; }
  .hero-lead { margin-top: 24px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 52px; padding-inline: 18px; }
  .contract-card { align-items: stretch; flex-direction: column; }
  .contract-card div, .buy-panel div { width: 100%; min-width: 0; }
  .contract-card code, .buy-panel code {
    width: 100%;
    overflow: visible;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-height: 1.5;
  }
  .copy-button { width: 100%; }
  .microcopy { line-height: 1.45; }

  .hero-visual { min-height: 340px; }
  .hero-logo-shell { width: 100%; border-radius: 20px; }
  .hero-sticker { right: 2%; bottom: 7%; padding: 9px 11px; border-width: 2px; box-shadow: 4px 4px 0 var(--gold); font-size: .85rem; }
  .spark, .coin { display: none; }

  .stats { margin-top: 36px; }
  .stats div { padding: 20px 10px; }
  .stats strong { font-size: 2rem; }
  .stats span { font-size: .68rem; }

  .feature-grid, .steps-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .feature-card, .step-card { min-height: 0; padding: 24px; }
  .feature-card h3 { margin-top: 30px; }
  .step-card h3 { margin-top: 40px; }

  .token-supply { width: 100%; }
  .token-supply strong { font-size: clamp(1.8rem, 10vw, 2.6rem); overflow-wrap: anywhere; }
  .allocation { grid-template-columns: 1fr; }
  .allocation-ring { width: min(280px, 86vw); }

  .buy-panel { grid-template-columns: 1fr; padding: 16px; }
  .buy-panel > div { grid-column: auto; }

  .roadmap-line { margin-top: 40px; }
  .roadmap-line::before { display: none; }
  .roadmap-card, .roadmap-card.featured { padding: 76px 22px 24px; text-align: center; }
  .roadmap-number { top: 14px; left: 50%; transform: translateX(-50%); }
  .roadmap-card > div { position: static; display: grid; margin: 22px auto 0; }

  .meme-grid { grid-template-columns: 1fr; grid-template-rows: 340px repeat(3, 210px) 230px; }
  .meme-main, .meme-wide { grid-column: auto; }
  .meme-big { width: 74px; height: 74px; border-radius: 22px; }
  .meme-big svg { width: 38px; height: 38px; }

  .community-art { min-height: 330px; }
  .community-art img { width: min(310px, 86%); }
  .orbit { width: 48px; }
  .orbit svg { width: 22px; height: 22px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-grid a { grid-template-columns: 46px minmax(0, 1fr); padding: 14px; }
  .social-grid a > span { width: 46px; }
  .social-grid small { overflow-wrap: anywhere; }

  .faq-list { margin-top: 36px; }
  .faq-list summary { gap: 14px; padding-block: 20px; }
  .faq-list summary span { flex: 0 0 34px; }
  .faq-list p { padding-right: 0; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-content: center; }
  .footer-grid nav a { padding-block: 6px; }

  .toast { width: calc(100% - 32px); bottom: 16px; text-align: center; }
  .back-to-top { right: 16px; bottom: 16px; width: 44px; }
}

@media (max-width: 420px) {
  .site-header { gap: 10px; }
  .brand { gap: 8px; }
  .brand-copy strong { font-size: .68rem; }
  .brand-copy small { font-size: .62rem; }
  .menu-toggle { width: 42px; height: 42px; }

  .hero { padding-top: 92px; }
  .hero h1 { font-size: clamp(2.15rem, 11.5vw, 2.75rem); letter-spacing: -.045em; }
  .hero-visual { min-height: 290px; }
  .hero-sticker { display: none; }

  .stats strong { font-size: 1.75rem; }
  .stats span { font-size: .62rem; letter-spacing: .055em; }

  .allocation-list div { grid-template-columns: 10px 52px minmax(0, 1fr); padding-inline: 12px; }
  .allocation-list strong { font-size: 1.05rem; }
  .allocation-list p { font-size: .88rem; overflow-wrap: anywhere; }

  .meme-card { padding: 20px; }
  .meme-card > div:not(.meme-quote) { left: 20px; right: 20px; bottom: 18px; }
  .meme-card h3 { font-size: 1.2rem; }
  .meme-quote { font-size: 1.5rem; }
}

@media (max-width: 350px) {
  .brand-copy { display: none; }
  .hero h1 { font-size: 2.05rem; }
  .section-heading h2 { font-size: 1.95rem; }
}

/* Compact meme gallery */
.meme-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(3, 150px) 180px;
  gap: 16px;
  margin-top: 44px;
}

.meme-main {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
}
.meme-pink { grid-column: 4 / 7; grid-row: 1; }
.meme-gold { grid-column: 4 / 7; grid-row: 2; }
.meme-dark { grid-column: 4 / 7; grid-row: 3; }
.meme-wide {
  grid-column: 1 / -1;
  grid-row: 4;
  min-height: 0;
  padding: 30px 40px;
  background:
    linear-gradient(90deg, rgba(255,44,130,.16), transparent 38%),
    radial-gradient(circle at 88% 50%, rgba(255,191,59,.12), transparent 28%),
    #111014;
}

.meme-card:not(.meme-main):not(.meme-wide) {
  display: flex;
  align-items: flex-end;
  padding: 20px 112px 20px 22px;
}
.meme-card:not(.meme-main):not(.meme-wide) > div:not(.meme-quote) {
  position: static;
  width: 100%;
}
.meme-card:not(.meme-main):not(.meme-wide) .meme-big {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  transform: rotate(-4deg);
}
.meme-card:not(.meme-main):not(.meme-wide) .meme-big svg { width: 34px; height: 34px; }
.meme-card:not(.meme-main):not(.meme-wide) h3 { margin-top: 4px; font-size: 1.22rem; }
.meme-card:not(.meme-main):not(.meme-wide) p { font-size: .9rem; }

.meme-main img { transform: none; }
.meme-main > div:not(.meme-quote) { bottom: 26px; }

.meme-wide::before {
  content: "“";
  position: absolute;
  left: 34px;
  top: 8px;
  color: rgba(255,44,130,.2);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
}
.meme-wide .meme-quote {
  position: relative;
  z-index: 1;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1.05;
}
.meme-wide > span { position: relative; z-index: 1; margin-top: 12px; }

@media (max-width: 880px) {
  .meme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 360px 180px 180px 180px;
  }
  .meme-main { grid-column: 1 / -1; grid-row: 1; }
  .meme-pink { grid-column: 1; grid-row: 2; }
  .meme-gold { grid-column: 2; grid-row: 2; }
  .meme-dark { grid-column: 1 / -1; grid-row: 3; }
  .meme-wide { grid-column: 1 / -1; grid-row: 4; }
}

@media (max-width: 600px) {
  .meme-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 300px repeat(3, 155px) 185px;
    gap: 12px;
    margin-top: 32px;
  }
  .meme-main { grid-column: 1; grid-row: 1; }
  .meme-pink { grid-column: 1; grid-row: 2; }
  .meme-gold { grid-column: 1; grid-row: 3; }
  .meme-dark { grid-column: 1; grid-row: 4; }
  .meme-wide { grid-column: 1; grid-row: 5; padding: 24px 18px; }

  .meme-card:not(.meme-main):not(.meme-wide) { padding: 18px 92px 18px 18px; }
  .meme-card:not(.meme-main):not(.meme-wide) .meme-big {
    top: 50%;
    right: 16px;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    transform: translateY(-50%) rotate(-4deg);
  }
  .meme-card:not(.meme-main):not(.meme-wide) .meme-big svg { width: 29px; height: 29px; }
  .meme-card:not(.meme-main):not(.meme-wide) h3 { font-size: 1.1rem; }
  .meme-card:not(.meme-main):not(.meme-wide) p { font-size: .82rem; }
  .meme-wide::before { left: 12px; top: 8px; font-size: 6rem; }
  .meme-wide .meme-quote { font-size: clamp(1.25rem, 6.8vw, 1.7rem); }
}

@media (max-width: 380px) {
  .meme-grid { grid-template-rows: 270px repeat(3, 150px) 175px; }
  .meme-card:not(.meme-main):not(.meme-wide) { padding-right: 82px; }
  .meme-wide .meme-quote { font-size: 1.18rem; }
}

/* Language switcher */
.header-actions {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.language-toggle {
  display: grid;
  place-items: center;
  min-width: 46px;
  height: 46px;
  padding: 0 11px;
  border: 1px solid rgba(255,191,59,.34);
  border-radius: 13px;
  color: var(--gold-2);
  background: rgba(255,191,59,.06);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.language-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(255,191,59,.65);
  background: rgba(255,191,59,.12);
}

html[lang="en"] .hero h1 { font-size: clamp(2.75rem, 4.45vw, 4.8rem); }
html[lang="en"] .section-heading h2 { letter-spacing: -.045em; }

@media (max-width: 880px) {
  .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin-right: 54px;
  }
  .menu-toggle { grid-column: 3; grid-row: 1; }
  .language-toggle { min-width: 44px; height: 44px; }
  html[lang="en"] .hero h1 { font-size: clamp(2.75rem, 8vw, 4.3rem); }
}

@media (max-width: 600px) {
  .header-actions { margin-right: 50px; }
  .language-toggle { min-width: 42px; height: 42px; border-radius: 12px; }
  html[lang="en"] .hero h1 { font-size: clamp(2.25rem, 10.8vw, 3.15rem); }
}

@media (max-width: 350px) {
  .header-actions { margin-right: 46px; }
  .language-toggle { min-width: 40px; height: 40px; }
}
