:root {
    --bg: #080516;
    --bg-soft: #140c30;
    --panel: rgba(16, 10, 39, 0.82);
    --panel-strong: rgba(24, 14, 56, 0.94);
    --text: #f7f2ff;
    --muted: #b8addc;
    --pink: #ff4dc4;
    --purple: #9e58ff;
    --blue: #47a6ff;
    --line: rgba(255, 120, 221, 0.45);
    --shadow: 0 0 30px rgba(174, 77, 255, 0.28);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Sora', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top, rgba(115, 59, 255, 0.18), transparent 35%),
        radial-gradient(circle at bottom, rgba(255, 65, 173, 0.14), transparent 30%),
        linear-gradient(180deg, #090515 0%, #110a28 100%);
}

img {
    display: block;
    max-width: 100%;
}

.page-glow {
    position: fixed;
    border-radius: 999px;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.55;
    z-index: 0;
}

.page-glow-1 {
    top: -60px;
    left: -80px;
    width: 320px;
    height: 320px;
    background: rgba(177, 79, 255, 0.4);
}

.page-glow-2 {
    right: -120px;
    bottom: 40px;
    width: 360px;
    height: 360px;
    background: rgba(255, 72, 167, 0.28);
}

.noise-layer {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1px),
        radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.6) 0 1px, transparent 1px);
    background-size: 180px 180px;
}

.shell {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 36px;
}

.hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 34px;
    padding: 34px;
    border: 1px solid rgba(153, 94, 255, 0.3);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(15, 9, 36, 0.92), rgba(10, 7, 27, 0.84));
    box-shadow: var(--shadow);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    color: #d47cff;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 12ch;
    margin-bottom: 16px;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 0.98;
    text-transform: uppercase;
}

.hero-text {
    max-width: 58ch;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
}

.hero-profile {
    display: grid;
    gap: 18px;
    justify-items: center;
    padding: 22px;
    border: 1px solid rgba(255, 96, 198, 0.24);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(27, 16, 65, 0.85), rgba(13, 9, 29, 0.96));
}

.hero-photo-frame {
    width: min(100%, 290px);
    padding: 4px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--purple), var(--pink), var(--blue));
    box-shadow: 0 0 34px rgba(255, 76, 193, 0.32);
}

.hero-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
}

.hero-profile-copy {
    text-align: center;
}

.profile-tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 109, 215, 0.34);
    border-radius: 999px;
    color: #ffc6ef;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero-profile-copy strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.35rem;
}

.hero-profile-copy p {
    color: var(--muted);
    line-height: 1.6;
}

.links-board {
    display: grid;
    gap: 22px;
}

.link-card {
    position: relative;
    display: grid;
    grid-template-columns: 142px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(20, 11, 49, 0.95), rgba(15, 10, 33, 0.96)),
        radial-gradient(circle at bottom right, rgba(255, 74, 180, 0.14), transparent 35%);
    box-shadow:
        0 0 0 1px rgba(182, 95, 255, 0.15),
        0 0 24px rgba(174, 77, 255, 0.24),
        inset 0 0 20px rgba(255, 91, 199, 0.08);
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}

.link-card::after {
    content: '';
    position: absolute;
    inset: auto 16px 14px auto;
    width: 180px;
    height: 60px;
    background:
        radial-gradient(circle, rgba(255, 115, 217, 0.45) 0 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.42;
    pointer-events: none;
}

.link-card:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(255, 113, 212, 0.9);
    box-shadow:
        0 0 0 1px rgba(255, 111, 211, 0.26),
        0 0 34px rgba(255, 88, 185, 0.28),
        inset 0 0 28px rgba(133, 87, 255, 0.14);
}

.card-photo {
    position: relative;
    height: 128px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.card-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 8, 32, 0.42) 100%);
}

.card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-content {
    min-width: 0;
}

.link-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff7ed9;
    font-size: 0.95rem;
    font-weight: 600;
}

.link-content h2 {
    margin-bottom: 10px;
    font-size: clamp(1.3rem, 2vw, 2rem);
    line-height: 1.1;
}

.link-content p {
    margin-bottom: 12px;
    color: var(--muted);
    line-height: 1.7;
}

.link-url {
    display: inline-block;
    color: #9d94c2;
    font-size: 0.95rem;
}

.card-action {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border: 1px solid rgba(255, 119, 210, 0.42);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(136, 69, 255, 0.92), rgba(255, 59, 152, 0.92));
    color: #fff8ff;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(209, 61, 173, 0.22);
}

.card-action i {
    font-size: 1.05rem;
}

.footer {
    padding: 26px 10px 8px;
    text-align: center;
    color: #9286b8;
    font-size: 0.92rem;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 920px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        max-width: 100%;
    }

    .link-card {
        grid-template-columns: 110px 1fr;
    }

    .card-action {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .shell {
        width: min(100% - 20px, 1120px);
        padding-top: 20px;
    }

    .hero {
        padding: 22px;
        border-radius: 24px;
    }

    .hero h1 {
        font-size: 2.1rem;
    }

    .hero-text {
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .link-card {
        grid-template-columns: 1fr;
        padding: 14px;
        border-radius: 24px;
    }

    .card-photo {
        height: 220px;
    }

    .link-content h2 {
        font-size: 1.32rem;
    }

    .card-action {
        width: 100%;
    }

    .link-card::after {
        width: 130px;
        height: 54px;
    }
}
