@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700;800&family=DM+Mono:wght@400;500&display=swap');

:root {
    --bg: #050507;
    --surface: #101014;
    --surface2: #17171d;
    --border: rgba(255,255,255,0.09);
    --border2: rgba(255,255,255,0.16);
    --text: #f5f5f7;
    --muted: #a2a2ad;
    --muted2: #73737e;
    --green: #35d96b;
    --pink: #ff5fbd;
    --yellow: #fbbf24;
    --blue: #75d8ff;
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 16% 18%, rgba(255,95,189,0.2), transparent 28%),
        radial-gradient(circle at 84% 10%, rgba(53,217,107,0.12), transparent 26%),
        linear-gradient(180deg, #08080b 0%, var(--bg) 48%, #070709 100%);
    color: var(--text);
    font-family: var(--font-body);
}
a { color: inherit; text-decoration: none; }

.peep-nav {
    align-items: center;
    background: rgba(5,5,7,0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 38px rgba(0,0,0,0.26);
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 22px clamp(20px, 5vw, 70px);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}

.peep-brand,
.peep-nav-actions a,
.peep-btn,
.peep-ca-box button {
    align-items: center;
    display: inline-flex;
}

.peep-brand { gap: 10px; font-weight: 800; }
.peep-brand img { border-radius: 50%; height: 34px; width: 34px; }
.peep-brand span {
    font-family: var(--font-display);
    font-size: 22px;
    letter-spacing: 0.05em;
}

.peep-nav-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    line-height: 1;
}

.peep-nav-actions a {
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--text);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    height: 42px;
    justify-content: center;
    min-width: 154px;
    line-height: 1;
    padding: 8px 14px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.peep-nav-actions a.peep-package-link {
    background:
        radial-gradient(circle at 24% 22%, rgba(255,255,255,0.5), transparent 24%),
        linear-gradient(135deg, #ff5fbd 0%, #ff2da8 48%, #b415ff 100%);
    border-color: rgba(255,95,189,0.9);
    color: #fff;
    box-shadow:
        0 0 24px rgba(255,95,189,0.95),
        0 0 58px rgba(255,45,168,0.62),
        0 0 112px rgba(180,21,255,0.44),
        inset 0 0 20px rgba(255,255,255,0.08);
    text-shadow: 0 1px 10px rgba(80,0,60,0.36);
}

.peep-nav-actions a.peep-package-link:hover {
    box-shadow:
        0 0 32px rgba(255,95,189,1),
        0 0 78px rgba(255,45,168,0.74),
        0 0 138px rgba(180,21,255,0.54),
        inset 0 0 24px rgba(255,255,255,0.1);
    transform: translateY(-1px);
}

.peep-nav-actions a.peep-pump-link {
    background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,0.24), transparent 24%),
        linear-gradient(135deg, #cbff63 0%, #77f45c 52%, #24d46a 100%);
    border-color: rgba(203,255,99,0.9);
    color: #071006;
    box-shadow:
        0 0 18px rgba(119,244,92,0.48),
        0 0 38px rgba(36,212,106,0.24);
}

.peep-nav-actions a.peep-pump-link:hover {
    box-shadow:
        0 0 24px rgba(203,255,99,0.72),
        0 0 54px rgba(119,244,92,0.44),
        0 0 90px rgba(36,212,106,0.24);
    transform: translateY(-1px);
}

.pumpfun-icon {
    display: block;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.28));
    height: 24px;
    object-fit: contain;
    width: 24px;
}

main {
    overflow: hidden;
    padding: 106px clamp(18px, 5vw, 70px) 54px;
}

.peep-hero {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    min-height: calc(100vh - 132px);
}

.peep-kicker,
.peep-card-label {
    color: var(--yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.peep-hero h1 {
    color: var(--pink);
    font-family: var(--font-display);
    font-size: clamp(7rem, 19vw, 18rem);
    line-height: 0.78;
    margin: 24px 0 22px;
    text-shadow: 0 18px 50px rgba(255,95,189,0.28);
}

.peep-lede {
    color: var(--text);
    font-size: clamp(1.35rem, 3vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.03;
    max-width: 820px;
}

.peep-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.peep-btn {
    border: 1px solid var(--border2);
    border-radius: 999px;
    gap: 8px;
    min-height: 46px;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 900;
}

.peep-btn-primary {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #120c02;
}

.peep-package-glow {
    background:
        radial-gradient(circle at 24% 22%, rgba(255,255,255,0.5), transparent 24%),
        linear-gradient(135deg, #ff5fbd 0%, #ff2da8 48%, #b415ff 100%);
    border-color: rgba(255,95,189,0.9);
    color: #fff;
    box-shadow:
        0 0 24px rgba(255,95,189,0.95),
        0 0 58px rgba(255,45,168,0.62),
        0 0 112px rgba(180,21,255,0.44),
        inset 0 0 20px rgba(255,255,255,0.08);
    text-shadow: 0 1px 10px rgba(80,0,60,0.36);
}

.peep-package-glow:hover {
    box-shadow:
        0 0 32px rgba(255,95,189,1),
        0 0 78px rgba(255,45,168,0.74),
        0 0 138px rgba(180,21,255,0.54),
        inset 0 0 24px rgba(255,255,255,0.1);
    transform: translateY(-1px);
}

.peep-stage {
    min-height: 520px;
    position: relative;
}

.peep-stage::before {
    background:
        linear-gradient(135deg, rgba(255,95,189,0.22), rgba(53,217,107,0.12)),
        rgba(255,255,255,0.025);
    border: 1px solid var(--border);
    border-radius: 36px;
    bottom: 36px;
    content: "";
    left: 6%;
    position: absolute;
    right: 4%;
    top: 56px;
    transform: rotate(-3deg);
}

.peep-hero-img {
    bottom: 0;
    display: block;
    left: 50%;
    max-height: 560px;
    max-width: min(92%, 540px);
    position: absolute;
    transform: translateX(-50%);
    width: auto;
    z-index: 2;
}

.peep-bubble {
    background: rgba(16,16,20,0.9);
    border: 1px solid var(--border2);
    border-radius: 999px;
    color: var(--text);
    font-size: 12px;
    font-weight: 900;
    padding: 9px 13px;
    position: absolute;
    z-index: 3;
}

.peep-bubble-one { left: 7%; top: 30%; }
.peep-bubble-two { bottom: 18%; right: 0; }

.peep-strip,
.peep-grid,
.peep-manifesto {
    margin-inline: auto;
    max-width: 1180px;
}

.peep-strip {
    border: 1px solid var(--border);
    border-radius: 18px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
}

.peep-strip div {
    background: rgba(255,255,255,0.035);
    padding: 22px;
}

.peep-strip strong {
    color: var(--green);
    display: block;
    font-family: var(--font-display);
    font-size: 2.5rem;
    line-height: 1;
}

.peep-strip span {
    color: var(--muted);
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.peep-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.peep-card,
.peep-manifesto {
    background: rgba(16,16,20,0.76);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}

.peep-card { padding: 24px; }
.peep-story { grid-row: span 2; }

.peep-card h2,
.peep-manifesto h2 {
    font-size: clamp(1.7rem, 3vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 10px 0 15px;
}

.peep-card p,
.peep-manifesto p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 14px;
}

.peep-tokenomics {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: 150px minmax(0, 1fr);
}

.peep-tokenomics img {
    align-self: end;
    display: block;
    max-width: 160px;
    width: 100%;
}

.peep-token-row {
    border-top: 1px solid var(--border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 13px 0;
}

.peep-token-row span,
.peep-risk li {
    color: var(--muted);
}

.peep-token-row strong {
    color: var(--text);
    text-align: right;
}

.peep-contract {
    display: grid;
    gap: 16px;
}

.peep-ca-box {
    align-items: center;
    background: rgba(0,0,0,0.28);
    border: 1px solid var(--border2);
    border-radius: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px;
}

.peep-ca-box code {
    color: var(--green);
    font-family: var(--font-mono);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.peep-ca-box button {
    background: var(--green);
    border: 0;
    border-radius: 999px;
    color: #021408;
    cursor: pointer;
    gap: 7px;
    min-height: 38px;
    padding: 8px 13px;
    font-family: var(--font-body);
    font-weight: 900;
}

.peep-copy-status {
    color: var(--green);
    font-size: 12px;
    min-height: 18px;
}

.peep-risk ul {
    display: grid;
    gap: 10px;
    list-style: none;
}

.peep-risk li {
    border-top: 1px solid var(--border);
    font-size: 14px;
    line-height: 1.55;
    padding-top: 10px;
}

.peep-risk li::before {
    color: var(--pink);
    content: "PEEP ";
    font-weight: 900;
}

.peep-community {
    background:
        linear-gradient(135deg, rgba(255,95,189,0.1), rgba(53,217,107,0.055)),
        rgba(16,16,20,0.76);
}

.peep-vibe-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.peep-vibe-tags span {
    background: rgba(255,255,255,0.055);
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--text);
    font-size: 12px;
    font-weight: 900;
    padding: 8px 11px;
}

.peep-manifesto {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    margin-top: 18px;
    padding: 30px;
}

.peep-manifesto img {
    display: block;
    margin: 0 auto;
    max-height: 360px;
    max-width: 100%;
}

.peep-footer {
    align-items: center;
    border-top: 1px solid var(--border);
    color: var(--muted2);
    display: flex;
    font-size: 13px;
    gap: 16px;
    justify-content: space-between;
    padding: 26px clamp(18px, 5vw, 70px);
}

.peep-footer a {
    color: var(--green);
    font-weight: 900;
}

@media (max-width: 900px) {
    .peep-hero,
    .peep-grid,
    .peep-manifesto {
        grid-template-columns: 1fr;
    }

    .peep-hero {
        min-height: auto;
        padding-top: 40px;
    }

    .peep-stage {
        min-height: 430px;
    }

    .peep-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .peep-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 12px 14px;
    }

    .peep-nav-actions {
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: stretch;
        width: 100%;
    }

    .peep-nav-actions a {
        flex: 1 1 0;
        font-size: 12px;
        height: 38px;
        min-width: 0;
        padding-inline: 8px;
        white-space: nowrap;
    }

    .pumpfun-icon {
        height: 21px;
        width: 21px;
    }

    main {
        padding-top: 128px;
        padding-inline: 14px;
    }

    .peep-hero {
        gap: 22px;
        padding-top: 22px;
    }

    .peep-hero h1 {
        font-size: 6.8rem;
        margin: 18px 0 16px;
    }

    .peep-lede {
        font-size: 1.35rem;
        line-height: 1.08;
    }

    .peep-stage {
        min-height: 370px;
    }

    .peep-stage::before {
        border-radius: 24px;
        bottom: 28px;
        top: 34px;
    }

    .peep-hero-img {
        max-height: 395px;
    }

    .peep-bubble {
        font-size: 11px;
        padding: 8px 10px;
    }

    .peep-bubble-one { left: 2%; top: 22%; }
    .peep-bubble-two { bottom: 14%; right: 0; }

    .peep-card,
    .peep-manifesto {
        padding: 20px;
    }

    .peep-ca-box,
    .peep-tokenomics {
        grid-template-columns: 1fr;
    }

    .peep-ca-box button {
        justify-content: center;
    }

    .peep-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
