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

:root {
    --bg: #080914;
    --bg2: #0d1020;
    --card: #111426;
    --card2: #15182d;

    --purple: #9d7cff;
    --purple-light: #c4b2ff;
    --blue: #6e9cff;

    --text: #f2f0fa;
    --muted: #9699ad;

    --border: rgba(255,255,255,.09);

    --warning: #d9a65c;
}

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

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: auto;
}


/* HEADER */

.header {
    position: absolute;
    z-index: 50;
    width: 100%;
}

.nav {
    height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.6px;
}

.logo span:not(.logo-mark) {
    color: var(--purple-light);
}

.logo small {
    color: #6e7084;
    font-size: 12px;
    margin-left: 2px;
}

.logo-mark {
    color: var(--purple);
    margin-right: 7px;
}

nav {
    display: flex;
    gap: 31px;
}

nav a {
    color: #aaadbd;
    font-size: 13px;
    transition: .2s;
}

nav a:hover {
    color: white;
}

.nav-button {
    border: 1px solid var(--border);
    padding: 9px 17px;
    border-radius: 6px;
    font-size: 13px;
}

.nav-button:hover {
    background: rgba(255,255,255,.05);
}


/* HERO */

.hero {
    min-height: 720px;
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(100,74,180,.20),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #070812,
            #0d1020
        );
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .25;
}

.orb-one {
    width: 350px;
    height: 350px;
    right: -100px;
    top: 100px;
    background: #6745d7;
}

.orb-two {
    width: 240px;
    height: 240px;
    left: -100px;
    bottom: -80px;
    background: #274aab;
}

.hero-grid {
    min-height: 720px;

    display: grid;
    grid-template-columns: 1.05fr .95fr;

    align-items: center;
    gap: 50px;
}

.hero-copy {
    padding-top: 45px;
}

.eyebrow,
.label {
    color: var(--purple-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.eyebrow span {
    width: 25px;
    height: 1px;
    background: var(--purple);
}

.hero h1 {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(48px, 6vw, 73px);
    line-height: 1.02;
    letter-spacing: -3px;
    max-width: 680px;
}

.hero h1 em {
    display: block;
    color: var(--purple-light);
    font-style: normal;
}

.hero-copy > p {
    max-width: 570px;
    margin: 27px 0;
    color: var(--muted);
    font-size: 16px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.button {
    display: inline-block;
    padding: 13px 21px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    transition: .2s;
}

.button.primary {
    background: var(--purple);
    color: #0a0913;
}

.button.primary:hover {
    background: var(--purple-light);
    transform: translateY(-2px);
}

.button.ghost {
    border: 1px solid var(--border);
}

.button.ghost:hover {
    background: rgba(255,255,255,.05);
}

.hero-note {
    margin-top: 25px;
    color: #65697c;
    font-size: 11px;
}

.hero-note span {
    color: var(--purple);
    margin-right: 7px;
}


/* HERO ART */

.hero-art {
    height: 480px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.glow {
    width: 300px;
    height: 300px;

    position: absolute;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(157,124,255,.25),
            transparent 65%
        );

    filter: blur(20px);
}

.orbit {
    position: absolute;
    border: 1px solid rgba(157,124,255,.16);
    border-radius: 50%;
}

.orbit-a {
    width: 400px;
    height: 400px;
    transform: rotate(25deg) scaleY(.45);
}

.orbit-b {
    width: 330px;
    height: 330px;
    transform: rotate(-25deg) scaleY(.4);
}

.spore {
    position: absolute;
    color: var(--purple-light);
    opacity: .65;
}

.spore-1 {
    top: 90px;
    left: 90px;
}

.spore-2 {
    top: 130px;
    right: 80px;
    font-size: 30px;
}

.spore-3 {
    bottom: 105px;
    right: 120px;
}

.spore-4 {
    bottom: 135px;
    left: 95px;
    font-size: 25px;
}

.mushroom-art {
    position: relative;
    z-index: 5;
    width: 290px;
}

.cap {
    width: 290px;
    height: 185px;

    border-radius: 170px 170px 50px 50px;

    background:
        radial-gradient(
            circle at 50% 40%,
            #b49aff,
            #7558ce 55%,
            #47318d
        );

    box-shadow:
        0 30px 70px rgba(71,48,145,.4),
        inset 0 -12px 20px rgba(0,0,0,.18);

    position: relative;
}

.cap:after {
    content: "";

    position: absolute;

    left: 18px;
    right: 18px;
    bottom: -7px;

    height: 25px;

    border-radius: 50%;

    background: #d6c9bd;
}

.dot {
    position: absolute;

    width: 25px;
    height: 18px;

    background: rgba(240,237,255,.8);

    border-radius: 50%;
}

.d1 {
    left: 63px;
    top: 53px;
}

.d2 {
    left: 133px;
    top: 30px;
}

.d3 {
    right: 55px;
    top: 72px;
}

.d4 {
    left: 120px;
    top: 100px;
    width: 18px;
    height: 13px;
}

.stem {
    width: 92px;
    height: 175px;

    margin: -3px auto 0;

    background:
        linear-gradient(
            90deg,
            #aaa09a,
            #ded6ce 50%,
            #aaa19c
        );

    border-radius: 12px 12px 25px 25px;

    position: relative;
}

.stem-shadow {
    width: 120px;
    height: 18px;

    position: absolute;
    top: 45px;
    left: -14px;

    border-bottom: 6px solid #b9b0a9;
    border-radius: 50%;
}

.ground {
    width: 340px;
    height: 35px;

    position: absolute;

    bottom: -23px;
    left: -25px;

    border-radius: 50%;

    background: rgba(99,79,150,.18);

    filter: blur(7px);
}


/* QUICK NAV */

.quick-nav {
    background: #0b0d18;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.quick-grid a {
    padding: 25px 22px;
    border-right: 1px solid var(--border);

    display: flex;
    flex-direction: column;

    transition: .2s;
}

.quick-grid a:last-child {
    border-right: 0;
}

.quick-grid a:hover {
    background: rgba(255,255,255,.025);
}

.quick-grid span {
    color: var(--purple);
    font-size: 10px;
    letter-spacing: 2px;
}

.quick-grid strong {
    font-size: 14px;
    margin: 3px 0;
}

.quick-grid small {
    color: #6f7386;
    font-size: 11px;
}


/* GENERAL */

.section {
    padding: 110px 0;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;

    margin-bottom: 48px;
}

.section-head h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 43px;
    letter-spacing: -1.5px;
    margin-top: 8px;
}

.section-head > p {
    max-width: 400px;
    color: var(--muted);
    font-size: 14px;
}


/* FEATURE CARDS */

.feature-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 15px;
}

.feature-card {
    min-height: 290px;

    position: relative;

    padding: 29px;

    border: 1px solid var(--border);
    border-radius: 9px;

    background:
        linear-gradient(
            145deg,
            var(--card),
            #0e1020
        );

    transition: .25s;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(157,124,255,.25);
}

.feature-main {
    grid-row: span 2;
}

.feature-number {
    position: absolute;
    right: 24px;
    top: 24px;

    color: #41445a;
    font-size: 10px;
}

.icon {
    color: var(--purple-light);
    font-size: 27px;
    margin-bottom: 28px;
}

.feature-card h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--muted);
    font-size: 13px;
}

.feature-card a {
    position: absolute;
    left: 29px;
    bottom: 27px;

    color: var(--purple-light);
    font-size: 12px;
    font-weight: 700;
}


/* SPECIES */

.species-section {
    padding: 110px 0;

    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(86,69,157,.10),
            transparent 30%
        ),
        #0b0d18;
}

.species-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.species-card {
    overflow: hidden;

    background: var(--card);

    border: 1px solid var(--border);
    border-radius: 9px;

    transition: .25s;
}

.species-card:hover {
    transform: translateY(-4px);
}

.species-visual {
    height: 190px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.species-visual span {
    font-size: 82px;

    filter:
        drop-shadow(0 15px 20px rgba(0,0,0,.35));
}

.species-visual.blue {
    background:
        radial-gradient(
            circle,
            #344c8b,
            #171d3b
        );
}

.species-visual.purple {
    background:
        radial-gradient(
            circle,
            #634692,
            #21172f
        );
}

.species-visual.violet {
    background:
        radial-gradient(
            circle,
            #51409c,
            #17162d
        );
}

.species-content {
    padding: 27px;
}

.tag {
    color: #777b91;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.species-content h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    margin: 6px 0 10px;
}

.species-content p {
    color: var(--muted);
    font-size: 13px;
    min-height: 65px;
}

.species-content a {
    display: inline-block;
    margin-top: 18px;

    color: var(--purple-light);
    font-size: 12px;
    font-weight: 700;
}


/* RESEARCH */

.research-section {
    padding: 120px 0;
}

.research-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: center;
}

.research-copy h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 53px;
    line-height: 1.05;
    letter-spacing: -2px;

    margin: 12px 0 20px;
}

.research-copy h2 em {
    color: var(--purple-light);
    font-style: normal;
}

.research-copy > p {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 27px;
}

.research-list {
    border-top: 1px solid var(--border);
}

.research-item {
    display: grid;
    grid-template-columns: 45px 1fr 25px;
    gap: 15px;

    align-items: center;

    padding: 23px 0;

    border-bottom: 1px solid var(--border);

    transition: .2s;
}

.research-item:hover {
    padding-left: 8px;
}

.research-icon {
    width: 35px;
    height: 35px;

    border: 1px solid var(--border);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--purple-light);
    font-size: 9px;
}

.research-item small {
    color: #777a8e;
    font-size: 8px;
    letter-spacing: 1.5px;
}

.research-item h3 {
    font-size: 15px;
    margin: 2px 0;
}

.research-item p {
    color: #717587;
    font-size: 11px;
}

.research-item b {
    color: var(--purple-light);
}


/* UK LAW */

.law-section {
    padding: 0 0 110px;
}

.law-box {
    display: grid;
    grid-template-columns: 150px 1fr;

    background:
        linear-gradient(
            135deg,
            rgba(43,46,88,.45),
            rgba(18,20,38,.7)
        );

    border: 1px solid var(--border);
    border-radius: 10px;

    overflow: hidden;
}

.law-symbol {
    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle,
            rgba(112,91,201,.4),
            rgba(32,35,69,.2)
        );

    color: var(--purple-light);

    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.law-content {
    padding: 45px;
}

.law-content h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 31px;
    margin: 7px 0 12px;
}

.law-content p {
    color: var(--muted);
    font-size: 13px;
    max-width: 750px;
    margin-bottom: 9px;
}

.text-link {
    display: inline-block;

    color: var(--purple-light);
    font-size: 12px;
    font-weight: 700;

    margin-top: 10px;
}


/* SAFETY */

.safety {
    padding: 0 0 100px;
}

.safety-inner {
    display: flex;
    gap: 23px;

    padding: 35px;

    border: 1px solid rgba(217,166,92,.14);
    border-radius: 9px;

    background:
        linear-gradient(
            120deg,
            rgba(135,95,49,.10),
            rgba(40,32,20,.04)
        );
}

.warning {
    width: 39px;
    height: 39px;

    flex-shrink: 0;

    border: 1px solid var(--warning);
    border-radius: 50%;

    color: var(--warning);

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
}

.safety h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    margin: 5px 0 8px;
}

.safety p {
    max-width: 850px;
    color: var(--muted);
    font-size: 13px;
}


/* CTA */

.cta {
    padding: 80px 0;

    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(90,70,180,.12),
            transparent 35%
        ),
        #0c0f1e;

    border-top: 1px solid var(--border);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 35px;
    margin: 7px 0;
}

.cta p {
    color: var(--muted);
    font-size: 13px;
}


/* FOOTER */

footer {
    background: #060711;
}

.footer-grid {
    padding: 60px 0;

    display: grid;
    grid-template-columns: 1fr 150px 150px;

    gap: 50px;
}

.footer-brand {
    max-width: 390px;
}

.footer-brand p {
    color: #666a7d;
    font-size: 12px;
    margin-top: 15px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column strong {
    font-size: 11px;
    margin-bottom: 6px;
}

.footer-column a {
    color: #6f7284;
    font-size: 12px;
}

.footer-column a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid var(--border);

    padding: 19px 0;

    color: #4f5262;
    font-size: 10px;
}


/* MOBILE */

@media (max-width: 850px) {

    nav,
    .nav-button {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-top: 115px;
        padding-bottom: 60px;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid {
        min-height: auto;
    }

    .hero-copy {
        padding-top: 0;
    }

    .hero-art {
        height: 360px;
    }

    .mushroom-art {
        transform: scale(.78);
    }

    .quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-grid a:nth-child(2) {
        border-right: 0;
    }

    .section-head {
        display: block;
    }

    .section-head > p {
        margin-top: 20px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-main {
        grid-row: auto;
    }

    .species-grid {
        grid-template-columns: 1fr;
    }

    .research-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .law-box {
        grid-template-columns: 1fr;
    }

    .law-symbol {
        min-height: 130px;
    }

    .cta-inner {
        display: block;
    }

    .cta .button {
        margin-top: 25px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: span 2;
    }
}


@media (max-width: 500px) {

    .container {
        width: calc(100% - 28px);
    }

    .hero h1 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .hero-copy > p {
        font-size: 14px;
    }

    .section {
        padding: 75px 0;
    }

    .section-head h2 {
        font-size: 36px;
    }

    .research-copy h2 {
        font-size: 42px;
    }

    .quick-grid a {
        padding: 20px 15px;
    }

    .law-content {
        padding: 30px;
    }

    .safety-inner {
        padding: 27px;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }
}
